01M0V5FACVP81Z5XVY5VFXDQTY: 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: 01M0V5G9BWBGJRH53DV0KPYQBB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T00:36:32.762Zjob assigned to worker 01M0V5GG44JWRBVTS0PNZGTRJ8 [factory aws, i-071f45c6aeb72d12d] (queued for 51 s)
 
22026-08-25T00:36:39.719Zstarting task 0: "setup"
32026-08-25T00:36:39.771Z++ uname -s
42026-08-25T00:36:39.771Z+ kern=SunOS
52026-08-25T00:36:39.771Z+ build_user=build
62026-08-25T00:36:39.771Z+ build_uid=12345
72026-08-25T00:36:39.771Z+ work_dir=/work
82026-08-25T00:36:39.771Z+ input_dir=/input
92026-08-25T00:36:39.771Z+ [[ 0 == 12345 ]]
102026-08-25T00:36:39.771Z+ case "$kern" in
112026-08-25T00:36:39.771Z+ groupadd -g 12345 build
122026-08-25T00:36:39.771Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T00:36:41.653Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T00:36:41.735Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T00:36:41.766Z+ home_fs=zfs
162026-08-25T00:36:41.766Z+ [[ zfs == autofs ]]
172026-08-25T00:36:41.766Z+ mkdir -p /home/build
182026-08-25T00:36:41.766Z+ chown build:build /home/build /work
192026-08-25T00:36:43.795Z+ chmod 0700 /home/build /work
202026-08-25T00:36:43.860Zprocess exited: duration 4101 ms, exit code 0
 
212026-08-25T00:36:43.917Zstarting task 1: "rust-toolchain"
222026-08-25T00:36:43.947Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T00:36:43.947Z * rust toolchain channel = "1.97.1"
242026-08-25T00:36:43.947Z * rust toolchain profile = "default"
252026-08-25T00:36:43.947Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T00:36:43.948Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T00:36:43.948Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T00:36:43.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T00:36:43.948Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T00:36:44.010Zinfo: downloading installer
312026-08-25T00:36:45.474Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T00:36:45.474Zwarn: /home/build/.rustup/settings.toml
332026-08-25T00:36:45.479Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T00:36:45.479Zwarn: instead of the one inferred from the default host triple.
352026-08-25T00:36:45.507Zinfo: profile set to default
362026-08-25T00:36:45.507Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T00:36:45.507Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T00:36:45.635Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T00:36:45.647Zinfo: downloading 6 components
402026-08-25T00:37:02.302Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T00:37:02.302Z
422026-08-25T00:37:02.330Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T00:37:02.330Z
442026-08-25T00:37:02.330Z
452026-08-25T00:37:02.330ZRust is installed now. Great!
462026-08-25T00:37:02.330Z
472026-08-25T00:37:02.330ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T00:37:02.330Zenvironment variable. This has not been done automatically.
492026-08-25T00:37:02.330Z
502026-08-25T00:37:02.330ZTo configure your current shell, you need to source
512026-08-25T00:37:02.330Zthe corresponding env file under $HOME/.cargo.
522026-08-25T00:37:02.330Z
532026-08-25T00:37:02.330ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T00:37:02.330Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T00:37:02.330Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T00:37:02.330Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T00:37:02.330Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T00:37:02.330Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T00:37:02.330Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T00:37:02.335Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T00:37:02.335Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T00:37:02.431Z+ rustup --version
632026-08-25T00:37:02.437Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T00:37:02.440Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T00:37:02.458Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T00:37:02.461Z+ cargo --version
672026-08-25T00:37:02.469Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T00:37:02.473Z+ rustc --version
692026-08-25T00:37:02.490Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T00:37:02.493Zprocess exited: duration 18594 ms, exit code 0
 
712026-08-25T00:37:02.500Zstarting task 2: "authentication"
722026-08-25T00:37:02.513ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T00:37:24.566Zprocess exited: duration 22064 ms, exit code 0
 
742026-08-25T00:37:24.573Zstarting task 3: "clone repository"
752026-08-25T00:37:24.578Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-25T00:37:24.581Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-25T00:37:24.617ZCloning into '/work/oxidecomputer/omicron'...
782026-08-25T00:37:37.289Z+ cd /work/oxidecomputer/omicron
792026-08-25T00:37:37.289Z+ git fetch origin 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d
802026-08-25T00:37:37.632ZFrom https://github.com/oxidecomputer/omicron
812026-08-25T00:37:37.632Z * branch 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d -> FETCH_HEAD
822026-08-25T00:37:37.643Z+ [[ -n '' ]]
832026-08-25T00:37:37.643Z+ git reset --hard 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d
842026-08-25T00:37:37.900ZHEAD is now at 82b3aa3d9 [spr] initial version
852026-08-25T00:37:37.906Zprocess exited: duration 13330 ms, exit code 0
 
862026-08-25T00:37:37.915Zstarting task 4: "build"
872026-08-25T00:37:37.920Z+ source .github/buildomat/ci-env.sh
882026-08-25T00:37:37.921Z++ export CARGO_TERM_COLOR=always
892026-08-25T00:37:37.921Z++ CARGO_TERM_COLOR=always
902026-08-25T00:37:37.925Z+++ uname -s
912026-08-25T00:37:37.925Z++ [[ SunOS == \S\u\n\O\S ]]
922026-08-25T00:37:37.925Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-08-25T00:37:37.926Z+ cargo --version
942026-08-25T00:37:37.941Zcargo 1.97.1 (c980f4866 2026-06-30)
952026-08-25T00:37:37.949Z+ rustc --version
962026-08-25T00:37:37.964Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-25T00:37:37.973Z+ cargo tree --locked
982026-08-25T00:37:38.160Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
992026-08-25T00:37:38.481Z Updating crates.io index
1002026-08-25T00:37:38.495Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1012026-08-25T00:37:38.799Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1022026-08-25T00:37:39.181Z Updating git repository `https://github.com/oxidecomputer/propolis`
1032026-08-25T00:37:40.159Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042026-08-25T00:37:40.688Z Updating git repository `https://github.com/oxidecomputer/crucible`
1052026-08-25T00:37:42.302Z Updating git repository `https://github.com/oxidecomputer/opte`
1062026-08-25T00:37:43.165Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072026-08-25T00:37:43.471Z Updating git repository `https://github.com/oxidecomputer/lldp`
1082026-08-25T00:37:43.843Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1092026-08-25T00:37:45.024Z Updating git repository `https://github.com/oxidecomputer/clickward`
1102026-08-25T00:37:45.350Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1112026-08-25T00:37:45.727Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-08-25T00:37:46.052Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1132026-08-25T00:37:46.329Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1142026-08-25T00:37:46.613Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1152026-08-25T00:37:46.935Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1162026-08-25T00:37:47.238Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1172026-08-25T00:37:47.644Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-25T00:37:48.145Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-08-25T00:37:48.536Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1202026-08-25T00:37:48.801Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1212026-08-25T00:37:49.281Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1222026-08-25T00:37:49.617Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232026-08-25T00:37:50.158Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1242026-08-25T00:37:50.512Z Updating git repository `https://github.com/oxidecomputer/erebor`
1252026-08-25T00:37:50.775Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-08-25T00:37:51.232Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-08-25T00:37:51.548Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1282026-08-25T00:37:51.958Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-08-25T00:37:52.332Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-08-25T00:37:52.616Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1312026-08-25T00:37:52.980Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-08-25T00:37:53.367Z Updating git repository `https://github.com/oxidecomputer/tough`
1332026-08-25T00:37:53.943Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-08-25T00:37:54.651Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1352026-08-25T00:37:54.917Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1362026-08-25T00:37:55.270Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1372026-08-25T00:37:55.646Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1382026-08-25T00:37:55.939Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-25T00:37:56.235Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-08-25T00:37:56.573Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-08-25T00:37:56.856Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-08-25T00:37:57.142Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1432026-08-25T00:37:59.965Z Downloading crates ...
1442026-08-25T00:38:00.030Z Downloaded crc-any v2.5.0
1452026-08-25T00:38:00.035Z Downloaded crc8 v0.1.1
1462026-08-25T00:38:00.035Z Downloaded cipher v0.5.2
1472026-08-25T00:38:00.038Z Downloaded crc-catalog v2.4.0
1482026-08-25T00:38:00.042Z Downloaded crc v3.4.0
1492026-08-25T00:38:00.042Z Downloaded cpufeatures v0.3.0
1502026-08-25T00:38:00.042Z Downloaded addr2line v0.25.1
1512026-08-25T00:38:00.049Z Downloaded clap_lex v1.0.0
1522026-08-25T00:38:00.053Z Downloaded heck v0.4.1
1532026-08-25T00:38:00.053Z Downloaded crucible-workspace-hack v0.1.0
1542026-08-25T00:38:00.053Z Downloaded crunchy v0.2.4
1552026-08-25T00:38:00.058Z Downloaded hex-literal v0.4.1
1562026-08-25T00:38:00.062Z Downloaded hash32 v0.2.1
1572026-08-25T00:38:00.067Z Downloaded inout v0.1.4
1582026-08-25T00:38:00.067Z Downloaded crypto-common v0.2.2
1592026-08-25T00:38:00.068Z Downloaded darling_macro v0.20.11
1602026-08-25T00:38:00.068Z Downloaded derive_builder_macro v0.20.2
1612026-08-25T00:38:00.068Z Downloaded hyper-tls v0.6.0
1622026-08-25T00:38:00.068Z Downloaded group v0.14.0
1632026-08-25T00:38:00.068Z Downloaded compression-core v0.4.31
1642026-08-25T00:38:00.074Z Downloaded is-terminal v0.4.17
1652026-08-25T00:38:00.078Z Downloaded cpufeatures v0.2.17
1662026-08-25T00:38:00.078Z Downloaded ident_case v1.0.1
1672026-08-25T00:38:00.087Z Downloaded colorchoice v1.0.4
1682026-08-25T00:38:00.091Z Downloaded convert_case v0.4.0
1692026-08-25T00:38:00.094Z Downloaded debug-ignore v1.0.5
1702026-08-25T00:38:00.098Z Downloaded group v0.13.0
1712026-08-25T00:38:00.098Z Downloaded home v0.5.12
1722026-08-25T00:38:00.098Z Downloaded darling_macro v0.13.4
1732026-08-25T00:38:00.098Z Downloaded headers-core v0.3.0
1742026-08-25T00:38:00.098Z Downloaded hostname v0.3.1
1752026-08-25T00:38:00.104Z Downloaded httpdate v1.0.3
1762026-08-25T00:38:00.108Z Downloaded darling_macro v0.23.0
1772026-08-25T00:38:00.108Z Downloaded diesel_table_macro_syntax v0.3.0
1782026-08-25T00:38:00.108Z Downloaded http-body v1.0.1
1792026-08-25T00:38:00.108Z Downloaded darling_macro v0.21.3
1802026-08-25T00:38:00.114Z Downloaded hostname v0.4.2
1812026-08-25T00:38:00.114Z Downloaded guppy-workspace-hack v0.1.0
1822026-08-25T00:38:00.117Z Downloaded ipnetwork v0.21.1
1832026-08-25T00:38:00.121Z Downloaded indoc v1.0.9
1842026-08-25T00:38:00.126Z Downloaded cstr-argument v0.1.2
1852026-08-25T00:38:00.126Z Downloaded impl-trait-for-tuples v0.2.3
1862026-08-25T00:38:00.126Z Downloaded http-body-util v0.1.3
1872026-08-25T00:38:00.133Z Downloaded httparse v1.10.1
1882026-08-25T00:38:00.136Z Downloaded defmt-parser v1.0.0
1892026-08-25T00:38:00.140Z Downloaded hex v0.4.3
1902026-08-25T00:38:00.140Z Downloaded hubpack_derive v0.1.1
1912026-08-25T00:38:00.143Z Downloaded cobs v0.3.0
1922026-08-25T00:38:00.146Z Downloaded crypto-common v0.1.7
1932026-08-25T00:38:00.146Z Downloaded heck v0.5.0
1942026-08-25T00:38:00.150Z Downloaded cpubits v0.1.1
1952026-08-25T00:38:00.150Z Downloaded defmt v0.3.100
1962026-08-25T00:38:00.154Z Downloaded hex-literal v1.1.0
1972026-08-25T00:38:00.157Z Downloaded indent_write v2.2.0
1982026-08-25T00:38:00.157Z Downloaded curve25519-dalek-derive v0.1.1
1992026-08-25T00:38:00.157Z Downloaded hash32 v0.3.1
2002026-08-25T00:38:00.158Z Downloaded http-range v0.1.5
2012026-08-25T00:38:00.159Z Downloaded inout v0.2.2
2022026-08-25T00:38:00.159Z Downloaded instant v0.1.13
2032026-08-25T00:38:00.162Z Downloaded is_terminal_polyfill v1.70.2
2042026-08-25T00:38:00.162Z Downloaded constant_time_eq v0.4.2
2052026-08-25T00:38:00.162Z Downloaded instability v0.3.11
2062026-08-25T00:38:00.165Z Downloaded criterion-plot v0.6.0
2072026-08-25T00:38:00.168Z Downloaded concurrent-queue v2.5.0
2082026-08-25T00:38:00.168Z Downloaded idna_adapter v1.2.1
2092026-08-25T00:38:00.168Z Downloaded illumos-nvpair-sys v0.2.0
2102026-08-25T00:38:00.168Z Downloaded cmov v0.5.4
2112026-08-25T00:38:00.168Z Downloaded corncobs v0.1.4
2122026-08-25T00:38:00.173Z Downloaded defmt-macros v1.0.1
2132026-08-25T00:38:00.176Z Downloaded data-encoding v2.10.0
2142026-08-25T00:38:00.176Z Downloaded crossbeam-utils v0.8.21
2152026-08-25T00:38:00.179Z Downloaded csv-core v0.1.13
2162026-08-25T00:38:00.179Z Downloaded highway v1.3.0
2172026-08-25T00:38:00.179Z Downloaded hubpack v0.1.2
2182026-08-25T00:38:00.183Z Downloaded const-oid v0.9.6
2192026-08-25T00:38:00.186Z Downloaded assert_matches v1.5.0
2202026-08-25T00:38:00.189Z Downloaded internet-checksum v0.2.1
2212026-08-25T00:38:00.193Z Downloaded arrayref v0.3.9
2222026-08-25T00:38:00.194Z Downloaded async-object-pool v0.2.0
2232026-08-25T00:38:00.196Z Downloaded hyper-rustls v0.27.7
2242026-08-25T00:38:00.200Z Downloaded bitfield-struct v0.6.2
2252026-08-25T00:38:00.200Z Downloaded bitfield-macros v0.19.4
2262026-08-25T00:38:00.205Z Downloaded httptest v0.16.4
2272026-08-25T00:38:00.209Z Downloaded ingot-macros v0.2.0
2282026-08-25T00:38:00.209Z Downloaded is_ci v1.2.0
2292026-08-25T00:38:00.209Z Downloaded async-recursion v1.1.1
2302026-08-25T00:38:00.214Z Downloaded illumos-nvpair v0.3.0
2312026-08-25T00:38:00.214Z Downloaded base16ct v1.0.0
2322026-08-25T00:38:00.214Z Downloaded crossbeam-deque v0.8.6
2332026-08-25T00:38:00.217Z Downloaded critical-section v1.2.0
2342026-08-25T00:38:00.217Z Downloaded heapless v0.7.17
2352026-08-25T00:38:00.221Z Downloaded bb8 v0.8.6
2362026-08-25T00:38:00.221Z Downloaded daft-derive v0.1.8
2372026-08-25T00:38:00.225Z Downloaded cast v0.3.0
2382026-08-25T00:38:00.225Z Downloaded cmake v0.1.57
2392026-08-25T00:38:00.225Z Downloaded openssl-probe v0.2.1
2402026-08-25T00:38:00.230Z Downloaded ctr v0.10.1
2412026-08-25T00:38:00.230Z Downloaded ciborium-io v0.2.2
2422026-08-25T00:38:00.230Z Downloaded ciborium-ll v0.2.2
2432026-08-25T00:38:00.231Z Downloaded openssl-probe v0.1.6
2442026-08-25T00:38:00.231Z Downloaded oxide-generation-macros v0.2.0
2452026-08-25T00:38:00.234Z Downloaded password-hash v0.6.1
2462026-08-25T00:38:00.235Z Downloaded derive_builder_core v0.20.2
2472026-08-25T00:38:00.235Z Downloaded convert_case v0.10.0
2482026-08-25T00:38:00.238Z Downloaded deranged v0.5.8
2492026-08-25T00:38:00.238Z Downloaded delegate v0.13.5
2502026-08-25T00:38:00.242Z Downloaded ctutils v0.4.2
2512026-08-25T00:38:00.242Z Downloaded diesel-dtrace v0.5.0
2522026-08-25T00:38:00.246Z Downloaded cfg_aliases v0.2.1
2532026-08-25T00:38:00.246Z Downloaded daft v0.1.8
2542026-08-25T00:38:00.252Z Downloaded crossbeam-epoch v0.9.18
2552026-08-25T00:38:00.256Z Downloaded const_format_proc_macros v0.2.34
2562026-08-25T00:38:00.260Z Downloaded ingot v0.2.1
2572026-08-25T00:38:00.260Z Downloaded defmt v1.0.1
2582026-08-25T00:38:00.263Z Downloaded colored v2.2.0
2592026-08-25T00:38:00.263Z Downloaded console v0.16.2
2602026-08-25T00:38:00.263Z Downloaded pathdiff v0.2.3
2612026-08-25T00:38:00.267Z Downloaded peg-runtime v0.8.5
2622026-08-25T00:38:00.267Z Downloaded constant_time_eq v0.3.1
2632026-08-25T00:38:00.268Z Downloaded crc32fast v1.5.0
2642026-08-25T00:38:00.268Z Downloaded hmac v0.13.0
2652026-08-25T00:38:00.268Z Downloaded darling v0.23.0
2662026-08-25T00:38:00.271Z Downloaded hmac v0.12.1
2672026-08-25T00:38:00.271Z Downloaded half v1.8.3
2682026-08-25T00:38:00.275Z Downloaded hyper-staticfile v0.10.1
2692026-08-25T00:38:00.276Z Downloaded percent-encoding v2.3.2
2702026-08-25T00:38:00.280Z Downloaded ingot-types v0.2.0
2712026-08-25T00:38:00.280Z Downloaded buf-list v1.1.2
2722026-08-25T00:38:00.280Z Downloaded ipnet v2.12.0
2732026-08-25T00:38:00.284Z Downloaded anstream v1.0.0
2742026-08-25T00:38:00.284Z Downloaded argon2 v0.5.3
2752026-08-25T00:38:00.288Z Downloaded autocfg v1.5.0
2762026-08-25T00:38:00.288Z Downloaded byteorder v1.5.0
2772026-08-25T00:38:00.288Z Downloaded indexmap v1.9.3
2782026-08-25T00:38:00.291Z Downloaded pretty-hex v0.4.1
2792026-08-25T00:38:00.291Z Downloaded proc-macro-error-attr2 v2.0.0
2802026-08-25T00:38:00.291Z Downloaded indoc v2.0.7
2812026-08-25T00:38:00.295Z Downloaded rand_xorshift v0.4.0
2822026-08-25T00:38:00.295Z Downloaded half v2.7.1
2832026-08-25T00:38:00.299Z Downloaded rfc6979 v0.4.0
2842026-08-25T00:38:00.303Z Downloaded potential_utf v0.1.4
2852026-08-25T00:38:00.307Z Downloaded recursive v0.1.1
2862026-08-25T00:38:00.307Z Downloaded rtoolbox v0.0.3
2872026-08-25T00:38:00.307Z Downloaded darling v0.20.11
2882026-08-25T00:38:00.307Z Downloaded bitfield v0.19.4
2892026-08-25T00:38:00.311Z Downloaded colored v3.1.1
2902026-08-25T00:38:00.311Z Downloaded darling v0.21.3
2912026-08-25T00:38:00.315Z Downloaded compression-codecs v0.4.37
2922026-08-25T00:38:00.319Z Downloaded cookie v0.18.1
2932026-08-25T00:38:00.321Z Downloaded bitflags v1.3.2
2942026-08-25T00:38:00.325Z Downloaded progenitor-client v0.14.0
2952026-08-25T00:38:00.325Z Downloaded derive_builder v0.20.2
2962026-08-25T00:38:00.325Z Downloaded rustc_version v0.1.7
2972026-08-25T00:38:00.325Z Downloaded rustc_version v0.4.1
2982026-08-25T00:38:00.330Z Downloaded derive-ex v0.1.8
2992026-08-25T00:38:00.334Z Downloaded des v0.9.0
3002026-08-25T00:38:00.334Z Downloaded darling v0.13.4
3012026-08-25T00:38:00.341Z Downloaded der_derive v0.7.3
3022026-08-25T00:38:00.345Z Downloaded hybrid-array v0.4.13
3032026-08-25T00:38:00.348Z Downloaded iana-time-zone v0.1.65
3042026-08-25T00:38:00.352Z Downloaded humantime v2.3.0
3052026-08-25T00:38:00.352Z Downloaded cookie_store v0.22.1
3062026-08-25T00:38:00.352Z Downloaded datatest-stable v0.3.3
3072026-08-25T00:38:00.356Z Downloaded darling_core v0.13.4
3082026-08-25T00:38:00.359Z Downloaded parse-display-derive v0.10.0
3092026-08-25T00:38:00.360Z Downloaded scroll_derive v0.13.1
3102026-08-25T00:38:00.360Z Downloaded phc v0.6.1
3112026-08-25T00:38:00.360Z Downloaded plain v0.2.3
3122026-08-25T00:38:00.360Z Downloaded serde_bytes v0.11.19
3132026-08-25T00:38:00.363Z Downloaded serde_plain v1.0.2
3142026-08-25T00:38:00.363Z Downloaded icu_properties v2.1.2
3152026-08-25T00:38:00.365Z Downloaded similar-asserts v1.7.0
3162026-08-25T00:38:00.370Z Downloaded slog-envlogger v2.2.0
3172026-08-25T00:38:00.370Z Downloaded structmeta-derive v0.3.0
3182026-08-25T00:38:00.370Z Downloaded clap_derive v4.6.1
3192026-08-25T00:38:00.375Z Downloaded anyhow v1.0.104
3202026-08-25T00:38:00.378Z Downloaded serde_regex v1.1.0
3212026-08-25T00:38:00.378Z Downloaded signal-hook-mio v0.2.5
3222026-08-25T00:38:00.379Z Downloaded signature v3.0.0
3232026-08-25T00:38:00.382Z Downloaded poly1305 v0.8.0
3242026-08-25T00:38:00.382Z Downloaded predicates v3.1.4
3252026-08-25T00:38:00.389Z Downloaded strip-ansi-escapes v0.2.1
3262026-08-25T00:38:00.393Z Downloaded subtle v2.6.1
3272026-08-25T00:38:00.393Z Downloaded supports-hyperlinks v3.2.0
3282026-08-25T00:38:00.393Z Downloaded ignore v0.4.25
3292026-08-25T00:38:00.400Z Downloaded supports-unicode v2.1.0
3302026-08-25T00:38:00.401Z Downloaded sync_wrapper v1.0.2
3312026-08-25T00:38:00.401Z Downloaded headers v0.4.1
3322026-08-25T00:38:00.401Z Downloaded tap v1.0.1
3332026-08-25T00:38:00.405Z Downloaded target-triple v1.0.0
3342026-08-25T00:38:00.406Z Downloaded phf_shared v0.12.1
3352026-08-25T00:38:00.406Z Downloaded tinyvec_macros v0.1.1
3362026-08-25T00:38:00.406Z Downloaded hickory-resolver v0.25.2
3372026-08-25T00:38:00.407Z Downloaded primeorder v0.13.6
3382026-08-25T00:38:00.412Z Downloaded primeorder v0.14.0
3392026-08-25T00:38:00.412Z Downloaded thread-id v5.1.0
3402026-08-25T00:38:00.412Z Downloaded cancel-safe-futures v0.1.5
3412026-08-25T00:38:00.412Z Downloaded cexpr v0.6.0
3422026-08-25T00:38:00.412Z Downloaded clap v4.6.1
3432026-08-25T00:38:00.415Z Downloaded const-oid v0.10.2
3442026-08-25T00:38:00.420Z Downloaded progenitor-extras v0.2.0
3452026-08-25T00:38:00.420Z Downloaded rand_chacha v0.9.0
3462026-08-25T00:38:00.420Z Downloaded derive_more v0.99.20
3472026-08-25T00:38:00.423Z Downloaded tower-service v0.3.3
3482026-08-25T00:38:00.424Z Downloaded console v0.15.11
3492026-08-25T00:38:00.427Z Downloaded trait-variant v0.1.2
3502026-08-25T00:38:00.428Z Downloaded clang-sys v1.8.1
3512026-08-25T00:38:00.433Z Downloaded once_cell v1.21.3
3522026-08-25T00:38:00.437Z Downloaded hickory-client v0.25.2
3532026-08-25T00:38:00.437Z Downloaded schemars_derive v0.8.22
3542026-08-25T00:38:00.437Z Downloaded unarray v0.1.4
3552026-08-25T00:38:00.442Z Downloaded usdt-macro v0.6.0
3562026-08-25T00:38:00.446Z Downloaded icu_provider v2.1.1
3572026-08-25T00:38:00.446Z Downloaded universal-hash v0.6.1
3582026-08-25T00:38:00.449Z Downloaded wait-timeout v0.2.1
3592026-08-25T00:38:00.453Z Downloaded parking_lot v0.12.5
3602026-08-25T00:38:00.453Z Downloaded sec1 v0.7.3
3612026-08-25T00:38:00.457Z Downloaded sha2 v0.10.9
3622026-08-25T00:38:00.457Z Downloaded smf v0.2.3
3632026-08-25T00:38:00.457Z Downloaded usdt-attr-macro v0.6.0
3642026-08-25T00:38:00.457Z Downloaded version_check v0.9.5
3652026-08-25T00:38:00.457Z Downloaded waitgroup v0.1.2
3662026-08-25T00:38:00.461Z Downloaded xshell-macros v0.2.7
3672026-08-25T00:38:00.461Z Downloaded unicode-xid v0.2.6
3682026-08-25T00:38:00.461Z Downloaded zerofrom v0.1.6
3692026-08-25T00:38:00.461Z Downloaded difflib v0.4.0
3702026-08-25T00:38:00.465Z Downloaded downcast-rs v2.0.2
3712026-08-25T00:38:00.469Z Downloaded allocator-api2 v0.2.21
3722026-08-25T00:38:00.469Z Downloaded serde-hex v0.1.0
3732026-08-25T00:38:00.474Z Downloaded pin-project-lite v0.2.17
3742026-08-25T00:38:00.477Z Downloaded strum_macros v0.26.4
3752026-08-25T00:38:00.481Z Downloaded snafu-derive v0.8.9
3762026-08-25T00:38:00.485Z Downloaded slog-term v2.9.2
3772026-08-25T00:38:00.485Z Downloaded stable_deref_trait v1.2.1
3782026-08-25T00:38:00.488Z Downloaded icu_collections v2.1.1
3792026-08-25T00:38:00.488Z Downloaded termios v0.3.3
3802026-08-25T00:38:00.491Z Downloaded tokio-tungstenite v0.21.0
3812026-08-25T00:38:00.495Z Downloaded embedded-io v0.4.0
3822026-08-25T00:38:00.498Z Downloaded dropshot-api-manager-types v0.8.0
3832026-08-25T00:38:00.498Z Downloaded dtrace-parser v0.3.0
3842026-08-25T00:38:00.498Z Downloaded endian-type v0.1.2
3852026-08-25T00:38:00.498Z Downloaded escape8259 v0.5.3
3862026-08-25T00:38:00.501Z Downloaded enum-as-inner v0.6.1
3872026-08-25T00:38:00.501Z Downloaded futures-io v0.3.32
3882026-08-25T00:38:00.501Z Downloaded fixedbitset v0.4.2
3892026-08-25T00:38:00.504Z Downloaded termcolor v1.4.1
3902026-08-25T00:38:00.504Z Downloaded generic-array v0.14.7
3912026-08-25T00:38:00.510Z Downloaded quote v1.0.45
3922026-08-25T00:38:00.514Z Downloaded time-macros v0.2.27
3932026-08-25T00:38:00.514Z Downloaded const_format v0.2.35
3942026-08-25T00:38:00.517Z Downloaded darling_core v0.21.3
3952026-08-25T00:38:00.520Z Downloaded darling_core v0.20.11
3962026-08-25T00:38:00.523Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3972026-08-25T00:38:00.523Z Downloaded tui-tree-widget v0.23.1
3982026-08-25T00:38:00.523Z Downloaded form_urlencoded v1.2.2
3992026-08-25T00:38:00.523Z Downloaded darling_core v0.23.0
4002026-08-25T00:38:00.526Z Downloaded globwalk v0.9.1
4012026-08-25T00:38:00.526Z Downloaded git-stub v1.0.0
4022026-08-25T00:38:00.528Z Downloaded oxide-update-engine-display v0.1.2
4032026-08-25T00:38:00.531Z Downloaded unicase v2.9.0
4042026-08-25T00:38:00.534Z Downloaded kem v0.3.0
4052026-08-25T00:38:00.537Z Downloaded crossbeam-channel v0.5.15
4062026-08-25T00:38:00.537Z Downloaded crypto-bigint v0.5.5
4072026-08-25T00:38:00.542Z Downloaded heapless v0.8.0
4082026-08-25T00:38:00.545Z Downloaded compact_str v0.8.1
4092026-08-25T00:38:00.545Z Downloaded semver v1.0.28
4102026-08-25T00:38:00.545Z Downloaded lalrpop-util v0.19.12
4112026-08-25T00:38:00.548Z Downloaded lazy_static v1.5.0
4122026-08-25T00:38:00.548Z Downloaded icu_locale_core v2.1.1
4132026-08-25T00:38:00.551Z Downloaded indicatif v0.18.4
4142026-08-25T00:38:00.551Z Downloaded maplit v1.0.2
4152026-08-25T00:38:00.554Z Downloaded match_cfg v0.1.0
4162026-08-25T00:38:00.554Z Downloaded linked-hash-map v0.5.6
4172026-08-25T00:38:00.554Z Downloaded vergen-git2 v9.1.0
4182026-08-25T00:38:00.554Z Downloaded linkme-impl v0.3.35
4192026-08-25T00:38:00.558Z Downloaded displaydoc v0.2.5
4202026-08-25T00:38:00.576Z Downloaded num-iter v0.1.45
4212026-08-25T00:38:00.581Z Downloaded ron v0.8.1
4222026-08-25T00:38:00.585Z Downloaded pkcs5 v0.8.1
4232026-08-25T00:38:00.586Z Downloaded progenitor-impl v0.14.0
4242026-08-25T00:38:00.589Z Downloaded rustls-platform-verifier v0.6.2
4252026-08-25T00:38:00.589Z Downloaded anstyle-query v1.1.5
4262026-08-25T00:38:00.589Z Downloaded ed25519 v2.2.3
4272026-08-25T00:38:00.594Z Downloaded bcrypt-pbkdf v0.11.0
4282026-08-25T00:38:00.594Z Downloaded thiserror v1.0.69
4292026-08-25T00:38:00.594Z Downloaded futures-executor v0.3.32
4302026-08-25T00:38:00.598Z Downloaded atomic-waker v1.1.2
4312026-08-25T00:38:00.598Z Downloaded base16ct v0.2.0
4322026-08-25T00:38:00.598Z Downloaded rcgen v0.12.1
4332026-08-25T00:38:00.598Z Downloaded icu_normalizer v2.1.1
4342026-08-25T00:38:00.601Z Downloaded find-msvc-tools v0.1.9
4352026-08-25T00:38:00.601Z Downloaded hashbrown v0.12.3
4362026-08-25T00:38:00.601Z Downloaded progenitor-impl v0.13.0
4372026-08-25T00:38:00.605Z Downloaded toml v0.8.23
4382026-08-25T00:38:00.605Z Downloaded block-buffer v0.12.1
4392026-08-25T00:38:00.605Z Downloaded block-buffer v0.10.4
4402026-08-25T00:38:00.605Z Downloaded fallible-iterator v0.2.0
4412026-08-25T00:38:00.605Z Downloaded fnv v1.0.7
4422026-08-25T00:38:00.609Z Downloaded foldhash v0.1.5
4432026-08-25T00:38:00.609Z Downloaded globset v0.4.18
4442026-08-25T00:38:00.609Z Downloaded packed_struct_codegen v0.10.1
4452026-08-25T00:38:00.613Z Downloaded castaway v0.2.4
4462026-08-25T00:38:00.613Z Downloaded path-slash v0.1.5
4472026-08-25T00:38:00.613Z Downloaded derive-where v1.6.0
4482026-08-25T00:38:00.620Z Downloaded der v0.7.10
4492026-08-25T00:38:00.620Z Downloaded hickory-resolver v0.24.4
4502026-08-25T00:38:00.627Z Downloaded schemars v0.8.22
4512026-08-25T00:38:00.633Z Downloaded ucd-trie v0.1.7
4522026-08-25T00:38:00.633Z Downloaded parse-size v1.1.0
4532026-08-25T00:38:00.636Z Downloaded keccak v0.2.0
4542026-08-25T00:38:00.636Z Downloaded linkme v0.3.35
4552026-08-25T00:38:00.636Z Downloaded memoffset v0.9.1
4562026-08-25T00:38:00.637Z Downloaded phf_shared v0.11.3
4572026-08-25T00:38:00.637Z Downloaded p384 v0.14.0
4582026-08-25T00:38:00.640Z Downloaded proc-macro-error-attr v1.0.4
4592026-08-25T00:38:00.644Z Downloaded proc-macro-crate v1.3.1
4602026-08-25T00:38:00.653Z Downloaded diff v0.1.13
4612026-08-25T00:38:00.659Z Downloaded module-lattice v0.2.3
4622026-08-25T00:38:00.660Z Downloaded multer v3.1.0
4632026-08-25T00:38:00.660Z Downloaded num-complex v0.4.6
4642026-08-25T00:38:00.660Z Downloaded anstream v0.6.21
4652026-08-25T00:38:00.664Z Downloaded assert-json-diff v2.0.2
4662026-08-25T00:38:00.664Z Downloaded psl-types v2.0.11
4672026-08-25T00:38:00.668Z Downloaded derive_more v2.1.1
4682026-08-25T00:38:00.674Z Downloaded num_enum v0.7.6
4692026-08-25T00:38:00.678Z Downloaded slog v2.8.2
4702026-08-25T00:38:00.681Z Downloaded socket2 v0.6.3
4712026-08-25T00:38:00.681Z Downloaded rand_distr v0.5.1
4722026-08-25T00:38:00.685Z Downloaded russh-util v0.52.0
4732026-08-25T00:38:00.685Z Downloaded async-trait v0.1.89
4742026-08-25T00:38:00.685Z Downloaded rfc6979 v0.6.0
4752026-08-25T00:38:00.685Z Downloaded rstest_macros v0.25.0
4762026-08-25T00:38:00.688Z Downloaded textwrap v0.16.2
4772026-08-25T00:38:00.688Z Downloaded tinyvec v1.10.0
4782026-08-25T00:38:00.688Z Downloaded funty v2.0.0
4792026-08-25T00:38:00.692Z Downloaded bytecount v0.6.9
4802026-08-25T00:38:00.692Z Downloaded olpc-cjson v0.1.4
4812026-08-25T00:38:00.692Z Downloaded ecdsa v0.17.0
4822026-08-25T00:38:00.693Z Downloaded itertools v0.10.5
4832026-08-25T00:38:00.696Z Downloaded same-file v1.0.6
4842026-08-25T00:38:00.697Z Downloaded shell-words v1.1.1
4852026-08-25T00:38:00.697Z Downloaded serde-big-array v0.5.1
4862026-08-25T00:38:00.701Z Downloaded siphasher v1.0.2
4872026-08-25T00:38:00.701Z Downloaded cassowary v0.3.0
4882026-08-25T00:38:00.704Z Downloaded slog-bunyan v2.5.0
4892026-08-25T00:38:00.704Z Downloaded bit-vec v0.6.3
4902026-08-25T00:38:00.708Z Downloaded cargo_metadata v0.23.1
4912026-08-25T00:38:00.708Z Downloaded pem v3.0.6
4922026-08-25T00:38:00.708Z Downloaded supports-color v2.1.0
4932026-08-25T00:38:00.708Z Downloaded diesel_derives v2.3.7
4942026-08-25T00:38:00.712Z Downloaded peg-macros v0.8.5
4952026-08-25T00:38:00.712Z Downloaded oxide-generation v0.1.3
4962026-08-25T00:38:00.713Z Downloaded oxnet v0.1.6
4972026-08-25T00:38:00.713Z Downloaded hickory-server v0.25.2
4982026-08-25T00:38:00.716Z Downloaded http v1.4.2
4992026-08-25T00:38:00.719Z Downloaded unsafe-libyaml v0.2.11
5002026-08-25T00:38:00.724Z Downloaded port-file v0.1.0
5012026-08-25T00:38:00.724Z Downloaded hyper-util v0.1.20
5022026-08-25T00:38:00.782Z Downloaded strsim v0.10.0
5032026-08-25T00:38:00.782Z Downloaded take_mut v0.2.2
5042026-08-25T00:38:00.783Z Downloaded unit-prefix v0.5.2
5052026-08-25T00:38:00.783Z Downloaded pkg-config v0.3.32
5062026-08-25T00:38:00.783Z Downloaded rand_core v0.9.5
5072026-08-25T00:38:00.783Z Downloaded testing_table v0.3.0
5082026-08-25T00:38:00.783Z Downloaded topological-sort v0.2.2
5092026-08-25T00:38:00.783Z Downloaded zopfli v0.8.3
5102026-08-25T00:38:00.783Z Downloaded thread-id v4.2.2
5112026-08-25T00:38:00.783Z Downloaded toml_write v0.1.2
5122026-08-25T00:38:00.783Z Downloaded zerocopy-derive v0.7.35
5132026-08-25T00:38:00.783Z Downloaded progenitor-client v0.13.0
5142026-08-25T00:38:00.783Z Downloaded argon2 v0.6.0-rc.8
5152026-08-25T00:38:00.783Z Downloaded indexmap v2.14.0
5162026-08-25T00:38:00.783Z Downloaded icu_normalizer_data v2.1.1
5172026-08-25T00:38:00.783Z Downloaded rustls-native-certs v0.8.3
5182026-08-25T00:38:00.783Z Downloaded utf8parse v0.2.2
5192026-08-25T00:38:00.783Z Downloaded utf8_iter v1.0.4
5202026-08-25T00:38:00.783Z Downloaded socket2 v0.5.10
5212026-08-25T00:38:00.783Z Downloaded wnaf v0.14.0
5222026-08-25T00:38:00.783Z Downloaded psm v0.1.30
5232026-08-25T00:38:00.783Z Downloaded r2d2 v0.8.10
5242026-08-25T00:38:00.783Z Downloaded void v1.0.2
5252026-08-25T00:38:00.783Z Downloaded rand v0.8.6
5262026-08-25T00:38:00.783Z Downloaded unicode-linebreak v0.1.5
5272026-08-25T00:38:00.783Z Downloaded blake2 v0.10.6
5282026-08-25T00:38:00.785Z Downloaded serdect v0.4.3
5292026-08-25T00:38:00.790Z Downloaded serde_path_to_error v0.1.20
5302026-08-25T00:38:00.790Z Downloaded hashbrown v0.13.2
5312026-08-25T00:38:00.791Z Downloaded toml_edit v0.23.10+spec-1.0.0
5322026-08-25T00:38:00.791Z Downloaded derive_more-impl v2.1.1
5332026-08-25T00:38:00.795Z Downloaded getrandom v0.3.4
5342026-08-25T00:38:00.795Z Downloaded slog-stdlog v4.1.1
5352026-08-25T00:38:00.795Z Downloaded zone_cfg_derive v0.3.1
5362026-08-25T00:38:00.798Z Downloaded env_filter v2.0.0
5372026-08-25T00:38:00.798Z Downloaded parking_lot v0.11.2
5382026-08-25T00:38:00.798Z Downloaded dof v0.4.0
5392026-08-25T00:38:00.798Z Downloaded dyn-clone v1.0.20
5402026-08-25T00:38:00.803Z Downloaded embedded-io v0.6.1
5412026-08-25T00:38:00.807Z Downloaded libbz2-rs-sys v0.2.2
5422026-08-25T00:38:00.807Z Downloaded poly1305 v0.9.0
5432026-08-25T00:38:00.807Z Downloaded tagptr v0.2.0
5442026-08-25T00:38:00.807Z Downloaded synstructure v0.13.2
5452026-08-25T00:38:00.810Z Downloaded internal-russh-num-bigint v0.5.0
5462026-08-25T00:38:00.813Z Downloaded uuid v1.23.4
5472026-08-25T00:38:00.814Z Downloaded foreign-types-shared v0.1.1
5482026-08-25T00:38:00.814Z Downloaded foreign-types-shared v0.3.1
5492026-08-25T00:38:00.819Z Downloaded spki v0.7.3
5502026-08-25T00:38:00.819Z Downloaded stacker v0.1.23
5512026-08-25T00:38:00.823Z Downloaded static_assertions v1.1.0
5522026-08-25T00:38:00.823Z Downloaded toml_writer v1.1.1+spec-1.1.0
5532026-08-25T00:38:00.823Z Downloaded equivalent v1.0.2
5542026-08-25T00:38:00.823Z Downloaded libscf-sys v1.2.0
5552026-08-25T00:38:00.823Z Downloaded memmap v0.7.0
5562026-08-25T00:38:00.828Z Downloaded maybe-uninit v2.0.0
5572026-08-25T00:38:00.828Z Downloaded jiff-static v0.2.34
5582026-08-25T00:38:00.828Z Downloaded lru-slab v0.1.2
5592026-08-25T00:38:00.828Z Downloaded mime v0.3.17
5602026-08-25T00:38:00.833Z Downloaded thread_local v1.1.9
5612026-08-25T00:38:00.833Z Downloaded quinn-udp v0.5.14
5622026-08-25T00:38:00.837Z Downloaded polyval v0.7.1
5632026-08-25T00:38:00.837Z Downloaded tokio-native-tls v0.3.1
5642026-08-25T00:38:00.837Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5652026-08-25T00:38:00.837Z Downloaded yansi v1.0.1
5662026-08-25T00:38:00.846Z Downloaded rusty-fork v0.3.1
5672026-08-25T00:38:00.850Z Downloaded nested v0.1.1
5682026-08-25T00:38:00.853Z Downloaded usdt-impl v0.5.0
5692026-08-25T00:38:00.854Z Downloaded nodrop v0.1.14
5702026-08-25T00:38:00.858Z Downloaded writeable v0.6.2
5712026-08-25T00:38:00.861Z Downloaded async-lock v3.4.2
5722026-08-25T00:38:00.868Z Downloaded backtrace-ext v0.2.1
5732026-08-25T00:38:00.871Z Downloaded samael v0.0.19
5742026-08-25T00:38:00.875Z Downloaded normalize-line-endings v0.3.0
5752026-08-25T00:38:00.878Z Downloaded omicron-zone-package v0.12.3
5762026-08-25T00:38:00.878Z Downloaded zstd v0.13.3
5772026-08-25T00:38:00.881Z Downloaded zstd-safe v7.2.4
5782026-08-25T00:38:00.881Z Downloaded ascii-canvas v3.0.0
5792026-08-25T00:38:00.882Z Downloaded strum_macros v0.27.2
5802026-08-25T00:38:00.882Z Downloaded crossterm v0.28.1
5812026-08-25T00:38:00.885Z Downloaded der v0.8.0
5822026-08-25T00:38:00.892Z Downloaded env_logger v0.11.11
5832026-08-25T00:38:00.898Z Downloaded ecdsa v0.16.9
5842026-08-25T00:38:00.902Z Downloaded plotters-backend v0.3.7
5852026-08-25T00:38:00.906Z Downloaded miniz_oxide v0.8.9
5862026-08-25T00:38:00.909Z Downloaded thiserror-impl v2.0.18
5872026-08-25T00:38:00.909Z Downloaded pkcs1 v0.7.5
5882026-08-25T00:38:00.913Z Downloaded criterion v0.7.0
5892026-08-25T00:38:00.918Z Downloaded ff v0.14.0
5902026-08-25T00:38:00.918Z Downloaded foldhash v0.2.0
5912026-08-25T00:38:00.918Z Downloaded fs-err v2.11.0
5922026-08-25T00:38:00.919Z Downloaded libefi-sys v0.1.0
5932026-08-25T00:38:00.922Z Downloaded lock_api v0.4.14
5942026-08-25T00:38:00.922Z Downloaded progenitor-macro v0.13.0
5952026-08-25T00:38:00.922Z Downloaded rand_pcg v0.10.2
5962026-08-25T00:38:00.922Z Downloaded predicates-core v1.0.10
5972026-08-25T00:38:00.922Z Downloaded miette-derive v7.6.0
5982026-08-25T00:38:00.926Z Downloaded tokio-rustls v0.26.4
5992026-08-25T00:38:00.938Z Downloaded walkdir v2.5.0
6002026-08-25T00:38:00.944Z Downloaded radium v0.7.0
6012026-08-25T00:38:00.954Z Downloaded anstyle-parse v0.2.7
6022026-08-25T00:38:00.958Z Downloaded serde_urlencoded v0.7.1
6032026-08-25T00:38:00.958Z Downloaded serde_yaml v0.9.34+deprecated
6042026-08-25T00:38:00.958Z Downloaded num_enum_derive v0.7.6
6052026-08-25T00:38:00.962Z Downloaded recursive-proc-macro-impl v0.1.1
6062026-08-25T00:38:00.962Z Downloaded aes v0.9.1
6072026-08-25T00:38:00.962Z Downloaded serde_repr v0.1.20
6082026-08-25T00:38:00.966Z Downloaded anstyle v1.0.14
6092026-08-25T00:38:00.970Z Downloaded fancy-regex v0.14.0
6102026-08-25T00:38:00.970Z Downloaded bytes v1.11.1
6112026-08-25T00:38:00.973Z Downloaded camino-tempfile v1.4.1
6122026-08-25T00:38:00.973Z Downloaded oso v0.27.3
6132026-08-25T00:38:00.976Z Downloaded fs-err v3.3.0
6142026-08-25T00:38:00.980Z Downloaded aead v0.6.1
6152026-08-25T00:38:00.980Z Downloaded strum v0.26.3
6162026-08-25T00:38:00.985Z Downloaded tabled_derive v0.7.0
6172026-08-25T00:38:00.985Z Downloaded rustyline v14.0.0
6182026-08-25T00:38:00.985Z Downloaded swrite v0.1.0
6192026-08-25T00:38:00.991Z Downloaded p521 v0.14.0
6202026-08-25T00:38:00.991Z Downloaded toml_datetime v0.6.11
6212026-08-25T00:38:00.991Z Downloaded typenum v1.20.1
6222026-08-25T00:38:00.991Z Downloaded crossterm v0.29.0
6232026-08-25T00:38:00.994Z Downloaded hashbrown v0.14.5
6242026-08-25T00:38:00.999Z Downloaded hashbrown v0.16.1
6252026-08-25T00:38:01.002Z Downloaded assert_cmd v2.1.2
6262026-08-25T00:38:01.003Z Downloaded bcs v0.1.6
6272026-08-25T00:38:01.003Z Downloaded paste v1.0.15
6282026-08-25T00:38:01.003Z Downloaded oxide-update-engine v0.1.2
6292026-08-25T00:38:01.003Z Downloaded terminal_size v0.1.17
6302026-08-25T00:38:01.008Z Downloaded idna v1.1.0
6312026-08-25T00:38:01.013Z Downloaded owo-colors v3.5.0
6322026-08-25T00:38:01.016Z Downloaded getrandom v0.2.17
6332026-08-25T00:38:01.020Z Downloaded typify-macro v0.6.2
6342026-08-25T00:38:01.020Z Downloaded pem-rfc7468 v0.7.0
6352026-08-25T00:38:01.024Z Downloaded usdt v0.5.0
6362026-08-25T00:38:01.027Z Downloaded xattr v1.6.1
6372026-08-25T00:38:01.028Z Downloaded native-tls v0.2.18
6382026-08-25T00:38:01.032Z Downloaded serde_with v1.14.0
6392026-08-25T00:38:01.036Z Downloaded clap_builder v4.6.0
6402026-08-25T00:38:01.039Z Downloaded hashbrown v0.15.5
6412026-08-25T00:38:01.040Z Downloaded pest v2.8.6
6422026-08-25T00:38:01.043Z Downloaded nu-ansi-term v0.50.3
6432026-08-25T00:38:01.043Z Downloaded rayon-core v1.13.0
6442026-08-25T00:38:01.046Z Downloaded tungstenite v0.23.0
6452026-08-25T00:38:01.049Z Downloaded usdt-macro v0.5.0
6462026-08-25T00:38:01.052Z Downloaded secrecy v0.8.0
6472026-08-25T00:38:01.056Z Downloaded rust-argon2 v2.1.0
6482026-08-25T00:38:01.056Z Downloaded rustversion v1.0.22
6492026-08-25T00:38:01.056Z Downloaded scroll v0.13.0
6502026-08-25T00:38:01.059Z Downloaded num-rational v0.4.2
6512026-08-25T00:38:01.059Z Downloaded itertools v0.13.0
6522026-08-25T00:38:01.062Z Downloaded dtrace-parser v0.2.0
6532026-08-25T00:38:01.065Z Downloaded scuffle v0.1.0
6542026-08-25T00:38:01.065Z Downloaded dsl_auto_type v0.2.0
6552026-08-25T00:38:01.068Z Downloaded dirs-next v2.0.0
6562026-08-25T00:38:01.068Z Downloaded shlex v1.3.0
6572026-08-25T00:38:01.068Z Downloaded signal-hook-registry v1.4.8
6582026-08-25T00:38:01.068Z Downloaded float-cmp v0.10.0
6592026-08-25T00:38:01.068Z Downloaded dof v0.3.0
6602026-08-25T00:38:01.072Z Downloaded serde_tokenstream v0.3.0
6612026-08-25T00:38:01.072Z Downloaded tokio-postgres v0.7.16
6622026-08-25T00:38:01.075Z Downloaded bitflags v2.11.0
6632026-08-25T00:38:01.078Z Downloaded camino v1.2.5
6642026-08-25T00:38:01.078Z Downloaded slog-scope v4.4.1
6652026-08-25T00:38:01.083Z Downloaded slog-json v2.6.1
6662026-08-25T00:38:01.083Z Downloaded schemars v0.9.0
6672026-08-25T00:38:01.086Z Downloaded foreign-types v0.5.0
6682026-08-25T00:38:01.089Z Downloaded iri-string v0.7.10
6692026-08-25T00:38:01.092Z Downloaded spki v0.8.0
6702026-08-25T00:38:01.092Z Downloaded ssh-cipher v0.3.0
6712026-08-25T00:38:01.092Z Downloaded futures-task v0.3.32
6722026-08-25T00:38:01.095Z Downloaded hyper v1.10.1
6732026-08-25T00:38:01.098Z Downloaded tokio-tungstenite v0.23.1
6742026-08-25T00:38:01.098Z Downloaded bzip2 v0.6.1
6752026-08-25T00:38:01.098Z Downloaded chumsky v0.9.3
6762026-08-25T00:38:01.101Z Downloaded stringmetrics v2.2.2
6772026-08-25T00:38:01.102Z Downloaded zerocopy-derive v0.8.55
6782026-08-25T00:38:01.106Z Downloaded postgres-types v0.2.12
6792026-08-25T00:38:01.109Z Downloaded tokio-dtrace v0.1.1
6802026-08-25T00:38:01.115Z Downloaded dropshot_endpoint v0.17.1
6812026-08-25T00:38:01.115Z Downloaded lru-cache v0.1.2
6822026-08-25T00:38:01.115Z Downloaded lzss v0.8.2
6832026-08-25T00:38:01.115Z Downloaded newtype_derive v0.1.6
6842026-08-25T00:38:01.115Z Downloaded num-conv v0.2.0
6852026-08-25T00:38:01.118Z Downloaded array-init v0.0.4
6862026-08-25T00:38:01.118Z Downloaded parking_lot_core v0.9.12
6872026-08-25T00:38:01.118Z Downloaded tar v0.4.46
6882026-08-25T00:38:01.121Z Downloaded miette v5.10.0
6892026-08-25T00:38:01.122Z Downloaded whoami v2.1.0
6902026-08-25T00:38:01.126Z Downloaded vsss-rs v3.3.4
6912026-08-25T00:38:01.129Z Downloaded new_debug_unreachable v1.0.6
6922026-08-25T00:38:01.129Z Downloaded nonempty v0.12.0
6932026-08-25T00:38:01.134Z Downloaded zeroize v1.9.0
6942026-08-25T00:38:01.137Z Downloaded aead v0.5.2
6952026-08-25T00:38:01.140Z Downloaded block-padding v0.4.2
6962026-08-25T00:38:01.145Z Downloaded proc-macro-error2 v2.0.1
6972026-08-25T00:38:01.148Z Downloaded goblin v0.8.2
6982026-08-25T00:38:01.154Z Downloaded xshell v0.2.7
6992026-08-25T00:38:01.156Z Downloaded serde_cbor v0.11.2
7002026-08-25T00:38:01.162Z Downloaded openssl-macros v0.1.1
7012026-08-25T00:38:01.166Z Downloaded ff v0.13.1
7022026-08-25T00:38:01.171Z Downloaded git-stub-vcs v0.1.0
7032026-08-25T00:38:01.180Z Downloaded serde v1.0.228
7042026-08-25T00:38:01.183Z Downloaded zerotrie v0.2.3
7052026-08-25T00:38:01.183Z Downloaded precomputed-hash v0.1.1
7062026-08-25T00:38:01.183Z Downloaded guppy v0.17.25
7072026-08-25T00:38:01.187Z Downloaded itertools v0.14.0
7082026-08-25T00:38:01.191Z Downloaded hkdf v0.13.0
7092026-08-25T00:38:01.191Z Downloaded itertools v0.12.1
7102026-08-25T00:38:01.194Z Downloaded itertools v0.15.0
7112026-08-25T00:38:01.201Z Downloaded tinystr v0.8.2
7122026-08-25T00:38:01.205Z Downloaded signal-hook-tokio v0.3.1
7132026-08-25T00:38:01.205Z Downloaded jobserver v0.1.34
7142026-08-25T00:38:01.208Z Downloaded secrecy v0.10.3
7152026-08-25T00:38:01.209Z Downloaded sha1 v0.11.0
7162026-08-25T00:38:01.212Z Downloaded sqlparser_derive v0.5.0
7172026-08-25T00:38:01.213Z Downloaded seq-macro v0.3.6
7182026-08-25T00:38:01.213Z Downloaded supports-unicode v3.0.0
7192026-08-25T00:38:01.213Z Downloaded tabwriter v1.4.1
7202026-08-25T00:38:01.218Z Downloaded time-core v0.1.8
7212026-08-25T00:38:01.218Z Downloaded termtree v0.5.1
7222026-08-25T00:38:01.218Z Downloaded libsw v3.5.0
7232026-08-25T00:38:01.222Z Downloaded hashbrown v0.17.0
7242026-08-25T00:38:01.222Z Downloaded icu_properties_data v2.1.2
7252026-08-25T00:38:01.226Z Downloaded hkdf v0.12.4
7262026-08-25T00:38:01.231Z Downloaded num_enum v0.5.11
7272026-08-25T00:38:01.231Z Downloaded pkcs1 v0.8.0-rc.4
7282026-08-25T00:38:01.235Z Downloaded tracing-attributes v0.1.31
7292026-08-25T00:38:01.235Z Downloaded ssh-key v0.7.0-rc.11
7302026-08-25T00:38:01.239Z Downloaded anstyle-parse v1.0.0
7312026-08-25T00:38:01.239Z Downloaded bit-vec v0.8.0
7322026-08-25T00:38:01.239Z Downloaded usdt-impl v0.6.0
7332026-08-25T00:38:01.242Z Downloaded arrayvec v0.7.6
7342026-08-25T00:38:01.242Z Downloaded tower-layer v0.3.3
7352026-08-25T00:38:01.243Z Downloaded packed_struct v0.10.1
7362026-08-25T00:38:01.243Z Downloaded url v2.5.8
7372026-08-25T00:38:01.246Z Downloaded yoke-derive v0.8.1
7382026-08-25T00:38:01.246Z Downloaded backoff v0.4.0
7392026-08-25T00:38:01.246Z Downloaded parking_lot_core v0.8.6
7402026-08-25T00:38:01.246Z Downloaded h2 v0.4.15
7412026-08-25T00:38:01.251Z Downloaded futures-channel v0.3.32
7422026-08-25T00:38:01.254Z Downloaded phf v0.13.1
7432026-08-25T00:38:01.254Z Downloaded rsa v0.10.0-rc.18
7442026-08-25T00:38:01.254Z Downloaded display-error-chain v0.2.2
7452026-08-25T00:38:01.258Z Downloaded primefield v0.14.0
7462026-08-25T00:38:01.258Z Downloaded signal-hook v0.3.18
7472026-08-25T00:38:01.261Z Downloaded subprocess v0.2.15
7482026-08-25T00:38:01.267Z Downloaded ryu v1.0.23
7492026-08-25T00:38:01.267Z Downloaded errno v0.3.14
7502026-08-25T00:38:01.271Z Downloaded itoa v1.0.17
7512026-08-25T00:38:01.271Z Downloaded keccak v0.1.6
7522026-08-25T00:38:01.275Z Downloaded newline-converter v0.3.0
7532026-08-25T00:38:01.279Z Downloaded libsw-core v0.3.2
7542026-08-25T00:38:01.283Z Downloaded relative-path v1.9.3
7552026-08-25T00:38:01.286Z Downloaded pkcs8 v0.10.2
7562026-08-25T00:38:01.286Z Downloaded flate2 v1.1.9
7572026-08-25T00:38:01.290Z Downloaded pest_meta v2.8.6
7582026-08-25T00:38:01.294Z Downloaded prettyplease v0.2.37
7592026-08-25T00:38:01.294Z Downloaded toml v1.1.2+spec-1.1.0
7602026-08-25T00:38:01.297Z Downloaded schemars v1.2.1
7612026-08-25T00:38:01.302Z Downloaded tungstenite v0.21.0
7622026-08-25T00:38:01.306Z Downloaded progenitor v0.13.0
7632026-08-25T00:38:01.306Z Downloaded progenitor v0.14.0
7642026-08-25T00:38:01.306Z Downloaded macaddr v1.0.1
7652026-08-25T00:38:01.309Z Downloaded rand_core v0.6.4
7662026-08-25T00:38:01.309Z Downloaded crypto-primes v0.7.2
7672026-08-25T00:38:01.310Z Downloaded sqlformat v0.3.5
7682026-08-25T00:38:01.314Z Downloaded ssh-encoding v0.3.0
7692026-08-25T00:38:01.314Z Downloaded rpassword v7.5.4
7702026-08-25T00:38:01.314Z Downloaded oxide-update-engine-types v0.1.2
7712026-08-25T00:38:01.317Z Downloaded scroll v0.12.0
7722026-08-25T00:38:01.318Z Downloaded semver v0.1.20
7732026-08-25T00:38:01.318Z Downloaded test-strategy v0.4.5
7742026-08-25T00:38:01.318Z Downloaded textwrap v0.15.2
7752026-08-25T00:38:01.323Z Downloaded iddqd v0.4.2
7762026-08-25T00:38:01.328Z Downloaded num_enum_derive v0.5.11
7772026-08-25T00:38:01.328Z Downloaded blake2b_simd v1.0.4
7782026-08-25T00:38:01.328Z Downloaded ciborium v0.2.2
7792026-08-25T00:38:01.328Z Downloaded vergen-gitcl v1.0.8
7802026-08-25T00:38:01.328Z Downloaded blake2 v0.11.0-rc.6
7812026-08-25T00:38:01.333Z Downloaded digest v0.10.7
7822026-08-25T00:38:01.333Z Downloaded uzers v0.12.2
7832026-08-25T00:38:01.337Z Downloaded opaque-debug v0.3.1
7842026-08-25T00:38:01.337Z Downloaded vergen-lib v0.1.6
7852026-08-25T00:38:01.337Z Downloaded async-stream-impl v0.3.6
7862026-08-25T00:38:01.337Z Downloaded bit-set v0.8.0
7872026-08-25T00:38:01.341Z Downloaded cfg_aliases v0.1.1
7882026-08-25T00:38:01.348Z Downloaded generic-array v1.4.3
7892026-08-25T00:38:01.351Z Downloaded postcard v1.1.3
7902026-08-25T00:38:01.351Z Downloaded erased-serde v0.3.31
7912026-08-25T00:38:01.359Z Downloaded scopeguard v1.2.0
7922026-08-25T00:38:01.365Z Downloaded progenitor-macro v0.14.0
7932026-08-25T00:38:01.365Z Downloaded ref-cast v1.0.25
7942026-08-25T00:38:01.365Z Downloaded scheduled-thread-pool v0.2.7
7952026-08-25T00:38:01.369Z Downloaded serde_spanned v1.1.1
7962026-08-25T00:38:01.369Z Downloaded chacha20poly1305 v0.10.1
7972026-08-25T00:38:01.369Z Downloaded rustls-pemfile v2.2.0
7982026-08-25T00:38:01.369Z Downloaded serde_spanned v0.6.9
7992026-08-25T00:38:01.369Z Downloaded path-tree v0.8.3
8002026-08-25T00:38:01.377Z Downloaded libxml v0.3.3
8012026-08-25T00:38:01.377Z Downloaded yoke v0.8.1
8022026-08-25T00:38:01.381Z Downloaded futures-timer v3.0.3
8032026-08-25T00:38:01.381Z Downloaded russh-cryptovec v0.62.0
8042026-08-25T00:38:01.381Z Downloaded tiny-keccak v2.0.2
8052026-08-25T00:38:01.385Z Downloaded elliptic-curve v0.13.8
8062026-08-25T00:38:01.385Z Downloaded elliptic-curve v0.14.1
8072026-08-25T00:38:01.389Z Downloaded tough v0.22.0
8082026-08-25T00:38:01.393Z Downloaded supports-color v3.0.2
8092026-08-25T00:38:01.393Z Downloaded sync-ptr v0.1.4
8102026-08-25T00:38:01.393Z Downloaded thiserror-impl-no-std v2.0.2
8112026-08-25T00:38:01.397Z Downloaded untrusted v0.7.1
8122026-08-25T00:38:01.397Z Downloaded untrusted v0.9.0
8132026-08-25T00:38:01.397Z Downloaded zeroize_derive v1.5.0
8142026-08-25T00:38:01.397Z Downloaded strsim v0.11.1
8152026-08-25T00:38:01.403Z Downloaded qorb v0.4.1
8162026-08-25T00:38:01.414Z Downloaded zerofrom-derive v0.1.6
8172026-08-25T00:38:01.418Z Downloaded event-listener-strategy v0.5.4
8182026-08-25T00:38:01.421Z Downloaded try-lock v0.2.5
8192026-08-25T00:38:01.424Z Downloaded chacha20 v0.9.1
8202026-08-25T00:38:01.428Z Downloaded foreign-types v0.3.2
8212026-08-25T00:38:01.428Z Downloaded futures-macro v0.3.32
8222026-08-25T00:38:01.428Z Downloaded futures-sink v0.3.32
8232026-08-25T00:38:01.432Z Downloaded slab v0.4.12
8242026-08-25T00:38:01.436Z Downloaded term v0.7.0
8252026-08-25T00:38:01.436Z Downloaded cbc v0.2.1
8262026-08-25T00:38:01.436Z Downloaded peg v0.8.5
8272026-08-25T00:38:01.439Z Downloaded enum_dispatch v0.3.13
8282026-08-25T00:38:01.443Z Downloaded phf v0.12.1
8292026-08-25T00:38:01.443Z Downloaded atty v0.2.14
8302026-08-25T00:38:01.447Z Downloaded phf_shared v0.13.1
8312026-08-25T00:38:01.447Z Downloaded atomicwrites v0.4.4
8322026-08-25T00:38:01.450Z Downloaded parking v2.2.1
8332026-08-25T00:38:01.456Z Downloaded postgres-protocol v0.6.10
8342026-08-25T00:38:01.460Z Downloaded winnow v0.6.26
8352026-08-25T00:38:01.463Z Downloaded yasna v0.5.2
8362026-08-25T00:38:01.463Z Downloaded rustc-demangle v0.1.27
8372026-08-25T00:38:01.467Z Downloaded zip v0.6.6
8382026-08-25T00:38:01.477Z Downloaded sapling-renderdag v0.1.0
8392026-08-25T00:38:01.480Z Downloaded smawk v0.3.2
8402026-08-25T00:38:01.480Z Downloaded signature v2.2.0
8412026-08-25T00:38:01.480Z Downloaded libloading v0.8.9
8422026-08-25T00:38:01.484Z Downloaded structmeta v0.3.0
8432026-08-25T00:38:01.487Z Downloaded supports-hyperlinks v2.1.0
8442026-08-25T00:38:01.488Z Downloaded trybuild v1.0.116
8452026-08-25T00:38:01.488Z Downloaded wyz v0.5.1
8462026-08-25T00:38:01.494Z Downloaded either v1.15.0
8472026-08-25T00:38:01.494Z Downloaded portable-atomic v1.13.1
8482026-08-25T00:38:01.499Z Downloaded litemap v0.8.1
8492026-08-25T00:38:01.499Z Downloaded base64 v0.22.1
8502026-08-25T00:38:01.499Z Downloaded aes-gcm v0.11.0
8512026-08-25T00:38:01.499Z Downloaded unicode-bidi v0.3.18
8522026-08-25T00:38:01.503Z Downloaded tls_codec_derive v0.4.2
8532026-08-25T00:38:01.509Z Downloaded pest_derive v2.8.6
8542026-08-25T00:38:01.513Z Downloaded tokio-test v0.4.5
8552026-08-25T00:38:01.516Z Downloaded digest-io v0.1.0
8562026-08-25T00:38:01.517Z Downloaded fd-lock v4.0.4
8572026-08-25T00:38:01.517Z Downloaded foreign-types-macros v0.2.3
8582026-08-25T00:38:01.520Z Downloaded knus v3.4.0
8592026-08-25T00:38:01.523Z Downloaded managed v0.8.0
8602026-08-25T00:38:01.523Z Downloaded want v0.3.1
8612026-08-25T00:38:01.523Z Downloaded dunce v1.0.5
8622026-08-25T00:38:01.523Z Downloaded miette-derive v5.10.0
8632026-08-25T00:38:01.526Z Downloaded unicode_categories v0.1.1
8642026-08-25T00:38:01.527Z Downloaded filetime v0.2.27
8652026-08-25T00:38:01.532Z Downloaded blowfish v0.10.0
8662026-08-25T00:38:01.535Z Downloaded futures v0.3.32
8672026-08-25T00:38:01.539Z Downloaded linear-map v1.2.0
8682026-08-25T00:38:01.539Z Downloaded num-integer v0.1.46
8692026-08-25T00:38:01.539Z Downloaded cipher v0.4.4
8702026-08-25T00:38:01.539Z Downloaded nanorand v0.7.0
8712026-08-25T00:38:01.543Z Downloaded owo-colors v4.3.0
8722026-08-25T00:38:01.546Z Downloaded knuffel-derive v3.2.0
8732026-08-25T00:38:01.546Z Downloaded rand_chacha v0.3.1
8742026-08-25T00:38:01.550Z Downloaded camino-tempfile-ext v0.3.3
8752026-08-25T00:38:01.550Z Downloaded async-stream v0.3.6
8762026-08-25T00:38:01.550Z Downloaded cfg-if v1.0.4
8772026-08-25T00:38:01.550Z Downloaded winnow v0.5.40
8782026-08-25T00:38:01.556Z Downloaded oso-derive v0.27.3
8792026-08-25T00:38:01.560Z Downloaded sha3 v0.12.0
8802026-08-25T00:38:01.567Z Downloaded jiff-core v0.1.0
8812026-08-25T00:38:01.570Z Downloaded toml_edit v0.22.27
8822026-08-25T00:38:01.575Z Downloaded resolv-conf v0.7.6
8832026-08-25T00:38:01.579Z Downloaded predicates-tree v1.0.13
8842026-08-25T00:38:01.579Z Downloaded rustc-hash v2.1.1
8852026-08-25T00:38:01.579Z Downloaded sigpipe v0.1.3
8862026-08-25T00:38:01.583Z Downloaded smallvec v0.6.14
8872026-08-25T00:38:01.583Z Downloaded proc-macro-crate v3.4.0
8882026-08-25T00:38:01.589Z Downloaded unicode-normalization v0.1.25
8892026-08-25T00:38:01.593Z Downloaded slog-dtrace v0.3.0
8902026-08-25T00:38:01.593Z Downloaded term v1.2.1
8912026-08-25T00:38:01.596Z Downloaded tokio-macros v2.7.0
8922026-08-25T00:38:01.596Z Downloaded zip v4.6.1
8932026-08-25T00:38:01.600Z Downloaded terminal_size v0.4.3
8942026-08-25T00:38:01.604Z Downloaded unicode-truncate v1.1.0
8952026-08-25T00:38:01.604Z Downloaded thiserror-impl v1.0.69
8962026-08-25T00:38:01.609Z Downloaded papergrid v0.11.0
8972026-08-25T00:38:01.613Z Downloaded vergen-lib v9.1.0
8982026-08-25T00:38:01.613Z Downloaded whoami v1.6.1
8992026-08-25T00:38:01.616Z Downloaded gethostname v0.5.0
9002026-08-25T00:38:01.617Z Downloaded multimap v0.10.1
9012026-08-25T00:38:01.617Z Downloaded litrs v1.0.0
9022026-08-25T00:38:01.623Z Downloaded mime_guess v2.0.5
9032026-08-25T00:38:01.627Z Downloaded flume v0.11.1
9042026-08-25T00:38:01.630Z Downloaded snafu v0.8.9
9052026-08-25T00:38:01.634Z Downloaded bzip2 v0.4.4
9062026-08-25T00:38:01.638Z Downloaded oxide-tokio-rt v0.1.4
9072026-08-25T00:38:01.642Z Downloaded async-bb8-diesel v0.2.1
9082026-08-25T00:38:01.642Z Downloaded dirs-sys-next v0.1.2
9092026-08-25T00:38:01.645Z Downloaded kstat-rs v0.2.5
9102026-08-25T00:38:01.649Z Downloaded byte-wrapper v0.1.0
9112026-08-25T00:38:01.649Z Downloaded float-ord v0.3.2
9122026-08-25T00:38:01.649Z Downloaded glob v0.3.3
9132026-08-25T00:38:01.649Z Downloaded parse-display v0.10.0
9142026-08-25T00:38:01.653Z Downloaded fastrand v2.3.0
9152026-08-25T00:38:01.653Z Downloaded adler2 v2.0.1
9162026-08-25T00:38:01.660Z Downloaded unicode-segmentation v1.12.0
9172026-08-25T00:38:01.669Z Downloaded serde_with_macros v1.5.2
9182026-08-25T00:38:01.672Z Downloaded sha2 v0.11.0
9192026-08-25T00:38:01.677Z Downloaded unicode-ident v1.0.24
9202026-08-25T00:38:01.682Z Downloaded document-features v0.2.12
9212026-08-25T00:38:01.683Z Downloaded proc-macro-error v1.0.4
9222026-08-25T00:38:01.686Z Downloaded regex v1.12.3
9232026-08-25T00:38:01.691Z Downloaded goblin v0.10.5
9242026-08-25T00:38:01.695Z Downloaded serde_with v3.21.0
9252026-08-25T00:38:01.702Z Downloaded md-5 v0.10.6
9262026-08-25T00:38:01.705Z Downloaded aws-lc-rs v1.16.3
9272026-08-25T00:38:01.711Z Downloaded expectorate v1.2.0
9282026-08-25T00:38:01.711Z Downloaded similar v2.7.0
9292026-08-25T00:38:01.717Z Downloaded string_cache v0.8.9
9302026-08-25T00:38:01.718Z Downloaded toml_parser v1.1.2+spec-1.1.0
9312026-08-25T00:38:01.718Z Downloaded utf-8 v0.7.6
9322026-08-25T00:38:01.718Z Downloaded futures-core v0.3.32
9332026-08-25T00:38:01.718Z Downloaded fxhash v0.2.1
9342026-08-25T00:38:01.722Z Downloaded newtype-uuid-macros v0.1.0
9352026-08-25T00:38:01.722Z Downloaded zone v0.3.1
9362026-08-25T00:38:01.722Z Downloaded num_threads v0.1.7
9372026-08-25T00:38:01.722Z Downloaded serde_json v1.0.151
9382026-08-25T00:38:01.722Z Downloaded rsa v0.9.10
9392026-08-25T00:38:01.729Z Downloaded tokio-stream v0.1.18
9402026-08-25T00:38:01.729Z Downloaded vte v0.14.1
9412026-08-25T00:38:01.729Z Downloaded log v0.4.33
9422026-08-25T00:38:01.732Z Downloaded prefix-trie v0.7.0
9432026-08-25T00:38:01.732Z Downloaded pretty_assertions v1.4.1
9442026-08-25T00:38:01.732Z Downloaded tls_codec v0.4.2
9452026-08-25T00:38:01.733Z Downloaded ml-kem v0.3.2
9462026-08-25T00:38:01.736Z Downloaded zerovec-derive v0.11.2
9472026-08-25T00:38:01.736Z Downloaded bs58 v0.5.1
9482026-08-25T00:38:01.736Z Downloaded powerfmt v0.2.0
9492026-08-25T00:38:01.736Z Downloaded universal-hash v0.5.1
9502026-08-25T00:38:01.743Z Downloaded plotters-svg v0.3.7
9512026-08-25T00:38:01.747Z Downloaded num-traits v0.2.19
9522026-08-25T00:38:01.751Z Downloaded newtype-uuid v1.3.2
9532026-08-25T00:38:01.755Z Downloaded papergrid v0.18.0
9542026-08-25T00:38:01.755Z Downloaded anes v0.1.6
9552026-08-25T00:38:01.755Z Downloaded pem-rfc7468 v1.0.0
9562026-08-25T00:38:01.759Z Downloaded md5 v0.8.0
9572026-08-25T00:38:01.765Z Downloaded slog-async v2.8.0
9582026-08-25T00:38:01.770Z Downloaded scroll_derive v0.12.1
9592026-08-25T00:38:01.778Z Downloaded serde_core v1.0.228
9602026-08-25T00:38:01.782Z Downloaded backtrace v0.3.76
9612026-08-25T00:38:01.782Z Downloaded rand_core v0.10.0
9622026-08-25T00:38:01.786Z Downloaded rand_seeder v0.4.0
9632026-08-25T00:38:01.790Z Downloaded ref-cast-impl v1.0.25
9642026-08-25T00:38:01.794Z Downloaded serde_derive_internals v0.29.1
9652026-08-25T00:38:01.798Z Downloaded serde_tokenstream v0.2.3
9662026-08-25T00:38:01.798Z Downloaded bindgen v0.71.1
9672026-08-25T00:38:01.801Z Downloaded oorandom v11.1.5
9682026-08-25T00:38:01.802Z Downloaded zmij v1.0.21
9692026-08-25T00:38:01.805Z Downloaded usdt-attr-macro v0.5.0
9702026-08-25T00:38:01.809Z Downloaded twox-hash v2.1.2
9712026-08-25T00:38:01.809Z Downloaded usdt v0.6.0
9722026-08-25T00:38:01.809Z Downloaded flagset v0.4.7
9732026-08-25T00:38:01.809Z Downloaded ghash v0.6.0
9742026-08-25T00:38:01.814Z Downloaded ahash v0.8.12
9752026-08-25T00:38:01.814Z Downloaded digest v0.11.3
9762026-08-25T00:38:01.855Z Downloaded arc-swap v1.8.2
9772026-08-25T00:38:01.855Z Downloaded minimal-lexical v0.2.1
9782026-08-25T00:38:01.870Z Downloaded unicode-properties v0.1.4
9792026-08-25T00:38:01.870Z Downloaded chrono v0.4.45
9802026-08-25T00:38:01.870Z Downloaded lru v0.12.5
9812026-08-25T00:38:01.871Z Downloaded sec1 v0.8.1
9822026-08-25T00:38:01.871Z Downloaded simd-adler32 v0.3.8
9832026-08-25T00:38:01.871Z Downloaded tinytemplate v1.2.1
9842026-08-25T00:38:01.871Z Downloaded knuffel v3.2.0
9852026-08-25T00:38:01.871Z Downloaded approx v0.5.1
9862026-08-25T00:38:01.871Z Downloaded miette v7.6.0
9872026-08-25T00:38:01.871Z Downloaded num-derive v0.4.2
9882026-08-25T00:38:01.871Z Downloaded ed25519 v3.0.0
9892026-08-25T00:38:01.871Z Downloaded num v0.4.3
9902026-08-25T00:38:01.871Z Downloaded memchr v2.8.0
9912026-08-25T00:38:01.871Z Downloaded strum v0.27.2
9922026-08-25T00:38:01.871Z Downloaded quick-error v1.2.3
9932026-08-25T00:38:01.871Z Downloaded mio v1.2.0
9942026-08-25T00:38:01.875Z Downloaded pkcs8 v0.11.0
9952026-08-25T00:38:01.875Z Downloaded ppv-lite86 v0.2.21
9962026-08-25T00:38:01.875Z Downloaded smallvec v1.15.1
9972026-08-25T00:38:01.875Z Downloaded cargo-platform v0.3.2
9982026-08-25T00:38:01.875Z Downloaded sha1 v0.10.6
9992026-08-25T00:38:01.880Z Downloaded thiserror v2.0.18
10002026-08-25T00:38:01.883Z Downloaded quinn v0.11.11
10012026-08-25T00:38:01.887Z Downloaded strum_macros v0.24.3
10022026-08-25T00:38:01.887Z Downloaded sponge-cursor v0.1.0
10032026-08-25T00:38:01.894Z Downloaded typify v0.6.2
10042026-08-25T00:38:01.898Z Downloaded tabled v0.21.0
10052026-08-25T00:38:01.906Z Downloaded steno v0.4.1
10062026-08-25T00:38:01.909Z Downloaded nibble_vec v0.1.0
10072026-08-25T00:38:01.910Z Downloaded target-spec v3.5.7
10082026-08-25T00:38:01.910Z Downloaded base64ct v1.8.3
10092026-08-25T00:38:01.914Z Downloaded bit-set v0.5.3
10102026-08-25T00:38:01.914Z Downloaded scrypt v0.12.0
10112026-08-25T00:38:01.914Z Downloaded pest_generator v2.8.6
10122026-08-25T00:38:01.921Z Downloaded getrandom v0.4.3
10132026-08-25T00:38:01.926Z Downloaded spin v0.9.8
10142026-08-25T00:38:01.926Z Downloaded vergen v9.1.0
10152026-08-25T00:38:01.929Z Downloaded backon v1.6.0
10162026-08-25T00:38:01.929Z Downloaded fixedbitset v0.5.7
10172026-08-25T00:38:01.949Z Downloaded cfg-expr v0.20.6
10182026-08-25T00:38:01.953Z Downloaded proc-macro2 v1.0.106
10192026-08-25T00:38:01.953Z Downloaded serde_with_macros v3.21.0
10202026-08-25T00:38:01.957Z Downloaded tempfile v3.27.0
10212026-08-25T00:38:01.957Z Downloaded thiserror-no-std v2.0.2
10222026-08-25T00:38:01.957Z Downloaded pbkdf2 v0.13.0
10232026-08-25T00:38:01.960Z Downloaded knus-derive v3.4.0
10242026-08-25T00:38:01.964Z Downloaded support-bundle-viewer v0.1.2
10252026-08-25T00:38:01.964Z Downloaded winnow v1.0.3
10262026-08-25T00:38:01.969Z Downloaded libtest-mimic v0.8.1
10272026-08-25T00:38:01.972Z Downloaded password-hash v0.5.0
10282026-08-25T00:38:01.977Z Downloaded toml v0.7.8
10292026-08-25T00:38:01.981Z Downloaded ed25519-dalek v3.0.0
10302026-08-25T00:38:01.984Z Downloaded ena v0.14.4
10312026-08-25T00:38:01.992Z Downloaded target-lexicon v0.13.3
10322026-08-25T00:38:01.992Z Downloaded partial-io v0.5.4
10332026-08-25T00:38:01.995Z Downloaded rstest v0.25.0
10342026-08-25T00:38:01.995Z Downloaded openssl-sys v0.9.117
10352026-08-25T00:38:01.999Z Downloaded event-listener v5.4.1
10362026-08-25T00:38:01.999Z Downloaded fs_extra v1.3.0
10372026-08-25T00:38:01.999Z Downloaded pin-project-internal v1.1.11
10382026-08-25T00:38:02.003Z Downloaded rustls-pki-types v1.14.0
10392026-08-25T00:38:02.007Z Downloaded chacha20 v0.10.0
10402026-08-25T00:38:02.011Z Downloaded rand v0.10.1
10412026-08-25T00:38:02.011Z Downloaded crypto-bigint v0.7.5
10422026-08-25T00:38:02.019Z Downloaded nom v7.1.3
10432026-08-25T00:38:02.023Z Downloaded salsa20 v0.11.0
10442026-08-25T00:38:02.041Z Downloaded memmap2 v0.9.10
10452026-08-25T00:38:02.045Z Downloaded async-compression v0.4.41
10462026-08-25T00:38:02.058Z Downloaded num-bigint-dig v0.8.6
10472026-08-25T00:38:02.066Z Downloaded zerocopy v0.6.6
10482026-08-25T00:38:02.071Z Downloaded stringprep v0.1.5
10492026-08-25T00:38:02.076Z Downloaded tower v0.5.3
10502026-08-25T00:38:02.079Z Downloaded zerovec v0.11.5
10512026-08-25T00:38:02.082Z Downloaded base64 v0.21.7
10522026-08-25T00:38:02.085Z Downloaded rustls-webpki v0.103.13
10532026-08-25T00:38:02.088Z Downloaded typed-path v0.9.3
10542026-08-25T00:38:02.091Z Downloaded rayon v1.11.0
10552026-08-25T00:38:02.094Z Downloaded cc v1.2.56
10562026-08-25T00:38:02.097Z Downloaded moka v0.12.13
10572026-08-25T00:38:02.101Z Downloaded p256 v0.14.0
10582026-08-25T00:38:02.104Z Downloaded reedline v0.40.0
10592026-08-25T00:38:02.108Z Downloaded salty v0.3.0
10602026-08-25T00:38:02.112Z Downloaded drift v0.2.0
10612026-08-25T00:38:02.115Z Downloaded pin-project v1.1.11
10622026-08-25T00:38:02.120Z Downloaded x509-cert v0.2.5
10632026-08-25T00:38:02.124Z Downloaded fatfs v0.3.6
10642026-08-25T00:38:02.128Z Downloaded rand v0.9.2
10652026-08-25T00:38:02.128Z Downloaded hickory-proto v0.24.4
10662026-08-25T00:38:02.136Z Downloaded bumpalo v3.20.2
10672026-08-25T00:38:02.140Z Downloaded tracing-core v0.1.36
10682026-08-25T00:38:02.141Z Downloaded syn v1.0.109
10692026-08-25T00:38:02.145Z Downloaded tabled v0.15.0
10702026-08-25T00:38:02.153Z Downloaded regex-syntax v0.6.29
10712026-08-25T00:38:02.157Z Downloaded serde_derive v1.0.228
10722026-08-25T00:38:02.160Z Downloaded bitvec v1.0.1
10732026-08-25T00:38:02.166Z Downloaded nom v8.0.0
10742026-08-25T00:38:02.169Z Downloaded ed25519-dalek v2.2.0
10752026-08-25T00:38:02.172Z Downloaded aho-corasick v1.1.4
10762026-08-25T00:38:02.175Z Downloaded blake3 v1.8.5
10772026-08-25T00:38:02.181Z Downloaded p384 v0.13.1
10782026-08-25T00:38:02.184Z Downloaded num-bigint v0.4.6
10792026-08-25T00:38:02.191Z Downloaded plotters v0.3.7
10802026-08-25T00:38:02.196Z Downloaded curve25519-dalek v4.1.3
10812026-08-25T00:38:02.204Z Downloaded zerocopy v0.8.55
10822026-08-25T00:38:02.216Z Downloaded time v0.3.47
10832026-08-25T00:38:02.227Z Downloaded publicsuffix v2.3.0
10842026-08-25T00:38:02.235Z Downloaded object v0.30.4
10852026-08-25T00:38:02.241Z Downloaded dropshot-api-manager v0.8.0
10862026-08-25T00:38:02.252Z Downloaded libm v0.2.16
10872026-08-25T00:38:02.257Z Downloaded ar_archive_writer v0.5.1
10882026-08-25T00:38:02.292Z Downloaded radix_trie v0.2.1
10892026-08-25T00:38:02.297Z Downloaded winnow v0.7.14
10902026-08-25T00:38:02.300Z Downloaded openssl v0.10.80
10912026-08-25T00:38:02.306Z Downloaded futures-util v0.3.32
10922026-08-25T00:38:02.312Z Downloaded rustix v0.38.44
10932026-08-25T00:38:02.331Z Downloaded hickory-proto v0.25.2
10942026-08-25T00:38:02.340Z Downloaded curve25519-dalek v5.0.0
10952026-08-25T00:38:02.345Z Downloaded toml_edit v0.19.15
10962026-08-25T00:38:02.354Z Downloaded nix v0.27.1
10972026-08-25T00:38:02.360Z Downloaded regress v0.11.1
10982026-08-25T00:38:02.366Z Downloaded reqwest v0.13.2
10992026-08-25T00:38:02.370Z Downloaded quick-xml v0.37.5
11002026-08-25T00:38:02.373Z Downloaded smoltcp v0.9.1
11012026-08-25T00:38:02.377Z Downloaded tokio-util v0.7.18
11022026-08-25T00:38:02.381Z Downloaded polar-core v0.27.3
11032026-08-25T00:38:02.385Z Downloaded tower-http v0.6.8
11042026-08-25T00:38:02.396Z Downloaded syn v2.0.117
11052026-08-25T00:38:02.403Z Downloaded nix v0.28.0
11062026-08-25T00:38:02.414Z Downloaded typify-impl v0.6.2
11072026-08-25T00:38:02.423Z Downloaded syn v3.0.3
11082026-08-25T00:38:02.445Z Downloaded quinn-proto v0.11.16
11092026-08-25T00:38:02.453Z Downloaded rawzip v0.4.4
11102026-08-25T00:38:02.471Z Downloaded gimli v0.32.3
11112026-08-25T00:38:02.478Z Downloaded reqwest v0.12.28
11122026-08-25T00:38:02.482Z Downloaded nix v0.31.2
11132026-08-25T00:38:02.491Z Downloaded proptest v1.11.0
11142026-08-25T00:38:02.494Z Downloaded regex-syntax v0.8.10
11152026-08-25T00:38:02.523Z Downloaded sled v0.34.7
11162026-08-25T00:38:02.532Z Downloaded zerocopy v0.7.35
11172026-08-25T00:38:02.544Z Downloaded unicode-width v0.2.0
11182026-08-25T00:38:02.555Z Downloaded petname v2.0.2
11192026-08-25T00:38:02.559Z Downloaded bzip2-sys v0.1.13+1.0.8
11202026-08-25T00:38:02.567Z Downloaded russh v0.62.4
11212026-08-25T00:38:02.572Z Downloaded regex-automata v0.4.14
11222026-08-25T00:38:02.580Z Downloaded lalrpop v0.19.12
11232026-08-25T00:38:02.586Z Downloaded unicode-width v0.1.14
11242026-08-25T00:38:02.589Z Downloaded zlib-rs v0.6.2
11252026-08-25T00:38:02.595Z Downloaded diesel v2.3.7
11262026-08-25T00:38:02.607Z Downloaded bstr v1.12.1
11272026-08-25T00:38:02.612Z Downloaded object v0.37.3
11282026-08-25T00:38:02.620Z Downloaded regress v0.10.5
11292026-08-25T00:38:02.624Z Downloaded jiff v0.2.34
11302026-08-25T00:38:02.633Z Downloaded git2 v0.20.4
11312026-08-25T00:38:02.642Z Downloaded vcpkg v0.2.15
11322026-08-25T00:38:02.664Z Downloaded petgraph v0.6.5
11332026-08-25T00:38:02.675Z Downloaded petgraph v0.8.3
11342026-08-25T00:38:02.690Z Downloaded openapiv3 v2.2.0
11352026-08-25T00:38:02.698Z Downloaded smoltcp v0.11.0
11362026-08-25T00:38:02.707Z Downloaded dropshot v0.17.1
11372026-08-25T00:38:02.720Z Downloaded tokio v1.52.1
11382026-08-25T00:38:02.742Z Downloaded libc v0.2.185
11392026-08-25T00:38:02.761Z Downloaded rustix v1.1.4
11402026-08-25T00:38:02.775Z Downloaded sqlparser v0.61.0
11412026-08-25T00:38:02.781Z Downloaded chrono-tz v0.10.4
11422026-08-25T00:38:02.792Z Downloaded rustls v0.23.41
11432026-08-25T00:38:02.798Z Downloaded zerocopy-derive v0.6.6
11442026-08-25T00:38:02.804Z Downloaded sha3 v0.11.0
11452026-08-25T00:38:02.807Z Downloaded ratatui v0.29.0
11462026-08-25T00:38:02.836Z Downloaded httpmock v0.8.3
11472026-08-25T00:38:02.855Z Downloaded tracing v0.1.44
11482026-08-25T00:38:02.871Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-08-25T00:38:02.951Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11502026-08-25T00:38:02.961Z Downloaded csv v1.4.0
11512026-08-25T00:38:02.973Z Downloaded libz-sys v1.1.24
11522026-08-25T00:38:03.031Z Downloaded sha3 v0.10.8
11532026-08-25T00:38:03.134Z Downloaded encoding_rs v0.8.35
11542026-08-25T00:38:03.150Z Downloaded ring v0.17.14
11552026-08-25T00:38:03.797Z Downloaded aws-lc-sys v0.40.0
11562026-08-25T00:38:04.211Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11572026-08-25T00:38:09.131Z Startup: Refreshing catalog 'helios' ... Done
11582026-08-25T00:38:09.512Z Startup: Caching catalogs ... Done
11592026-08-25T00:38:11.667ZPlanning: Solver setup ... Done (2.034s)
11602026-08-25T00:38:11.728ZPlanning: Running solver ... Done (0.061s)
11612026-08-25T00:38:11.778ZPlanning: Finding local manifests ... Done (0.003s)
11622026-08-25T00:38:11.787ZPlanning: Fetching manifests: 0/2 0% complete
11632026-08-25T00:38:11.802ZPlanning: Fetching manifests: 2/2 100% complete
11642026-08-25T00:38:11.822ZPlanning: Package planning ... Done (0.013s)
11652026-08-25T00:38:11.827ZPlanning: Merging actions ... Done (0.001s)
11662026-08-25T00:38:12.039ZPlanning: Checking for conflicting actions ... Done (0.221s)
11672026-08-25T00:38:12.043ZPlanning: Consolidating action changes ... Done (0.001s)
11682026-08-25T00:38:12.928ZPlanning: Evaluating mediators ... Done (0.886s)
11692026-08-25T00:38:12.932ZPlanning: Planning completed in 3.38 seconds
11702026-08-25T00:38:12.938Z Packages to install: 2
11712026-08-25T00:38:12.939Z Estimated space available: 155.73 GB
11722026-08-25T00:38:12.939ZEstimated space to be consumed: 80.56 MB
11732026-08-25T00:38:12.939Z Create boot environment: No
11742026-08-25T00:38:12.939ZCreate backup boot environment: No
11752026-08-25T00:38:12.939Z Rebuild boot archive: No
11762026-08-25T00:38:12.939Z
11772026-08-25T00:38:12.939ZChanged packages:
11782026-08-25T00:38:12.940Zhelios
11792026-08-25T00:38:12.941Z developer/build-essential
11802026-08-25T00:38:12.941Z None -> 11-3.0
11812026-08-25T00:38:12.941Z library/libxmlsec1
11822026-08-25T00:38:12.941Z None -> 1.2.35-3.0
11832026-08-25T00:38:12.966Z
11842026-08-25T00:38:12.967ZDownload: 0/214 items 0.0/1.3MB 0% complete
11852026-08-25T00:38:13.035ZDownload: Completed 1.28 MB in 0.07 seconds (17.8M/s)
11862026-08-25T00:38:13.164Z Actions: 1/268 actions (Installing new actions)
11872026-08-25T00:38:13.202Z Actions: Completed 268 actions in 0.04 seconds.
11882026-08-25T00:38:13.237ZFinalize: Updating package state database ... Done (0.036s)
11892026-08-25T00:38:13.238ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-25T00:38:13.330ZFinalize: Updating image state ... Done (0.090s)
11912026-08-25T00:38:15.995ZFinalize: Creating fast lookup database ... Done (2.602s)
11922026-08-25T00:38:16.059ZFinalize: Reading search index ... Done (0.012s)
11932026-08-25T00:38:16.134ZFinalize: Updating search index ... Done (0.000s)
11942026-08-25T00:38:16.195ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-25T00:38:16.559ZPlanning: Evaluating mediator changes ... Done
11962026-08-25T00:38:16.657ZPlanning: Checking for conflicting actions ... Done
11972026-08-25T00:38:16.661ZPlanning: Consolidating action changes ... Done
11982026-08-25T00:38:16.820ZPlanning: Evaluating mediators ... Done
11992026-08-25T00:38:16.840ZPlanning: Planning completed in 0.26 seconds
12002026-08-25T00:38:16.859Z Mediators to change: 2
12012026-08-25T00:38:16.859Z Create boot environment: No
12022026-08-25T00:38:16.859ZCreate backup boot environment: No
12032026-08-25T00:38:16.925ZFinalize: Updating package state database ... Done
12042026-08-25T00:38:16.925ZFinalize: Updating package cache ... Done
12052026-08-25T00:38:16.966ZFinalize: Updating image state ... Done
12062026-08-25T00:38:18.905ZFinalize: Creating fast lookup database ... Done
12072026-08-25T00:38:18.967ZFinalize: Reading search index ... Done
12082026-08-25T00:38:18.978ZFinalize: Updating search index ... Done
12092026-08-25T00:38:19.036ZFinalize: Updating package cache ... Done
12102026-08-25T00:38:19.312ZPlanning: Evaluating mediator changes ... Done
12112026-08-25T00:38:19.419ZPlanning: Checking for conflicting actions ... Done
12122026-08-25T00:38:19.425ZPlanning: Consolidating action changes ... Done
12132026-08-25T00:38:19.578ZPlanning: Evaluating mediators ... Done
12142026-08-25T00:38:19.584ZPlanning: Planning completed in 0.26 seconds
12152026-08-25T00:38:19.599Z Mediators to change: 1
12162026-08-25T00:38:19.599Z Create boot environment: No
12172026-08-25T00:38:19.599ZCreate backup boot environment: No
12182026-08-25T00:38:19.643ZFinalize: Updating package state database ... Done
12192026-08-25T00:38:19.643ZFinalize: Updating package cache ... Done
12202026-08-25T00:38:19.728ZFinalize: Updating image state ... Done
12212026-08-25T00:38:21.632ZFinalize: Creating fast lookup database ... Done
12222026-08-25T00:38:21.696ZFinalize: Reading search index ... Done
12232026-08-25T00:38:21.700ZFinalize: Updating search index ... Done
12242026-08-25T00:38:21.792ZFinalize: Updating package cache ... Done
12252026-08-25T00:38:22.102ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12262026-08-25T00:38:22.102Zapache system 2.4 system
12272026-08-25T00:38:22.102Zclang system 15 system
12282026-08-25T00:38:22.102Zcsh system system illumos
12292026-08-25T00:38:22.102Zctags system system illumos
12302026-08-25T00:38:22.102Zfile vendor vendor darwinsys
12312026-08-25T00:38:22.102Zfile system system illumos
12322026-08-25T00:38:22.102Zgcc vendor 14 vendor
12332026-08-25T00:38:22.102Zgcc system 13 system
12342026-08-25T00:38:22.102Zgcc system 10 system
12352026-08-25T00:38:22.102Zgo system 1.25 system
12362026-08-25T00:38:22.102Zllvm system 15 system
12372026-08-25T00:38:22.102Zmariadb system 11.4 system
12382026-08-25T00:38:22.103Zmta vendor vendor dma
12392026-08-25T00:38:22.103Zopenjdk system 17 system
12402026-08-25T00:38:22.103Zopenjdk system 11 system
12412026-08-25T00:38:22.103Zopenssl vendor 3 vendor
12422026-08-25T00:38:22.103Zperl system 5.40 system
12432026-08-25T00:38:22.103Zpostgresql system 18 system
12442026-08-25T00:38:22.103Zpostgresql system 17 system
12452026-08-25T00:38:22.103Zpython vendor 3 vendor
12462026-08-25T00:38:22.103Zpython system 2 system
12472026-08-25T00:38:22.103Zpython3 vendor 3.13 vendor
12482026-08-25T00:38:22.103Zruby system 3.4 system
12492026-08-25T00:38:22.103Zruby system 3.0 system
12502026-08-25T00:38:22.103Zwords vendor vendor american-english
12512026-08-25T00:38:22.103Zwords system system australian-english
12522026-08-25T00:38:22.103Zwords system system british-english
12532026-08-25T00:38:22.103Zwords system system canadian-english
12542026-08-25T00:38:22.103Zwords system system french
12552026-08-25T00:38:22.103Zwords system system italian
12562026-08-25T00:38:22.103Zwords system system ngerman
12572026-08-25T00:38:22.103Zwords system system ogerman
12582026-08-25T00:38:22.103Zwords system system spanish
12592026-08-25T00:38:22.354ZPUBLISHER TYPE STATUS P LOCATION
12602026-08-25T00:38:22.355Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12612026-08-25T00:38:22.848ZFMRI IFO
12622026-08-25T00:38:22.848Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12632026-08-25T00:38:22.849Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12642026-08-25T00:38:22.849Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12652026-08-25T00:38:22.849Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12662026-08-25T00:38:22.850Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12672026-08-25T00:38:22.850Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12682026-08-25T00:38:22.850Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12692026-08-25T00:38:22.850Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12702026-08-25T00:38:22.850Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12712026-08-25T00:38:23.469Z Downloading crates ...
12722026-08-25T00:38:23.512Z Downloaded cargo_toml v0.21.0
12732026-08-25T00:38:23.559Z Compiling proc-macro2 v1.0.106
12742026-08-25T00:38:23.559Z Compiling quote v1.0.45
12752026-08-25T00:38:23.559Z Compiling unicode-ident v1.0.24
12762026-08-25T00:38:23.565Z Compiling serde_core v1.0.228
12772026-08-25T00:38:23.565Z Compiling libc v0.2.185
12782026-08-25T00:38:23.566Z Compiling version_check v0.9.5
12792026-08-25T00:38:23.566Z Compiling memchr v2.8.0
12802026-08-25T00:38:23.566Z Compiling serde v1.0.228
12812026-08-25T00:38:23.647Z Compiling zmij v1.0.21
12822026-08-25T00:38:23.652Z Compiling thiserror v1.0.69
12832026-08-25T00:38:23.652Z Compiling ucd-trie v0.1.7
12842026-08-25T00:38:23.652Z Compiling itoa v1.0.17
12852026-08-25T00:38:23.652Z Compiling byteorder v1.5.0
12862026-08-25T00:38:23.652Z Compiling rustix v1.1.4
12872026-08-25T00:38:23.910Z Compiling serde_json v1.0.151
12882026-08-25T00:38:23.949Z Compiling bitflags v2.11.0
12892026-08-25T00:38:24.114Z Compiling syn v1.0.109
12902026-08-25T00:38:24.118Z Compiling camino v1.2.5
12912026-08-25T00:38:24.169Z Compiling proc-macro-error-attr v1.0.4
12922026-08-25T00:38:24.169Z Compiling usdt-impl v0.5.0
12932026-08-25T00:38:24.178Z Compiling pest v2.8.6
12942026-08-25T00:38:24.223Z Compiling proc-macro-error v1.0.4
12952026-08-25T00:38:24.223Z Compiling plain v0.2.3
12962026-08-25T00:38:24.282Z Compiling log v0.4.33
12972026-08-25T00:38:24.297Z Compiling getrandom v0.4.3
12982026-08-25T00:38:24.398Z Compiling equivalent v1.0.2
12992026-08-25T00:38:24.437Z Compiling hashbrown v0.17.0
13002026-08-25T00:38:24.450Z Compiling utf8parse v0.2.2
13012026-08-25T00:38:24.540Z Compiling is_terminal_polyfill v1.70.2
13022026-08-25T00:38:24.544Z Compiling toml_write v0.1.2
13032026-08-25T00:38:24.565Z Compiling anstyle-parse v1.0.0
13042026-08-25T00:38:24.584Z Compiling anstyle v1.0.14
13052026-08-25T00:38:24.589Z Compiling winnow v0.7.14
13062026-08-25T00:38:24.622Z Compiling colorchoice v1.0.4
13072026-08-25T00:38:24.631Z Compiling thiserror v2.0.18
13082026-08-25T00:38:24.645Z Compiling errno v0.3.14
13092026-08-25T00:38:24.663Z Compiling thread-id v4.2.2
13102026-08-25T00:38:24.713Z Compiling autocfg v1.5.0
13112026-08-25T00:38:24.726Z Compiling pretty-hex v0.4.1
13122026-08-25T00:38:24.752Z Compiling anstyle-query v1.1.5
13132026-08-25T00:38:24.763Z Compiling cfg-if v1.0.4
13142026-08-25T00:38:24.766Z Compiling fastrand v2.3.0
13152026-08-25T00:38:24.812Z Compiling heck v0.5.0
13162026-08-25T00:38:24.839Z Compiling anstream v1.0.0
13172026-08-25T00:38:24.870Z Compiling fnv v1.0.7
13182026-08-25T00:38:24.894Z Compiling clap_lex v1.0.0
13192026-08-25T00:38:24.987Z Compiling indexmap v2.14.0
13202026-08-25T00:38:25.015Z Compiling anyhow v1.0.104
13212026-08-25T00:38:25.020Z Compiling once_cell v1.21.3
13222026-08-25T00:38:25.066Z Compiling syn v2.0.117
13232026-08-25T00:38:25.143Z Compiling bytecount v0.6.9
13242026-08-25T00:38:25.157Z Compiling heck v0.4.1
13252026-08-25T00:38:25.169Z Compiling fs-err v3.3.0
13262026-08-25T00:38:25.173Z Compiling unicode-width v0.1.14
13272026-08-25T00:38:25.201Z Compiling strsim v0.11.1
13282026-08-25T00:38:25.252Z Compiling memmap v0.7.0
13292026-08-25T00:38:25.288Z Compiling pest_meta v2.8.6
13302026-08-25T00:38:25.401Z Compiling papergrid v0.11.0
13312026-08-25T00:38:25.445Z Compiling smawk v0.3.2
13322026-08-25T00:38:25.463Z Compiling unicode-width v0.2.0
13332026-08-25T00:38:25.502Z Compiling unicode-linebreak v0.1.5
13342026-08-25T00:38:25.564Z Compiling swrite v0.1.0
13352026-08-25T00:38:25.620Z Compiling terminal_size v0.4.3
13362026-08-25T00:38:25.620Z Compiling tempfile v3.27.0
13372026-08-25T00:38:25.708Z Compiling clap_builder v4.6.0
13382026-08-25T00:38:25.708Z Compiling textwrap v0.16.2
13392026-08-25T00:38:25.872Z Compiling semver v1.0.28
13402026-08-25T00:38:25.872Z Compiling cargo-platform v0.3.2
13412026-08-25T00:38:26.137Z Compiling camino-tempfile v1.4.1
13422026-08-25T00:38:26.508Z Compiling tabled_derive v0.7.0
13432026-08-25T00:38:27.166Z Compiling pest_generator v2.8.6
13442026-08-25T00:38:27.181Z Compiling tabled v0.15.0
13452026-08-25T00:38:27.671Z Compiling serde_derive v1.0.228
13462026-08-25T00:38:27.671Z Compiling thiserror-impl v1.0.69
13472026-08-25T00:38:27.675Z Compiling zerocopy-derive v0.7.35
13482026-08-25T00:38:27.675Z Compiling scroll_derive v0.12.1
13492026-08-25T00:38:27.675Z Compiling thiserror-impl v2.0.18
13502026-08-25T00:38:27.675Z Compiling clap_derive v4.6.1
13512026-08-25T00:38:27.743Z Compiling pest_derive v2.8.6
13522026-08-25T00:38:28.291Z Compiling scroll v0.12.0
13532026-08-25T00:38:28.341Z Compiling zerocopy v0.7.35
13542026-08-25T00:38:28.485Z Compiling goblin v0.8.2
13552026-08-25T00:38:28.640Z Compiling dtrace-parser v0.2.0
13562026-08-25T00:38:28.930Z Compiling clap v4.6.1
13572026-08-25T00:38:30.017Z Compiling dof v0.3.0
13582026-08-25T00:38:30.017Z Compiling serde_tokenstream v0.2.3
13592026-08-25T00:38:30.025Z Compiling serde_spanned v0.6.9
13602026-08-25T00:38:30.025Z Compiling toml_datetime v0.6.11
13612026-08-25T00:38:30.025Z Compiling macaddr v1.0.1
13622026-08-25T00:38:30.031Z Compiling cargo_metadata v0.23.1
13632026-08-25T00:38:30.031Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13642026-08-25T00:38:30.217Z Compiling toml_edit v0.22.27
13652026-08-25T00:38:30.680Z Compiling usdt-macro v0.5.0
13662026-08-25T00:38:30.692Z Compiling usdt-attr-macro v0.5.0
13672026-08-25T00:38:31.303Z Compiling usdt v0.5.0
13682026-08-25T00:38:31.477Z Compiling toml v0.8.23
13692026-08-25T00:38:31.786Z Compiling cargo_toml v0.21.0
13702026-08-25T00:38:33.061Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712026-08-25T00:38:35.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s
13722026-08-25T00:38:35.152Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13732026-08-25T00:38:35.923Z Compiling serde_core v1.0.228
13742026-08-25T00:38:35.923Z Compiling libc v0.2.185
13752026-08-25T00:38:35.923Z Compiling serde v1.0.228
13762026-08-25T00:38:35.927Z Compiling log v0.4.33
13772026-08-25T00:38:35.927Z Compiling smallvec v1.15.1
13782026-08-25T00:38:35.927Z Compiling shlex v1.3.0
13792026-08-25T00:38:35.927Z Compiling find-msvc-tools v0.1.9
13802026-08-25T00:38:35.927Z Compiling subtle v2.6.1
13812026-08-25T00:38:35.927Z Compiling scopeguard v1.2.0
13822026-08-25T00:38:35.927Z Compiling stable_deref_trait v1.2.1
13832026-08-25T00:38:35.927Z Compiling typenum v1.20.1
13842026-08-25T00:38:35.927Z Compiling zerocopy v0.8.55
13852026-08-25T00:38:35.927Z Compiling portable-atomic v1.13.1
13862026-08-25T00:38:36.088Z Compiling serde_json v1.0.151
13872026-08-25T00:38:36.104Z Compiling syn v2.0.117
13882026-08-25T00:38:36.116Z Compiling critical-section v1.2.0
13892026-08-25T00:38:36.239Z Compiling lock_api v0.4.14
13902026-08-25T00:38:36.245Z Compiling libm v0.2.16
13912026-08-25T00:38:36.262Z Compiling num-traits v0.2.19
13922026-08-25T00:38:36.306Z Compiling pkg-config v0.3.32
13932026-08-25T00:38:36.318Z Compiling getrandom v0.4.3
13942026-08-25T00:38:36.350Z Compiling generic-array v0.14.7
13952026-08-25T00:38:36.350Z Compiling const-oid v0.9.6
13962026-08-25T00:38:36.412Z Compiling rand_core v0.10.0
13972026-08-25T00:38:36.438Z Compiling parking_lot_core v0.9.12
13982026-08-25T00:38:36.457Z Compiling pin-project-lite v0.2.17
13992026-08-25T00:38:36.496Z Compiling litemap v0.8.1
14002026-08-25T00:38:36.587Z Compiling writeable v0.6.2
14012026-08-25T00:38:36.592Z Compiling percent-encoding v2.3.2
14022026-08-25T00:38:36.703Z Compiling futures-core v0.3.32
14032026-08-25T00:38:36.720Z Compiling icu_properties_data v2.1.2
14042026-08-25T00:38:36.720Z Compiling icu_normalizer_data v2.1.1
14052026-08-25T00:38:36.734Z Compiling rustix v1.1.4
14062026-08-25T00:38:36.760Z Compiling getrandom v0.3.4
14072026-08-25T00:38:36.844Z Compiling utf8_iter v1.0.4
14082026-08-25T00:38:36.848Z Compiling futures-sink v0.3.32
14092026-08-25T00:38:36.848Z Compiling form_urlencoded v1.2.2
14102026-08-25T00:38:36.859Z Compiling slab v0.4.12
14112026-08-25T00:38:36.902Z Compiling futures-task v0.3.32
14122026-08-25T00:38:37.012Z Compiling errno v0.3.14
14132026-08-25T00:38:37.034Z Compiling jobserver v0.1.34
14142026-08-25T00:38:37.050Z Compiling getrandom v0.2.17
14152026-08-25T00:38:37.083Z Compiling mio v1.2.0
14162026-08-25T00:38:37.133Z Compiling signal-hook-registry v1.4.8
14172026-08-25T00:38:37.174Z Compiling socket2 v0.6.3
14182026-08-25T00:38:37.192Z Compiling rand_core v0.6.4
14192026-08-25T00:38:37.206Z Compiling futures-channel v0.3.32
14202026-08-25T00:38:37.227Z Compiling once_cell v1.21.3
14212026-08-25T00:38:37.295Z Compiling cc v1.2.56
14222026-08-25T00:38:37.313Z Compiling parking_lot v0.12.5
14232026-08-25T00:38:37.341Z Compiling futures-io v0.3.32
14242026-08-25T00:38:37.422Z Compiling rustversion v1.0.22
14252026-08-25T00:38:37.427Z Compiling iana-time-zone v0.1.65
14262026-08-25T00:38:37.448Z Compiling base64ct v1.8.3
14272026-08-25T00:38:37.465Z Compiling regex-syntax v0.8.10
14282026-08-25T00:38:37.482Z Compiling flagset v0.4.7
14292026-08-25T00:38:37.511Z Compiling dunce v1.0.5
14302026-08-25T00:38:37.566Z Compiling fs_extra v1.3.0
14312026-08-25T00:38:37.578Z Compiling ident_case v1.0.1
14322026-08-25T00:38:37.596Z Compiling base64 v0.22.1
14332026-08-25T00:38:37.624Z Compiling syn v1.0.109
14342026-08-25T00:38:37.636Z Compiling vcpkg v0.2.15
14352026-08-25T00:38:37.654Z Compiling dyn-clone v1.0.20
14362026-08-25T00:38:37.706Z Compiling pem-rfc7468 v0.7.0
14372026-08-25T00:38:37.721Z Compiling rand_core v0.9.5
14382026-08-25T00:38:37.779Z Compiling schemars v0.8.22
14392026-08-25T00:38:37.786Z Compiling tracing-core v0.1.36
14402026-08-25T00:38:37.786Z Compiling simd-adler32 v0.3.8
14412026-08-25T00:38:37.829Z Compiling aws-lc-rs v1.16.3
14422026-08-25T00:38:37.854Z Compiling cpufeatures v0.2.17
14432026-08-25T00:38:37.939Z Compiling spin v0.9.8
14442026-08-25T00:38:37.956Z Compiling crc32fast v1.5.0
14452026-08-25T00:38:38.006Z Compiling httparse v1.10.1
14462026-08-25T00:38:38.021Z Compiling cmov v0.5.4
14472026-08-25T00:38:38.021Z Compiling openssl-probe v0.2.1
14482026-08-25T00:38:38.065Z Compiling cmake v0.1.57
14492026-08-25T00:38:38.068Z Compiling tinyvec_macros v0.1.1
14502026-08-25T00:38:38.137Z Compiling adler2 v2.0.1
14512026-08-25T00:38:38.158Z Compiling tinyvec v1.10.0
14522026-08-25T00:38:38.166Z Compiling aho-corasick v1.1.4
14532026-08-25T00:38:38.212Z Compiling bitflags v2.11.0
14542026-08-25T00:38:38.271Z Compiling semver v1.0.28
14552026-08-25T00:38:38.285Z Compiling indexmap v2.14.0
14562026-08-25T00:38:38.352Z Compiling uuid v1.23.4
14572026-08-25T00:38:38.418Z Compiling miniz_oxide v0.8.9
14582026-08-25T00:38:38.431Z Compiling ctutils v0.4.2
14592026-08-25T00:38:38.462Z Compiling tower-service v0.3.3
14602026-08-25T00:38:38.479Z Compiling untrusted v0.7.1
14612026-08-25T00:38:38.494Z Compiling rustc_version v0.4.1
14622026-08-25T00:38:38.525Z Compiling tower-layer v0.3.3
14632026-08-25T00:38:38.572Z Compiling try-lock v0.2.5
14642026-08-25T00:38:38.608Z Compiling atomic-waker v1.1.2
14652026-08-25T00:38:38.626Z Compiling radium v0.7.0
14662026-08-25T00:38:38.684Z Compiling want v0.3.1
14672026-08-25T00:38:38.751Z Compiling wait-timeout v0.2.1
14682026-08-25T00:38:38.962Z Compiling rustls v0.23.41
14692026-08-25T00:38:38.973Z Compiling untrusted v0.9.0
14702026-08-25T00:38:38.973Z Compiling aws-lc-sys v0.40.0
14712026-08-25T00:38:38.973Z Compiling openssl-sys v0.9.117
14722026-08-25T00:38:38.973Z Compiling maybe-uninit v2.0.0
14732026-08-25T00:38:38.973Z Compiling httpdate v1.0.3
14742026-08-25T00:38:38.996Z Compiling regex-automata v0.4.14
14752026-08-25T00:38:39.017Z Compiling synstructure v0.13.2
14762026-08-25T00:38:39.034Z Compiling serde_derive_internals v0.29.1
14772026-08-25T00:38:39.039Z Compiling pest_generator v2.8.6
14782026-08-25T00:38:39.062Z Compiling darling_core v0.20.11
14792026-08-25T00:38:39.062Z Compiling quick-error v1.2.3
14802026-08-25T00:38:39.188Z Compiling bit-vec v0.8.0
14812026-08-25T00:38:39.204Z Compiling openssl v0.10.80
14822026-08-25T00:38:39.215Z Compiling tap v1.0.1
14832026-08-25T00:38:39.333Z Compiling tempfile v3.27.0
14842026-08-25T00:38:39.377Z Compiling terminal_size v0.4.3
14852026-08-25T00:38:39.445Z Compiling foreign-types-shared v0.1.1
14862026-08-25T00:38:39.460Z Compiling bit-set v0.8.0
14872026-08-25T00:38:39.531Z Compiling foreign-types v0.3.2
14882026-08-25T00:38:39.546Z Compiling wyz v0.5.1
14892026-08-25T00:38:39.562Z Compiling rusty-fork v0.3.1
14902026-08-25T00:38:39.644Z Compiling bzip2-sys v0.1.13+1.0.8
14912026-08-25T00:38:39.665Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-08-25T00:38:39.735Z Compiling unicode-normalization v0.1.25
14932026-08-25T00:38:39.752Z Compiling num-integer v0.1.46
14942026-08-25T00:38:39.756Z Compiling rand_xorshift v0.4.0
14952026-08-25T00:38:39.805Z Compiling ahash v0.8.12
14962026-08-25T00:38:39.838Z Compiling num-conv v0.2.0
14972026-08-25T00:38:39.884Z Compiling powerfmt v0.2.0
14982026-08-25T00:38:39.899Z Compiling funty v2.0.0
14992026-08-25T00:38:39.943Z Compiling time-core v0.1.8
15002026-08-25T00:38:39.959Z Compiling paste v1.0.15
15012026-08-25T00:38:39.963Z Compiling packed_struct v0.10.1
15022026-08-25T00:38:39.986Z Compiling unarray v0.1.4
15032026-08-25T00:38:40.034Z Compiling native-tls v0.2.18
15042026-08-25T00:38:40.094Z Compiling num-bigint-dig v0.8.6
15052026-08-25T00:38:40.110Z Compiling time-macros v0.2.27
15062026-08-25T00:38:40.140Z Compiling deranged v0.5.8
15072026-08-25T00:38:40.167Z Compiling clap_builder v4.6.0
15082026-08-25T00:38:40.182Z Compiling num-iter v0.1.45
15092026-08-25T00:38:40.237Z Compiling bitvec v1.0.1
15102026-08-25T00:38:40.318Z Compiling slog v2.8.2
15112026-08-25T00:38:40.345Z Compiling lazy_static v1.5.0
15122026-08-25T00:38:40.352Z Compiling sync_wrapper v1.0.2
15132026-08-25T00:38:40.378Z Compiling syn v3.0.3
15142026-08-25T00:38:40.445Z Compiling indexmap v1.9.3
15152026-08-25T00:38:40.477Z Compiling siphasher v1.0.2
15162026-08-25T00:38:40.509Z Compiling crossbeam-utils v0.8.21
15172026-08-25T00:38:40.527Z Compiling object v0.37.3
15182026-08-25T00:38:40.654Z Compiling nodrop v0.1.14
15192026-08-25T00:38:40.670Z Compiling usdt-impl v0.6.0
15202026-08-25T00:38:40.733Z Compiling serde_derive v1.0.228
15212026-08-25T00:38:40.755Z Compiling zeroize_derive v1.5.0
15222026-08-25T00:38:40.805Z Compiling zerocopy-derive v0.8.55
15232026-08-25T00:38:40.816Z Compiling zerofrom-derive v0.1.6
15242026-08-25T00:38:40.912Z Compiling yoke-derive v0.8.1
15252026-08-25T00:38:41.146Z Compiling zerovec-derive v0.11.2
15262026-08-25T00:38:41.220Z Compiling displaydoc v0.2.5
15272026-08-25T00:38:41.241Z Compiling tokio-macros v2.7.0
15282026-08-25T00:38:41.344Z Compiling futures-macro v0.3.32
15292026-08-25T00:38:41.412Z Compiling thiserror-impl v2.0.18
15302026-08-25T00:38:41.676Z Compiling der_derive v0.7.3
15312026-08-25T00:38:41.937Z Compiling schemars_derive v0.8.22
15322026-08-25T00:38:42.031Z Compiling tracing-attributes v0.1.31
15332026-08-25T00:38:42.045Z Compiling scroll_derive v0.13.1
15342026-08-25T00:38:42.120Z Compiling pest_derive v2.8.6
15352026-08-25T00:38:42.249Z Compiling futures-util v0.3.32
15362026-08-25T00:38:42.274Z Compiling zerofrom v0.1.6
15372026-08-25T00:38:42.341Z Compiling darling_macro v0.20.11
15382026-08-25T00:38:42.416Z Compiling yoke v0.8.1
15392026-08-25T00:38:42.608Z Compiling zerovec v0.11.5
15402026-08-25T00:38:42.622Z Compiling zerotrie v0.2.3
15412026-08-25T00:38:42.749Z Compiling thiserror-impl v1.0.69
15422026-08-25T00:38:42.803Z Compiling thiserror v2.0.18
15432026-08-25T00:38:42.878Z Compiling openssl-macros v0.1.1
15442026-08-25T00:38:42.903Z Compiling scroll v0.13.0
15452026-08-25T00:38:42.956Z Compiling darling v0.20.11
15462026-08-25T00:38:42.972Z Compiling packed_struct_codegen v0.10.1
15472026-08-25T00:38:43.033Z Compiling zerocopy-derive v0.6.6
15482026-08-25T00:38:43.146Z Compiling tinystr v0.8.2
15492026-08-25T00:38:43.201Z Compiling potential_utf v0.1.4
15502026-08-25T00:38:43.217Z Compiling goblin v0.10.5
15512026-08-25T00:38:43.268Z Compiling clap_derive v4.6.1
15522026-08-25T00:38:43.284Z Compiling bitfield-macros v0.19.4
15532026-08-25T00:38:43.320Z Compiling icu_collections v2.1.1
15542026-08-25T00:38:43.381Z Compiling icu_locale_core v2.1.1
15552026-08-25T00:38:43.414Z Compiling tracing v0.1.44
15562026-08-25T00:38:43.740Z Compiling crc-catalog v2.4.0
15572026-08-25T00:38:43.815Z Compiling zlib-rs v0.6.2
15582026-08-25T00:38:43.835Z Compiling unicode-segmentation v1.12.0
15592026-08-25T00:38:43.931Z Compiling num_threads v0.1.7
15602026-08-25T00:38:43.956Z Compiling daft-derive v0.1.8
15612026-08-25T00:38:44.047Z Compiling icu_provider v2.1.1
15622026-08-25T00:38:44.066Z Compiling bitfield v0.19.4
15632026-08-25T00:38:44.082Z Compiling thiserror v1.0.69
15642026-08-25T00:38:44.099Z Compiling time v0.3.47
15652026-08-25T00:38:44.211Z Compiling zerocopy v0.6.6
15662026-08-25T00:38:44.308Z Compiling zeroize v1.9.0
15672026-08-25T00:38:44.334Z Compiling bytes v1.11.1
15682026-08-25T00:38:44.334Z Compiling icu_normalizer v2.1.1
15692026-08-25T00:38:44.356Z Compiling icu_properties v2.1.2
15702026-08-25T00:38:44.380Z Compiling chrono v0.4.45
15712026-08-25T00:38:44.547Z Compiling der v0.7.10
15722026-08-25T00:38:44.640Z Compiling rustls-pki-types v1.14.0
15732026-08-25T00:38:44.704Z Compiling hybrid-array v0.4.13
15742026-08-25T00:38:44.853Z Compiling tokio v1.52.1
15752026-08-25T00:38:44.920Z Compiling http v1.4.2
15762026-08-25T00:38:45.060Z Compiling block-buffer v0.10.4
15772026-08-25T00:38:45.087Z Compiling crypto-common v0.1.7
15782026-08-25T00:38:45.093Z Compiling ipnet v2.12.0
15792026-08-25T00:38:45.233Z Compiling idna_adapter v1.2.1
15802026-08-25T00:38:45.247Z Compiling digest v0.10.7
15812026-08-25T00:38:45.387Z Compiling ppv-lite86 v0.2.21
15822026-08-25T00:38:45.445Z Compiling idna v1.1.0
15832026-08-25T00:38:45.485Z Compiling spki v0.7.3
15842026-08-25T00:38:45.513Z Compiling sha2 v0.10.9
15852026-08-25T00:38:45.530Z Compiling http-body v1.0.1
15862026-08-25T00:38:45.629Z Compiling signature v2.2.0
15872026-08-25T00:38:45.656Z Compiling pkcs8 v0.10.2
15882026-08-25T00:38:45.713Z Compiling rand_chacha v0.9.0
15892026-08-25T00:38:45.719Z Compiling rand_chacha v0.3.1
15902026-08-25T00:38:45.730Z Compiling url v2.5.8
15912026-08-25T00:38:45.735Z Compiling hex v0.4.3
15922026-08-25T00:38:45.762Z Compiling hmac v0.12.1
15932026-08-25T00:38:45.800Z Compiling toml_datetime v0.6.11
15942026-08-25T00:38:45.814Z Compiling serde_spanned v0.6.9
15952026-08-25T00:38:45.917Z Compiling rand v0.9.2
15962026-08-25T00:38:45.940Z Compiling rand v0.8.6
15972026-08-25T00:38:45.972Z Compiling dof v0.4.0
15982026-08-25T00:38:46.025Z Compiling pkcs1 v0.7.5
15992026-08-25T00:38:46.066Z Compiling http-body-util v0.1.3
16002026-08-25T00:38:46.404Z Compiling clap v4.6.1
16012026-08-25T00:38:46.428Z Compiling erased-serde v0.3.31
16022026-08-25T00:38:46.503Z Compiling proptest v1.11.0
16032026-08-25T00:38:46.514Z Compiling crc v3.4.0
16042026-08-25T00:38:46.586Z Compiling derive_builder_core v0.20.2
16052026-08-25T00:38:46.676Z Compiling flate2 v1.1.9
16062026-08-25T00:38:46.736Z Compiling dtrace-parser v0.3.0
16072026-08-25T00:38:46.910Z Compiling structmeta-derive v0.3.0
16082026-08-25T00:38:46.924Z Compiling scroll_derive v0.12.1
16092026-08-25T00:38:46.983Z Compiling array-init v0.0.4
16102026-08-25T00:38:47.131Z Compiling smallvec v0.6.14
16112026-08-25T00:38:47.213Z Compiling ipnetwork v0.21.1
16122026-08-25T00:38:47.229Z Compiling darling_core v0.23.0
16132026-08-25T00:38:47.348Z Compiling heapless v0.7.17
16142026-08-25T00:38:47.373Z Compiling thread-id v5.1.0
16152026-08-25T00:38:47.455Z Compiling oxnet v0.1.6
16162026-08-25T00:38:47.480Z Compiling env_filter v2.0.0
16172026-08-25T00:38:47.514Z Compiling cookie v0.18.1
16182026-08-25T00:38:47.547Z Compiling zstd-safe v7.2.4
16192026-08-25T00:38:47.602Z Compiling hashbrown v0.12.3
16202026-08-25T00:38:47.623Z Compiling gimli v0.32.3
16212026-08-25T00:38:47.636Z Compiling allocator-api2 v0.2.21
16222026-08-25T00:38:47.692Z Compiling unicode-properties v0.1.4
16232026-08-25T00:38:47.714Z Compiling base64 v0.21.7
16242026-08-25T00:38:47.724Z Compiling ryu v1.0.23
16252026-08-25T00:38:47.762Z Compiling iri-string v0.7.10
16262026-08-25T00:38:47.783Z Compiling signal-hook v0.3.18
16272026-08-25T00:38:47.799Z Compiling winnow v0.5.40
16282026-08-25T00:38:47.902Z Compiling unicode-bidi v0.3.18
16292026-08-25T00:38:47.917Z Compiling anyhow v1.0.104
16302026-08-25T00:38:47.921Z Compiling serde_urlencoded v0.7.1
16312026-08-25T00:38:47.976Z Compiling ron v0.8.1
16322026-08-25T00:38:48.030Z Compiling structmeta v0.3.0
16332026-08-25T00:38:48.081Z Compiling scroll v0.12.0
16342026-08-25T00:38:48.114Z Compiling env_logger v0.11.11
16352026-08-25T00:38:48.235Z Compiling stringprep v0.1.5
16362026-08-25T00:38:48.277Z Compiling rsa v0.9.10
16372026-08-25T00:38:48.391Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16382026-08-25T00:38:48.441Z Compiling derive_builder_macro v0.20.2
16392026-08-25T00:38:48.501Z Compiling serde-hex v0.1.0
16402026-08-25T00:38:48.725Z Compiling tokio-util v0.7.18
16412026-08-25T00:38:49.009Z Compiling tower v0.5.3
16422026-08-25T00:38:49.030Z Compiling newtype-uuid v1.3.2
16432026-08-25T00:38:49.075Z Compiling tokio-native-tls v0.3.1
16442026-08-25T00:38:49.092Z Compiling camino v1.2.5
16452026-08-25T00:38:49.268Z Compiling daft v0.1.8
16462026-08-25T00:38:49.300Z Compiling toml_edit v0.19.15
16472026-08-25T00:38:49.359Z Compiling addr2line v0.25.1
16482026-08-25T00:38:49.460Z Compiling h2 v0.4.15
16492026-08-25T00:38:49.520Z Compiling tower-http v0.6.8
16502026-08-25T00:38:49.577Z Compiling bzip2 v0.4.4
16512026-08-25T00:38:49.704Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-08-25T00:38:49.781Z Compiling darling_macro v0.23.0
16532026-08-25T00:38:49.799Z Compiling hashbrown v0.13.2
16542026-08-25T00:38:49.829Z Compiling x509-cert v0.2.5
16552026-08-25T00:38:49.904Z Compiling md-5 v0.10.6
16562026-08-25T00:38:49.918Z Compiling block-buffer v0.12.1
16572026-08-25T00:38:50.074Z Compiling block-padding v0.4.2
16582026-08-25T00:38:50.133Z Compiling crypto-common v0.2.2
16592026-08-25T00:38:50.133Z Compiling rustls-native-certs v0.8.3
16602026-08-25T00:38:50.269Z Compiling serde_tokenstream v0.2.3
16612026-08-25T00:38:50.279Z Compiling bstr v1.12.1
16622026-08-25T00:38:50.295Z Compiling async-trait v0.1.89
16632026-08-25T00:38:50.316Z Compiling pin-project-internal v1.1.11
16642026-08-25T00:38:50.440Z Compiling zerocopy-derive v0.7.35
16652026-08-25T00:38:50.580Z Compiling curve25519-dalek v4.1.3
16662026-08-25T00:38:50.677Z Compiling vergen-lib v9.1.0
16672026-08-25T00:38:50.875Z Compiling hash32 v0.2.1
16682026-08-25T00:38:50.911Z Compiling memoffset v0.9.1
16692026-08-25T00:38:50.938Z Compiling encoding_rs v0.8.35
16702026-08-25T00:38:51.084Z Compiling fallible-iterator v0.2.0
16712026-08-25T00:38:51.127Z Compiling owo-colors v4.3.0
16722026-08-25T00:38:51.335Z Compiling cfg_aliases v0.2.1
16732026-08-25T00:38:51.340Z Compiling smoltcp v0.9.1
16742026-08-25T00:38:51.367Z Compiling psl-types v2.0.11
16752026-08-25T00:38:51.417Z Compiling rustix v0.38.44
16762026-08-25T00:38:51.432Z Compiling litrs v1.0.0
16772026-08-25T00:38:51.436Z Compiling crc-any v2.5.0
16782026-08-25T00:38:51.436Z Compiling ref-cast v1.0.25
16792026-08-25T00:38:51.475Z Compiling rustc-demangle v0.1.27
16802026-08-25T00:38:51.501Z Compiling mime v0.3.17
16812026-08-25T00:38:51.727Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16822026-08-25T00:38:51.791Z Compiling publicsuffix v2.3.0
16832026-08-25T00:38:51.812Z Compiling pin-project v1.1.11
16842026-08-25T00:38:51.865Z Compiling backtrace v0.3.76
16852026-08-25T00:38:51.908Z Compiling nix v0.31.2
16862026-08-25T00:38:51.922Z Compiling postgres-protocol v0.6.10
16872026-08-25T00:38:51.938Z Compiling zerocopy v0.7.35
16882026-08-25T00:38:51.999Z Compiling document-features v0.2.12
16892026-08-25T00:38:52.082Z Compiling toml v0.7.8
16902026-08-25T00:38:52.103Z Compiling darling v0.23.0
16912026-08-25T00:38:52.139Z Compiling object v0.30.4
16922026-08-25T00:38:52.184Z Compiling inout v0.2.2
16932026-08-25T00:38:52.203Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-25T00:38:52.294Z Compiling zip v0.6.6
16952026-08-25T00:38:52.382Z Compiling derive_builder v0.20.2
16962026-08-25T00:38:52.513Z Compiling goblin v0.8.2
16972026-08-25T00:38:52.528Z Compiling derive-ex v0.1.8
16982026-08-25T00:38:52.640Z Compiling futures-executor v0.3.32
16992026-08-25T00:38:52.716Z Compiling hyper v1.10.1
17002026-08-25T00:38:52.733Z Compiling convert_case v0.10.0
17012026-08-25T00:38:52.861Z Compiling hubpack_derive v0.1.1
17022026-08-25T00:38:52.876Z Compiling regex v1.12.3
17032026-08-25T00:38:52.891Z Compiling snafu-derive v0.8.9
17042026-08-25T00:38:52.906Z Compiling curve25519-dalek-derive v0.1.1
17052026-08-25T00:38:53.052Z Compiling ref-cast-impl v1.0.25
17062026-08-25T00:38:53.088Z Compiling strum_macros v0.27.2
17072026-08-25T00:38:53.088Z Compiling phf_shared v0.13.1
17082026-08-25T00:38:53.101Z Compiling vergen v9.1.0
17092026-08-25T00:38:53.319Z Compiling cargo-platform v0.3.2
17102026-08-25T00:38:53.333Z Compiling ff v0.13.1
17112026-08-25T00:38:53.349Z Compiling fs-err v3.3.0
17122026-08-25T00:38:53.365Z Compiling is_ci v1.2.0
17132026-08-25T00:38:53.489Z Compiling base16ct v0.2.0
17142026-08-25T00:38:53.518Z Compiling either v1.15.0
17152026-08-25T00:38:53.562Z Compiling foldhash v0.1.5
17162026-08-25T00:38:53.576Z Compiling jiff-core v0.1.0
17172026-08-25T00:38:53.605Z Compiling foldhash v0.2.0
17182026-08-25T00:38:53.630Z Compiling libbz2-rs-sys v0.2.2
17192026-08-25T00:38:53.677Z Compiling path-slash v0.1.5
17202026-08-25T00:38:53.696Z Compiling managed v0.8.0
17212026-08-25T00:38:53.745Z Compiling bitflags v1.3.2
17222026-08-25T00:38:53.794Z Compiling same-file v1.0.6
17232026-08-25T00:38:53.824Z Compiling hyper-util v0.1.20
17242026-08-25T00:38:53.838Z Compiling bumpalo v3.20.2
17252026-08-25T00:38:53.855Z Compiling hashbrown v0.16.1
17262026-08-25T00:38:53.944Z Compiling walkdir v2.5.0
17272026-08-25T00:38:54.106Z Compiling bzip2 v0.6.1
17282026-08-25T00:38:54.255Z Compiling test-strategy v0.4.5
17292026-08-25T00:38:54.271Z Compiling zopfli v0.8.3
17302026-08-25T00:38:54.331Z Compiling jiff v0.2.34
17312026-08-25T00:38:54.331Z Compiling hashbrown v0.15.5
17322026-08-25T00:38:54.361Z Compiling textwrap v0.16.2
17332026-08-25T00:38:54.570Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17342026-08-25T00:38:54.674Z Compiling sec1 v0.7.3
17352026-08-25T00:38:54.837Z Compiling dof v0.3.0
17362026-08-25T00:38:54.871Z Compiling snafu v0.8.9
17372026-08-25T00:38:54.944Z Compiling cargo_metadata v0.23.1
17382026-08-25T00:38:54.969Z Compiling supports-color v3.0.2
17392026-08-25T00:38:55.014Z Compiling group v0.13.0
17402026-08-25T00:38:55.062Z Compiling hubpack v0.1.2
17412026-08-25T00:38:55.092Z Compiling strum v0.27.2
17422026-08-25T00:38:55.176Z Compiling phf v0.13.1
17432026-08-25T00:38:55.211Z Compiling hyper-tls v0.6.0
17442026-08-25T00:38:55.244Z Compiling derive_more-impl v2.1.1
17452026-08-25T00:38:55.258Z Compiling cookie_store v0.22.1
17462026-08-25T00:38:55.302Z Compiling futures v0.3.32
17472026-08-25T00:38:55.350Z Compiling signal-hook-mio v0.2.5
17482026-08-25T00:38:55.393Z Compiling reqwest v0.12.28
17492026-08-25T00:38:55.484Z Compiling zstd v0.13.3
17502026-08-25T00:38:55.575Z Compiling cipher v0.5.2
17512026-08-25T00:38:55.599Z Compiling backtrace-ext v0.2.1
17522026-08-25T00:38:55.763Z Compiling postgres-types v0.2.12
17532026-08-25T00:38:55.780Z Compiling serde_with_macros v3.21.0
17542026-08-25T00:38:55.901Z Compiling globset v0.4.18
17552026-08-25T00:38:55.932Z Compiling usdt-macro v0.6.0
17562026-08-25T00:38:56.005Z Compiling usdt-attr-macro v0.6.0
17572026-08-25T00:38:56.044Z Compiling byte-wrapper v0.1.0
17582026-08-25T00:38:56.305Z Compiling hkdf v0.12.4
17592026-08-25T00:38:56.325Z Compiling ed25519 v2.2.3
17602026-08-25T00:38:56.395Z Compiling crypto-bigint v0.5.5
17612026-08-25T00:38:56.416Z Compiling serde_plain v1.0.2
17622026-08-25T00:38:56.489Z Compiling serde-big-array v0.5.1
17632026-08-25T00:38:56.592Z Compiling olpc-cjson v0.1.4
17642026-08-25T00:38:56.608Z Compiling dtrace-parser v0.2.0
17652026-08-25T00:38:56.624Z Compiling enum-as-inner v0.6.1
17662026-08-25T00:38:56.639Z Compiling strum_macros v0.26.4
17672026-08-25T00:38:56.729Z Compiling serde_repr v0.1.20
17682026-08-25T00:38:56.818Z Compiling async-recursion v1.1.1
17692026-08-25T00:38:56.850Z Compiling miette-derive v7.6.0
17702026-08-25T00:38:56.981Z Compiling phf_shared v0.11.3
17712026-08-25T00:38:57.020Z Compiling float-cmp v0.10.0
17722026-08-25T00:38:57.186Z Compiling pem v3.0.6
17732026-08-25T00:38:57.190Z Compiling memmap2 v0.9.10
17742026-08-25T00:38:57.220Z Compiling thread-id v4.2.2
17752026-08-25T00:38:57.284Z Compiling fixedbitset v0.4.2
17762026-08-25T00:38:57.318Z Compiling whoami v2.1.0
17772026-08-25T00:38:57.332Z Compiling data-encoding v2.10.0
17782026-08-25T00:38:57.463Z Compiling const-oid v0.10.2
17792026-08-25T00:38:57.472Z Compiling supports-hyperlinks v3.2.0
17802026-08-25T00:38:57.498Z Compiling winnow v1.0.3
17812026-08-25T00:38:57.520Z Compiling difflib v0.4.0
17822026-08-25T00:38:57.560Z Compiling typed-path v0.9.3
17832026-08-25T00:38:57.606Z Compiling normalize-line-endings v0.3.0
17842026-08-25T00:38:57.642Z Compiling fixedbitset v0.5.7
17852026-08-25T00:38:57.656Z Compiling supports-unicode v3.0.0
17862026-08-25T00:38:57.717Z Compiling predicates-core v1.0.10
17872026-08-25T00:38:57.732Z Compiling new_debug_unreachable v1.0.6
17882026-08-25T00:38:57.771Z Compiling static_assertions v1.1.0
17892026-08-25T00:38:57.814Z Compiling precomputed-hash v0.1.1
17902026-08-25T00:38:57.828Z Compiling cpufeatures v0.3.0
17912026-08-25T00:38:57.856Z Compiling keccak v0.1.6
17922026-08-25T00:38:57.915Z Compiling chacha20 v0.10.0
17932026-08-25T00:38:57.930Z Compiling string_cache v0.8.9
17942026-08-25T00:38:57.930Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17952026-08-25T00:38:57.968Z Compiling petgraph v0.8.3
17962026-08-25T00:38:57.990Z Compiling predicates v3.1.4
17972026-08-25T00:38:58.110Z Compiling miette v7.6.0
17982026-08-25T00:38:58.116Z Compiling sha3 v0.10.8
17992026-08-25T00:38:58.116Z Compiling toml_edit v0.22.27
18002026-08-25T00:38:58.197Z Compiling hickory-proto v0.25.2
18012026-08-25T00:38:58.315Z Compiling digest v0.11.3
18022026-08-25T00:38:58.450Z Compiling strum v0.26.3
18032026-08-25T00:38:58.571Z Compiling toml_parser v1.1.2+spec-1.1.0
18042026-08-25T00:38:58.587Z Compiling tokio-postgres v0.7.16
18052026-08-25T00:38:58.590Z Compiling petgraph v0.6.5
18062026-08-25T00:38:58.615Z Compiling elliptic-curve v0.13.8
18072026-08-25T00:38:58.619Z Compiling usdt v0.6.0
18082026-08-25T00:38:58.619Z Compiling usdt-impl v0.5.0
18092026-08-25T00:38:58.659Z Compiling serde_with v3.21.0
18102026-08-25T00:38:58.824Z Compiling crossterm v0.28.1
18112026-08-25T00:38:58.928Z Compiling zip v4.6.1
18122026-08-25T00:38:59.043Z Compiling ed25519-dalek v2.2.0
18132026-08-25T00:38:59.219Z Compiling derive_more v2.1.1
18142026-08-25T00:38:59.242Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18152026-08-25T00:38:59.579Z Compiling iddqd v0.4.2
18162026-08-25T00:38:59.694Z Compiling itertools v0.15.0
18172026-08-25T00:38:59.773Z Compiling itertools v0.13.0
18182026-08-25T00:38:59.901Z Compiling similar v2.7.0
18192026-08-25T00:38:59.934Z Compiling crossbeam-epoch v0.9.18
18202026-08-25T00:39:00.104Z Compiling oxide-generation v0.1.3
18212026-08-25T00:39:00.121Z Compiling tokio-stream v0.1.18
18222026-08-25T00:39:00.282Z Compiling buf-list v1.1.2
18232026-08-25T00:39:00.429Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18242026-08-25T00:39:00.492Z Compiling openapiv3 v2.2.0
18252026-08-25T00:39:00.584Z Compiling heck v0.4.1
18262026-08-25T00:39:00.597Z Compiling lalrpop-util v0.19.12
18272026-08-25T00:39:00.764Z Compiling peg-runtime v0.8.5
18282026-08-25T00:39:00.779Z Compiling thread_local v1.1.9
18292026-08-25T00:39:00.782Z Compiling slog-async v2.8.0
18302026-08-25T00:39:00.827Z Compiling crossbeam-channel v0.5.15
18312026-08-25T00:39:00.834Z Compiling is-terminal v0.4.17
18322026-08-25T00:39:00.834Z Compiling filetime v0.2.27
18332026-08-25T00:39:00.855Z Compiling xattr v1.6.1
18342026-08-25T00:39:00.872Z Compiling take_mut v0.2.2
18352026-08-25T00:39:00.874Z Compiling term v1.2.1
18362026-08-25T00:39:00.900Z Compiling camino-tempfile v1.4.1
18372026-08-25T00:39:00.995Z Compiling tar v0.4.46
18382026-08-25T00:39:01.253Z Compiling slog-term v2.9.2
18392026-08-25T00:39:18.260Z Compiling rustls-webpki v0.103.13
18402026-08-25T00:39:20.949Z Compiling tokio-rustls v0.26.4
18412026-08-25T00:39:20.950Z Compiling rustls-platform-verifier v0.6.2
18422026-08-25T00:39:20.950Z Compiling tough v0.22.0
18432026-08-25T00:39:21.157Z Compiling hyper-rustls v0.27.7
18442026-08-25T00:39:21.364Z Compiling reqwest v0.13.2
18452026-08-25T00:39:23.475Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18462026-08-25T00:39:23.706Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18472026-08-25T00:39:26.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.38s
18482026-08-25T00:39:26.736Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18492026-08-25T00:39:26.773ZAug 25 00:39:25.738 INFO Starting download, target: Console
18502026-08-25T00:39:26.774ZAug 25 00:39:25.738 INFO Starting download, target: DendriteStub
18512026-08-25T00:39:26.774ZAug 25 00:39:25.738 INFO Starting download, target: Clickhouse
18522026-08-25T00:39:26.774ZAug 25 00:39:25.738 INFO Starting download, target: Cockroach
18532026-08-25T00:39:26.774ZAug 25 00:39:25.738 INFO Starting download, target: MaghemiteMgd
18542026-08-25T00:39:26.786ZAug 25 00:39:25.738 INFO Starting download, target: MaghemiteDdmd
18552026-08-25T00:39:26.786ZAug 25 00:39:25.738 INFO Starting download, target: TransceiverControl
18562026-08-25T00:39:26.786ZAug 25 00:39:25.738 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18572026-08-25T00:39:26.786ZAug 25 00:39:25.738 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18582026-08-25T00:39:26.786ZAug 25 00:39:25.738 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18592026-08-25T00:39:26.786ZAug 25 00:39:25.738 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18602026-08-25T00:39:26.786ZAug 25 00:39:25.739 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18612026-08-25T00:39:26.786ZAug 25 00:39:25.739 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18622026-08-25T00:39:26.786ZAug 25 00:39:25.739 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18632026-08-25T00:39:28.581ZAug 25 00:39:27.394 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18642026-08-25T00:39:28.699ZAug 25 00:39:27.479 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18652026-08-25T00:39:28.747ZAug 25 00:39:27.616 INFO Download complete, target: TransceiverControl
18662026-08-25T00:39:28.816ZAug 25 00:39:27.729 INFO Download complete, target: Console
18672026-08-25T00:39:29.504ZAug 25 00:39:27.885 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18682026-08-25T00:39:32.511ZAug 25 00:39:31.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18692026-08-25T00:39:33.048ZAug 25 00:39:32.013 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18702026-08-25T00:39:33.717ZAug 25 00:39:32.658 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18712026-08-25T00:39:35.159ZAug 25 00:39:34.074 INFO Download complete, target: DendriteStub
18722026-08-25T00:39:35.335ZAug 25 00:39:34.167 INFO Download complete, target: MaghemiteDdmd
18732026-08-25T00:39:35.707ZAug 25 00:39:34.676 INFO Checking that binary works, target: Clickhouse
18742026-08-25T00:39:35.744ZAug 25 00:39:34.713 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18752026-08-25T00:39:35.744ZAug 25 00:39:34.713 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18762026-08-25T00:39:35.824ZAug 25 00:39:34.802 INFO Download complete, target: Clickhouse
18772026-08-25T00:39:36.186ZAug 25 00:39:35.146 INFO Download complete, target: MaghemiteMgd
18782026-08-25T00:39:40.334ZAug 25 00:39:39.283 INFO Checking that binary works, target: Cockroach
18792026-08-25T00:39:40.463ZAug 25 00:39:39.408 INFO Download complete, target: Cockroach
18802026-08-25T00:39:40.494ZAll prerequisites installed successfully
18812026-08-25T00:39:40.494Z
18822026-08-25T00:39:40.494Zreal 1:36.221150776
18832026-08-25T00:39:40.495Zuser 7:16.032204464
18842026-08-25T00:39:40.495Zsys 1:43.133418471
18852026-08-25T00:39:40.499Ztrap 0.265541380
18862026-08-25T00:39:40.499Ztflt 0.931556558
18872026-08-25T00:39:40.499Zdflt 1.543364680
18882026-08-25T00:39:40.499Zkflt 0.027545537
18892026-08-25T00:39:40.499Zlock 28:49.018030095
18902026-08-25T00:39:40.499Zslp 19:47.191423213
18912026-08-25T00:39:40.499Zlat 25.073351252
18922026-08-25T00:39:40.499Zstop 2:57.625527760
18932026-08-25T00:39:40.499Z+ source ./tools/include/force-git-over-https.sh
18942026-08-25T00:39:40.499Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18952026-08-25T00:39:40.499Z++ (( i = 0 ))
18962026-08-25T00:39:40.499Z++ (( i < 5 ))
18972026-08-25T00:39:40.499Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18982026-08-25T00:39:40.499Z++ (( i++ ))
18992026-08-25T00:39:40.500Z++ (( i < 5 ))
19002026-08-25T00:39:40.500Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19012026-08-25T00:39:40.500Z++ (( i++ ))
19022026-08-25T00:39:40.500Z++ (( i < 5 ))
19032026-08-25T00:39:40.500Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19042026-08-25T00:39:40.500Z++ (( i++ ))
19052026-08-25T00:39:40.500Z++ (( i < 5 ))
19062026-08-25T00:39:40.500Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19072026-08-25T00:39:40.500Z++ (( i++ ))
19082026-08-25T00:39:40.500Z++ (( i < 5 ))
19092026-08-25T00:39:40.500Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19102026-08-25T00:39:40.500Z++ (( i++ ))
19112026-08-25T00:39:40.500Z++ (( i < 5 ))
19122026-08-25T00:39:40.500Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19132026-08-25T00:39:40.503Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19142026-08-25T00:39:40.505Z+ rc=0
19152026-08-25T00:39:40.505Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19162026-08-25T00:39:47.154Z+ case $rc in
19172026-08-25T00:39:47.155Z+ pfexec zfs create -p rpool/images/build/host
19182026-08-25T00:39:47.232Z+ pfexec zfs create -p rpool/images/build/recovery
19192026-08-25T00:39:47.287Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19202026-08-25T00:39:47.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19212026-08-25T00:39:47.765Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19222026-08-25T00:39:48.577Z Compiling proc-macro2 v1.0.106
19232026-08-25T00:39:48.577Z Compiling quote v1.0.45
19242026-08-25T00:39:48.587Z Compiling unicode-ident v1.0.24
19252026-08-25T00:39:48.587Z Compiling serde_core v1.0.228
19262026-08-25T00:39:48.587Z Compiling libc v0.2.185
19272026-08-25T00:39:48.587Z Compiling serde v1.0.228
19282026-08-25T00:39:48.587Z Compiling cfg-if v1.0.4
19292026-08-25T00:39:48.587Z Compiling autocfg v1.5.0
19302026-08-25T00:39:48.587Z Compiling shlex v1.3.0
19312026-08-25T00:39:48.587Z Compiling find-msvc-tools v0.1.9
19322026-08-25T00:39:48.708Z Compiling version_check v0.9.5
19332026-08-25T00:39:48.712Z Compiling zerocopy v0.8.55
19342026-08-25T00:39:48.712Z Compiling portable-atomic v1.13.1
19352026-08-25T00:39:48.724Z Compiling memchr v2.8.0
19362026-08-25T00:39:48.732Z Compiling zmij v1.0.21
19372026-08-25T00:39:48.882Z Compiling serde_json v1.0.151
19382026-08-25T00:39:48.952Z Compiling libm v0.2.16
19392026-08-25T00:39:48.980Z Compiling getrandom v0.4.3
19402026-08-25T00:39:49.011Z Compiling icu_normalizer_data v2.1.1
19412026-08-25T00:39:49.068Z Compiling num-traits v0.2.19
19422026-08-25T00:39:49.115Z Compiling generic-array v0.14.7
19432026-08-25T00:39:49.130Z Compiling icu_properties_data v2.1.2
19442026-08-25T00:39:49.134Z Compiling parking_lot_core v0.9.12
19452026-08-25T00:39:49.284Z Compiling pkg-config v0.3.32
19462026-08-25T00:39:49.312Z Compiling smallvec v1.15.1
19472026-08-25T00:39:49.317Z Compiling rustix v1.1.4
19482026-08-25T00:39:49.344Z Compiling log v0.4.33
19492026-08-25T00:39:49.353Z Compiling getrandom v0.3.4
19502026-08-25T00:39:49.353Z Compiling itoa v1.0.17
19512026-08-25T00:39:49.410Z Compiling subtle v2.6.1
19522026-08-25T00:39:49.555Z Compiling stable_deref_trait v1.2.1
19532026-08-25T00:39:49.611Z Compiling scopeguard v1.2.0
19542026-08-25T00:39:49.662Z Compiling typenum v1.20.1
19552026-08-25T00:39:49.662Z Compiling critical-section v1.2.0
19562026-08-25T00:39:49.691Z Compiling heck v0.5.0
19572026-08-25T00:39:49.725Z Compiling lock_api v0.4.14
19582026-08-25T00:39:49.729Z Compiling rand_core v0.10.0
19592026-08-25T00:39:49.740Z Compiling jobserver v0.1.34
19602026-08-25T00:39:49.799Z Compiling errno v0.3.14
19612026-08-25T00:39:49.971Z Compiling thiserror v2.0.18
19622026-08-25T00:39:49.995Z Compiling syn v2.0.117
19632026-08-25T00:39:50.010Z Compiling cc v1.2.56
19642026-08-25T00:39:50.137Z Compiling getrandom v0.2.17
19652026-08-25T00:39:50.141Z Compiling writeable v0.6.2
19662026-08-25T00:39:50.257Z Compiling litemap v0.8.1
19672026-08-25T00:39:50.271Z Compiling fs_extra v1.3.0
19682026-08-25T00:39:50.271Z Compiling percent-encoding v2.3.2
19692026-08-25T00:39:50.271Z Compiling once_cell v1.21.3
19702026-08-25T00:39:50.302Z Compiling dunce v1.0.5
19712026-08-25T00:39:50.444Z Compiling rand_core v0.6.4
19722026-08-25T00:39:50.468Z Compiling schemars v0.8.22
19732026-08-25T00:39:50.533Z Compiling const-oid v0.9.6
19742026-08-25T00:39:50.649Z Compiling pin-project-lite v0.2.17
19752026-08-25T00:39:50.666Z Compiling rustversion v1.0.22
19762026-08-25T00:39:50.803Z Compiling equivalent v1.0.2
19772026-08-25T00:39:50.815Z Compiling cmake v0.1.57
19782026-08-25T00:39:50.815Z Compiling signal-hook-registry v1.4.8
19792026-08-25T00:39:50.853Z Compiling bitflags v2.11.0
19802026-08-25T00:39:50.959Z Compiling semver v1.0.28
19812026-08-25T00:39:51.160Z Compiling aws-lc-rs v1.16.3
19822026-08-25T00:39:51.232Z Compiling futures-core v0.3.32
19832026-08-25T00:39:51.276Z Compiling utf8_iter v1.0.4
19842026-08-25T00:39:51.337Z Compiling parking_lot v0.12.5
19852026-08-25T00:39:51.363Z Compiling aws-lc-sys v0.40.0
19862026-08-25T00:39:51.427Z Compiling form_urlencoded v1.2.2
19872026-08-25T00:39:51.444Z Compiling mio v1.2.0
19882026-08-25T00:39:51.696Z Compiling fnv v1.0.7
19892026-08-25T00:39:51.738Z Compiling crc32fast v1.5.0
19902026-08-25T00:39:51.826Z Compiling hashbrown v0.17.0
19912026-08-25T00:39:51.945Z Compiling strsim v0.11.1
19922026-08-25T00:39:52.013Z Compiling vcpkg v0.2.15
19932026-08-25T00:39:52.050Z Compiling byteorder v1.5.0
19942026-08-25T00:39:52.124Z Compiling syn v1.0.109
19952026-08-25T00:39:52.133Z Compiling socket2 v0.6.3
19962026-08-25T00:39:52.224Z Compiling httparse v1.10.1
19972026-08-25T00:39:52.288Z Compiling futures-sink v0.3.32
19982026-08-25T00:39:52.301Z Compiling radium v0.7.0
19992026-08-25T00:39:52.321Z Compiling iana-time-zone v0.1.65
20002026-08-25T00:39:52.414Z Compiling futures-channel v0.3.32
20012026-08-25T00:39:52.472Z Compiling futures-task v0.3.32
20022026-08-25T00:39:52.492Z Compiling indexmap v2.14.0
20032026-08-25T00:39:52.492Z Compiling slab v0.4.12
20042026-08-25T00:39:52.593Z Compiling futures-io v0.3.32
20052026-08-25T00:39:52.599Z Compiling thiserror v1.0.69
20062026-08-25T00:39:52.651Z Compiling openssl-sys v0.9.117
20072026-08-25T00:39:52.690Z Compiling rustls v0.23.41
20082026-08-25T00:39:52.711Z Compiling maybe-uninit v2.0.0
20092026-08-25T00:39:52.728Z Compiling base64 v0.22.1
20102026-08-25T00:39:52.809Z Compiling synstructure v0.13.2
20112026-08-25T00:39:52.825Z Compiling serde_derive_internals v0.29.1
20122026-08-25T00:39:52.935Z Compiling rustc_version v0.4.1
20132026-08-25T00:39:52.940Z Compiling uuid v1.23.4
20142026-08-25T00:39:53.132Z Compiling regex-syntax v0.8.10
20152026-08-25T00:39:53.199Z Compiling rand_core v0.9.5
20162026-08-25T00:39:53.222Z Compiling bzip2-sys v0.1.13+1.0.8
20172026-08-25T00:39:53.300Z Compiling ahash v0.8.12
20182026-08-25T00:39:53.398Z Compiling packed_struct v0.10.1
20192026-08-25T00:39:53.405Z Compiling base64ct v1.8.3
20202026-08-25T00:39:53.432Z Compiling num-bigint-dig v0.8.6
20212026-08-25T00:39:53.471Z Compiling ident_case v1.0.1
20222026-08-25T00:39:53.498Z Compiling ucd-trie v0.1.7
20232026-08-25T00:39:53.554Z Compiling fastrand v2.3.0
20242026-08-25T00:39:53.585Z Compiling dyn-clone v1.0.20
20252026-08-25T00:39:53.630Z Compiling paste v1.0.15
20262026-08-25T00:39:53.650Z Compiling flagset v0.4.7
20272026-08-25T00:39:53.664Z Compiling openssl v0.10.80
20282026-08-25T00:39:53.701Z Compiling pest v2.8.6
20292026-08-25T00:39:53.732Z Compiling pem-rfc7468 v0.7.0
20302026-08-25T00:39:53.805Z Compiling tempfile v3.27.0
20312026-08-25T00:39:53.839Z Compiling syn v3.0.3
20322026-08-25T00:39:53.843Z Compiling indexmap v1.9.3
20332026-08-25T00:39:54.097Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20342026-08-25T00:39:54.112Z Compiling serde_derive v1.0.228
20352026-08-25T00:39:54.116Z Compiling zeroize_derive v1.5.0
20362026-08-25T00:39:54.128Z Compiling zerofrom-derive v0.1.6
20372026-08-25T00:39:54.256Z Compiling zerocopy-derive v0.8.55
20382026-08-25T00:39:54.280Z Compiling yoke-derive v0.8.1
20392026-08-25T00:39:54.429Z Compiling zerovec-derive v0.11.2
20402026-08-25T00:39:54.469Z Compiling displaydoc v0.2.5
20412026-08-25T00:39:54.506Z Compiling tokio-macros v2.7.0
20422026-08-25T00:39:54.542Z Compiling futures-macro v0.3.32
20432026-08-25T00:39:54.632Z Compiling thiserror-impl v2.0.18
20442026-08-25T00:39:54.747Z Compiling der_derive v0.7.3
20452026-08-25T00:39:54.965Z Compiling schemars_derive v0.8.22
20462026-08-25T00:39:55.206Z Compiling tracing-attributes v0.1.31
20472026-08-25T00:39:55.230Z Compiling thiserror-impl v1.0.69
20482026-08-25T00:39:55.272Z Compiling clap_derive v4.6.1
20492026-08-25T00:39:55.315Z Compiling zerofrom v0.1.6
20502026-08-25T00:39:55.462Z Compiling yoke v0.8.1
20512026-08-25T00:39:55.519Z Compiling futures-util v0.3.32
20522026-08-25T00:39:55.696Z Compiling zerovec v0.11.5
20532026-08-25T00:39:55.741Z Compiling zerotrie v0.2.3
20542026-08-25T00:39:56.176Z Compiling packed_struct_codegen v0.10.1
20552026-08-25T00:39:56.213Z Compiling pest_meta v2.8.6
20562026-08-25T00:39:56.304Z Compiling tinystr v0.8.2
20572026-08-25T00:39:56.331Z Compiling potential_utf v0.1.4
20582026-08-25T00:39:56.403Z Compiling zerocopy-derive v0.6.6
20592026-08-25T00:39:56.540Z Compiling icu_locale_core v2.1.1
20602026-08-25T00:39:56.557Z Compiling icu_collections v2.1.1
20612026-08-25T00:39:56.944Z Compiling bitfield-macros v0.19.4
20622026-08-25T00:39:57.066Z Compiling daft-derive v0.1.8
20632026-08-25T00:39:57.176Z Compiling pest_generator v2.8.6
20642026-08-25T00:39:57.181Z Compiling icu_provider v2.1.1
20652026-08-25T00:39:57.443Z Compiling zeroize v1.9.0
20662026-08-25T00:39:57.498Z Compiling bytes v1.11.1
20672026-08-25T00:39:57.542Z Compiling icu_properties v2.1.2
20682026-08-25T00:39:57.724Z Compiling icu_normalizer v2.1.1
20692026-08-25T00:39:57.855Z Compiling chrono v0.4.45
20702026-08-25T00:39:58.114Z Compiling tokio v1.52.1
20712026-08-25T00:39:58.239Z Compiling block-buffer v0.10.4
20722026-08-25T00:39:58.281Z Compiling crypto-common v0.1.7
20732026-08-25T00:39:58.380Z Compiling der v0.7.10
20742026-08-25T00:39:58.432Z Compiling digest v0.10.7
20752026-08-25T00:39:58.448Z Compiling idna_adapter v1.2.1
20762026-08-25T00:39:58.463Z Compiling hex v0.4.3
20772026-08-25T00:39:58.612Z Compiling ppv-lite86 v0.2.21
20782026-08-25T00:39:58.707Z Compiling idna v1.1.0
20792026-08-25T00:39:58.924Z Compiling openssl-macros v0.1.1
20802026-08-25T00:39:58.973Z Compiling native-tls v0.2.18
20812026-08-25T00:39:59.032Z Compiling url v2.5.8
20822026-08-25T00:39:59.084Z Compiling cpufeatures v0.2.17
20832026-08-25T00:39:59.208Z Compiling rand_chacha v0.9.0
20842026-08-25T00:39:59.224Z Compiling simd-adler32 v0.3.8
20852026-08-25T00:39:59.264Z Compiling pest_derive v2.8.6
20862026-08-25T00:39:59.269Z Compiling scroll_derive v0.13.1
20872026-08-25T00:39:59.363Z Compiling adler2 v2.0.1
20882026-08-25T00:39:59.545Z Compiling rand v0.9.2
20892026-08-25T00:39:59.768Z Compiling spki v0.7.3
20902026-08-25T00:39:59.813Z Compiling camino v1.2.5
20912026-08-25T00:39:59.813Z Compiling crossbeam-utils v0.8.21
20922026-08-25T00:40:00.032Z Compiling anstyle v1.0.14
20932026-08-25T00:40:00.092Z Compiling utf8parse v0.2.2
20942026-08-25T00:40:00.159Z Compiling pkcs8 v0.10.2
20952026-08-25T00:40:00.164Z Compiling miniz_oxide v0.8.9
20962026-08-25T00:40:00.229Z Compiling anstyle-parse v1.0.0
20972026-08-25T00:40:00.267Z Compiling sha2 v0.10.9
20982026-08-25T00:40:00.367Z Compiling http v1.4.2
20992026-08-25T00:40:00.446Z Compiling rustls-pki-types v1.14.0
21002026-08-25T00:40:00.552Z Compiling terminal_size v0.4.3
21012026-08-25T00:40:00.805Z Compiling slog v2.8.2
21022026-08-25T00:40:00.874Z Compiling spin v0.9.8
21032026-08-25T00:40:00.954Z Compiling time-core v0.1.8
21042026-08-25T00:40:01.023Z Compiling is_terminal_polyfill v1.70.2
21052026-08-25T00:40:01.156Z Compiling anstyle-query v1.1.5
21062026-08-25T00:40:01.160Z Compiling num-conv v0.2.0
21072026-08-25T00:40:01.271Z Compiling colorchoice v1.0.4
21082026-08-25T00:40:01.287Z Compiling tinyvec_macros v0.1.1
21092026-08-25T00:40:01.322Z Compiling time-macros v0.2.27
21102026-08-25T00:40:01.338Z Compiling structmeta-derive v0.3.0
21112026-08-25T00:40:01.354Z Compiling tinyvec v1.10.0
21122026-08-25T00:40:01.382Z Compiling anstream v1.0.0
21132026-08-25T00:40:01.412Z Compiling async-trait v0.1.89
21142026-08-25T00:40:01.578Z Compiling tracing-core v0.1.36
21152026-08-25T00:40:01.626Z Compiling wait-timeout v0.2.1
21162026-08-25T00:40:01.632Z Compiling cmov v0.5.4
21172026-08-25T00:40:01.902Z Compiling object v0.37.3
21182026-08-25T00:40:01.918Z Compiling plain v0.2.3
21192026-08-25T00:40:01.976Z Compiling untrusted v0.7.1
21202026-08-25T00:40:02.046Z Compiling quick-error v1.2.3
21212026-08-25T00:40:02.064Z Compiling bit-vec v0.8.0
21222026-08-25T00:40:02.086Z Compiling tracing v0.1.44
21232026-08-25T00:40:02.127Z Compiling ctutils v0.4.2
21242026-08-25T00:40:02.175Z Compiling rusty-fork v0.3.1
21252026-08-25T00:40:02.205Z Compiling tokio-util v0.7.18
21262026-08-25T00:40:02.312Z Compiling http-body v1.0.1
21272026-08-25T00:40:02.334Z Compiling bit-set v0.8.0
21282026-08-25T00:40:02.392Z Compiling structmeta v0.3.0
21292026-08-25T00:40:02.541Z Compiling toml_datetime v0.6.11
21302026-08-25T00:40:02.560Z Compiling serde_spanned v0.6.9
21312026-08-25T00:40:02.593Z Compiling pin-project-internal v1.1.11
21322026-08-25T00:40:02.623Z Compiling rand_xorshift v0.4.0
21332026-08-25T00:40:02.778Z Compiling cookie v0.18.1
21342026-08-25T00:40:02.797Z Compiling zstd-safe v7.2.4
21352026-08-25T00:40:02.940Z Compiling clap_lex v1.0.0
21362026-08-25T00:40:02.958Z Compiling untrusted v0.9.0
21372026-08-25T00:40:02.985Z Compiling tap v1.0.1
21382026-08-25T00:40:03.023Z Compiling unarray v0.1.4
21392026-08-25T00:40:03.041Z Compiling openssl-probe v0.2.1
21402026-08-25T00:40:03.304Z Compiling proptest v1.11.0
21412026-08-25T00:40:03.389Z Compiling clap_builder v4.6.0
21422026-08-25T00:40:03.405Z Compiling wyz v0.5.1
21432026-08-25T00:40:03.608Z Compiling derive-ex v0.1.8
21442026-08-25T00:40:03.642Z Compiling hybrid-array v0.4.13
21452026-08-25T00:40:03.682Z Compiling unicode-normalization v0.1.25
21462026-08-25T00:40:03.685Z Compiling ipnetwork v0.21.1
21472026-08-25T00:40:03.733Z Compiling rand_chacha v0.3.1
21482026-08-25T00:40:03.841Z Compiling signature v2.2.0
21492026-08-25T00:40:03.869Z Compiling scroll_derive v0.12.1
21502026-08-25T00:40:03.976Z Compiling heapless v0.7.17
21512026-08-25T00:40:04.188Z Compiling num-integer v0.1.46
21522026-08-25T00:40:04.195Z Compiling aho-corasick v1.1.4
21532026-08-25T00:40:04.228Z Compiling tower-service v0.3.3
21542026-08-25T00:40:04.264Z Compiling rustix v0.38.44
21552026-08-25T00:40:04.342Z Compiling anyhow v1.0.104
21562026-08-25T00:40:04.358Z Compiling usdt-impl v0.6.0
21572026-08-25T00:40:04.522Z Compiling atomic-waker v1.1.2
21582026-08-25T00:40:04.562Z Compiling signal-hook v0.3.18
21592026-08-25T00:40:04.614Z Compiling tower-layer v0.3.3
21602026-08-25T00:40:04.632Z Compiling zlib-rs v0.6.2
21612026-08-25T00:40:04.655Z Compiling funty v2.0.0
21622026-08-25T00:40:04.705Z Compiling pretty-hex v0.4.1
21632026-08-25T00:40:04.792Z Compiling try-lock v0.2.5
21642026-08-25T00:40:04.901Z Compiling want v0.3.1
21652026-08-25T00:40:05.017Z Compiling regex-automata v0.4.14
21662026-08-25T00:40:05.033Z Compiling bitvec v1.0.1
21672026-08-25T00:40:05.078Z Compiling h2 v0.4.15
21682026-08-25T00:40:05.140Z Compiling test-strategy v0.4.5
21692026-08-25T00:40:05.252Z Compiling num-iter v0.1.45
21702026-08-25T00:40:05.394Z Compiling clap v4.6.1
21712026-08-25T00:40:05.700Z Compiling newtype-uuid v1.3.2
21722026-08-25T00:40:06.019Z Compiling oxnet v0.1.6
21732026-08-25T00:40:06.080Z Compiling rand v0.8.6
21742026-08-25T00:40:06.591Z Compiling lazy_static v1.5.0
21752026-08-25T00:40:06.700Z Compiling scroll v0.13.0
21762026-08-25T00:40:06.843Z Compiling flate2 v1.1.9
21772026-08-25T00:40:06.860Z Compiling ipnet v2.12.0
21782026-08-25T00:40:07.238Z Compiling strum_macros v0.26.4
21792026-08-25T00:40:07.355Z Compiling snafu-derive v0.8.9
21802026-08-25T00:40:07.580Z Compiling darling_core v0.20.11
21812026-08-25T00:40:07.633Z Compiling darling_core v0.23.0
21822026-08-25T00:40:08.749Z Compiling httpdate v1.0.3
21832026-08-25T00:40:08.972Z Compiling crc-catalog v2.4.0
21842026-08-25T00:40:09.088Z Compiling foreign-types-shared v0.1.1
21852026-08-25T00:40:09.119Z Compiling nodrop v0.1.14
21862026-08-25T00:40:09.192Z Compiling winnow v0.5.40
21872026-08-25T00:40:09.229Z Compiling array-init v0.0.4
21882026-08-25T00:40:09.244Z Compiling foreign-types v0.3.2
21892026-08-25T00:40:09.327Z Compiling hyper v1.10.1
21902026-08-25T00:40:09.364Z Compiling crc v3.4.0
21912026-08-25T00:40:09.583Z Compiling darling_macro v0.20.11
21922026-08-25T00:40:09.871Z Compiling darling_macro v0.23.0
21932026-08-25T00:40:09.924Z Compiling goblin v0.10.5
21942026-08-25T00:40:10.074Z Compiling daft v0.1.8
21952026-08-25T00:40:10.361Z Compiling smallvec v0.6.14
21962026-08-25T00:40:10.696Z Compiling toml_edit v0.19.15
21972026-08-25T00:40:10.937Z Compiling pkcs1 v0.7.5
21982026-08-25T00:40:11.103Z Compiling bitfield v0.19.4
21992026-08-25T00:40:11.256Z Compiling zerocopy v0.6.6
22002026-08-25T00:40:11.370Z Compiling zerocopy-derive v0.7.35
22012026-08-25T00:40:11.438Z Compiling curve25519-dalek v4.1.3
22022026-08-25T00:40:11.527Z Compiling env_filter v2.0.0
22032026-08-25T00:40:11.621Z Compiling memoffset v0.9.1
22042026-08-25T00:40:11.671Z Compiling base64 v0.21.7
22052026-08-25T00:40:11.702Z Compiling ref-cast v1.0.25
22062026-08-25T00:40:11.997Z Compiling litrs v1.0.0
22072026-08-25T00:40:12.056Z Compiling owo-colors v4.3.0
22082026-08-25T00:40:12.073Z Compiling hashbrown v0.12.3
22092026-08-25T00:40:12.148Z Compiling smoltcp v0.9.1
22102026-08-25T00:40:12.206Z Compiling unicode-segmentation v1.12.0
22112026-08-25T00:40:12.395Z Compiling toml v0.7.8
22122026-08-25T00:40:12.489Z Compiling document-features v0.2.12
22132026-08-25T00:40:12.665Z Compiling dof v0.4.0
22142026-08-25T00:40:13.019Z Compiling ron v0.8.1
22152026-08-25T00:40:13.160Z Compiling env_logger v0.11.11
22162026-08-25T00:40:13.341Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22172026-08-25T00:40:13.451Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-25T00:40:13.471Z Compiling bzip2 v0.4.4
22192026-08-25T00:40:13.563Z Compiling rsa v0.9.10
22202026-08-25T00:40:13.961Z Compiling hyper-util v0.1.20
22212026-08-25T00:40:14.078Z Compiling serde-hex v0.1.0
22222026-08-25T00:40:14.308Z Compiling darling v0.23.0
22232026-08-25T00:40:14.362Z Compiling darling v0.20.11
22242026-08-25T00:40:14.407Z Compiling hashbrown v0.13.2
22252026-08-25T00:40:14.961Z Compiling x509-cert v0.2.5
22262026-08-25T00:40:14.995Z Compiling dtrace-parser v0.3.0
22272026-08-25T00:40:15.010Z Compiling hmac v0.12.1
22282026-08-25T00:40:15.286Z Compiling erased-serde v0.3.31
22292026-08-25T00:40:15.338Z Compiling async-recursion v1.1.1
22302026-08-25T00:40:15.581Z Compiling sync_wrapper v1.0.2
22312026-08-25T00:40:15.748Z Compiling thread-id v5.1.0
22322026-08-25T00:40:15.880Z Compiling cfg_aliases v0.2.1
22332026-08-25T00:40:15.896Z Compiling powerfmt v0.2.0
22342026-08-25T00:40:15.947Z Compiling crc-any v2.5.0
22352026-08-25T00:40:15.964Z Compiling siphasher v1.0.2
22362026-08-25T00:40:16.165Z Compiling deranged v0.5.8
22372026-08-25T00:40:16.216Z Compiling nix v0.31.2
22382026-08-25T00:40:16.493Z Compiling tower v0.5.3
22392026-08-25T00:40:17.098Z Compiling object v0.30.4
22402026-08-25T00:40:17.332Z Compiling derive_builder_core v0.20.2
22412026-08-25T00:40:17.557Z Compiling serde_with_macros v3.21.0
22422026-08-25T00:40:17.615Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22432026-08-25T00:40:17.667Z Compiling zip v0.6.6
22442026-08-25T00:40:18.063Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22452026-08-25T00:40:18.251Z Compiling bstr v1.12.1
22462026-08-25T00:40:18.266Z Compiling block-buffer v0.12.1
22472026-08-25T00:40:18.369Z Compiling crypto-common v0.2.2
22482026-08-25T00:40:18.495Z Compiling http-body-util v0.1.3
22492026-08-25T00:40:18.818Z Compiling futures-executor v0.3.32
22502026-08-25T00:40:18.862Z Compiling serde_tokenstream v0.2.3
22512026-08-25T00:40:19.118Z Compiling hubpack_derive v0.1.1
22522026-08-25T00:40:19.245Z Compiling ref-cast-impl v1.0.25
22532026-08-25T00:40:19.299Z Compiling strum_macros v0.27.2
22542026-08-25T00:40:19.418Z Compiling curve25519-dalek-derive v0.1.1
22552026-08-25T00:40:19.557Z Compiling fs-err v3.3.0
22562026-08-25T00:40:19.659Z Compiling usdt-impl v0.5.0
22572026-08-25T00:40:19.803Z Compiling gimli v0.32.3
22582026-08-25T00:40:19.806Z Compiling num_threads v0.1.7
22592026-08-25T00:40:19.806Z Compiling unicode-properties v0.1.4
22602026-08-25T00:40:19.888Z Compiling iri-string v0.7.10
22612026-08-25T00:40:19.903Z Compiling path-slash v0.1.5
22622026-08-25T00:40:20.020Z Compiling same-file v1.0.6
22632026-08-25T00:40:20.188Z Compiling ryu v1.0.23
22642026-08-25T00:40:20.188Z Compiling allocator-api2 v0.2.21
22652026-08-25T00:40:20.548Z Compiling unicode-bidi v0.3.18
22662026-08-25T00:40:20.911Z Compiling stringprep v0.1.5
22672026-08-25T00:40:21.113Z Compiling serde_urlencoded v0.7.1
22682026-08-25T00:40:21.406Z Compiling tower-http v0.6.8
22692026-08-25T00:40:21.784Z Compiling addr2line v0.25.1
22702026-08-25T00:40:21.793Z Compiling time v0.3.47
22712026-08-25T00:40:21.947Z Compiling walkdir v2.5.0
22722026-08-25T00:40:22.501Z Compiling futures v0.3.32
22732026-08-25T00:40:22.652Z Compiling derive_builder_macro v0.20.2
22742026-08-25T00:40:23.141Z Compiling tokio-native-tls v0.3.1
22752026-08-25T00:40:23.333Z Compiling convert_case v0.10.0
22762026-08-25T00:40:23.480Z Compiling strum v0.26.3
22772026-08-25T00:40:23.497Z Compiling block-padding v0.4.2
22782026-08-25T00:40:23.692Z Compiling scroll v0.12.0
22792026-08-25T00:40:23.816Z Compiling pin-project v1.1.11
22802026-08-25T00:40:23.819Z Compiling rustls-native-certs v0.8.3
22812026-08-25T00:40:23.940Z Compiling md-5 v0.10.6
22822026-08-25T00:40:23.943Z Compiling hash32 v0.2.1
22832026-08-25T00:40:23.987Z Compiling vergen-lib v9.1.0
22842026-08-25T00:40:24.056Z Compiling encoding_rs v0.8.35
22852026-08-25T00:40:24.117Z Compiling psl-types v2.0.11
22862026-08-25T00:40:24.145Z Compiling mime v0.3.17
22872026-08-25T00:40:24.159Z Compiling jiff-core v0.1.0
22882026-08-25T00:40:24.270Z Compiling fallible-iterator v0.2.0
22892026-08-25T00:40:24.397Z Compiling cpufeatures v0.3.0
22902026-08-25T00:40:24.414Z Compiling rustc-demangle v0.1.27
22912026-08-25T00:40:24.459Z Compiling publicsuffix v2.3.0
22922026-08-25T00:40:24.588Z Compiling postgres-protocol v0.6.10
22932026-08-25T00:40:24.782Z Compiling goblin v0.8.2
22942026-08-25T00:40:24.961Z Compiling snafu v0.8.9
22952026-08-25T00:40:25.090Z Compiling backtrace v0.3.76
22962026-08-25T00:40:25.108Z Compiling jiff v0.2.34
22972026-08-25T00:40:25.240Z Compiling inout v0.2.2
22982026-08-25T00:40:25.280Z Compiling derive_more-impl v2.1.1
22992026-08-25T00:40:25.383Z Compiling hyper-tls v0.6.0
23002026-08-25T00:40:25.401Z Compiling derive_builder v0.20.2
23012026-08-25T00:40:25.799Z Compiling usdt-macro v0.6.0
23022026-08-25T00:40:25.845Z Compiling usdt-attr-macro v0.6.0
23032026-08-25T00:40:25.902Z Compiling globset v0.4.18
23042026-08-25T00:40:25.968Z Compiling phf_shared v0.13.1
23052026-08-25T00:40:25.985Z Compiling crossbeam-epoch v0.9.18
23062026-08-25T00:40:26.128Z Compiling zerocopy v0.7.35
23072026-08-25T00:40:26.397Z Compiling regex v1.12.3
23082026-08-25T00:40:26.752Z Compiling serde_plain v1.0.2
23092026-08-25T00:40:26.757Z Compiling miette-derive v7.6.0
23102026-08-25T00:40:26.814Z Compiling enum-as-inner v0.6.1
23112026-08-25T00:40:26.911Z Compiling serde_repr v0.1.20
23122026-08-25T00:40:26.944Z Compiling pem v3.0.6
23132026-08-25T00:40:26.985Z Compiling vergen v9.1.0
23142026-08-25T00:40:27.058Z Compiling ff v0.13.1
23152026-08-25T00:40:27.165Z Compiling cargo-platform v0.3.2
23162026-08-25T00:40:27.190Z Compiling filetime v0.2.27
23172026-08-25T00:40:27.217Z Compiling either v1.15.0
23182026-08-25T00:40:27.296Z Compiling foldhash v0.2.0
23192026-08-25T00:40:27.430Z Compiling is_ci v1.2.0
23202026-08-25T00:40:27.461Z Compiling base16ct v0.2.0
23212026-08-25T00:40:27.477Z Compiling smawk v0.3.2
23222026-08-25T00:40:27.481Z Compiling bumpalo v3.20.2
23232026-08-25T00:40:27.573Z Compiling managed v0.8.0
23242026-08-25T00:40:27.629Z Compiling unicode-linebreak v0.1.5
23252026-08-25T00:40:27.678Z Compiling libbz2-rs-sys v0.2.2
23262026-08-25T00:40:27.761Z Compiling const-oid v0.10.2
23272026-08-25T00:40:27.781Z Compiling unicode-width v0.2.0
23282026-08-25T00:40:27.793Z Compiling bitflags v1.3.2
23292026-08-25T00:40:27.810Z Compiling foldhash v0.1.5
23302026-08-25T00:40:27.827Z Compiling typed-path v0.9.3
23312026-08-25T00:40:28.068Z Compiling xattr v1.6.1
23322026-08-25T00:40:28.084Z Compiling textwrap v0.16.2
23332026-08-25T00:40:28.154Z Compiling bzip2 v0.6.1
23342026-08-25T00:40:28.172Z Compiling hashbrown v0.15.5
23352026-08-25T00:40:28.288Z Compiling tar v0.4.46
23362026-08-25T00:40:28.354Z Compiling digest v0.11.3
23372026-08-25T00:40:28.496Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23382026-08-25T00:40:28.562Z Compiling zopfli v0.8.3
23392026-08-25T00:40:28.645Z Compiling sec1 v0.7.3
23402026-08-25T00:40:28.744Z Compiling supports-color v3.0.2
23412026-08-25T00:40:28.922Z Compiling hashbrown v0.16.1
23422026-08-25T00:40:28.937Z Compiling cargo_metadata v0.23.1
23432026-08-25T00:40:28.951Z Compiling group v0.13.0
23442026-08-25T00:40:29.110Z Compiling dof v0.3.0
23452026-08-25T00:40:30.445Z Compiling phf v0.13.1
23462026-08-25T00:40:30.591Z Compiling zstd v0.13.3
23472026-08-25T00:40:30.640Z Compiling reqwest v0.12.28
23482026-08-25T00:40:30.689Z Compiling backtrace-ext v0.2.1
23492026-08-25T00:40:30.858Z Compiling cipher v0.5.2
23502026-08-25T00:40:30.877Z Compiling signal-hook-mio v0.2.5
23512026-08-25T00:40:30.893Z Compiling postgres-types v0.2.12
23522026-08-25T00:40:30.910Z Compiling cookie_store v0.22.1
23532026-08-25T00:40:31.152Z Compiling strum v0.27.2
23542026-08-25T00:40:31.304Z Compiling hubpack v0.1.2
23552026-08-25T00:40:31.399Z Compiling phf_shared v0.11.3
23562026-08-25T00:40:31.415Z Compiling hkdf v0.12.4
23572026-08-25T00:40:31.457Z Compiling dtrace-parser v0.2.0
23582026-08-25T00:40:31.497Z Compiling byte-wrapper v0.1.0
23592026-08-25T00:40:31.527Z Compiling ed25519 v2.2.3
23602026-08-25T00:40:31.577Z Compiling olpc-cjson v0.1.4
23612026-08-25T00:40:31.834Z Compiling crypto-bigint v0.5.5
23622026-08-25T00:40:31.851Z Compiling serde-big-array v0.5.1
23632026-08-25T00:40:32.020Z Compiling float-cmp v0.10.0
23642026-08-25T00:40:32.041Z Compiling memmap2 v0.9.10
23652026-08-25T00:40:32.096Z Compiling thread-id v4.2.2
23662026-08-25T00:40:32.181Z Compiling unicode-width v0.1.14
23672026-08-25T00:40:32.325Z Compiling toml_write v0.1.2
23682026-08-25T00:40:32.373Z Compiling winnow v1.0.3
23692026-08-25T00:40:32.488Z Compiling predicates-core v1.0.10
23702026-08-25T00:40:32.590Z Compiling new_debug_unreachable v1.0.6
23712026-08-25T00:40:32.606Z Compiling fixedbitset v0.5.7
23722026-08-25T00:40:32.670Z Compiling winnow v0.7.14
23732026-08-25T00:40:32.686Z Compiling difflib v0.4.0
23742026-08-25T00:40:32.801Z Compiling precomputed-hash v0.1.1
23752026-08-25T00:40:32.909Z Compiling supports-hyperlinks v3.2.0
23762026-08-25T00:40:33.072Z Compiling data-encoding v2.10.0
23772026-08-25T00:40:33.113Z Compiling whoami v2.1.0
23782026-08-25T00:40:33.249Z Compiling static_assertions v1.1.0
23792026-08-25T00:40:33.463Z Compiling fixedbitset v0.4.2
23802026-08-25T00:40:33.596Z Compiling keccak v0.1.6
23812026-08-25T00:40:33.614Z Compiling supports-unicode v3.0.0
23822026-08-25T00:40:33.727Z Compiling normalize-line-endings v0.3.0
23832026-08-25T00:40:33.763Z Compiling rayon-core v1.13.0
23842026-08-25T00:40:33.788Z Compiling sha3 v0.10.8
23852026-08-25T00:40:33.803Z Compiling predicates v3.1.4
23862026-08-25T00:40:33.820Z Compiling miette v7.6.0
23872026-08-25T00:40:33.897Z Compiling petgraph v0.6.5
23882026-08-25T00:40:34.066Z Compiling toml_edit v0.22.27
23892026-08-25T00:40:34.363Z Compiling hickory-proto v0.25.2
23902026-08-25T00:40:34.501Z Compiling tokio-postgres v0.7.16
23912026-08-25T00:40:34.798Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23922026-08-25T00:40:34.825Z Compiling toml_parser v1.1.2+spec-1.1.0
23932026-08-25T00:40:34.853Z Compiling string_cache v0.8.9
23942026-08-25T00:40:35.079Z Compiling petgraph v0.8.3
23952026-08-25T00:40:35.211Z Compiling elliptic-curve v0.13.8
23962026-08-25T00:40:35.425Z Compiling usdt v0.6.0
23972026-08-25T00:40:35.574Z Compiling chacha20 v0.10.0
23982026-08-25T00:40:37.331Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23992026-08-25T00:40:37.473Z Compiling ed25519-dalek v2.2.0
24002026-08-25T00:40:37.636Z Compiling crossterm v0.28.1
24012026-08-25T00:40:37.918Z Compiling zip v4.6.1
24022026-08-25T00:40:38.064Z Compiling iddqd v0.4.2
24032026-08-25T00:40:38.766Z Compiling oxide-generation v0.1.3
24042026-08-25T00:40:38.789Z Compiling itertools v0.15.0
24052026-08-25T00:40:38.925Z Compiling itertools v0.13.0
24062026-08-25T00:40:38.975Z Compiling derive_more v2.1.1
24072026-08-25T00:40:39.095Z Compiling similar v2.7.0
24082026-08-25T00:40:39.469Z Compiling serde_with v3.21.0
24092026-08-25T00:40:39.830Z Compiling heck v0.4.1
24102026-08-25T00:40:40.303Z Compiling tokio-stream v0.1.18
24112026-08-25T00:40:40.346Z Compiling buf-list v1.1.2
24122026-08-25T00:40:40.419Z Compiling half v2.7.1
24132026-08-25T00:40:40.503Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24142026-08-25T00:40:40.618Z Compiling openapiv3 v2.2.0
24152026-08-25T00:40:40.814Z Compiling ciborium-io v0.2.2
24162026-08-25T00:40:40.887Z Compiling peg-runtime v0.8.5
24172026-08-25T00:40:41.137Z Compiling lalrpop-util v0.19.12
24182026-08-25T00:40:41.750Z Compiling ciborium-ll v0.2.2
24192026-08-25T00:40:42.718Z Compiling crossbeam-deque v0.8.6
24202026-08-25T00:40:43.156Z Compiling camino-tempfile v1.4.1
24212026-08-25T00:40:43.552Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24222026-08-25T00:40:44.044Z Compiling blake3 v1.8.5
24232026-08-25T00:40:44.220Z Compiling fs-err v2.11.0
24242026-08-25T00:40:45.379Z Compiling rustls-webpki v0.103.13
24252026-08-25T00:40:46.700Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24262026-08-25T00:40:48.181Z Compiling ciborium v0.2.2
24272026-08-25T00:40:48.990Z Compiling tokio-rustls v0.26.4
24282026-08-25T00:40:49.047Z Compiling rustls-platform-verifier v0.6.2
24292026-08-25T00:40:49.094Z Compiling tough v0.22.0
24302026-08-25T00:40:49.275Z Compiling hyper-rustls v0.27.7
24312026-08-25T00:40:49.292Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24322026-08-25T00:40:49.537Z Compiling reqwest v0.13.2
24332026-08-25T00:40:49.924Z Compiling thread_local v1.1.9
24342026-08-25T00:40:50.197Z Compiling slog-async v2.8.0
24352026-08-25T00:40:50.345Z Compiling arrayvec v0.7.6
24362026-08-25T00:40:50.358Z Compiling constant_time_eq v0.4.2
24372026-08-25T00:40:50.450Z Compiling arrayref v0.3.9
24382026-08-25T00:40:50.538Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24392026-08-25T00:40:50.541Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24402026-08-25T00:40:50.542Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24412026-08-25T00:40:50.602Z Compiling toml v0.8.23
24422026-08-25T00:40:50.869Z Compiling atomicwrites v0.4.4
24432026-08-25T00:40:50.893Z Compiling sha2 v0.11.0
24442026-08-25T00:40:50.936Z Compiling digest-io v0.1.0
24452026-08-25T00:40:50.952Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24462026-08-25T00:40:50.955Z Compiling crossbeam-channel v0.5.15
24472026-08-25T00:40:51.096Z Compiling serde_path_to_error v0.1.20
24482026-08-25T00:40:51.163Z Compiling is-terminal v0.4.17
24492026-08-25T00:40:51.282Z Compiling parse-size v1.1.0
24502026-08-25T00:40:51.492Z Compiling take_mut v0.2.2
24512026-08-25T00:40:51.567Z Compiling debug-ignore v1.0.5
24522026-08-25T00:40:51.630Z Compiling indent_write v2.2.0
24532026-08-25T00:40:51.648Z Compiling rawzip v0.4.4
24542026-08-25T00:40:51.664Z Compiling term v1.2.1
24552026-08-25T00:40:51.696Z Compiling topological-sort v0.2.2
24562026-08-25T00:40:51.881Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24572026-08-25T00:40:51.942Z Compiling shell-words v1.1.1
24582026-08-25T00:40:52.219Z Compiling slog-term v2.9.2
24592026-08-25T00:40:52.779Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24602026-08-25T00:40:59.456Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24612026-08-25T00:41:01.510Z Compiling omicron-zone-package v0.12.3
24622026-08-25T00:41:01.893Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24632026-08-25T00:41:02.135Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24642026-08-25T00:41:02.174Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24652026-08-25T00:41:06.716Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24662026-08-25T00:41:18.940Z Finished `release` profile [optimized] target(s) in 1m 31s
24672026-08-25T00:41:19.081Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24682026-08-25T00:41:19.137ZAug 25 00:41:18.114 DEBG changing working directory to /work/oxidecomputer/omicron
24692026-08-25T00:41:19.231ZAug 25 00:41:18.210 DEBG running: git rev-parse HEAD
24702026-08-25T00:41:19.236ZAug 25 00:41:18.212 DEBG process exited with exit status: 0 (2.479873ms)
24712026-08-25T00:41:19.236ZAug 25 00:41:18.212 INFO version: 23.0.0-0.ci+git82b3aa3d91a
24722026-08-25T00:41:19.242ZAug 25 00:41:18.221 INFO cloning helios to /work/oxidecomputer/helios
24732026-08-25T00:41:19.242ZAug 25 00:41:18.221 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24742026-08-25T00:41:19.245ZCloning into '/work/oxidecomputer/helios'...
24752026-08-25T00:41:19.862ZAug 25 00:41:18.840 DEBG process exited with exit status: 0 (619.165246ms)
24762026-08-25T00:41:19.862ZAug 25 00:41:18.840 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24772026-08-25T00:41:19.866ZAug 25 00:41:18.842 DEBG process exited with exit status: 0 (2.508444ms)
24782026-08-25T00:41:19.867ZAug 25 00:41:18.842 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24792026-08-25T00:41:20.237ZAug 25 00:41:19.214 DEBG process exited with exit status: 0 (371.577828ms)
24802026-08-25T00:41:20.237ZAug 25 00:41:19.214 DEBG running: zfs list rpool/images/build/host
24812026-08-25T00:41:20.240ZNAME USED AVAIL REFER MOUNTPOINT
24822026-08-25T00:41:20.240Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24832026-08-25T00:41:20.243ZAug 25 00:41:19.219 DEBG process exited with exit status: 0 (4.518097ms)
24842026-08-25T00:41:20.243ZAug 25 00:41:19.219 DEBG running: zfs list rpool/images/build/recovery
24852026-08-25T00:41:20.243ZNAME USED AVAIL REFER MOUNTPOINT
24862026-08-25T00:41:20.243Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24872026-08-25T00:41:20.247ZAug 25 00:41:19.222 DEBG process exited with exit status: 0 (3.499015ms)
24882026-08-25T00:41:20.247ZAug 25 00:41:19.222 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24892026-08-25T00:41:20.256ZAug 25 00:41:19.235 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24902026-08-25T00:41:20.259ZAug 25 00:41:19.235 INFO [hubris-production] running task
24912026-08-25T00:41:20.259ZAug 25 00:41:19.235 INFO [hubris-staging] running task
24922026-08-25T00:41:20.259ZAug 25 00:41:19.235 INFO [incorp-manifest] running task
24932026-08-25T00:41:20.260ZAug 25 00:41:19.235 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24942026-08-25T00:41:20.260ZAug 25 00:41:19.236 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
24952026-08-25T00:41:20.260ZAug 25 00:41:19.236 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24962026-08-25T00:41:20.260ZAug 25 00:41:19.237 INFO [incorp-create] running: pkgrepo create /work/incorporation
24972026-08-25T00:41:20.299Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24982026-08-25T00:41:20.365Z[ omicron-package] Blocking waiting for file lock on package cache
24992026-08-25T00:41:20.503ZAug 25 00:41:19.481 INFO [incorp-create] process exited with exit status: 0 (244.055073ms)
25002026-08-25T00:41:20.507ZAug 25 00:41:19.481 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25012026-08-25T00:41:20.726ZAug 25 00:41:19.704 INFO [incorp-publisher] process exited with exit status: 0 (223.642022ms)
25022026-08-25T00:41:21.055Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-08-25T00:41:21.335ZAug 25 00:41:20.313 INFO [hubris-production] task succeeded (1.078043767s)
25042026-08-25T00:41:22.333Z[ omicron-package] Compiling macaddr v1.0.1
25052026-08-25T00:41:22.338Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25062026-08-25T00:41:22.338Z[ omicron-package] Compiling secrecy v0.10.3
25072026-08-25T00:41:22.338Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25082026-08-25T00:41:22.338Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25092026-08-25T00:41:22.338Z[ omicron-package] Compiling heapless v0.8.0
25102026-08-25T00:41:22.338Z[ omicron-package] Compiling ingot-macros v0.2.0
25112026-08-25T00:41:22.338Z[ omicron-package] Compiling hash32 v0.3.1
25122026-08-25T00:41:22.338Z[ omicron-package] Compiling inout v0.1.4
25132026-08-25T00:41:22.338Z[ omicron-package] Compiling multer v3.1.0
25142026-08-25T00:41:22.338Z[ omicron-package] Compiling match_cfg v0.1.0
25152026-08-25T00:41:22.338Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25162026-08-25T00:41:22.338Z[ omicron-package] Compiling compression-core v0.4.31
25172026-08-25T00:41:22.339Z[ omicron-package] Compiling smoltcp v0.11.0
25182026-08-25T00:41:22.339Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-08-25T00:41:22.339Z[ omicron-package] Compiling slog-json v2.6.1
25202026-08-25T00:41:22.438ZAug 25 00:41:21.415 DEBG process exited with exit status: 0 (2.180138321s)
25212026-08-25T00:41:22.441ZAug 25 00:41:21.416 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25222026-08-25T00:41:22.961Z[ omicron-package] Compiling hostname v0.3.1
25232026-08-25T00:41:23.017Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25242026-08-25T00:41:23.088Z[ omicron-package] Compiling cobs v0.3.0
25252026-08-25T00:41:23.283Z[ omicron-package] Compiling universal-hash v0.5.1
25262026-08-25T00:41:23.573Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25272026-08-25T00:41:23.598Z[ omicron-package] Compiling cipher v0.4.4
25282026-08-25T00:41:23.616Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25292026-08-25T00:41:23.619Z[ omicron-package] Compiling dropshot v0.17.1
25302026-08-25T00:41:23.619Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25312026-08-25T00:41:23.686Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25322026-08-25T00:41:23.751Z[ omicron-package] Compiling compression-codecs v0.4.37
25332026-08-25T00:41:23.776Z[ omicron-package] Compiling serde_spanned v1.1.1
25342026-08-25T00:41:23.776Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25352026-08-25T00:41:23.784Z[ omicron-package] Compiling async-stream-impl v0.3.6
25362026-08-25T00:41:23.951Z[ omicron-package] Compiling opaque-debug v0.3.1
25372026-08-25T00:41:23.951Z[ omicron-package] Compiling convert_case v0.4.0
25382026-08-25T00:41:23.986Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25392026-08-25T00:41:24.026Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25402026-08-25T00:41:24.081Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25412026-08-25T00:41:24.087Z[ omicron-package] Compiling poly1305 v0.8.0
25422026-08-25T00:41:24.087Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25432026-08-25T00:41:24.087Z[ omicron-package] Compiling async-compression v0.4.41
25442026-08-25T00:41:24.170Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25452026-08-25T00:41:24.258Z[ omicron-package] Compiling chacha20 v0.9.1
25462026-08-25T00:41:24.315Z[ omicron-package] Compiling derive_more v0.99.20
25472026-08-25T00:41:24.381Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25482026-08-25T00:41:24.384Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25492026-08-25T00:41:24.655Z[ omicron-package] Compiling async-stream v0.3.6
25502026-08-25T00:41:24.658Z[ omicron-package] Compiling slog-bunyan v2.5.0
25512026-08-25T00:41:24.838Z[ omicron-package] Compiling num_enum_derive v0.7.6
25522026-08-25T00:41:24.846Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25532026-08-25T00:41:24.850Z[ omicron-package] Compiling postcard v1.1.3
25542026-08-25T00:41:24.897Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25552026-08-25T00:41:24.897Z[ omicron-package] Compiling sha1 v0.11.0
25562026-08-25T00:41:24.897Z[ omicron-package] Compiling progenitor-client v0.14.0
25572026-08-25T00:41:24.986Z[ omicron-package] Compiling parse-display-derive v0.10.0
25582026-08-25T00:41:25.017Z[ omicron-package] Compiling waitgroup v0.1.2
25592026-08-25T00:41:25.056Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25602026-08-25T00:41:25.065Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25612026-08-25T00:41:25.090ZAug 25 00:41:24.068 DEBG process exited with exit status: 0 (2.652155282s)
25622026-08-25T00:41:25.094ZAug 25 00:41:24.069 INFO [incorp-manifest] task succeeded (4.833797296s)
25632026-08-25T00:41:25.094ZAug 25 00:41:24.069 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25642026-08-25T00:41:25.229Z[ omicron-package] Compiling backon v1.6.0
25652026-08-25T00:41:25.307ZAug 25 00:41:24.283 INFO [incorp-fmt] process exited with exit status: 0 (213.845247ms)
25662026-08-25T00:41:25.311ZAug 25 00:41:24.283 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25672026-08-25T00:41:25.342Z[ omicron-package] Compiling password-hash v0.5.0
25682026-08-25T00:41:25.480Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25692026-08-25T00:41:25.520Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25702026-08-25T00:41:25.566Z[ omicron-package] Compiling blake2 v0.10.6
25712026-08-25T00:41:25.600Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T004124Z
25722026-08-25T00:41:25.600Z[ incorp-pkgsend] PUBLISHED
25732026-08-25T00:41:25.623Z[ omicron-package] Compiling aead v0.5.2
25742026-08-25T00:41:25.654ZAug 25 00:41:24.631 INFO [incorp-pkgsend] process exited with exit status: 0 (348.167662ms)
25752026-08-25T00:41:25.657ZAug 25 00:41:24.632 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25762026-08-25T00:41:25.696Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25772026-08-25T00:41:25.867Z[ omicron-package] Compiling proc-macro-error v1.0.4
25782026-08-25T00:41:25.923Z[ helios-incorp] Retrieving packages for publisher helios ...
25792026-08-25T00:41:25.927Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25802026-08-25T00:41:25.970Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25812026-08-25T00:41:26.017Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25822026-08-25T00:41:26.020Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25832026-08-25T00:41:26.023Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25842026-08-25T00:41:26.023Z[ helios-incorp]
25852026-08-25T00:41:26.023Z[ helios-incorp] Archiving packages ...
25862026-08-25T00:41:26.023Z[ helios-incorp] Packages to add: 1
25872026-08-25T00:41:26.023Z[ helios-incorp] Files to retrieve: 0
25882026-08-25T00:41:26.026Z[ helios-incorp] Estimated transfer size: 0.00 B
25892026-08-25T00:41:26.026Z[ helios-incorp]
25902026-08-25T00:41:26.031Z[ helios-incorp] Packages to archive:
25912026-08-25T00:41:26.032Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T004124Z
25922026-08-25T00:41:26.044Z[ helios-incorp]
25932026-08-25T00:41:26.044Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25942026-08-25T00:41:26.044Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25952026-08-25T00:41:26.047ZAug 25 00:41:25.022 INFO [helios-incorp] process exited with exit status: 0 (390.320226ms)
25962026-08-25T00:41:26.121Z[ omicron-package] Compiling hostname v0.4.2
25972026-08-25T00:41:26.157Z[ omicron-package] Compiling instant v0.1.13
25982026-08-25T00:41:26.205Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25992026-08-25T00:41:26.252Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26002026-08-25T00:41:26.256Z[ omicron-package] Compiling num_enum v0.7.6
26012026-08-25T00:41:26.356Z[ omicron-package] Compiling backoff v0.4.0
26022026-08-25T00:41:26.456Z[ omicron-package] Compiling argon2 v0.5.3
26032026-08-25T00:41:26.459Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26042026-08-25T00:41:26.548Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26052026-08-25T00:41:26.551Z[ omicron-package] Compiling num_enum_derive v0.5.11
26062026-08-25T00:41:26.554Z[ omicron-package] Compiling progenitor-extras v0.2.0
26072026-08-25T00:41:26.597Z[ omicron-package] Compiling vsss-rs v3.3.4
26082026-08-25T00:41:26.600Z[ omicron-package] Compiling ingot-types v0.2.0
26092026-08-25T00:41:26.748Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26102026-08-25T00:41:26.851Z[ omicron-package] Compiling parse-display v0.10.0
26112026-08-25T00:41:26.931Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26122026-08-25T00:41:26.992Z[ omicron-package] Compiling regress v0.10.5
26132026-08-25T00:41:27.042Z[ omicron-package] Compiling itertools v0.14.0
26142026-08-25T00:41:27.123Z[ omicron-package] Compiling foreign-types v0.5.0
26152026-08-25T00:41:27.128Z[ omicron-package] Compiling tabwriter v1.4.1
26162026-08-25T00:41:27.208Z[ omicron-package] Compiling ingot v0.2.1
26172026-08-25T00:41:27.246Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26182026-08-25T00:41:27.252Z[ omicron-package] Compiling cstr-argument v0.1.2
26192026-08-25T00:41:27.381Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26202026-08-25T00:41:27.563Z[ omicron-package] Compiling humantime v2.3.0
26212026-08-25T00:41:27.663Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26222026-08-25T00:41:27.728Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26232026-08-25T00:41:27.758Z[ omicron-package] Compiling num_enum v0.5.11
26242026-08-25T00:41:28.016Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26252026-08-25T00:41:28.065Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-08-25T00:41:28.084Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272026-08-25T00:41:28.087Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26282026-08-25T00:41:28.087Z[ omicron-package] Compiling rayon v1.11.0
26292026-08-25T00:41:28.238Z[ omicron-package] Compiling rand v0.10.1
26302026-08-25T00:41:28.298Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-08-25T00:41:28.353Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26322026-08-25T00:41:28.408Z[ omicron-package] Compiling libefi-sys v0.1.0
26332026-08-25T00:41:28.510Z[ omicron-package] Compiling colored v3.1.1
26342026-08-25T00:41:28.650Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26352026-08-25T00:41:28.657Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26362026-08-25T00:41:28.677Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26372026-08-25T00:41:28.868Z[ omicron-package] Compiling itertools v0.12.1
26382026-08-25T00:41:29.005Z[ omicron-package] Compiling usdt-macro v0.5.0
26392026-08-25T00:41:29.042Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26402026-08-25T00:41:29.067Z[ omicron-package] Compiling sigpipe v0.1.3
26412026-08-25T00:41:29.105Z[ omicron-package] Compiling memmap v0.7.0
26422026-08-25T00:41:29.204Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26432026-08-25T00:41:29.248Z[ omicron-package] Compiling num-derive v0.4.2
26442026-08-25T00:41:29.291Z[ omicron-package] Compiling bitfield-struct v0.6.2
26452026-08-25T00:41:29.388Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26462026-08-25T00:41:29.406Z[ omicron-package] Compiling glob v0.3.3
26472026-08-25T00:41:29.441Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26482026-08-25T00:41:29.659Z[ omicron-package] Compiling swrite v0.1.0
26492026-08-25T00:41:29.907Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26502026-08-25T00:41:30.135Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-25T00:41:30.168Z[ omicron-package] Compiling usdt v0.5.0
26522026-08-25T00:41:30.538Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26532026-08-25T00:41:30.610Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26542026-08-25T00:41:30.615Z[ omicron-package] Compiling zone v0.3.1
26552026-08-25T00:41:30.615Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26562026-08-25T00:41:30.781Z[ omicron-package] Compiling smf v0.2.3
26572026-08-25T00:41:30.839Z[ omicron-package] Compiling whoami v1.6.1
26582026-08-25T00:41:30.902Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26592026-08-25T00:41:31.009Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26602026-08-25T00:41:31.088Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26612026-08-25T00:41:31.138Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26622026-08-25T00:41:31.265Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26632026-08-25T00:41:31.320Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26642026-08-25T00:41:31.467Z[ omicron-package] Compiling gethostname v0.5.0
26652026-08-25T00:41:31.545Z[ omicron-package] Compiling console v0.16.2
26662026-08-25T00:41:31.583Z[ omicron-package] Compiling unit-prefix v0.5.2
26672026-08-25T00:41:31.639Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26682026-08-25T00:41:31.999Z[ omicron-package] Compiling indicatif v0.18.4
26692026-08-25T00:41:32.756Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26702026-08-25T00:41:35.307Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26712026-08-25T00:41:36.316Z[ helios-setup] Aug 25 00:41:35.294 INFO helios repository root is: /work/oxidecomputer/helios
26722026-08-25T00:41:36.319Z[ helios-setup] Aug 25 00:41:35.295 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
26732026-08-25T00:41:36.319Z[ helios-setup] Aug 25 00:41:35.295 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26742026-08-25T00:41:36.319Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26752026-08-25T00:41:36.894ZAug 25 00:41:35.872 INFO [hubris-staging] task succeeded (16.63669828s)
26762026-08-25T00:41:37.149Z[ helios-setup] Aug 25 00:41:36.127 INFO clone ok!, project: dmar-report
26772026-08-25T00:41:37.155Z[ helios-setup] Aug 25 00:41:36.127 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
26782026-08-25T00:41:37.155Z[ helios-setup] Aug 25 00:41:36.127 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
26792026-08-25T00:41:37.155Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26802026-08-25T00:41:37.995Z[ helios-setup] Aug 25 00:41:36.973 INFO clone ok!, project: amd-host-image-builder
26812026-08-25T00:41:37.999Z[ helios-setup] Aug 25 00:41:36.973 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26822026-08-25T00:41:37.999Z[ helios-setup] Aug 25 00:41:36.973 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
26832026-08-25T00:41:37.999Z[ helios-setup] Aug 25 00:41:36.973 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26842026-08-25T00:41:37.999Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26852026-08-25T00:41:38.585Z[ helios-setup] Aug 25 00:41:37.560 INFO clone ok!, project: phbl
26862026-08-25T00:41:38.585Z[ helios-setup] Aug 25 00:41:37.560 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
26872026-08-25T00:41:38.589Z[ helios-setup] Aug 25 00:41:37.560 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26882026-08-25T00:41:38.589Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26892026-08-25T00:41:39.166Z[ helios-setup] Aug 25 00:41:38.141 INFO clone ok!, project: image-builder
26902026-08-25T00:41:39.167Z[ helios-setup] Aug 25 00:41:38.141 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
26912026-08-25T00:41:39.210Z[ helios-setup] Aug 25 00:41:38.141 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26922026-08-25T00:41:39.210Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26932026-08-25T00:41:40.039Z[ helios-setup] Aug 25 00:41:39.010 INFO clone ok!, project: chelsio-t6-roms
26942026-08-25T00:41:40.039Z[ helios-setup] Aug 25 00:41:39.010 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26952026-08-25T00:41:40.045Z[ helios-setup] Aug 25 00:41:39.010 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26962026-08-25T00:41:40.045Z[ helios-setup] Aug 25 00:41:39.010 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
26972026-08-25T00:41:40.045Z[ helios-setup] Aug 25 00:41:39.010 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26982026-08-25T00:41:40.045Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26992026-08-25T00:41:40.637Z[ helios-setup] Aug 25 00:41:39.540 INFO clone ok!, project: pinprick
27002026-08-25T00:41:40.637Z[ helios-setup] Aug 25 00:41:39.541 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
27012026-08-25T00:41:40.663Z[ helios-setup] Aug 25 00:41:39.541 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27022026-08-25T00:41:40.663Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27032026-08-25T00:41:44.396Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27042026-08-25T00:41:47.712Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27052026-08-25T00:41:47.881Z[ helios-setup] Aug 25 00:41:46.857 INFO clone ok!, project: amd-firmware
27062026-08-25T00:41:47.881Z[ helios-setup] Aug 25 00:41:46.858 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
27072026-08-25T00:41:47.885Z[ helios-setup] Aug 25 00:41:46.858 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27082026-08-25T00:41:47.885Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27092026-08-25T00:41:48.835Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27102026-08-25T00:41:48.959Z[ helios-setup] Aug 25 00:41:47.932 INFO clone ok!, project: pilot
27112026-08-25T00:41:48.959Z[ helios-setup] Aug 25 00:41:47.932 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
27122026-08-25T00:41:48.971Z[ helios-setup] Aug 25 00:41:47.932 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27132026-08-25T00:41:48.971Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27142026-08-25T00:41:49.474Z[ helios-setup] Aug 25 00:41:48.451 INFO clone ok!, project: bootserver
27152026-08-25T00:41:49.481Z[ helios-setup] Aug 25 00:41:48.451 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27162026-08-25T00:41:49.706Z[ helios-setup] Aug 25 00:41:48.683 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27172026-08-25T00:41:49.944Z[ helios-setup] Aug 25 00:41:48.920 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27182026-08-25T00:41:49.944Z[ helios-setup] Aug 25 00:41:48.920 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27192026-08-25T00:41:50.164Z[ helios-setup] Aug 25 00:41:49.140 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27202026-08-25T00:41:50.437Z[ helios-setup] Aug 25 00:41:49.409 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27212026-08-25T00:41:50.437Z[ helios-setup] Aug 25 00:41:49.409 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27222026-08-25T00:41:50.673Z[ helios-setup] Aug 25 00:41:49.650 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27232026-08-25T00:41:50.887Z[ helios-setup] Aug 25 00:41:49.864 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27242026-08-25T00:41:50.888Z[ helios-setup] Aug 25 00:41:49.864 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27252026-08-25T00:41:50.905Z[ helios-setup] Aug 25 00:41:49.864 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27262026-08-25T00:41:50.905Z[ helios-setup] Aug 25 00:41:49.864 INFO ok!
27272026-08-25T00:41:50.905Z[ helios-setup] Aug 25 00:41:49.864 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27282026-08-25T00:41:50.905Z[ helios-setup] Aug 25 00:41:49.864 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27292026-08-25T00:41:50.905Z[ helios-setup] Aug 25 00:41:49.864 INFO ok!
27302026-08-25T00:41:50.905Z[ helios-setup] Aug 25 00:41:49.864 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27312026-08-25T00:41:50.905Z[ helios-setup] Aug 25 00:41:49.864 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27322026-08-25T00:41:50.905Z[ helios-setup] Aug 25 00:41:49.864 INFO ok!
27332026-08-25T00:41:50.906Z[ helios-setup] Aug 25 00:41:49.864 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27342026-08-25T00:41:50.921Z[ helios-setup] Aug 25 00:41:49.872 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
27352026-08-25T00:41:50.921Z[ helios-setup] Aug 25 00:41:49.872 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27362026-08-25T00:41:50.921Z[ helios-setup] Aug 25 00:41:49.872 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27372026-08-25T00:41:50.987Z[ helios-setup] Aug 25 00:41:49.961 INFO E| Updating crates.io index
27382026-08-25T00:41:51.066Z[ helios-setup] Aug 25 00:41:50.043 INFO E| Downloading crates ...
27392026-08-25T00:41:51.117Z[ helios-setup] Aug 25 00:41:50.093 INFO E| Downloaded anyhow v1.0.98
27402026-08-25T00:41:51.124Z[ helios-setup] Aug 25 00:41:50.095 INFO E| Downloaded errno v0.3.12
27412026-08-25T00:41:51.124Z[ helios-setup] Aug 25 00:41:50.097 INFO E| Downloaded getrandom v0.3.3
27422026-08-25T00:41:51.132Z[ helios-setup] Aug 25 00:41:50.110 INFO E| Downloaded time-core v0.1.4
27432026-08-25T00:41:51.155Z[ helios-setup] Aug 25 00:41:50.132 INFO E| Downloaded itoa v1.0.15
27442026-08-25T00:41:51.171Z[ helios-setup] Aug 25 00:41:50.149 INFO E| Downloaded time-macros v0.2.22
27452026-08-25T00:41:51.181Z[ helios-setup] Aug 25 00:41:50.158 INFO E| Downloaded thiserror v2.0.12
27462026-08-25T00:41:51.186Z[ helios-setup] Aug 25 00:41:50.161 INFO E| Downloaded autocfg v1.4.0
27472026-08-25T00:41:51.186Z[ helios-setup] Aug 25 00:41:50.162 INFO E| Downloaded thiserror-impl v2.0.12
27482026-08-25T00:41:51.186Z[ helios-setup] Aug 25 00:41:50.163 INFO E| Downloaded hashbrown v0.15.3
27492026-08-25T00:41:51.207Z[ helios-setup] Aug 25 00:41:50.166 INFO E| Downloaded deranged v0.4.0
27502026-08-25T00:41:51.225Z[ helios-setup] Aug 25 00:41:50.169 INFO E| Downloaded ryu v1.0.20
27512026-08-25T00:41:51.225Z[ helios-setup] Aug 25 00:41:50.175 INFO E| Downloaded serde_with_macros v3.12.0
27522026-08-25T00:41:51.225Z[ helios-setup] Aug 25 00:41:50.177 INFO E| Downloaded bitflags v2.9.1
27532026-08-25T00:41:51.225Z[ helios-setup] Aug 25 00:41:50.183 INFO E| Downloaded iana-time-zone v0.1.63
27542026-08-25T00:41:51.225Z[ helios-setup] Aug 25 00:41:50.191 INFO E| Downloaded quote v1.0.40
27552026-08-25T00:41:51.226Z[ helios-setup] Aug 25 00:41:50.192 INFO E| Downloaded tempfile v3.20.0
27562026-08-25T00:41:51.235Z[ helios-setup] Aug 25 00:41:50.194 INFO E| Downloaded serde_derive v1.0.219
27572026-08-25T00:41:51.238Z[ helios-setup] Aug 25 00:41:50.196 INFO E| Downloaded serde v1.0.219
27582026-08-25T00:41:51.254Z[ helios-setup] Aug 25 00:41:50.212 INFO E| Downloaded unicode-ident v1.0.18
27592026-08-25T00:41:51.254Z[ helios-setup] Aug 25 00:41:50.214 INFO E| Downloaded memchr v2.7.4
27602026-08-25T00:41:51.254Z[ helios-setup] Aug 25 00:41:50.220 INFO E| Downloaded proc-macro2 v1.0.95
27612026-08-25T00:41:51.269Z[ helios-setup] Aug 25 00:41:50.221 INFO E| Downloaded indexmap v2.9.0
27622026-08-25T00:41:51.284Z[ helios-setup] Aug 25 00:41:50.246 INFO E| Downloaded serde_with v3.12.0
27632026-08-25T00:41:51.288Z[ helios-setup] Aug 25 00:41:50.256 INFO E| Downloaded time v0.3.41
27642026-08-25T00:41:51.288Z[ helios-setup] Aug 25 00:41:50.264 INFO E| Downloaded serde_json v1.0.140
27652026-08-25T00:41:51.308Z[ helios-setup] Aug 25 00:41:50.286 INFO E| Downloaded syn v2.0.101
27662026-08-25T00:41:51.316Z[ helios-setup] Aug 25 00:41:50.294 INFO E| Downloaded chrono v0.4.41
27672026-08-25T00:41:51.332Z[ helios-setup] Aug 25 00:41:50.310 INFO E| Downloaded rustix v1.0.7
27682026-08-25T00:41:51.365Z[ helios-setup] Aug 25 00:41:50.343 INFO E| Downloaded libc v0.2.172
27692026-08-25T00:41:51.410Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling proc-macro2 v1.0.95
27702026-08-25T00:41:51.410Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling unicode-ident v1.0.18
27712026-08-25T00:41:51.414Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling libc v0.2.172
27722026-08-25T00:41:51.414Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling strsim v0.11.1
27732026-08-25T00:41:51.414Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling fnv v1.0.7
27742026-08-25T00:41:51.414Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling ident_case v1.0.1
27752026-08-25T00:41:51.414Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling serde v1.0.219
27762026-08-25T00:41:51.414Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling rustix v1.0.7
27772026-08-25T00:41:51.414Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling getrandom v0.3.3
27782026-08-25T00:41:51.415Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling thiserror v2.0.12
27792026-08-25T00:41:51.415Z[ helios-setup] Aug 25 00:41:50.388 INFO E| Compiling bitflags v2.9.1
27802026-08-25T00:41:51.425Z[ helios-setup] Aug 25 00:41:50.403 INFO E| Compiling anyhow v1.0.98
27812026-08-25T00:41:51.429Z[ helios-setup] Aug 25 00:41:50.403 INFO E| Compiling cfg-if v1.0.0
27822026-08-25T00:41:51.429Z[ helios-setup] Aug 25 00:41:50.403 INFO E| Compiling serde_json v1.0.140
27832026-08-25T00:41:51.429Z[ helios-setup] Aug 25 00:41:50.403 INFO E| Compiling fastrand v2.3.0
27842026-08-25T00:41:51.429Z[ helios-setup] Aug 25 00:41:50.403 INFO E| Compiling once_cell v1.21.3
27852026-08-25T00:41:51.518Z[ helios-setup] Aug 25 00:41:50.495 INFO E| Compiling ryu v1.0.20
27862026-08-25T00:41:51.540Z[ helios-setup] Aug 25 00:41:50.517 INFO E| Compiling memchr v2.7.4
27872026-08-25T00:41:51.546Z[ helios-setup] Aug 25 00:41:50.523 INFO E| Compiling itoa v1.0.15
27882026-08-25T00:41:51.573Z[ helios-setup] Aug 25 00:41:50.550 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27892026-08-25T00:41:52.033Z[ helios-setup] Aug 25 00:41:50.999 INFO E| Compiling errno v0.3.12
27902026-08-25T00:41:52.282Z[ helios-setup] Aug 25 00:41:51.253 INFO E| Compiling quote v1.0.40
27912026-08-25T00:41:52.436Z[ helios-setup] Aug 25 00:41:51.403 INFO E| Compiling syn v2.0.101
27922026-08-25T00:41:52.771Z[ helios-setup] Aug 25 00:41:51.748 INFO E| Compiling tempfile v3.20.0
27932026-08-25T00:41:54.307Z[ helios-setup] Aug 25 00:41:53.283 INFO E| Compiling darling_core v0.20.11
27942026-08-25T00:41:54.657Z[ helios-setup] Aug 25 00:41:53.631 INFO E| Compiling serde_derive v1.0.219
27952026-08-25T00:41:54.662Z[ helios-setup] Aug 25 00:41:53.631 INFO E| Compiling thiserror-impl v2.0.12
27962026-08-25T00:41:55.479Z[ helios-setup] Aug 25 00:41:54.448 INFO E| Compiling darling_macro v0.20.11
27972026-08-25T00:41:56.005Z[ helios-setup] Aug 25 00:41:54.981 INFO E| Compiling darling v0.20.11
27982026-08-25T00:41:56.067Z[ helios-setup] Aug 25 00:41:55.045 INFO E| Compiling serde_with_macros v3.12.0
27992026-08-25T00:41:58.504Z[ helios-setup] Aug 25 00:41:57.482 INFO E| Compiling serde_with v3.12.0
28002026-08-25T00:41:59.577Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.31s
28012026-08-25T00:41:59.800Z[ omicron-package]
28022026-08-25T00:41:59.800Z[ omicron-package] real 39.481904779
28032026-08-25T00:41:59.809Z[ omicron-package] user 3:51.182976209
28042026-08-25T00:41:59.809Z[ omicron-package] sys 26.806505103
28052026-08-25T00:41:59.810Z[ omicron-package] trap 0.440211284
28062026-08-25T00:41:59.810Z[ omicron-package] tflt 0.490009643
28072026-08-25T00:41:59.810Z[ omicron-package] dflt 2.246520435
28082026-08-25T00:41:59.810Z[ omicron-package] kflt 0.001098981
28092026-08-25T00:41:59.810Z[ omicron-package] lock 11:20.096668609
28102026-08-25T00:41:59.810Z[ omicron-package] slp 6:11.424833588
28112026-08-25T00:41:59.810Z[ omicron-package] lat 44.130666428
28122026-08-25T00:41:59.810Z[ omicron-package] stop 1:40.375467086
28132026-08-25T00:41:59.810ZAug 25 00:41:58.776 INFO [omicron-package] process exited with exit status: 0 (39.540687078s)
28142026-08-25T00:41:59.810ZAug 25 00:41:58.777 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28152026-08-25T00:41:59.810ZAug 25 00:41:58.777 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28162026-08-25T00:41:59.813Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28172026-08-25T00:41:59.814Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28182026-08-25T00:41:59.814Z[ host-target] Created new build target 'host' and set it as active
28192026-08-25T00:41:59.814Z[ recovery-target] Created new build target 'recovery' and set it as active
28202026-08-25T00:41:59.817ZAug 25 00:41:58.792 INFO [host-target] process exited with exit status: 0 (14.949772ms)
28212026-08-25T00:41:59.819ZAug 25 00:41:58.792 INFO [recovery-target] process exited with exit status: 0 (14.538712ms)
28222026-08-25T00:41:59.819ZAug 25 00:41:58.792 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28232026-08-25T00:41:59.828Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28242026-08-25T00:42:01.362Z[ host-package] Compiling heck v0.5.0
28252026-08-25T00:42:01.362Z[ host-package] Compiling regress v0.11.1
28262026-08-25T00:42:01.556Z[ helios-setup] Aug 25 00:42:00.533 INFO E| Finished `release` profile [optimized] target(s) in 10.65s
28272026-08-25T00:42:01.584Z[ host-package] Compiling unsafe-libyaml v0.2.11
28282026-08-25T00:42:01.585Z[ helios-setup] Aug 25 00:42:00.556 INFO building project "dmar-report" ok (10 seconds)
28292026-08-25T00:42:01.585Z[ helios-setup] Aug 25 00:42:00.556 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28302026-08-25T00:42:01.601Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28312026-08-25T00:42:01.612Z[ helios-setup] Aug 25 00:42:00.589 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')"
28322026-08-25T00:42:01.612Z[ helios-setup] Aug 25 00:42:00.590 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28332026-08-25T00:42:01.612Z[ helios-setup] Aug 25 00:42:00.590 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28342026-08-25T00:42:01.636Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28352026-08-25T00:42:01.644Z[ host-package] Compiling derive-where v1.6.0
28362026-08-25T00:42:01.644Z[ host-package] Compiling bytecount v0.6.9
28372026-08-25T00:42:01.703Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28382026-08-25T00:42:01.703Z[ host-package] Compiling atomicwrites v0.4.4
28392026-08-25T00:42:01.707Z[ host-package] Compiling is-terminal v0.4.17
28402026-08-25T00:42:01.707Z[ host-package] Compiling prettyplease v0.2.37
28412026-08-25T00:42:01.707Z[ host-package] Compiling newline-converter v0.3.0
28422026-08-25T00:42:01.761Z[ helios-setup] Aug 25 00:42:00.734 INFO E| Updating crates.io index
28432026-08-25T00:42:01.771Z[ helios-setup] Aug 25 00:42:00.734 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28442026-08-25T00:42:01.809Z[ host-package] Compiling console v0.15.11
28452026-08-25T00:42:01.818Z[ host-package] Compiling slog-dtrace v0.3.0
28462026-08-25T00:42:01.818Z[ host-package] Compiling cancel-safe-futures v0.1.5
28472026-08-25T00:42:01.881Z[ host-package] Compiling resolv-conf v0.7.6
28482026-08-25T00:42:01.887Z[ host-package] Compiling num-rational v0.4.2
28492026-08-25T00:42:01.927Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28502026-08-25T00:42:01.935Z[ host-package] Compiling num-complex v0.4.6
28512026-08-25T00:42:02.005Z[ host-package] Compiling thread_local v1.1.9
28522026-08-25T00:42:02.052Z[ host-package] Compiling match_cfg v0.1.0
28532026-08-25T00:42:02.127Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28542026-08-25T00:42:02.166Z[ host-package] Compiling compression-core v0.4.31
28552026-08-25T00:42:02.191Z[ helios-setup] Aug 25 00:42:01.167 INFO E| From https://github.com/oxidecomputer/amd-apcb
28562026-08-25T00:42:02.191Z[ helios-setup] Aug 25 00:42:01.167 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28572026-08-25T00:42:02.208Z[ helios-setup] Aug 25 00:42:01.182 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28582026-08-25T00:42:02.269Z[ host-package] Compiling expectorate v1.2.0
28592026-08-25T00:42:02.372Z[ host-package] Compiling num v0.4.3
28602026-08-25T00:42:02.435Z[ host-package] Compiling compression-codecs v0.4.37
28612026-08-25T00:42:02.458Z[ host-package] Compiling hostname v0.3.1
28622026-08-25T00:42:02.483Z[ host-package] Compiling multer v3.1.0
28632026-08-25T00:42:02.512Z[ host-package] Compiling slog-async v2.8.0
28642026-08-25T00:42:02.550Z[ host-package] Compiling crossbeam-channel v0.5.15
28652026-08-25T00:42:02.568Z[ helios-setup] Aug 25 00:42:01.544 INFO E| From https://github.com/oxidecomputer/amd-efs
28662026-08-25T00:42:02.568Z[ helios-setup] Aug 25 00:42:01.545 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28672026-08-25T00:42:02.581Z[ host-package] Compiling slog-json v2.6.1
28682026-08-25T00:42:02.607Z[ host-package] Compiling serde_spanned v1.1.1
28692026-08-25T00:42:02.628Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28702026-08-25T00:42:02.787Z[ helios-setup] Aug 25 00:42:01.683 INFO E| Downloading crates ...
28712026-08-25T00:42:02.795Z[ host-package] Compiling take_mut v0.2.2
28722026-08-25T00:42:02.795Z[ helios-setup] Aug 25 00:42:01.733 INFO E| Downloaded dyn-clone v1.0.19
28732026-08-25T00:42:02.795Z[ helios-setup] Aug 25 00:42:01.736 INFO E| Downloaded modular-bitfield-impl v0.13.1
28742026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.737 INFO E| Downloaded typenum v1.18.0
28752026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.740 INFO E| Downloaded strum v0.27.1
28762026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.741 INFO E| Downloaded unic-common v0.9.0
28772026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.742 INFO E| Downloaded ansi_term v0.12.1
28782026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.743 INFO E| Downloaded parse_int v0.9.0
28792026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.744 INFO E| Downloaded pest_meta v2.8.0
28802026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.747 INFO E| Downloaded zerocopy-derive v0.8.25
28812026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.751 INFO E| Downloaded heck v0.3.3
28822026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.752 INFO E| Downloaded fletcher v1.0.0
28832026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.752 INFO E| Downloaded vec_map v0.8.2
28842026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.756 INFO E| Downloaded unic-char-property v0.9.0
28852026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.757 INFO E| Downloaded strsim v0.8.0
28862026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.757 INFO E| Downloaded structopt-derive v0.4.18
28872026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.758 INFO E| Downloaded unic-ucd-version v0.9.0
28882026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.759 INFO E| Downloaded unic-ucd-ident v0.9.0
28892026-08-25T00:42:02.796Z[ host-package] Compiling linked-hash-map v0.5.6
28902026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.761 INFO E| Downloaded four-cc v0.4.0
28912026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.762 INFO E| Downloaded textwrap v0.11.0
28922026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.765 INFO E| Downloaded strum_macros v0.27.1
28932026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.767 INFO E| Downloaded unic-char-range v0.9.0
28942026-08-25T00:42:02.796Z[ helios-setup] Aug 25 00:42:01.768 INFO E| Downloaded rustversion v1.0.20
28952026-08-25T00:42:02.803Z[ helios-setup] Aug 25 00:42:01.770 INFO E| Downloaded modular-bitfield-impl v0.11.2
28962026-08-25T00:42:02.803Z[ helios-setup] Aug 25 00:42:01.770 INFO E| Downloaded log v0.4.27
28972026-08-25T00:42:02.803Z[ helios-setup] Aug 25 00:42:01.772 INFO E| Downloaded pest_derive v2.8.0
28982026-08-25T00:42:02.803Z[ helios-setup] Aug 25 00:42:01.777 INFO E| Downloaded pest_generator v2.8.0
28992026-08-25T00:42:02.806Z[ helios-setup] Aug 25 00:42:01.778 INFO E| Downloaded bytesize v2.0.1
29002026-08-25T00:42:02.806Z[ helios-setup] Aug 25 00:42:01.780 INFO E| Downloaded modular-bitfield v0.13.1
29012026-08-25T00:42:02.813Z[ helios-setup] Aug 25 00:42:01.786 INFO E| Downloaded structopt v0.3.26
29022026-08-25T00:42:02.818Z[ helios-setup] Aug 25 00:42:01.791 INFO E| Downloaded modular-bitfield v0.11.2
29032026-08-25T00:42:02.827Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29042026-08-25T00:42:02.830Z[ helios-setup] Aug 25 00:42:01.801 INFO E| Downloaded pest v2.8.0
29052026-08-25T00:42:02.830Z[ helios-setup] Aug 25 00:42:01.804 INFO E| Downloaded clap v2.34.0
29062026-08-25T00:42:02.834Z[ helios-setup] Aug 25 00:42:01.808 INFO E| Downloaded zerocopy v0.8.25
29072026-08-25T00:42:02.869Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29082026-08-25T00:42:02.898Z[ host-package] Compiling term v1.2.1
29092026-08-25T00:42:02.918Z[ host-package] Compiling linear-map v1.2.0
29102026-08-25T00:42:02.921Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29112026-08-25T00:42:02.969Z[ helios-setup] Aug 25 00:42:01.941 INFO E| Downloaded goblin v0.9.3
29122026-08-25T00:42:02.974Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29132026-08-25T00:42:02.974Z[ host-package] Compiling float-ord v0.3.2
29142026-08-25T00:42:03.020Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling proc-macro2 v1.0.95
29152026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling unicode-ident v1.0.18
29162026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling memchr v2.7.4
29172026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling autocfg v1.4.0
29182026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling thiserror v2.0.12
29192026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling serde v1.0.219
29202026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling syn v1.0.109
29212026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling version_check v0.9.5
29222026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling serde_json v1.0.140
29232026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling itoa v1.0.15
29242026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling ryu v1.0.20
29252026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling schemars v0.8.22
29262026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling libc v0.2.172
29272026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling paste v1.0.15
29282026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling ucd-trie v0.1.7
29292026-08-25T00:42:03.027Z[ helios-setup] Aug 25 00:42:01.996 INFO E| Compiling rustversion v1.0.20
29302026-08-25T00:42:03.027Z[ host-package] Compiling lru-cache v0.1.2
29312026-08-25T00:42:03.196Z[ host-package] Compiling typify-impl v0.6.2
29322026-08-25T00:42:03.206Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29332026-08-25T00:42:03.206Z[ host-package] Compiling slog-bunyan v2.5.0
29342026-08-25T00:42:03.206Z[ host-package] Compiling async-compression v0.4.41
29352026-08-25T00:42:03.247Z[ helios-setup] Aug 25 00:42:02.224 INFO E| Compiling zerocopy v0.8.25
29362026-08-25T00:42:03.392Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29372026-08-25T00:42:03.452Z[ helios-setup] Aug 25 00:42:02.407 INFO E| Compiling static_assertions v1.1.0
29382026-08-25T00:42:03.487Z[ helios-setup] Aug 25 00:42:02.445 INFO E| Compiling dyn-clone v1.0.19
29392026-08-25T00:42:03.512Z[ helios-setup] Aug 25 00:42:02.458 INFO E| Compiling once_cell v1.21.3
29402026-08-25T00:42:03.538Z[ helios-setup] Aug 25 00:42:02.482 INFO E| Compiling heck v0.5.0
29412026-08-25T00:42:03.551Z[ host-package] Compiling slog-term v2.9.2
29422026-08-25T00:42:03.558Z[ helios-setup] Aug 25 00:42:02.524 INFO E| Compiling unicode-width v0.1.14
29432026-08-25T00:42:03.575Z[ helios-setup] Aug 25 00:42:02.550 INFO E| Compiling unicode-segmentation v1.12.0
29442026-08-25T00:42:03.607Z[ helios-setup] Aug 25 00:42:02.583 INFO E| Compiling proc-macro-error-attr v1.0.4
29452026-08-25T00:42:03.687Z[ helios-setup] Aug 25 00:42:02.661 INFO E| Compiling proc-macro-error v1.0.4
29462026-08-25T00:42:03.713Z[ helios-setup] Aug 25 00:42:02.688 INFO E| Compiling fletcher v1.0.0
29472026-08-25T00:42:03.745Z[ helios-setup] Aug 25 00:42:02.722 INFO E| Compiling strum v0.27.1
29482026-08-25T00:42:03.840Z[ helios-setup] Aug 25 00:42:02.814 INFO E| Compiling num-traits v0.2.19
29492026-08-25T00:42:03.875Z[ helios-setup] Aug 25 00:42:02.850 INFO E| Compiling memoffset v0.9.1
29502026-08-25T00:42:03.942Z[ helios-setup] Aug 25 00:42:02.918 INFO E| Compiling textwrap v0.11.0
29512026-08-25T00:42:03.948Z[ helios-setup] Aug 25 00:42:02.923 INFO E| Compiling unic-common v0.9.0
29522026-08-25T00:42:03.976Z[ helios-setup] Aug 25 00:42:02.950 INFO E| Compiling heck v0.3.3
29532026-08-25T00:42:03.981Z[ helios-setup] Aug 25 00:42:02.957 INFO E| Compiling vec_map v0.8.2
29542026-08-25T00:42:03.998Z[ helios-setup] Aug 25 00:42:02.975 INFO E| Compiling byteorder v1.5.0
29552026-08-25T00:42:04.061Z[ helios-setup] Aug 25 00:42:03.039 INFO E| Compiling bitflags v1.3.2
29562026-08-25T00:42:04.061Z[ helios-setup] Aug 25 00:42:03.039 INFO E| Compiling ansi_term v0.12.1
29572026-08-25T00:42:04.093Z[ helios-setup] Aug 25 00:42:03.070 INFO E| Compiling strsim v0.8.0
29582026-08-25T00:42:04.114Z[ host-package] Compiling async-stream v0.3.6
29592026-08-25T00:42:04.140Z[ helios-setup] Aug 25 00:42:03.116 INFO E| Compiling unic-char-range v0.9.0
29602026-08-25T00:42:04.190Z[ helios-setup] Aug 25 00:42:03.163 INFO E| Compiling unic-ucd-version v0.9.0
29612026-08-25T00:42:04.266Z[ helios-setup] Aug 25 00:42:03.243 INFO E| Compiling unic-char-property v0.9.0
29622026-08-25T00:42:04.276Z[ helios-setup] Aug 25 00:42:03.250 INFO E| Compiling plain v0.2.3
29632026-08-25T00:42:04.290Z[ helios-setup] Aug 25 00:42:03.258 INFO E| Compiling lazy_static v1.5.0
29642026-08-25T00:42:04.310Z[ helios-setup] Aug 25 00:42:03.287 INFO E| Compiling log v0.4.27
29652026-08-25T00:42:04.380Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29662026-08-25T00:42:04.384Z[ host-package] Compiling dropshot v0.17.1
29672026-08-25T00:42:04.384Z[ host-package] Compiling sha1 v0.11.0
29682026-08-25T00:42:04.384Z[ helios-setup] Aug 25 00:42:03.362 INFO E| Compiling atty v0.2.14
29692026-08-25T00:42:04.389Z[ helios-setup] Aug 25 00:42:03.362 INFO E| Compiling unic-ucd-ident v0.9.0
29702026-08-25T00:42:04.398Z[ helios-setup] Aug 25 00:42:03.375 INFO E| Compiling bytesize v2.0.1
29712026-08-25T00:42:04.425Z[ host-package] Compiling progenitor-client v0.14.0
29722026-08-25T00:42:04.460Z[ helios-setup] Aug 25 00:42:03.437 INFO E| Compiling clap v2.34.0
29732026-08-25T00:42:04.787Z[ host-package] Compiling oxide-update-engine v0.1.2
29742026-08-25T00:42:04.801Z[ helios-setup] Aug 25 00:42:03.778 INFO E| Compiling quote v1.0.40
29752026-08-25T00:42:04.925Z[ host-package] Compiling waitgroup v0.1.2
29762026-08-25T00:42:05.040Z[ helios-setup] Aug 25 00:42:03.960 INFO E| Compiling syn v2.0.101
29772026-08-25T00:42:05.156Z[ host-package] Compiling rustls-pemfile v2.2.0
29782026-08-25T00:42:05.170Z[ host-package] Compiling backon v1.6.0
29792026-08-25T00:42:05.170Z[ host-package] Compiling serde_path_to_error v0.1.20
29802026-08-25T00:42:05.170Z[ host-package] Compiling hostname v0.4.2
29812026-08-25T00:42:05.238Z[ helios-setup] Aug 25 00:42:04.215 INFO E| Compiling parse_int v0.9.0
29822026-08-25T00:42:05.324Z[ host-package] Compiling instant v0.1.13
29832026-08-25T00:42:05.327Z[ host-package] Compiling debug-ignore v1.0.5
29842026-08-25T00:42:05.491Z[ host-package] Compiling minimal-lexical v0.2.1
29852026-08-25T00:42:05.495Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29862026-08-25T00:42:05.660Z[ host-package] Compiling progenitor-extras v0.2.0
29872026-08-25T00:42:05.663Z[ host-package] Compiling backoff v0.4.0
29882026-08-25T00:42:05.663Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29892026-08-25T00:42:05.748Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29902026-08-25T00:42:05.861Z[ host-package] Compiling nom v7.1.3
29912026-08-25T00:42:05.947Z[ host-package] Compiling parse-display v0.10.0
29922026-08-25T00:42:05.996Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29932026-08-25T00:42:06.106Z[ host-package] Compiling hickory-proto v0.24.4
29942026-08-25T00:42:06.291Z[ host-package] Compiling regress v0.10.5
29952026-08-25T00:42:06.326Z[ host-package] Compiling itertools v0.14.0
29962026-08-25T00:42:06.700Z[ host-package] Compiling macaddr v1.0.1
29972026-08-25T00:42:06.775Z[ host-package] Compiling humantime v2.3.0
29982026-08-25T00:42:06.971Z[ host-package] Compiling unicode-xid v0.2.6
29992026-08-25T00:42:07.073Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30002026-08-25T00:42:07.321Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30012026-08-25T00:42:07.446Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30022026-08-25T00:42:07.550Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30032026-08-25T00:42:07.678Z[ host-package] Compiling toml v0.8.23
30042026-08-25T00:42:07.720Z[ helios-setup] Aug 25 00:42:06.697 INFO E| Compiling serde_derive_internals v0.29.1
30052026-08-25T00:42:07.726Z[ helios-setup] Aug 25 00:42:06.703 INFO E| Compiling modular-bitfield-impl v0.11.2
30062026-08-25T00:42:07.726Z[ helios-setup] Aug 25 00:42:06.703 INFO E| Compiling structopt-derive v0.4.18
30072026-08-25T00:42:08.031Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30082026-08-25T00:42:08.117Z[ host-package] Compiling papergrid v0.11.0
30092026-08-25T00:42:08.384Z[ host-package] Compiling typify-macro v0.6.2
30102026-08-25T00:42:08.502Z[ host-package] Compiling tabled_derive v0.7.0
30112026-08-25T00:42:08.634Z[ host-package] Compiling termtree v0.5.1
30122026-08-25T00:42:08.723Z[ host-package] Compiling crossterm v0.29.0
30132026-08-25T00:42:09.345Z[ helios-setup] Aug 25 00:42:07.887 INFO E| Compiling thiserror-impl v2.0.12
30142026-08-25T00:42:09.345Z[ helios-setup] Aug 25 00:42:07.887 INFO E| Compiling serde_derive v1.0.219
30152026-08-25T00:42:09.346Z[ helios-setup] Aug 25 00:42:07.887 INFO E| Compiling schemars_derive v0.8.22
30162026-08-25T00:42:09.648Z[ helios-setup] Aug 25 00:42:07.887 INFO E| Compiling zerocopy-derive v0.8.25
30172026-08-25T00:42:09.648Z[ helios-setup] Aug 25 00:42:07.887 INFO E| Compiling num-derive v0.4.2
30182026-08-25T00:42:09.648Z[ helios-setup] Aug 25 00:42:07.887 INFO E| Compiling modular-bitfield-impl v0.13.1
30192026-08-25T00:42:09.648Z[ helios-setup] Aug 25 00:42:07.887 INFO E| Compiling scroll_derive v0.12.1
30202026-08-25T00:42:09.648Z[ helios-setup] Aug 25 00:42:07.887 INFO E| Compiling strum_macros v0.27.1
30212026-08-25T00:42:09.648Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30222026-08-25T00:42:09.648Z[ host-package] Compiling phf_shared v0.12.1
30232026-08-25T00:42:09.648Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30242026-08-25T00:42:09.649Z[ helios-setup] Aug 25 00:42:08.184 INFO E| Compiling structopt v0.3.26
30252026-08-25T00:42:09.668Z[ host-package] Compiling hickory-resolver v0.24.4
30262026-08-25T00:42:09.826Z[ helios-setup] Aug 25 00:42:08.793 INFO E| Compiling modular-bitfield v0.11.2
30272026-08-25T00:42:09.943Z[ helios-setup] Aug 25 00:42:08.920 INFO E| Compiling scroll v0.12.0
30282026-08-25T00:42:10.165Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30292026-08-25T00:42:10.278Z[ helios-setup] Aug 25 00:42:09.254 INFO E| Compiling goblin v0.9.3
30302026-08-25T00:42:10.337Z[ host-package] Compiling csv-core v0.1.13
30312026-08-25T00:42:10.546Z[ host-package] Compiling typify v0.6.2
30322026-08-25T00:42:10.809Z[ host-package] Compiling progenitor-impl v0.14.0
30332026-08-25T00:42:10.824Z[ helios-setup] Aug 25 00:42:09.801 INFO E| Compiling modular-bitfield v0.13.1
30342026-08-25T00:42:11.003Z[ host-package] Compiling tabled v0.15.0
30352026-08-25T00:42:11.039Z[ helios-setup] Aug 25 00:42:10.000 INFO E| Compiling pest v2.8.0
30362026-08-25T00:42:12.357Z[ host-package] Compiling qorb v0.4.1
30372026-08-25T00:42:12.414Z[ host-package] Compiling vte v0.14.1
30382026-08-25T00:42:12.495Z[ host-package] Compiling chrono-tz v0.10.4
30392026-08-25T00:42:12.542Z[ helios-setup] Aug 25 00:42:11.519 INFO E| Compiling pest_meta v2.8.0
30402026-08-25T00:42:12.807Z[ host-package] Compiling highway v1.3.0
30412026-08-25T00:42:12.921Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30422026-08-25T00:42:13.259Z[ helios-setup] Aug 25 00:42:12.230 INFO E| Compiling pest_generator v2.8.0
30432026-08-25T00:42:13.637Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30442026-08-25T00:42:13.678Z[ host-package] Compiling progenitor-macro v0.14.0
30452026-08-25T00:42:14.628Z[ host-package] Compiling csv v1.4.0
30462026-08-25T00:42:14.732Z[ helios-setup] Aug 25 00:42:13.172 INFO E| Compiling pest_derive v2.8.0
30472026-08-25T00:42:15.276Z[ host-package] Compiling phf v0.12.1
30482026-08-25T00:42:15.409Z[ helios-setup] Aug 25 00:42:14.386 INFO E| Compiling json5 v0.4.1
30492026-08-25T00:42:15.451Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30502026-08-25T00:42:15.518Z[ host-package] Compiling const_format_proc_macros v0.2.34
30512026-08-25T00:42:15.591Z[ host-package] Compiling fd-lock v4.0.4
30522026-08-25T00:42:15.838Z[ host-package] Compiling peg-macros v0.8.5
30532026-08-25T00:42:16.171Z[ host-package] Compiling nu-ansi-term v0.50.3
30542026-08-25T00:42:16.380Z[ host-package] Compiling const_format v0.2.35
30552026-08-25T00:42:16.407Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30562026-08-25T00:42:16.763Z[ host-package] Compiling reedline v0.40.0
30572026-08-25T00:42:21.254Z[ helios-setup] Aug 25 00:42:16.012 INFO E| Compiling four-cc v0.4.0
30582026-08-25T00:42:21.254Z[ helios-setup] Aug 25 00:42:16.012 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30592026-08-25T00:42:21.393Z[ helios-setup] Aug 25 00:42:16.179 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30602026-08-25T00:42:21.393Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30612026-08-25T00:42:21.393Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30622026-08-25T00:42:21.393Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30632026-08-25T00:42:21.393Z[ host-package] Compiling progenitor v0.14.0
30642026-08-25T00:42:21.393Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30652026-08-25T00:42:21.394Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30662026-08-25T00:42:21.394Z[ host-package] Compiling peg v0.8.5
30672026-08-25T00:42:21.395Z[ host-package] Compiling bcs v0.1.6
30682026-08-25T00:42:21.418Z[ host-package] Compiling nom v8.0.0
30692026-08-25T00:42:21.418Z[ host-package] Compiling semver v0.1.20
30702026-08-25T00:42:21.418Z[ host-package] Compiling rustc_version v0.1.7
30712026-08-25T00:42:21.419Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30722026-08-25T00:42:21.419Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30732026-08-25T00:42:21.419Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30742026-08-25T00:42:21.419Z[ host-package] Compiling newtype_derive v0.1.6
30752026-08-25T00:42:21.419Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30762026-08-25T00:42:21.419Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30772026-08-25T00:42:21.419Z[ host-package] Compiling serde_tokenstream v0.3.0
30782026-08-25T00:42:21.458Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30792026-08-25T00:42:21.764Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30802026-08-25T00:42:21.842Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30812026-08-25T00:42:21.876Z[ host-package] Compiling oxide-generation-macros v0.2.0
30822026-08-25T00:42:22.367Z[ host-package] Compiling steno v0.4.1
30832026-08-25T00:42:22.659Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30842026-08-25T00:42:22.705Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
30852026-08-25T00:42:22.881Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30862026-08-25T00:42:23.349Z[ host-package] Compiling sha1 v0.10.6
30872026-08-25T00:42:23.590Z[ host-package] Compiling tagptr v0.2.0
30882026-08-25T00:42:23.669Z[ host-package] Compiling utf-8 v0.7.6
30892026-08-25T00:42:23.830Z[ host-package] Compiling moka v0.12.13
30902026-08-25T00:42:23.887Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30912026-08-25T00:42:23.923Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30922026-08-25T00:42:24.012Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30932026-08-25T00:42:24.203Z[ host-package] Compiling tungstenite v0.21.0
30942026-08-25T00:42:24.614Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30952026-08-25T00:42:24.899Z[ host-package] Compiling tokio-tungstenite v0.21.0
30962026-08-25T00:42:25.151Z[ host-package] Compiling hickory-resolver v0.25.2
30972026-08-25T00:42:25.318Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30982026-08-25T00:42:26.251Z[ host-package] Compiling darling_core v0.21.3
30992026-08-25T00:42:27.380Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31002026-08-25T00:42:27.517Z[ host-package] Compiling display-error-chain v0.2.2
31012026-08-25T00:42:27.716Z[ host-package] Compiling libscf-sys v1.2.0
31022026-08-25T00:42:27.771Z[ host-package] Compiling vergen-lib v0.1.6
31032026-08-25T00:42:27.942Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31042026-08-25T00:42:28.025Z[ host-package] Compiling diesel_derives v2.3.7
31052026-08-25T00:42:28.412Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31062026-08-25T00:42:28.513Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31072026-08-25T00:42:28.711Z[ host-package] Compiling darling_macro v0.21.3
31082026-08-25T00:42:29.275Z[ host-package] Compiling darling v0.21.3
31092026-08-25T00:42:29.408Z[ host-package] Compiling dsl_auto_type v0.2.0
31102026-08-25T00:42:29.632Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31112026-08-25T00:42:29.966Z[ host-package] Compiling vergen-gitcl v1.0.8
31122026-08-25T00:42:30.270Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31132026-08-25T00:42:30.321Z[ host-package] Compiling dirs-sys-next v0.1.2
31142026-08-25T00:42:30.368Z[ host-package] Compiling maplit v1.0.2
31152026-08-25T00:42:30.432Z[ host-package] Compiling glob v0.3.3
31162026-08-25T00:42:30.578Z[ host-package] Compiling crunchy v0.2.4
31172026-08-25T00:42:30.674Z[ host-package] Compiling dirs-next v2.0.0
31182026-08-25T00:42:30.807Z[ host-package] Compiling clang-sys v1.8.1
31192026-08-25T00:42:30.917Z[ host-package] Compiling r2d2 v0.8.10
31202026-08-25T00:42:31.169Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31212026-08-25T00:42:31.196Z[ host-package] Compiling papergrid v0.18.0
31222026-08-25T00:42:31.268Z[ host-package] Compiling tiny-keccak v2.0.2
31232026-08-25T00:42:31.296Z[ host-package] Compiling xshell-macros v0.2.7
31242026-08-25T00:42:31.328Z[ host-package] Compiling downcast-rs v2.0.2
31252026-08-25T00:42:31.482Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31262026-08-25T00:42:31.673Z[ host-package] Compiling term v0.7.0
31272026-08-25T00:42:31.736Z[ helios-setup] Aug 25 00:42:30.713 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31282026-08-25T00:42:31.897Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31292026-08-25T00:42:31.965Z[ host-package] Compiling xshell v0.2.7
31302026-08-25T00:42:32.063Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31312026-08-25T00:42:32.135Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31322026-08-25T00:42:32.281Z[ host-package] Compiling bit-vec v0.6.3
31332026-08-25T00:42:32.498Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31342026-08-25T00:42:32.576Z[ host-package] Compiling tabled v0.21.0
31352026-08-25T00:42:32.639Z[ host-package] Compiling bit-set v0.5.3
31362026-08-25T00:42:32.991Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31372026-08-25T00:42:33.057Z[ host-package] Compiling ascii-canvas v3.0.0
31382026-08-25T00:42:33.406Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31392026-08-25T00:42:33.496Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31402026-08-25T00:42:33.796Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31412026-08-25T00:42:33.879Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31422026-08-25T00:42:34.075Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31432026-08-25T00:42:34.377Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31442026-08-25T00:42:34.417Z[ host-package] Compiling itertools v0.10.5
31452026-08-25T00:42:34.597Z[ host-package] Compiling ena v0.14.4
31462026-08-25T00:42:34.653Z[ host-package] Compiling libloading v0.8.9
31472026-08-25T00:42:34.932Z[ host-package] Compiling regex-syntax v0.6.29
31482026-08-25T00:42:34.992Z[ host-package] Compiling diff v0.1.13
31492026-08-25T00:42:35.157Z[ host-package] Compiling unicase v2.9.0
31502026-08-25T00:42:35.291Z[ helios-setup] Aug 25 00:42:34.264 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31512026-08-25T00:42:35.308Z[ host-package] Compiling bindgen v0.71.1
31522026-08-25T00:42:35.557Z[ host-package] Compiling diesel v2.3.7
31532026-08-25T00:42:35.750Z[ host-package] Compiling cexpr v0.6.0
31542026-08-25T00:42:36.010Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31552026-08-25T00:42:36.139Z[ host-package] Compiling crc8 v0.1.1
31562026-08-25T00:42:36.301Z[ host-package] Compiling rustc-hash v2.1.1
31572026-08-25T00:42:36.422Z[ host-package] Compiling lalrpop v0.19.12
31582026-08-25T00:42:36.471Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31592026-08-25T00:42:36.776Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31602026-08-25T00:42:36.910Z[ host-package] Compiling headers-core v0.3.0
31612026-08-25T00:42:37.090Z[ host-package] Compiling libxml v0.3.3
31622026-08-25T00:42:37.483Z[ host-package] Compiling headers v0.4.1
31632026-08-25T00:42:37.694Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31642026-08-25T00:42:37.743Z[ host-package] Compiling strum_macros v0.24.3
31652026-08-25T00:42:37.906Z[ host-package] Compiling indoc v1.0.9
31662026-08-25T00:42:38.054Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31672026-08-25T00:42:38.409Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31682026-08-25T00:42:38.439Z[ host-package] Compiling derive_builder v0.20.2
31692026-08-25T00:42:38.484Z[ host-package] Compiling quick-xml v0.37.5
31702026-08-25T00:42:38.567Z[ host-package] Compiling oso-derive v0.27.3
31712026-08-25T00:42:38.732Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31722026-08-25T00:42:39.110Z[ host-package] Compiling openssl-probe v0.1.6
31732026-08-25T00:42:39.179Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31742026-08-25T00:42:39.375Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31752026-08-25T00:42:39.527Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31762026-08-25T00:42:39.866Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31772026-08-25T00:42:40.003Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31782026-08-25T00:42:40.125Z[ host-package] Compiling bb8 v0.8.6
31792026-08-25T00:42:40.291Z[ host-package] Compiling trait-variant v0.1.2
31802026-08-25T00:42:40.377Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31812026-08-25T00:42:40.579Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31822026-08-25T00:42:40.822Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31832026-08-25T00:42:40.862Z[ host-package] Compiling half v1.8.3
31842026-08-25T00:42:40.897Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31852026-08-25T00:42:40.983Z[ host-package] Compiling proc-macro-error2 v2.0.1
31862026-08-25T00:42:41.205Z[ host-package] Compiling serde_cbor v0.11.2
31872026-08-25T00:42:41.392Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31882026-08-25T00:42:41.433Z[ host-package] Compiling hashbrown v0.14.5
31892026-08-25T00:42:41.535Z[ host-package] Compiling rfc6979 v0.4.0
31902026-08-25T00:42:41.732Z[ host-package] Compiling salty v0.3.0
31912026-08-25T00:42:41.906Z[ host-package] Compiling ecdsa v0.16.9
31922026-08-25T00:42:42.119Z[ host-package] Compiling samael v0.0.19
31932026-08-25T00:42:42.169Z[ host-package] Compiling chumsky v0.9.3
31942026-08-25T00:42:42.272Z[ host-package] Compiling knus-derive v3.4.0
31952026-08-25T00:42:42.447Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31962026-08-25T00:42:42.596Z[ host-package] Compiling progenitor-impl v0.13.0
31972026-08-25T00:42:42.715Z[ host-package] Compiling primeorder v0.13.6
31982026-08-25T00:42:43.119Z[ host-package] Compiling nonempty v0.12.0
31992026-08-25T00:42:43.364Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32002026-08-25T00:42:43.780Z[ host-package] Compiling p384 v0.13.1
32012026-08-25T00:42:43.918Z[ host-package] Compiling knus v3.4.0
32022026-08-25T00:42:44.431Z[ host-package] Compiling polar-core v0.27.3
32032026-08-25T00:42:44.857Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32042026-08-25T00:42:45.170Z[ host-package] Compiling progenitor-macro v0.13.0
32052026-08-25T00:42:45.319Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32062026-08-25T00:42:45.746Z[ host-package] Compiling progenitor-client v0.13.0
32072026-08-25T00:42:46.067Z[ host-package] Compiling fxhash v0.2.1
32082026-08-25T00:42:46.297Z[ host-package] Compiling libz-sys v1.1.24
32092026-08-25T00:42:46.466Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32102026-08-25T00:42:46.517Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32112026-08-25T00:42:46.975Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32122026-08-25T00:42:47.161Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32132026-08-25T00:42:47.395Z[ helios-setup] Aug 25 00:42:46.371 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.74s
32142026-08-25T00:42:47.430Z[ helios-setup] Aug 25 00:42:46.407 INFO building project "amd-host-image-builder" ok (45 seconds)
32152026-08-25T00:42:47.430Z[ helios-setup] Aug 25 00:42:46.407 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
32162026-08-25T00:42:47.602Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32172026-08-25T00:42:48.004Z[ host-package] Compiling kstat-rs v0.2.5
32182026-08-25T00:42:48.754Z[ host-package] Compiling mime_guess v2.0.5
32192026-08-25T00:42:49.372Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32202026-08-25T00:42:49.530Z[ host-package] Compiling progenitor v0.13.0
32212026-08-25T00:42:50.106Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
32222026-08-25T00:42:50.336Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32232026-08-25T00:42:50.463Z[ host-package] Compiling nanorand v0.7.0
32242026-08-25T00:42:50.578Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32252026-08-25T00:42:50.826Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32262026-08-25T00:42:50.867Z[ host-package] Compiling parking_lot_core v0.8.6
32272026-08-25T00:42:51.194Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32282026-08-25T00:42:52.107Z[ host-package] Compiling flume v0.11.1
32292026-08-25T00:42:52.141Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32302026-08-25T00:42:52.712Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32312026-08-25T00:42:52.760Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32322026-08-25T00:42:53.327Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32332026-08-25T00:42:53.504Z[ host-package] Compiling git-stub v1.0.0
32342026-08-25T00:42:53.818Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
32352026-08-25T00:42:53.993Z[ host-package] Compiling corncobs v0.1.4
32362026-08-25T00:42:54.056Z[ host-package] Compiling http-range v0.1.5
32372026-08-25T00:42:54.096Z[ host-package] Compiling oso v0.27.3
32382026-08-25T00:42:54.418Z[ host-package] Compiling diesel-dtrace v0.5.0
32392026-08-25T00:42:54.795Z[ host-package] Compiling async-bb8-diesel v0.2.1
32402026-08-25T00:42:55.414Z[ host-package] Compiling strsim v0.10.0
32412026-08-25T00:42:55.449Z[ host-package] Compiling instability v0.3.11
32422026-08-25T00:42:55.744Z[ host-package] Compiling darling_core v0.13.4
32432026-08-25T00:42:55.772Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32442026-08-25T00:42:57.621Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32452026-08-25T00:42:58.220Z[ host-package] Compiling git-stub-vcs v0.1.0
32462026-08-25T00:43:02.785Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32472026-08-25T00:43:03.235Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32482026-08-25T00:43:03.235Z[ host-package] Compiling ignore v0.4.25
32492026-08-25T00:43:03.235Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32502026-08-25T00:43:03.236Z[ host-package] Compiling anstyle-parse v0.2.7
32512026-08-25T00:43:03.236Z[ host-package] Compiling secrecy v0.8.0
32522026-08-25T00:43:03.236Z[ host-package] Compiling castaway v0.2.4
32532026-08-25T00:43:03.236Z[ host-package] Compiling vergen-git2 v9.1.0
32542026-08-25T00:43:03.236Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32552026-08-25T00:43:03.236Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32562026-08-25T00:43:03.236Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32572026-08-25T00:43:03.236Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32582026-08-25T00:43:03.237Z[ host-package] Compiling indoc v2.0.7
32592026-08-25T00:43:03.697Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32602026-08-25T00:43:04.300Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32612026-08-25T00:43:04.368Z[ host-package] Compiling compact_str v0.8.1
32622026-08-25T00:43:05.393Z[ host-package] Compiling anstream v0.6.21
32632026-08-25T00:43:05.681Z[ host-package] Compiling globwalk v0.9.1
32642026-08-25T00:43:06.045Z[ host-package] Compiling parking_lot v0.11.2
32652026-08-25T00:43:06.087Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32662026-08-25T00:43:06.322Z[ host-package] Compiling hyper-staticfile v0.10.1
32672026-08-25T00:43:06.647Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32682026-08-25T00:43:06.859Z[ host-package] Compiling darling_macro v0.13.4
32692026-08-25T00:43:07.027Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32702026-08-25T00:43:07.195Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32712026-08-25T00:43:07.390Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32722026-08-25T00:43:07.483Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32732026-08-25T00:43:07.874Z[ host-package] Compiling predicates-tree v1.0.13
32742026-08-25T00:43:07.955Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-08-25T00:43:08.240Z[ host-package] Compiling unicode-truncate v1.1.0
32762026-08-25T00:43:08.334Z[ host-package] Compiling lru v0.12.5
32772026-08-25T00:43:08.458Z[ host-package] Compiling rand_seeder v0.4.0
32782026-08-25T00:43:08.571Z[ host-package] Compiling prefix-trie v0.7.0
32792026-08-25T00:43:08.661Z[ host-package] Compiling cassowary v0.3.0
32802026-08-25T00:43:08.742Z[ helios-setup] Aug 25 00:43:07.717 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')"
32812026-08-25T00:43:08.742Z[ helios-setup] Aug 25 00:43:07.717 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32822026-08-25T00:43:08.748Z[ helios-setup] Aug 25 00:43:07.725 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
32832026-08-25T00:43:08.748Z[ helios-setup] Aug 25 00:43:07.725 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32842026-08-25T00:43:08.748Z[ helios-setup] Aug 25 00:43:07.725 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32852026-08-25T00:43:08.776Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32862026-08-25T00:43:08.793Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32872026-08-25T00:43:08.857Z[ helios-setup] Aug 25 00:43:07.834 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32882026-08-25T00:43:09.043Z[ host-package] Compiling hickory-server v0.25.2
32892026-08-25T00:43:09.050Z[ host-package] Compiling ratatui v0.29.0
32902026-08-25T00:43:09.095Z[ host-package] Compiling camino-tempfile-ext v0.3.3
32912026-08-25T00:43:09.125Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32922026-08-25T00:43:09.169Z[ helios-setup] Aug 25 00:43:08.146 INFO E| From https://github.com/jclulow/rust-jmclib
32932026-08-25T00:43:09.169Z[ helios-setup] Aug 25 00:43:08.147 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32942026-08-25T00:43:09.181Z[ helios-setup] Aug 25 00:43:08.158 INFO E| Updating crates.io index
32952026-08-25T00:43:09.231Z[ helios-setup] Aug 25 00:43:08.209 INFO E| Downloading crates ...
32962026-08-25T00:43:09.284Z[ helios-setup] Aug 25 00:43:08.262 INFO E| Downloaded glob v0.3.1
32972026-08-25T00:43:09.289Z[ helios-setup] Aug 25 00:43:08.266 INFO E| Downloaded getrandom v0.2.10
32982026-08-25T00:43:09.294Z[ helios-setup] Aug 25 00:43:08.271 INFO E| Downloaded digest v0.9.0
32992026-08-25T00:43:09.297Z[ helios-setup] Aug 25 00:43:08.272 INFO E| Downloaded opaque-debug v0.3.0
33002026-08-25T00:43:09.300Z[ helios-setup] Aug 25 00:43:08.275 INFO E| Downloaded cpufeatures v0.2.9
33012026-08-25T00:43:09.304Z[ helios-setup] Aug 25 00:43:08.279 INFO E| Downloaded fastrand v2.0.0
33022026-08-25T00:43:09.304Z[ helios-setup] Aug 25 00:43:08.279 INFO E| Downloaded libdevinfo-sys v1.0.0
33032026-08-25T00:43:09.304Z[ helios-setup] Aug 25 00:43:08.279 INFO E| Downloaded errno v0.3.1
33042026-08-25T00:43:09.304Z[ helios-setup] Aug 25 00:43:08.279 INFO E| Downloaded itoa v1.0.9
33052026-08-25T00:43:09.304Z[ helios-setup] Aug 25 00:43:08.279 INFO E| Downloaded anyhow v1.0.72
33062026-08-25T00:43:09.304Z[ helios-setup] Aug 25 00:43:08.281 INFO E| Downloaded sha-1 v0.9.8
33072026-08-25T00:43:09.307Z[ helios-setup] Aug 25 00:43:08.282 INFO E| Downloaded block-buffer v0.9.0
33082026-08-25T00:43:09.307Z[ helios-setup] Aug 25 00:43:08.284 INFO E| Downloaded md-5 v0.9.1
33092026-08-25T00:43:09.325Z[ helios-setup] Aug 25 00:43:08.303 INFO E| Downloaded unicode-width v0.1.10
33102026-08-25T00:43:09.330Z[ helios-setup] Aug 25 00:43:08.307 INFO E| Downloaded walkdir v2.3.3
33112026-08-25T00:43:09.335Z[ helios-setup] Aug 25 00:43:08.312 INFO E| Downloaded quote v1.0.31
33122026-08-25T00:43:09.342Z[ helios-setup] Aug 25 00:43:08.319 INFO E| Downloaded tempfile v3.7.0
33132026-08-25T00:43:09.347Z[ helios-setup] Aug 25 00:43:08.324 INFO E| Downloaded uuid v0.8.2
33142026-08-25T00:43:09.351Z[ helios-setup] Aug 25 00:43:08.327 INFO E| Downloaded bitflags v2.3.3
33152026-08-25T00:43:09.354Z[ helios-setup] Aug 25 00:43:08.329 INFO E| Downloaded once_cell v1.18.0
33162026-08-25T00:43:09.354Z[ helios-setup] Aug 25 00:43:08.330 INFO E| Downloaded proc-macro2 v1.0.66
33172026-08-25T00:43:09.358Z[ helios-setup] Aug 25 00:43:08.332 INFO E| Downloaded ryu v1.0.15
33182026-08-25T00:43:09.361Z[ helios-setup] Aug 25 00:43:08.336 INFO E| Downloaded typenum v1.16.0
33192026-08-25T00:43:09.364Z[ helios-setup] Aug 25 00:43:08.340 INFO E| Downloaded toml v0.5.11
33202026-08-25T00:43:09.364Z[ helios-setup] Aug 25 00:43:08.340 INFO E| Downloaded serde_derive v1.0.193
33212026-08-25T00:43:09.368Z[ host-package] Compiling darling v0.13.4
33222026-08-25T00:43:09.371Z[ helios-setup] Aug 25 00:43:08.346 INFO E| Downloaded unicode-ident v1.0.11
33232026-08-25T00:43:09.371Z[ helios-setup] Aug 25 00:43:08.348 INFO E| Downloaded serde v1.0.193
33242026-08-25T00:43:09.386Z[ helios-setup] Aug 25 00:43:08.364 INFO E| Downloaded serde_json v1.0.103
33252026-08-25T00:43:09.415Z[ helios-setup] Aug 25 00:43:08.391 INFO E| Downloaded syn v2.0.32
33262026-08-25T00:43:09.428Z[ helios-setup] Aug 25 00:43:08.405 INFO E| Downloaded rustix v0.38.4
33272026-08-25T00:43:09.451Z[ helios-setup] Aug 25 00:43:08.428 INFO E| Downloaded libc v0.2.147
33282026-08-25T00:43:09.532Z[ helios-setup] Aug 25 00:43:08.509 INFO E| Compiling libc v0.2.147
33292026-08-25T00:43:09.532Z[ helios-setup] Aug 25 00:43:08.509 INFO E| Compiling proc-macro2 v1.0.66
33302026-08-25T00:43:09.533Z[ helios-setup] Aug 25 00:43:08.509 INFO E| Compiling unicode-ident v1.0.11
33312026-08-25T00:43:09.536Z[ helios-setup] Aug 25 00:43:08.509 INFO E| Compiling cfg-if v1.0.0
33322026-08-25T00:43:09.536Z[ helios-setup] Aug 25 00:43:08.509 INFO E| Compiling version_check v0.9.4
33332026-08-25T00:43:09.536Z[ helios-setup] Aug 25 00:43:08.509 INFO E| Compiling typenum v1.16.0
33342026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling serde v1.0.193
33352026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling powerfmt v0.2.0
33362026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling slog v2.7.0
33372026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling num-conv v0.1.0
33382026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling time-core v0.1.2
33392026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling rustix v0.38.4
33402026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling itoa v1.0.9
33412026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling bitflags v2.3.3
33422026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling once_cell v1.18.0
33432026-08-25T00:43:09.537Z[ helios-setup] Aug 25 00:43:08.510 INFO E| Compiling num_threads v0.1.6
33442026-08-25T00:43:09.561Z[ host-package] Compiling sled v0.34.7
33452026-08-25T00:43:10.079Z[ helios-setup] Aug 25 00:43:09.056 INFO E| Compiling generic-array v0.14.7
33462026-08-25T00:43:10.199Z[ helios-setup] Aug 25 00:43:09.176 INFO E| Compiling anyhow v1.0.72
33472026-08-25T00:43:10.208Z[ helios-setup] Aug 25 00:43:09.182 INFO E| Compiling opaque-debug v0.3.0
33482026-08-25T00:43:10.287Z[ helios-setup] Aug 25 00:43:09.262 INFO E| Compiling serde_json v1.0.103
33492026-08-25T00:43:10.294Z[ helios-setup] Aug 25 00:43:09.271 INFO E| Compiling fastrand v2.0.0
33502026-08-25T00:43:10.373Z[ helios-setup] Aug 25 00:43:09.350 INFO E| Compiling ryu v1.0.15
33512026-08-25T00:43:10.398Z[ helios-setup] Aug 25 00:43:09.375 INFO E| Compiling unicode-width v0.1.10
33522026-08-25T00:43:10.475Z[ helios-setup] Aug 25 00:43:09.452 INFO E| Compiling deranged v0.3.11
33532026-08-25T00:43:10.486Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33542026-08-25T00:43:10.558Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-08-25T00:43:10.613Z[ helios-setup] Aug 25 00:43:09.590 INFO E| Compiling thread_local v1.1.7
33562026-08-25T00:43:10.618Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33572026-08-25T00:43:10.646Z[ helios-setup] Aug 25 00:43:09.622 INFO E| Compiling time-macros v0.2.18
33582026-08-25T00:43:10.692Z[ helios-setup] Aug 25 00:43:09.670 INFO E| Compiling cpufeatures v0.2.9
33592026-08-25T00:43:10.703Z[ helios-setup] Aug 25 00:43:09.680 INFO E| Compiling same-file v1.0.6
33602026-08-25T00:43:10.750Z[ helios-setup] Aug 25 00:43:09.727 INFO E| Compiling getopts v0.2.21
33612026-08-25T00:43:10.787Z[ helios-setup] Aug 25 00:43:09.765 INFO E| Compiling glob v0.3.1
33622026-08-25T00:43:10.807Z[ helios-setup] Aug 25 00:43:09.784 INFO E| Compiling libdevinfo-sys v1.0.0
33632026-08-25T00:43:10.830Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33642026-08-25T00:43:10.847Z[ helios-setup] Aug 25 00:43:09.824 INFO E| Compiling walkdir v2.3.3
33652026-08-25T00:43:10.957Z[ helios-setup] Aug 25 00:43:09.932 INFO E| Compiling quote v1.0.31
33662026-08-25T00:43:11.295Z[ helios-setup] Aug 25 00:43:10.272 INFO E| Compiling syn v2.0.32
33672026-08-25T00:43:11.360Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33682026-08-25T00:43:11.488Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33692026-08-25T00:43:11.739Z[ helios-setup] Aug 25 00:43:10.716 INFO E| Compiling dirs-sys-next v0.1.2
33702026-08-25T00:43:11.739Z[ helios-setup] Aug 25 00:43:10.716 INFO E| Compiling errno v0.3.1
33712026-08-25T00:43:11.739Z[ helios-setup] Aug 25 00:43:10.716 INFO E| Compiling atty v0.2.14
33722026-08-25T00:43:11.742Z[ helios-setup] Aug 25 00:43:10.716 INFO E| Compiling getrandom v0.2.10
33732026-08-25T00:43:11.890Z[ helios-setup] Aug 25 00:43:10.868 INFO E| Compiling dirs-next v2.0.0
33742026-08-25T00:43:11.968Z[ helios-setup] Aug 25 00:43:10.945 INFO E| Compiling term v0.7.0
33752026-08-25T00:43:11.976Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33762026-08-25T00:43:12.512Z[ helios-setup] Aug 25 00:43:11.490 INFO E| Compiling block-buffer v0.9.0
33772026-08-25T00:43:12.513Z[ helios-setup] Aug 25 00:43:11.490 INFO E| Compiling digest v0.9.0
33782026-08-25T00:43:12.516Z[ helios-setup] Aug 25 00:43:11.490 INFO E| Compiling time v0.3.36
33792026-08-25T00:43:12.650Z[ helios-setup] Aug 25 00:43:11.627 INFO E| Compiling tempfile v3.7.0
33802026-08-25T00:43:12.682Z[ helios-setup] Aug 25 00:43:11.643 INFO E| Compiling md-5 v0.9.1
33812026-08-25T00:43:12.683Z[ helios-setup] Aug 25 00:43:11.643 INFO E| Compiling sha-1 v0.9.8
33822026-08-25T00:43:13.481Z[ helios-setup] Aug 25 00:43:12.417 INFO E| Compiling serde_derive v1.0.193
33832026-08-25T00:43:13.659Z[ helios-setup] Aug 25 00:43:12.635 INFO E| Compiling slog-term v2.9.0
33842026-08-25T00:43:14.178Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33852026-08-25T00:43:14.352Z[ host-package] Compiling serde_with_macros v1.5.2
33862026-08-25T00:43:14.836Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33872026-08-25T00:43:15.373Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33882026-08-25T00:43:15.420Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33892026-08-25T00:43:15.760Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33902026-08-25T00:43:15.992Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33912026-08-25T00:43:16.226Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33922026-08-25T00:43:16.572Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33932026-08-25T00:43:16.794Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33942026-08-25T00:43:16.939Z[ host-package] Compiling git2 v0.20.4
33952026-08-25T00:43:17.071Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33962026-08-25T00:43:17.152Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33972026-08-25T00:43:17.299Z[ host-package] Compiling arc-swap v1.8.2
33982026-08-25T00:43:17.474Z[ host-package] Compiling void v1.0.2
33992026-08-25T00:43:17.675Z[ host-package] Compiling lzss v0.8.2
34002026-08-25T00:43:17.736Z[ helios-setup] Aug 25 00:43:16.712 INFO E| Compiling toml v0.5.11
34012026-08-25T00:43:17.736Z[ helios-setup] Aug 25 00:43:16.712 INFO E| Compiling uuid v0.8.2
34022026-08-25T00:43:17.872Z[ host-package] Compiling slog-scope v4.4.1
34032026-08-25T00:43:18.395Z[ host-package] Compiling illumos-nvpair v0.3.0
34042026-08-25T00:43:18.439Z[ host-package] Compiling serde_with v1.14.0
34052026-08-25T00:43:18.457Z[ helios-setup] Aug 25 00:43:17.434 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34062026-08-25T00:43:19.002Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34072026-08-25T00:43:19.399Z[ helios-setup] Aug 25 00:43:18.376 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34082026-08-25T00:43:20.104Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34092026-08-25T00:43:20.254Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34102026-08-25T00:43:20.496Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34112026-08-25T00:43:21.172Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-08-25T00:43:21.331Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34132026-08-25T00:43:21.598Z[ host-package] Compiling scuffle v0.1.0
34142026-08-25T00:43:21.975Z[ host-package] Compiling tungstenite v0.23.0
34152026-08-25T00:43:23.568Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34162026-08-25T00:43:23.671Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34172026-08-25T00:43:23.854Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34182026-08-25T00:43:23.863Z[ helios-setup] Aug 25 00:43:22.839 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s
34192026-08-25T00:43:23.889Z[ helios-setup] Aug 25 00:43:22.865 INFO building project "image-builder" ok (15 seconds)
34202026-08-25T00:43:23.889Z[ helios-setup] Aug 25 00:43:22.865 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34212026-08-25T00:43:23.897Z[ helios-setup] Aug 25 00:43:22.874 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
34222026-08-25T00:43:23.898Z[ helios-setup] Aug 25 00:43:22.874 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34232026-08-25T00:43:23.901Z[ helios-setup] Aug 25 00:43:22.874 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34242026-08-25T00:43:24.017Z[ helios-setup] Aug 25 00:43:22.982 INFO E| Blocking waiting for file lock on package cache
34252026-08-25T00:43:24.314Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34262026-08-25T00:43:24.540Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34272026-08-25T00:43:24.779Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34282026-08-25T00:43:25.040Z[ host-package] Compiling nix v0.27.1
34292026-08-25T00:43:25.701Z[ host-package] Compiling twox-hash v2.1.2
34302026-08-25T00:43:25.755Z[ host-package] Compiling libsw-core v0.3.2
34312026-08-25T00:43:25.983Z[ host-package] Compiling atty v0.2.14
34322026-08-25T00:43:26.007Z[ host-package] Compiling serde_bytes v0.11.19
34332026-08-25T00:43:26.141Z[ host-package] Compiling libsw v3.5.0
34342026-08-25T00:43:26.219Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34352026-08-25T00:43:26.305Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34362026-08-25T00:43:26.309Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-08-25T00:43:26.375Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34382026-08-25T00:43:26.574Z[ host-package] Compiling tokio-tungstenite v0.23.1
34392026-08-25T00:43:26.959Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34402026-08-25T00:43:27.310Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34412026-08-25T00:43:27.728Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34422026-08-25T00:43:30.435Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34432026-08-25T00:43:30.726Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34442026-08-25T00:43:31.102Z[ host-package] Compiling slog-stdlog v4.1.1
34452026-08-25T00:43:31.168Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34462026-08-25T00:43:31.392Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34472026-08-25T00:43:31.494Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34482026-08-25T00:43:31.635Z[ helios-setup] Aug 25 00:43:30.612 INFO E| Blocking waiting for file lock on package cache
34492026-08-25T00:43:31.639Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34502026-08-25T00:43:31.728Z[ helios-setup] Aug 25 00:43:30.704 INFO E| Blocking waiting for file lock on package cache
34512026-08-25T00:43:31.783Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34522026-08-25T00:43:32.597Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34532026-08-25T00:43:33.383Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34542026-08-25T00:43:35.133Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34552026-08-25T00:43:35.604Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34562026-08-25T00:43:35.789Z[ helios-setup] Aug 25 00:43:34.765 INFO E| Downloading crates ...
34572026-08-25T00:43:35.830Z[ helios-setup] Aug 25 00:43:34.806 INFO E| Downloaded adler2 v2.0.0
34582026-08-25T00:43:35.838Z[ helios-setup] Aug 25 00:43:34.815 INFO E| Downloaded miniz_oxide v0.8.8
34592026-08-25T00:43:35.880Z[ helios-setup] Aug 25 00:43:34.855 INFO E| Compiling adler2 v2.0.0
34602026-08-25T00:43:35.982Z[ helios-setup] Aug 25 00:43:34.948 INFO E| Compiling miniz_oxide v0.8.8
34612026-08-25T00:43:36.220Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34622026-08-25T00:43:36.252Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34632026-08-25T00:43:37.156Z[ helios-setup] Aug 25 00:43:36.132 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34642026-08-25T00:43:37.634Z[ helios-setup] Aug 25 00:43:36.610 INFO E| Finished `release` profile [optimized] target(s) in 13.72s
34652026-08-25T00:43:37.644Z[ helios-setup] Aug 25 00:43:36.620 INFO building project "pinprick" ok (13 seconds)
34662026-08-25T00:43:37.644Z[ helios-setup] Aug 25 00:43:36.621 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34672026-08-25T00:43:37.653Z[ helios-setup] Aug 25 00:43:36.630 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34682026-08-25T00:43:37.653Z[ helios-setup] Aug 25 00:43:36.630 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34692026-08-25T00:43:37.653Z[ helios-setup] Aug 25 00:43:36.630 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34702026-08-25T00:43:37.766Z[ helios-setup] Aug 25 00:43:36.741 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34712026-08-25T00:43:37.811Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34722026-08-25T00:43:38.134Z[ helios-setup] Aug 25 00:43:37.110 INFO E| From https://github.com/jclulow/hiercmd
34732026-08-25T00:43:38.134Z[ helios-setup] Aug 25 00:43:37.110 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34742026-08-25T00:43:38.146Z[ helios-setup] Aug 25 00:43:37.122 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34752026-08-25T00:43:38.445Z[ helios-setup] Aug 25 00:43:37.421 INFO E| From https://github.com/oxidecomputer/network-interface
34762026-08-25T00:43:38.445Z[ helios-setup] Aug 25 00:43:37.421 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34772026-08-25T00:43:38.457Z[ helios-setup] Aug 25 00:43:37.434 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34782026-08-25T00:43:39.064Z[ helios-setup] Aug 25 00:43:38.040 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34792026-08-25T00:43:39.064Z[ helios-setup] Aug 25 00:43:38.041 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34802026-08-25T00:43:39.078Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34812026-08-25T00:43:39.082Z[ helios-setup] Aug 25 00:43:38.058 INFO E| Updating crates.io index
34822026-08-25T00:43:39.145Z[ helios-setup] Aug 25 00:43:38.122 INFO E| Downloading crates ...
34832026-08-25T00:43:39.238Z[ helios-setup] Aug 25 00:43:38.215 INFO E| Downloaded clap v4.5.51
34842026-08-25T00:43:39.244Z[ helios-setup] Aug 25 00:43:38.221 INFO E| Downloaded clap_derive v4.5.49
34852026-08-25T00:43:39.250Z[ helios-setup] Aug 25 00:43:38.222 INFO E| Downloaded clap_lex v0.7.6
34862026-08-25T00:43:39.262Z[ helios-setup] Aug 25 00:43:38.238 INFO E| Downloaded devinfo v0.1.0
34872026-08-25T00:43:39.266Z[ helios-setup] Aug 25 00:43:38.239 INFO E| Downloaded anstyle-query v1.1.4
34882026-08-25T00:43:39.266Z[ helios-setup] Aug 25 00:43:38.240 INFO E| Downloaded pin-utils v0.1.0
34892026-08-25T00:43:39.266Z[ helios-setup] Aug 25 00:43:38.241 INFO E| Downloaded zeroize_derive v1.4.2
34902026-08-25T00:43:39.266Z[ helios-setup] Aug 25 00:43:38.241 INFO E| Downloaded futures-sink v0.3.31
34912026-08-25T00:43:39.266Z[ helios-setup] Aug 25 00:43:38.242 INFO E| Downloaded futures-macro v0.3.31
34922026-08-25T00:43:39.270Z[ helios-setup] Aug 25 00:43:38.243 INFO E| Downloaded crc v3.3.0
34932026-08-25T00:43:39.271Z[ helios-setup] Aug 25 00:43:38.244 INFO E| Downloaded futures-io v0.3.31
34942026-08-25T00:43:39.271Z[ helios-setup] Aug 25 00:43:38.245 INFO E| Downloaded env_filter v0.1.4
34952026-08-25T00:43:39.271Z[ helios-setup] Aug 25 00:43:38.246 INFO E| Downloaded anstyle v1.0.13
34962026-08-25T00:43:39.271Z[ helios-setup] Aug 25 00:43:38.247 INFO E| Downloaded num_enum_derive v0.7.5
34972026-08-25T00:43:39.276Z[ helios-setup] Aug 25 00:43:38.248 INFO E| Downloaded futures-core v0.3.31
34982026-08-25T00:43:39.276Z[ helios-setup] Aug 25 00:43:38.248 INFO E| Downloaded time-core v0.1.6
34992026-08-25T00:43:39.276Z[ helios-setup] Aug 25 00:43:38.249 INFO E| Downloaded bitfield-macros v0.19.3
35002026-08-25T00:43:39.302Z[ helios-setup] Aug 25 00:43:38.279 INFO E| Downloaded serde_spanned v1.0.3
35012026-08-25T00:43:39.306Z[ helios-setup] Aug 25 00:43:38.280 INFO E| Downloaded libdevinfo-sys v1.1.0
35022026-08-25T00:43:39.306Z[ helios-setup] Aug 25 00:43:38.281 INFO E| Downloaded futures-task v0.3.31
35032026-08-25T00:43:39.306Z[ helios-setup] Aug 25 00:43:38.281 INFO E| Downloaded simd-adler32 v0.3.7
35042026-08-25T00:43:39.306Z[ helios-setup] Aug 25 00:43:38.282 INFO E| Downloaded env_logger v0.11.8
35052026-08-25T00:43:39.314Z[ helios-setup] Aug 25 00:43:38.284 INFO E| Downloaded find-msvc-tools v0.1.4
35062026-08-25T00:43:39.314Z[ helios-setup] Aug 25 00:43:38.285 INFO E| Downloaded deranged v0.5.5
35072026-08-25T00:43:39.314Z[ helios-setup] Aug 25 00:43:38.286 INFO E| Downloaded getopts v0.2.24
35082026-08-25T00:43:39.314Z[ helios-setup] Aug 25 00:43:38.287 INFO E| Downloaded time-macros v0.2.24
35092026-08-25T00:43:39.314Z[ helios-setup] Aug 25 00:43:38.289 INFO E| Downloaded tokio-macros v2.6.0
35102026-08-25T00:43:39.314Z[ helios-setup] Aug 25 00:43:38.289 INFO E| Downloaded toml_writer v1.0.4
35112026-08-25T00:43:39.317Z[ helios-setup] Aug 25 00:43:38.290 INFO E| Downloaded generic-array v0.14.9
35122026-08-25T00:43:39.318Z[ helios-setup] Aug 25 00:43:38.291 INFO E| Downloaded signal-hook-registry v1.4.6
35132026-08-25T00:43:39.318Z[ helios-setup] Aug 25 00:43:38.292 INFO E| Downloaded thiserror v2.0.17
35142026-08-25T00:43:39.321Z[ helios-setup] Aug 25 00:43:38.295 INFO E| Downloaded pin-project-lite v0.2.16
35152026-08-25T00:43:39.325Z[ helios-setup] Aug 25 00:43:38.298 INFO E| Downloaded futures-channel v0.3.31
35162026-08-25T00:43:39.325Z[ helios-setup] Aug 25 00:43:38.300 INFO E| Downloaded num_enum v0.7.5
35172026-08-25T00:43:39.329Z[ helios-setup] Aug 25 00:43:38.303 INFO E| Downloaded slab v0.4.11
35182026-08-25T00:43:39.329Z[ helios-setup] Aug 25 00:43:38.303 INFO E| Downloaded toml_datetime v0.7.3
35192026-08-25T00:43:39.329Z[ helios-setup] Aug 25 00:43:38.304 INFO E| Downloaded thiserror-impl v2.0.17
35202026-08-25T00:43:39.329Z[ helios-setup] Aug 25 00:43:38.305 INFO E| Downloaded bitfield v0.19.3
35212026-08-25T00:43:39.332Z[ helios-setup] Aug 25 00:43:38.306 INFO E| Downloaded quote v1.0.41
35222026-08-25T00:43:39.456Z[ helios-setup] Aug 25 00:43:38.433 INFO E| Downloaded base64ct v1.8.0
35232026-08-25T00:43:39.475Z[ helios-setup] Aug 25 00:43:38.452 INFO E| Downloaded toml_parser v1.0.4
35242026-08-25T00:43:39.479Z[ helios-setup] Aug 25 00:43:38.453 INFO E| Downloaded proc-macro2 v1.0.103
35252026-08-25T00:43:39.483Z[ helios-setup] Aug 25 00:43:38.455 INFO E| Downloaded futures-executor v0.3.31
35262026-08-25T00:43:39.483Z[ helios-setup] Aug 25 00:43:38.456 INFO E| Downloaded bitflags v2.10.0
35272026-08-25T00:43:39.487Z[ helios-setup] Aug 25 00:43:38.460 INFO E| Downloaded futures v0.3.31
35282026-08-25T00:43:39.487Z[ helios-setup] Aug 25 00:43:38.463 INFO E| Downloaded unicode-ident v1.0.22
35292026-08-25T00:43:39.491Z[ helios-setup] Aug 25 00:43:38.465 INFO E| Downloaded toml v0.9.8
35302026-08-25T00:43:39.491Z[ helios-setup] Aug 25 00:43:38.468 INFO E| Downloaded bytes v1.10.1
35312026-08-25T00:43:39.495Z[ helios-setup] Aug 25 00:43:38.471 INFO E| Downloaded uuid v1.18.1
35322026-08-25T00:43:39.503Z[ helios-setup] Aug 25 00:43:38.473 INFO E| Downloaded socket2 v0.6.1
35332026-08-25T00:43:39.506Z[ helios-setup] Aug 25 00:43:38.483 INFO E| Downloaded anyhow v1.0.100
35342026-08-25T00:43:39.510Z[ helios-setup] Aug 25 00:43:38.485 INFO E| Downloaded toml_edit v0.23.7
35352026-08-25T00:43:39.513Z[ helios-setup] Aug 25 00:43:38.488 INFO E| Downloaded flate2 v1.1.5
35362026-08-25T00:43:39.517Z[ helios-setup] Aug 25 00:43:38.490 INFO E| Downloaded log v0.4.28
35372026-08-25T00:43:39.517Z[ helios-setup] Aug 25 00:43:38.492 INFO E| Downloaded typenum v1.19.0
35382026-08-25T00:43:39.523Z[ helios-setup] Aug 25 00:43:38.494 INFO E| Downloaded getrandom v0.2.16
35392026-08-25T00:43:39.523Z[ helios-setup] Aug 25 00:43:38.496 INFO E| Downloaded cc v1.2.44
35402026-08-25T00:43:39.523Z[ helios-setup] Aug 25 00:43:38.497 INFO E| Downloaded rand v0.8.5
35412026-08-25T00:43:39.523Z[ helios-setup] Aug 25 00:43:38.499 INFO E| Downloaded mio v1.1.0
35422026-08-25T00:43:39.529Z[ helios-setup] Aug 25 00:43:38.503 INFO E| Downloaded iddqd v0.3.14
35432026-08-25T00:43:39.533Z[ helios-setup] Aug 25 00:43:38.506 INFO E| Downloaded memchr v2.7.6
35442026-08-25T00:43:39.533Z[ helios-setup] Aug 25 00:43:38.509 INFO E| Downloaded rsa v0.9.8
35452026-08-25T00:43:39.537Z[ helios-setup] Aug 25 00:43:38.512 INFO E| Downloaded indexmap v2.12.0
35462026-08-25T00:43:39.540Z[ helios-setup] Aug 25 00:43:38.515 INFO E| Downloaded num-bigint-dig v0.8.4
35472026-08-25T00:43:39.560Z[ helios-setup] Aug 25 00:43:38.536 INFO E| Downloaded hashbrown v0.16.0
35482026-08-25T00:43:39.573Z[ helios-setup] Aug 25 00:43:38.540 INFO E| Downloaded clap_builder v4.5.51
35492026-08-25T00:43:39.573Z[ helios-setup] Aug 25 00:43:38.544 INFO E| Downloaded libm v0.2.15
35502026-08-25T00:43:39.629Z[ helios-setup] Aug 25 00:43:38.605 INFO E| Downloaded time v0.3.44
35512026-08-25T00:43:39.633Z[ helios-setup] Aug 25 00:43:38.610 INFO E| Downloaded serde_json v1.0.145
35522026-08-25T00:43:39.647Z[ helios-setup] Aug 25 00:43:38.624 INFO E| Downloaded futures-util v0.3.31
35532026-08-25T00:43:39.654Z[ helios-setup] Aug 25 00:43:38.631 INFO E| Downloaded chrono v0.4.42
35542026-08-25T00:43:39.658Z[ helios-setup] Aug 25 00:43:38.635 INFO E| Downloaded unicode-width v0.2.2
35552026-08-25T00:43:39.675Z[ helios-setup] Aug 25 00:43:38.639 INFO E| Downloaded syn v2.0.108
35562026-08-25T00:43:39.675Z[ helios-setup] Aug 25 00:43:38.645 INFO E| Downloaded rustix v1.1.2
35572026-08-25T00:43:39.728Z[ helios-setup] Aug 25 00:43:38.705 INFO E| Downloaded tokio v1.48.0
35582026-08-25T00:43:39.760Z[ helios-setup] Aug 25 00:43:38.736 INFO E| Downloaded libc v0.2.177
35592026-08-25T00:43:39.858Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35602026-08-25T00:43:39.862Z[ helios-setup] Aug 25 00:43:38.836 INFO E| Compiling proc-macro2 v1.0.103
35612026-08-25T00:43:39.862Z[ helios-setup] Aug 25 00:43:38.836 INFO E| Compiling unicode-ident v1.0.22
35622026-08-25T00:43:39.862Z[ helios-setup] Aug 25 00:43:38.836 INFO E| Compiling quote v1.0.41
35632026-08-25T00:43:39.862Z[ helios-setup] Aug 25 00:43:38.836 INFO E| Compiling libc v0.2.177
35642026-08-25T00:43:39.862Z[ helios-setup] Aug 25 00:43:38.836 INFO E| Compiling serde_core v1.0.228
35652026-08-25T00:43:39.862Z[ helios-setup] Aug 25 00:43:38.836 INFO E| Compiling cfg-if v1.0.4
35662026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling serde v1.0.228
35672026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling version_check v0.9.5
35682026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling autocfg v1.5.0
35692026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling const-oid v0.9.6
35702026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling typenum v1.19.0
35712026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling libm v0.2.15
35722026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling zerocopy v0.8.27
35732026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling rustversion v1.0.22
35742026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling smallvec v1.15.1
35752026-08-25T00:43:39.866Z[ helios-setup] Aug 25 00:43:38.837 INFO E| Compiling zeroize v1.8.2
35762026-08-25T00:43:40.121Z[ helios-setup] Aug 25 00:43:39.096 INFO E| Compiling base64ct v1.8.0
35772026-08-25T00:43:40.275Z[ helios-setup] Aug 25 00:43:39.250 INFO E| Compiling hashbrown v0.16.0
35782026-08-25T00:43:40.509Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35792026-08-25T00:43:40.570Z[ helios-setup] Aug 25 00:43:39.546 INFO E| Compiling winnow v0.7.13
35802026-08-25T00:43:40.620Z[ helios-setup] Aug 25 00:43:39.596 INFO E| Compiling generic-array v0.14.9
35812026-08-25T00:43:40.743Z[ helios-setup] Aug 25 00:43:39.720 INFO E| Compiling memchr v2.7.6
35822026-08-25T00:43:41.014Z[ helios-setup] Aug 25 00:43:39.991 INFO E| Compiling num-traits v0.2.19
35832026-08-25T00:43:41.164Z[ helios-setup] Aug 25 00:43:40.141 INFO E| Compiling pem-rfc7468 v0.7.0
35842026-08-25T00:43:41.207Z[ helios-setup] Aug 25 00:43:40.184 INFO E| Compiling anyhow v1.0.100
35852026-08-25T00:43:41.207Z[ helios-setup] Aug 25 00:43:40.184 INFO E| Compiling equivalent v1.0.2
35862026-08-25T00:43:41.309Z[ helios-setup] Aug 25 00:43:40.285 INFO E| Compiling flagset v0.4.7
35872026-08-25T00:43:41.336Z[ helios-setup] Aug 25 00:43:40.312 INFO E| Compiling byteorder v1.5.0
35882026-08-25T00:43:41.349Z[ helios-setup] Aug 25 00:43:40.325 INFO E| Compiling crc32fast v1.5.0
35892026-08-25T00:43:41.569Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35902026-08-25T00:43:41.622Z[ helios-setup] Aug 25 00:43:40.572 INFO E| Compiling getrandom v0.2.16
35912026-08-25T00:43:41.633Z[ helios-setup] Aug 25 00:43:40.606 INFO E| Compiling utf8parse v0.2.2
35922026-08-25T00:43:41.707Z[ helios-setup] Aug 25 00:43:40.683 INFO E| Compiling rustix v1.1.2
35932026-08-25T00:43:41.794Z[ helios-setup] Aug 25 00:43:40.771 INFO E| Compiling rand_core v0.6.4
35942026-08-25T00:43:42.007Z[ helios-setup] Aug 25 00:43:40.984 INFO E| Compiling anstyle-parse v0.2.7
35952026-08-25T00:43:42.032Z[ helios-setup] Aug 25 00:43:41.008 INFO E| Compiling errno v0.3.14
35962026-08-25T00:43:42.106Z[ helios-setup] Aug 25 00:43:41.079 INFO E| Compiling indexmap v2.12.0
35972026-08-25T00:43:42.136Z[ helios-setup] Aug 25 00:43:41.112 INFO E| Compiling colorchoice v1.0.4
35982026-08-25T00:43:42.140Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35992026-08-25T00:43:42.300Z[ helios-setup] Aug 25 00:43:41.255 INFO E| Compiling anstyle v1.0.13
36002026-08-25T00:43:42.315Z[ helios-setup] Aug 25 00:43:41.261 INFO E| Compiling cpufeatures v0.2.17
36012026-08-25T00:43:42.347Z[ helios-setup] Aug 25 00:43:41.324 INFO E| Compiling find-msvc-tools v0.1.4
36022026-08-25T00:43:42.371Z[ helios-setup] Aug 25 00:43:41.346 INFO E| Compiling radium v0.7.0
36032026-08-25T00:43:42.406Z[ helios-setup] Aug 25 00:43:41.383 INFO E| Compiling allocator-api2 v0.2.21
36042026-08-25T00:43:42.492Z[ helios-setup] Aug 25 00:43:41.468 INFO E| Compiling anstyle-query v1.1.4
36052026-08-25T00:43:42.581Z[ helios-setup] Aug 25 00:43:41.557 INFO E| Compiling is_terminal_polyfill v1.70.2
36062026-08-25T00:43:42.664Z[ helios-setup] Aug 25 00:43:41.641 INFO E| Compiling syn v1.0.109
36072026-08-25T00:43:42.700Z[ helios-setup] Aug 25 00:43:41.676 INFO E| Compiling shlex v1.3.0
36082026-08-25T00:43:42.706Z[ helios-setup] Aug 25 00:43:41.682 INFO E| Compiling toml_datetime v0.7.3
36092026-08-25T00:43:42.947Z[ helios-setup] Aug 25 00:43:41.923 INFO E| Compiling cc v1.2.44
36102026-08-25T00:43:42.953Z[ helios-setup] Aug 25 00:43:41.929 INFO E| Compiling anstream v0.6.21
36112026-08-25T00:43:43.113Z[ helios-setup] Aug 25 00:43:42.089 INFO E| Compiling syn v2.0.108
36122026-08-25T00:43:43.232Z[ helios-setup] Aug 25 00:43:42.208 INFO E| Compiling slog v2.8.2
36132026-08-25T00:43:43.257Z[ helios-setup] Aug 25 00:43:42.233 INFO E| Compiling unicode-width v0.2.2
36142026-08-25T00:43:43.381Z[ helios-setup] Aug 25 00:43:42.358 INFO E| Compiling toml_parser v1.0.4
36152026-08-25T00:43:43.469Z[ host-package] Compiling signal-hook-tokio v0.3.1
36162026-08-25T00:43:43.666Z[ helios-setup] Aug 25 00:43:42.641 INFO E| Compiling parking_lot_core v0.9.12
36172026-08-25T00:43:43.733Z[ helios-setup] Aug 25 00:43:42.709 INFO E| Compiling tap v1.0.1
36182026-08-25T00:43:43.784Z[ helios-setup] Aug 25 00:43:42.760 INFO E| Compiling futures-core v0.3.31
36192026-08-25T00:43:43.824Z[ helios-setup] Aug 25 00:43:42.799 INFO E| Compiling pkg-config v0.3.32
36202026-08-25T00:43:43.855Z[ helios-setup] Aug 25 00:43:42.831 INFO E| Compiling futures-sink v0.3.31
36212026-08-25T00:43:43.938Z[ helios-setup] Aug 25 00:43:42.914 INFO E| Compiling block-buffer v0.10.4
36222026-08-25T00:43:43.987Z[ helios-setup] Aug 25 00:43:42.963 INFO E| Compiling crypto-common v0.1.6
36232026-08-25T00:43:44.006Z[ helios-setup] Aug 25 00:43:42.971 INFO E| Compiling maybe-uninit v2.0.0
36242026-08-25T00:43:44.006Z[ helios-setup] Aug 25 00:43:42.982 INFO E| Compiling pin-project-lite v0.2.16
36252026-08-25T00:43:44.110Z[ helios-setup] Aug 25 00:43:43.083 INFO E| Compiling toml_edit v0.23.7
36262026-08-25T00:43:44.120Z[ helios-setup] Aug 25 00:43:43.090 INFO E| Compiling futures-channel v0.3.31
36272026-08-25T00:43:44.128Z[ helios-setup] Aug 25 00:43:43.104 INFO E| Compiling num-integer v0.1.46
36282026-08-25T00:43:44.134Z[ host-package] Compiling fatfs v0.3.6
36292026-08-25T00:43:44.149Z[ helios-setup] Aug 25 00:43:43.124 INFO E| Compiling wyz v0.5.1
36302026-08-25T00:43:44.199Z[ helios-setup] Aug 25 00:43:43.174 INFO E| Compiling digest v0.10.7
36312026-08-25T00:43:44.268Z[ host-package] Compiling yasna v0.5.2
36322026-08-25T00:43:44.273Z[ helios-setup] Aug 25 00:43:43.248 INFO E| Compiling getopts v0.2.24
36332026-08-25T00:43:44.422Z[ helios-setup] Aug 25 00:43:43.399 INFO E| Compiling ahash v0.8.12
36342026-08-25T00:43:44.599Z[ helios-setup] Aug 25 00:43:43.576 INFO E| Compiling sha2 v0.10.9
36352026-08-25T00:43:44.618Z[ helios-setup] Aug 25 00:43:43.594 INFO E| Compiling num-bigint-dig v0.8.4
36362026-08-25T00:43:44.713Z[ helios-setup] Aug 25 00:43:43.690 INFO E| Compiling pin-utils v0.1.0
36372026-08-25T00:43:44.755Z[ helios-setup] Aug 25 00:43:43.731 INFO E| Compiling funty v2.0.0
36382026-08-25T00:43:44.794Z[ helios-setup] Aug 25 00:43:43.770 INFO E| Compiling bytes v1.10.1
36392026-08-25T00:43:44.806Z[ helios-setup] Aug 25 00:43:43.781 INFO E| Compiling heck v0.5.0
36402026-08-25T00:43:44.817Z[ helios-setup] Aug 25 00:43:43.793 INFO E| Compiling spin v0.9.8
36412026-08-25T00:43:44.817Z[ helios-setup] Aug 25 00:43:43.793 INFO E| Compiling packed_struct v0.10.1
36422026-08-25T00:43:45.003Z[ helios-setup] Aug 25 00:43:43.980 INFO E| Compiling slab v0.4.11
36432026-08-25T00:43:45.063Z[ helios-setup] Aug 25 00:43:44.039 INFO E| Compiling powerfmt v0.2.0
36442026-08-25T00:43:45.121Z[ helios-setup] Aug 25 00:43:44.096 INFO E| Compiling bitflags v2.10.0
36452026-08-25T00:43:45.125Z[ helios-setup] Aug 25 00:43:44.097 INFO E| Compiling itoa v1.0.15
36462026-08-25T00:43:45.136Z[ helios-setup] Aug 25 00:43:44.113 INFO E| Compiling proc-macro-crate v3.4.0
36472026-08-25T00:43:45.270Z[ helios-setup] Aug 25 00:43:44.246 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36482026-08-25T00:43:45.530Z[ helios-setup] Aug 25 00:43:44.507 INFO E| Compiling clap_lex v0.7.6
36492026-08-25T00:43:45.557Z[ helios-setup] Aug 25 00:43:44.534 INFO E| Compiling futures-task v0.3.31
36502026-08-25T00:43:45.579Z[ helios-setup] Aug 25 00:43:44.555 INFO E| Compiling thiserror v1.0.69
36512026-08-25T00:43:45.673Z[ helios-setup] Aug 25 00:43:44.649 INFO E| Compiling scopeguard v1.2.0
36522026-08-25T00:43:45.729Z[ helios-setup] Aug 25 00:43:44.705 INFO E| Compiling getrandom v0.3.4
36532026-08-25T00:43:45.851Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36542026-08-25T00:43:45.873Z[ helios-setup] Aug 25 00:43:44.849 INFO E| Compiling num-conv v0.1.0
36552026-08-25T00:43:45.922Z[ helios-setup] Aug 25 00:43:44.899 INFO E| Compiling futures-io v0.3.31
36562026-08-25T00:43:45.938Z[ helios-setup] Aug 25 00:43:44.914 INFO E| Compiling strsim v0.11.1
36572026-08-25T00:43:46.069Z[ helios-setup] Aug 25 00:43:45.036 INFO E| Compiling time-core v0.1.6
36582026-08-25T00:43:46.180Z[ helios-setup] Aug 25 00:43:45.156 INFO E| Compiling lock_api v0.4.14
36592026-08-25T00:43:46.291Z[ helios-setup] Aug 25 00:43:45.266 INFO E| Compiling bitvec v1.0.1
36602026-08-25T00:43:46.320Z[ helios-setup] Aug 25 00:43:45.296 INFO E| Compiling deranged v0.5.5
36612026-08-25T00:43:46.342Z[ helios-setup] Aug 25 00:43:45.319 INFO E| Compiling lazy_static v1.5.0
36622026-08-25T00:43:46.430Z[ helios-setup] Aug 25 00:43:45.407 INFO E| Compiling num-iter v0.1.45
36632026-08-25T00:43:46.507Z[ helios-setup] Aug 25 00:43:45.483 INFO E| Compiling terminal_size v0.4.3
36642026-08-25T00:43:46.512Z[ host-package] Compiling assert_matches v1.5.0
36652026-08-25T00:43:46.654Z[ helios-setup] Aug 25 00:43:45.630 INFO E| Compiling clap_builder v4.5.51
36662026-08-25T00:43:46.681Z[ helios-setup] Aug 25 00:43:45.657 INFO E| Compiling indexmap v1.9.3
36672026-08-25T00:43:46.728Z[ host-package] Compiling seq-macro v0.3.6
36682026-08-25T00:43:46.769Z[ helios-setup] Aug 25 00:43:45.745 INFO E| Compiling iana-time-zone v0.1.64
36692026-08-25T00:43:46.799Z[ helios-setup] Aug 25 00:43:45.775 INFO E| Compiling time-macros v0.2.24
36702026-08-25T00:43:46.805Z[ helios-setup] Aug 25 00:43:45.782 INFO E| Compiling nodrop v0.1.14
36712026-08-25T00:43:46.856Z[ helios-setup] Aug 25 00:43:45.833 INFO E| Compiling serde_json v1.0.145
36722026-08-25T00:43:46.935Z[ host-package] Compiling rcgen v0.12.1
36732026-08-25T00:43:47.111Z[ helios-setup] Aug 25 00:43:46.087 INFO E| Compiling simd-adler32 v0.3.7
36742026-08-25T00:43:47.130Z[ helios-setup] Aug 25 00:43:46.106 INFO E| Compiling adler2 v2.0.1
36752026-08-25T00:43:47.211Z[ helios-setup] Aug 25 00:43:46.187 INFO E| Compiling crc-catalog v2.4.0
36762026-08-25T00:43:47.305Z[ helios-setup] Aug 25 00:43:46.281 INFO E| Compiling log v0.4.28
36772026-08-25T00:43:47.326Z[ helios-setup] Aug 25 00:43:46.302 INFO E| Compiling thiserror v2.0.17
36782026-08-25T00:43:47.443Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36792026-08-25T00:43:47.488Z[ helios-setup] Aug 25 00:43:46.461 INFO E| Compiling once_cell v1.21.3
36802026-08-25T00:43:47.595Z[ helios-setup] Aug 25 00:43:46.570 INFO E| Compiling env_filter v0.1.4
36812026-08-25T00:43:47.601Z[ helios-setup] Aug 25 00:43:46.577 INFO E| Compiling miniz_oxide v0.8.9
36822026-08-25T00:43:47.691Z[ helios-setup] Aug 25 00:43:46.666 INFO E| Compiling crc v3.3.0
36832026-08-25T00:43:47.779Z[ helios-setup] Aug 25 00:43:46.754 INFO E| Compiling chrono v0.4.42
36842026-08-25T00:43:47.979Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36852026-08-25T00:43:47.997Z[ helios-setup] Aug 25 00:43:46.974 INFO E| Compiling parking_lot v0.12.5
36862026-08-25T00:43:48.061Z[ helios-setup] Aug 25 00:43:47.038 INFO E| Compiling array-init v0.0.4
36872026-08-25T00:43:48.486Z[ helios-setup] Aug 25 00:43:47.462 INFO E| Compiling smallvec v0.6.14
36882026-08-25T00:43:48.911Z[ helios-setup] Aug 25 00:43:47.887 INFO E| Compiling time v0.3.44
36892026-08-25T00:43:48.928Z[ helios-setup] Aug 25 00:43:47.904 INFO E| Compiling serde_spanned v1.0.3
36902026-08-25T00:43:48.935Z[ helios-setup] Aug 25 00:43:47.912 INFO E| Compiling signature v2.2.0
36912026-08-25T00:43:49.155Z[ helios-setup] Aug 25 00:43:48.131 INFO E| Compiling socket2 v0.6.1
36922026-08-25T00:43:49.215Z[ helios-setup] Aug 25 00:43:48.191 INFO E| Compiling signal-hook-registry v1.4.6
36932026-08-25T00:43:49.224Z[ helios-setup] Aug 25 00:43:48.200 INFO E| Compiling mio v1.1.0
36942026-08-25T00:43:49.230Z[ helios-setup] Aug 25 00:43:48.207 INFO E| Compiling is-terminal v0.4.17
36952026-08-25T00:43:49.343Z[ helios-setup] Aug 25 00:43:48.319 INFO E| Compiling packed_struct_codegen v0.10.1
36962026-08-25T00:43:49.379Z[ helios-setup] Aug 25 00:43:48.355 INFO E| Compiling thread_local v1.1.9
36972026-08-25T00:43:49.479Z[ helios-setup] Aug 25 00:43:48.455 INFO E| Compiling base64 v0.21.7
36982026-08-25T00:43:49.902Z[ helios-setup] Aug 25 00:43:48.878 INFO E| Compiling toml_writer v1.0.4
36992026-08-25T00:43:50.228Z[ helios-setup] Aug 25 00:43:49.204 INFO E| Compiling winnow v0.5.40
37002026-08-25T00:43:50.253Z[ helios-setup] Aug 25 00:43:49.229 INFO E| Compiling libdevinfo-sys v1.1.0
37012026-08-25T00:43:50.329Z[ helios-setup] Aug 25 00:43:49.305 INFO E| Compiling term v1.2.0
37022026-08-25T00:43:50.521Z[ helios-setup] Aug 25 00:43:49.497 INFO E| Compiling hashbrown v0.12.3
37032026-08-25T00:43:50.546Z[ helios-setup] Aug 25 00:43:49.522 INFO E| Compiling ryu v1.0.20
37042026-08-25T00:43:50.751Z[ helios-setup] Aug 25 00:43:49.727 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37052026-08-25T00:43:50.777Z[ helios-setup] Aug 25 00:43:49.753 INFO E| Compiling subtle v2.6.1
37062026-08-25T00:43:50.845Z[ helios-setup] Aug 25 00:43:49.821 INFO E| Compiling serde_derive v1.0.228
37072026-08-25T00:43:50.851Z[ helios-setup] Aug 25 00:43:49.828 INFO E| Compiling zerocopy-derive v0.8.27
37082026-08-25T00:43:50.901Z[ host-package] Compiling slog-envlogger v2.2.0
37092026-08-25T00:43:50.942Z[ helios-setup] Aug 25 00:43:49.918 INFO E| Compiling der_derive v0.7.3
37102026-08-25T00:43:51.082Z[ helios-setup] Aug 25 00:43:50.058 INFO E| Compiling futures-macro v0.3.31
37112026-08-25T00:43:51.122Z[ helios-setup] Aug 25 00:43:50.098 INFO E| Compiling zerocopy-derive v0.6.6
37122026-08-25T00:43:51.142Z[ helios-setup] Aug 25 00:43:50.119 INFO E| Compiling clap_derive v4.5.49
37132026-08-25T00:43:51.201Z[ helios-setup] Aug 25 00:43:50.178 INFO E| Compiling thiserror-impl v1.0.69
37142026-08-25T00:43:51.224Z[ helios-setup] Aug 25 00:43:50.200 INFO E| Compiling bitfield-macros v0.19.3
37152026-08-25T00:43:51.282Z[ helios-setup] Aug 25 00:43:50.258 INFO E| Compiling num_enum_derive v0.7.5
37162026-08-25T00:43:52.113Z[ helios-setup] Aug 25 00:43:51.089 INFO E| Compiling thiserror-impl v2.0.17
37172026-08-25T00:43:52.366Z[ helios-setup] Aug 25 00:43:51.342 INFO E| Compiling tokio-macros v2.6.0
37182026-08-25T00:43:53.075Z[ helios-setup] Aug 25 00:43:52.042 INFO E| Compiling zerocopy v0.6.6
37192026-08-25T00:43:53.120Z[ helios-setup] Aug 25 00:43:52.097 INFO E| Compiling der v0.7.10
37202026-08-25T00:43:53.144Z[ helios-setup] Aug 25 00:43:52.121 INFO E| Compiling bitfield v0.19.3
37212026-08-25T00:43:53.204Z[ helios-setup] Aug 25 00:43:52.180 INFO E| Compiling futures-util v0.3.31
37222026-08-25T00:43:53.301Z[ helios-setup] Aug 25 00:43:52.277 INFO E| Compiling toml v0.9.8
37232026-08-25T00:43:53.361Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37242026-08-25T00:43:53.561Z[ helios-setup] Aug 25 00:43:52.537 INFO E| Compiling num_enum v0.7.5
37252026-08-25T00:43:53.603Z[ helios-setup] Aug 25 00:43:52.579 INFO E| Compiling bzip2 v0.4.4
37262026-08-25T00:43:53.706Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37272026-08-25T00:43:53.724Z[ helios-setup] Aug 25 00:43:52.700 INFO E| Compiling devinfo v0.1.0
37282026-08-25T00:43:53.822Z[ helios-setup] Aug 25 00:43:52.798 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37292026-08-25T00:43:54.047Z[ helios-setup] Aug 25 00:43:53.024 INFO E| Compiling flate2 v1.1.5
37302026-08-25T00:43:54.119Z[ helios-setup] Aug 25 00:43:53.096 INFO E| Compiling uuid v1.18.1
37312026-08-25T00:43:54.155Z[ helios-setup] Aug 25 00:43:53.132 INFO E| Compiling env_logger v0.11.8
37322026-08-25T00:43:54.165Z[ helios-setup] Aug 25 00:43:53.141 INFO E| Compiling crc-any v2.5.0
37332026-08-25T00:43:54.177Z[ helios-setup] Aug 25 00:43:53.152 INFO E| Compiling tokio v1.48.0
37342026-08-25T00:43:54.251Z[ helios-setup] Aug 25 00:43:53.227 INFO E| Compiling bitflags v1.3.2
37352026-08-25T00:43:54.313Z[ helios-setup] Aug 25 00:43:53.290 INFO E| Compiling clap v4.5.51
37362026-08-25T00:43:54.371Z[ helios-setup] Aug 25 00:43:53.347 INFO E| Compiling rustc-hash v2.1.1
37372026-08-25T00:43:54.412Z[ helios-setup] Aug 25 00:43:53.388 INFO E| Compiling foldhash v0.2.0
37382026-08-25T00:43:54.694Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37392026-08-25T00:43:54.761Z[ helios-setup] Aug 25 00:43:53.736 INFO E| Compiling hex v0.4.3
37402026-08-25T00:43:54.823Z[ helios-setup] Aug 25 00:43:53.799 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37412026-08-25T00:43:54.882Z[ helios-setup] Aug 25 00:43:53.858 INFO E| Compiling iddqd v0.3.14
37422026-08-25T00:43:54.920Z[ helios-setup] Aug 25 00:43:53.896 INFO E| Compiling zip v0.6.6
37432026-08-25T00:43:55.210Z[ helios-setup] Aug 25 00:43:54.187 INFO E| Compiling spki v0.7.3
37442026-08-25T00:43:55.300Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37452026-08-25T00:43:55.333Z[ helios-setup] Aug 25 00:43:54.310 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37462026-08-25T00:43:55.486Z[ helios-setup] Aug 25 00:43:54.462 INFO E| Compiling path-slash v0.1.5
37472026-08-25T00:43:55.561Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37482026-08-25T00:43:55.746Z[ helios-setup] Aug 25 00:43:54.722 INFO E| Compiling pkcs8 v0.10.2
37492026-08-25T00:43:56.122Z[ helios-setup] Aug 25 00:43:55.098 INFO E| Compiling pkcs1 v0.7.5
37502026-08-25T00:43:56.139Z[ host-package] Compiling port-file v0.1.0
37512026-08-25T00:43:56.153Z[ helios-setup] Aug 25 00:43:55.129 INFO E| Compiling x509-cert v0.2.5
37522026-08-25T00:43:56.284Z[ host-package] Compiling rtoolbox v0.0.3
37532026-08-25T00:43:57.022Z[ helios-setup] Aug 25 00:43:55.998 INFO E| Compiling ppv-lite86 v0.2.21
37542026-08-25T00:43:57.121Z[ host-package] Compiling subprocess v0.2.15
37552026-08-25T00:43:57.215Z[ host-package] Compiling rpassword v7.5.4
37562026-08-25T00:43:57.234Z[ helios-setup] Aug 25 00:43:56.210 INFO E| Compiling erased-serde v0.3.31
37572026-08-25T00:43:57.518Z[ helios-setup] Aug 25 00:43:56.494 INFO E| Compiling rand_chacha v0.3.1
37582026-08-25T00:43:57.560Z[ helios-setup] Aug 25 00:43:56.536 INFO E| Compiling toml_datetime v0.6.11
37592026-08-25T00:43:57.704Z[ helios-setup] Aug 25 00:43:56.680 INFO E| Compiling serde_spanned v0.6.9
37602026-08-25T00:43:57.997Z[ helios-setup] Aug 25 00:43:56.973 INFO E| Compiling rand v0.8.5
37612026-08-25T00:43:58.093Z[ helios-setup] Aug 25 00:43:57.070 INFO E| Compiling toml_edit v0.19.15
37622026-08-25T00:43:58.115Z[ helios-setup] Aug 25 00:43:57.090 INFO E| Compiling hashbrown v0.13.2
37632026-08-25T00:43:58.480Z[ helios-setup] Aug 25 00:43:57.455 INFO E| Compiling futures-executor v0.3.31
37642026-08-25T00:43:58.506Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37652026-08-25T00:43:58.588Z[ helios-setup] Aug 25 00:43:57.564 INFO E| Compiling serde-hex v0.1.0
37662026-08-25T00:43:59.088Z[ helios-setup] Aug 25 00:43:58.065 INFO E| Compiling slog-term v2.9.2
37672026-08-25T00:43:59.100Z[ helios-setup] Aug 25 00:43:58.076 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37682026-08-25T00:43:59.149Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37692026-08-25T00:43:59.184Z[ helios-setup] Aug 25 00:43:58.136 INFO E| Compiling futures v0.3.31
37702026-08-25T00:43:59.257Z[ helios-setup] Aug 25 00:43:58.233 INFO E| Compiling ron v0.8.1
37712026-08-25T00:43:59.458Z[ helios-setup] Aug 25 00:43:58.434 INFO E| Compiling object v0.30.4
37722026-08-25T00:44:00.325Z[ helios-setup] Aug 25 00:43:59.300 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37732026-08-25T00:44:00.934Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37742026-08-25T00:44:01.292Z[ helios-setup] Aug 25 00:44:00.265 INFO E| Compiling rsa v0.9.8
37752026-08-25T00:44:01.299Z[ helios-setup] Aug 25 00:44:00.275 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37762026-08-25T00:44:01.713Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37772026-08-25T00:44:01.897Z[ helios-setup] Aug 25 00:44:00.873 INFO E| Compiling toml v0.7.8
37782026-08-25T00:44:01.968Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37792026-08-25T00:44:03.161Z[ helios-setup] Aug 25 00:44:02.134 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37802026-08-25T00:44:03.178Z[ helios-setup] Aug 25 00:44:02.150 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37812026-08-25T00:44:04.908Z[ host-package] Compiling tui-tree-widget v0.23.1
37822026-08-25T00:44:05.715Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37832026-08-25T00:44:08.240Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37842026-08-25T00:44:08.415Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37852026-08-25T00:44:08.503Z[ helios-setup] Aug 25 00:44:07.479 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37862026-08-25T00:44:08.885Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37872026-08-25T00:44:09.926Z[ helios-setup] Aug 25 00:44:08.902 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37882026-08-25T00:44:11.068Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37892026-08-25T00:44:11.242Z[ host-package] Compiling uzers v0.12.2
37902026-08-25T00:44:11.601Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37912026-08-25T00:44:12.065Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37922026-08-25T00:44:13.249Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37932026-08-25T00:44:13.570Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37942026-08-25T00:44:13.834Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37952026-08-25T00:44:14.264Z[ helios-setup] Aug 25 00:44:13.240 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37962026-08-25T00:44:14.499Z[ host-package] Compiling support-bundle-viewer v0.1.2
37972026-08-25T00:44:16.352Z[ host-package] Compiling multimap v0.10.1
37982026-08-25T00:44:23.787Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37992026-08-25T00:44:26.597Z[ helios-setup] Aug 25 00:44:25.573 INFO E| Finished `release` profile [optimized] target(s) in 48.93s
38002026-08-25T00:44:26.601Z[ helios-setup] Aug 25 00:44:25.576 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38012026-08-25T00:44:26.601Z[ helios-setup] Aug 25 00:44:25.576 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38022026-08-25T00:44:26.671Z[ helios-setup] Aug 25 00:44:25.645 INFO building project "pilot" ok (49 seconds)
38032026-08-25T00:44:26.671Z[ helios-setup] Aug 25 00:44:25.645 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38042026-08-25T00:44:26.677Z[ helios-setup] Aug 25 00:44:25.653 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38052026-08-25T00:44:26.677Z[ helios-setup] Aug 25 00:44:25.653 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38062026-08-25T00:44:26.681Z[ helios-setup] Aug 25 00:44:25.653 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38072026-08-25T00:44:26.788Z[ helios-setup] Aug 25 00:44:25.764 INFO E| Downloading crates ...
38082026-08-25T00:44:26.834Z[ helios-setup] Aug 25 00:44:25.809 INFO E| Downloaded block-buffer v0.10.3
38092026-08-25T00:44:26.840Z[ helios-setup] Aug 25 00:44:25.816 INFO E| Downloaded cpufeatures v0.2.5
38102026-08-25T00:44:26.844Z[ helios-setup] Aug 25 00:44:25.818 INFO E| Downloaded generic-array v0.14.6
38112026-08-25T00:44:26.844Z[ helios-setup] Aug 25 00:44:25.819 INFO E| Downloaded typenum v1.15.0
38122026-08-25T00:44:26.850Z[ helios-setup] Aug 25 00:44:25.826 INFO E| Downloaded miniz_oxide v0.6.2
38132026-08-25T00:44:26.855Z[ helios-setup] Aug 25 00:44:25.829 INFO E| Downloaded digest v0.10.3
38142026-08-25T00:44:26.855Z[ helios-setup] Aug 25 00:44:25.830 INFO E| Downloaded sha2 v0.10.5
38152026-08-25T00:44:26.859Z[ helios-setup] Aug 25 00:44:25.835 INFO E| Downloaded bytes v1.2.1
38162026-08-25T00:44:26.863Z[ helios-setup] Aug 25 00:44:25.837 INFO E| Downloaded flate2 v1.0.25
38172026-08-25T00:44:26.867Z[ helios-setup] Aug 25 00:44:25.840 INFO E| Downloaded anyhow v1.0.62
38182026-08-25T00:44:26.910Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling typenum v1.15.0
38192026-08-25T00:44:26.910Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling version_check v0.9.4
38202026-08-25T00:44:26.911Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling crc32fast v1.3.2
38212026-08-25T00:44:26.912Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling cfg-if v1.0.0
38222026-08-25T00:44:26.912Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling anyhow v1.0.62
38232026-08-25T00:44:26.916Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling adler v1.0.2
38242026-08-25T00:44:26.916Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling cpufeatures v0.2.5
38252026-08-25T00:44:26.916Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling unicode-width v0.1.10
38262026-08-25T00:44:26.917Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling bytes v1.2.1
38272026-08-25T00:44:26.917Z[ helios-setup] Aug 25 00:44:25.886 INFO E| Compiling bitflags v1.3.2
38282026-08-25T00:44:27.136Z[ helios-setup] Aug 25 00:44:26.111 INFO E| Compiling miniz_oxide v0.6.2
38292026-08-25T00:44:27.234Z[ helios-setup] Aug 25 00:44:26.209 INFO E| Compiling getopts v0.2.21
38302026-08-25T00:44:27.988Z[ helios-setup] Aug 25 00:44:26.964 INFO E| Compiling flate2 v1.0.25
38312026-08-25T00:44:28.052Z[ helios-setup] Aug 25 00:44:27.027 INFO E| Compiling generic-array v0.14.6
38322026-08-25T00:44:29.401Z[ helios-setup] Aug 25 00:44:28.377 INFO E| Compiling crypto-common v0.1.6
38332026-08-25T00:44:29.401Z[ helios-setup] Aug 25 00:44:28.377 INFO E| Compiling block-buffer v0.10.3
38342026-08-25T00:44:29.629Z[ helios-setup] Aug 25 00:44:28.523 INFO E| Compiling digest v0.10.3
38352026-08-25T00:44:29.740Z[ helios-setup] Aug 25 00:44:28.716 INFO E| Compiling sha2 v0.10.5
38362026-08-25T00:44:30.015Z[ helios-setup] Aug 25 00:44:28.990 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38372026-08-25T00:44:31.454Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38382026-08-25T00:44:32.573Z[ helios-setup] Aug 25 00:44:31.549 INFO E| Finished `release` profile [optimized] target(s) in 5.88s
38392026-08-25T00:44:32.599Z[ helios-setup] Aug 25 00:44:31.564 INFO building project "bootserver" ok (5 seconds)
38402026-08-25T00:44:32.599Z[ helios-setup] rm -f helios-build
38412026-08-25T00:44:32.604Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38422026-08-25T00:44:32.604Z[ helios-setup]
38432026-08-25T00:44:32.605Z[ helios-setup] Setup complete! ./helios-build is now available.
38442026-08-25T00:44:32.605Z[ helios-setup]
38452026-08-25T00:44:32.605Z[ helios-setup]
38462026-08-25T00:44:32.605Z[ helios-setup] real 3:12.333865216
38472026-08-25T00:44:32.605Z[ helios-setup] user 7:02.144785256
38482026-08-25T00:44:32.605Z[ helios-setup] sys 1:18.560546452
38492026-08-25T00:44:32.605Z[ helios-setup] trap 0.483857484
38502026-08-25T00:44:32.605Z[ helios-setup] tflt 3.853390287
38512026-08-25T00:44:32.605Z[ helios-setup] dflt 9.424473137
38522026-08-25T00:44:32.605Z[ helios-setup] kflt 0.001437591
38532026-08-25T00:44:32.605Z[ helios-setup] lock 56:30.456661832
38542026-08-25T00:44:32.605Z[ helios-setup] slp 37:44.954308353
38552026-08-25T00:44:32.605Z[ helios-setup] lat 7:02.692666563
38562026-08-25T00:44:32.605Z[ helios-setup] stop 1:25.175656062
38572026-08-25T00:44:32.605ZAug 25 00:44:31.573 INFO [helios-setup] process exited with exit status: 0 (192.336381451s)
38582026-08-25T00:44:32.606ZAug 25 00:44:31.573 INFO [helios-record] running task
38592026-08-25T00:44:32.606ZAug 25 00:44:31.573 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38602026-08-25T00:44:32.606ZAug 25 00:44:31.577 DEBG process exited with exit status: 0 (4.079316ms)
38612026-08-25T00:44:32.606ZAug 25 00:44:31.577 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38622026-08-25T00:44:32.611ZAug 25 00:44:31.581 DEBG process exited with exit status: 0 (4.216436ms)
38632026-08-25T00:44:32.611ZAug 25 00:44:31.581 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38642026-08-25T00:44:32.611ZAug 25 00:44:31.585 DEBG process exited with exit status: 0 (3.769555ms)
38652026-08-25T00:44:32.611ZAug 25 00:44:31.585 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38662026-08-25T00:44:32.616ZAug 25 00:44:31.588 DEBG process exited with exit status: 0 (3.328176ms)
38672026-08-25T00:44:32.618ZAug 25 00:44:31.588 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38682026-08-25T00:44:32.618ZAug 25 00:44:31.591 DEBG process exited with exit status: 0 (3.189654ms)
38692026-08-25T00:44:32.618ZAug 25 00:44:31.591 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38702026-08-25T00:44:32.641ZAug 25 00:44:31.594 DEBG process exited with exit status: 0 (2.987955ms)
38712026-08-25T00:44:32.641ZAug 25 00:44:31.595 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38722026-08-25T00:44:32.641ZAug 25 00:44:31.598 DEBG process exited with exit status: 0 (3.218835ms)
38732026-08-25T00:44:32.641ZAug 25 00:44:31.598 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38742026-08-25T00:44:32.646ZAug 25 00:44:31.601 DEBG process exited with exit status: 0 (3.234285ms)
38752026-08-25T00:44:32.646ZAug 25 00:44:31.601 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38762026-08-25T00:44:32.646ZAug 25 00:44:31.604 DEBG process exited with exit status: 0 (3.326605ms)
38772026-08-25T00:44:32.646ZAug 25 00:44:31.605 INFO [helios-record] task succeeded (32.070329ms)
38782026-08-25T00:44:33.568Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38792026-08-25T00:44:39.804Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38802026-08-25T00:44:40.769Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38812026-08-25T00:55:56.654Z[ host-package] Finished `release` profile [optimized] target(s) in 13m 56s
38822026-08-25T00:55:56.658Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38832026-08-25T00:55:56.658Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38842026-08-25T00:56:46.829ZAug 25 00:56:45.801 INFO [host-package] process exited with exit status: 0 (887.009647179s)
38852026-08-25T00:56:46.829ZAug 25 00:56:45.801 INFO [host-libraries] running task
38862026-08-25T00:56:46.829ZAug 25 00:56:45.801 INFO [host-stamp] running task
38872026-08-25T00:56:46.834ZAug 25 00:56:45.804 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+git82b3aa3d91a
38882026-08-25T00:56:46.834ZAug 25 00:56:45.804 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+git82b3aa3d91a
38892026-08-25T00:56:46.835ZAug 25 00:56:45.804 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+git82b3aa3d91a
38902026-08-25T00:56:46.835ZAug 25 00:56:45.805 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+git82b3aa3d91a
38912026-08-25T00:56:46.835ZAug 25 00:56:45.805 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+git82b3aa3d91a
38922026-08-25T00:56:46.835ZAug 25 00:56:45.805 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+git82b3aa3d91a
38932026-08-25T00:56:46.835ZAug 25 00:56:45.805 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+git82b3aa3d91a
38942026-08-25T00:56:46.840ZAug 25 00:56:45.806 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+git82b3aa3d91a
38952026-08-25T00:56:46.843Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38962026-08-25T00:56:46.844Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-08-25T00:56:46.844Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-08-25T00:56:46.844Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-08-25T00:56:46.844Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-08-25T00:56:46.844Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-25T00:56:46.844Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-25T00:56:46.844Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-25T00:56:46.844Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39042026-08-25T00:56:46.850ZAug 25 00:56:45.819 INFO [stamp-overlay] process exited with exit status: 0 (14.438442ms)
39052026-08-25T00:56:46.855Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39062026-08-25T00:56:46.860ZAug 25 00:56:45.827 INFO [stamp-oxlog] process exited with exit status: 0 (23.177775ms)
39072026-08-25T00:56:46.894Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39082026-08-25T00:56:46.901ZAug 25 00:56:45.869 INFO [stamp-crucible-utils] process exited with exit status: 0 (63.937898ms)
39092026-08-25T00:56:46.908Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39102026-08-25T00:56:46.912ZAug 25 00:56:45.882 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (77.001977ms)
39112026-08-25T00:56:47.042Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39122026-08-25T00:56:47.057ZAug 25 00:56:46.016 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (212.523655ms)
39132026-08-25T00:56:47.404Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39142026-08-25T00:56:47.411ZAug 25 00:56:46.380 INFO [stamp-propolis-server] process exited with exit status: 0 (574.693479ms)
39152026-08-25T00:56:47.411Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39162026-08-25T00:56:47.417ZAug 25 00:56:46.384 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (578.445145ms)
39172026-08-25T00:56:48.561ZAug 25 00:56:47.533 INFO [host-libraries] task succeeded (1.731517947s)
39182026-08-25T00:56:48.565ZAug 25 00:56:47.533 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39192026-08-25T00:56:48.570Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39202026-08-25T00:56:49.513Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39212026-08-25T00:56:50.340Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39222026-08-25T00:56:54.103Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39232026-08-25T00:56:54.115ZAug 25 00:56:53.053 INFO [stamp-switch-asic] process exited with exit status: 0 (7.247427224s)
39242026-08-25T00:56:54.115ZAug 25 00:56:53.053 INFO [host-stamp] task succeeded (7.251425831s)
39252026-08-25T00:56:54.118ZAug 25 00:56:53.053 INFO [host-proto] running task
39262026-08-25T00:56:54.554ZAug 25 00:56:53.512 INFO [host-proto] task succeeded (459.457182ms)
39272026-08-25T00:56:54.554ZAug 25 00:56:53.512 INFO [host-profile] running task
39282026-08-25T00:56:54.599ZAug 25 00:56:53.512 INFO [host-profile] task succeeded (183.781µs)
39292026-08-25T00:56:54.599ZAug 25 00:56:53.513 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/.tmpATBzha/proto/host/root -N 'ci 82b3aa3/${os_short_commit} 2026-08-25 00:41' -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/'
39302026-08-25T00:56:54.599Z[ host-image] Aug 25 00:56:53.519 INFO Checking files for board 'cosmo'
39312026-08-25T00:56:54.599Z[ host-image] Aug 25 00:56:53.519 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39322026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.519 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39332026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.519 INFO Checking files for board 'gimlet'
39342026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.519 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39352026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.519 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39362026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.519 INFO Checking files for board 'cosmo-mbist-noaggr'
39372026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.519 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39382026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.519 INFO Checking files for board 'cosmo-mbist'
39392026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.519 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39402026-08-25T00:56:54.600Z[ host-image] Aug 25 00:56:53.528 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpATBzha/proto/host/root"
39412026-08-25T00:56:54.603Z[ host-image] Aug 25 00:56:53.528 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39422026-08-25T00:56:54.604Z[ host-image] Aug 25 00:56:53.528 INFO image builder template: ramdisk-01-os...
39432026-08-25T00:56:54.604Z[ host-image] Aug 25 00:56:53.528 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/.tmpATBzha/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
39442026-08-25T00:56:54.604Z[ host-image] Aug 25 00:56:53.540 INFO O| Aug 25 00:56:53.540 INFO CREATE DATASET: rpool/images/build/host/output
39452026-08-25T00:56:56.467Z[ host-image] Aug 25 00:56:55.439 INFO O| Aug 25 00:56:55.439 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39462026-08-25T00:56:56.471Z[ host-image] Aug 25 00:56:55.441 INFO O| Aug 25 00:56:55.441 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39472026-08-25T00:56:56.653Z[ host-image] Aug 25 00:56:55.625 INFO O| Aug 25 00:56:55.625 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39482026-08-25T00:56:56.700Z[ host-image] Aug 25 00:56:55.672 INFO O| Aug 25 00:56:55.672 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39492026-08-25T00:56:56.700Z[ host-image] Aug 25 00:56:55.672 INFO O| Aug 25 00:56:55.672 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39502026-08-25T00:56:56.704Z[ host-image] Aug 25 00:56:55.672 INFO O| Aug 25 00:56:55.672 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39512026-08-25T00:56:56.704Z[ host-image] Aug 25 00:56:55.672 INFO O| Aug 25 00:56:55.672 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39522026-08-25T00:56:56.707Z[ host-image] Aug 25 00:56:55.677 INFO O| Aug 25 00:56:55.677 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39532026-08-25T00:56:56.915Z[ host-image] Aug 25 00:56:55.886 INFO O| Aug 25 00:56:55.886 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-08-25T00:56:56.922Z[ host-image] Aug 25 00:56:55.892 INFO O| Aug 25 00:56:55.892 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39552026-08-25T00:56:57.178Z[ host-image] Aug 25 00:56:56.150 INFO O| Aug 25 00:56:56.150 INFO O| Caching catalogs ... Done
39562026-08-25T00:56:57.235Z[ host-image] Aug 25 00:56:56.207 INFO O| Aug 25 00:56:56.207 INFO STEP 0 (pkg_image_create) COMPLETE
39572026-08-25T00:56:57.242Z[ host-image] Aug 25 00:56:56.207 INFO O| Aug 25 00:56:56.207 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-08-25T00:56:57.250Z[ host-image] Aug 25 00:56:56.214 INFO O| Aug 25 00:56:56.214 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"]
39592026-08-25T00:56:57.566Z[ host-image] Aug 25 00:56:56.538 INFO O| Aug 25 00:56:56.538 INFO STEP 1 (pkg_set_publisher) COMPLETE
39602026-08-25T00:56:57.574Z[ host-image] Aug 25 00:56:56.538 INFO O| Aug 25 00:56:56.538 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-25T00:56:57.574Z[ host-image] Aug 25 00:56:56.538 INFO O| Aug 25 00:56:56.538 INFO skip step because feature "publisher_1_name" is not enabled
39622026-08-25T00:56:57.587Z[ host-image] Aug 25 00:56:56.538 INFO O| Aug 25 00:56:56.538 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-25T00:56:57.587Z[ host-image] Aug 25 00:56:56.538 INFO O| Aug 25 00:56:56.538 INFO skip step because feature "publisher_2_name" is not enabled
39642026-08-25T00:56:57.587Z[ host-image] Aug 25 00:56:56.538 INFO O| Aug 25 00:56:56.538 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-25T00:56:57.587Z[ host-image] Aug 25 00:56:56.538 INFO O| Aug 25 00:56:56.538 INFO skip step because feature "publisher_3_name" is not enabled
39662026-08-25T00:56:57.587Z[ host-image] Aug 25 00:56:56.538 INFO O| Aug 25 00:56:56.538 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-25T00:56:57.886Z[ host-image] Aug 25 00:56:56.850 INFO O| Aug 25 00:56:56.850 INFO variant opensolaris.zone is already global
39682026-08-25T00:56:57.894Z[ host-image] Aug 25 00:56:56.850 INFO O| Aug 25 00:56:56.850 INFO STEP 5 (pkg_change_variant) COMPLETE
39692026-08-25T00:56:57.911Z[ host-image] Aug 25 00:56:56.850 INFO O| Aug 25 00:56:56.850 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-25T00:56:58.165Z[ host-image] Aug 25 00:56:57.137 INFO O| Aug 25 00:56:57.137 INFO variant opensolaris.imagetype is full; changing to partial
39712026-08-25T00:56:58.165Z[ host-image] Aug 25 00:56:57.137 INFO O| Aug 25 00:56:57.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39722026-08-25T00:57:02.666Z[ host-image] Aug 25 00:56:58.837 INFO O| Aug 25 00:56:58.837 INFO O| Startup: Refreshing catalog 'helios' ... Done
39732026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.236 INFO O| Aug 25 00:56:59.236 INFO O| Startup: Caching catalogs ... Done
39742026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.250 INFO O| Aug 25 00:56:59.250 INFO O| Planning: Planning completed in 0.00 seconds
39752026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.251 INFO O| Aug 25 00:56:59.251 INFO O| Planning: Consolidating action changes ... Done
39762026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.251 INFO O| Aug 25 00:56:59.251 INFO O| Planning: Evaluating mediators ... Done
39772026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.251 INFO O| Aug 25 00:56:59.251 INFO O| Planning: Planning completed in 0.00 seconds
39782026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.251 INFO O| Aug 25 00:56:59.251 INFO O| Variants/Facets to change: 1
39792026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.259 INFO O| Aug 25 00:56:59.259 INFO O| Finalize: Updating package state database ... Done
39802026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.259 INFO O| Aug 25 00:56:59.259 INFO O| Finalize: Updating package cache ... Done
39812026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.330 INFO O| Aug 25 00:56:59.330 INFO O| Finalize: Updating image state ... Done
39822026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.340 INFO O| Aug 25 00:56:59.340 INFO O| Finalize: Creating fast lookup database ... Done
39832026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.341 INFO O| Aug 25 00:56:59.341 INFO O| Finalize: Reading search index ... Done
39842026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.341 INFO O| Aug 25 00:56:59.341 INFO O| Finalize: Updating search index ... Done
39852026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.342 INFO O| Aug 25 00:56:59.342 INFO O| Finalize: Updating package cache ... Done
39862026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.529 INFO O| Aug 25 00:56:59.529 INFO STEP 6 (pkg_change_variant) COMPLETE
39872026-08-25T00:57:02.667Z[ host-image] Aug 25 00:56:59.529 INFO O| Aug 25 00:56:59.529 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39882026-08-25T00:57:02.669Z[ host-image] Aug 25 00:56:59.529 INFO O| Aug 25 00:56:59.529 INFO skip step because feature "debug_variant" is not enabled
39892026-08-25T00:57:02.669Z[ host-image] Aug 25 00:56:59.529 INFO O| Aug 25 00:56:59.529 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39902026-08-25T00:57:02.669Z[ host-image] Aug 25 00:56:59.779 INFO O| Aug 25 00:56:59.779 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39912026-08-25T00:57:02.669Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.88s
39922026-08-25T00:57:02.669Z[ host-image] Aug 25 00:57:01.517 INFO O| Aug 25 00:57:01.517 INFO O| Startup: Refreshing catalog 'helios' ... Done
39932026-08-25T00:57:02.960Z[ host-image] Aug 25 00:57:01.931 INFO O| Aug 25 00:57:01.931 INFO O| Startup: Caching catalogs ... Done
39942026-08-25T00:57:02.976Z[ host-image] Aug 25 00:57:01.948 INFO O| Aug 25 00:57:01.948 INFO O| Planning: Planning completed in 0.00 seconds
39952026-08-25T00:57:02.981Z[ host-image] Aug 25 00:57:01.948 INFO O| Aug 25 00:57:01.948 INFO O| Planning: Consolidating action changes ... Done
39962026-08-25T00:57:02.981Z[ host-image] Aug 25 00:57:01.948 INFO O| Aug 25 00:57:01.948 INFO O| Planning: Evaluating mediators ... Done
39972026-08-25T00:57:02.981Z[ host-image] Aug 25 00:57:01.948 INFO O| Aug 25 00:57:01.948 INFO O| Planning: Planning completed in 0.00 seconds
39982026-08-25T00:57:02.981Z[ host-image] Aug 25 00:57:01.949 INFO O| Aug 25 00:57:01.949 INFO O| Variants/Facets to change: 1
39992026-08-25T00:57:02.997Z[ host-image] Aug 25 00:57:01.958 INFO O| Aug 25 00:57:01.958 INFO O| Finalize: Updating package state database ... Done
40002026-08-25T00:57:02.997Z[ host-image] Aug 25 00:57:01.958 INFO O| Aug 25 00:57:01.958 INFO O| Finalize: Updating package cache ... Done
40012026-08-25T00:57:03.067Z[ host-image] Aug 25 00:57:02.038 INFO O| Aug 25 00:57:02.038 INFO O| Finalize: Updating image state ... Done
40022026-08-25T00:57:03.084Z[ host-image] Aug 25 00:57:02.054 INFO O| Aug 25 00:57:02.054 INFO O| Finalize: Creating fast lookup database ... Done
40032026-08-25T00:57:03.087Z[ host-image] Aug 25 00:57:02.055 INFO O| Aug 25 00:57:02.055 INFO O| Finalize: Reading search index ... Done
40042026-08-25T00:57:03.087Z[ host-image] Aug 25 00:57:02.055 INFO O| Aug 25 00:57:02.055 INFO O| Finalize: Updating search index ... Done
40052026-08-25T00:57:03.087Z[ host-image] Aug 25 00:57:02.055 INFO O| Aug 25 00:57:02.055 INFO O| Finalize: Updating package cache ... Done
40062026-08-25T00:57:03.293Z[ host-image] Aug 25 00:57:02.263 INFO O| Aug 25 00:57:02.263 INFO STEP 8 (pkg_change_facet) COMPLETE
40072026-08-25T00:57:03.293Z[ host-image] Aug 25 00:57:02.263 INFO O| Aug 25 00:57:02.263 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40082026-08-25T00:57:03.293Z[ host-image] Aug 25 00:57:02.263 INFO O| Aug 25 00:57:02.263 INFO skip step because feature "recovery" is not enabled
40092026-08-25T00:57:03.296Z[ host-image] Aug 25 00:57:02.263 INFO O| Aug 25 00:57:02.263 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40102026-08-25T00:57:03.296Z[ host-image] Aug 25 00:57:02.263 INFO O| Aug 25 00:57:02.263 INFO skip step because feature "recovery" is not enabled
40112026-08-25T00:57:03.296Z[ host-image] Aug 25 00:57:02.263 INFO O| Aug 25 00:57:02.263 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40122026-08-25T00:57:03.300Z[ host-image] Aug 25 00:57:02.271 INFO O| Aug 25 00:57:02.271 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"]
40132026-08-25T00:57:04.053ZAug 25 00:57:03.026 INFO [recovery-package] process exited with exit status: 0 (15.492497082s)
40142026-08-25T00:57:04.053ZAug 25 00:57:03.026 INFO [recovery-libraries] running task
40152026-08-25T00:57:04.053ZAug 25 00:57:03.026 INFO [recovery-stamp] running task
40162026-08-25T00:57:04.056ZAug 25 00:57:03.026 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+git82b3aa3d91a
40172026-08-25T00:57:04.056ZAug 25 00:57:03.026 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git82b3aa3d91a
40182026-08-25T00:57:04.061Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40192026-08-25T00:57:04.064Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40202026-08-25T00:57:04.108ZAug 25 00:57:03.081 INFO [recovery-libraries] task succeeded (55.291765ms)
40212026-08-25T00:57:04.111ZAug 25 00:57:03.081 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40222026-08-25T00:57:04.183Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40232026-08-25T00:57:04.186ZAug 25 00:57:03.159 INFO [stamp-installinator] process exited with exit status: 0 (132.215512ms)
40242026-08-25T00:57:04.238Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40252026-08-25T00:57:04.242ZAug 25 00:57:03.214 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (188.337868ms)
40262026-08-25T00:57:04.242ZAug 25 00:57:03.214 INFO [recovery-stamp] task succeeded (188.858829ms)
40272026-08-25T00:57:04.242ZAug 25 00:57:03.214 INFO [recovery-proto] running task
40282026-08-25T00:57:04.242ZAug 25 00:57:03.215 INFO [tuf-stamp] running task
40292026-08-25T00:57:04.248ZAug 25 00:57:03.215 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+git82b3aa3d91a
40302026-08-25T00:57:04.249ZAug 25 00:57:03.215 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+git82b3aa3d91a
40312026-08-25T00:57:04.249ZAug 25 00:57:03.216 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+git82b3aa3d91a
40322026-08-25T00:57:04.249ZAug 25 00:57:03.216 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+git82b3aa3d91a
40332026-08-25T00:57:04.249ZAug 25 00:57:03.216 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+git82b3aa3d91a
40342026-08-25T00:57:04.249ZAug 25 00:57:03.217 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+git82b3aa3d91a
40352026-08-25T00:57:04.249ZAug 25 00:57:03.217 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+git82b3aa3d91a
40362026-08-25T00:57:04.249ZAug 25 00:57:03.217 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+git82b3aa3d91a
40372026-08-25T00:57:04.249ZAug 25 00:57:03.218 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+git82b3aa3d91a
40382026-08-25T00:57:04.249ZAug 25 00:57:03.218 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+git82b3aa3d91a
40392026-08-25T00:57:04.249ZAug 25 00:57:03.218 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+git82b3aa3d91a
40402026-08-25T00:57:04.249ZAug 25 00:57:03.218 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+git82b3aa3d91a
40412026-08-25T00:57:04.253Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-25T00:57:04.253Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-25T00:57:04.253Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-08-25T00:57:04.253Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-25T00:57:04.253Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-25T00:57:04.253Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-25T00:57:04.253Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-25T00:57:04.257Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-25T00:57:04.257Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-25T00:57:04.257Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-25T00:57:04.257Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-25T00:57:04.257Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-25T00:57:04.299Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40542026-08-25T00:57:04.302ZAug 25 00:57:03.275 INFO [stamp-probe] process exited with exit status: 0 (60.057522ms)
40552026-08-25T00:57:04.375ZAug 25 00:57:03.347 INFO [recovery-proto] task succeeded (132.539943ms)
40562026-08-25T00:57:04.378ZAug 25 00:57:03.347 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/.tmpATBzha/proto/recovery/root -N 'recovery 82b3aa3/${os_short_commit} 2026-08-25 00:41' -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/'
40572026-08-25T00:57:04.381Z[ recovery-image] Aug 25 00:57:03.354 INFO Checking files for board 'cosmo-mbist'
40582026-08-25T00:57:04.381Z[ recovery-image] Aug 25 00:57:03.354 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40592026-08-25T00:57:04.382Z[ recovery-image] Aug 25 00:57:03.354 INFO Checking files for board 'gimlet'
40602026-08-25T00:57:04.382Z[ recovery-image] Aug 25 00:57:03.354 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40612026-08-25T00:57:04.382Z[ recovery-image] Aug 25 00:57:03.354 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40622026-08-25T00:57:04.382Z[ recovery-image] Aug 25 00:57:03.354 INFO Checking files for board 'cosmo'
40632026-08-25T00:57:04.382Z[ recovery-image] Aug 25 00:57:03.354 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40642026-08-25T00:57:04.382Z[ recovery-image] Aug 25 00:57:03.354 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40652026-08-25T00:57:04.382Z[ recovery-image] Aug 25 00:57:03.354 INFO Checking files for board 'cosmo-mbist-noaggr'
40662026-08-25T00:57:04.386Z[ recovery-image] Aug 25 00:57:03.354 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40672026-08-25T00:57:04.390Z[ recovery-image] Aug 25 00:57:03.363 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpATBzha/proto/recovery/root"
40682026-08-25T00:57:04.393Z[ recovery-image] Aug 25 00:57:03.363 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40692026-08-25T00:57:04.393Z[ recovery-image] Aug 25 00:57:03.364 INFO image builder template: ramdisk-01-os...
40702026-08-25T00:57:04.393Z[ recovery-image] Aug 25 00:57:03.364 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/.tmpATBzha/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
40712026-08-25T00:57:04.407Z[ recovery-image] Aug 25 00:57:03.380 INFO O| Aug 25 00:57:03.380 INFO CREATE DATASET: rpool/images/build/recovery/output
40722026-08-25T00:57:04.695Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40732026-08-25T00:57:04.721Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40742026-08-25T00:57:04.787Z[ recovery-image] Aug 25 00:57:03.760 INFO O| Aug 25 00:57:03.760 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40752026-08-25T00:57:04.791Z[ recovery-image] Aug 25 00:57:03.763 INFO O| Aug 25 00:57:03.763 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40762026-08-25T00:57:04.816Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40772026-08-25T00:57:04.820ZAug 25 00:57:03.793 INFO [stamp-ntp] process exited with exit status: 0 (574.433058ms)
40782026-08-25T00:57:04.920Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40792026-08-25T00:57:04.923ZAug 25 00:57:03.896 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (678.406717ms)
40802026-08-25T00:57:05.001Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40812026-08-25T00:57:05.005ZAug 25 00:57:03.977 INFO [stamp-external-dns] process exited with exit status: 0 (760.951583ms)
40822026-08-25T00:57:05.030Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40832026-08-25T00:57:05.033ZAug 25 00:57:04.006 INFO [stamp-internal-dns] process exited with exit status: 0 (789.193665ms)
40842026-08-25T00:57:05.087Z[ host-image] Aug 25 00:57:04.060 INFO O| Aug 25 00:57:04.060 INFO O| Startup: Refreshing catalog 'helios' ... Done
40852026-08-25T00:57:05.112Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40862026-08-25T00:57:05.115ZAug 25 00:57:04.088 INFO [stamp-crucible-zone] process exited with exit status: 0 (872.041292ms)
40872026-08-25T00:57:05.327Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40882026-08-25T00:57:05.330ZAug 25 00:57:04.303 INFO [stamp-oximeter] process exited with exit status: 0 (1.084612167s)
40892026-08-25T00:57:05.395Z[ recovery-image] Aug 25 00:57:04.367 INFO O| Aug 25 00:57:04.367 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40902026-08-25T00:57:05.510Z[ recovery-image] Aug 25 00:57:04.483 INFO O| Aug 25 00:57:04.483 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40912026-08-25T00:57:05.510Z[ recovery-image] Aug 25 00:57:04.483 INFO O| Aug 25 00:57:04.483 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40922026-08-25T00:57:05.513Z[ recovery-image] Aug 25 00:57:04.483 INFO O| Aug 25 00:57:04.483 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40932026-08-25T00:57:05.513Z[ recovery-image] Aug 25 00:57:04.483 INFO O| Aug 25 00:57:04.483 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40942026-08-25T00:57:05.517Z[ recovery-image] Aug 25 00:57:04.488 INFO O| Aug 25 00:57:04.488 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40952026-08-25T00:57:05.674Z[ host-image] Aug 25 00:57:04.644 INFO O| Aug 25 00:57:04.644 INFO O| Startup: Caching catalogs ... Done
40962026-08-25T00:57:06.918Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40972026-08-25T00:57:06.937ZAug 25 00:57:05.892 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.674144886s)
40982026-08-25T00:57:06.982Z[ recovery-image] Aug 25 00:57:05.942 INFO O| Aug 25 00:57:05.942 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40992026-08-25T00:57:07.001Z[ recovery-image] Aug 25 00:57:05.950 INFO O| Aug 25 00:57:05.950 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41002026-08-25T00:57:07.235Z[ recovery-image] Aug 25 00:57:06.204 INFO O| Aug 25 00:57:06.204 INFO O| Caching catalogs ... Done
41012026-08-25T00:57:07.336Z[ recovery-image] Aug 25 00:57:06.300 INFO O| Aug 25 00:57:06.300 INFO STEP 0 (pkg_image_create) COMPLETE
41022026-08-25T00:57:07.336Z[ recovery-image] Aug 25 00:57:06.300 INFO O| Aug 25 00:57:06.300 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41032026-08-25T00:57:07.346Z[ recovery-image] Aug 25 00:57:06.308 INFO O| Aug 25 00:57:06.308 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"]
41042026-08-25T00:57:08.090Z[ host-image] Aug 25 00:57:07.063 INFO O| Aug 25 00:57:07.063 INFO O| Planning: Solver setup ... Done
41052026-08-25T00:57:08.331Z[ host-image] Aug 25 00:57:07.304 INFO O| Aug 25 00:57:07.304 INFO O| Planning: Running solver ... Done
41062026-08-25T00:57:08.380Z[ host-image] Aug 25 00:57:07.353 INFO O| Aug 25 00:57:07.352 INFO O| Planning: Finding local manifests ... Done
41072026-08-25T00:57:08.399Z[ host-image] Aug 25 00:57:07.371 INFO O| Aug 25 00:57:07.371 INFO O| Planning: Fetching manifests: 0/130 0% complete
41082026-08-25T00:57:08.975Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41092026-08-25T00:57:08.978ZAug 25 00:57:07.951 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.734408524s)
41102026-08-25T00:57:09.123Z[verify-libraries] Compiling match_cfg v0.1.0
41112026-08-25T00:57:09.123Z[verify-libraries] Compiling slog-json v2.6.1
41122026-08-25T00:57:09.126Z[verify-libraries] Compiling debug-ignore v1.0.5
41132026-08-25T00:57:09.126Z[verify-libraries] Compiling progenitor-client v0.14.0
41142026-08-25T00:57:09.126Z[verify-libraries] Compiling sha1 v0.11.0
41152026-08-25T00:57:09.126Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41162026-08-25T00:57:09.174Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41172026-08-25T00:57:09.177ZAug 25 00:57:08.150 INFO [stamp-clickhouse] process exited with exit status: 0 (4.93413208s)
41182026-08-25T00:57:09.200Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41192026-08-25T00:57:09.203ZAug 25 00:57:08.176 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.958499247s)
41202026-08-25T00:57:09.305Z[ recovery-image] Aug 25 00:57:08.278 INFO O| Aug 25 00:57:08.278 INFO STEP 1 (pkg_set_publisher) COMPLETE
41212026-08-25T00:57:09.305Z[ recovery-image] Aug 25 00:57:08.278 INFO O| Aug 25 00:57:08.278 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41222026-08-25T00:57:09.309Z[ recovery-image] Aug 25 00:57:08.278 INFO O| Aug 25 00:57:08.278 INFO skip step because feature "publisher_1_name" is not enabled
41232026-08-25T00:57:09.309Z[ recovery-image] Aug 25 00:57:08.278 INFO O| Aug 25 00:57:08.278 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41242026-08-25T00:57:09.310Z[ recovery-image] Aug 25 00:57:08.278 INFO O| Aug 25 00:57:08.278 INFO skip step because feature "publisher_2_name" is not enabled
41252026-08-25T00:57:09.310Z[ recovery-image] Aug 25 00:57:08.278 INFO O| Aug 25 00:57:08.278 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41262026-08-25T00:57:09.310Z[ recovery-image] Aug 25 00:57:08.278 INFO O| Aug 25 00:57:08.278 INFO skip step because feature "publisher_3_name" is not enabled
41272026-08-25T00:57:09.310Z[ recovery-image] Aug 25 00:57:08.278 INFO O| Aug 25 00:57:08.278 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-08-25T00:57:09.330Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41292026-08-25T00:57:09.334Z[verify-libraries] Compiling multer v3.1.0
41302026-08-25T00:57:09.334Z[verify-libraries] Compiling compression-core v0.4.31
41312026-08-25T00:57:09.334Z[verify-libraries] Compiling async-stream-impl v0.3.6
41322026-08-25T00:57:09.334Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41332026-08-25T00:57:09.334Z[verify-libraries] Compiling serde_spanned v1.1.1
41342026-08-25T00:57:09.334Z[verify-libraries] Compiling dropshot v0.17.1
41352026-08-25T00:57:09.577Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41362026-08-25T00:57:09.599Z[verify-libraries] Compiling hostname v0.3.1
41372026-08-25T00:57:09.599Z[verify-libraries] Compiling compression-codecs v0.4.37
41382026-08-25T00:57:09.599Z[verify-libraries] Compiling waitgroup v0.1.2
41392026-08-25T00:57:09.602Z[ recovery-image] Aug 25 00:57:08.573 INFO O| Aug 25 00:57:08.573 INFO variant opensolaris.zone is already global
41402026-08-25T00:57:09.602Z[ recovery-image] Aug 25 00:57:08.573 INFO O| Aug 25 00:57:08.573 INFO STEP 5 (pkg_change_variant) COMPLETE
41412026-08-25T00:57:09.604Z[ recovery-image] Aug 25 00:57:08.573 INFO O| Aug 25 00:57:08.573 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41422026-08-25T00:57:09.674Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41432026-08-25T00:57:09.674Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41442026-08-25T00:57:09.677Z[verify-libraries] Compiling hostname v0.4.2
41452026-08-25T00:57:09.693Z[verify-libraries] Compiling atomicwrites v0.4.4
41462026-08-25T00:57:09.715Z[verify-libraries] Compiling slog-bunyan v2.5.0
41472026-08-25T00:57:09.760Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41482026-08-25T00:57:09.765ZAug 25 00:57:08.737 INFO [stamp-nexus] process exited with exit status: 0 (5.520107515s)
41492026-08-25T00:57:09.765ZAug 25 00:57:08.737 INFO [tuf-stamp] task succeeded (5.522709239s)
41502026-08-25T00:57:09.765ZAug 25 00:57:08.737 INFO [tuf-v2-zones] running task
41512026-08-25T00:57:09.827Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41522026-08-25T00:57:09.827Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41532026-08-25T00:57:09.831Z[verify-libraries] Compiling macaddr v1.0.1
41542026-08-25T00:57:09.831Z[verify-libraries] Compiling regress v0.10.5
41552026-08-25T00:57:09.852Z[verify-libraries] Compiling instant v0.1.13
41562026-08-25T00:57:09.905Z[ recovery-image] Aug 25 00:57:08.877 INFO O| Aug 25 00:57:08.877 INFO variant opensolaris.imagetype is full; changing to partial
41572026-08-25T00:57:09.905Z[ recovery-image] Aug 25 00:57:08.878 INFO O| Aug 25 00:57:08.877 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41582026-08-25T00:57:09.914Z[verify-libraries] Compiling async-compression v0.4.41
41592026-08-25T00:57:09.940ZAug 25 00:57:08.913 INFO [tuf-v2-zones] task succeeded (175.650028ms)
41602026-08-25T00:57:09.982Z[verify-libraries] Compiling parse-display-derive v0.10.0
41612026-08-25T00:57:09.986Z[verify-libraries] Compiling itertools v0.14.0
41622026-08-25T00:57:10.006Z[verify-libraries] Compiling backoff v0.4.0
41632026-08-25T00:57:10.047Z[verify-libraries] Compiling backon v1.6.0
41642026-08-25T00:57:10.051Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41652026-08-25T00:57:10.051Z[verify-libraries] Compiling humantime v2.3.0
41662026-08-25T00:57:10.051Z[verify-libraries] Compiling convert_case v0.4.0
41672026-08-25T00:57:10.103Z[ host-image] Aug 25 00:57:09.075 INFO O| Aug 25 00:57:09.075 INFO O| Planning: Fetching manifests: 130/130 100% complete
41682026-08-25T00:57:10.218Z[verify-libraries] Compiling async-stream v0.3.6
41692026-08-25T00:57:10.255Z[verify-libraries] Compiling progenitor-extras v0.2.0
41702026-08-25T00:57:10.290Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41712026-08-25T00:57:10.290Z[verify-libraries] Compiling half v2.7.1
41722026-08-25T00:57:10.342Z[verify-libraries] Compiling ciborium-io v0.2.2
41732026-08-25T00:57:10.342Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41742026-08-25T00:57:10.345Z[verify-libraries] Compiling indent_write v2.2.0
41752026-08-25T00:57:10.408Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41762026-08-25T00:57:10.446Z[verify-libraries] Compiling regress v0.11.1
41772026-08-25T00:57:10.494Z[verify-libraries] Compiling secrecy v0.10.3
41782026-08-25T00:57:10.516Z[verify-libraries] Compiling derive_more v0.99.20
41792026-08-25T00:57:10.540Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41802026-08-25T00:57:10.566Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41812026-08-25T00:57:10.588Z[verify-libraries] Compiling ciborium-ll v0.2.2
41822026-08-25T00:57:10.592Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41832026-08-25T00:57:10.664Z[verify-libraries] Compiling inout v0.1.4
41842026-08-25T00:57:10.688Z[ host-image] Aug 25 00:57:09.660 INFO O| Aug 25 00:57:09.660 INFO O| Planning: Package planning ... Done
41852026-08-25T00:57:10.713Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41862026-08-25T00:57:10.743Z[verify-libraries] Compiling universal-hash v0.5.1
41872026-08-25T00:57:10.822Z[verify-libraries] Compiling ciborium v0.2.2
41882026-08-25T00:57:10.872Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41892026-08-25T00:57:10.894Z[verify-libraries] Compiling cipher v0.4.4
41902026-08-25T00:57:10.917Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41912026-08-25T00:57:10.937Z[verify-libraries] Compiling opaque-debug v0.3.1
41922026-08-25T00:57:10.981Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41932026-08-25T00:57:11.007Z[ host-image] Aug 25 00:57:09.979 INFO O| Aug 25 00:57:09.979 INFO O| Planning: Merging actions ... Done
41942026-08-25T00:57:11.046Z[verify-libraries] Compiling poly1305 v0.8.0
41952026-08-25T00:57:11.078Z[verify-libraries] Compiling blake2 v0.10.6
41962026-08-25T00:57:11.203Z[ host-image] Aug 25 00:57:10.105 INFO O| Aug 25 00:57:10.105 INFO O| Planning: Checking for conflicting actions ... Done
41972026-08-25T00:57:11.208Z[verify-libraries] Compiling chacha20 v0.9.1
41982026-08-25T00:57:11.208Z[verify-libraries] Compiling aead v0.5.2
41992026-08-25T00:57:11.235Z[verify-libraries] Compiling password-hash v0.5.0
42002026-08-25T00:57:11.244Z[ host-image] Aug 25 00:57:10.216 INFO O| Aug 25 00:57:10.216 INFO O| Planning: Consolidating action changes ... Done
42012026-08-25T00:57:11.427Z[ host-image] Aug 25 00:57:10.399 INFO O| Aug 25 00:57:10.399 INFO O| Planning: Evaluating mediators ... Done
42022026-08-25T00:57:11.460Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42032026-08-25T00:57:11.487Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42042026-08-25T00:57:11.487Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42052026-08-25T00:57:11.508Z[verify-libraries] Compiling num-derive v0.4.2
42062026-08-25T00:57:11.564Z[verify-libraries] Compiling argon2 v0.5.3
42072026-08-25T00:57:11.626Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42082026-08-25T00:57:11.699Z[verify-libraries] Compiling rayon-core v1.13.0
42092026-08-25T00:57:11.750Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42102026-08-25T00:57:11.795Z[verify-libraries] Compiling glob v0.3.3
42112026-08-25T00:57:11.872Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42122026-08-25T00:57:11.916Z[verify-libraries] Compiling parse-display v0.10.0
42132026-08-25T00:57:11.939Z[verify-libraries] Compiling usdt-macro v0.5.0
42142026-08-25T00:57:12.047Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42152026-08-25T00:57:12.082Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42162026-08-25T00:57:12.251Z[verify-libraries] Compiling typify-impl v0.6.2
42172026-08-25T00:57:12.284Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42182026-08-25T00:57:12.486Z[verify-libraries] Compiling vsss-rs v3.3.4
42192026-08-25T00:57:12.557Z[verify-libraries] Compiling memmap v0.7.0
42202026-08-25T00:57:12.594Z[verify-libraries] Compiling heapless v0.8.0
42212026-08-25T00:57:12.859Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42222026-08-25T00:57:12.906Z[verify-libraries] Compiling proc-macro-error v1.0.4
42232026-08-25T00:57:12.906Z[verify-libraries] Compiling usdt v0.5.0
42242026-08-25T00:57:12.906Z[verify-libraries] Compiling ingot-macros v0.2.0
42252026-08-25T00:57:12.946Z[ host-image] Aug 25 00:57:11.918 INFO O| Aug 25 00:57:11.918 INFO O| Planning: Planning completed in 7.26 seconds
42262026-08-25T00:57:12.950Z[ host-image] Aug 25 00:57:11.920 INFO O| Aug 25 00:57:11.920 INFO O| Packages to install: 130
42272026-08-25T00:57:12.950Z[ host-image] Aug 25 00:57:11.920 INFO O| Aug 25 00:57:11.920 INFO O| Mediators to change: 5
42282026-08-25T00:57:12.950Z[ host-image] Aug 25 00:57:11.920 INFO O| Aug 25 00:57:11.920 INFO O| Services to change: 6
42292026-08-25T00:57:12.982Z[ host-image] Aug 25 00:57:11.955 INFO O| Aug 25 00:57:11.954 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42302026-08-25T00:57:13.098Z[verify-libraries] Compiling tabwriter v1.4.1
42312026-08-25T00:57:13.188Z[verify-libraries] Compiling hash32 v0.3.1
42322026-08-25T00:57:13.213Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42332026-08-25T00:57:13.270Z[verify-libraries] Compiling smoltcp v0.11.0
42342026-08-25T00:57:13.270Z[verify-libraries] Compiling cobs v0.3.0
42352026-08-25T00:57:13.304Z[verify-libraries] Compiling colored v3.1.1
42362026-08-25T00:57:13.384Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42372026-08-25T00:57:13.431Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42382026-08-25T00:57:13.459Z[verify-libraries] Compiling postcard v1.1.3
42392026-08-25T00:57:13.543Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42402026-08-25T00:57:13.547Z[verify-libraries] Compiling num_enum_derive v0.7.6
42412026-08-25T00:57:13.573Z[verify-libraries] Compiling rayon v1.11.0
42422026-08-25T00:57:13.617Z[verify-libraries] Compiling rand v0.10.1
42432026-08-25T00:57:13.692Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42442026-08-25T00:57:13.747Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42452026-08-25T00:57:13.854Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42462026-08-25T00:57:13.882Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42472026-08-25T00:57:13.886Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42482026-08-25T00:57:13.937Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42492026-08-25T00:57:14.125Z[ recovery-image] Aug 25 00:57:13.097 INFO O| Aug 25 00:57:13.097 INFO O| Startup: Refreshing catalog 'helios' ... Done
42502026-08-25T00:57:14.172Z[verify-libraries] Compiling num_enum_derive v0.5.11
42512026-08-25T00:57:14.222Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42522026-08-25T00:57:14.292Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42532026-08-25T00:57:14.345Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42542026-08-25T00:57:14.384Z[verify-libraries] Compiling cstr-argument v0.1.2
42552026-08-25T00:57:14.454Z[verify-libraries] Compiling foreign-types v0.5.0
42562026-08-25T00:57:14.553Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42572026-08-25T00:57:14.585Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42582026-08-25T00:57:14.585Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42592026-08-25T00:57:14.597Z[ recovery-image] Aug 25 00:57:13.569 INFO O| Aug 25 00:57:13.569 INFO O| Startup: Caching catalogs ... Done
42602026-08-25T00:57:14.619Z[ recovery-image] Aug 25 00:57:13.587 INFO O| Aug 25 00:57:13.587 INFO O| Planning: Planning completed in 0.00 seconds
42612026-08-25T00:57:14.619Z[ recovery-image] Aug 25 00:57:13.587 INFO O| Aug 25 00:57:13.587 INFO O| Planning: Consolidating action changes ... Done
42622026-08-25T00:57:14.619Z[ recovery-image] Aug 25 00:57:13.587 INFO O| Aug 25 00:57:13.587 INFO O| Planning: Evaluating mediators ... Done
42632026-08-25T00:57:14.623Z[ recovery-image] Aug 25 00:57:13.588 INFO O| Aug 25 00:57:13.588 INFO O| Planning: Planning completed in 0.00 seconds
42642026-08-25T00:57:14.623Z[ recovery-image] Aug 25 00:57:13.588 INFO O| Aug 25 00:57:13.588 INFO O| Variants/Facets to change: 1
42652026-08-25T00:57:14.627Z[ recovery-image] Aug 25 00:57:13.598 INFO O| Aug 25 00:57:13.597 INFO O| Finalize: Updating package state database ... Done
42662026-08-25T00:57:14.627Z[ recovery-image] Aug 25 00:57:13.598 INFO O| Aug 25 00:57:13.598 INFO O| Finalize: Updating package cache ... Done
42672026-08-25T00:57:14.653Z[verify-libraries] Compiling sigpipe v0.1.3
42682026-08-25T00:57:14.677Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42692026-08-25T00:57:14.713Z[ recovery-image] Aug 25 00:57:13.685 INFO O| Aug 25 00:57:13.685 INFO O| Finalize: Updating image state ... Done
42702026-08-25T00:57:14.725Z[verify-libraries] Compiling num_enum v0.7.6
42712026-08-25T00:57:14.729Z[ recovery-image] Aug 25 00:57:13.702 INFO O| Aug 25 00:57:13.701 INFO O| Finalize: Creating fast lookup database ... Done
42722026-08-25T00:57:14.733Z[ recovery-image] Aug 25 00:57:13.702 INFO O| Aug 25 00:57:13.702 INFO O| Finalize: Reading search index ... Done
42732026-08-25T00:57:14.733Z[ recovery-image] Aug 25 00:57:13.703 INFO O| Aug 25 00:57:13.703 INFO O| Finalize: Updating search index ... Done
42742026-08-25T00:57:14.733Z[ recovery-image] Aug 25 00:57:13.704 INFO O| Aug 25 00:57:13.703 INFO O| Finalize: Updating package cache ... Done
42752026-08-25T00:57:14.774Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42762026-08-25T00:57:14.891Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42772026-08-25T00:57:14.895Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42782026-08-25T00:57:14.956Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42792026-08-25T00:57:14.956Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42802026-08-25T00:57:15.004Z[verify-libraries] Compiling itertools v0.12.1
42812026-08-25T00:57:15.065Z[ recovery-image] Aug 25 00:57:14.037 INFO O| Aug 25 00:57:14.037 INFO STEP 6 (pkg_change_variant) COMPLETE
42822026-08-25T00:57:15.065Z[ recovery-image] Aug 25 00:57:14.037 INFO O| Aug 25 00:57:14.037 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42832026-08-25T00:57:15.068Z[ recovery-image] Aug 25 00:57:14.037 INFO O| Aug 25 00:57:14.037 INFO skip step because feature "debug_variant" is not enabled
42842026-08-25T00:57:15.068Z[ recovery-image] Aug 25 00:57:14.037 INFO O| Aug 25 00:57:14.037 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42852026-08-25T00:57:15.088Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42862026-08-25T00:57:15.092Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42872026-08-25T00:57:15.154Z[verify-libraries] Compiling toml v0.8.23
42882026-08-25T00:57:15.319Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42892026-08-25T00:57:15.344Z[verify-libraries] Compiling smf v0.2.3
42902026-08-25T00:57:15.462Z[verify-libraries] Compiling num_enum v0.5.11
42912026-08-25T00:57:15.466Z[ recovery-image] Aug 25 00:57:14.433 INFO O| Aug 25 00:57:14.433 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42922026-08-25T00:57:15.504Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42932026-08-25T00:57:15.598Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42942026-08-25T00:57:15.631Z[verify-libraries] Compiling whoami v1.6.1
42952026-08-25T00:57:15.655Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42962026-08-25T00:57:15.655Z[verify-libraries] Compiling derive-where v1.6.0
42972026-08-25T00:57:15.718Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42982026-08-25T00:57:15.911Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42992026-08-25T00:57:16.015Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43002026-08-25T00:57:16.044Z[verify-libraries] Compiling gethostname v0.5.0
43012026-08-25T00:57:16.044Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43022026-08-25T00:57:16.059Z[verify-libraries] Compiling newline-converter v0.3.0
43032026-08-25T00:57:16.113Z[verify-libraries] Compiling ingot-types v0.2.0
43042026-08-25T00:57:16.162Z[verify-libraries] Compiling console v0.15.11
43052026-08-25T00:57:16.209Z[verify-libraries] Compiling linear-map v1.2.0
43062026-08-25T00:57:16.213Z[verify-libraries] Compiling resolv-conf v0.7.6
43072026-08-25T00:57:16.277Z[verify-libraries] Compiling num-rational v0.4.2
43082026-08-25T00:57:16.347Z[verify-libraries] Compiling zone v0.3.1
43092026-08-25T00:57:16.437Z[verify-libraries] Compiling num-complex v0.4.6
43102026-08-25T00:57:16.482Z[verify-libraries] Compiling slog-dtrace v0.3.0
43112026-08-25T00:57:16.560Z[verify-libraries] Compiling ingot v0.2.1
43122026-08-25T00:57:16.648Z[verify-libraries] Compiling expectorate v1.2.0
43132026-08-25T00:57:16.705Z[verify-libraries] Compiling prettyplease v0.2.37
43142026-08-25T00:57:16.742Z[verify-libraries] Compiling float-ord v0.3.2
43152026-08-25T00:57:16.861Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43162026-08-25T00:57:16.891Z[verify-libraries] Compiling num v0.4.3
43172026-08-25T00:57:16.956Z[verify-libraries] Compiling linked-hash-map v0.5.6
43182026-08-25T00:57:16.960Z[verify-libraries] Compiling hickory-proto v0.24.4
43192026-08-25T00:57:16.960Z[verify-libraries] Compiling minimal-lexical v0.2.1
43202026-08-25T00:57:16.960Z[verify-libraries] Compiling unicode-xid v0.2.6
43212026-08-25T00:57:17.041Z[verify-libraries] Compiling tabled_derive v0.7.0
43222026-08-25T00:57:17.106Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43232026-08-25T00:57:17.131Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43242026-08-25T00:57:17.160Z[verify-libraries] Compiling typify-macro v0.6.2
43252026-08-25T00:57:17.206Z[verify-libraries] Compiling lru-cache v0.1.2
43262026-08-25T00:57:17.210Z[verify-libraries] Compiling fd-lock v4.0.4
43272026-08-25T00:57:17.339Z[verify-libraries] Compiling nom v7.1.3
43282026-08-25T00:57:17.405Z[verify-libraries] Compiling vte v0.14.1
43292026-08-25T00:57:17.488Z[ recovery-image] Aug 25 00:57:16.460 INFO O| Aug 25 00:57:16.460 INFO O| Startup: Refreshing catalog 'helios' ... Done
43302026-08-25T00:57:17.502Z[verify-libraries] Compiling display-error-chain v0.2.2
43312026-08-25T00:57:17.507Z[verify-libraries] Compiling crossterm v0.29.0
43322026-08-25T00:57:17.659Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43332026-08-25T00:57:17.725Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43342026-08-25T00:57:17.760Z[verify-libraries] Compiling stacker v0.1.23
43352026-08-25T00:57:17.795Z[verify-libraries] Compiling cfg_aliases v0.1.1
43362026-08-25T00:57:17.961Z[ recovery-image] Aug 25 00:57:16.932 INFO O| Aug 25 00:57:16.931 INFO O| Startup: Caching catalogs ... Done
43372026-08-25T00:57:17.975Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43382026-08-25T00:57:17.979Z[ recovery-image] Aug 25 00:57:16.949 INFO O| Aug 25 00:57:16.949 INFO O| Planning: Planning completed in 0.00 seconds
43392026-08-25T00:57:17.979Z[ recovery-image] Aug 25 00:57:16.950 INFO O| Aug 25 00:57:16.950 INFO O| Planning: Consolidating action changes ... Done
43402026-08-25T00:57:17.979Z[ recovery-image] Aug 25 00:57:16.950 INFO O| Aug 25 00:57:16.950 INFO O| Planning: Evaluating mediators ... Done
43412026-08-25T00:57:17.979Z[ recovery-image] Aug 25 00:57:16.950 INFO O| Aug 25 00:57:16.950 INFO O| Planning: Planning completed in 0.00 seconds
43422026-08-25T00:57:17.979Z[ recovery-image] Aug 25 00:57:16.951 INFO O| Aug 25 00:57:16.951 INFO O| Variants/Facets to change: 1
43432026-08-25T00:57:17.982Z[ host-image] Aug 25 00:57:16.954 INFO O| Aug 25 00:57:16.954 INFO O| Download: 12116/23888 items 103.9/222.8MB 46% complete (20.9M/s)
43442026-08-25T00:57:18.010Z[ recovery-image] Aug 25 00:57:16.982 INFO O| Aug 25 00:57:16.982 INFO O| Finalize: Updating package state database ... Done
43452026-08-25T00:57:18.010Z[ recovery-image] Aug 25 00:57:16.982 INFO O| Aug 25 00:57:16.982 INFO O| Finalize: Updating package cache ... Done
43462026-08-25T00:57:18.016Z[verify-libraries] Compiling reedline v0.40.0
43472026-08-25T00:57:18.058Z[verify-libraries] Compiling psm v0.1.30
43482026-08-25T00:57:18.098Z[verify-libraries] Compiling nix v0.28.0
43492026-08-25T00:57:18.107Z[ recovery-image] Aug 25 00:57:17.071 INFO O| Aug 25 00:57:17.070 INFO O| Finalize: Updating image state ... Done
43502026-08-25T00:57:18.116Z[ recovery-image] Aug 25 00:57:17.087 INFO O| Aug 25 00:57:17.087 INFO O| Finalize: Creating fast lookup database ... Done
43512026-08-25T00:57:18.122Z[ recovery-image] Aug 25 00:57:17.088 INFO O| Aug 25 00:57:17.088 INFO O| Finalize: Reading search index ... Done
43522026-08-25T00:57:18.124Z[ recovery-image] Aug 25 00:57:17.088 INFO O| Aug 25 00:57:17.088 INFO O| Finalize: Updating search index ... Done
43532026-08-25T00:57:18.124Z[ recovery-image] Aug 25 00:57:17.089 INFO O| Aug 25 00:57:17.089 INFO O| Finalize: Updating package cache ... Done
43542026-08-25T00:57:18.206Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43552026-08-25T00:57:18.238Z[verify-libraries] Compiling tabled v0.15.0
43562026-08-25T00:57:18.312Z[verify-libraries] Compiling termtree v0.5.1
43572026-08-25T00:57:18.418Z[verify-libraries] Compiling semver v0.1.20
43582026-08-25T00:57:18.460Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43592026-08-25T00:57:18.466Z[ recovery-image] Aug 25 00:57:17.439 INFO O| Aug 25 00:57:17.439 INFO STEP 8 (pkg_change_facet) COMPLETE
43602026-08-25T00:57:18.466Z[ recovery-image] Aug 25 00:57:17.439 INFO O| Aug 25 00:57:17.439 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43612026-08-25T00:57:18.515Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43622026-08-25T00:57:18.658Z[verify-libraries] Compiling phf_shared v0.12.1
43632026-08-25T00:57:18.690Z[verify-libraries] Compiling rustc_version v0.1.7
43642026-08-25T00:57:18.788Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43652026-08-25T00:57:18.814Z[ recovery-image] Aug 25 00:57:17.786 INFO O| Aug 25 00:57:17.786 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43662026-08-25T00:57:18.825Z[verify-libraries] Compiling nibble_vec v0.1.0
43672026-08-25T00:57:18.828Z[verify-libraries] Compiling highway v1.3.0
43682026-08-25T00:57:18.847Z[verify-libraries] Compiling endian-type v0.1.2
43692026-08-25T00:57:18.851Z[verify-libraries] Compiling chrono-tz v0.10.4
43702026-08-25T00:57:18.941Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43712026-08-25T00:57:19.016Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43722026-08-25T00:57:19.051Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43732026-08-25T00:57:19.052Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43742026-08-25T00:57:19.104Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43752026-08-25T00:57:19.268Z[verify-libraries] Compiling hickory-resolver v0.24.4
43762026-08-25T00:57:19.326Z[verify-libraries] Compiling typify v0.6.2
43772026-08-25T00:57:19.355Z[verify-libraries] Compiling recursive v0.1.1
43782026-08-25T00:57:19.380Z[verify-libraries] Compiling newtype_derive v0.1.6
43792026-08-25T00:57:19.507Z[verify-libraries] Compiling progenitor-impl v0.14.0
43802026-08-25T00:57:19.534Z[verify-libraries] Compiling radix_trie v0.2.1
43812026-08-25T00:57:19.696Z[verify-libraries] Compiling phf v0.12.1
43822026-08-25T00:57:19.878Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43832026-08-25T00:57:20.017Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43842026-08-25T00:57:20.101Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43852026-08-25T00:57:20.130Z[verify-libraries] Compiling peg-macros v0.8.5
43862026-08-25T00:57:20.526Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43872026-08-25T00:57:20.709Z[verify-libraries] Compiling qorb v0.4.1
43882026-08-25T00:57:20.911Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43892026-08-25T00:57:20.975Z[verify-libraries] Compiling csv-core v0.1.13
43902026-08-25T00:57:21.022Z[verify-libraries] Compiling winnow v0.6.26
43912026-08-25T00:57:21.174Z[ recovery-image] Aug 25 00:57:20.146 INFO O| Aug 25 00:57:20.146 INFO O| Startup: Refreshing catalog 'helios' ... Done
43922026-08-25T00:57:21.368Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43932026-08-25T00:57:21.403Z[verify-libraries] Compiling unicode_categories v0.1.1
43942026-08-25T00:57:21.456Z[verify-libraries] Compiling home v0.5.12
43952026-08-25T00:57:21.575Z[verify-libraries] Compiling csv v1.4.0
43962026-08-25T00:57:21.621Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43972026-08-25T00:57:21.662Z[ recovery-image] Aug 25 00:57:20.632 INFO O| Aug 25 00:57:20.632 INFO O| Startup: Caching catalogs ... Done
43982026-08-25T00:57:21.676Z[ recovery-image] Aug 25 00:57:20.648 INFO O| Aug 25 00:57:20.648 INFO O| Planning: Planning completed in 0.00 seconds
43992026-08-25T00:57:21.680Z[ recovery-image] Aug 25 00:57:20.649 INFO O| Aug 25 00:57:20.649 INFO O| Planning: Consolidating action changes ... Done
44002026-08-25T00:57:21.680Z[ recovery-image] Aug 25 00:57:20.649 INFO O| Aug 25 00:57:20.649 INFO O| Planning: Evaluating mediators ... Done
44012026-08-25T00:57:21.682Z[ recovery-image] Aug 25 00:57:20.649 INFO O| Aug 25 00:57:20.649 INFO O| Planning: Planning completed in 0.00 seconds
44022026-08-25T00:57:21.682Z[ recovery-image] Aug 25 00:57:20.649 INFO O| Aug 25 00:57:20.649 INFO O| Variants/Facets to change: 1
44032026-08-25T00:57:21.685Z[verify-libraries] Compiling rustyline v14.0.0
44042026-08-25T00:57:21.689Z[ recovery-image] Aug 25 00:57:20.661 INFO O| Aug 25 00:57:20.661 INFO O| Finalize: Updating package state database ... Done
44052026-08-25T00:57:21.689Z[ recovery-image] Aug 25 00:57:20.661 INFO O| Aug 25 00:57:20.661 INFO O| Finalize: Updating package cache ... Done
44062026-08-25T00:57:21.714Z[verify-libraries] Compiling const_format v0.2.35
44072026-08-25T00:57:21.757Z[verify-libraries] Compiling peg v0.8.5
44082026-08-25T00:57:21.764Z[ recovery-image] Aug 25 00:57:20.736 INFO O| Aug 25 00:57:20.736 INFO O| Finalize: Updating image state ... Done
44092026-08-25T00:57:21.821Z[ recovery-image] Aug 25 00:57:20.752 INFO O| Aug 25 00:57:20.752 INFO O| Finalize: Creating fast lookup database ... Done
44102026-08-25T00:57:21.826Z[ recovery-image] Aug 25 00:57:20.752 INFO O| Aug 25 00:57:20.752 INFO O| Finalize: Reading search index ... Done
44112026-08-25T00:57:21.826Z[ recovery-image] Aug 25 00:57:20.753 INFO O| Aug 25 00:57:20.753 INFO O| Finalize: Updating search index ... Done
44122026-08-25T00:57:21.826Z[ recovery-image] Aug 25 00:57:20.753 INFO O| Aug 25 00:57:20.753 INFO O| Finalize: Updating package cache ... Done
44132026-08-25T00:57:21.826Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44142026-08-25T00:57:21.872Z[verify-libraries] Compiling sqlparser v0.61.0
44152026-08-25T00:57:22.069Z[ recovery-image] Aug 25 00:57:21.041 INFO O| Aug 25 00:57:21.041 INFO STEP 9 (pkg_change_facet) COMPLETE
44162026-08-25T00:57:22.073Z[ recovery-image] Aug 25 00:57:21.041 INFO O| Aug 25 00:57:21.041 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44172026-08-25T00:57:22.105Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44182026-08-25T00:57:22.142Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44192026-08-25T00:57:22.172Z[verify-libraries] Compiling bcs v0.1.6
44202026-08-25T00:57:22.221Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44212026-08-25T00:57:22.344Z[verify-libraries] Compiling nom v8.0.0
44222026-08-25T00:57:22.398Z[ recovery-image] Aug 25 00:57:21.370 INFO O| Aug 25 00:57:21.370 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44232026-08-25T00:57:22.402Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44242026-08-25T00:57:22.540Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44252026-08-25T00:57:22.594Z[verify-libraries] Compiling progenitor-macro v0.14.0
44262026-08-25T00:57:22.673Z[verify-libraries] Compiling sqlformat v0.3.5
44272026-08-25T00:57:22.824Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44282026-08-25T00:57:22.939Z[verify-libraries] Compiling steno v0.4.1
44292026-08-25T00:57:22.984Z[ host-image] Aug 25 00:57:21.955 INFO O| Aug 25 00:57:21.955 INFO O| Download: 23062/23888 items 215.8/222.8MB 96% complete (21.7M/s)
44302026-08-25T00:57:23.076Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44312026-08-25T00:57:23.211Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
44322026-08-25T00:57:23.352Z[verify-libraries] Compiling sha1 v0.10.6
44332026-08-25T00:57:23.382Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44342026-08-25T00:57:23.424Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44352026-08-25T00:57:23.459Z[ host-image] Aug 25 00:57:22.432 INFO O| Aug 25 00:57:22.431 INFO O| Download: Completed 222.83 MB in 10.48 seconds (21.2M/s)
44362026-08-25T00:57:23.463Z[verify-libraries] Compiling tagptr v0.2.0
44372026-08-25T00:57:23.640Z[verify-libraries] Compiling moka v0.12.13
44382026-08-25T00:57:23.695Z[verify-libraries] Compiling utf-8 v0.7.6
44392026-08-25T00:57:23.699Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44402026-08-25T00:57:23.822Z[ host-image] Aug 25 00:57:22.794 INFO O| Aug 25 00:57:22.794 INFO O| Actions: 1/54182 actions (Installing new actions)
44412026-08-25T00:57:23.940Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44422026-08-25T00:57:23.976Z[verify-libraries] Compiling tungstenite v0.21.0
44432026-08-25T00:57:24.004Z[verify-libraries] Compiling libefi-sys v0.1.0
44442026-08-25T00:57:24.093Z[verify-libraries] Compiling bitfield-struct v0.6.2
44452026-08-25T00:57:24.133Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
44462026-08-25T00:57:24.160Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44472026-08-25T00:57:24.205Z[verify-libraries] Compiling xshell-macros v0.2.7
44482026-08-25T00:57:24.288Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44492026-08-25T00:57:24.539Z[ recovery-image] Aug 25 00:57:23.511 INFO O| Aug 25 00:57:23.511 INFO O| Startup: Refreshing catalog 'helios' ... Done
44502026-08-25T00:57:24.571Z[verify-libraries] Compiling hickory-resolver v0.25.2
44512026-08-25T00:57:24.625Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44522026-08-25T00:57:24.626Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44532026-08-25T00:57:24.746Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44542026-08-25T00:57:24.785Z[verify-libraries] Compiling xshell v0.2.7
44552026-08-25T00:57:24.804Z[verify-libraries] Compiling libscf-sys v1.2.0
44562026-08-25T00:57:24.879Z[verify-libraries] Compiling sha2 v0.11.0
44572026-08-25T00:57:24.990Z[verify-libraries] Compiling papergrid v0.18.0
44582026-08-25T00:57:25.062Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44592026-08-25T00:57:25.084Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44602026-08-25T00:57:25.087Z[verify-libraries] Compiling subprocess v0.2.15
44612026-08-25T00:57:25.116Z[ recovery-image] Aug 25 00:57:24.089 INFO O| Aug 25 00:57:24.088 INFO O| Startup: Caching catalogs ... Done
44622026-08-25T00:57:25.142Z[ recovery-image] Aug 25 00:57:24.114 INFO O| Aug 25 00:57:24.114 INFO O| Planning: Planning completed in 0.00 seconds
44632026-08-25T00:57:25.147Z[ recovery-image] Aug 25 00:57:24.114 INFO O| Aug 25 00:57:24.114 INFO O| Planning: Consolidating action changes ... Done
44642026-08-25T00:57:25.147Z[ recovery-image] Aug 25 00:57:24.114 INFO O| Aug 25 00:57:24.114 INFO O| Planning: Evaluating mediators ... Done
44652026-08-25T00:57:25.147Z[ recovery-image] Aug 25 00:57:24.115 INFO O| Aug 25 00:57:24.115 INFO O| Planning: Planning completed in 0.00 seconds
44662026-08-25T00:57:25.147Z[ recovery-image] Aug 25 00:57:24.115 INFO O| Aug 25 00:57:24.115 INFO O| Variants/Facets to change: 1
44672026-08-25T00:57:25.207Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44682026-08-25T00:57:25.275Z[ recovery-image] Aug 25 00:57:24.246 INFO O| Aug 25 00:57:24.246 INFO O| Finalize: Updating package state database ... Done
44692026-08-25T00:57:25.279Z[ recovery-image] Aug 25 00:57:24.247 INFO O| Aug 25 00:57:24.246 INFO O| Finalize: Updating package cache ... Done
44702026-08-25T00:57:25.348Z[ recovery-image] Aug 25 00:57:24.320 INFO O| Aug 25 00:57:24.320 INFO O| Finalize: Updating image state ... Done
44712026-08-25T00:57:25.367Z[ recovery-image] Aug 25 00:57:24.336 INFO O| Aug 25 00:57:24.336 INFO O| Finalize: Creating fast lookup database ... Done
44722026-08-25T00:57:25.367Z[ recovery-image] Aug 25 00:57:24.337 INFO O| Aug 25 00:57:24.337 INFO O| Finalize: Reading search index ... Done
44732026-08-25T00:57:25.367Z[ recovery-image] Aug 25 00:57:24.337 INFO O| Aug 25 00:57:24.337 INFO O| Finalize: Updating search index ... Done
44742026-08-25T00:57:25.370Z[ recovery-image] Aug 25 00:57:24.338 INFO O| Aug 25 00:57:24.338 INFO O| Finalize: Updating package cache ... Done
44752026-08-25T00:57:25.416Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44762026-08-25T00:57:25.525Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44772026-08-25T00:57:25.589Z[verify-libraries] Compiling headers-core v0.3.0
44782026-08-25T00:57:25.680Z[ recovery-image] Aug 25 00:57:24.652 INFO O| Aug 25 00:57:24.652 INFO STEP 10 (pkg_change_facet) COMPLETE
44792026-08-25T00:57:25.680Z[ recovery-image] Aug 25 00:57:24.652 INFO O| Aug 25 00:57:24.652 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44802026-08-25T00:57:25.690Z[ recovery-image] Aug 25 00:57:24.662 INFO O| Aug 25 00:57:24.662 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"]
44812026-08-25T00:57:25.757Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44822026-08-25T00:57:25.830Z[verify-libraries] Compiling unicase v2.9.0
44832026-08-25T00:57:25.941Z[verify-libraries] Compiling headers v0.4.1
44842026-08-25T00:57:25.992Z[verify-libraries] Compiling darling_core v0.21.3
44852026-08-25T00:57:26.066Z[verify-libraries] Compiling crc8 v0.1.1
44862026-08-25T00:57:26.132Z[verify-libraries] Compiling maplit v1.0.2
44872026-08-25T00:57:26.307Z[verify-libraries] Compiling tabled v0.21.0
44882026-08-25T00:57:26.347Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44892026-08-25T00:57:26.502Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44902026-08-25T00:57:26.859Z[verify-libraries] Compiling yasna v0.5.2
44912026-08-25T00:57:26.904Z[verify-libraries] Compiling vergen-lib v0.1.6
44922026-08-25T00:57:26.967Z[verify-libraries] Compiling diesel_derives v2.3.7
44932026-08-25T00:57:27.053Z[verify-libraries] Compiling port-file v0.1.0
44942026-08-25T00:57:27.121Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44952026-08-25T00:57:27.223Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44962026-08-25T00:57:27.249Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44972026-08-25T00:57:27.311Z[verify-libraries] Compiling half v1.8.3
44982026-08-25T00:57:27.397Z[verify-libraries] Compiling rcgen v0.12.1
44992026-08-25T00:57:27.532Z[verify-libraries] Compiling r2d2 v0.8.10
45002026-08-25T00:57:27.574Z[verify-libraries] Compiling serde_cbor v0.11.2
45012026-08-25T00:57:27.662Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45022026-08-25T00:57:27.753Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45032026-08-25T00:57:27.893Z[ recovery-image] Aug 25 00:57:26.865 INFO O| Aug 25 00:57:26.865 INFO O| Startup: Refreshing catalog 'helios' ... Done
45042026-08-25T00:57:27.900Z[verify-libraries] Compiling cpubits v0.1.1
45052026-08-25T00:57:28.042Z[verify-libraries] Compiling crunchy v0.2.4
45062026-08-25T00:57:28.174Z[verify-libraries] Compiling downcast-rs v2.0.2
45072026-08-25T00:57:28.236Z[verify-libraries] Compiling dirs-next v2.0.0
45082026-08-25T00:57:28.369Z[verify-libraries] Compiling clang-sys v1.8.1
45092026-08-25T00:57:28.434Z[verify-libraries] Compiling tiny-keccak v2.0.2
45102026-08-25T00:57:28.515Z[verify-libraries] Compiling term v0.7.0
45112026-08-25T00:57:28.519Z[verify-libraries] Compiling progenitor v0.14.0
45122026-08-25T00:57:28.522Z[ recovery-image] Aug 25 00:57:27.495 INFO O| Aug 25 00:57:27.491 INFO O| Startup: Caching catalogs ... Done
45132026-08-25T00:57:28.785Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45142026-08-25T00:57:28.789Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45152026-08-25T00:57:28.815Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45162026-08-25T00:57:28.828Z[ host-image] Aug 25 00:57:27.800 INFO O| Aug 25 00:57:27.800 INFO O| Actions: 22463/54182 actions (Installing new actions)
45172026-08-25T00:57:28.897Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45182026-08-25T00:57:28.981Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45192026-08-25T00:57:29.103Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45202026-08-25T00:57:29.107Z[verify-libraries] Compiling darling_macro v0.21.3
45212026-08-25T00:57:29.193Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45222026-08-25T00:57:29.231Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45232026-08-25T00:57:29.278Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45242026-08-25T00:57:29.341Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45252026-08-25T00:57:29.569Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45262026-08-25T00:57:29.621Z[verify-libraries] Compiling bit-vec v0.6.3
45272026-08-25T00:57:29.668Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45282026-08-25T00:57:29.711Z[verify-libraries] Compiling diff v0.1.13
45292026-08-25T00:57:29.770Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45302026-08-25T00:57:29.853Z[verify-libraries] Compiling bit-set v0.5.3
45312026-08-25T00:57:29.899Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45322026-08-25T00:57:29.899Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45332026-08-25T00:57:29.943Z[verify-libraries] Compiling darling v0.21.3
45342026-08-25T00:57:30.085Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45352026-08-25T00:57:30.089Z[verify-libraries] Compiling ascii-canvas v3.0.0
45362026-08-25T00:57:30.126Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45372026-08-25T00:57:30.130Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45382026-08-25T00:57:30.147Z[verify-libraries] Compiling itertools v0.10.5
45392026-08-25T00:57:30.152Z[verify-libraries] Compiling libloading v0.8.9
45402026-08-25T00:57:30.356Z[verify-libraries] Compiling ena v0.14.4
45412026-08-25T00:57:30.466Z[verify-libraries] Compiling regex-syntax v0.6.29
45422026-08-25T00:57:30.550Z[verify-libraries] Compiling bindgen v0.71.1
45432026-08-25T00:57:31.019Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45442026-08-25T00:57:31.120Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45452026-08-25T00:57:31.162Z[verify-libraries] Compiling cexpr v0.6.0
45462026-08-25T00:57:31.166Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45472026-08-25T00:57:31.273Z[verify-libraries] Compiling rustc-hash v2.1.1
45482026-08-25T00:57:31.397Z[verify-libraries] Compiling rfc6979 v0.4.0
45492026-08-25T00:57:31.411Z[ recovery-image] Aug 25 00:57:30.383 INFO O| Aug 25 00:57:30.383 INFO O| Planning: Solver setup ... Done
45502026-08-25T00:57:31.434Z[verify-libraries] Compiling libxml v0.3.3
45512026-08-25T00:57:31.509Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45522026-08-25T00:57:31.543Z[ host-image] Aug 25 00:57:30.516 INFO O| Aug 25 00:57:30.516 INFO O| Actions: Completed 54182 actions in 7.72 seconds.
45532026-08-25T00:57:31.658Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45542026-08-25T00:57:31.662Z[ host-image] Aug 25 00:57:30.631 INFO O| Aug 25 00:57:30.631 INFO O| Finalize: Updating package state database ... Done
45552026-08-25T00:57:31.662Z[ host-image] Aug 25 00:57:30.631 INFO O| Aug 25 00:57:30.631 INFO O| Finalize: Updating package cache ... Done
45562026-08-25T00:57:31.686Z[ recovery-image] Aug 25 00:57:30.656 INFO O| Aug 25 00:57:30.656 INFO O| Planning: Running solver ... Done
45572026-08-25T00:57:31.736Z[ recovery-image] Aug 25 00:57:30.708 INFO O| Aug 25 00:57:30.708 INFO O| Planning: Finding local manifests ... Done
45582026-08-25T00:57:31.762Z[ recovery-image] Aug 25 00:57:30.734 INFO O| Aug 25 00:57:30.734 INFO O| Planning: Fetching manifests: 0/130 0% complete
45592026-08-25T00:57:31.772Z[verify-libraries] Compiling ecdsa v0.16.9
45602026-08-25T00:57:31.814Z[verify-libraries] Compiling strum_macros v0.24.3
45612026-08-25T00:57:31.815Z[ host-image] Aug 25 00:57:30.786 INFO O| Aug 25 00:57:30.786 INFO O| Finalize: Updating image state ... Done
45622026-08-25T00:57:31.926Z[verify-libraries] Compiling primeorder v0.13.6
45632026-08-25T00:57:31.952Z[verify-libraries] Compiling hashbrown v0.14.5
45642026-08-25T00:57:31.993Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45652026-08-25T00:57:32.028Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45662026-08-25T00:57:32.218Z[verify-libraries] Compiling lalrpop v0.19.12
45672026-08-25T00:57:32.241Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45682026-08-25T00:57:32.268Z[verify-libraries] Compiling hmac v0.13.0
45692026-08-25T00:57:32.596Z[verify-libraries] Compiling universal-hash v0.6.1
45702026-08-25T00:57:32.648Z[verify-libraries] Compiling fxhash v0.2.1
45712026-08-25T00:57:32.723Z[verify-libraries] Compiling indoc v1.0.9
45722026-08-25T00:57:32.797Z[ host-image] Aug 25 00:57:31.767 INFO O| Aug 25 00:57:31.767 INFO O| Finalize: Creating fast lookup database ... Done
45732026-08-25T00:57:32.837Z[ host-image] Aug 25 00:57:31.808 INFO O| Aug 25 00:57:31.808 INFO O| Finalize: Reading search index ... Done
45742026-08-25T00:57:32.869Z[verify-libraries] Compiling salty v0.3.0
45752026-08-25T00:57:32.873Z[verify-libraries] Compiling knus-derive v3.4.0
45762026-08-25T00:57:32.947Z[verify-libraries] Compiling chumsky v0.9.3
45772026-08-25T00:57:33.040Z[verify-libraries] Compiling p384 v0.13.1
45782026-08-25T00:57:33.458Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45792026-08-25T00:57:33.729Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45802026-08-25T00:57:34.290Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45812026-08-25T00:57:34.522Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45822026-08-25T00:57:34.652Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45832026-08-25T00:57:34.786Z[verify-libraries] Compiling progenitor-impl v0.13.0
45842026-08-25T00:57:35.420Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45852026-08-25T00:57:35.430Z[ recovery-image] Aug 25 00:57:34.402 INFO O| Aug 25 00:57:34.402 INFO O| Planning: Fetching manifests: 130/130 100% complete
45862026-08-25T00:57:35.618Z[ host-image] Aug 25 00:57:34.590 INFO O| Aug 25 00:57:34.590 INFO O| Finalize: Building new search index ... Done
45872026-08-25T00:57:35.806Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45882026-08-25T00:57:35.870Z[verify-libraries] Compiling oso-derive v0.27.3
45892026-08-25T00:57:35.887Z[ recovery-image] Aug 25 00:57:34.859 INFO O| Aug 25 00:57:34.859 INFO O| Planning: Package planning ... Done
45902026-08-25T00:57:35.894Z[verify-libraries] Compiling quick-xml v0.37.5
45912026-08-25T00:57:36.105Z[ recovery-image] Aug 25 00:57:35.077 INFO O| Aug 25 00:57:35.077 INFO O| Planning: Merging actions ... Done
45922026-08-25T00:57:36.145Z[ host-image] Aug 25 00:57:35.116 INFO O| Aug 25 00:57:35.116 INFO O| Finalize: Updating package cache ... Done
45932026-08-25T00:57:36.257Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45942026-08-25T00:57:36.385Z[ recovery-image] Aug 25 00:57:35.357 INFO O| Aug 25 00:57:35.357 INFO O| Planning: Checking for conflicting actions ... Done
45952026-08-25T00:57:36.442Z[ recovery-image] Aug 25 00:57:35.414 INFO O| Aug 25 00:57:35.414 INFO O| Planning: Consolidating action changes ... Done
45962026-08-25T00:57:36.507Z[ host-image] Aug 25 00:57:35.479 INFO O| Aug 25 00:57:35.479 INFO STEP 11 (pkg_install) COMPLETE
45972026-08-25T00:57:36.507Z[ host-image] Aug 25 00:57:35.479 INFO O| Aug 25 00:57:35.479 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45982026-08-25T00:57:36.519Z[ host-image] Aug 25 00:57:35.491 INFO O| Aug 25 00:57:35.491 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"]
45992026-08-25T00:57:36.523Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46002026-08-25T00:57:36.614Z[ recovery-image] Aug 25 00:57:35.586 INFO O| Aug 25 00:57:35.586 INFO O| Planning: Evaluating mediators ... Done
46012026-08-25T00:57:36.907Z[verify-libraries] Compiling diesel v2.3.7
46022026-08-25T00:57:37.318Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46032026-08-25T00:57:37.411Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46042026-08-25T00:57:37.560Z[verify-libraries] Compiling openssl-probe v0.1.6
46052026-08-25T00:57:37.909Z[verify-libraries] Compiling progenitor-macro v0.13.0
46062026-08-25T00:57:37.939Z[verify-libraries] Compiling knus v3.4.0
46072026-08-25T00:57:38.058Z[ recovery-image] Aug 25 00:57:37.031 INFO O| Aug 25 00:57:37.030 INFO O| Planning: Planning completed in 9.52 seconds
46082026-08-25T00:57:38.065Z[ recovery-image] Aug 25 00:57:37.032 INFO O| Aug 25 00:57:37.032 INFO O| Packages to install: 130
46092026-08-25T00:57:38.065Z[ recovery-image] Aug 25 00:57:37.032 INFO O| Aug 25 00:57:37.032 INFO O| Mediators to change: 5
46102026-08-25T00:57:38.065Z[ recovery-image] Aug 25 00:57:37.032 INFO O| Aug 25 00:57:37.032 INFO O| Services to change: 5
46112026-08-25T00:57:38.089Z[ recovery-image] Aug 25 00:57:37.061 INFO O| Aug 25 00:57:37.061 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46122026-08-25T00:57:38.353Z[verify-libraries] Compiling polyval v0.7.1
46132026-08-25T00:57:38.562Z[verify-libraries] Compiling der v0.8.0
46142026-08-25T00:57:38.661Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46152026-08-25T00:57:38.828Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46162026-08-25T00:57:38.852Z[verify-libraries] Compiling progenitor-client v0.13.0
46172026-08-25T00:57:38.996Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46182026-08-25T00:57:39.279Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46192026-08-25T00:57:39.718Z[verify-libraries] Compiling git-stub v1.0.0
46202026-08-25T00:57:39.753Z[verify-libraries] Compiling kstat-rs v0.2.5
46212026-08-25T00:57:39.827Z[verify-libraries] Compiling trait-variant v0.1.2
46222026-08-25T00:57:40.022Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46232026-08-25T00:57:40.068Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46242026-08-25T00:57:40.072Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46252026-08-25T00:57:40.092Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46262026-08-25T00:57:40.192Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46272026-08-25T00:57:40.324Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46282026-08-25T00:57:40.401Z[verify-libraries] Compiling ghash v0.6.0
46292026-08-25T00:57:40.443Z[verify-libraries] Compiling pbkdf2 v0.13.0
46302026-08-25T00:57:40.477Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46312026-08-25T00:57:40.565Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46322026-08-25T00:57:40.622Z[verify-libraries] Compiling aes v0.9.1
46332026-08-25T00:57:40.660Z[verify-libraries] Compiling crypto-bigint v0.7.5
46342026-08-25T00:57:40.738Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46352026-08-25T00:57:40.920Z[verify-libraries] Compiling ctr v0.10.1
46362026-08-25T00:57:41.196Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46372026-08-25T00:57:41.300Z[verify-libraries] Compiling aead v0.6.1
46382026-08-25T00:57:41.348Z[verify-libraries] Compiling bb8 v0.8.6
46392026-08-25T00:57:41.505Z[verify-libraries] Compiling parking_lot_core v0.8.6
46402026-08-25T00:57:41.612Z[ host-image] Aug 25 00:57:40.584 INFO O| Aug 25 00:57:40.584 INFO O| Startup: Refreshing catalog 'helios' ... Done
46412026-08-25T00:57:41.717Z[verify-libraries] Compiling aes-gcm v0.11.0
46422026-08-25T00:57:42.058Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46432026-08-25T00:57:42.084Z[ host-image] Aug 25 00:57:41.053 INFO O| Aug 25 00:57:41.053 INFO O| Startup: Caching catalogs ... Done
46442026-08-25T00:57:42.376Z[verify-libraries] Compiling spki v0.8.0
46452026-08-25T00:57:42.515Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46462026-08-25T00:57:42.542Z[verify-libraries] Compiling mime_guess v2.0.5
46472026-08-25T00:57:42.544Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46482026-08-25T00:57:42.775Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
46492026-08-25T00:57:42.838Z[ host-image] Aug 25 00:57:41.809 INFO O| Aug 25 00:57:41.809 INFO O| Planning: Solver setup ... Done
46502026-08-25T00:57:42.849Z[ host-image] Aug 25 00:57:41.815 INFO O| Aug 25 00:57:41.815 INFO O| Planning: Running solver ... Done
46512026-08-25T00:57:42.865Z[ host-image] Aug 25 00:57:41.834 INFO O| Aug 25 00:57:41.833 INFO O| Planning: Finding local manifests ... Done
46522026-08-25T00:57:42.916Z[ host-image] Aug 25 00:57:41.876 INFO O| Aug 25 00:57:41.876 INFO O| Planning: Fetching manifests: 0/6 0% complete
46532026-08-25T00:57:43.001Z[ host-image] Aug 25 00:57:41.957 INFO O| Aug 25 00:57:41.957 INFO O| Planning: Fetching manifests: 6/6 100% complete
46542026-08-25T00:57:43.009Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46552026-08-25T00:57:43.014Z[ host-image] Aug 25 00:57:41.979 INFO O| Aug 25 00:57:41.979 INFO O| Planning: Package planning ... Done
46562026-08-25T00:57:43.014Z[ host-image] Aug 25 00:57:41.981 INFO O| Aug 25 00:57:41.981 INFO O| Planning: Merging actions ... Done
46572026-08-25T00:57:43.062Z[verify-libraries] Compiling salsa20 v0.11.0
46582026-08-25T00:57:43.067Z[ host-image] Aug 25 00:57:42.035 INFO O| Aug 25 00:57:42.034 INFO O| Planning: Checking for conflicting actions ... Done
46592026-08-25T00:57:43.067Z[ host-image] Aug 25 00:57:42.036 INFO O| Aug 25 00:57:42.036 INFO O| Planning: Consolidating action changes ... Done
46602026-08-25T00:57:43.095Z[ recovery-image] Aug 25 00:57:42.065 INFO O| Aug 25 00:57:42.065 INFO O| Download: 9050/16682 items 90.0/200.0MB 45% complete (18.0M/s)
46612026-08-25T00:57:43.137Z[verify-libraries] Compiling nanorand v0.7.0
46622026-08-25T00:57:43.212Z[ host-image] Aug 25 00:57:42.181 INFO O| Aug 25 00:57:42.181 INFO O| Planning: Evaluating mediators ... Done
46632026-08-25T00:57:43.213Z[ host-image] Aug 25 00:57:42.183 INFO O| Aug 25 00:57:42.182 INFO O| Planning: Planning completed in 1.11 seconds
46642026-08-25T00:57:43.233Z[ host-image] Aug 25 00:57:42.183 INFO O| Aug 25 00:57:42.183 INFO O| Packages to install: 6
46652026-08-25T00:57:43.233Z[ host-image] Aug 25 00:57:42.183 INFO O| Aug 25 00:57:42.183 INFO O| Services to change: 2
46662026-08-25T00:57:43.242Z[ host-image] Aug 25 00:57:42.194 INFO O| Aug 25 00:57:42.193 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46672026-08-25T00:57:43.263Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46682026-08-25T00:57:43.347Z[verify-libraries] Compiling scrypt v0.12.0
46692026-08-25T00:57:43.402Z[ host-image] Aug 25 00:57:42.374 INFO O| Aug 25 00:57:42.374 INFO O| Download: Completed 1.76 MB in 0.18 seconds (9.7M/s)
46702026-08-25T00:57:43.423Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46712026-08-25T00:57:43.438Z[ host-image] Aug 25 00:57:42.411 INFO O| Aug 25 00:57:42.411 INFO O| Actions: 1/391 actions (Installing new actions)
46722026-08-25T00:57:43.552Z[verify-libraries] Compiling flume v0.11.1
46732026-08-25T00:57:43.616Z[ host-image] Aug 25 00:57:42.588 INFO O| Aug 25 00:57:42.588 INFO O| Actions: Completed 391 actions in 0.18 seconds.
46742026-08-25T00:57:43.660Z[ host-image] Aug 25 00:57:42.631 INFO O| Aug 25 00:57:42.631 INFO O| Finalize: Updating package state database ... Done
46752026-08-25T00:57:43.660Z[ host-image] Aug 25 00:57:42.631 INFO O| Aug 25 00:57:42.631 INFO O| Finalize: Updating package cache ... Done
46762026-08-25T00:57:43.664Z[verify-libraries] Compiling progenitor v0.13.0
46772026-08-25T00:57:43.710Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46782026-08-25T00:57:43.786Z[ host-image] Aug 25 00:57:42.759 INFO O| Aug 25 00:57:42.758 INFO O| Finalize: Updating image state ... Done
46792026-08-25T00:57:43.919Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46802026-08-25T00:57:43.988Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46812026-08-25T00:57:44.017Z[verify-libraries] Compiling cbc v0.2.1
46822026-08-25T00:57:44.246Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46832026-08-25T00:57:44.268Z[verify-libraries] Compiling digest-io v0.1.0
46842026-08-25T00:57:44.393Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46852026-08-25T00:57:44.487Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46862026-08-25T00:57:44.618Z[verify-libraries] Compiling nonempty v0.12.0
46872026-08-25T00:57:44.740Z[ host-image] Aug 25 00:57:43.712 INFO O| Aug 25 00:57:43.712 INFO O| Finalize: Creating fast lookup database ... Done
46882026-08-25T00:57:44.755Z[verify-libraries] Compiling rawzip v0.4.4
46892026-08-25T00:57:44.771Z[ host-image] Aug 25 00:57:43.743 INFO O| Aug 25 00:57:43.743 INFO O| Finalize: Reading search index ... Done
46902026-08-25T00:57:44.771Z[ host-image] Aug 25 00:57:43.743 INFO O| Aug 25 00:57:43.743 INFO O| Finalize: Updating search index ... Done
46912026-08-25T00:57:44.786Z[ host-image] Aug 25 00:57:43.758 INFO O| Aug 25 00:57:43.758 INFO O| Finalize: Updating package cache ... Done
46922026-08-25T00:57:44.839Z[verify-libraries] Compiling corncobs v0.1.4
46932026-08-25T00:57:44.874Z[verify-libraries] Compiling http-range v0.1.5
46942026-08-25T00:57:45.085Z[ host-image] Aug 25 00:57:44.057 INFO O| Aug 25 00:57:44.057 INFO STEP 12 (pkg_install) COMPLETE
46952026-08-25T00:57:45.085Z[ host-image] Aug 25 00:57:44.057 INFO O| Aug 25 00:57:44.057 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46962026-08-25T00:57:45.096Z[ host-image] Aug 25 00:57:44.068 INFO O| Aug 25 00:57:44.068 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46972026-08-25T00:57:45.108Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46982026-08-25T00:57:45.223Z[verify-libraries] Compiling pkcs5 v0.8.1
46992026-08-25T00:57:45.528Z[verify-libraries] Compiling parking_lot v0.11.2
47002026-08-25T00:57:45.588Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47012026-08-25T00:57:45.692Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47022026-08-25T00:57:45.912Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47032026-08-25T00:57:45.967Z[verify-libraries] Compiling ignore v0.4.25
47042026-08-25T00:57:45.996Z[verify-libraries] Compiling anstyle-parse v0.2.7
47052026-08-25T00:57:46.112Z[verify-libraries] Compiling prefix-trie v0.7.0
47062026-08-25T00:57:46.200Z[verify-libraries] Compiling secrecy v0.8.0
47072026-08-25T00:57:46.236Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47082026-08-25T00:57:46.356Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47092026-08-25T00:57:46.505Z[verify-libraries] Compiling anstream v0.6.21
47102026-08-25T00:57:46.662Z[verify-libraries] Compiling globwalk v0.9.1
47112026-08-25T00:57:46.730Z[verify-libraries] Compiling hickory-server v0.25.2
47122026-08-25T00:57:46.902Z[verify-libraries] Compiling sled v0.34.7
47132026-08-25T00:57:46.983Z[verify-libraries] Compiling pkcs8 v0.11.0
47142026-08-25T00:57:47.008Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47152026-08-25T00:57:47.153Z[ recovery-image] Aug 25 00:57:46.125 INFO O| Aug 25 00:57:46.125 INFO O| Download: Completed 200.00 MB in 9.06 seconds (22.0M/s)
47162026-08-25T00:57:47.216Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47172026-08-25T00:57:47.392Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47182026-08-25T00:57:47.455Z[ recovery-image] Aug 25 00:57:46.426 INFO O| Aug 25 00:57:46.426 INFO O| Actions: 1/27580 actions (Installing new actions)
47192026-08-25T00:57:47.469Z[verify-libraries] Compiling predicates-tree v1.0.13
47202026-08-25T00:57:47.489Z[ host-image] Aug 25 00:57:46.451 INFO O| Aug 25 00:57:46.451 INFO O| Startup: Refreshing catalog 'helios' ... Done
47212026-08-25T00:57:47.672Z[verify-libraries] Compiling rand_seeder v0.4.0
47222026-08-25T00:57:47.794Z[verify-libraries] Compiling ff v0.14.0
47232026-08-25T00:57:47.890Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47242026-08-25T00:57:48.006Z[ host-image] Aug 25 00:57:46.978 INFO O| Aug 25 00:57:46.978 INFO O| Startup: Caching catalogs ... Done
47252026-08-25T00:57:48.068Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47262026-08-25T00:57:48.104Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47272026-08-25T00:57:48.360Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47282026-08-25T00:57:48.392Z[verify-libraries] Compiling libz-sys v1.1.24
47292026-08-25T00:57:48.550Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47302026-08-25T00:57:48.635Z[ host-image] Aug 25 00:57:47.608 INFO O| Aug 25 00:57:47.608 INFO O| Planning: Solver setup ... Done
47312026-08-25T00:57:48.642Z[ host-image] Aug 25 00:57:47.613 INFO O| Aug 25 00:57:47.613 INFO O| Planning: Running solver ... Done
47322026-08-25T00:57:48.658Z[ host-image] Aug 25 00:57:47.628 INFO O| Aug 25 00:57:47.628 INFO O| Planning: Finding local manifests ... Done
47332026-08-25T00:57:48.661Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47342026-08-25T00:57:48.685Z[ host-image] Aug 25 00:57:47.657 INFO O| Aug 25 00:57:47.657 INFO O| Planning: Fetching manifests: 0/6 0% complete
47352026-08-25T00:57:49.106Z[ host-image] Aug 25 00:57:47.835 INFO O| Aug 25 00:57:47.835 INFO O| Planning: Fetching manifests: 6/6 100% complete
47362026-08-25T00:57:49.133Z[ host-image] Aug 25 00:57:47.862 INFO O| Aug 25 00:57:47.862 INFO O| Planning: Package planning ... Done
47372026-08-25T00:57:49.133Z[ host-image] Aug 25 00:57:47.871 INFO O| Aug 25 00:57:47.871 INFO O| Planning: Merging actions ... Done
47382026-08-25T00:57:49.133Z[ host-image] Aug 25 00:57:47.939 INFO O| Aug 25 00:57:47.939 INFO O| Planning: Checking for conflicting actions ... Done
47392026-08-25T00:57:49.133Z[ host-image] Aug 25 00:57:47.942 INFO O| Aug 25 00:57:47.941 INFO O| Planning: Consolidating action changes ... Done
47402026-08-25T00:57:49.133Z[verify-libraries] Compiling group v0.14.0
47412026-08-25T00:57:49.134Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47422026-08-25T00:57:49.134Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47432026-08-25T00:57:49.139Z[ host-image] Aug 25 00:57:48.081 INFO O| Aug 25 00:57:48.081 INFO O| Planning: Evaluating mediators ... Done
47442026-08-25T00:57:49.139Z[ host-image] Aug 25 00:57:48.083 INFO O| Aug 25 00:57:48.082 INFO O| Planning: Planning completed in 1.09 seconds
47452026-08-25T00:57:49.139Z[ host-image] Aug 25 00:57:48.083 INFO O| Aug 25 00:57:48.083 INFO O| Packages to install: 6
47462026-08-25T00:57:49.139Z[ host-image] Aug 25 00:57:48.083 INFO O| Aug 25 00:57:48.083 INFO O| Mediators to change: 1
47472026-08-25T00:57:49.139Z[ host-image] Aug 25 00:57:48.083 INFO O| Aug 25 00:57:48.083 INFO O| Services to change: 1
47482026-08-25T00:57:49.139Z[ host-image] Aug 25 00:57:48.094 INFO O| Aug 25 00:57:48.094 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47492026-08-25T00:57:49.258Z[verify-libraries] Compiling signature v3.0.0
47502026-08-25T00:57:49.391Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47512026-08-25T00:57:49.495Z[verify-libraries] Compiling instability v0.3.11
47522026-08-25T00:57:49.624Z[verify-libraries] Compiling base16ct v1.0.0
47532026-08-25T00:57:49.660Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47542026-08-25T00:57:49.855Z[verify-libraries] Compiling sec1 v0.8.1
47552026-08-25T00:57:49.868Z[ host-image] Aug 25 00:57:48.841 INFO O| Aug 25 00:57:48.841 INFO O| Download: Completed 7.84 MB in 0.75 seconds (10.5M/s)
47562026-08-25T00:57:49.877Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47572026-08-25T00:57:49.905Z[ host-image] Aug 25 00:57:48.878 INFO O| Aug 25 00:57:48.878 INFO O| Actions: 1/1366 actions (Installing new actions)
47582026-08-25T00:57:49.913Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47592026-08-25T00:57:49.968Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47602026-08-25T00:57:50.123Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47612026-08-25T00:57:50.197Z[ host-image] Aug 25 00:57:49.169 INFO O| Aug 25 00:57:49.169 INFO O| Actions: Completed 1366 actions in 0.29 seconds.
47622026-08-25T00:57:50.216Z[verify-libraries] Compiling hkdf v0.13.0
47632026-08-25T00:57:50.246Z[ host-image] Aug 25 00:57:49.216 INFO O| Aug 25 00:57:49.216 INFO O| Finalize: Updating package state database ... Done
47642026-08-25T00:57:50.246Z[ host-image] Aug 25 00:57:49.216 INFO O| Aug 25 00:57:49.216 INFO O| Finalize: Updating package cache ... Done
47652026-08-25T00:57:50.340Z[ host-image] Aug 25 00:57:49.312 INFO O| Aug 25 00:57:49.312 INFO O| Finalize: Updating image state ... Done
47662026-08-25T00:57:50.471Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47672026-08-25T00:57:50.506Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47682026-08-25T00:57:50.542Z[verify-libraries] Compiling scuffle v0.1.0
47692026-08-25T00:57:50.587Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47702026-08-25T00:57:50.699Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47712026-08-25T00:57:50.978Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47722026-08-25T00:57:51.017Z[verify-libraries] Compiling castaway v0.2.4
47732026-08-25T00:57:51.076Z[verify-libraries] Compiling indoc v2.0.7
47742026-08-25T00:57:51.221Z[verify-libraries] Compiling compact_str v0.8.1
47752026-08-25T00:57:51.284Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47762026-08-25T00:57:51.398Z[ host-image] Aug 25 00:57:50.366 INFO O| Aug 25 00:57:50.365 INFO O| Finalize: Creating fast lookup database ... Done
47772026-08-25T00:57:51.427Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47782026-08-25T00:57:51.431Z[ host-image] Aug 25 00:57:50.397 INFO O| Aug 25 00:57:50.397 INFO O| Finalize: Reading search index ... Done
47792026-08-25T00:57:51.431Z[ host-image] Aug 25 00:57:50.397 INFO O| Aug 25 00:57:50.397 INFO O| Finalize: Updating search index ... Done
47802026-08-25T00:57:51.459Z[ host-image] Aug 25 00:57:50.431 INFO O| Aug 25 00:57:50.431 INFO O| Finalize: Updating package cache ... Done
47812026-08-25T00:57:51.750Z[ host-image] Aug 25 00:57:50.722 INFO O| Aug 25 00:57:50.722 INFO STEP 13 (pkg_install) COMPLETE
47822026-08-25T00:57:51.750Z[ host-image] Aug 25 00:57:50.722 INFO O| Aug 25 00:57:50.722 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47832026-08-25T00:57:51.761Z[ host-image] Aug 25 00:57:50.733 INFO O| Aug 25 00:57:50.733 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47842026-08-25T00:57:51.807Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47852026-08-25T00:57:51.977Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47862026-08-25T00:57:52.181Z[verify-libraries] Compiling elliptic-curve v0.14.1
47872026-08-25T00:57:52.459Z[ recovery-image] Aug 25 00:57:51.428 INFO O| Aug 25 00:57:51.428 INFO O| Actions: 27017/27580 actions (Installing new actions)
47882026-08-25T00:57:52.802Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47892026-08-25T00:57:53.077Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47902026-08-25T00:57:53.105Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
47912026-08-25T00:57:53.162Z[ recovery-image] Aug 25 00:57:52.134 INFO O| Aug 25 00:57:52.134 INFO O| Actions: Completed 27580 actions in 5.71 seconds.
47922026-08-25T00:57:53.176Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47932026-08-25T00:57:53.284Z[ recovery-image] Aug 25 00:57:52.256 INFO O| Aug 25 00:57:52.256 INFO O| Finalize: Updating package state database ... Done
47942026-08-25T00:57:53.284Z[ recovery-image] Aug 25 00:57:52.256 INFO O| Aug 25 00:57:52.256 INFO O| Finalize: Updating package cache ... Done
47952026-08-25T00:57:53.299Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47962026-08-25T00:57:53.360Z[verify-libraries] Compiling lru v0.12.5
47972026-08-25T00:57:53.453Z[verify-libraries] Compiling unicode-truncate v1.1.0
47982026-08-25T00:57:53.462Z[ recovery-image] Aug 25 00:57:52.397 INFO O| Aug 25 00:57:52.397 INFO O| Finalize: Updating image state ... Done
47992026-08-25T00:57:53.604Z[verify-libraries] Compiling arc-swap v1.8.2
48002026-08-25T00:57:53.670Z[verify-libraries] Compiling cassowary v0.3.0
48012026-08-25T00:57:54.051Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48022026-08-25T00:57:54.061Z[ host-image] Aug 25 00:57:53.033 INFO O| Aug 25 00:57:53.033 INFO O| Startup: Refreshing catalog 'helios' ... Done
48032026-08-25T00:57:54.126Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48042026-08-25T00:57:54.198Z[ recovery-image] Aug 25 00:57:53.170 INFO O| Aug 25 00:57:53.170 INFO O| Finalize: Creating fast lookup database ... Done
48052026-08-25T00:57:54.215Z[ recovery-image] Aug 25 00:57:53.187 INFO O| Aug 25 00:57:53.187 INFO O| Finalize: Reading search index ... Done
48062026-08-25T00:57:54.231Z[verify-libraries] Compiling ratatui v0.29.0
48072026-08-25T00:57:54.438Z[verify-libraries] Compiling slog-scope v4.4.1
48082026-08-25T00:57:54.508Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48092026-08-25T00:57:54.545Z[ host-image] Aug 25 00:57:53.517 INFO O| Aug 25 00:57:53.517 INFO O| Startup: Caching catalogs ... Done
48102026-08-25T00:57:54.621Z[verify-libraries] Compiling wnaf v0.14.0
48112026-08-25T00:57:54.744Z[verify-libraries] Compiling primefield v0.14.0
48122026-08-25T00:57:54.890Z[verify-libraries] Compiling rfc6979 v0.6.0
48132026-08-25T00:57:54.958Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48142026-08-25T00:57:55.061Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48152026-08-25T00:57:55.111Z[ host-image] Aug 25 00:57:54.084 INFO O| Aug 25 00:57:54.084 INFO O| Planning: Solver setup ... Done
48162026-08-25T00:57:55.115Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48172026-08-25T00:57:55.118Z[ host-image] Aug 25 00:57:54.089 INFO O| Aug 25 00:57:54.089 INFO O| Planning: Running solver ... Done
48182026-08-25T00:57:55.132Z[ host-image] Aug 25 00:57:54.104 INFO O| Aug 25 00:57:54.104 INFO O| Planning: Finding local manifests ... Done
48192026-08-25T00:57:55.139Z[verify-libraries] Compiling vergen-git2 v9.1.0
48202026-08-25T00:57:55.166Z[verify-libraries] Compiling strsim v0.10.0
48212026-08-25T00:57:55.190Z[ host-image] Aug 25 00:57:54.163 INFO O| Aug 25 00:57:54.163 INFO O| Planning: Fetching manifests: 0/1 0% complete
48222026-08-25T00:57:55.204Z[ host-image] Aug 25 00:57:54.176 INFO O| Aug 25 00:57:54.176 INFO O| Planning: Fetching manifests: 1/1 100% complete
48232026-08-25T00:57:55.221Z[ host-image] Aug 25 00:57:54.194 INFO O| Aug 25 00:57:54.194 INFO O| Planning: Package planning ... Done
48242026-08-25T00:57:55.222Z[ host-image] Aug 25 00:57:54.194 INFO O| Aug 25 00:57:54.194 INFO O| Planning: Merging actions ... Done
48252026-08-25T00:57:55.260Z[ host-image] Aug 25 00:57:54.233 INFO O| Aug 25 00:57:54.232 INFO O| Planning: Checking for conflicting actions ... Done
48262026-08-25T00:57:55.292Z[ host-image] Aug 25 00:57:54.233 INFO O| Aug 25 00:57:54.233 INFO O| Planning: Consolidating action changes ... Done
48272026-08-25T00:57:55.310Z[verify-libraries] Compiling ecdsa v0.17.0
48282026-08-25T00:57:55.400Z[ host-image] Aug 25 00:57:54.372 INFO O| Aug 25 00:57:54.372 INFO O| Planning: Evaluating mediators ... Done
48292026-08-25T00:57:55.403Z[ host-image] Aug 25 00:57:54.372 INFO O| Aug 25 00:57:54.372 INFO O| Planning: Planning completed in 0.84 seconds
48302026-08-25T00:57:55.404Z[ host-image] Aug 25 00:57:54.373 INFO O| Aug 25 00:57:54.373 INFO O| Packages to install: 1
48312026-08-25T00:57:55.412Z[ host-image] Aug 25 00:57:54.384 INFO O| Aug 25 00:57:54.384 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48322026-08-25T00:57:55.459Z[verify-libraries] Compiling darling_core v0.13.4
48332026-08-25T00:57:55.491Z[verify-libraries] Compiling primeorder v0.14.0
48342026-08-25T00:57:55.584Z[verify-libraries] Compiling slog-stdlog v4.1.1
48352026-08-25T00:57:55.864Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48362026-08-25T00:57:55.938Z[ host-image] Aug 25 00:57:54.875 INFO O| Aug 25 00:57:54.875 INFO O| Download: Completed 13.27 MB in 0.49 seconds (27.0M/s)
48372026-08-25T00:57:55.942Z[ recovery-image] Aug 25 00:57:54.901 INFO O| Aug 25 00:57:54.901 INFO O| Finalize: Building new search index ... Done
48382026-08-25T00:57:55.942Z[ host-image] Aug 25 00:57:54.915 INFO O| Aug 25 00:57:54.914 INFO O| Actions: 1/22 actions (Installing new actions)
48392026-08-25T00:57:55.956Z[verify-libraries] Compiling tungstenite v0.23.0
48402026-08-25T00:57:56.066Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48412026-08-25T00:57:56.199Z[ host-image] Aug 25 00:57:55.171 INFO O| Aug 25 00:57:55.171 INFO O| Actions: Completed 22 actions in 0.26 seconds.
48422026-08-25T00:57:56.258Z[ recovery-image] Aug 25 00:57:55.230 INFO O| Aug 25 00:57:55.230 INFO O| Finalize: Updating package cache ... Done
48432026-08-25T00:57:56.278Z[ host-image] Aug 25 00:57:55.250 INFO O| Aug 25 00:57:55.250 INFO O| Finalize: Updating package state database ... Done
48442026-08-25T00:57:56.278Z[ host-image] Aug 25 00:57:55.250 INFO O| Aug 25 00:57:55.250 INFO O| Finalize: Updating package cache ... Done
48452026-08-25T00:57:56.429Z[ host-image] Aug 25 00:57:55.392 INFO O| Aug 25 00:57:55.392 INFO O| Finalize: Updating image state ... Done
48462026-08-25T00:57:56.541Z[verify-libraries] Compiling console v0.16.2
48472026-08-25T00:57:56.684Z[verify-libraries] Compiling libsw-core v0.3.2
48482026-08-25T00:57:56.719Z[ recovery-image] Aug 25 00:57:55.692 INFO O| Aug 25 00:57:55.692 INFO STEP 11 (pkg_install) COMPLETE
48492026-08-25T00:57:56.719Z[ recovery-image] Aug 25 00:57:55.692 INFO O| Aug 25 00:57:55.692 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48502026-08-25T00:57:56.719Z[ recovery-image] Aug 25 00:57:55.692 INFO O| Aug 25 00:57:55.692 INFO skip step because feature "recovery" is enabled
48512026-08-25T00:57:56.722Z[ recovery-image] Aug 25 00:57:55.692 INFO O| Aug 25 00:57:55.692 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48522026-08-25T00:57:56.722Z[ recovery-image] Aug 25 00:57:55.692 INFO O| Aug 25 00:57:55.692 INFO skip step because feature "omicron1" is not enabled
48532026-08-25T00:57:56.722Z[ recovery-image] Aug 25 00:57:55.692 INFO O| Aug 25 00:57:55.692 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48542026-08-25T00:57:56.731Z[ recovery-image] Aug 25 00:57:55.702 INFO O| Aug 25 00:57:55.702 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48552026-08-25T00:57:56.905Z[verify-libraries] Compiling assert_matches v1.5.0
48562026-08-25T00:57:56.961Z[verify-libraries] Compiling unit-prefix v0.5.2
48572026-08-25T00:57:57.096Z[verify-libraries] Compiling void v1.0.2
48582026-08-25T00:57:57.192Z[verify-libraries] Compiling indicatif v0.18.4
48592026-08-25T00:57:57.233Z[verify-libraries] Compiling lzss v0.8.2
48602026-08-25T00:57:57.283Z[verify-libraries] Compiling libsw v3.5.0
48612026-08-25T00:57:57.286Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48622026-08-25T00:57:57.345Z[verify-libraries] Compiling slog-envlogger v2.2.0
48632026-08-25T00:57:57.427Z[ host-image] Aug 25 00:57:56.400 INFO O| Aug 25 00:57:56.400 INFO O| Finalize: Creating fast lookup database ... Done
48642026-08-25T00:57:57.456Z[ host-image] Aug 25 00:57:56.429 INFO O| Aug 25 00:57:56.429 INFO O| Finalize: Reading search index ... Done
48652026-08-25T00:57:57.456Z[ host-image] Aug 25 00:57:56.429 INFO O| Aug 25 00:57:56.429 INFO O| Finalize: Updating search index ... Done
48662026-08-25T00:57:57.468Z[ host-image] Aug 25 00:57:56.439 INFO O| Aug 25 00:57:56.439 INFO O| Finalize: Updating package cache ... Done
48672026-08-25T00:57:57.508Z[verify-libraries] Compiling ssh-encoding v0.3.0
48682026-08-25T00:57:57.599Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48692026-08-25T00:57:57.637Z[verify-libraries] Compiling darling_macro v0.13.4
48702026-08-25T00:57:57.701Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48712026-08-25T00:57:57.765Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO STEP 14 (pkg_install) COMPLETE
48722026-08-25T00:57:57.765Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48732026-08-25T00:57:57.765Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO skip step because feature "mbist" is not enabled
48742026-08-25T00:57:57.768Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48752026-08-25T00:57:57.768Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO skip step because feature "mfg" is not enabled
48762026-08-25T00:57:57.768Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48772026-08-25T00:57:57.768Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO skip step because feature "compliance" is not enabled
48782026-08-25T00:57:57.768Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48792026-08-25T00:57:57.768Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO skip step because feature "stress" is not enabled
48802026-08-25T00:57:57.768Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48812026-08-25T00:57:57.768Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO skip step because feature "compliance" is not enabled
48822026-08-25T00:57:57.770Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48832026-08-25T00:57:57.770Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO skip step because feature "nfs" is not enabled
48842026-08-25T00:57:57.770Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48852026-08-25T00:57:57.771Z[ host-image] Aug 25 00:57:56.737 INFO O| Aug 25 00:57:56.737 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48862026-08-25T00:57:57.788Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48872026-08-25T00:57:58.021Z[ host-image] Aug 25 00:57:56.903 INFO O| Aug 25 00:57:56.902 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48882026-08-25T00:57:58.027Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48892026-08-25T00:57:58.069Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48902026-08-25T00:57:58.096Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48912026-08-25T00:57:58.110Z[ host-image] Aug 25 00:57:57.082 INFO O| Aug 25 00:57:57.082 INFO completed processing sled/ramdisk-01-os
48922026-08-25T00:57:58.114Z[ host-image] Aug 25 00:57:57.085 INFO omicron1 baseline generation...
48932026-08-25T00:57:58.114Z[ host-image] Aug 25 00:57:57.085 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48942026-08-25T00:57:58.142Z[verify-libraries] Compiling nix v0.27.1
48952026-08-25T00:57:58.242Z[verify-libraries] Compiling colored v2.2.0
48962026-08-25T00:57:58.315Z[verify-libraries] Compiling blake3 v1.8.5
48972026-08-25T00:57:58.389Z[verify-libraries] Compiling serde_bytes v0.11.19
48982026-08-25T00:57:58.399Z[verify-libraries] Compiling keccak v0.2.0
48992026-08-25T00:57:58.529Z[ host-image] Aug 25 00:57:57.501 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
49002026-08-25T00:57:58.679Z[verify-libraries] Compiling shell-words v1.1.1
49012026-08-25T00:57:58.826Z[verify-libraries] Compiling darling v0.13.4
49022026-08-25T00:57:58.844Z[ recovery-image] Aug 25 00:57:57.816 INFO O| Aug 25 00:57:57.816 INFO O| Startup: Refreshing catalog 'helios' ... Done
49032026-08-25T00:57:58.873Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49042026-08-25T00:57:58.917Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49052026-08-25T00:57:59.028Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49062026-08-25T00:57:59.289Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49072026-08-25T00:57:59.306Z[ recovery-image] Aug 25 00:57:58.278 INFO O| Aug 25 00:57:58.278 INFO O| Startup: Caching catalogs ... Done
49082026-08-25T00:57:59.410Z[verify-libraries] Compiling ed25519 v3.0.0
49092026-08-25T00:57:59.557Z[verify-libraries] Compiling crypto-primes v0.7.2
49102026-08-25T00:57:59.759Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49112026-08-25T00:58:00.084Z[ recovery-image] Aug 25 00:57:59.057 INFO O| Aug 25 00:57:59.056 INFO O| Planning: Solver setup ... Done
49122026-08-25T00:58:00.090Z[ recovery-image] Aug 25 00:57:59.062 INFO O| Aug 25 00:57:59.062 INFO O| Planning: Running solver ... Done
49132026-08-25T00:58:00.108Z[ recovery-image] Aug 25 00:57:59.080 INFO O| Aug 25 00:57:59.080 INFO O| Planning: Finding local manifests ... Done
49142026-08-25T00:58:00.124Z[ recovery-image] Aug 25 00:57:59.097 INFO O| Aug 25 00:57:59.097 INFO O| Planning: Fetching manifests: 0/1 0% complete
49152026-08-25T00:58:00.148Z[ recovery-image] Aug 25 00:57:59.121 INFO O| Aug 25 00:57:59.121 INFO O| Planning: Fetching manifests: 1/1 100% complete
49162026-08-25T00:58:00.166Z[ recovery-image] Aug 25 00:57:59.138 INFO O| Aug 25 00:57:59.138 INFO O| Planning: Package planning ... Done
49172026-08-25T00:58:00.166Z[ recovery-image] Aug 25 00:57:59.138 INFO O| Aug 25 00:57:59.138 INFO O| Planning: Merging actions ... Done
49182026-08-25T00:58:00.186Z[ recovery-image] Aug 25 00:57:59.158 INFO O| Aug 25 00:57:59.158 INFO O| Planning: Checking for conflicting actions ... Done
49192026-08-25T00:58:00.189Z[ recovery-image] Aug 25 00:57:59.159 INFO O| Aug 25 00:57:59.159 INFO O| Planning: Consolidating action changes ... Done
49202026-08-25T00:58:00.241Z[verify-libraries] Compiling poly1305 v0.9.0
49212026-08-25T00:58:00.322Z[ recovery-image] Aug 25 00:57:59.293 INFO O| Aug 25 00:57:59.293 INFO O| Planning: Evaluating mediators ... Done
49222026-08-25T00:58:00.322Z[ recovery-image] Aug 25 00:57:59.293 INFO O| Aug 25 00:57:59.293 INFO O| Planning: Planning completed in 1.00 seconds
49232026-08-25T00:58:00.322Z[ recovery-image] Aug 25 00:57:59.294 INFO O| Aug 25 00:57:59.294 INFO O| Packages to install: 1
49242026-08-25T00:58:00.332Z[ recovery-image] Aug 25 00:57:59.304 INFO O| Aug 25 00:57:59.304 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49252026-08-25T00:58:00.632Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49262026-08-25T00:58:00.758Z[ recovery-image] Aug 25 00:57:59.730 INFO O| Aug 25 00:57:59.730 INFO O| Download: Completed 13.27 MB in 0.43 seconds (31.1M/s)
49272026-08-25T00:58:00.845Z[ recovery-image] Aug 25 00:57:59.764 INFO O| Aug 25 00:57:59.764 INFO O| Actions: 1/22 actions (Installing new actions)
49282026-08-25T00:58:00.894Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49292026-08-25T00:58:00.939Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49302026-08-25T00:58:00.944Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49312026-08-25T00:58:01.071Z[ recovery-image] Aug 25 00:58:00.041 INFO O| Aug 25 00:58:00.041 INFO O| Actions: Completed 22 actions in 0.28 seconds.
49322026-08-25T00:58:01.084Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49332026-08-25T00:58:01.120Z[ recovery-image] Aug 25 00:58:00.090 INFO O| Aug 25 00:58:00.089 INFO O| Finalize: Updating package state database ... Done
49342026-08-25T00:58:01.120Z[ recovery-image] Aug 25 00:58:00.090 INFO O| Aug 25 00:58:00.089 INFO O| Finalize: Updating package cache ... Done
49352026-08-25T00:58:01.209Z[ recovery-image] Aug 25 00:58:00.181 INFO O| Aug 25 00:58:00.181 INFO O| Finalize: Updating image state ... Done
49362026-08-25T00:58:01.217Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49372026-08-25T00:58:01.252Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49382026-08-25T00:58:01.252Z[verify-libraries] Compiling blowfish v0.10.0
49392026-08-25T00:58:01.438Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49402026-08-25T00:58:01.499Z[verify-libraries] Compiling petname v2.0.2
49412026-08-25T00:58:01.569Z[verify-libraries] Compiling arrayvec v0.7.6
49422026-08-25T00:58:01.572Z[verify-libraries] Compiling constant_time_eq v0.4.2
49432026-08-25T00:58:01.604Z[verify-libraries] Compiling arrayref v0.3.9
49442026-08-25T00:58:01.769Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49452026-08-25T00:58:01.937Z[ recovery-image] Aug 25 00:58:00.909 INFO O| Aug 25 00:58:00.909 INFO O| Finalize: Creating fast lookup database ... Done
49462026-08-25T00:58:01.955Z[ recovery-image] Aug 25 00:58:00.927 INFO O| Aug 25 00:58:00.927 INFO O| Finalize: Reading search index ... Done
49472026-08-25T00:58:01.955Z[ recovery-image] Aug 25 00:58:00.927 INFO O| Aug 25 00:58:00.927 INFO O| Finalize: Updating search index ... Done
49482026-08-25T00:58:01.963Z[ recovery-image] Aug 25 00:58:00.935 INFO O| Aug 25 00:58:00.935 INFO O| Finalize: Updating package cache ... Done
49492026-08-25T00:58:02.021Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49502026-08-25T00:58:02.210Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49512026-08-25T00:58:02.245Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO STEP 14 (pkg_install) COMPLETE
49522026-08-25T00:58:02.245Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49532026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO skip step because feature "mbist" is not enabled
49542026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49552026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO skip step because feature "mfg" is not enabled
49562026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49572026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO skip step because feature "compliance" is not enabled
49582026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49592026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO skip step because feature "stress" is not enabled
49602026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49612026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO skip step because feature "compliance" is not enabled
49622026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49632026-08-25T00:58:02.248Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO skip step because feature "nfs" is not enabled
49642026-08-25T00:58:02.249Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49652026-08-25T00:58:02.249Z[ recovery-image] Aug 25 00:58:01.217 INFO O| Aug 25 00:58:01.217 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49662026-08-25T00:58:02.281Z[verify-libraries] Compiling ssh-cipher v0.3.0
49672026-08-25T00:58:02.334Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49682026-08-25T00:58:02.488Z[verify-libraries] Compiling serde_with_macros v1.5.2
49692026-08-25T00:58:02.551Z[verify-libraries] Compiling sha3 v0.11.0
49702026-08-25T00:58:02.592Z[ recovery-image] Aug 25 00:58:01.564 INFO O| Aug 25 00:58:01.564 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49712026-08-25T00:58:02.678Z[verify-libraries] Compiling p521 v0.14.0
49722026-08-25T00:58:02.704Z[verify-libraries] Compiling p384 v0.14.0
49732026-08-25T00:58:02.711Z[ recovery-image] Aug 25 00:58:01.684 INFO O| Aug 25 00:58:01.684 INFO completed processing sled/ramdisk-01-os
49742026-08-25T00:58:02.715Z[ recovery-image] Aug 25 00:58:01.686 INFO image builder template: ramdisk-02-trim...
49752026-08-25T00:58:02.715Z[ recovery-image] Aug 25 00:58:01.686 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/.tmpATBzha/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
49762026-08-25T00:58:02.732Z[ recovery-image] Aug 25 00:58:01.705 INFO O| Aug 25 00:58:01.705 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49772026-08-25T00:58:02.736Z[ recovery-image] Aug 25 00:58:01.708 INFO O| Aug 25 00:58:01.708 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49782026-08-25T00:58:02.840Z[ recovery-image] Aug 25 00:58:01.813 INFO O| Aug 25 00:58:01.813 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49792026-08-25T00:58:02.906Z[ recovery-image] Aug 25 00:58:01.878 INFO O| Aug 25 00:58:01.878 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49802026-08-25T00:58:02.906Z[ recovery-image] Aug 25 00:58:01.878 INFO O| Aug 25 00:58:01.878 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49812026-08-25T00:58:02.910Z[ recovery-image] Aug 25 00:58:01.883 INFO O| Aug 25 00:58:01.883 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49822026-08-25T00:58:02.914Z[ recovery-image] Aug 25 00:58:01.886 INFO O| Aug 25 00:58:01.886 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49832026-08-25T00:58:02.921Z[ recovery-image] Aug 25 00:58:01.891 INFO O| Aug 25 00:58:01.891 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49842026-08-25T00:58:03.004Z[verify-libraries] Compiling p256 v0.14.0
49852026-08-25T00:58:03.067Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49862026-08-25T00:58:03.113Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49872026-08-25T00:58:03.133Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49882026-08-25T00:58:03.378Z[verify-libraries] Compiling twox-hash v2.1.2
49892026-08-25T00:58:03.488Z[verify-libraries] Compiling kem v0.3.0
49902026-08-25T00:58:03.648Z[ recovery-image] Aug 25 00:58:02.619 INFO O| Aug 25 00:58:02.619 INFO rolled back to input snapshot; work may begin
49912026-08-25T00:58:03.648Z[ recovery-image] Aug 25 00:58:02.619 INFO O| Aug 25 00:58:02.619 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49922026-08-25T00:58:03.658Z[verify-libraries] Compiling module-lattice v0.2.3
49932026-08-25T00:58:03.662Z[ recovery-image] Aug 25 00:58:02.625 INFO O| Aug 25 00:58:02.624 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-25T00:58:03.670Z[ recovery-image] Aug 25 00:58:02.634 INFO O| Aug 25 00:58:02.634 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49952026-08-25T00:58:03.705Z[ recovery-image] Aug 25 00:58:02.674 INFO O| Aug 25 00:58:02.674 INFO STEP 0 (remove_files) COMPLETE
49962026-08-25T00:58:03.705Z[ recovery-image] Aug 25 00:58:02.674 INFO O| Aug 25 00:58:02.674 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-25T00:58:03.713Z[ recovery-image] Aug 25 00:58:02.685 INFO O| Aug 25 00:58:02.685 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49982026-08-25T00:58:03.719Z[ recovery-image] Aug 25 00:58:02.686 INFO O| Aug 25 00:58:02.686 INFO STEP 1 (remove_files) COMPLETE
49992026-08-25T00:58:03.719Z[ recovery-image] Aug 25 00:58:02.686 INFO O| Aug 25 00:58:02.686 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-25T00:58:03.725Z[ recovery-image] Aug 25 00:58:02.697 INFO O| Aug 25 00:58:02.697 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50012026-08-25T00:58:03.748Z[ recovery-image] Aug 25 00:58:02.709 INFO O| Aug 25 00:58:02.709 INFO STEP 2 (remove_files) COMPLETE
50022026-08-25T00:58:03.748Z[ recovery-image] Aug 25 00:58:02.709 INFO O| Aug 25 00:58:02.709 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-25T00:58:03.753Z[ recovery-image] Aug 25 00:58:02.720 INFO O| Aug 25 00:58:02.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50042026-08-25T00:58:03.753Z[ recovery-image] Aug 25 00:58:02.721 INFO O| Aug 25 00:58:02.721 INFO STEP 3 (remove_files) COMPLETE
50052026-08-25T00:58:03.753Z[ recovery-image] Aug 25 00:58:02.721 INFO O| Aug 25 00:58:02.721 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-25T00:58:03.757Z[verify-libraries] Compiling atty v0.2.14
50072026-08-25T00:58:03.760Z[ recovery-image] Aug 25 00:58:02.730 INFO O| Aug 25 00:58:02.730 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50082026-08-25T00:58:03.763Z[ recovery-image] Aug 25 00:58:02.733 INFO O| Aug 25 00:58:02.733 INFO STEP 4 (remove_files) COMPLETE
50092026-08-25T00:58:03.763Z[ recovery-image] Aug 25 00:58:02.733 INFO O| Aug 25 00:58:02.733 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-25T00:58:03.771Z[ recovery-image] Aug 25 00:58:02.742 INFO O| Aug 25 00:58:02.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50112026-08-25T00:58:03.775Z[ recovery-image] Aug 25 00:58:02.742 INFO O| Aug 25 00:58:02.742 INFO STEP 5 (remove_files) COMPLETE
50122026-08-25T00:58:03.775Z[ recovery-image] Aug 25 00:58:02.742 INFO O| Aug 25 00:58:02.742 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-25T00:58:03.781Z[ recovery-image] Aug 25 00:58:02.750 INFO O| Aug 25 00:58:02.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50142026-08-25T00:58:03.789Z[ recovery-image] Aug 25 00:58:02.760 INFO O| Aug 25 00:58:02.760 INFO STEP 6 (remove_files) COMPLETE
50152026-08-25T00:58:03.789Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-25T00:58:03.792Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO skip step because feature "heliosv2" is not enabled
50172026-08-25T00:58:03.792Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-25T00:58:03.792Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO skip step because feature "recovery" is enabled
50192026-08-25T00:58:03.792Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-25T00:58:03.792Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO skip step because feature "recovery" is enabled
50212026-08-25T00:58:03.792Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-25T00:58:03.792Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO skip step because feature "recovery" is enabled
50232026-08-25T00:58:03.792Z[ recovery-image] Aug 25 00:58:02.761 INFO O| Aug 25 00:58:02.760 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-25T00:58:03.798Z[ recovery-image] Aug 25 00:58:02.771 INFO O| Aug 25 00:58:02.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50252026-08-25T00:58:03.801Z[ recovery-image] Aug 25 00:58:02.773 INFO O| Aug 25 00:58:02.773 INFO STEP 11 (remove_files) COMPLETE
50262026-08-25T00:58:03.801Z[ recovery-image] Aug 25 00:58:02.773 INFO O| Aug 25 00:58:02.773 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-25T00:58:03.810Z[ recovery-image] Aug 25 00:58:02.782 INFO O| Aug 25 00:58:02.782 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50282026-08-25T00:58:03.813Z[ recovery-image] Aug 25 00:58:02.783 INFO O| Aug 25 00:58:02.783 INFO STEP 12 (remove_files) COMPLETE
50292026-08-25T00:58:03.813Z[ recovery-image] Aug 25 00:58:02.783 INFO O| Aug 25 00:58:02.783 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-25T00:58:03.819Z[ recovery-image] Aug 25 00:58:02.791 INFO O| Aug 25 00:58:02.791 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50312026-08-25T00:58:03.824Z[ recovery-image] Aug 25 00:58:02.792 INFO O| Aug 25 00:58:02.792 INFO STEP 13 (remove_files) COMPLETE
50322026-08-25T00:58:03.825Z[ recovery-image] Aug 25 00:58:02.792 INFO O| Aug 25 00:58:02.792 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-25T00:58:03.829Z[ recovery-image] Aug 25 00:58:02.802 INFO O| Aug 25 00:58:02.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50342026-08-25T00:58:03.830Z[ recovery-image] Aug 25 00:58:02.802 INFO O| Aug 25 00:58:02.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50352026-08-25T00:58:03.870Z[verify-libraries] Compiling rtoolbox v0.0.3
50362026-08-25T00:58:03.956Z[verify-libraries] Compiling sponge-cursor v0.1.0
50372026-08-25T00:58:03.974Z[ recovery-image] Aug 25 00:58:02.946 INFO O| Aug 25 00:58:02.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50382026-08-25T00:58:03.979Z[ recovery-image] Aug 25 00:58:02.949 INFO O| Aug 25 00:58:02.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50392026-08-25T00:58:03.997Z[ recovery-image] Aug 25 00:58:02.965 INFO O| Aug 25 00:58:02.957 INFO STEP 14 (remove_files) COMPLETE
50402026-08-25T00:58:03.998Z[ recovery-image] Aug 25 00:58:02.965 INFO O| Aug 25 00:58:02.957 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-25T00:58:04.001Z[ recovery-image] Aug 25 00:58:02.967 INFO O| Aug 25 00:58:02.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50422026-08-25T00:58:04.001Z[ recovery-image] Aug 25 00:58:02.968 INFO O| Aug 25 00:58:02.968 INFO STEP 15 (remove_files) COMPLETE
50432026-08-25T00:58:04.001Z[ recovery-image] Aug 25 00:58:02.968 INFO O| Aug 25 00:58:02.968 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-25T00:58:04.007Z[ recovery-image] Aug 25 00:58:02.977 INFO O| Aug 25 00:58:02.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50452026-08-25T00:58:04.013Z[verify-libraries] Compiling topological-sort v0.2.2
50462026-08-25T00:58:04.016Z[ recovery-image] Aug 25 00:58:02.983 INFO O| Aug 25 00:58:02.983 INFO STEP 16 (remove_files) COMPLETE
50472026-08-25T00:58:04.016Z[ recovery-image] Aug 25 00:58:02.983 INFO O| Aug 25 00:58:02.983 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-25T00:58:04.021Z[ recovery-image] Aug 25 00:58:02.992 INFO O| Aug 25 00:58:02.992 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50492026-08-25T00:58:04.021Z[ recovery-image] Aug 25 00:58:02.993 INFO O| Aug 25 00:58:02.993 INFO STEP 17 (remove_files) COMPLETE
50502026-08-25T00:58:04.027Z[ recovery-image] Aug 25 00:58:02.993 INFO O| Aug 25 00:58:02.993 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-25T00:58:04.038Z[ recovery-image] Aug 25 00:58:03.001 INFO O| Aug 25 00:58:03.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50522026-08-25T00:58:04.038Z[ recovery-image] Aug 25 00:58:03.002 INFO O| Aug 25 00:58:03.002 INFO STEP 18 (remove_files) COMPLETE
50532026-08-25T00:58:04.038Z[ recovery-image] Aug 25 00:58:03.002 INFO O| Aug 25 00:58:03.002 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-25T00:58:04.046Z[ recovery-image] Aug 25 00:58:03.010 INFO O| Aug 25 00:58:03.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50552026-08-25T00:58:04.047Z[ recovery-image] Aug 25 00:58:03.010 INFO O| Aug 25 00:58:03.010 INFO STEP 19 (remove_files) COMPLETE
50562026-08-25T00:58:04.047Z[ recovery-image] Aug 25 00:58:03.010 INFO O| Aug 25 00:58:03.010 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-25T00:58:04.052Z[ recovery-image] Aug 25 00:58:03.018 INFO O| Aug 25 00:58:03.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50582026-08-25T00:58:04.052Z[ recovery-image] Aug 25 00:58:03.019 INFO O| Aug 25 00:58:03.019 INFO STEP 20 (remove_files) COMPLETE
50592026-08-25T00:58:04.052Z[ recovery-image] Aug 25 00:58:03.019 INFO O| Aug 25 00:58:03.019 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-25T00:58:04.057Z[ recovery-image] Aug 25 00:58:03.026 INFO O| Aug 25 00:58:03.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50612026-08-25T00:58:04.058Z[ recovery-image] Aug 25 00:58:03.026 INFO O| Aug 25 00:58:03.026 INFO STEP 21 (remove_files) COMPLETE
50622026-08-25T00:58:04.058Z[ recovery-image] Aug 25 00:58:03.026 INFO O| Aug 25 00:58:03.026 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-25T00:58:04.062Z[ recovery-image] Aug 25 00:58:03.035 INFO O| Aug 25 00:58:03.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50642026-08-25T00:58:04.062Z[ recovery-image] Aug 25 00:58:03.035 INFO O| Aug 25 00:58:03.035 INFO STEP 22 (remove_files) COMPLETE
50652026-08-25T00:58:04.062Z[ recovery-image] Aug 25 00:58:03.035 INFO O| Aug 25 00:58:03.035 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-25T00:58:04.077Z[ recovery-image] Aug 25 00:58:03.049 INFO O| Aug 25 00:58:03.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50672026-08-25T00:58:04.077Z[ recovery-image] Aug 25 00:58:03.049 INFO O| Aug 25 00:58:03.049 INFO STEP 23 (remove_files) COMPLETE
50682026-08-25T00:58:04.077Z[ recovery-image] Aug 25 00:58:03.049 INFO O| Aug 25 00:58:03.049 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-25T00:58:04.088Z[ recovery-image] Aug 25 00:58:03.059 INFO O| Aug 25 00:58:03.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50702026-08-25T00:58:04.088Z[ recovery-image] Aug 25 00:58:03.059 INFO O| Aug 25 00:58:03.059 INFO STEP 24 (remove_files) COMPLETE
50712026-08-25T00:58:04.088Z[ recovery-image] Aug 25 00:58:03.059 INFO O| Aug 25 00:58:03.059 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-25T00:58:04.098Z[ recovery-image] Aug 25 00:58:03.068 INFO O| Aug 25 00:58:03.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50732026-08-25T00:58:04.098Z[ recovery-image] Aug 25 00:58:03.068 INFO O| Aug 25 00:58:03.068 INFO STEP 25 (remove_files) COMPLETE
50742026-08-25T00:58:04.098Z[ recovery-image] Aug 25 00:58:03.068 INFO O| Aug 25 00:58:03.068 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-25T00:58:04.105Z[ recovery-image] Aug 25 00:58:03.077 INFO O| Aug 25 00:58:03.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50762026-08-25T00:58:04.106Z[ recovery-image] Aug 25 00:58:03.077 INFO O| Aug 25 00:58:03.077 INFO STEP 26 (remove_files) COMPLETE
50772026-08-25T00:58:04.107Z[ recovery-image] Aug 25 00:58:03.077 INFO O| Aug 25 00:58:03.077 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-25T00:58:04.116Z[ recovery-image] Aug 25 00:58:03.087 INFO O| Aug 25 00:58:03.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50792026-08-25T00:58:04.116Z[ recovery-image] Aug 25 00:58:03.087 INFO O| Aug 25 00:58:03.087 INFO STEP 27 (remove_files) COMPLETE
50802026-08-25T00:58:04.116Z[ recovery-image] Aug 25 00:58:03.087 INFO O| Aug 25 00:58:03.087 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-25T00:58:04.125Z[ recovery-image] Aug 25 00:58:03.096 INFO O| Aug 25 00:58:03.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50822026-08-25T00:58:04.126Z[ recovery-image] Aug 25 00:58:03.096 INFO O| Aug 25 00:58:03.096 INFO STEP 28 (remove_files) COMPLETE
50832026-08-25T00:58:04.131Z[ recovery-image] Aug 25 00:58:03.096 INFO O| Aug 25 00:58:03.096 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-25T00:58:04.131Z[verify-libraries] Compiling sha3 v0.12.0
50852026-08-25T00:58:04.133Z[ recovery-image] Aug 25 00:58:03.105 INFO O| Aug 25 00:58:03.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50862026-08-25T00:58:04.133Z[ recovery-image] Aug 25 00:58:03.105 INFO O| Aug 25 00:58:03.105 INFO STEP 29 (remove_files) COMPLETE
50872026-08-25T00:58:04.133Z[ recovery-image] Aug 25 00:58:03.105 INFO O| Aug 25 00:58:03.105 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-25T00:58:04.142Z[ recovery-image] Aug 25 00:58:03.114 INFO O| Aug 25 00:58:03.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50892026-08-25T00:58:04.142Z[ recovery-image] Aug 25 00:58:03.115 INFO O| Aug 25 00:58:03.114 INFO STEP 30 (remove_files) COMPLETE
50902026-08-25T00:58:04.142Z[ recovery-image] Aug 25 00:58:03.115 INFO O| Aug 25 00:58:03.114 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-25T00:58:04.153Z[ recovery-image] Aug 25 00:58:03.124 INFO O| Aug 25 00:58:03.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50922026-08-25T00:58:04.153Z[ recovery-image] Aug 25 00:58:03.124 INFO O| Aug 25 00:58:03.124 INFO STEP 31 (remove_files) COMPLETE
50932026-08-25T00:58:04.153Z[ recovery-image] Aug 25 00:58:03.124 INFO O| Aug 25 00:58:03.124 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-25T00:58:04.153Z[verify-libraries] Compiling rpassword v7.5.4
50952026-08-25T00:58:04.162Z[ recovery-image] Aug 25 00:58:03.134 INFO O| Aug 25 00:58:03.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50962026-08-25T00:58:04.162Z[ recovery-image] Aug 25 00:58:03.134 INFO O| Aug 25 00:58:03.134 INFO STEP 32 (remove_files) COMPLETE
50972026-08-25T00:58:04.162Z[ recovery-image] Aug 25 00:58:03.134 INFO O| Aug 25 00:58:03.134 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-25T00:58:04.174Z[ recovery-image] Aug 25 00:58:03.144 INFO O| Aug 25 00:58:03.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50992026-08-25T00:58:04.174Z[ recovery-image] Aug 25 00:58:03.144 INFO O| Aug 25 00:58:03.144 INFO STEP 33 (remove_files) COMPLETE
51002026-08-25T00:58:04.174Z[ recovery-image] Aug 25 00:58:03.144 INFO O| Aug 25 00:58:03.144 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-25T00:58:04.180Z[ recovery-image] Aug 25 00:58:03.151 INFO O| Aug 25 00:58:03.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51022026-08-25T00:58:04.184Z[ recovery-image] Aug 25 00:58:03.151 INFO O| Aug 25 00:58:03.151 INFO STEP 34 (remove_files) COMPLETE
51032026-08-25T00:58:04.184Z[ recovery-image] Aug 25 00:58:03.151 INFO O| Aug 25 00:58:03.151 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-25T00:58:04.188Z[ recovery-image] Aug 25 00:58:03.159 INFO O| Aug 25 00:58:03.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51052026-08-25T00:58:04.189Z[ recovery-image] Aug 25 00:58:03.159 INFO O| Aug 25 00:58:03.159 INFO STEP 35 (remove_files) COMPLETE
51062026-08-25T00:58:04.189Z[ recovery-image] Aug 25 00:58:03.159 INFO O| Aug 25 00:58:03.159 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-25T00:58:04.197Z[ recovery-image] Aug 25 00:58:03.168 INFO O| Aug 25 00:58:03.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51082026-08-25T00:58:04.197Z[ recovery-image] Aug 25 00:58:03.168 INFO O| Aug 25 00:58:03.168 INFO STEP 36 (remove_files) COMPLETE
51092026-08-25T00:58:04.202Z[ recovery-image] Aug 25 00:58:03.168 INFO O| Aug 25 00:58:03.168 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-25T00:58:04.206Z[ recovery-image] Aug 25 00:58:03.177 INFO O| Aug 25 00:58:03.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51112026-08-25T00:58:04.207Z[ recovery-image] Aug 25 00:58:03.177 INFO O| Aug 25 00:58:03.177 INFO STEP 37 (remove_files) COMPLETE
51122026-08-25T00:58:04.207Z[ recovery-image] Aug 25 00:58:03.177 INFO O| Aug 25 00:58:03.177 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-25T00:58:04.212Z[verify-libraries] Compiling omicron-zone-package v0.12.3
51142026-08-25T00:58:04.215Z[ recovery-image] Aug 25 00:58:03.186 INFO O| Aug 25 00:58:03.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51152026-08-25T00:58:04.215Z[ recovery-image] Aug 25 00:58:03.186 INFO O| Aug 25 00:58:03.186 INFO STEP 38 (remove_files) COMPLETE
51162026-08-25T00:58:04.216Z[ recovery-image] Aug 25 00:58:03.186 INFO O| Aug 25 00:58:03.186 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-25T00:58:04.230Z[ recovery-image] Aug 25 00:58:03.195 INFO O| Aug 25 00:58:03.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51182026-08-25T00:58:04.230Z[ recovery-image] Aug 25 00:58:03.195 INFO O| Aug 25 00:58:03.195 INFO STEP 39 (remove_files) COMPLETE
51192026-08-25T00:58:04.230Z[ recovery-image] Aug 25 00:58:03.195 INFO O| Aug 25 00:58:03.195 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-25T00:58:04.235Z[verify-libraries] Compiling ml-kem v0.3.2
51212026-08-25T00:58:04.235Z[ recovery-image] Aug 25 00:58:03.206 INFO O| Aug 25 00:58:03.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51222026-08-25T00:58:04.235Z[ recovery-image] Aug 25 00:58:03.206 INFO O| Aug 25 00:58:03.206 INFO STEP 40 (remove_files) COMPLETE
51232026-08-25T00:58:04.235Z[ recovery-image] Aug 25 00:58:03.206 INFO O| Aug 25 00:58:03.206 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-25T00:58:04.247Z[ recovery-image] Aug 25 00:58:03.215 INFO O| Aug 25 00:58:03.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51252026-08-25T00:58:04.247Z[ recovery-image] Aug 25 00:58:03.215 INFO O| Aug 25 00:58:03.215 INFO STEP 41 (remove_files) COMPLETE
51262026-08-25T00:58:04.247Z[ recovery-image] Aug 25 00:58:03.215 INFO O| Aug 25 00:58:03.215 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-25T00:58:04.253Z[ recovery-image] Aug 25 00:58:03.224 INFO O| Aug 25 00:58:03.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51282026-08-25T00:58:04.253Z[ recovery-image] Aug 25 00:58:03.224 INFO O| Aug 25 00:58:03.224 INFO STEP 42 (remove_files) COMPLETE
51292026-08-25T00:58:04.253Z[ recovery-image] Aug 25 00:58:03.224 INFO O| Aug 25 00:58:03.224 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-25T00:58:04.264Z[ recovery-image] Aug 25 00:58:03.236 INFO O| Aug 25 00:58:03.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51312026-08-25T00:58:04.264Z[ recovery-image] Aug 25 00:58:03.236 INFO O| Aug 25 00:58:03.236 INFO STEP 43 (remove_files) COMPLETE
51322026-08-25T00:58:04.264Z[ recovery-image] Aug 25 00:58:03.236 INFO O| Aug 25 00:58:03.236 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-25T00:58:04.271Z[ recovery-image] Aug 25 00:58:03.243 INFO O| Aug 25 00:58:03.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51342026-08-25T00:58:04.271Z[ recovery-image] Aug 25 00:58:03.243 INFO O| Aug 25 00:58:03.243 INFO STEP 44 (remove_files) COMPLETE
51352026-08-25T00:58:04.271Z[ recovery-image] Aug 25 00:58:03.243 INFO O| Aug 25 00:58:03.243 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-25T00:58:04.280Z[ recovery-image] Aug 25 00:58:03.251 INFO O| Aug 25 00:58:03.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51372026-08-25T00:58:04.280Z[ recovery-image] Aug 25 00:58:03.251 INFO O| Aug 25 00:58:03.251 INFO STEP 45 (remove_files) COMPLETE
51382026-08-25T00:58:04.290Z[ recovery-image] Aug 25 00:58:03.251 INFO O| Aug 25 00:58:03.251 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-25T00:58:04.295Z[ recovery-image] Aug 25 00:58:03.259 INFO O| Aug 25 00:58:03.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51402026-08-25T00:58:04.295Z[ recovery-image] Aug 25 00:58:03.259 INFO O| Aug 25 00:58:03.259 INFO STEP 46 (remove_files) COMPLETE
51412026-08-25T00:58:04.295Z[ recovery-image] Aug 25 00:58:03.259 INFO O| Aug 25 00:58:03.259 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-25T00:58:04.299Z[ recovery-image] Aug 25 00:58:03.266 INFO O| Aug 25 00:58:03.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51432026-08-25T00:58:04.299Z[ recovery-image] Aug 25 00:58:03.267 INFO O| Aug 25 00:58:03.267 INFO STEP 47 (remove_files) COMPLETE
51442026-08-25T00:58:04.301Z[ recovery-image] Aug 25 00:58:03.267 INFO O| Aug 25 00:58:03.267 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-25T00:58:04.305Z[ recovery-image] Aug 25 00:58:03.274 INFO O| Aug 25 00:58:03.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51462026-08-25T00:58:04.305Z[ recovery-image] Aug 25 00:58:03.274 INFO O| Aug 25 00:58:03.274 INFO STEP 48 (remove_files) COMPLETE
51472026-08-25T00:58:04.305Z[ recovery-image] Aug 25 00:58:03.274 INFO O| Aug 25 00:58:03.274 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-25T00:58:04.314Z[ recovery-image] Aug 25 00:58:03.282 INFO O| Aug 25 00:58:03.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51492026-08-25T00:58:04.314Z[ recovery-image] Aug 25 00:58:03.282 INFO O| Aug 25 00:58:03.282 INFO STEP 49 (remove_files) COMPLETE
51502026-08-25T00:58:04.314Z[ recovery-image] Aug 25 00:58:03.282 INFO O| Aug 25 00:58:03.282 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-25T00:58:04.320Z[ recovery-image] Aug 25 00:58:03.290 INFO O| Aug 25 00:58:03.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51522026-08-25T00:58:04.320Z[ recovery-image] Aug 25 00:58:03.290 INFO O| Aug 25 00:58:03.290 INFO STEP 50 (remove_files) COMPLETE
51532026-08-25T00:58:04.320Z[ recovery-image] Aug 25 00:58:03.290 INFO O| Aug 25 00:58:03.290 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-25T00:58:04.327Z[ recovery-image] Aug 25 00:58:03.299 INFO O| Aug 25 00:58:03.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51552026-08-25T00:58:04.327Z[ recovery-image] Aug 25 00:58:03.299 INFO O| Aug 25 00:58:03.299 INFO STEP 51 (remove_files) COMPLETE
51562026-08-25T00:58:04.327Z[ recovery-image] Aug 25 00:58:03.299 INFO O| Aug 25 00:58:03.299 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-25T00:58:04.337Z[ recovery-image] Aug 25 00:58:03.307 INFO O| Aug 25 00:58:03.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51582026-08-25T00:58:04.337Z[ recovery-image] Aug 25 00:58:03.308 INFO O| Aug 25 00:58:03.307 INFO STEP 52 (remove_files) COMPLETE
51592026-08-25T00:58:04.337Z[ recovery-image] Aug 25 00:58:03.308 INFO O| Aug 25 00:58:03.307 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-25T00:58:04.350Z[ recovery-image] Aug 25 00:58:03.321 INFO O| Aug 25 00:58:03.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51612026-08-25T00:58:04.350Z[ recovery-image] Aug 25 00:58:03.321 INFO O| Aug 25 00:58:03.321 INFO STEP 53 (remove_files) COMPLETE
51622026-08-25T00:58:04.355Z[ recovery-image] Aug 25 00:58:03.321 INFO O| Aug 25 00:58:03.321 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-25T00:58:04.359Z[ recovery-image] Aug 25 00:58:03.330 INFO O| Aug 25 00:58:03.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51642026-08-25T00:58:04.359Z[ recovery-image] Aug 25 00:58:03.330 INFO O| Aug 25 00:58:03.330 INFO STEP 54 (remove_files) COMPLETE
51652026-08-25T00:58:04.359Z[ recovery-image] Aug 25 00:58:03.330 INFO O| Aug 25 00:58:03.330 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-25T00:58:04.367Z[ recovery-image] Aug 25 00:58:03.339 INFO O| Aug 25 00:58:03.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51672026-08-25T00:58:04.367Z[ recovery-image] Aug 25 00:58:03.339 INFO O| Aug 25 00:58:03.339 INFO STEP 55 (remove_files) COMPLETE
51682026-08-25T00:58:04.367Z[ recovery-image] Aug 25 00:58:03.339 INFO O| Aug 25 00:58:03.339 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-25T00:58:04.375Z[ recovery-image] Aug 25 00:58:03.348 INFO O| Aug 25 00:58:03.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51702026-08-25T00:58:04.375Z[ recovery-image] Aug 25 00:58:03.348 INFO O| Aug 25 00:58:03.348 INFO STEP 56 (remove_files) COMPLETE
51712026-08-25T00:58:04.375Z[ recovery-image] Aug 25 00:58:03.348 INFO O| Aug 25 00:58:03.348 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-25T00:58:04.386Z[ recovery-image] Aug 25 00:58:03.358 INFO O| Aug 25 00:58:03.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51732026-08-25T00:58:04.386Z[ recovery-image] Aug 25 00:58:03.358 INFO O| Aug 25 00:58:03.358 INFO STEP 57 (remove_files) COMPLETE
51742026-08-25T00:58:04.391Z[ recovery-image] Aug 25 00:58:03.358 INFO O| Aug 25 00:58:03.358 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-25T00:58:04.394Z[ recovery-image] Aug 25 00:58:03.366 INFO O| Aug 25 00:58:03.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51762026-08-25T00:58:04.394Z[ recovery-image] Aug 25 00:58:03.367 INFO O| Aug 25 00:58:03.367 INFO STEP 58 (remove_files) COMPLETE
51772026-08-25T00:58:04.396Z[ recovery-image] Aug 25 00:58:03.367 INFO O| Aug 25 00:58:03.367 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-25T00:58:04.401Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51792026-08-25T00:58:04.405Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51802026-08-25T00:58:04.405Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51812026-08-25T00:58:04.408Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51822026-08-25T00:58:04.408Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51832026-08-25T00:58:04.408Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51842026-08-25T00:58:04.408Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51852026-08-25T00:58:04.408Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 INFO ok!
51862026-08-25T00:58:04.408Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 INFO STEP 59 (ensure_file) COMPLETE
51872026-08-25T00:58:04.408Z[ recovery-image] Aug 25 00:58:03.377 INFO O| Aug 25 00:58:03.377 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-25T00:58:04.415Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.387 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51892026-08-25T00:58:04.415Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.388 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51902026-08-25T00:58:04.415Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.388 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51912026-08-25T00:58:04.418Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.388 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51922026-08-25T00:58:04.418Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.388 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51932026-08-25T00:58:04.418Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.388 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51942026-08-25T00:58:04.418Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.388 INFO ok!
51952026-08-25T00:58:04.418Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.388 INFO STEP 60 (ensure_file) COMPLETE
51962026-08-25T00:58:04.418Z[ recovery-image] Aug 25 00:58:03.388 INFO O| Aug 25 00:58:03.388 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-25T00:58:04.425Z[ recovery-image] Aug 25 00:58:03.397 INFO O| Aug 25 00:58:03.397 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51982026-08-25T00:58:04.425Z[ recovery-image] Aug 25 00:58:03.397 INFO O| Aug 25 00:58:03.397 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51992026-08-25T00:58:04.425Z[ recovery-image] Aug 25 00:58:03.397 INFO O| Aug 25 00:58:03.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52002026-08-25T00:58:04.428Z[ recovery-image] Aug 25 00:58:03.397 INFO O| Aug 25 00:58:03.397 INFO ok!
52012026-08-25T00:58:04.428Z[ recovery-image] Aug 25 00:58:03.397 INFO O| Aug 25 00:58:03.397 INFO STEP 61 (ensure_file) COMPLETE
52022026-08-25T00:58:04.428Z[ recovery-image] Aug 25 00:58:03.397 INFO O| Aug 25 00:58:03.397 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-08-25T00:58:04.434Z[ recovery-image] Aug 25 00:58:03.406 INFO O| Aug 25 00:58:03.406 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52042026-08-25T00:58:04.434Z[ recovery-image] Aug 25 00:58:03.407 INFO O| Aug 25 00:58:03.406 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52052026-08-25T00:58:04.436Z[ recovery-image] Aug 25 00:58:03.407 INFO O| Aug 25 00:58:03.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52062026-08-25T00:58:04.437Z[ recovery-image] Aug 25 00:58:03.407 INFO O| Aug 25 00:58:03.407 INFO ok!
52072026-08-25T00:58:04.437Z[ recovery-image] Aug 25 00:58:03.407 INFO O| Aug 25 00:58:03.407 INFO STEP 62 (ensure_file) COMPLETE
52082026-08-25T00:58:04.437Z[ recovery-image] Aug 25 00:58:03.407 INFO O| Aug 25 00:58:03.407 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-08-25T00:58:04.443Z[ recovery-image] Aug 25 00:58:03.415 INFO O| Aug 25 00:58:03.415 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52102026-08-25T00:58:04.443Z[ recovery-image] Aug 25 00:58:03.415 INFO O| Aug 25 00:58:03.415 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52112026-08-25T00:58:04.443Z[ recovery-image] Aug 25 00:58:03.415 INFO O| Aug 25 00:58:03.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52122026-08-25T00:58:04.447Z[ recovery-image] Aug 25 00:58:03.415 INFO O| Aug 25 00:58:03.415 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52132026-08-25T00:58:04.447Z[ recovery-image] Aug 25 00:58:03.415 INFO O| Aug 25 00:58:03.415 INFO ok!
52142026-08-25T00:58:04.447Z[ recovery-image] Aug 25 00:58:03.415 INFO O| Aug 25 00:58:03.415 INFO STEP 63 (ensure_file) COMPLETE
52152026-08-25T00:58:04.447Z[ recovery-image] Aug 25 00:58:03.415 INFO O| Aug 25 00:58:03.415 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-25T00:58:04.450Z[ recovery-image] Aug 25 00:58:03.423 INFO O| Aug 25 00:58:03.422 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52172026-08-25T00:58:04.451Z[ recovery-image] Aug 25 00:58:03.423 INFO O| Aug 25 00:58:03.422 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52182026-08-25T00:58:04.451Z[ recovery-image] Aug 25 00:58:03.423 INFO O| Aug 25 00:58:03.423 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52192026-08-25T00:58:04.451Z[ recovery-image] Aug 25 00:58:03.423 INFO O| Aug 25 00:58:03.423 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52202026-08-25T00:58:04.455Z[ recovery-image] Aug 25 00:58:03.423 INFO O| Aug 25 00:58:03.423 INFO ok!
52212026-08-25T00:58:04.455Z[ recovery-image] Aug 25 00:58:03.423 INFO O| Aug 25 00:58:03.423 INFO STEP 64 (ensure_file) COMPLETE
52222026-08-25T00:58:04.455Z[ recovery-image] Aug 25 00:58:03.423 INFO O| Aug 25 00:58:03.423 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-08-25T00:58:04.459Z[ recovery-image] Aug 25 00:58:03.431 INFO O| Aug 25 00:58:03.431 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52242026-08-25T00:58:04.459Z[ recovery-image] Aug 25 00:58:03.431 INFO O| Aug 25 00:58:03.431 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52252026-08-25T00:58:04.462Z[ recovery-image] Aug 25 00:58:03.431 INFO O| Aug 25 00:58:03.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52262026-08-25T00:58:04.462Z[ recovery-image] Aug 25 00:58:03.431 INFO O| Aug 25 00:58:03.431 INFO ok!
52272026-08-25T00:58:04.462Z[ recovery-image] Aug 25 00:58:03.431 INFO O| Aug 25 00:58:03.431 INFO STEP 65 (assemble_files) COMPLETE
52282026-08-25T00:58:04.462Z[ recovery-image] Aug 25 00:58:03.431 INFO O| Aug 25 00:58:03.431 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-08-25T00:58:04.467Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52302026-08-25T00:58:04.467Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52312026-08-25T00:58:04.467Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52322026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52332026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO ok!
52342026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO STEP 66 (ensure_file) COMPLETE
52352026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO skip step because feature "omicron1" is not enabled
52372026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO skip step because feature "omicron1" is not enabled
52392026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52402026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO skip step because feature "omicron1" is not enabled
52412026-08-25T00:58:04.472Z[ recovery-image] Aug 25 00:58:03.440 INFO O| Aug 25 00:58:03.440 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-08-25T00:58:04.482Z[ recovery-image] Aug 25 00:58:03.454 INFO O| Aug 25 00:58:03.454 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52432026-08-25T00:58:04.482Z[ recovery-image] Aug 25 00:58:03.454 INFO O| Aug 25 00:58:03.454 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52442026-08-25T00:58:04.504Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52452026-08-25T00:58:04.793Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52462026-08-25T00:58:05.308Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52472026-08-25T00:58:05.842Z[ recovery-image] Aug 25 00:58:04.814 INFO O| Aug 25 00:58:04.814 INFO STEP 70 (pack_tar) COMPLETE
52482026-08-25T00:58:05.842Z[ recovery-image] Aug 25 00:58:04.814 INFO O| Aug 25 00:58:04.814 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52492026-08-25T00:58:05.842Z[ recovery-image] Aug 25 00:58:04.814 INFO O| Aug 25 00:58:04.814 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52502026-08-25T00:58:06.394Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52512026-08-25T00:58:06.511Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52522026-08-25T00:58:06.516Z[ recovery-image] Aug 25 00:58:05.486 INFO O| Aug 25 00:58:05.485 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52532026-08-25T00:58:06.712Z[ recovery-image] Aug 25 00:58:05.684 INFO O| Aug 25 00:58:05.684 INFO completed processing sled/ramdisk-02-trim
52542026-08-25T00:58:06.715Z[ recovery-image] Aug 25 00:58:05.686 INFO image builder template: ramdisk-03-recovery-trim...
52552026-08-25T00:58:06.715Z[ recovery-image] Aug 25 00:58:05.686 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/.tmpATBzha/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
52562026-08-25T00:58:06.719Z[ recovery-image] Aug 25 00:58:05.691 INFO O| Aug 25 00:58:05.691 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52572026-08-25T00:58:06.792Z[ recovery-image] Aug 25 00:58:05.765 INFO O| Aug 25 00:58:05.765 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52582026-08-25T00:58:06.796Z[ recovery-image] Aug 25 00:58:05.768 INFO O| Aug 25 00:58:05.768 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52592026-08-25T00:58:06.865Z[ recovery-image] Aug 25 00:58:05.837 INFO O| Aug 25 00:58:05.837 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52602026-08-25T00:58:06.925Z[ recovery-image] Aug 25 00:58:05.898 INFO O| Aug 25 00:58:05.897 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52612026-08-25T00:58:06.925Z[ recovery-image] Aug 25 00:58:05.898 INFO O| Aug 25 00:58:05.898 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52622026-08-25T00:58:06.932Z[ recovery-image] Aug 25 00:58:05.905 INFO O| Aug 25 00:58:05.904 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52632026-08-25T00:58:06.937Z[ recovery-image] Aug 25 00:58:05.908 INFO O| Aug 25 00:58:05.908 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52642026-08-25T00:58:06.941Z[ recovery-image] Aug 25 00:58:05.913 INFO O| Aug 25 00:58:05.913 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52652026-08-25T00:58:07.141Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52662026-08-25T00:58:07.468Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52672026-08-25T00:58:07.471Z[ recovery-image] Aug 25 00:58:06.441 INFO O| Aug 25 00:58:06.441 INFO rolled back to input snapshot; work may begin
52682026-08-25T00:58:07.471Z[ recovery-image] Aug 25 00:58:06.441 INFO O| Aug 25 00:58:06.441 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52692026-08-25T00:58:07.474Z[ recovery-image] Aug 25 00:58:06.445 INFO O| Aug 25 00:58:06.445 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-25T00:58:07.483Z[ recovery-image] Aug 25 00:58:06.453 INFO O| Aug 25 00:58:06.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52712026-08-25T00:58:07.489Z[ recovery-image] Aug 25 00:58:06.456 INFO O| Aug 25 00:58:06.456 INFO STEP 0 (remove_files) COMPLETE
52722026-08-25T00:58:07.489Z[ recovery-image] Aug 25 00:58:06.456 INFO O| Aug 25 00:58:06.456 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-25T00:58:07.494Z[ recovery-image] Aug 25 00:58:06.467 INFO O| Aug 25 00:58:06.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52742026-08-25T00:58:07.497Z[ recovery-image] Aug 25 00:58:06.468 INFO O| Aug 25 00:58:06.468 INFO STEP 1 (remove_files) COMPLETE
52752026-08-25T00:58:07.497Z[ recovery-image] Aug 25 00:58:06.468 INFO O| Aug 25 00:58:06.468 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-25T00:58:07.506Z[ recovery-image] Aug 25 00:58:06.478 INFO O| Aug 25 00:58:06.478 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52772026-08-25T00:58:07.511Z[ recovery-image] Aug 25 00:58:06.484 INFO O| Aug 25 00:58:06.484 INFO STEP 2 (remove_files) COMPLETE
52782026-08-25T00:58:07.511Z[ recovery-image] Aug 25 00:58:06.484 INFO O| Aug 25 00:58:06.484 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-25T00:58:07.522Z[ recovery-image] Aug 25 00:58:06.494 INFO O| Aug 25 00:58:06.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52802026-08-25T00:58:07.574Z[ recovery-image] Aug 25 00:58:06.546 INFO O| Aug 25 00:58:06.546 INFO STEP 3 (remove_files) COMPLETE
52812026-08-25T00:58:07.574Z[ recovery-image] Aug 25 00:58:06.546 INFO O| Aug 25 00:58:06.546 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-25T00:58:07.585Z[ recovery-image] Aug 25 00:58:06.557 INFO O| Aug 25 00:58:06.557 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52832026-08-25T00:58:07.593Z[ recovery-image] Aug 25 00:58:06.559 INFO O| Aug 25 00:58:06.559 INFO STEP 4 (remove_files) COMPLETE
52842026-08-25T00:58:07.593Z[ recovery-image] Aug 25 00:58:06.559 INFO O| Aug 25 00:58:06.559 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-25T00:58:07.640Z[ recovery-image] Aug 25 00:58:06.569 INFO O| Aug 25 00:58:06.569 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52862026-08-25T00:58:07.646Z[ recovery-image] Aug 25 00:58:06.601 INFO O| Aug 25 00:58:06.601 INFO STEP 5 (remove_files) COMPLETE
52872026-08-25T00:58:07.646Z[ recovery-image] Aug 25 00:58:06.601 INFO O| Aug 25 00:58:06.601 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-25T00:58:07.646Z[ recovery-image] Aug 25 00:58:06.611 INFO O| Aug 25 00:58:06.611 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52892026-08-25T00:58:07.660Z[ recovery-image] Aug 25 00:58:06.632 INFO O| Aug 25 00:58:06.632 INFO STEP 6 (remove_files) COMPLETE
52902026-08-25T00:58:07.660Z[ recovery-image] Aug 25 00:58:06.632 INFO O| Aug 25 00:58:06.632 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-25T00:58:07.670Z[ recovery-image] Aug 25 00:58:06.642 INFO O| Aug 25 00:58:06.642 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52922026-08-25T00:58:07.673Z[ recovery-image] Aug 25 00:58:06.644 INFO O| Aug 25 00:58:06.644 INFO STEP 7 (remove_files) COMPLETE
52932026-08-25T00:58:07.673Z[ recovery-image] Aug 25 00:58:06.644 INFO O| Aug 25 00:58:06.644 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-25T00:58:07.682Z[ recovery-image] Aug 25 00:58:06.654 INFO O| Aug 25 00:58:06.654 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52952026-08-25T00:58:07.685Z[ recovery-image] Aug 25 00:58:06.656 INFO O| Aug 25 00:58:06.656 INFO STEP 8 (remove_files) COMPLETE
52962026-08-25T00:58:07.685Z[ recovery-image] Aug 25 00:58:06.656 INFO O| Aug 25 00:58:06.656 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-25T00:58:07.701Z[ recovery-image] Aug 25 00:58:06.666 INFO O| Aug 25 00:58:06.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52982026-08-25T00:58:07.704Z[ recovery-image] Aug 25 00:58:06.675 INFO O| Aug 25 00:58:06.674 INFO STEP 9 (remove_files) COMPLETE
52992026-08-25T00:58:07.704Z[ recovery-image] Aug 25 00:58:06.675 INFO O| Aug 25 00:58:06.675 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-25T00:58:07.704Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53012026-08-25T00:58:07.713Z[ recovery-image] Aug 25 00:58:06.685 INFO O| Aug 25 00:58:06.685 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53022026-08-25T00:58:07.716Z[ recovery-image] Aug 25 00:58:06.686 INFO O| Aug 25 00:58:06.686 INFO STEP 10 (remove_files) COMPLETE
53032026-08-25T00:58:07.716Z[ recovery-image] Aug 25 00:58:06.686 INFO O| Aug 25 00:58:06.686 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-25T00:58:07.723Z[ recovery-image] Aug 25 00:58:06.695 INFO O| Aug 25 00:58:06.695 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53052026-08-25T00:58:07.726Z[ recovery-image] Aug 25 00:58:06.696 INFO O| Aug 25 00:58:06.696 INFO STEP 11 (remove_files) COMPLETE
53062026-08-25T00:58:07.726Z[ recovery-image] Aug 25 00:58:06.696 INFO O| Aug 25 00:58:06.696 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-25T00:58:07.736Z[ recovery-image] Aug 25 00:58:06.705 INFO O| Aug 25 00:58:06.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53082026-08-25T00:58:08.068Z[ recovery-image] Aug 25 00:58:07.040 INFO O| Aug 25 00:58:07.040 INFO STEP 12 (remove_files) COMPLETE
53092026-08-25T00:58:08.068Z[ recovery-image] Aug 25 00:58:07.040 INFO O| Aug 25 00:58:07.040 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-25T00:58:08.077Z[ recovery-image] Aug 25 00:58:07.050 INFO O| Aug 25 00:58:07.050 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53112026-08-25T00:58:08.082Z[ recovery-image] Aug 25 00:58:07.054 INFO O| Aug 25 00:58:07.054 INFO STEP 13 (remove_files) COMPLETE
53122026-08-25T00:58:08.082Z[ recovery-image] Aug 25 00:58:07.054 INFO O| Aug 25 00:58:07.054 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-25T00:58:08.091Z[ recovery-image] Aug 25 00:58:07.064 INFO O| Aug 25 00:58:07.063 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53142026-08-25T00:58:08.094Z[ recovery-image] Aug 25 00:58:07.066 INFO O| Aug 25 00:58:07.066 INFO STEP 14 (remove_files) COMPLETE
53152026-08-25T00:58:08.094Z[ recovery-image] Aug 25 00:58:07.066 INFO O| Aug 25 00:58:07.066 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-25T00:58:08.103Z[ recovery-image] Aug 25 00:58:07.075 INFO O| Aug 25 00:58:07.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53172026-08-25T00:58:08.107Z[ recovery-image] Aug 25 00:58:07.076 INFO O| Aug 25 00:58:07.076 INFO STEP 15 (remove_files) COMPLETE
53182026-08-25T00:58:08.107Z[ recovery-image] Aug 25 00:58:07.076 INFO O| Aug 25 00:58:07.076 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-25T00:58:08.114Z[ recovery-image] Aug 25 00:58:07.086 INFO O| Aug 25 00:58:07.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53202026-08-25T00:58:08.117Z[ recovery-image] Aug 25 00:58:07.087 INFO O| Aug 25 00:58:07.087 INFO STEP 16 (remove_files) COMPLETE
53212026-08-25T00:58:08.117Z[ recovery-image] Aug 25 00:58:07.087 INFO O| Aug 25 00:58:07.087 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-25T00:58:08.124Z[ recovery-image] Aug 25 00:58:07.096 INFO O| Aug 25 00:58:07.096 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53232026-08-25T00:58:08.138Z[ recovery-image] Aug 25 00:58:07.111 INFO O| Aug 25 00:58:07.110 INFO STEP 17 (remove_files) COMPLETE
53242026-08-25T00:58:08.138Z[ recovery-image] Aug 25 00:58:07.111 INFO O| Aug 25 00:58:07.111 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-25T00:58:08.166Z[ recovery-image] Aug 25 00:58:07.139 INFO O| Aug 25 00:58:07.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53262026-08-25T00:58:08.166Z[ recovery-image] Aug 25 00:58:07.139 INFO O| Aug 25 00:58:07.139 INFO STEP 18 (remove_files) COMPLETE
53272026-08-25T00:58:08.166Z[ recovery-image] Aug 25 00:58:07.139 INFO O| Aug 25 00:58:07.139 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-25T00:58:08.176Z[ recovery-image] Aug 25 00:58:07.148 INFO O| Aug 25 00:58:07.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53292026-08-25T00:58:08.176Z[ recovery-image] Aug 25 00:58:07.148 INFO O| Aug 25 00:58:07.148 INFO STEP 19 (remove_files) COMPLETE
53302026-08-25T00:58:08.176Z[ recovery-image] Aug 25 00:58:07.148 INFO O| Aug 25 00:58:07.148 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-25T00:58:08.184Z[ recovery-image] Aug 25 00:58:07.156 INFO O| Aug 25 00:58:07.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53322026-08-25T00:58:08.226Z[ recovery-image] Aug 25 00:58:07.197 INFO O| Aug 25 00:58:07.197 INFO STEP 20 (remove_files) COMPLETE
53332026-08-25T00:58:08.226Z[ recovery-image] Aug 25 00:58:07.197 INFO O| Aug 25 00:58:07.197 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-25T00:58:08.235Z[ recovery-image] Aug 25 00:58:07.208 INFO O| Aug 25 00:58:07.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53352026-08-25T00:58:08.238Z[ recovery-image] Aug 25 00:58:07.209 INFO O| Aug 25 00:58:07.209 INFO STEP 21 (remove_files) COMPLETE
53362026-08-25T00:58:08.238Z[ recovery-image] Aug 25 00:58:07.209 INFO O| Aug 25 00:58:07.209 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-25T00:58:08.248Z[ recovery-image] Aug 25 00:58:07.220 INFO O| Aug 25 00:58:07.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53382026-08-25T00:58:08.248Z[ recovery-image] Aug 25 00:58:07.220 INFO O| Aug 25 00:58:07.220 INFO STEP 22 (remove_files) COMPLETE
53392026-08-25T00:58:08.248Z[ recovery-image] Aug 25 00:58:07.220 INFO O| Aug 25 00:58:07.220 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-25T00:58:08.257Z[ recovery-image] Aug 25 00:58:07.229 INFO O| Aug 25 00:58:07.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53412026-08-25T00:58:08.266Z[ recovery-image] Aug 25 00:58:07.230 INFO O| Aug 25 00:58:07.230 INFO STEP 23 (remove_files) COMPLETE
53422026-08-25T00:58:08.266Z[ recovery-image] Aug 25 00:58:07.230 INFO O| Aug 25 00:58:07.230 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-25T00:58:08.269Z[ recovery-image] Aug 25 00:58:07.240 INFO O| Aug 25 00:58:07.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53442026-08-25T00:58:08.269Z[ recovery-image] Aug 25 00:58:07.240 INFO O| Aug 25 00:58:07.240 INFO STEP 24 (remove_files) COMPLETE
53452026-08-25T00:58:08.269Z[ recovery-image] Aug 25 00:58:07.240 INFO O| Aug 25 00:58:07.240 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-25T00:58:08.277Z[ recovery-image] Aug 25 00:58:07.250 INFO O| Aug 25 00:58:07.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53472026-08-25T00:58:08.277Z[ recovery-image] Aug 25 00:58:07.250 INFO O| Aug 25 00:58:07.250 INFO STEP 25 (remove_files) COMPLETE
53482026-08-25T00:58:08.277Z[ recovery-image] Aug 25 00:58:07.250 INFO O| Aug 25 00:58:07.250 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-25T00:58:08.289Z[ recovery-image] Aug 25 00:58:07.260 INFO O| Aug 25 00:58:07.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53502026-08-25T00:58:08.289Z[ recovery-image] Aug 25 00:58:07.260 INFO O| Aug 25 00:58:07.260 INFO STEP 26 (remove_files) COMPLETE
53512026-08-25T00:58:08.289Z[ recovery-image] Aug 25 00:58:07.260 INFO O| Aug 25 00:58:07.260 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-25T00:58:08.298Z[ recovery-image] Aug 25 00:58:07.270 INFO O| Aug 25 00:58:07.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53532026-08-25T00:58:08.299Z[ recovery-image] Aug 25 00:58:07.271 INFO O| Aug 25 00:58:07.271 INFO STEP 27 (remove_files) COMPLETE
53542026-08-25T00:58:08.299Z[ recovery-image] Aug 25 00:58:07.271 INFO O| Aug 25 00:58:07.271 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-25T00:58:08.308Z[ recovery-image] Aug 25 00:58:07.280 INFO O| Aug 25 00:58:07.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53562026-08-25T00:58:08.308Z[ recovery-image] Aug 25 00:58:07.281 INFO O| Aug 25 00:58:07.280 INFO STEP 28 (remove_files) COMPLETE
53572026-08-25T00:58:08.308Z[ recovery-image] Aug 25 00:58:07.281 INFO O| Aug 25 00:58:07.280 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-25T00:58:08.318Z[ recovery-image] Aug 25 00:58:07.291 INFO O| Aug 25 00:58:07.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53592026-08-25T00:58:08.318Z[ recovery-image] Aug 25 00:58:07.291 INFO O| Aug 25 00:58:07.291 INFO STEP 29 (remove_files) COMPLETE
53602026-08-25T00:58:08.318Z[ recovery-image] Aug 25 00:58:07.291 INFO O| Aug 25 00:58:07.291 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-25T00:58:08.331Z[ recovery-image] Aug 25 00:58:07.303 INFO O| Aug 25 00:58:07.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53622026-08-25T00:58:08.331Z[ recovery-image] Aug 25 00:58:07.303 INFO O| Aug 25 00:58:07.303 INFO STEP 30 (remove_files) COMPLETE
53632026-08-25T00:58:08.334Z[ recovery-image] Aug 25 00:58:07.303 INFO O| Aug 25 00:58:07.303 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-25T00:58:08.340Z[ recovery-image] Aug 25 00:58:07.313 INFO O| Aug 25 00:58:07.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53652026-08-25T00:58:08.340Z[ recovery-image] Aug 25 00:58:07.313 INFO O| Aug 25 00:58:07.313 INFO STEP 31 (remove_files) COMPLETE
53662026-08-25T00:58:08.341Z[ recovery-image] Aug 25 00:58:07.313 INFO O| Aug 25 00:58:07.313 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-25T00:58:08.351Z[ recovery-image] Aug 25 00:58:07.322 INFO O| Aug 25 00:58:07.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53682026-08-25T00:58:08.355Z[ recovery-image] Aug 25 00:58:07.323 INFO O| Aug 25 00:58:07.323 INFO STEP 32 (remove_files) COMPLETE
53692026-08-25T00:58:08.355Z[ recovery-image] Aug 25 00:58:07.323 INFO O| Aug 25 00:58:07.323 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-25T00:58:08.360Z[ recovery-image] Aug 25 00:58:07.332 INFO O| Aug 25 00:58:07.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53712026-08-25T00:58:08.360Z[ recovery-image] Aug 25 00:58:07.332 INFO O| Aug 25 00:58:07.332 INFO STEP 33 (remove_files) COMPLETE
53722026-08-25T00:58:08.360Z[ recovery-image] Aug 25 00:58:07.332 INFO O| Aug 25 00:58:07.332 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-25T00:58:08.378Z[ recovery-image] Aug 25 00:58:07.350 INFO O| Aug 25 00:58:07.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53742026-08-25T00:58:08.378Z[ recovery-image] Aug 25 00:58:07.350 INFO O| Aug 25 00:58:07.350 INFO STEP 34 (remove_files) COMPLETE
53752026-08-25T00:58:08.378Z[ recovery-image] Aug 25 00:58:07.350 INFO O| Aug 25 00:58:07.350 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-25T00:58:08.390Z[ recovery-image] Aug 25 00:58:07.362 INFO O| Aug 25 00:58:07.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53772026-08-25T00:58:08.390Z[ recovery-image] Aug 25 00:58:07.362 INFO O| Aug 25 00:58:07.362 INFO STEP 35 (remove_files) COMPLETE
53782026-08-25T00:58:08.391Z[ recovery-image] Aug 25 00:58:07.362 INFO O| Aug 25 00:58:07.362 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-25T00:58:08.399Z[ recovery-image] Aug 25 00:58:07.372 INFO O| Aug 25 00:58:07.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53802026-08-25T00:58:08.399Z[ recovery-image] Aug 25 00:58:07.372 INFO O| Aug 25 00:58:07.372 INFO STEP 36 (remove_files) COMPLETE
53812026-08-25T00:58:08.399Z[ recovery-image] Aug 25 00:58:07.372 INFO O| Aug 25 00:58:07.372 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-25T00:58:08.422Z[ recovery-image] Aug 25 00:58:07.394 INFO O| Aug 25 00:58:07.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53832026-08-25T00:58:08.425Z[ recovery-image] Aug 25 00:58:07.394 INFO O| Aug 25 00:58:07.394 INFO STEP 37 (remove_files) COMPLETE
53842026-08-25T00:58:08.425Z[ recovery-image] Aug 25 00:58:07.394 INFO O| Aug 25 00:58:07.394 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-25T00:58:08.438Z[ recovery-image] Aug 25 00:58:07.410 INFO O| Aug 25 00:58:07.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53862026-08-25T00:58:08.438Z[ recovery-image] Aug 25 00:58:07.410 INFO O| Aug 25 00:58:07.410 INFO STEP 38 (remove_files) COMPLETE
53872026-08-25T00:58:08.441Z[ recovery-image] Aug 25 00:58:07.410 INFO O| Aug 25 00:58:07.410 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-25T00:58:08.451Z[ recovery-image] Aug 25 00:58:07.422 INFO O| Aug 25 00:58:07.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53892026-08-25T00:58:08.451Z[ recovery-image] Aug 25 00:58:07.422 INFO O| Aug 25 00:58:07.422 INFO STEP 39 (remove_files) COMPLETE
53902026-08-25T00:58:08.451Z[ recovery-image] Aug 25 00:58:07.422 INFO O| Aug 25 00:58:07.422 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-25T00:58:08.489Z[ recovery-image] Aug 25 00:58:07.461 INFO O| Aug 25 00:58:07.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53922026-08-25T00:58:08.490Z[ recovery-image] Aug 25 00:58:07.461 INFO O| Aug 25 00:58:07.461 INFO STEP 40 (remove_files) COMPLETE
53932026-08-25T00:58:08.493Z[ recovery-image] Aug 25 00:58:07.461 INFO O| Aug 25 00:58:07.461 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-25T00:58:08.510Z[ recovery-image] Aug 25 00:58:07.480 INFO O| Aug 25 00:58:07.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53952026-08-25T00:58:08.510Z[ recovery-image] Aug 25 00:58:07.480 INFO O| Aug 25 00:58:07.480 INFO STEP 41 (remove_files) COMPLETE
53962026-08-25T00:58:08.514Z[ recovery-image] Aug 25 00:58:07.480 INFO O| Aug 25 00:58:07.480 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-25T00:58:08.517Z[ recovery-image] Aug 25 00:58:07.489 INFO O| Aug 25 00:58:07.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53982026-08-25T00:58:08.517Z[ recovery-image] Aug 25 00:58:07.489 INFO O| Aug 25 00:58:07.489 INFO STEP 42 (remove_files) COMPLETE
53992026-08-25T00:58:08.517Z[ recovery-image] Aug 25 00:58:07.489 INFO O| Aug 25 00:58:07.489 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-25T00:58:08.521Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
54012026-08-25T00:58:08.525Z[ recovery-image] Aug 25 00:58:07.497 INFO O| Aug 25 00:58:07.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54022026-08-25T00:58:08.525Z[ recovery-image] Aug 25 00:58:07.497 INFO O| Aug 25 00:58:07.497 INFO STEP 43 (remove_files) COMPLETE
54032026-08-25T00:58:08.528Z[ recovery-image] Aug 25 00:58:07.498 INFO O| Aug 25 00:58:07.497 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-25T00:58:08.534Z[ recovery-image] Aug 25 00:58:07.506 INFO O| Aug 25 00:58:07.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54052026-08-25T00:58:08.534Z[ recovery-image] Aug 25 00:58:07.506 INFO O| Aug 25 00:58:07.506 INFO STEP 44 (remove_files) COMPLETE
54062026-08-25T00:58:08.537Z[ recovery-image] Aug 25 00:58:07.506 INFO O| Aug 25 00:58:07.506 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-25T00:58:08.543Z[ recovery-image] Aug 25 00:58:07.515 INFO O| Aug 25 00:58:07.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54082026-08-25T00:58:08.543Z[ recovery-image] Aug 25 00:58:07.515 INFO O| Aug 25 00:58:07.515 INFO STEP 45 (remove_files) COMPLETE
54092026-08-25T00:58:08.543Z[ recovery-image] Aug 25 00:58:07.515 INFO O| Aug 25 00:58:07.515 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-25T00:58:08.552Z[ recovery-image] Aug 25 00:58:07.524 INFO O| Aug 25 00:58:07.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54112026-08-25T00:58:08.554Z[ recovery-image] Aug 25 00:58:07.524 INFO O| Aug 25 00:58:07.524 INFO STEP 46 (remove_files) COMPLETE
54122026-08-25T00:58:08.554Z[ recovery-image] Aug 25 00:58:07.524 INFO O| Aug 25 00:58:07.524 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-25T00:58:08.562Z[ recovery-image] Aug 25 00:58:07.535 INFO O| Aug 25 00:58:07.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54142026-08-25T00:58:08.562Z[ recovery-image] Aug 25 00:58:07.535 INFO O| Aug 25 00:58:07.535 INFO STEP 47 (remove_files) COMPLETE
54152026-08-25T00:58:08.567Z[ recovery-image] Aug 25 00:58:07.535 INFO O| Aug 25 00:58:07.535 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-25T00:58:08.573Z[ recovery-image] Aug 25 00:58:07.545 INFO O| Aug 25 00:58:07.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54172026-08-25T00:58:08.573Z[ recovery-image] Aug 25 00:58:07.545 INFO O| Aug 25 00:58:07.545 INFO STEP 48 (remove_files) COMPLETE
54182026-08-25T00:58:08.573Z[ recovery-image] Aug 25 00:58:07.545 INFO O| Aug 25 00:58:07.545 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-25T00:58:08.586Z[ recovery-image] Aug 25 00:58:07.559 INFO O| Aug 25 00:58:07.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54202026-08-25T00:58:08.586Z[ recovery-image] Aug 25 00:58:07.559 INFO O| Aug 25 00:58:07.559 INFO STEP 49 (remove_files) COMPLETE
54212026-08-25T00:58:08.590Z[ recovery-image] Aug 25 00:58:07.559 INFO O| Aug 25 00:58:07.559 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-25T00:58:08.590Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54232026-08-25T00:58:08.600Z[ recovery-image] Aug 25 00:58:07.571 INFO O| Aug 25 00:58:07.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54242026-08-25T00:58:08.600Z[ recovery-image] Aug 25 00:58:07.571 INFO O| Aug 25 00:58:07.571 INFO STEP 50 (remove_files) COMPLETE
54252026-08-25T00:58:08.604Z[ recovery-image] Aug 25 00:58:07.571 INFO O| Aug 25 00:58:07.571 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-25T00:58:08.614Z[ recovery-image] Aug 25 00:58:07.586 INFO O| Aug 25 00:58:07.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54272026-08-25T00:58:08.618Z[ recovery-image] Aug 25 00:58:07.590 INFO O| Aug 25 00:58:07.590 INFO STEP 51 (remove_files) COMPLETE
54282026-08-25T00:58:08.618Z[ recovery-image] Aug 25 00:58:07.590 INFO O| Aug 25 00:58:07.590 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-25T00:58:08.629Z[ recovery-image] Aug 25 00:58:07.602 INFO O| Aug 25 00:58:07.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54302026-08-25T00:58:08.629Z[ recovery-image] Aug 25 00:58:07.602 INFO O| Aug 25 00:58:07.602 INFO STEP 52 (remove_files) COMPLETE
54312026-08-25T00:58:08.629Z[ recovery-image] Aug 25 00:58:07.602 INFO O| Aug 25 00:58:07.602 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-25T00:58:08.645Z[ recovery-image] Aug 25 00:58:07.617 INFO O| Aug 25 00:58:07.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54332026-08-25T00:58:08.645Z[ recovery-image] Aug 25 00:58:07.617 INFO O| Aug 25 00:58:07.617 INFO STEP 53 (remove_files) COMPLETE
54342026-08-25T00:58:08.649Z[ recovery-image] Aug 25 00:58:07.617 INFO O| Aug 25 00:58:07.617 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-25T00:58:08.659Z[ recovery-image] Aug 25 00:58:07.631 INFO O| Aug 25 00:58:07.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54362026-08-25T00:58:08.659Z[ recovery-image] Aug 25 00:58:07.631 INFO O| Aug 25 00:58:07.631 INFO STEP 54 (remove_files) COMPLETE
54372026-08-25T00:58:08.659Z[ recovery-image] Aug 25 00:58:07.631 INFO O| Aug 25 00:58:07.631 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-25T00:58:08.668Z[ recovery-image] Aug 25 00:58:07.640 INFO O| Aug 25 00:58:07.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54392026-08-25T00:58:08.668Z[ recovery-image] Aug 25 00:58:07.640 INFO O| Aug 25 00:58:07.640 INFO STEP 55 (remove_files) COMPLETE
54402026-08-25T00:58:08.668Z[ recovery-image] Aug 25 00:58:07.640 INFO O| Aug 25 00:58:07.640 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-25T00:58:08.684Z[ recovery-image] Aug 25 00:58:07.656 INFO O| Aug 25 00:58:07.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54422026-08-25T00:58:08.685Z[ recovery-image] Aug 25 00:58:07.656 INFO O| Aug 25 00:58:07.656 INFO STEP 56 (remove_files) COMPLETE
54432026-08-25T00:58:08.685Z[ recovery-image] Aug 25 00:58:07.656 INFO O| Aug 25 00:58:07.656 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-25T00:58:08.695Z[ recovery-image] Aug 25 00:58:07.666 INFO O| Aug 25 00:58:07.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54452026-08-25T00:58:08.696Z[ recovery-image] Aug 25 00:58:07.666 INFO O| Aug 25 00:58:07.666 INFO STEP 57 (remove_files) COMPLETE
54462026-08-25T00:58:08.699Z[ recovery-image] Aug 25 00:58:07.666 INFO O| Aug 25 00:58:07.666 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-25T00:58:08.732Z[ recovery-image] Aug 25 00:58:07.704 INFO O| Aug 25 00:58:07.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54482026-08-25T00:58:08.733Z[ recovery-image] Aug 25 00:58:07.705 INFO O| Aug 25 00:58:07.705 INFO STEP 58 (remove_files) COMPLETE
54492026-08-25T00:58:08.734Z[ recovery-image] Aug 25 00:58:07.705 INFO O| Aug 25 00:58:07.705 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-25T00:58:08.746Z[ recovery-image] Aug 25 00:58:07.719 INFO O| Aug 25 00:58:07.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54512026-08-25T00:58:08.747Z[ recovery-image] Aug 25 00:58:07.719 INFO O| Aug 25 00:58:07.719 INFO STEP 59 (remove_files) COMPLETE
54522026-08-25T00:58:08.747Z[ recovery-image] Aug 25 00:58:07.719 INFO O| Aug 25 00:58:07.719 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-25T00:58:08.781Z[ recovery-image] Aug 25 00:58:07.752 INFO O| Aug 25 00:58:07.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54542026-08-25T00:58:08.781Z[ recovery-image] Aug 25 00:58:07.752 INFO O| Aug 25 00:58:07.752 INFO STEP 60 (remove_files) COMPLETE
54552026-08-25T00:58:08.781Z[ recovery-image] Aug 25 00:58:07.752 INFO O| Aug 25 00:58:07.752 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-25T00:58:08.805Z[ recovery-image] Aug 25 00:58:07.777 INFO O| Aug 25 00:58:07.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54572026-08-25T00:58:08.805Z[ recovery-image] Aug 25 00:58:07.777 INFO O| Aug 25 00:58:07.777 INFO STEP 61 (remove_files) COMPLETE
54582026-08-25T00:58:08.805Z[ recovery-image] Aug 25 00:58:07.777 INFO O| Aug 25 00:58:07.777 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-25T00:58:08.816Z[ recovery-image] Aug 25 00:58:07.788 INFO O| Aug 25 00:58:07.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54602026-08-25T00:58:08.816Z[ recovery-image] Aug 25 00:58:07.788 INFO O| Aug 25 00:58:07.788 INFO STEP 62 (remove_files) COMPLETE
54612026-08-25T00:58:08.816Z[ recovery-image] Aug 25 00:58:07.788 INFO O| Aug 25 00:58:07.788 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-25T00:58:08.835Z[ recovery-image] Aug 25 00:58:07.800 INFO O| Aug 25 00:58:07.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54632026-08-25T00:58:08.835Z[ recovery-image] Aug 25 00:58:07.800 INFO O| Aug 25 00:58:07.800 INFO STEP 63 (remove_files) COMPLETE
54642026-08-25T00:58:08.838Z[ recovery-image] Aug 25 00:58:07.800 INFO O| Aug 25 00:58:07.800 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-25T00:58:08.852Z[ recovery-image] Aug 25 00:58:07.824 INFO O| Aug 25 00:58:07.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54662026-08-25T00:58:08.852Z[ recovery-image] Aug 25 00:58:07.824 INFO O| Aug 25 00:58:07.824 INFO STEP 64 (remove_files) COMPLETE
54672026-08-25T00:58:08.852Z[ recovery-image] Aug 25 00:58:07.824 INFO O| Aug 25 00:58:07.824 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-25T00:58:08.861Z[ recovery-image] Aug 25 00:58:07.833 INFO O| Aug 25 00:58:07.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54692026-08-25T00:58:08.861Z[ recovery-image] Aug 25 00:58:07.833 INFO O| Aug 25 00:58:07.833 INFO STEP 65 (remove_files) COMPLETE
54702026-08-25T00:58:08.861Z[ recovery-image] Aug 25 00:58:07.834 INFO O| Aug 25 00:58:07.833 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-25T00:58:08.877Z[ recovery-image] Aug 25 00:58:07.849 INFO O| Aug 25 00:58:07.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54722026-08-25T00:58:08.877Z[ recovery-image] Aug 25 00:58:07.849 INFO O| Aug 25 00:58:07.849 INFO STEP 66 (remove_files) COMPLETE
54732026-08-25T00:58:08.877Z[ recovery-image] Aug 25 00:58:07.849 INFO O| Aug 25 00:58:07.849 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-25T00:58:08.892Z[ recovery-image] Aug 25 00:58:07.864 INFO O| Aug 25 00:58:07.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54752026-08-25T00:58:08.894Z[ recovery-image] Aug 25 00:58:07.865 INFO O| Aug 25 00:58:07.865 INFO STEP 67 (remove_files) COMPLETE
54762026-08-25T00:58:08.898Z[ recovery-image] Aug 25 00:58:07.865 INFO O| Aug 25 00:58:07.865 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-25T00:58:08.913Z[ recovery-image] Aug 25 00:58:07.885 INFO O| Aug 25 00:58:07.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54782026-08-25T00:58:08.913Z[ recovery-image] Aug 25 00:58:07.885 INFO O| Aug 25 00:58:07.885 INFO STEP 68 (remove_files) COMPLETE
54792026-08-25T00:58:08.913Z[ recovery-image] Aug 25 00:58:07.885 INFO O| Aug 25 00:58:07.885 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-25T00:58:08.924Z[ recovery-image] Aug 25 00:58:07.895 INFO O| Aug 25 00:58:07.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54812026-08-25T00:58:08.924Z[ recovery-image] Aug 25 00:58:07.895 INFO O| Aug 25 00:58:07.895 INFO STEP 69 (remove_files) COMPLETE
54822026-08-25T00:58:08.924Z[ recovery-image] Aug 25 00:58:07.895 INFO O| Aug 25 00:58:07.895 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-25T00:58:08.936Z[ recovery-image] Aug 25 00:58:07.908 INFO O| Aug 25 00:58:07.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54842026-08-25T00:58:08.968Z[ recovery-image] Aug 25 00:58:07.938 INFO O| Aug 25 00:58:07.938 INFO STEP 70 (remove_files) COMPLETE
54852026-08-25T00:58:08.968Z[ recovery-image] Aug 25 00:58:07.939 INFO O| Aug 25 00:58:07.938 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-25T00:58:08.976Z[ recovery-image] Aug 25 00:58:07.949 INFO O| Aug 25 00:58:07.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54872026-08-25T00:58:08.977Z[ recovery-image] Aug 25 00:58:07.949 INFO O| Aug 25 00:58:07.949 INFO STEP 71 (remove_files) COMPLETE
54882026-08-25T00:58:08.977Z[ recovery-image] Aug 25 00:58:07.949 INFO O| Aug 25 00:58:07.949 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-25T00:58:08.988Z[ recovery-image] Aug 25 00:58:07.960 INFO O| Aug 25 00:58:07.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54902026-08-25T00:58:08.988Z[ recovery-image] Aug 25 00:58:07.960 INFO O| Aug 25 00:58:07.960 INFO STEP 72 (remove_files) COMPLETE
54912026-08-25T00:58:08.988Z[ recovery-image] Aug 25 00:58:07.960 INFO O| Aug 25 00:58:07.960 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-25T00:58:08.998Z[ recovery-image] Aug 25 00:58:07.970 INFO O| Aug 25 00:58:07.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54932026-08-25T00:58:08.998Z[ recovery-image] Aug 25 00:58:07.970 INFO O| Aug 25 00:58:07.970 INFO STEP 73 (remove_files) COMPLETE
54942026-08-25T00:58:08.998Z[ recovery-image] Aug 25 00:58:07.970 INFO O| Aug 25 00:58:07.970 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-25T00:58:09.019Z[ recovery-image] Aug 25 00:58:07.990 INFO O| Aug 25 00:58:07.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54962026-08-25T00:58:09.019Z[ recovery-image] Aug 25 00:58:07.990 INFO O| Aug 25 00:58:07.990 INFO STEP 74 (remove_files) COMPLETE
54972026-08-25T00:58:09.019Z[ recovery-image] Aug 25 00:58:07.990 INFO O| Aug 25 00:58:07.990 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-25T00:58:09.035Z[ recovery-image] Aug 25 00:58:08.008 INFO O| Aug 25 00:58:08.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54992026-08-25T00:58:09.035Z[ recovery-image] Aug 25 00:58:08.008 INFO O| Aug 25 00:58:08.008 INFO STEP 75 (remove_files) COMPLETE
55002026-08-25T00:58:09.035Z[ recovery-image] Aug 25 00:58:08.008 INFO O| Aug 25 00:58:08.008 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-25T00:58:09.053Z[ recovery-image] Aug 25 00:58:08.025 INFO O| Aug 25 00:58:08.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55022026-08-25T00:58:09.053Z[ recovery-image] Aug 25 00:58:08.025 INFO O| Aug 25 00:58:08.025 INFO STEP 76 (remove_files) COMPLETE
55032026-08-25T00:58:09.053Z[ recovery-image] Aug 25 00:58:08.025 INFO O| Aug 25 00:58:08.025 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-25T00:58:09.064Z[ recovery-image] Aug 25 00:58:08.036 INFO O| Aug 25 00:58:08.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55052026-08-25T00:58:09.064Z[ recovery-image] Aug 25 00:58:08.036 INFO O| Aug 25 00:58:08.036 INFO STEP 77 (remove_files) COMPLETE
55062026-08-25T00:58:09.064Z[ recovery-image] Aug 25 00:58:08.036 INFO O| Aug 25 00:58:08.036 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-25T00:58:09.074Z[ recovery-image] Aug 25 00:58:08.046 INFO O| Aug 25 00:58:08.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55082026-08-25T00:58:09.074Z[ recovery-image] Aug 25 00:58:08.046 INFO O| Aug 25 00:58:08.046 INFO STEP 78 (remove_files) COMPLETE
55092026-08-25T00:58:09.074Z[ recovery-image] Aug 25 00:58:08.046 INFO O| Aug 25 00:58:08.046 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-25T00:58:09.083Z[ recovery-image] Aug 25 00:58:08.056 INFO O| Aug 25 00:58:08.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55112026-08-25T00:58:09.083Z[ recovery-image] Aug 25 00:58:08.056 INFO O| Aug 25 00:58:08.056 INFO STEP 79 (remove_files) COMPLETE
55122026-08-25T00:58:09.083Z[ recovery-image] Aug 25 00:58:08.056 INFO O| Aug 25 00:58:08.056 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-25T00:58:09.097Z[ recovery-image] Aug 25 00:58:08.066 INFO O| Aug 25 00:58:08.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55142026-08-25T00:58:09.097Z[ recovery-image] Aug 25 00:58:08.066 INFO O| Aug 25 00:58:08.066 INFO STEP 80 (remove_files) COMPLETE
55152026-08-25T00:58:09.101Z[ recovery-image] Aug 25 00:58:08.066 INFO O| Aug 25 00:58:08.066 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-25T00:58:09.107Z[ recovery-image] Aug 25 00:58:08.078 INFO O| Aug 25 00:58:08.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55172026-08-25T00:58:09.107Z[ recovery-image] Aug 25 00:58:08.078 INFO O| Aug 25 00:58:08.078 INFO STEP 81 (remove_files) COMPLETE
55182026-08-25T00:58:09.107Z[ recovery-image] Aug 25 00:58:08.078 INFO O| Aug 25 00:58:08.078 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-25T00:58:09.116Z[ recovery-image] Aug 25 00:58:08.088 INFO O| Aug 25 00:58:08.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55202026-08-25T00:58:09.116Z[ recovery-image] Aug 25 00:58:08.088 INFO O| Aug 25 00:58:08.088 INFO STEP 82 (remove_files) COMPLETE
55212026-08-25T00:58:09.116Z[ recovery-image] Aug 25 00:58:08.088 INFO O| Aug 25 00:58:08.088 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-25T00:58:09.125Z[ recovery-image] Aug 25 00:58:08.097 INFO O| Aug 25 00:58:08.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55232026-08-25T00:58:09.125Z[ recovery-image] Aug 25 00:58:08.097 INFO O| Aug 25 00:58:08.097 INFO STEP 83 (remove_files) COMPLETE
55242026-08-25T00:58:09.125Z[ recovery-image] Aug 25 00:58:08.097 INFO O| Aug 25 00:58:08.097 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-25T00:58:09.147Z[ recovery-image] Aug 25 00:58:08.107 INFO O| Aug 25 00:58:08.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55262026-08-25T00:58:09.153Z[ recovery-image] Aug 25 00:58:08.108 INFO O| Aug 25 00:58:08.108 INFO STEP 84 (remove_files) COMPLETE
55272026-08-25T00:58:09.153Z[ recovery-image] Aug 25 00:58:08.108 INFO O| Aug 25 00:58:08.108 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-25T00:58:09.153Z[ recovery-image] Aug 25 00:58:08.118 INFO O| Aug 25 00:58:08.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55292026-08-25T00:58:09.153Z[ recovery-image] Aug 25 00:58:08.118 INFO O| Aug 25 00:58:08.118 INFO STEP 85 (remove_files) COMPLETE
55302026-08-25T00:58:09.153Z[ recovery-image] Aug 25 00:58:08.118 INFO O| Aug 25 00:58:08.118 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-25T00:58:09.157Z[ recovery-image] Aug 25 00:58:08.129 INFO O| Aug 25 00:58:08.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55322026-08-25T00:58:09.157Z[ recovery-image] Aug 25 00:58:08.129 INFO O| Aug 25 00:58:08.129 INFO STEP 86 (remove_files) COMPLETE
55332026-08-25T00:58:09.160Z[ recovery-image] Aug 25 00:58:08.129 INFO O| Aug 25 00:58:08.129 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-25T00:58:09.168Z[ recovery-image] Aug 25 00:58:08.141 INFO O| Aug 25 00:58:08.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55352026-08-25T00:58:09.168Z[ recovery-image] Aug 25 00:58:08.141 INFO O| Aug 25 00:58:08.141 INFO STEP 87 (remove_files) COMPLETE
55362026-08-25T00:58:09.179Z[ recovery-image] Aug 25 00:58:08.141 INFO O| Aug 25 00:58:08.141 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-25T00:58:09.182Z[ recovery-image] Aug 25 00:58:08.151 INFO O| Aug 25 00:58:08.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55382026-08-25T00:58:09.182Z[ recovery-image] Aug 25 00:58:08.151 INFO O| Aug 25 00:58:08.151 INFO STEP 88 (remove_files) COMPLETE
55392026-08-25T00:58:09.182Z[ recovery-image] Aug 25 00:58:08.151 INFO O| Aug 25 00:58:08.151 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-25T00:58:09.188Z[ recovery-image] Aug 25 00:58:08.160 INFO O| Aug 25 00:58:08.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55412026-08-25T00:58:09.189Z[ recovery-image] Aug 25 00:58:08.161 INFO O| Aug 25 00:58:08.161 INFO STEP 89 (remove_files) COMPLETE
55422026-08-25T00:58:09.239Z[ recovery-image] Aug 25 00:58:08.161 INFO O| Aug 25 00:58:08.161 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-25T00:58:09.239Z[ recovery-image] Aug 25 00:58:08.172 INFO O| Aug 25 00:58:08.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55442026-08-25T00:58:09.239Z[ recovery-image] Aug 25 00:58:08.172 INFO O| Aug 25 00:58:08.172 INFO STEP 90 (remove_files) COMPLETE
55452026-08-25T00:58:09.241Z[ recovery-image] Aug 25 00:58:08.172 INFO O| Aug 25 00:58:08.172 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-25T00:58:09.241Z[ recovery-image] Aug 25 00:58:08.183 INFO O| Aug 25 00:58:08.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55472026-08-25T00:58:09.241Z[ recovery-image] Aug 25 00:58:08.183 INFO O| Aug 25 00:58:08.183 INFO STEP 91 (remove_files) COMPLETE
55482026-08-25T00:58:09.241Z[ recovery-image] Aug 25 00:58:08.183 INFO O| Aug 25 00:58:08.183 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-25T00:58:09.241Z[ recovery-image] Aug 25 00:58:08.194 INFO O| Aug 25 00:58:08.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55502026-08-25T00:58:09.241Z[ recovery-image] Aug 25 00:58:08.194 INFO O| Aug 25 00:58:08.193 INFO STEP 92 (remove_files) COMPLETE
55512026-08-25T00:58:09.241Z[ recovery-image] Aug 25 00:58:08.194 INFO O| Aug 25 00:58:08.193 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-25T00:58:09.244Z[ recovery-image] Aug 25 00:58:08.204 INFO O| Aug 25 00:58:08.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55532026-08-25T00:58:09.244Z[ recovery-image] Aug 25 00:58:08.205 INFO O| Aug 25 00:58:08.205 INFO STEP 93 (remove_files) COMPLETE
55542026-08-25T00:58:09.244Z[ recovery-image] Aug 25 00:58:08.205 INFO O| Aug 25 00:58:08.205 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-25T00:58:09.244Z[ recovery-image] Aug 25 00:58:08.215 INFO O| Aug 25 00:58:08.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55562026-08-25T00:58:09.244Z[ recovery-image] Aug 25 00:58:08.215 INFO O| Aug 25 00:58:08.215 INFO STEP 94 (remove_files) COMPLETE
55572026-08-25T00:58:09.244Z[ recovery-image] Aug 25 00:58:08.215 INFO O| Aug 25 00:58:08.215 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-25T00:58:09.253Z[ recovery-image] Aug 25 00:58:08.226 INFO O| Aug 25 00:58:08.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55592026-08-25T00:58:09.253Z[ recovery-image] Aug 25 00:58:08.226 INFO O| Aug 25 00:58:08.226 INFO STEP 95 (remove_files) COMPLETE
55602026-08-25T00:58:09.258Z[ recovery-image] Aug 25 00:58:08.226 INFO O| Aug 25 00:58:08.226 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-25T00:58:09.265Z[ recovery-image] Aug 25 00:58:08.236 INFO O| Aug 25 00:58:08.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55622026-08-25T00:58:09.265Z[ recovery-image] Aug 25 00:58:08.236 INFO O| Aug 25 00:58:08.236 INFO STEP 96 (remove_files) COMPLETE
55632026-08-25T00:58:09.265Z[ recovery-image] Aug 25 00:58:08.236 INFO O| Aug 25 00:58:08.236 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-25T00:58:09.272Z[ recovery-image] Aug 25 00:58:08.245 INFO O| Aug 25 00:58:08.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55652026-08-25T00:58:09.272Z[ recovery-image] Aug 25 00:58:08.245 INFO O| Aug 25 00:58:08.245 INFO STEP 97 (remove_files) COMPLETE
55662026-08-25T00:58:09.272Z[ recovery-image] Aug 25 00:58:08.245 INFO O| Aug 25 00:58:08.245 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-25T00:58:09.282Z[ recovery-image] Aug 25 00:58:08.255 INFO O| Aug 25 00:58:08.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55682026-08-25T00:58:09.282Z[ recovery-image] Aug 25 00:58:08.255 INFO O| Aug 25 00:58:08.255 INFO STEP 98 (remove_files) COMPLETE
55692026-08-25T00:58:09.283Z[ recovery-image] Aug 25 00:58:08.255 INFO O| Aug 25 00:58:08.255 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-25T00:58:09.296Z[ recovery-image] Aug 25 00:58:08.263 INFO O| Aug 25 00:58:08.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55712026-08-25T00:58:09.296Z[ recovery-image] Aug 25 00:58:08.263 INFO O| Aug 25 00:58:08.263 INFO STEP 99 (remove_files) COMPLETE
55722026-08-25T00:58:09.296Z[ recovery-image] Aug 25 00:58:08.263 INFO O| Aug 25 00:58:08.263 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-25T00:58:09.299Z[ recovery-image] Aug 25 00:58:08.271 INFO O| Aug 25 00:58:08.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55742026-08-25T00:58:09.299Z[ recovery-image] Aug 25 00:58:08.271 INFO O| Aug 25 00:58:08.271 INFO STEP 100 (remove_files) COMPLETE
55752026-08-25T00:58:09.299Z[ recovery-image] Aug 25 00:58:08.271 INFO O| Aug 25 00:58:08.271 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-25T00:58:09.307Z[ recovery-image] Aug 25 00:58:08.279 INFO O| Aug 25 00:58:08.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55772026-08-25T00:58:09.307Z[ recovery-image] Aug 25 00:58:08.279 INFO O| Aug 25 00:58:08.279 INFO STEP 101 (remove_files) COMPLETE
55782026-08-25T00:58:09.307Z[ recovery-image] Aug 25 00:58:08.279 INFO O| Aug 25 00:58:08.279 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-25T00:58:09.316Z[ recovery-image] Aug 25 00:58:08.288 INFO O| Aug 25 00:58:08.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55802026-08-25T00:58:09.316Z[ recovery-image] Aug 25 00:58:08.288 INFO O| Aug 25 00:58:08.288 INFO STEP 102 (remove_files) COMPLETE
55812026-08-25T00:58:09.316Z[ recovery-image] Aug 25 00:58:08.288 INFO O| Aug 25 00:58:08.288 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-25T00:58:09.324Z[ recovery-image] Aug 25 00:58:08.296 INFO O| Aug 25 00:58:08.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55832026-08-25T00:58:09.324Z[ recovery-image] Aug 25 00:58:08.296 INFO O| Aug 25 00:58:08.296 INFO STEP 103 (remove_files) COMPLETE
55842026-08-25T00:58:09.324Z[ recovery-image] Aug 25 00:58:08.296 INFO O| Aug 25 00:58:08.296 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-25T00:58:09.336Z[ recovery-image] Aug 25 00:58:08.307 INFO O| Aug 25 00:58:08.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55862026-08-25T00:58:09.336Z[ recovery-image] Aug 25 00:58:08.307 INFO O| Aug 25 00:58:08.307 INFO STEP 104 (remove_files) COMPLETE
55872026-08-25T00:58:09.336Z[ recovery-image] Aug 25 00:58:08.307 INFO O| Aug 25 00:58:08.307 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-25T00:58:09.345Z[ recovery-image] Aug 25 00:58:08.317 INFO O| Aug 25 00:58:08.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55892026-08-25T00:58:09.345Z[ recovery-image] Aug 25 00:58:08.317 INFO O| Aug 25 00:58:08.317 INFO STEP 105 (remove_files) COMPLETE
55902026-08-25T00:58:09.345Z[ recovery-image] Aug 25 00:58:08.317 INFO O| Aug 25 00:58:08.317 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-25T00:58:09.354Z[ recovery-image] Aug 25 00:58:08.326 INFO O| Aug 25 00:58:08.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55922026-08-25T00:58:09.354Z[ recovery-image] Aug 25 00:58:08.326 INFO O| Aug 25 00:58:08.326 INFO STEP 106 (remove_files) COMPLETE
55932026-08-25T00:58:09.356Z[ recovery-image] Aug 25 00:58:08.326 INFO O| Aug 25 00:58:08.326 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-25T00:58:09.362Z[ recovery-image] Aug 25 00:58:08.335 INFO O| Aug 25 00:58:08.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55952026-08-25T00:58:09.363Z[ recovery-image] Aug 25 00:58:08.335 INFO O| Aug 25 00:58:08.335 INFO STEP 107 (remove_files) COMPLETE
55962026-08-25T00:58:09.363Z[ recovery-image] Aug 25 00:58:08.335 INFO O| Aug 25 00:58:08.335 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-25T00:58:09.371Z[ recovery-image] Aug 25 00:58:08.343 INFO O| Aug 25 00:58:08.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55982026-08-25T00:58:09.371Z[ recovery-image] Aug 25 00:58:08.343 INFO O| Aug 25 00:58:08.343 INFO STEP 108 (remove_files) COMPLETE
55992026-08-25T00:58:09.371Z[ recovery-image] Aug 25 00:58:08.343 INFO O| Aug 25 00:58:08.343 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-25T00:58:09.379Z[ recovery-image] Aug 25 00:58:08.352 INFO O| Aug 25 00:58:08.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56012026-08-25T00:58:09.379Z[ recovery-image] Aug 25 00:58:08.352 INFO O| Aug 25 00:58:08.352 INFO STEP 109 (remove_files) COMPLETE
56022026-08-25T00:58:09.379Z[ recovery-image] Aug 25 00:58:08.352 INFO O| Aug 25 00:58:08.352 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-25T00:58:09.387Z[ recovery-image] Aug 25 00:58:08.360 INFO O| Aug 25 00:58:08.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56042026-08-25T00:58:09.389Z[ recovery-image] Aug 25 00:58:08.360 INFO O| Aug 25 00:58:08.360 INFO STEP 110 (remove_files) COMPLETE
56052026-08-25T00:58:09.389Z[ recovery-image] Aug 25 00:58:08.360 INFO O| Aug 25 00:58:08.360 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-25T00:58:09.396Z[ recovery-image] Aug 25 00:58:08.368 INFO O| Aug 25 00:58:08.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56072026-08-25T00:58:09.396Z[ recovery-image] Aug 25 00:58:08.368 INFO O| Aug 25 00:58:08.368 INFO STEP 111 (remove_files) COMPLETE
56082026-08-25T00:58:09.396Z[ recovery-image] Aug 25 00:58:08.368 INFO O| Aug 25 00:58:08.368 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-25T00:58:09.403Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
56102026-08-25T00:58:09.406Z[ recovery-image] Aug 25 00:58:08.376 INFO O| Aug 25 00:58:08.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56112026-08-25T00:58:09.406Z[ recovery-image] Aug 25 00:58:08.376 INFO O| Aug 25 00:58:08.376 INFO STEP 112 (remove_files) COMPLETE
56122026-08-25T00:58:09.406Z[ recovery-image] Aug 25 00:58:08.376 INFO O| Aug 25 00:58:08.376 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-25T00:58:09.412Z[ recovery-image] Aug 25 00:58:08.385 INFO O| Aug 25 00:58:08.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56142026-08-25T00:58:09.412Z[ recovery-image] Aug 25 00:58:08.385 INFO O| Aug 25 00:58:08.385 INFO STEP 113 (remove_files) COMPLETE
56152026-08-25T00:58:09.415Z[ recovery-image] Aug 25 00:58:08.385 INFO O| Aug 25 00:58:08.385 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-25T00:58:09.421Z[ recovery-image] Aug 25 00:58:08.393 INFO O| Aug 25 00:58:08.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56172026-08-25T00:58:09.421Z[ recovery-image] Aug 25 00:58:08.394 INFO O| Aug 25 00:58:08.393 INFO STEP 114 (remove_files) COMPLETE
56182026-08-25T00:58:09.422Z[ recovery-image] Aug 25 00:58:08.394 INFO O| Aug 25 00:58:08.393 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-25T00:58:09.430Z[ recovery-image] Aug 25 00:58:08.402 INFO O| Aug 25 00:58:08.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56202026-08-25T00:58:09.430Z[ recovery-image] Aug 25 00:58:08.402 INFO O| Aug 25 00:58:08.402 INFO STEP 115 (remove_files) COMPLETE
56212026-08-25T00:58:09.430Z[ recovery-image] Aug 25 00:58:08.402 INFO O| Aug 25 00:58:08.402 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-25T00:58:09.440Z[ recovery-image] Aug 25 00:58:08.412 INFO O| Aug 25 00:58:08.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56232026-08-25T00:58:09.440Z[ recovery-image] Aug 25 00:58:08.412 INFO O| Aug 25 00:58:08.412 INFO STEP 116 (remove_files) COMPLETE
56242026-08-25T00:58:09.440Z[ recovery-image] Aug 25 00:58:08.412 INFO O| Aug 25 00:58:08.412 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-25T00:58:09.445Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
56262026-08-25T00:58:09.452Z[ recovery-image] Aug 25 00:58:08.423 INFO O| Aug 25 00:58:08.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56272026-08-25T00:58:09.452Z[ recovery-image] Aug 25 00:58:08.423 INFO O| Aug 25 00:58:08.423 INFO STEP 117 (remove_files) COMPLETE
56282026-08-25T00:58:09.456Z[ recovery-image] Aug 25 00:58:08.423 INFO O| Aug 25 00:58:08.423 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-25T00:58:09.463Z[ recovery-image] Aug 25 00:58:08.434 INFO O| Aug 25 00:58:08.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56302026-08-25T00:58:09.463Z[ recovery-image] Aug 25 00:58:08.434 INFO O| Aug 25 00:58:08.434 INFO STEP 118 (remove_files) COMPLETE
56312026-08-25T00:58:09.464Z[ recovery-image] Aug 25 00:58:08.434 INFO O| Aug 25 00:58:08.434 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-25T00:58:09.471Z[ recovery-image] Aug 25 00:58:08.444 INFO O| Aug 25 00:58:08.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56332026-08-25T00:58:09.471Z[ recovery-image] Aug 25 00:58:08.444 INFO O| Aug 25 00:58:08.444 INFO STEP 119 (remove_files) COMPLETE
56342026-08-25T00:58:09.471Z[ recovery-image] Aug 25 00:58:08.444 INFO O| Aug 25 00:58:08.444 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-25T00:58:09.481Z[ recovery-image] Aug 25 00:58:08.454 INFO O| Aug 25 00:58:08.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56362026-08-25T00:58:09.481Z[ recovery-image] Aug 25 00:58:08.454 INFO O| Aug 25 00:58:08.454 INFO STEP 120 (remove_files) COMPLETE
56372026-08-25T00:58:09.485Z[ recovery-image] Aug 25 00:58:08.454 INFO O| Aug 25 00:58:08.454 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-25T00:58:09.491Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
56392026-08-25T00:58:09.494Z[ recovery-image] Aug 25 00:58:08.464 INFO O| Aug 25 00:58:08.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56402026-08-25T00:58:09.495Z[ recovery-image] Aug 25 00:58:08.464 INFO O| Aug 25 00:58:08.464 INFO STEP 121 (remove_files) COMPLETE
56412026-08-25T00:58:09.495Z[ recovery-image] Aug 25 00:58:08.464 INFO O| Aug 25 00:58:08.464 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-25T00:58:09.501Z[ recovery-image] Aug 25 00:58:08.473 INFO O| Aug 25 00:58:08.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56432026-08-25T00:58:09.501Z[ recovery-image] Aug 25 00:58:08.473 INFO O| Aug 25 00:58:08.473 INFO STEP 122 (remove_files) COMPLETE
56442026-08-25T00:58:09.501Z[ recovery-image] Aug 25 00:58:08.473 INFO O| Aug 25 00:58:08.473 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-25T00:58:09.511Z[ recovery-image] Aug 25 00:58:08.483 INFO O| Aug 25 00:58:08.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56462026-08-25T00:58:09.511Z[ recovery-image] Aug 25 00:58:08.483 INFO O| Aug 25 00:58:08.483 INFO STEP 123 (remove_files) COMPLETE
56472026-08-25T00:58:09.511Z[ recovery-image] Aug 25 00:58:08.483 INFO O| Aug 25 00:58:08.483 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-25T00:58:09.521Z[ recovery-image] Aug 25 00:58:08.492 INFO O| Aug 25 00:58:08.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56492026-08-25T00:58:09.521Z[ recovery-image] Aug 25 00:58:08.492 INFO O| Aug 25 00:58:08.492 INFO STEP 124 (remove_files) COMPLETE
56502026-08-25T00:58:09.525Z[ recovery-image] Aug 25 00:58:08.492 INFO O| Aug 25 00:58:08.492 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-25T00:58:09.531Z[ recovery-image] Aug 25 00:58:08.503 INFO O| Aug 25 00:58:08.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56522026-08-25T00:58:09.531Z[ recovery-image] Aug 25 00:58:08.503 INFO O| Aug 25 00:58:08.503 INFO STEP 125 (remove_files) COMPLETE
56532026-08-25T00:58:09.531Z[ recovery-image] Aug 25 00:58:08.503 INFO O| Aug 25 00:58:08.503 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-25T00:58:09.540Z[ recovery-image] Aug 25 00:58:08.512 INFO O| Aug 25 00:58:08.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56552026-08-25T00:58:09.540Z[ recovery-image] Aug 25 00:58:08.512 INFO O| Aug 25 00:58:08.512 INFO STEP 126 (remove_files) COMPLETE
56562026-08-25T00:58:09.540Z[ recovery-image] Aug 25 00:58:08.512 INFO O| Aug 25 00:58:08.512 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-25T00:58:09.548Z[ recovery-image] Aug 25 00:58:08.521 INFO O| Aug 25 00:58:08.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56582026-08-25T00:58:09.548Z[ recovery-image] Aug 25 00:58:08.521 INFO O| Aug 25 00:58:08.521 INFO STEP 127 (remove_files) COMPLETE
56592026-08-25T00:58:09.548Z[ recovery-image] Aug 25 00:58:08.521 INFO O| Aug 25 00:58:08.521 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-25T00:58:09.563Z[ recovery-image] Aug 25 00:58:08.532 INFO O| Aug 25 00:58:08.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56612026-08-25T00:58:09.563Z[ recovery-image] Aug 25 00:58:08.532 INFO O| Aug 25 00:58:08.532 INFO STEP 128 (remove_files) COMPLETE
56622026-08-25T00:58:09.563Z[ recovery-image] Aug 25 00:58:08.532 INFO O| Aug 25 00:58:08.532 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-25T00:58:09.571Z[ recovery-image] Aug 25 00:58:08.543 INFO O| Aug 25 00:58:08.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56642026-08-25T00:58:09.571Z[ recovery-image] Aug 25 00:58:08.543 INFO O| Aug 25 00:58:08.543 INFO STEP 129 (remove_files) COMPLETE
56652026-08-25T00:58:09.571Z[ recovery-image] Aug 25 00:58:08.543 INFO O| Aug 25 00:58:08.543 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-25T00:58:09.581Z[ recovery-image] Aug 25 00:58:08.553 INFO O| Aug 25 00:58:08.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56672026-08-25T00:58:09.581Z[ recovery-image] Aug 25 00:58:08.553 INFO O| Aug 25 00:58:08.553 INFO STEP 130 (remove_files) COMPLETE
56682026-08-25T00:58:09.581Z[ recovery-image] Aug 25 00:58:08.553 INFO O| Aug 25 00:58:08.553 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-25T00:58:09.593Z[ recovery-image] Aug 25 00:58:08.564 INFO O| Aug 25 00:58:08.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56702026-08-25T00:58:09.593Z[ recovery-image] Aug 25 00:58:08.564 INFO O| Aug 25 00:58:08.564 INFO STEP 131 (remove_files) COMPLETE
56712026-08-25T00:58:09.593Z[ recovery-image] Aug 25 00:58:08.564 INFO O| Aug 25 00:58:08.564 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-25T00:58:09.601Z[ recovery-image] Aug 25 00:58:08.573 INFO O| Aug 25 00:58:08.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56732026-08-25T00:58:09.602Z[ recovery-image] Aug 25 00:58:08.573 INFO O| Aug 25 00:58:08.573 INFO STEP 132 (remove_files) COMPLETE
56742026-08-25T00:58:09.602Z[ recovery-image] Aug 25 00:58:08.573 INFO O| Aug 25 00:58:08.573 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-25T00:58:09.609Z[ recovery-image] Aug 25 00:58:08.581 INFO O| Aug 25 00:58:08.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56762026-08-25T00:58:09.609Z[ recovery-image] Aug 25 00:58:08.581 INFO O| Aug 25 00:58:08.581 INFO STEP 133 (remove_files) COMPLETE
56772026-08-25T00:58:09.609Z[ recovery-image] Aug 25 00:58:08.581 INFO O| Aug 25 00:58:08.581 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-25T00:58:09.617Z[ recovery-image] Aug 25 00:58:08.589 INFO O| Aug 25 00:58:08.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56792026-08-25T00:58:09.617Z[ recovery-image] Aug 25 00:58:08.589 INFO O| Aug 25 00:58:08.589 INFO STEP 134 (remove_files) COMPLETE
56802026-08-25T00:58:09.617Z[ recovery-image] Aug 25 00:58:08.589 INFO O| Aug 25 00:58:08.589 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-25T00:58:09.625Z[ recovery-image] Aug 25 00:58:08.598 INFO O| Aug 25 00:58:08.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56822026-08-25T00:58:09.626Z[ recovery-image] Aug 25 00:58:08.598 INFO O| Aug 25 00:58:08.598 INFO STEP 135 (remove_files) COMPLETE
56832026-08-25T00:58:09.628Z[ recovery-image] Aug 25 00:58:08.598 INFO O| Aug 25 00:58:08.598 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-25T00:58:09.636Z[ recovery-image] Aug 25 00:58:08.608 INFO O| Aug 25 00:58:08.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56852026-08-25T00:58:09.636Z[ recovery-image] Aug 25 00:58:08.608 INFO O| Aug 25 00:58:08.608 INFO STEP 136 (remove_files) COMPLETE
56862026-08-25T00:58:09.636Z[ recovery-image] Aug 25 00:58:08.608 INFO O| Aug 25 00:58:08.608 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-25T00:58:09.648Z[ recovery-image] Aug 25 00:58:08.619 INFO O| Aug 25 00:58:08.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56882026-08-25T00:58:09.648Z[ recovery-image] Aug 25 00:58:08.619 INFO O| Aug 25 00:58:08.619 INFO STEP 137 (remove_files) COMPLETE
56892026-08-25T00:58:09.648Z[ recovery-image] Aug 25 00:58:08.619 INFO O| Aug 25 00:58:08.619 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-25T00:58:09.656Z[ recovery-image] Aug 25 00:58:08.628 INFO O| Aug 25 00:58:08.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56912026-08-25T00:58:09.656Z[ recovery-image] Aug 25 00:58:08.628 INFO O| Aug 25 00:58:08.628 INFO STEP 138 (remove_files) COMPLETE
56922026-08-25T00:58:09.656Z[ recovery-image] Aug 25 00:58:08.628 INFO O| Aug 25 00:58:08.628 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-25T00:58:09.665Z[ recovery-image] Aug 25 00:58:08.638 INFO O| Aug 25 00:58:08.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56942026-08-25T00:58:09.665Z[ recovery-image] Aug 25 00:58:08.638 INFO O| Aug 25 00:58:08.638 INFO STEP 139 (remove_files) COMPLETE
56952026-08-25T00:58:09.668Z[ recovery-image] Aug 25 00:58:08.638 INFO O| Aug 25 00:58:08.638 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-25T00:58:09.675Z[ recovery-image] Aug 25 00:58:08.647 INFO O| Aug 25 00:58:08.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56972026-08-25T00:58:09.675Z[ recovery-image] Aug 25 00:58:08.647 INFO O| Aug 25 00:58:08.647 INFO STEP 140 (remove_files) COMPLETE
56982026-08-25T00:58:09.675Z[ recovery-image] Aug 25 00:58:08.647 INFO O| Aug 25 00:58:08.647 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-25T00:58:09.684Z[ recovery-image] Aug 25 00:58:08.657 INFO O| Aug 25 00:58:08.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57002026-08-25T00:58:09.684Z[ recovery-image] Aug 25 00:58:08.657 INFO O| Aug 25 00:58:08.657 INFO STEP 141 (remove_files) COMPLETE
57012026-08-25T00:58:09.684Z[ recovery-image] Aug 25 00:58:08.657 INFO O| Aug 25 00:58:08.657 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-25T00:58:09.695Z[ recovery-image] Aug 25 00:58:08.666 INFO O| Aug 25 00:58:08.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57032026-08-25T00:58:09.695Z[ recovery-image] Aug 25 00:58:08.666 INFO O| Aug 25 00:58:08.666 INFO STEP 142 (remove_files) COMPLETE
57042026-08-25T00:58:09.699Z[ recovery-image] Aug 25 00:58:08.666 INFO O| Aug 25 00:58:08.666 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-25T00:58:09.703Z[ recovery-image] Aug 25 00:58:08.676 INFO O| Aug 25 00:58:08.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57062026-08-25T00:58:09.703Z[ recovery-image] Aug 25 00:58:08.676 INFO O| Aug 25 00:58:08.676 INFO STEP 143 (remove_files) COMPLETE
57072026-08-25T00:58:09.703Z[ recovery-image] Aug 25 00:58:08.676 INFO O| Aug 25 00:58:08.676 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-25T00:58:09.713Z[ recovery-image] Aug 25 00:58:08.685 INFO O| Aug 25 00:58:08.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57092026-08-25T00:58:09.713Z[ recovery-image] Aug 25 00:58:08.685 INFO O| Aug 25 00:58:08.685 INFO STEP 144 (remove_files) COMPLETE
57102026-08-25T00:58:09.714Z[ recovery-image] Aug 25 00:58:08.685 INFO O| Aug 25 00:58:08.685 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-25T00:58:09.722Z[ recovery-image] Aug 25 00:58:08.694 INFO O| Aug 25 00:58:08.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57122026-08-25T00:58:09.722Z[ recovery-image] Aug 25 00:58:08.694 INFO O| Aug 25 00:58:08.694 INFO STEP 145 (remove_files) COMPLETE
57132026-08-25T00:58:09.722Z[ recovery-image] Aug 25 00:58:08.694 INFO O| Aug 25 00:58:08.694 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-25T00:58:09.730Z[ recovery-image] Aug 25 00:58:08.703 INFO O| Aug 25 00:58:08.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57152026-08-25T00:58:09.731Z[ recovery-image] Aug 25 00:58:08.703 INFO O| Aug 25 00:58:08.703 INFO STEP 146 (remove_files) COMPLETE
57162026-08-25T00:58:09.734Z[ recovery-image] Aug 25 00:58:08.703 INFO O| Aug 25 00:58:08.703 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-25T00:58:09.739Z[ recovery-image] Aug 25 00:58:08.711 INFO O| Aug 25 00:58:08.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57182026-08-25T00:58:09.739Z[ recovery-image] Aug 25 00:58:08.711 INFO O| Aug 25 00:58:08.711 INFO STEP 147 (remove_files) COMPLETE
57192026-08-25T00:58:09.739Z[ recovery-image] Aug 25 00:58:08.711 INFO O| Aug 25 00:58:08.711 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-25T00:58:09.750Z[ recovery-image] Aug 25 00:58:08.721 INFO O| Aug 25 00:58:08.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57212026-08-25T00:58:09.750Z[ recovery-image] Aug 25 00:58:08.721 INFO O| Aug 25 00:58:08.721 INFO STEP 148 (remove_files) COMPLETE
57222026-08-25T00:58:09.750Z[ recovery-image] Aug 25 00:58:08.721 INFO O| Aug 25 00:58:08.721 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-25T00:58:09.759Z[ recovery-image] Aug 25 00:58:08.731 INFO O| Aug 25 00:58:08.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57242026-08-25T00:58:09.759Z[ recovery-image] Aug 25 00:58:08.731 INFO O| Aug 25 00:58:08.731 INFO STEP 149 (remove_files) COMPLETE
57252026-08-25T00:58:09.759Z[ recovery-image] Aug 25 00:58:08.731 INFO O| Aug 25 00:58:08.731 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-25T00:58:09.768Z[ recovery-image] Aug 25 00:58:08.741 INFO O| Aug 25 00:58:08.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57272026-08-25T00:58:09.769Z[ recovery-image] Aug 25 00:58:08.741 INFO O| Aug 25 00:58:08.741 INFO STEP 150 (remove_files) COMPLETE
57282026-08-25T00:58:09.774Z[ recovery-image] Aug 25 00:58:08.741 INFO O| Aug 25 00:58:08.741 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-25T00:58:09.777Z[ recovery-image] Aug 25 00:58:08.749 INFO O| Aug 25 00:58:08.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57302026-08-25T00:58:09.777Z[ recovery-image] Aug 25 00:58:08.749 INFO O| Aug 25 00:58:08.749 INFO STEP 151 (remove_files) COMPLETE
57312026-08-25T00:58:09.780Z[ recovery-image] Aug 25 00:58:08.749 INFO O| Aug 25 00:58:08.749 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-25T00:58:09.785Z[ recovery-image] Aug 25 00:58:08.757 INFO O| Aug 25 00:58:08.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57332026-08-25T00:58:09.785Z[ recovery-image] Aug 25 00:58:08.757 INFO O| Aug 25 00:58:08.757 INFO STEP 152 (remove_files) COMPLETE
57342026-08-25T00:58:09.788Z[ recovery-image] Aug 25 00:58:08.757 INFO O| Aug 25 00:58:08.757 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-25T00:58:09.793Z[ recovery-image] Aug 25 00:58:08.765 INFO O| Aug 25 00:58:08.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57362026-08-25T00:58:09.793Z[ recovery-image] Aug 25 00:58:08.765 INFO O| Aug 25 00:58:08.765 INFO STEP 153 (remove_files) COMPLETE
57372026-08-25T00:58:09.796Z[ recovery-image] Aug 25 00:58:08.765 INFO O| Aug 25 00:58:08.765 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-25T00:58:09.802Z[ recovery-image] Aug 25 00:58:08.775 INFO O| Aug 25 00:58:08.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57392026-08-25T00:58:09.802Z[ recovery-image] Aug 25 00:58:08.775 INFO O| Aug 25 00:58:08.775 INFO STEP 154 (remove_files) COMPLETE
57402026-08-25T00:58:09.802Z[ recovery-image] Aug 25 00:58:08.775 INFO O| Aug 25 00:58:08.775 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-25T00:58:09.813Z[ recovery-image] Aug 25 00:58:08.785 INFO O| Aug 25 00:58:08.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57422026-08-25T00:58:09.813Z[ recovery-image] Aug 25 00:58:08.785 INFO O| Aug 25 00:58:08.785 INFO STEP 155 (remove_files) COMPLETE
57432026-08-25T00:58:09.813Z[ recovery-image] Aug 25 00:58:08.785 INFO O| Aug 25 00:58:08.785 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-25T00:58:09.824Z[ recovery-image] Aug 25 00:58:08.795 INFO O| Aug 25 00:58:08.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57452026-08-25T00:58:09.824Z[ recovery-image] Aug 25 00:58:08.795 INFO O| Aug 25 00:58:08.795 INFO STEP 156 (remove_files) COMPLETE
57462026-08-25T00:58:09.824Z[ recovery-image] Aug 25 00:58:08.795 INFO O| Aug 25 00:58:08.795 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-25T00:58:09.834Z[ recovery-image] Aug 25 00:58:08.806 INFO O| Aug 25 00:58:08.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57482026-08-25T00:58:09.834Z[ recovery-image] Aug 25 00:58:08.806 INFO O| Aug 25 00:58:08.806 INFO STEP 157 (remove_files) COMPLETE
57492026-08-25T00:58:09.837Z[ recovery-image] Aug 25 00:58:08.806 INFO O| Aug 25 00:58:08.806 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-25T00:58:09.845Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
57512026-08-25T00:58:09.848Z[ recovery-image] Aug 25 00:58:08.817 INFO O| Aug 25 00:58:08.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57522026-08-25T00:58:09.848Z[ recovery-image] Aug 25 00:58:08.818 INFO O| Aug 25 00:58:08.817 INFO STEP 158 (remove_files) COMPLETE
57532026-08-25T00:58:09.848Z[ recovery-image] Aug 25 00:58:08.818 INFO O| Aug 25 00:58:08.817 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-25T00:58:09.857Z[ recovery-image] Aug 25 00:58:08.829 INFO O| Aug 25 00:58:08.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57552026-08-25T00:58:09.861Z[ recovery-image] Aug 25 00:58:08.832 INFO O| Aug 25 00:58:08.832 INFO STEP 159 (remove_files) COMPLETE
57562026-08-25T00:58:09.861Z[ recovery-image] Aug 25 00:58:08.833 INFO O| Aug 25 00:58:08.833 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-25T00:58:09.892Z[ recovery-image] Aug 25 00:58:08.865 INFO O| Aug 25 00:58:08.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57582026-08-25T00:58:09.895Z[ recovery-image] Aug 25 00:58:08.865 INFO O| Aug 25 00:58:08.865 INFO STEP 160 (remove_files) COMPLETE
57592026-08-25T00:58:09.895Z[ recovery-image] Aug 25 00:58:08.865 INFO O| Aug 25 00:58:08.865 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-25T00:58:09.903Z[ recovery-image] Aug 25 00:58:08.875 INFO O| Aug 25 00:58:08.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57612026-08-25T00:58:09.903Z[ recovery-image] Aug 25 00:58:08.875 INFO O| Aug 25 00:58:08.875 INFO STEP 161 (remove_files) COMPLETE
57622026-08-25T00:58:09.906Z[ recovery-image] Aug 25 00:58:08.875 INFO O| Aug 25 00:58:08.875 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-25T00:58:09.913Z[ recovery-image] Aug 25 00:58:08.884 INFO O| Aug 25 00:58:08.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57642026-08-25T00:58:09.913Z[ recovery-image] Aug 25 00:58:08.884 INFO O| Aug 25 00:58:08.884 INFO STEP 162 (remove_files) COMPLETE
57652026-08-25T00:58:09.913Z[ recovery-image] Aug 25 00:58:08.884 INFO O| Aug 25 00:58:08.884 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-25T00:58:09.921Z[ recovery-image] Aug 25 00:58:08.894 INFO O| Aug 25 00:58:08.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57672026-08-25T00:58:09.921Z[ recovery-image] Aug 25 00:58:08.894 INFO O| Aug 25 00:58:08.894 INFO STEP 163 (remove_files) COMPLETE
57682026-08-25T00:58:09.922Z[ recovery-image] Aug 25 00:58:08.894 INFO O| Aug 25 00:58:08.894 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-25T00:58:09.934Z[ recovery-image] Aug 25 00:58:08.906 INFO O| Aug 25 00:58:08.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57702026-08-25T00:58:09.934Z[ recovery-image] Aug 25 00:58:08.906 INFO O| Aug 25 00:58:08.906 INFO STEP 164 (remove_files) COMPLETE
57712026-08-25T00:58:09.937Z[ recovery-image] Aug 25 00:58:08.906 INFO O| Aug 25 00:58:08.906 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-25T00:58:09.943Z[ recovery-image] Aug 25 00:58:08.915 INFO O| Aug 25 00:58:08.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57732026-08-25T00:58:09.943Z[ recovery-image] Aug 25 00:58:08.915 INFO O| Aug 25 00:58:08.915 INFO STEP 165 (remove_files) COMPLETE
57742026-08-25T00:58:09.943Z[ recovery-image] Aug 25 00:58:08.915 INFO O| Aug 25 00:58:08.915 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-25T00:58:09.950Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
57762026-08-25T00:58:09.956Z[ recovery-image] Aug 25 00:58:08.929 INFO O| Aug 25 00:58:08.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57772026-08-25T00:58:09.956Z[ recovery-image] Aug 25 00:58:08.929 INFO O| Aug 25 00:58:08.929 INFO STEP 166 (remove_files) COMPLETE
57782026-08-25T00:58:09.959Z[ recovery-image] Aug 25 00:58:08.929 INFO O| Aug 25 00:58:08.929 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-25T00:58:09.975Z[ recovery-image] Aug 25 00:58:08.947 INFO O| Aug 25 00:58:08.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57802026-08-25T00:58:09.975Z[ recovery-image] Aug 25 00:58:08.947 INFO O| Aug 25 00:58:08.947 INFO STEP 167 (remove_files) COMPLETE
57812026-08-25T00:58:09.975Z[ recovery-image] Aug 25 00:58:08.947 INFO O| Aug 25 00:58:08.947 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-25T00:58:09.985Z[ recovery-image] Aug 25 00:58:08.957 INFO O| Aug 25 00:58:08.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57832026-08-25T00:58:09.985Z[ recovery-image] Aug 25 00:58:08.957 INFO O| Aug 25 00:58:08.957 INFO STEP 168 (remove_files) COMPLETE
57842026-08-25T00:58:09.988Z[ recovery-image] Aug 25 00:58:08.957 INFO O| Aug 25 00:58:08.957 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-25T00:58:09.994Z[ recovery-image] Aug 25 00:58:08.967 INFO O| Aug 25 00:58:08.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57862026-08-25T00:58:09.998Z[ recovery-image] Aug 25 00:58:08.969 INFO O| Aug 25 00:58:08.969 INFO STEP 169 (remove_files) COMPLETE
57872026-08-25T00:58:09.998Z[ recovery-image] Aug 25 00:58:08.969 INFO O| Aug 25 00:58:08.969 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-25T00:58:10.007Z[ recovery-image] Aug 25 00:58:08.978 INFO O| Aug 25 00:58:08.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57892026-08-25T00:58:10.007Z[ recovery-image] Aug 25 00:58:08.978 INFO O| Aug 25 00:58:08.978 INFO STEP 170 (remove_files) COMPLETE
57902026-08-25T00:58:10.007Z[ recovery-image] Aug 25 00:58:08.978 INFO O| Aug 25 00:58:08.978 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-25T00:58:10.014Z[ recovery-image] Aug 25 00:58:08.987 INFO O| Aug 25 00:58:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57922026-08-25T00:58:10.014Z[ recovery-image] Aug 25 00:58:08.987 INFO O| Aug 25 00:58:08.987 INFO STEP 171 (remove_files) COMPLETE
57932026-08-25T00:58:10.014Z[ recovery-image] Aug 25 00:58:08.987 INFO O| Aug 25 00:58:08.987 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-25T00:58:10.023Z[ recovery-image] Aug 25 00:58:08.995 INFO O| Aug 25 00:58:08.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57952026-08-25T00:58:10.024Z[ recovery-image] Aug 25 00:58:08.995 INFO O| Aug 25 00:58:08.995 INFO STEP 172 (remove_files) COMPLETE
57962026-08-25T00:58:10.027Z[ recovery-image] Aug 25 00:58:08.995 INFO O| Aug 25 00:58:08.995 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-25T00:58:10.032Z[ recovery-image] Aug 25 00:58:09.004 INFO O| Aug 25 00:58:09.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57982026-08-25T00:58:10.032Z[ recovery-image] Aug 25 00:58:09.004 INFO O| Aug 25 00:58:09.004 INFO STEP 173 (remove_files) COMPLETE
57992026-08-25T00:58:10.035Z[ recovery-image] Aug 25 00:58:09.004 INFO O| Aug 25 00:58:09.004 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-25T00:58:10.040Z[ recovery-image] Aug 25 00:58:09.013 INFO O| Aug 25 00:58:09.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58012026-08-25T00:58:10.040Z[ recovery-image] Aug 25 00:58:09.013 INFO O| Aug 25 00:58:09.013 INFO STEP 174 (remove_files) COMPLETE
58022026-08-25T00:58:10.040Z[ recovery-image] Aug 25 00:58:09.013 INFO O| Aug 25 00:58:09.013 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-25T00:58:10.049Z[ recovery-image] Aug 25 00:58:09.022 INFO O| Aug 25 00:58:09.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58042026-08-25T00:58:10.050Z[ recovery-image] Aug 25 00:58:09.022 INFO O| Aug 25 00:58:09.022 INFO STEP 175 (remove_files) COMPLETE
58052026-08-25T00:58:10.050Z[ recovery-image] Aug 25 00:58:09.022 INFO O| Aug 25 00:58:09.022 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-25T00:58:10.058Z[ recovery-image] Aug 25 00:58:09.031 INFO O| Aug 25 00:58:09.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58072026-08-25T00:58:10.062Z[ recovery-image] Aug 25 00:58:09.035 INFO O| Aug 25 00:58:09.035 INFO STEP 176 (remove_files) COMPLETE
58082026-08-25T00:58:10.062Z[ recovery-image] Aug 25 00:58:09.035 INFO O| Aug 25 00:58:09.035 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-25T00:58:10.087Z[ recovery-image] Aug 25 00:58:09.060 INFO O| Aug 25 00:58:09.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58102026-08-25T00:58:10.087Z[ recovery-image] Aug 25 00:58:09.060 INFO O| Aug 25 00:58:09.060 INFO STEP 177 (remove_files) COMPLETE
58112026-08-25T00:58:10.090Z[ recovery-image] Aug 25 00:58:09.060 INFO O| Aug 25 00:58:09.060 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-25T00:58:10.097Z[ recovery-image] Aug 25 00:58:09.070 INFO O| Aug 25 00:58:09.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58132026-08-25T00:58:10.097Z[ recovery-image] Aug 25 00:58:09.070 INFO O| Aug 25 00:58:09.070 INFO STEP 178 (remove_files) COMPLETE
58142026-08-25T00:58:10.102Z[ recovery-image] Aug 25 00:58:09.070 INFO O| Aug 25 00:58:09.070 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-25T00:58:10.107Z[ recovery-image] Aug 25 00:58:09.079 INFO O| Aug 25 00:58:09.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58162026-08-25T00:58:10.107Z[ recovery-image] Aug 25 00:58:09.079 INFO O| Aug 25 00:58:09.079 INFO STEP 179 (remove_files) COMPLETE
58172026-08-25T00:58:10.110Z[ recovery-image] Aug 25 00:58:09.079 INFO O| Aug 25 00:58:09.079 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-25T00:58:10.116Z[ recovery-image] Aug 25 00:58:09.088 INFO O| Aug 25 00:58:09.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58192026-08-25T00:58:10.116Z[ recovery-image] Aug 25 00:58:09.088 INFO O| Aug 25 00:58:09.088 INFO STEP 180 (remove_files) COMPLETE
58202026-08-25T00:58:10.119Z[ recovery-image] Aug 25 00:58:09.088 INFO O| Aug 25 00:58:09.088 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-25T00:58:10.124Z[ recovery-image] Aug 25 00:58:09.096 INFO O| Aug 25 00:58:09.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58222026-08-25T00:58:10.124Z[ recovery-image] Aug 25 00:58:09.096 INFO O| Aug 25 00:58:09.096 INFO STEP 181 (remove_files) COMPLETE
58232026-08-25T00:58:10.127Z[ recovery-image] Aug 25 00:58:09.096 INFO O| Aug 25 00:58:09.096 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-25T00:58:10.134Z[ recovery-image] Aug 25 00:58:09.106 INFO O| Aug 25 00:58:09.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58252026-08-25T00:58:10.135Z[ recovery-image] Aug 25 00:58:09.106 INFO O| Aug 25 00:58:09.106 INFO STEP 182 (remove_files) COMPLETE
58262026-08-25T00:58:10.135Z[ recovery-image] Aug 25 00:58:09.106 INFO O| Aug 25 00:58:09.106 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-25T00:58:10.144Z[ recovery-image] Aug 25 00:58:09.116 INFO O| Aug 25 00:58:09.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58282026-08-25T00:58:10.144Z[ recovery-image] Aug 25 00:58:09.116 INFO O| Aug 25 00:58:09.116 INFO STEP 183 (remove_files) COMPLETE
58292026-08-25T00:58:10.144Z[ recovery-image] Aug 25 00:58:09.116 INFO O| Aug 25 00:58:09.116 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-25T00:58:10.154Z[ recovery-image] Aug 25 00:58:09.126 INFO O| Aug 25 00:58:09.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58312026-08-25T00:58:10.154Z[ recovery-image] Aug 25 00:58:09.126 INFO O| Aug 25 00:58:09.126 INFO STEP 184 (remove_files) COMPLETE
58322026-08-25T00:58:10.154Z[ recovery-image] Aug 25 00:58:09.126 INFO O| Aug 25 00:58:09.126 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-25T00:58:10.163Z[ recovery-image] Aug 25 00:58:09.136 INFO O| Aug 25 00:58:09.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58342026-08-25T00:58:10.163Z[ recovery-image] Aug 25 00:58:09.136 INFO O| Aug 25 00:58:09.136 INFO STEP 185 (remove_files) COMPLETE
58352026-08-25T00:58:10.163Z[ recovery-image] Aug 25 00:58:09.136 INFO O| Aug 25 00:58:09.136 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-25T00:58:10.173Z[ recovery-image] Aug 25 00:58:09.145 INFO O| Aug 25 00:58:09.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58372026-08-25T00:58:10.173Z[ recovery-image] Aug 25 00:58:09.145 INFO O| Aug 25 00:58:09.145 INFO STEP 186 (remove_files) COMPLETE
58382026-08-25T00:58:10.173Z[ recovery-image] Aug 25 00:58:09.145 INFO O| Aug 25 00:58:09.145 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-25T00:58:10.184Z[ recovery-image] Aug 25 00:58:09.156 INFO O| Aug 25 00:58:09.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58402026-08-25T00:58:10.184Z[ recovery-image] Aug 25 00:58:09.156 INFO O| Aug 25 00:58:09.156 INFO STEP 187 (remove_files) COMPLETE
58412026-08-25T00:58:10.184Z[ recovery-image] Aug 25 00:58:09.156 INFO O| Aug 25 00:58:09.156 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-25T00:58:10.194Z[ recovery-image] Aug 25 00:58:09.166 INFO O| Aug 25 00:58:09.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58432026-08-25T00:58:10.194Z[ recovery-image] Aug 25 00:58:09.166 INFO O| Aug 25 00:58:09.166 INFO STEP 188 (remove_files) COMPLETE
58442026-08-25T00:58:10.194Z[ recovery-image] Aug 25 00:58:09.166 INFO O| Aug 25 00:58:09.166 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-25T00:58:10.204Z[ recovery-image] Aug 25 00:58:09.176 INFO O| Aug 25 00:58:09.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58462026-08-25T00:58:10.204Z[ recovery-image] Aug 25 00:58:09.177 INFO O| Aug 25 00:58:09.177 INFO STEP 189 (remove_files) COMPLETE
58472026-08-25T00:58:10.207Z[ recovery-image] Aug 25 00:58:09.177 INFO O| Aug 25 00:58:09.177 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-25T00:58:10.214Z[ recovery-image] Aug 25 00:58:09.186 INFO O| Aug 25 00:58:09.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58492026-08-25T00:58:10.214Z[ recovery-image] Aug 25 00:58:09.186 INFO O| Aug 25 00:58:09.186 INFO STEP 190 (remove_files) COMPLETE
58502026-08-25T00:58:10.219Z[ recovery-image] Aug 25 00:58:09.186 INFO O| Aug 25 00:58:09.186 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-25T00:58:10.228Z[ recovery-image] Aug 25 00:58:09.197 INFO O| Aug 25 00:58:09.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58522026-08-25T00:58:10.228Z[ recovery-image] Aug 25 00:58:09.197 INFO O| Aug 25 00:58:09.197 INFO STEP 191 (remove_files) COMPLETE
58532026-08-25T00:58:10.232Z[ recovery-image] Aug 25 00:58:09.197 INFO O| Aug 25 00:58:09.197 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-25T00:58:10.235Z[ recovery-image] Aug 25 00:58:09.207 INFO O| Aug 25 00:58:09.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58552026-08-25T00:58:10.235Z[ recovery-image] Aug 25 00:58:09.207 INFO O| Aug 25 00:58:09.207 INFO STEP 192 (remove_files) COMPLETE
58562026-08-25T00:58:10.238Z[ recovery-image] Aug 25 00:58:09.207 INFO O| Aug 25 00:58:09.207 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-25T00:58:10.246Z[ recovery-image] Aug 25 00:58:09.217 INFO O| Aug 25 00:58:09.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58582026-08-25T00:58:10.249Z[ recovery-image] Aug 25 00:58:09.218 INFO O| Aug 25 00:58:09.218 INFO STEP 193 (remove_files) COMPLETE
58592026-08-25T00:58:10.249Z[ recovery-image] Aug 25 00:58:09.218 INFO O| Aug 25 00:58:09.218 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-25T00:58:10.256Z[ recovery-image] Aug 25 00:58:09.228 INFO O| Aug 25 00:58:09.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58612026-08-25T00:58:10.259Z[ recovery-image] Aug 25 00:58:09.229 INFO O| Aug 25 00:58:09.229 INFO STEP 194 (remove_files) COMPLETE
58622026-08-25T00:58:10.259Z[ recovery-image] Aug 25 00:58:09.229 INFO O| Aug 25 00:58:09.229 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-25T00:58:10.266Z[ recovery-image] Aug 25 00:58:09.239 INFO O| Aug 25 00:58:09.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58642026-08-25T00:58:10.266Z[ recovery-image] Aug 25 00:58:09.239 INFO O| Aug 25 00:58:09.239 INFO STEP 195 (remove_files) COMPLETE
58652026-08-25T00:58:10.266Z[ recovery-image] Aug 25 00:58:09.239 INFO O| Aug 25 00:58:09.239 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-25T00:58:10.277Z[ recovery-image] Aug 25 00:58:09.249 INFO O| Aug 25 00:58:09.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58672026-08-25T00:58:10.277Z[ recovery-image] Aug 25 00:58:09.249 INFO O| Aug 25 00:58:09.249 INFO STEP 196 (remove_files) COMPLETE
58682026-08-25T00:58:10.277Z[ recovery-image] Aug 25 00:58:09.249 INFO O| Aug 25 00:58:09.249 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-25T00:58:10.286Z[ recovery-image] Aug 25 00:58:09.257 INFO O| Aug 25 00:58:09.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58702026-08-25T00:58:10.286Z[ recovery-image] Aug 25 00:58:09.258 INFO O| Aug 25 00:58:09.257 INFO STEP 197 (remove_files) COMPLETE
58712026-08-25T00:58:10.286Z[ recovery-image] Aug 25 00:58:09.258 INFO O| Aug 25 00:58:09.257 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-25T00:58:10.304Z[ recovery-image] Aug 25 00:58:09.268 INFO O| Aug 25 00:58:09.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58732026-08-25T00:58:10.304Z[ recovery-image] Aug 25 00:58:09.268 INFO O| Aug 25 00:58:09.268 INFO STEP 198 (remove_files) COMPLETE
58742026-08-25T00:58:10.304Z[ recovery-image] Aug 25 00:58:09.268 INFO O| Aug 25 00:58:09.268 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-25T00:58:10.307Z[ recovery-image] Aug 25 00:58:09.277 INFO O| Aug 25 00:58:09.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58762026-08-25T00:58:10.307Z[ recovery-image] Aug 25 00:58:09.277 INFO O| Aug 25 00:58:09.277 INFO STEP 199 (remove_files) COMPLETE
58772026-08-25T00:58:10.307Z[ recovery-image] Aug 25 00:58:09.277 INFO O| Aug 25 00:58:09.277 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-25T00:58:10.315Z[ recovery-image] Aug 25 00:58:09.287 INFO O| Aug 25 00:58:09.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58792026-08-25T00:58:10.315Z[ recovery-image] Aug 25 00:58:09.287 INFO O| Aug 25 00:58:09.287 INFO STEP 200 (remove_files) COMPLETE
58802026-08-25T00:58:10.318Z[ recovery-image] Aug 25 00:58:09.287 INFO O| Aug 25 00:58:09.287 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-25T00:58:10.325Z[ recovery-image] Aug 25 00:58:09.297 INFO O| Aug 25 00:58:09.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58822026-08-25T00:58:10.325Z[ recovery-image] Aug 25 00:58:09.297 INFO O| Aug 25 00:58:09.297 INFO STEP 201 (remove_files) COMPLETE
58832026-08-25T00:58:10.325Z[ recovery-image] Aug 25 00:58:09.297 INFO O| Aug 25 00:58:09.297 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-25T00:58:10.334Z[ recovery-image] Aug 25 00:58:09.307 INFO O| Aug 25 00:58:09.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58852026-08-25T00:58:10.334Z[ recovery-image] Aug 25 00:58:09.307 INFO O| Aug 25 00:58:09.307 INFO STEP 202 (remove_files) COMPLETE
58862026-08-25T00:58:10.334Z[ recovery-image] Aug 25 00:58:09.307 INFO O| Aug 25 00:58:09.307 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-25T00:58:10.344Z[ recovery-image] Aug 25 00:58:09.317 INFO O| Aug 25 00:58:09.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58882026-08-25T00:58:10.345Z[ recovery-image] Aug 25 00:58:09.317 INFO O| Aug 25 00:58:09.317 INFO STEP 203 (remove_files) COMPLETE
58892026-08-25T00:58:10.345Z[ recovery-image] Aug 25 00:58:09.317 INFO O| Aug 25 00:58:09.317 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-25T00:58:10.355Z[ recovery-image] Aug 25 00:58:09.327 INFO O| Aug 25 00:58:09.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58912026-08-25T00:58:10.355Z[ recovery-image] Aug 25 00:58:09.327 INFO O| Aug 25 00:58:09.327 INFO STEP 204 (remove_files) COMPLETE
58922026-08-25T00:58:10.355Z[ recovery-image] Aug 25 00:58:09.327 INFO O| Aug 25 00:58:09.327 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-25T00:58:10.365Z[ recovery-image] Aug 25 00:58:09.337 INFO O| Aug 25 00:58:09.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58942026-08-25T00:58:10.365Z[ recovery-image] Aug 25 00:58:09.337 INFO O| Aug 25 00:58:09.337 INFO STEP 205 (remove_files) COMPLETE
58952026-08-25T00:58:10.365Z[ recovery-image] Aug 25 00:58:09.337 INFO O| Aug 25 00:58:09.337 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-25T00:58:10.383Z[ recovery-image] Aug 25 00:58:09.347 INFO O| Aug 25 00:58:09.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58972026-08-25T00:58:10.385Z[ recovery-image] Aug 25 00:58:09.347 INFO O| Aug 25 00:58:09.347 INFO STEP 206 (remove_files) COMPLETE
58982026-08-25T00:58:10.385Z[ recovery-image] Aug 25 00:58:09.347 INFO O| Aug 25 00:58:09.347 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-25T00:58:10.388Z[ recovery-image] Aug 25 00:58:09.356 INFO O| Aug 25 00:58:09.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59002026-08-25T00:58:10.388Z[ recovery-image] Aug 25 00:58:09.356 INFO O| Aug 25 00:58:09.356 INFO STEP 207 (remove_files) COMPLETE
59012026-08-25T00:58:10.388Z[ recovery-image] Aug 25 00:58:09.356 INFO O| Aug 25 00:58:09.356 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-25T00:58:10.392Z[ recovery-image] Aug 25 00:58:09.365 INFO O| Aug 25 00:58:09.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59032026-08-25T00:58:10.392Z[ recovery-image] Aug 25 00:58:09.365 INFO O| Aug 25 00:58:09.365 INFO STEP 208 (remove_files) COMPLETE
59042026-08-25T00:58:10.393Z[ recovery-image] Aug 25 00:58:09.365 INFO O| Aug 25 00:58:09.365 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-25T00:58:10.402Z[ recovery-image] Aug 25 00:58:09.374 INFO O| Aug 25 00:58:09.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59062026-08-25T00:58:10.402Z[ recovery-image] Aug 25 00:58:09.374 INFO O| Aug 25 00:58:09.374 INFO STEP 209 (remove_files) COMPLETE
59072026-08-25T00:58:10.406Z[ recovery-image] Aug 25 00:58:09.374 INFO O| Aug 25 00:58:09.374 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-25T00:58:10.411Z[ recovery-image] Aug 25 00:58:09.384 INFO O| Aug 25 00:58:09.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59092026-08-25T00:58:10.411Z[ recovery-image] Aug 25 00:58:09.384 INFO O| Aug 25 00:58:09.384 INFO STEP 210 (remove_files) COMPLETE
59102026-08-25T00:58:10.411Z[ recovery-image] Aug 25 00:58:09.384 INFO O| Aug 25 00:58:09.384 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-25T00:58:10.421Z[ recovery-image] Aug 25 00:58:09.393 INFO O| Aug 25 00:58:09.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59122026-08-25T00:58:10.421Z[ recovery-image] Aug 25 00:58:09.393 INFO O| Aug 25 00:58:09.393 INFO STEP 211 (remove_files) COMPLETE
59132026-08-25T00:58:10.423Z[ recovery-image] Aug 25 00:58:09.393 INFO O| Aug 25 00:58:09.393 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-25T00:58:10.431Z[ recovery-image] Aug 25 00:58:09.404 INFO O| Aug 25 00:58:09.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59152026-08-25T00:58:10.431Z[ recovery-image] Aug 25 00:58:09.404 INFO O| Aug 25 00:58:09.404 INFO STEP 212 (remove_files) COMPLETE
59162026-08-25T00:58:10.432Z[ recovery-image] Aug 25 00:58:09.404 INFO O| Aug 25 00:58:09.404 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-25T00:58:10.441Z[ recovery-image] Aug 25 00:58:09.413 INFO O| Aug 25 00:58:09.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59182026-08-25T00:58:10.441Z[ recovery-image] Aug 25 00:58:09.413 INFO O| Aug 25 00:58:09.413 INFO STEP 213 (remove_files) COMPLETE
59192026-08-25T00:58:10.441Z[ recovery-image] Aug 25 00:58:09.413 INFO O| Aug 25 00:58:09.413 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-25T00:58:10.450Z[ recovery-image] Aug 25 00:58:09.422 INFO O| Aug 25 00:58:09.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59212026-08-25T00:58:10.450Z[ recovery-image] Aug 25 00:58:09.422 INFO O| Aug 25 00:58:09.422 INFO STEP 214 (remove_files) COMPLETE
59222026-08-25T00:58:10.450Z[ recovery-image] Aug 25 00:58:09.422 INFO O| Aug 25 00:58:09.422 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-25T00:58:10.501Z[ recovery-image] Aug 25 00:58:09.431 INFO O| Aug 25 00:58:09.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59242026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.433 INFO O| Aug 25 00:58:09.433 INFO STEP 215 (remove_files) COMPLETE
59252026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.434 INFO O| Aug 25 00:58:09.433 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.443 INFO O| Aug 25 00:58:09.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59272026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.443 INFO O| Aug 25 00:58:09.443 INFO STEP 216 (remove_files) COMPLETE
59282026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.443 INFO O| Aug 25 00:58:09.443 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.453 INFO O| Aug 25 00:58:09.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59302026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.453 INFO O| Aug 25 00:58:09.453 INFO STEP 217 (remove_files) COMPLETE
59312026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.453 INFO O| Aug 25 00:58:09.453 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.463 INFO O| Aug 25 00:58:09.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59332026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.463 INFO O| Aug 25 00:58:09.463 INFO STEP 218 (remove_files) COMPLETE
59342026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.463 INFO O| Aug 25 00:58:09.463 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.474 INFO O| Aug 25 00:58:09.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59362026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.474 INFO O| Aug 25 00:58:09.474 INFO STEP 219 (remove_files) COMPLETE
59372026-08-25T00:58:10.507Z[ recovery-image] Aug 25 00:58:09.474 INFO O| Aug 25 00:58:09.474 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-25T00:58:10.512Z[ recovery-image] Aug 25 00:58:09.485 INFO O| Aug 25 00:58:09.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59392026-08-25T00:58:10.512Z[ recovery-image] Aug 25 00:58:09.485 INFO O| Aug 25 00:58:09.485 INFO STEP 220 (remove_files) COMPLETE
59402026-08-25T00:58:10.514Z[ recovery-image] Aug 25 00:58:09.485 INFO O| Aug 25 00:58:09.485 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-25T00:58:10.522Z[ recovery-image] Aug 25 00:58:09.494 INFO O| Aug 25 00:58:09.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59422026-08-25T00:58:10.522Z[ recovery-image] Aug 25 00:58:09.494 INFO O| Aug 25 00:58:09.494 INFO STEP 221 (remove_files) COMPLETE
59432026-08-25T00:58:10.522Z[ recovery-image] Aug 25 00:58:09.494 INFO O| Aug 25 00:58:09.494 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-25T00:58:10.531Z[ recovery-image] Aug 25 00:58:09.503 INFO O| Aug 25 00:58:09.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59452026-08-25T00:58:10.531Z[ recovery-image] Aug 25 00:58:09.503 INFO O| Aug 25 00:58:09.503 INFO STEP 222 (remove_files) COMPLETE
59462026-08-25T00:58:10.531Z[ recovery-image] Aug 25 00:58:09.503 INFO O| Aug 25 00:58:09.503 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-25T00:58:10.540Z[ recovery-image] Aug 25 00:58:09.512 INFO O| Aug 25 00:58:09.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59482026-08-25T00:58:10.540Z[ recovery-image] Aug 25 00:58:09.512 INFO O| Aug 25 00:58:09.512 INFO STEP 223 (remove_files) COMPLETE
59492026-08-25T00:58:10.540Z[ recovery-image] Aug 25 00:58:09.512 INFO O| Aug 25 00:58:09.512 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-25T00:58:10.549Z[ recovery-image] Aug 25 00:58:09.521 INFO O| Aug 25 00:58:09.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59512026-08-25T00:58:10.549Z[ recovery-image] Aug 25 00:58:09.521 INFO O| Aug 25 00:58:09.521 INFO STEP 224 (remove_files) COMPLETE
59522026-08-25T00:58:10.549Z[ recovery-image] Aug 25 00:58:09.521 INFO O| Aug 25 00:58:09.521 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-25T00:58:10.558Z[ recovery-image] Aug 25 00:58:09.530 INFO O| Aug 25 00:58:09.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59542026-08-25T00:58:10.558Z[ recovery-image] Aug 25 00:58:09.530 INFO O| Aug 25 00:58:09.530 INFO STEP 225 (remove_files) COMPLETE
59552026-08-25T00:58:10.559Z[ recovery-image] Aug 25 00:58:09.530 INFO O| Aug 25 00:58:09.530 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-25T00:58:10.569Z[ recovery-image] Aug 25 00:58:09.541 INFO O| Aug 25 00:58:09.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59572026-08-25T00:58:10.569Z[ recovery-image] Aug 25 00:58:09.541 INFO O| Aug 25 00:58:09.541 INFO STEP 226 (remove_files) COMPLETE
59582026-08-25T00:58:10.572Z[ recovery-image] Aug 25 00:58:09.541 INFO O| Aug 25 00:58:09.541 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-25T00:58:10.579Z[ recovery-image] Aug 25 00:58:09.550 INFO O| Aug 25 00:58:09.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59602026-08-25T00:58:10.579Z[ recovery-image] Aug 25 00:58:09.550 INFO O| Aug 25 00:58:09.550 INFO STEP 227 (remove_files) COMPLETE
59612026-08-25T00:58:10.579Z[ recovery-image] Aug 25 00:58:09.550 INFO O| Aug 25 00:58:09.550 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-25T00:58:10.587Z[ recovery-image] Aug 25 00:58:09.560 INFO O| Aug 25 00:58:09.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59632026-08-25T00:58:10.587Z[ recovery-image] Aug 25 00:58:09.560 INFO O| Aug 25 00:58:09.559 INFO STEP 228 (remove_files) COMPLETE
59642026-08-25T00:58:10.587Z[ recovery-image] Aug 25 00:58:09.560 INFO O| Aug 25 00:58:09.560 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-25T00:58:10.602Z[ recovery-image] Aug 25 00:58:09.574 INFO O| Aug 25 00:58:09.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59662026-08-25T00:58:10.602Z[ recovery-image] Aug 25 00:58:09.574 INFO O| Aug 25 00:58:09.574 INFO STEP 229 (remove_files) COMPLETE
59672026-08-25T00:58:10.602Z[ recovery-image] Aug 25 00:58:09.574 INFO O| Aug 25 00:58:09.574 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-25T00:58:10.611Z[ recovery-image] Aug 25 00:58:09.583 INFO O| Aug 25 00:58:09.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59692026-08-25T00:58:10.611Z[ recovery-image] Aug 25 00:58:09.583 INFO O| Aug 25 00:58:09.583 INFO STEP 230 (remove_files) COMPLETE
59702026-08-25T00:58:10.611Z[ recovery-image] Aug 25 00:58:09.583 INFO O| Aug 25 00:58:09.583 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-25T00:58:10.619Z[ recovery-image] Aug 25 00:58:09.591 INFO O| Aug 25 00:58:09.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59722026-08-25T00:58:10.619Z[ recovery-image] Aug 25 00:58:09.591 INFO O| Aug 25 00:58:09.591 INFO STEP 231 (remove_files) COMPLETE
59732026-08-25T00:58:10.619Z[ recovery-image] Aug 25 00:58:09.591 INFO O| Aug 25 00:58:09.591 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-25T00:58:10.627Z[ recovery-image] Aug 25 00:58:09.599 INFO O| Aug 25 00:58:09.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59752026-08-25T00:58:10.627Z[ recovery-image] Aug 25 00:58:09.599 INFO O| Aug 25 00:58:09.599 INFO STEP 232 (remove_files) COMPLETE
59762026-08-25T00:58:10.627Z[ recovery-image] Aug 25 00:58:09.599 INFO O| Aug 25 00:58:09.599 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-25T00:58:10.637Z[ recovery-image] Aug 25 00:58:09.610 INFO O| Aug 25 00:58:09.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59782026-08-25T00:58:10.637Z[ recovery-image] Aug 25 00:58:09.610 INFO O| Aug 25 00:58:09.610 INFO STEP 233 (remove_files) COMPLETE
59792026-08-25T00:58:10.638Z[ recovery-image] Aug 25 00:58:09.610 INFO O| Aug 25 00:58:09.610 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-25T00:58:10.649Z[ recovery-image] Aug 25 00:58:09.620 INFO O| Aug 25 00:58:09.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59812026-08-25T00:58:10.649Z[ recovery-image] Aug 25 00:58:09.620 INFO O| Aug 25 00:58:09.620 INFO STEP 234 (remove_files) COMPLETE
59822026-08-25T00:58:10.650Z[ recovery-image] Aug 25 00:58:09.620 INFO O| Aug 25 00:58:09.620 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-25T00:58:10.654Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
59842026-08-25T00:58:10.657Z[ recovery-image] Aug 25 00:58:09.628 INFO O| Aug 25 00:58:09.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59852026-08-25T00:58:10.657Z[ recovery-image] Aug 25 00:58:09.628 INFO O| Aug 25 00:58:09.628 INFO STEP 235 (remove_files) COMPLETE
59862026-08-25T00:58:10.657Z[ recovery-image] Aug 25 00:58:09.628 INFO O| Aug 25 00:58:09.628 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-25T00:58:10.667Z[ recovery-image] Aug 25 00:58:09.639 INFO O| Aug 25 00:58:09.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59882026-08-25T00:58:10.667Z[ recovery-image] Aug 25 00:58:09.639 INFO O| Aug 25 00:58:09.639 INFO STEP 236 (remove_files) COMPLETE
59892026-08-25T00:58:10.667Z[ recovery-image] Aug 25 00:58:09.639 INFO O| Aug 25 00:58:09.639 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-25T00:58:10.677Z[ recovery-image] Aug 25 00:58:09.648 INFO O| Aug 25 00:58:09.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59912026-08-25T00:58:10.677Z[ recovery-image] Aug 25 00:58:09.648 INFO O| Aug 25 00:58:09.648 INFO STEP 237 (remove_files) COMPLETE
59922026-08-25T00:58:10.677Z[ recovery-image] Aug 25 00:58:09.648 INFO O| Aug 25 00:58:09.648 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-25T00:58:10.686Z[ recovery-image] Aug 25 00:58:09.659 INFO O| Aug 25 00:58:09.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59942026-08-25T00:58:10.687Z[ recovery-image] Aug 25 00:58:09.659 INFO O| Aug 25 00:58:09.659 INFO STEP 238 (remove_files) COMPLETE
59952026-08-25T00:58:10.687Z[ recovery-image] Aug 25 00:58:09.659 INFO O| Aug 25 00:58:09.659 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-25T00:58:10.699Z[ recovery-image] Aug 25 00:58:09.668 INFO O| Aug 25 00:58:09.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59972026-08-25T00:58:10.699Z[ recovery-image] Aug 25 00:58:09.668 INFO O| Aug 25 00:58:09.668 INFO STEP 239 (remove_files) COMPLETE
59982026-08-25T00:58:10.699Z[ recovery-image] Aug 25 00:58:09.668 INFO O| Aug 25 00:58:09.668 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-25T00:58:10.704Z[ recovery-image] Aug 25 00:58:09.676 INFO O| Aug 25 00:58:09.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60002026-08-25T00:58:10.704Z[ recovery-image] Aug 25 00:58:09.676 INFO O| Aug 25 00:58:09.676 INFO STEP 240 (remove_files) COMPLETE
60012026-08-25T00:58:10.704Z[ recovery-image] Aug 25 00:58:09.676 INFO O| Aug 25 00:58:09.676 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-25T00:58:10.714Z[ recovery-image] Aug 25 00:58:09.685 INFO O| Aug 25 00:58:09.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60032026-08-25T00:58:10.714Z[ recovery-image] Aug 25 00:58:09.685 INFO O| Aug 25 00:58:09.685 INFO STEP 241 (remove_files) COMPLETE
60042026-08-25T00:58:10.714Z[ recovery-image] Aug 25 00:58:09.685 INFO O| Aug 25 00:58:09.685 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-25T00:58:10.724Z[ recovery-image] Aug 25 00:58:09.693 INFO O| Aug 25 00:58:09.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60062026-08-25T00:58:10.724Z[ recovery-image] Aug 25 00:58:09.693 INFO O| Aug 25 00:58:09.693 INFO STEP 242 (remove_files) COMPLETE
60072026-08-25T00:58:10.727Z[ recovery-image] Aug 25 00:58:09.693 INFO O| Aug 25 00:58:09.693 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-25T00:58:10.731Z[ recovery-image] Aug 25 00:58:09.704 INFO O| Aug 25 00:58:09.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60092026-08-25T00:58:10.731Z[ recovery-image] Aug 25 00:58:09.704 INFO O| Aug 25 00:58:09.704 INFO STEP 243 (remove_files) COMPLETE
60102026-08-25T00:58:10.735Z[ recovery-image] Aug 25 00:58:09.704 INFO O| Aug 25 00:58:09.704 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-25T00:58:10.740Z[ recovery-image] Aug 25 00:58:09.713 INFO O| Aug 25 00:58:09.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60122026-08-25T00:58:10.740Z[ recovery-image] Aug 25 00:58:09.713 INFO O| Aug 25 00:58:09.713 INFO STEP 244 (remove_files) COMPLETE
60132026-08-25T00:58:10.740Z[ recovery-image] Aug 25 00:58:09.713 INFO O| Aug 25 00:58:09.713 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-25T00:58:10.749Z[ recovery-image] Aug 25 00:58:09.722 INFO O| Aug 25 00:58:09.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60152026-08-25T00:58:10.749Z[ recovery-image] Aug 25 00:58:09.722 INFO O| Aug 25 00:58:09.722 INFO STEP 245 (remove_files) COMPLETE
60162026-08-25T00:58:10.750Z[ recovery-image] Aug 25 00:58:09.722 INFO O| Aug 25 00:58:09.722 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-25T00:58:10.758Z[ recovery-image] Aug 25 00:58:09.730 INFO O| Aug 25 00:58:09.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60182026-08-25T00:58:10.758Z[ recovery-image] Aug 25 00:58:09.730 INFO O| Aug 25 00:58:09.730 INFO STEP 246 (remove_files) COMPLETE
60192026-08-25T00:58:10.758Z[ recovery-image] Aug 25 00:58:09.730 INFO O| Aug 25 00:58:09.730 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-25T00:58:10.767Z[ recovery-image] Aug 25 00:58:09.739 INFO O| Aug 25 00:58:09.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60212026-08-25T00:58:10.767Z[ recovery-image] Aug 25 00:58:09.739 INFO O| Aug 25 00:58:09.739 INFO STEP 247 (remove_files) COMPLETE
60222026-08-25T00:58:10.767Z[ recovery-image] Aug 25 00:58:09.739 INFO O| Aug 25 00:58:09.739 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-25T00:58:10.777Z[ recovery-image] Aug 25 00:58:09.749 INFO O| Aug 25 00:58:09.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60242026-08-25T00:58:10.778Z[ recovery-image] Aug 25 00:58:09.749 INFO O| Aug 25 00:58:09.749 INFO STEP 248 (remove_files) COMPLETE
60252026-08-25T00:58:10.781Z[ recovery-image] Aug 25 00:58:09.749 INFO O| Aug 25 00:58:09.749 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-25T00:58:10.787Z[ recovery-image] Aug 25 00:58:09.759 INFO O| Aug 25 00:58:09.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60272026-08-25T00:58:10.788Z[ recovery-image] Aug 25 00:58:09.760 INFO O| Aug 25 00:58:09.759 INFO STEP 249 (remove_files) COMPLETE
60282026-08-25T00:58:10.788Z[ recovery-image] Aug 25 00:58:09.760 INFO O| Aug 25 00:58:09.759 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-25T00:58:10.797Z[ recovery-image] Aug 25 00:58:09.769 INFO O| Aug 25 00:58:09.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60302026-08-25T00:58:10.798Z[ recovery-image] Aug 25 00:58:09.769 INFO O| Aug 25 00:58:09.769 INFO STEP 250 (remove_files) COMPLETE
60312026-08-25T00:58:10.798Z[ recovery-image] Aug 25 00:58:09.769 INFO O| Aug 25 00:58:09.769 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-25T00:58:10.809Z[ recovery-image] Aug 25 00:58:09.780 INFO O| Aug 25 00:58:09.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60332026-08-25T00:58:10.809Z[ recovery-image] Aug 25 00:58:09.780 INFO O| Aug 25 00:58:09.780 INFO STEP 251 (remove_files) COMPLETE
60342026-08-25T00:58:10.810Z[ recovery-image] Aug 25 00:58:09.780 INFO O| Aug 25 00:58:09.780 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-25T00:58:10.818Z[ recovery-image] Aug 25 00:58:09.790 INFO O| Aug 25 00:58:09.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60362026-08-25T00:58:10.818Z[ recovery-image] Aug 25 00:58:09.790 INFO O| Aug 25 00:58:09.790 INFO STEP 252 (remove_files) COMPLETE
60372026-08-25T00:58:10.818Z[ recovery-image] Aug 25 00:58:09.790 INFO O| Aug 25 00:58:09.790 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-25T00:58:10.827Z[ recovery-image] Aug 25 00:58:09.799 INFO O| Aug 25 00:58:09.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60392026-08-25T00:58:10.827Z[ recovery-image] Aug 25 00:58:09.799 INFO O| Aug 25 00:58:09.799 INFO STEP 253 (remove_files) COMPLETE
60402026-08-25T00:58:10.827Z[ recovery-image] Aug 25 00:58:09.799 INFO O| Aug 25 00:58:09.799 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-25T00:58:10.836Z[ recovery-image] Aug 25 00:58:09.809 INFO O| Aug 25 00:58:09.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60422026-08-25T00:58:10.836Z[ recovery-image] Aug 25 00:58:09.809 INFO O| Aug 25 00:58:09.809 INFO STEP 254 (remove_files) COMPLETE
60432026-08-25T00:58:10.837Z[ recovery-image] Aug 25 00:58:09.809 INFO O| Aug 25 00:58:09.809 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-25T00:58:10.852Z[ recovery-image] Aug 25 00:58:09.824 INFO O| Aug 25 00:58:09.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60452026-08-25T00:58:10.852Z[ recovery-image] Aug 25 00:58:09.824 INFO O| Aug 25 00:58:09.824 INFO STEP 255 (remove_files) COMPLETE
60462026-08-25T00:58:10.852Z[ recovery-image] Aug 25 00:58:09.824 INFO O| Aug 25 00:58:09.824 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-25T00:58:10.862Z[ recovery-image] Aug 25 00:58:09.834 INFO O| Aug 25 00:58:09.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60482026-08-25T00:58:10.862Z[ recovery-image] Aug 25 00:58:09.834 INFO O| Aug 25 00:58:09.834 INFO STEP 256 (remove_files) COMPLETE
60492026-08-25T00:58:10.862Z[ recovery-image] Aug 25 00:58:09.834 INFO O| Aug 25 00:58:09.834 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-25T00:58:10.880Z[ recovery-image] Aug 25 00:58:09.852 INFO O| Aug 25 00:58:09.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60512026-08-25T00:58:10.880Z[ recovery-image] Aug 25 00:58:09.852 INFO O| Aug 25 00:58:09.852 INFO STEP 257 (remove_files) COMPLETE
60522026-08-25T00:58:10.884Z[ recovery-image] Aug 25 00:58:09.852 INFO O| Aug 25 00:58:09.852 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-25T00:58:10.893Z[ recovery-image] Aug 25 00:58:09.863 INFO O| Aug 25 00:58:09.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60542026-08-25T00:58:10.893Z[ recovery-image] Aug 25 00:58:09.863 INFO O| Aug 25 00:58:09.863 INFO STEP 258 (remove_files) COMPLETE
60552026-08-25T00:58:10.894Z[ recovery-image] Aug 25 00:58:09.863 INFO O| Aug 25 00:58:09.863 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-25T00:58:10.900Z[ recovery-image] Aug 25 00:58:09.873 INFO O| Aug 25 00:58:09.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60572026-08-25T00:58:10.900Z[ recovery-image] Aug 25 00:58:09.873 INFO O| Aug 25 00:58:09.873 INFO STEP 259 (remove_files) COMPLETE
60582026-08-25T00:58:10.900Z[ recovery-image] Aug 25 00:58:09.873 INFO O| Aug 25 00:58:09.873 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-25T00:58:10.911Z[ recovery-image] Aug 25 00:58:09.882 INFO O| Aug 25 00:58:09.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60602026-08-25T00:58:10.911Z[ recovery-image] Aug 25 00:58:09.882 INFO O| Aug 25 00:58:09.882 INFO STEP 260 (remove_files) COMPLETE
60612026-08-25T00:58:10.914Z[ recovery-image] Aug 25 00:58:09.882 INFO O| Aug 25 00:58:09.882 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-25T00:58:10.922Z[ recovery-image] Aug 25 00:58:09.892 INFO O| Aug 25 00:58:09.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60632026-08-25T00:58:10.922Z[ recovery-image] Aug 25 00:58:09.892 INFO O| Aug 25 00:58:09.892 INFO STEP 261 (remove_files) COMPLETE
60642026-08-25T00:58:10.922Z[ recovery-image] Aug 25 00:58:09.892 INFO O| Aug 25 00:58:09.892 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-25T00:58:10.936Z[ recovery-image] Aug 25 00:58:09.907 INFO O| Aug 25 00:58:09.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60662026-08-25T00:58:10.936Z[ recovery-image] Aug 25 00:58:09.907 INFO O| Aug 25 00:58:09.907 INFO STEP 262 (remove_files) COMPLETE
60672026-08-25T00:58:10.936Z[ recovery-image] Aug 25 00:58:09.907 INFO O| Aug 25 00:58:09.907 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-25T00:58:10.944Z[ recovery-image] Aug 25 00:58:09.916 INFO O| Aug 25 00:58:09.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60692026-08-25T00:58:10.944Z[ recovery-image] Aug 25 00:58:09.916 INFO O| Aug 25 00:58:09.916 INFO STEP 263 (remove_files) COMPLETE
60702026-08-25T00:58:10.944Z[ recovery-image] Aug 25 00:58:09.916 INFO O| Aug 25 00:58:09.916 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-25T00:58:10.953Z[ recovery-image] Aug 25 00:58:09.926 INFO O| Aug 25 00:58:09.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60722026-08-25T00:58:10.953Z[ recovery-image] Aug 25 00:58:09.926 INFO O| Aug 25 00:58:09.926 INFO STEP 264 (remove_files) COMPLETE
60732026-08-25T00:58:10.954Z[ recovery-image] Aug 25 00:58:09.926 INFO O| Aug 25 00:58:09.926 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-25T00:58:10.964Z[ recovery-image] Aug 25 00:58:09.936 INFO O| Aug 25 00:58:09.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60752026-08-25T00:58:10.964Z[ recovery-image] Aug 25 00:58:09.936 INFO O| Aug 25 00:58:09.936 INFO STEP 265 (remove_files) COMPLETE
60762026-08-25T00:58:10.964Z[ recovery-image] Aug 25 00:58:09.936 INFO O| Aug 25 00:58:09.936 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-25T00:58:10.972Z[ recovery-image] Aug 25 00:58:09.944 INFO O| Aug 25 00:58:09.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60782026-08-25T00:58:10.972Z[ recovery-image] Aug 25 00:58:09.944 INFO O| Aug 25 00:58:09.944 INFO STEP 266 (remove_files) COMPLETE
60792026-08-25T00:58:10.972Z[ recovery-image] Aug 25 00:58:09.944 INFO O| Aug 25 00:58:09.944 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-25T00:58:10.979Z[ recovery-image] Aug 25 00:58:09.951 INFO O| Aug 25 00:58:09.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60812026-08-25T00:58:10.979Z[ recovery-image] Aug 25 00:58:09.951 INFO O| Aug 25 00:58:09.951 INFO STEP 267 (remove_files) COMPLETE
60822026-08-25T00:58:10.982Z[ recovery-image] Aug 25 00:58:09.951 INFO O| Aug 25 00:58:09.951 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-25T00:58:10.986Z[ recovery-image] Aug 25 00:58:09.959 INFO O| Aug 25 00:58:09.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60842026-08-25T00:58:10.990Z[ recovery-image] Aug 25 00:58:09.959 INFO O| Aug 25 00:58:09.959 INFO STEP 268 (remove_files) COMPLETE
60852026-08-25T00:58:10.990Z[ recovery-image] Aug 25 00:58:09.959 INFO O| Aug 25 00:58:09.959 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-25T00:58:10.996Z[ recovery-image] Aug 25 00:58:09.968 INFO O| Aug 25 00:58:09.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60872026-08-25T00:58:10.996Z[ recovery-image] Aug 25 00:58:09.968 INFO O| Aug 25 00:58:09.968 INFO STEP 269 (remove_files) COMPLETE
60882026-08-25T00:58:10.996Z[ recovery-image] Aug 25 00:58:09.968 INFO O| Aug 25 00:58:09.968 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-25T00:58:11.004Z[ recovery-image] Aug 25 00:58:09.976 INFO O| Aug 25 00:58:09.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60902026-08-25T00:58:11.004Z[ recovery-image] Aug 25 00:58:09.976 INFO O| Aug 25 00:58:09.976 INFO STEP 270 (remove_files) COMPLETE
60912026-08-25T00:58:11.004Z[ recovery-image] Aug 25 00:58:09.976 INFO O| Aug 25 00:58:09.976 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-25T00:58:11.012Z[ recovery-image] Aug 25 00:58:09.985 INFO O| Aug 25 00:58:09.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60932026-08-25T00:58:11.012Z[ recovery-image] Aug 25 00:58:09.985 INFO O| Aug 25 00:58:09.985 INFO STEP 271 (remove_files) COMPLETE
60942026-08-25T00:58:11.013Z[ recovery-image] Aug 25 00:58:09.985 INFO O| Aug 25 00:58:09.985 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-25T00:58:11.037Z[ recovery-image] Aug 25 00:58:10.009 INFO O| Aug 25 00:58:10.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60962026-08-25T00:58:11.037Z[ recovery-image] Aug 25 00:58:10.009 INFO O| Aug 25 00:58:10.009 INFO STEP 272 (remove_files) COMPLETE
60972026-08-25T00:58:11.037Z[ recovery-image] Aug 25 00:58:10.009 INFO O| Aug 25 00:58:10.009 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-25T00:58:11.048Z[ recovery-image] Aug 25 00:58:10.020 INFO O| Aug 25 00:58:10.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60992026-08-25T00:58:11.049Z[ recovery-image] Aug 25 00:58:10.020 INFO O| Aug 25 00:58:10.020 INFO STEP 273 (remove_files) COMPLETE
61002026-08-25T00:58:11.049Z[ recovery-image] Aug 25 00:58:10.020 INFO O| Aug 25 00:58:10.020 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-25T00:58:11.063Z[ recovery-image] Aug 25 00:58:10.035 INFO O| Aug 25 00:58:10.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61022026-08-25T00:58:11.063Z[ recovery-image] Aug 25 00:58:10.035 INFO O| Aug 25 00:58:10.035 INFO STEP 274 (remove_files) COMPLETE
61032026-08-25T00:58:11.063Z[ recovery-image] Aug 25 00:58:10.035 INFO O| Aug 25 00:58:10.035 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-25T00:58:11.074Z[ recovery-image] Aug 25 00:58:10.046 INFO O| Aug 25 00:58:10.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61052026-08-25T00:58:11.074Z[ recovery-image] Aug 25 00:58:10.046 INFO O| Aug 25 00:58:10.046 INFO STEP 275 (remove_files) COMPLETE
61062026-08-25T00:58:11.074Z[ recovery-image] Aug 25 00:58:10.046 INFO O| Aug 25 00:58:10.046 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-25T00:58:11.085Z[ recovery-image] Aug 25 00:58:10.057 INFO O| Aug 25 00:58:10.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61082026-08-25T00:58:11.085Z[ recovery-image] Aug 25 00:58:10.057 INFO O| Aug 25 00:58:10.057 INFO STEP 276 (remove_files) COMPLETE
61092026-08-25T00:58:11.085Z[ recovery-image] Aug 25 00:58:10.057 INFO O| Aug 25 00:58:10.057 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-25T00:58:11.095Z[ recovery-image] Aug 25 00:58:10.067 INFO O| Aug 25 00:58:10.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61112026-08-25T00:58:11.095Z[ recovery-image] Aug 25 00:58:10.067 INFO O| Aug 25 00:58:10.067 INFO STEP 277 (remove_files) COMPLETE
61122026-08-25T00:58:11.095Z[ recovery-image] Aug 25 00:58:10.067 INFO O| Aug 25 00:58:10.067 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-25T00:58:11.105Z[ recovery-image] Aug 25 00:58:10.078 INFO O| Aug 25 00:58:10.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61142026-08-25T00:58:11.105Z[ recovery-image] Aug 25 00:58:10.078 INFO O| Aug 25 00:58:10.078 INFO STEP 278 (remove_files) COMPLETE
61152026-08-25T00:58:11.106Z[ recovery-image] Aug 25 00:58:10.078 INFO O| Aug 25 00:58:10.078 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-25T00:58:11.114Z[ recovery-image] Aug 25 00:58:10.087 INFO O| Aug 25 00:58:10.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61172026-08-25T00:58:11.114Z[ recovery-image] Aug 25 00:58:10.087 INFO O| Aug 25 00:58:10.087 INFO STEP 279 (remove_files) COMPLETE
61182026-08-25T00:58:11.118Z[ recovery-image] Aug 25 00:58:10.087 INFO O| Aug 25 00:58:10.087 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-25T00:58:11.124Z[ recovery-image] Aug 25 00:58:10.097 INFO O| Aug 25 00:58:10.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61202026-08-25T00:58:11.124Z[ recovery-image] Aug 25 00:58:10.097 INFO O| Aug 25 00:58:10.097 INFO STEP 280 (remove_files) COMPLETE
61212026-08-25T00:58:11.128Z[ recovery-image] Aug 25 00:58:10.097 INFO O| Aug 25 00:58:10.097 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-25T00:58:11.135Z[ recovery-image] Aug 25 00:58:10.108 INFO O| Aug 25 00:58:10.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61232026-08-25T00:58:11.135Z[ recovery-image] Aug 25 00:58:10.108 INFO O| Aug 25 00:58:10.108 INFO STEP 281 (remove_files) COMPLETE
61242026-08-25T00:58:11.138Z[ recovery-image] Aug 25 00:58:10.108 INFO O| Aug 25 00:58:10.108 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-25T00:58:11.146Z[ recovery-image] Aug 25 00:58:10.118 INFO O| Aug 25 00:58:10.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61262026-08-25T00:58:11.146Z[ recovery-image] Aug 25 00:58:10.118 INFO O| Aug 25 00:58:10.118 INFO STEP 282 (remove_files) COMPLETE
61272026-08-25T00:58:11.146Z[ recovery-image] Aug 25 00:58:10.118 INFO O| Aug 25 00:58:10.118 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-25T00:58:11.156Z[ recovery-image] Aug 25 00:58:10.129 INFO O| Aug 25 00:58:10.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61292026-08-25T00:58:11.156Z[ recovery-image] Aug 25 00:58:10.129 INFO O| Aug 25 00:58:10.129 INFO STEP 283 (remove_files) COMPLETE
61302026-08-25T00:58:11.156Z[ recovery-image] Aug 25 00:58:10.129 INFO O| Aug 25 00:58:10.129 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-25T00:58:11.168Z[ recovery-image] Aug 25 00:58:10.139 INFO O| Aug 25 00:58:10.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61322026-08-25T00:58:11.168Z[ recovery-image] Aug 25 00:58:10.139 INFO O| Aug 25 00:58:10.139 INFO STEP 284 (remove_files) COMPLETE
61332026-08-25T00:58:11.168Z[ recovery-image] Aug 25 00:58:10.139 INFO O| Aug 25 00:58:10.139 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-25T00:58:11.177Z[ recovery-image] Aug 25 00:58:10.149 INFO O| Aug 25 00:58:10.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61352026-08-25T00:58:11.177Z[ recovery-image] Aug 25 00:58:10.149 INFO O| Aug 25 00:58:10.149 INFO STEP 285 (remove_files) COMPLETE
61362026-08-25T00:58:11.177Z[ recovery-image] Aug 25 00:58:10.149 INFO O| Aug 25 00:58:10.149 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-25T00:58:11.189Z[ recovery-image] Aug 25 00:58:10.159 INFO O| Aug 25 00:58:10.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61382026-08-25T00:58:11.190Z[ recovery-image] Aug 25 00:58:10.159 INFO O| Aug 25 00:58:10.159 INFO STEP 286 (remove_files) COMPLETE
61392026-08-25T00:58:11.194Z[ recovery-image] Aug 25 00:58:10.159 INFO O| Aug 25 00:58:10.159 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-25T00:58:11.197Z[ recovery-image] Aug 25 00:58:10.169 INFO O| Aug 25 00:58:10.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61412026-08-25T00:58:11.198Z[ recovery-image] Aug 25 00:58:10.169 INFO O| Aug 25 00:58:10.169 INFO STEP 287 (remove_files) COMPLETE
61422026-08-25T00:58:11.198Z[ recovery-image] Aug 25 00:58:10.169 INFO O| Aug 25 00:58:10.169 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-25T00:58:11.207Z[ recovery-image] Aug 25 00:58:10.178 INFO O| Aug 25 00:58:10.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61442026-08-25T00:58:11.207Z[ recovery-image] Aug 25 00:58:10.178 INFO O| Aug 25 00:58:10.178 INFO STEP 288 (remove_files) COMPLETE
61452026-08-25T00:58:11.207Z[ recovery-image] Aug 25 00:58:10.178 INFO O| Aug 25 00:58:10.178 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-25T00:58:11.215Z[ recovery-image] Aug 25 00:58:10.187 INFO O| Aug 25 00:58:10.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61472026-08-25T00:58:11.215Z[ recovery-image] Aug 25 00:58:10.187 INFO O| Aug 25 00:58:10.187 INFO STEP 289 (remove_files) COMPLETE
61482026-08-25T00:58:11.215Z[ recovery-image] Aug 25 00:58:10.187 INFO O| Aug 25 00:58:10.187 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-25T00:58:11.227Z[ recovery-image] Aug 25 00:58:10.198 INFO O| Aug 25 00:58:10.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61502026-08-25T00:58:11.227Z[ recovery-image] Aug 25 00:58:10.198 INFO O| Aug 25 00:58:10.198 INFO STEP 290 (remove_files) COMPLETE
61512026-08-25T00:58:11.227Z[ recovery-image] Aug 25 00:58:10.198 INFO O| Aug 25 00:58:10.198 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-25T00:58:11.234Z[ recovery-image] Aug 25 00:58:10.207 INFO O| Aug 25 00:58:10.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61532026-08-25T00:58:11.234Z[ recovery-image] Aug 25 00:58:10.207 INFO O| Aug 25 00:58:10.207 INFO STEP 291 (remove_files) COMPLETE
61542026-08-25T00:58:11.237Z[ recovery-image] Aug 25 00:58:10.207 INFO O| Aug 25 00:58:10.207 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-25T00:58:11.242Z[ recovery-image] Aug 25 00:58:10.215 INFO O| Aug 25 00:58:10.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61562026-08-25T00:58:11.243Z[ recovery-image] Aug 25 00:58:10.215 INFO O| Aug 25 00:58:10.215 INFO STEP 292 (remove_files) COMPLETE
61572026-08-25T00:58:11.243Z[ recovery-image] Aug 25 00:58:10.215 INFO O| Aug 25 00:58:10.215 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-25T00:58:11.252Z[ recovery-image] Aug 25 00:58:10.225 INFO O| Aug 25 00:58:10.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61592026-08-25T00:58:11.252Z[ recovery-image] Aug 25 00:58:10.225 INFO O| Aug 25 00:58:10.225 INFO STEP 293 (remove_files) COMPLETE
61602026-08-25T00:58:11.255Z[ recovery-image] Aug 25 00:58:10.225 INFO O| Aug 25 00:58:10.225 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-25T00:58:11.261Z[ recovery-image] Aug 25 00:58:10.233 INFO O| Aug 25 00:58:10.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61622026-08-25T00:58:11.262Z[ recovery-image] Aug 25 00:58:10.233 INFO O| Aug 25 00:58:10.233 INFO STEP 294 (remove_files) COMPLETE
61632026-08-25T00:58:11.265Z[ recovery-image] Aug 25 00:58:10.233 INFO O| Aug 25 00:58:10.233 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-25T00:58:11.269Z[ recovery-image] Aug 25 00:58:10.242 INFO O| Aug 25 00:58:10.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61652026-08-25T00:58:11.269Z[ recovery-image] Aug 25 00:58:10.242 INFO O| Aug 25 00:58:10.242 INFO STEP 295 (remove_files) COMPLETE
61662026-08-25T00:58:11.269Z[ recovery-image] Aug 25 00:58:10.242 INFO O| Aug 25 00:58:10.242 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-25T00:58:11.275Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
61682026-08-25T00:58:11.278Z[ recovery-image] Aug 25 00:58:10.251 INFO O| Aug 25 00:58:10.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61692026-08-25T00:58:11.278Z[ recovery-image] Aug 25 00:58:10.251 INFO O| Aug 25 00:58:10.251 INFO STEP 296 (remove_files) COMPLETE
61702026-08-25T00:58:11.278Z[ recovery-image] Aug 25 00:58:10.251 INFO O| Aug 25 00:58:10.251 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-25T00:58:11.290Z[ recovery-image] Aug 25 00:58:10.262 INFO O| Aug 25 00:58:10.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61722026-08-25T00:58:11.290Z[ recovery-image] Aug 25 00:58:10.262 INFO O| Aug 25 00:58:10.262 INFO STEP 297 (remove_files) COMPLETE
61732026-08-25T00:58:11.290Z[ recovery-image] Aug 25 00:58:10.262 INFO O| Aug 25 00:58:10.262 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-25T00:58:11.300Z[ recovery-image] Aug 25 00:58:10.272 INFO O| Aug 25 00:58:10.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61752026-08-25T00:58:11.300Z[ recovery-image] Aug 25 00:58:10.272 INFO O| Aug 25 00:58:10.272 INFO STEP 298 (remove_files) COMPLETE
61762026-08-25T00:58:11.300Z[ recovery-image] Aug 25 00:58:10.272 INFO O| Aug 25 00:58:10.272 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-25T00:58:11.311Z[ recovery-image] Aug 25 00:58:10.283 INFO O| Aug 25 00:58:10.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61782026-08-25T00:58:11.311Z[ recovery-image] Aug 25 00:58:10.283 INFO O| Aug 25 00:58:10.283 INFO STEP 299 (remove_files) COMPLETE
61792026-08-25T00:58:11.316Z[ recovery-image] Aug 25 00:58:10.283 INFO O| Aug 25 00:58:10.283 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-25T00:58:11.321Z[ recovery-image] Aug 25 00:58:10.293 INFO O| Aug 25 00:58:10.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61812026-08-25T00:58:11.321Z[ recovery-image] Aug 25 00:58:10.293 INFO O| Aug 25 00:58:10.293 INFO STEP 300 (remove_files) COMPLETE
61822026-08-25T00:58:11.321Z[ recovery-image] Aug 25 00:58:10.293 INFO O| Aug 25 00:58:10.293 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-25T00:58:11.331Z[ recovery-image] Aug 25 00:58:10.303 INFO O| Aug 25 00:58:10.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61842026-08-25T00:58:11.331Z[ recovery-image] Aug 25 00:58:10.303 INFO O| Aug 25 00:58:10.303 INFO STEP 301 (remove_files) COMPLETE
61852026-08-25T00:58:11.331Z[ recovery-image] Aug 25 00:58:10.303 INFO O| Aug 25 00:58:10.303 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-25T00:58:11.341Z[ recovery-image] Aug 25 00:58:10.313 INFO O| Aug 25 00:58:10.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61872026-08-25T00:58:11.341Z[ recovery-image] Aug 25 00:58:10.313 INFO O| Aug 25 00:58:10.313 INFO STEP 302 (remove_files) COMPLETE
61882026-08-25T00:58:11.341Z[ recovery-image] Aug 25 00:58:10.313 INFO O| Aug 25 00:58:10.313 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-25T00:58:11.349Z[ recovery-image] Aug 25 00:58:10.321 INFO O| Aug 25 00:58:10.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61902026-08-25T00:58:11.353Z[ recovery-image] Aug 25 00:58:10.321 INFO O| Aug 25 00:58:10.321 INFO STEP 303 (remove_files) COMPLETE
61912026-08-25T00:58:11.353Z[ recovery-image] Aug 25 00:58:10.321 INFO O| Aug 25 00:58:10.321 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-25T00:58:11.359Z[ recovery-image] Aug 25 00:58:10.332 INFO O| Aug 25 00:58:10.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61932026-08-25T00:58:11.359Z[ recovery-image] Aug 25 00:58:10.332 INFO O| Aug 25 00:58:10.332 INFO STEP 304 (remove_files) COMPLETE
61942026-08-25T00:58:11.359Z[ recovery-image] Aug 25 00:58:10.332 INFO O| Aug 25 00:58:10.332 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-25T00:58:11.370Z[ recovery-image] Aug 25 00:58:10.343 INFO O| Aug 25 00:58:10.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61962026-08-25T00:58:11.370Z[ recovery-image] Aug 25 00:58:10.343 INFO O| Aug 25 00:58:10.343 INFO STEP 305 (remove_files) COMPLETE
61972026-08-25T00:58:11.370Z[ recovery-image] Aug 25 00:58:10.343 INFO O| Aug 25 00:58:10.343 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-25T00:58:11.381Z[ recovery-image] Aug 25 00:58:10.353 INFO O| Aug 25 00:58:10.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61992026-08-25T00:58:11.381Z[ recovery-image] Aug 25 00:58:10.353 INFO O| Aug 25 00:58:10.353 INFO STEP 306 (remove_files) COMPLETE
62002026-08-25T00:58:11.384Z[ recovery-image] Aug 25 00:58:10.353 INFO O| Aug 25 00:58:10.353 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-25T00:58:11.391Z[ recovery-image] Aug 25 00:58:10.363 INFO O| Aug 25 00:58:10.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62022026-08-25T00:58:11.391Z[ recovery-image] Aug 25 00:58:10.364 INFO O| Aug 25 00:58:10.363 INFO STEP 307 (remove_files) COMPLETE
62032026-08-25T00:58:11.391Z[ recovery-image] Aug 25 00:58:10.364 INFO O| Aug 25 00:58:10.364 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-25T00:58:11.400Z[ recovery-image] Aug 25 00:58:10.373 INFO O| Aug 25 00:58:10.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62052026-08-25T00:58:11.400Z[ recovery-image] Aug 25 00:58:10.373 INFO O| Aug 25 00:58:10.373 INFO STEP 308 (remove_files) COMPLETE
62062026-08-25T00:58:11.403Z[ recovery-image] Aug 25 00:58:10.373 INFO O| Aug 25 00:58:10.373 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-25T00:58:11.412Z[ recovery-image] Aug 25 00:58:10.384 INFO O| Aug 25 00:58:10.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62082026-08-25T00:58:11.412Z[ recovery-image] Aug 25 00:58:10.384 INFO O| Aug 25 00:58:10.384 INFO STEP 309 (remove_files) COMPLETE
62092026-08-25T00:58:11.412Z[ recovery-image] Aug 25 00:58:10.384 INFO O| Aug 25 00:58:10.384 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-25T00:58:11.421Z[ recovery-image] Aug 25 00:58:10.394 INFO O| Aug 25 00:58:10.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62112026-08-25T00:58:11.421Z[ recovery-image] Aug 25 00:58:10.394 INFO O| Aug 25 00:58:10.394 INFO STEP 310 (remove_files) COMPLETE
62122026-08-25T00:58:11.421Z[ recovery-image] Aug 25 00:58:10.394 INFO O| Aug 25 00:58:10.394 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-25T00:58:11.432Z[ recovery-image] Aug 25 00:58:10.404 INFO O| Aug 25 00:58:10.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62142026-08-25T00:58:11.432Z[ recovery-image] Aug 25 00:58:10.404 INFO O| Aug 25 00:58:10.404 INFO STEP 311 (remove_files) COMPLETE
62152026-08-25T00:58:11.432Z[ recovery-image] Aug 25 00:58:10.404 INFO O| Aug 25 00:58:10.404 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-25T00:58:11.443Z[ recovery-image] Aug 25 00:58:10.416 INFO O| Aug 25 00:58:10.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62172026-08-25T00:58:11.443Z[ recovery-image] Aug 25 00:58:10.416 INFO O| Aug 25 00:58:10.416 INFO STEP 312 (remove_files) COMPLETE
62182026-08-25T00:58:11.443Z[ recovery-image] Aug 25 00:58:10.416 INFO O| Aug 25 00:58:10.416 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-25T00:58:11.457Z[ recovery-image] Aug 25 00:58:10.427 INFO O| Aug 25 00:58:10.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62202026-08-25T00:58:11.457Z[ recovery-image] Aug 25 00:58:10.427 INFO O| Aug 25 00:58:10.427 INFO STEP 313 (remove_files) COMPLETE
62212026-08-25T00:58:11.458Z[ recovery-image] Aug 25 00:58:10.427 INFO O| Aug 25 00:58:10.427 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-25T00:58:11.464Z[ recovery-image] Aug 25 00:58:10.436 INFO O| Aug 25 00:58:10.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62232026-08-25T00:58:11.464Z[ recovery-image] Aug 25 00:58:10.436 INFO O| Aug 25 00:58:10.436 INFO STEP 314 (remove_files) COMPLETE
62242026-08-25T00:58:11.467Z[ recovery-image] Aug 25 00:58:10.436 INFO O| Aug 25 00:58:10.436 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-25T00:58:11.474Z[ recovery-image] Aug 25 00:58:10.447 INFO O| Aug 25 00:58:10.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62262026-08-25T00:58:11.474Z[ recovery-image] Aug 25 00:58:10.447 INFO O| Aug 25 00:58:10.447 INFO STEP 315 (remove_files) COMPLETE
62272026-08-25T00:58:11.474Z[ recovery-image] Aug 25 00:58:10.447 INFO O| Aug 25 00:58:10.447 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-25T00:58:11.484Z[ recovery-image] Aug 25 00:58:10.457 INFO O| Aug 25 00:58:10.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62292026-08-25T00:58:11.484Z[ recovery-image] Aug 25 00:58:10.457 INFO O| Aug 25 00:58:10.457 INFO STEP 316 (remove_files) COMPLETE
62302026-08-25T00:58:11.484Z[ recovery-image] Aug 25 00:58:10.457 INFO O| Aug 25 00:58:10.457 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-25T00:58:11.494Z[ recovery-image] Aug 25 00:58:10.466 INFO O| Aug 25 00:58:10.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62322026-08-25T00:58:11.494Z[ recovery-image] Aug 25 00:58:10.466 INFO O| Aug 25 00:58:10.466 INFO STEP 317 (remove_files) COMPLETE
62332026-08-25T00:58:11.494Z[ recovery-image] Aug 25 00:58:10.466 INFO O| Aug 25 00:58:10.466 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-25T00:58:11.503Z[ recovery-image] Aug 25 00:58:10.475 INFO O| Aug 25 00:58:10.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62352026-08-25T00:58:11.504Z[ recovery-image] Aug 25 00:58:10.475 INFO O| Aug 25 00:58:10.475 INFO STEP 318 (remove_files) COMPLETE
62362026-08-25T00:58:11.508Z[ recovery-image] Aug 25 00:58:10.475 INFO O| Aug 25 00:58:10.475 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-25T00:58:11.513Z[ recovery-image] Aug 25 00:58:10.483 INFO O| Aug 25 00:58:10.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62382026-08-25T00:58:11.513Z[ recovery-image] Aug 25 00:58:10.483 INFO O| Aug 25 00:58:10.483 INFO STEP 319 (remove_files) COMPLETE
62392026-08-25T00:58:11.513Z[ recovery-image] Aug 25 00:58:10.483 INFO O| Aug 25 00:58:10.483 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-25T00:58:11.518Z[ recovery-image] Aug 25 00:58:10.491 INFO O| Aug 25 00:58:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62412026-08-25T00:58:11.518Z[ recovery-image] Aug 25 00:58:10.491 INFO O| Aug 25 00:58:10.491 INFO STEP 320 (remove_files) COMPLETE
62422026-08-25T00:58:11.518Z[ recovery-image] Aug 25 00:58:10.491 INFO O| Aug 25 00:58:10.491 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-25T00:58:11.527Z[ recovery-image] Aug 25 00:58:10.499 INFO O| Aug 25 00:58:10.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62442026-08-25T00:58:11.528Z[ recovery-image] Aug 25 00:58:10.499 INFO O| Aug 25 00:58:10.499 INFO STEP 321 (remove_files) COMPLETE
62452026-08-25T00:58:11.528Z[ recovery-image] Aug 25 00:58:10.499 INFO O| Aug 25 00:58:10.499 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-25T00:58:11.535Z[ recovery-image] Aug 25 00:58:10.507 INFO O| Aug 25 00:58:10.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62472026-08-25T00:58:11.536Z[ recovery-image] Aug 25 00:58:10.507 INFO O| Aug 25 00:58:10.507 INFO STEP 322 (remove_files) COMPLETE
62482026-08-25T00:58:11.536Z[ recovery-image] Aug 25 00:58:10.507 INFO O| Aug 25 00:58:10.507 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-25T00:58:11.544Z[ recovery-image] Aug 25 00:58:10.516 INFO O| Aug 25 00:58:10.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62502026-08-25T00:58:11.544Z[ recovery-image] Aug 25 00:58:10.516 INFO O| Aug 25 00:58:10.516 INFO STEP 323 (remove_files) COMPLETE
62512026-08-25T00:58:11.544Z[ recovery-image] Aug 25 00:58:10.516 INFO O| Aug 25 00:58:10.516 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-25T00:58:11.554Z[ recovery-image] Aug 25 00:58:10.526 INFO O| Aug 25 00:58:10.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62532026-08-25T00:58:11.554Z[ recovery-image] Aug 25 00:58:10.526 INFO O| Aug 25 00:58:10.526 INFO STEP 324 (remove_files) COMPLETE
62542026-08-25T00:58:11.554Z[ recovery-image] Aug 25 00:58:10.526 INFO O| Aug 25 00:58:10.526 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-25T00:58:11.564Z[ recovery-image] Aug 25 00:58:10.536 INFO O| Aug 25 00:58:10.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62562026-08-25T00:58:11.564Z[ recovery-image] Aug 25 00:58:10.536 INFO O| Aug 25 00:58:10.536 INFO STEP 325 (remove_files) COMPLETE
62572026-08-25T00:58:11.564Z[ recovery-image] Aug 25 00:58:10.536 INFO O| Aug 25 00:58:10.536 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-25T00:58:11.575Z[ recovery-image] Aug 25 00:58:10.548 INFO O| Aug 25 00:58:10.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62592026-08-25T00:58:11.576Z[ recovery-image] Aug 25 00:58:10.548 INFO O| Aug 25 00:58:10.548 INFO STEP 326 (remove_files) COMPLETE
62602026-08-25T00:58:11.576Z[ recovery-image] Aug 25 00:58:10.548 INFO O| Aug 25 00:58:10.548 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-25T00:58:11.585Z[ recovery-image] Aug 25 00:58:10.557 INFO O| Aug 25 00:58:10.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62622026-08-25T00:58:11.585Z[ recovery-image] Aug 25 00:58:10.557 INFO O| Aug 25 00:58:10.557 INFO STEP 327 (remove_files) COMPLETE
62632026-08-25T00:58:11.585Z[ recovery-image] Aug 25 00:58:10.557 INFO O| Aug 25 00:58:10.557 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-25T00:58:11.595Z[ recovery-image] Aug 25 00:58:10.568 INFO O| Aug 25 00:58:10.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62652026-08-25T00:58:11.596Z[ recovery-image] Aug 25 00:58:10.568 INFO O| Aug 25 00:58:10.568 INFO STEP 328 (remove_files) COMPLETE
62662026-08-25T00:58:11.596Z[ recovery-image] Aug 25 00:58:10.568 INFO O| Aug 25 00:58:10.568 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-25T00:58:11.605Z[ recovery-image] Aug 25 00:58:10.577 INFO O| Aug 25 00:58:10.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62682026-08-25T00:58:11.605Z[ recovery-image] Aug 25 00:58:10.577 INFO O| Aug 25 00:58:10.577 INFO STEP 329 (remove_files) COMPLETE
62692026-08-25T00:58:11.605Z[ recovery-image] Aug 25 00:58:10.577 INFO O| Aug 25 00:58:10.577 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-25T00:58:11.614Z[ recovery-image] Aug 25 00:58:10.586 INFO O| Aug 25 00:58:10.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62712026-08-25T00:58:11.615Z[ recovery-image] Aug 25 00:58:10.586 INFO O| Aug 25 00:58:10.586 INFO STEP 330 (remove_files) COMPLETE
62722026-08-25T00:58:11.615Z[ recovery-image] Aug 25 00:58:10.586 INFO O| Aug 25 00:58:10.586 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-25T00:58:11.625Z[ recovery-image] Aug 25 00:58:10.597 INFO O| Aug 25 00:58:10.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62742026-08-25T00:58:11.625Z[ recovery-image] Aug 25 00:58:10.597 INFO O| Aug 25 00:58:10.597 INFO STEP 331 (remove_files) COMPLETE
62752026-08-25T00:58:11.629Z[ recovery-image] Aug 25 00:58:10.597 INFO O| Aug 25 00:58:10.597 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-25T00:58:11.635Z[ recovery-image] Aug 25 00:58:10.607 INFO O| Aug 25 00:58:10.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62772026-08-25T00:58:11.635Z[ recovery-image] Aug 25 00:58:10.607 INFO O| Aug 25 00:58:10.607 INFO STEP 332 (remove_files) COMPLETE
62782026-08-25T00:58:11.635Z[ recovery-image] Aug 25 00:58:10.607 INFO O| Aug 25 00:58:10.607 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-25T00:58:11.645Z[ recovery-image] Aug 25 00:58:10.617 INFO O| Aug 25 00:58:10.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62802026-08-25T00:58:11.645Z[ recovery-image] Aug 25 00:58:10.617 INFO O| Aug 25 00:58:10.617 INFO STEP 333 (remove_files) COMPLETE
62812026-08-25T00:58:11.646Z[ recovery-image] Aug 25 00:58:10.617 INFO O| Aug 25 00:58:10.617 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-25T00:58:11.654Z[ recovery-image] Aug 25 00:58:10.627 INFO O| Aug 25 00:58:10.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62832026-08-25T00:58:11.654Z[ recovery-image] Aug 25 00:58:10.627 INFO O| Aug 25 00:58:10.627 INFO STEP 334 (remove_files) COMPLETE
62842026-08-25T00:58:11.655Z[ recovery-image] Aug 25 00:58:10.627 INFO O| Aug 25 00:58:10.627 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-25T00:58:11.665Z[ recovery-image] Aug 25 00:58:10.637 INFO O| Aug 25 00:58:10.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62862026-08-25T00:58:11.665Z[ recovery-image] Aug 25 00:58:10.637 INFO O| Aug 25 00:58:10.637 INFO STEP 335 (remove_files) COMPLETE
62872026-08-25T00:58:11.668Z[ recovery-image] Aug 25 00:58:10.637 INFO O| Aug 25 00:58:10.637 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-25T00:58:11.674Z[ recovery-image] Aug 25 00:58:10.646 INFO O| Aug 25 00:58:10.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62892026-08-25T00:58:11.674Z[ recovery-image] Aug 25 00:58:10.646 INFO O| Aug 25 00:58:10.646 INFO STEP 336 (remove_files) COMPLETE
62902026-08-25T00:58:11.674Z[ recovery-image] Aug 25 00:58:10.646 INFO O| Aug 25 00:58:10.646 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-25T00:58:11.684Z[ recovery-image] Aug 25 00:58:10.655 INFO O| Aug 25 00:58:10.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62922026-08-25T00:58:11.684Z[ recovery-image] Aug 25 00:58:10.655 INFO O| Aug 25 00:58:10.655 INFO STEP 337 (remove_files) COMPLETE
62932026-08-25T00:58:11.685Z[ recovery-image] Aug 25 00:58:10.655 INFO O| Aug 25 00:58:10.655 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-25T00:58:11.692Z[ recovery-image] Aug 25 00:58:10.665 INFO O| Aug 25 00:58:10.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62952026-08-25T00:58:11.692Z[ recovery-image] Aug 25 00:58:10.665 INFO O| Aug 25 00:58:10.665 INFO STEP 338 (remove_files) COMPLETE
62962026-08-25T00:58:11.692Z[ recovery-image] Aug 25 00:58:10.665 INFO O| Aug 25 00:58:10.665 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-25T00:58:11.703Z[ recovery-image] Aug 25 00:58:10.675 INFO O| Aug 25 00:58:10.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62982026-08-25T00:58:11.703Z[ recovery-image] Aug 25 00:58:10.675 INFO O| Aug 25 00:58:10.675 INFO STEP 339 (remove_files) COMPLETE
62992026-08-25T00:58:11.703Z[ recovery-image] Aug 25 00:58:10.675 INFO O| Aug 25 00:58:10.675 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-25T00:58:11.712Z[ recovery-image] Aug 25 00:58:10.684 INFO O| Aug 25 00:58:10.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63012026-08-25T00:58:11.712Z[ recovery-image] Aug 25 00:58:10.684 INFO O| Aug 25 00:58:10.684 INFO STEP 340 (remove_files) COMPLETE
63022026-08-25T00:58:11.712Z[ recovery-image] Aug 25 00:58:10.684 INFO O| Aug 25 00:58:10.684 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-25T00:58:11.722Z[ recovery-image] Aug 25 00:58:10.694 INFO O| Aug 25 00:58:10.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63042026-08-25T00:58:11.722Z[ recovery-image] Aug 25 00:58:10.694 INFO O| Aug 25 00:58:10.694 INFO STEP 341 (remove_files) COMPLETE
63052026-08-25T00:58:11.725Z[ recovery-image] Aug 25 00:58:10.694 INFO O| Aug 25 00:58:10.694 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-25T00:58:11.731Z[ recovery-image] Aug 25 00:58:10.703 INFO O| Aug 25 00:58:10.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63072026-08-25T00:58:11.731Z[ recovery-image] Aug 25 00:58:10.703 INFO O| Aug 25 00:58:10.703 INFO STEP 342 (remove_files) COMPLETE
63082026-08-25T00:58:11.731Z[ recovery-image] Aug 25 00:58:10.703 INFO O| Aug 25 00:58:10.703 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-25T00:58:11.740Z[ recovery-image] Aug 25 00:58:10.712 INFO O| Aug 25 00:58:10.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63102026-08-25T00:58:11.740Z[ recovery-image] Aug 25 00:58:10.712 INFO O| Aug 25 00:58:10.712 INFO STEP 343 (remove_files) COMPLETE
63112026-08-25T00:58:11.740Z[ recovery-image] Aug 25 00:58:10.712 INFO O| Aug 25 00:58:10.712 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-25T00:58:11.748Z[ recovery-image] Aug 25 00:58:10.721 INFO O| Aug 25 00:58:10.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63132026-08-25T00:58:11.748Z[ recovery-image] Aug 25 00:58:10.721 INFO O| Aug 25 00:58:10.721 INFO STEP 344 (remove_files) COMPLETE
63142026-08-25T00:58:11.751Z[ recovery-image] Aug 25 00:58:10.721 INFO O| Aug 25 00:58:10.721 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-25T00:58:11.757Z[ recovery-image] Aug 25 00:58:10.728 INFO O| Aug 25 00:58:10.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63162026-08-25T00:58:11.757Z[ recovery-image] Aug 25 00:58:10.728 INFO O| Aug 25 00:58:10.728 INFO STEP 345 (remove_files) COMPLETE
63172026-08-25T00:58:11.757Z[ recovery-image] Aug 25 00:58:10.728 INFO O| Aug 25 00:58:10.728 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-25T00:58:11.765Z[ recovery-image] Aug 25 00:58:10.736 INFO O| Aug 25 00:58:10.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63192026-08-25T00:58:11.765Z[ recovery-image] Aug 25 00:58:10.736 INFO O| Aug 25 00:58:10.736 INFO STEP 346 (remove_files) COMPLETE
63202026-08-25T00:58:11.765Z[ recovery-image] Aug 25 00:58:10.736 INFO O| Aug 25 00:58:10.736 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-25T00:58:11.773Z[ recovery-image] Aug 25 00:58:10.743 INFO O| Aug 25 00:58:10.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63222026-08-25T00:58:11.773Z[ recovery-image] Aug 25 00:58:10.743 INFO O| Aug 25 00:58:10.743 INFO STEP 347 (remove_files) COMPLETE
63232026-08-25T00:58:11.776Z[ recovery-image] Aug 25 00:58:10.743 INFO O| Aug 25 00:58:10.743 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-25T00:58:11.781Z[ recovery-image] Aug 25 00:58:10.750 INFO O| Aug 25 00:58:10.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63252026-08-25T00:58:11.781Z[ recovery-image] Aug 25 00:58:10.750 INFO O| Aug 25 00:58:10.750 INFO STEP 348 (remove_files) COMPLETE
63262026-08-25T00:58:11.781Z[ recovery-image] Aug 25 00:58:10.750 INFO O| Aug 25 00:58:10.750 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-25T00:58:11.786Z[ recovery-image] Aug 25 00:58:10.759 INFO O| Aug 25 00:58:10.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63282026-08-25T00:58:11.786Z[ recovery-image] Aug 25 00:58:10.759 INFO O| Aug 25 00:58:10.759 INFO STEP 349 (remove_files) COMPLETE
63292026-08-25T00:58:11.786Z[ recovery-image] Aug 25 00:58:10.759 INFO O| Aug 25 00:58:10.759 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-25T00:58:11.797Z[ recovery-image] Aug 25 00:58:10.769 INFO O| Aug 25 00:58:10.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63312026-08-25T00:58:11.797Z[ recovery-image] Aug 25 00:58:10.769 INFO O| Aug 25 00:58:10.769 INFO STEP 350 (remove_files) COMPLETE
63322026-08-25T00:58:11.797Z[ recovery-image] Aug 25 00:58:10.769 INFO O| Aug 25 00:58:10.769 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-25T00:58:11.808Z[ recovery-image] Aug 25 00:58:10.779 INFO O| Aug 25 00:58:10.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63342026-08-25T00:58:11.808Z[ recovery-image] Aug 25 00:58:10.780 INFO O| Aug 25 00:58:10.780 INFO STEP 351 (remove_files) COMPLETE
63352026-08-25T00:58:11.812Z[ recovery-image] Aug 25 00:58:10.780 INFO O| Aug 25 00:58:10.780 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-25T00:58:11.816Z[ recovery-image] Aug 25 00:58:10.788 INFO O| Aug 25 00:58:10.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63372026-08-25T00:58:11.816Z[ recovery-image] Aug 25 00:58:10.788 INFO O| Aug 25 00:58:10.788 INFO STEP 352 (remove_files) COMPLETE
63382026-08-25T00:58:11.821Z[ recovery-image] Aug 25 00:58:10.788 INFO O| Aug 25 00:58:10.788 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-25T00:58:11.827Z[ recovery-image] Aug 25 00:58:10.799 INFO O| Aug 25 00:58:10.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63402026-08-25T00:58:11.827Z[ recovery-image] Aug 25 00:58:10.799 INFO O| Aug 25 00:58:10.799 INFO STEP 353 (remove_files) COMPLETE
63412026-08-25T00:58:11.827Z[ recovery-image] Aug 25 00:58:10.799 INFO O| Aug 25 00:58:10.799 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-25T00:58:11.838Z[ recovery-image] Aug 25 00:58:10.809 INFO O| Aug 25 00:58:10.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63432026-08-25T00:58:11.838Z[ recovery-image] Aug 25 00:58:10.809 INFO O| Aug 25 00:58:10.809 INFO STEP 354 (remove_files) COMPLETE
63442026-08-25T00:58:11.838Z[ recovery-image] Aug 25 00:58:10.809 INFO O| Aug 25 00:58:10.809 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-25T00:58:11.847Z[ recovery-image] Aug 25 00:58:10.819 INFO O| Aug 25 00:58:10.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63462026-08-25T00:58:11.847Z[ recovery-image] Aug 25 00:58:10.819 INFO O| Aug 25 00:58:10.819 INFO STEP 355 (remove_files) COMPLETE
63472026-08-25T00:58:11.847Z[ recovery-image] Aug 25 00:58:10.819 INFO O| Aug 25 00:58:10.819 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-25T00:58:11.858Z[ recovery-image] Aug 25 00:58:10.829 INFO O| Aug 25 00:58:10.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63492026-08-25T00:58:11.858Z[ recovery-image] Aug 25 00:58:10.829 INFO O| Aug 25 00:58:10.829 INFO STEP 356 (remove_files) COMPLETE
63502026-08-25T00:58:11.861Z[ recovery-image] Aug 25 00:58:10.829 INFO O| Aug 25 00:58:10.829 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-25T00:58:11.872Z[ recovery-image] Aug 25 00:58:10.840 INFO O| Aug 25 00:58:10.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63522026-08-25T00:58:11.873Z[ recovery-image] Aug 25 00:58:10.840 INFO O| Aug 25 00:58:10.840 INFO STEP 357 (remove_files) COMPLETE
63532026-08-25T00:58:11.873Z[ recovery-image] Aug 25 00:58:10.840 INFO O| Aug 25 00:58:10.840 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-25T00:58:11.877Z[ recovery-image] Aug 25 00:58:10.848 INFO O| Aug 25 00:58:10.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63552026-08-25T00:58:11.882Z[ recovery-image] Aug 25 00:58:10.850 INFO O| Aug 25 00:58:10.848 INFO STEP 358 (remove_files) COMPLETE
63562026-08-25T00:58:11.882Z[ recovery-image] Aug 25 00:58:10.850 INFO O| Aug 25 00:58:10.848 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-25T00:58:11.892Z[ recovery-image] Aug 25 00:58:10.860 INFO O| Aug 25 00:58:10.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63582026-08-25T00:58:11.892Z[ recovery-image] Aug 25 00:58:10.860 INFO O| Aug 25 00:58:10.860 INFO STEP 359 (remove_files) COMPLETE
63592026-08-25T00:58:11.892Z[ recovery-image] Aug 25 00:58:10.860 INFO O| Aug 25 00:58:10.860 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-25T00:58:11.903Z[ recovery-image] Aug 25 00:58:10.870 INFO O| Aug 25 00:58:10.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63612026-08-25T00:58:11.903Z[ recovery-image] Aug 25 00:58:10.870 INFO O| Aug 25 00:58:10.870 INFO STEP 360 (remove_files) COMPLETE
63622026-08-25T00:58:11.903Z[ recovery-image] Aug 25 00:58:10.870 INFO O| Aug 25 00:58:10.870 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-25T00:58:11.908Z[ recovery-image] Aug 25 00:58:10.880 INFO O| Aug 25 00:58:10.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63642026-08-25T00:58:11.908Z[ recovery-image] Aug 25 00:58:10.880 INFO O| Aug 25 00:58:10.880 INFO STEP 361 (remove_files) COMPLETE
63652026-08-25T00:58:11.908Z[ recovery-image] Aug 25 00:58:10.880 INFO O| Aug 25 00:58:10.880 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-25T00:58:11.960Z[ recovery-image] Aug 25 00:58:10.890 INFO O| Aug 25 00:58:10.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63672026-08-25T00:58:11.960Z[ recovery-image] Aug 25 00:58:10.890 INFO O| Aug 25 00:58:10.890 INFO STEP 362 (remove_files) COMPLETE
63682026-08-25T00:58:11.960Z[ recovery-image] Aug 25 00:58:10.890 INFO O| Aug 25 00:58:10.890 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.900 INFO O| Aug 25 00:58:10.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63702026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.900 INFO O| Aug 25 00:58:10.900 INFO STEP 363 (remove_files) COMPLETE
63712026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.900 INFO O| Aug 25 00:58:10.900 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.910 INFO O| Aug 25 00:58:10.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63732026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.910 INFO O| Aug 25 00:58:10.910 INFO STEP 364 (remove_files) COMPLETE
63742026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.910 INFO O| Aug 25 00:58:10.910 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-25T00:58:11.965Z[verify-libraries] Compiling serde_with v1.14.0
63762026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.920 INFO O| Aug 25 00:58:10.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63772026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.920 INFO O| Aug 25 00:58:10.920 INFO STEP 365 (remove_files) COMPLETE
63782026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.920 INFO O| Aug 25 00:58:10.920 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.931 INFO O| Aug 25 00:58:10.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63802026-08-25T00:58:11.965Z[ recovery-image] Aug 25 00:58:10.931 INFO O| Aug 25 00:58:10.931 INFO STEP 366 (remove_files) COMPLETE
63812026-08-25T00:58:11.966Z[ recovery-image] Aug 25 00:58:10.931 INFO O| Aug 25 00:58:10.931 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-25T00:58:11.970Z[ recovery-image] Aug 25 00:58:10.940 INFO O| Aug 25 00:58:10.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63832026-08-25T00:58:11.970Z[ recovery-image] Aug 25 00:58:10.940 INFO O| Aug 25 00:58:10.940 INFO STEP 367 (remove_files) COMPLETE
63842026-08-25T00:58:11.970Z[ recovery-image] Aug 25 00:58:10.940 INFO O| Aug 25 00:58:10.940 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-25T00:58:11.978Z[ recovery-image] Aug 25 00:58:10.950 INFO O| Aug 25 00:58:10.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63862026-08-25T00:58:11.978Z[ recovery-image] Aug 25 00:58:10.950 INFO O| Aug 25 00:58:10.950 INFO STEP 368 (remove_files) COMPLETE
63872026-08-25T00:58:11.978Z[ recovery-image] Aug 25 00:58:10.950 INFO O| Aug 25 00:58:10.950 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-25T00:58:11.987Z[ recovery-image] Aug 25 00:58:10.959 INFO O| Aug 25 00:58:10.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63892026-08-25T00:58:11.987Z[ recovery-image] Aug 25 00:58:10.959 INFO O| Aug 25 00:58:10.959 INFO STEP 369 (remove_files) COMPLETE
63902026-08-25T00:58:11.990Z[ recovery-image] Aug 25 00:58:10.959 INFO O| Aug 25 00:58:10.959 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-25T00:58:11.995Z[ recovery-image] Aug 25 00:58:10.968 INFO O| Aug 25 00:58:10.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63922026-08-25T00:58:11.995Z[ recovery-image] Aug 25 00:58:10.968 INFO O| Aug 25 00:58:10.968 INFO STEP 370 (remove_files) COMPLETE
63932026-08-25T00:58:11.999Z[ recovery-image] Aug 25 00:58:10.968 INFO O| Aug 25 00:58:10.968 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-25T00:58:12.004Z[ recovery-image] Aug 25 00:58:10.977 INFO O| Aug 25 00:58:10.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63952026-08-25T00:58:12.004Z[ recovery-image] Aug 25 00:58:10.977 INFO O| Aug 25 00:58:10.977 INFO STEP 371 (remove_files) COMPLETE
63962026-08-25T00:58:12.005Z[ recovery-image] Aug 25 00:58:10.977 INFO O| Aug 25 00:58:10.977 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-25T00:58:12.017Z[ recovery-image] Aug 25 00:58:10.988 INFO O| Aug 25 00:58:10.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63982026-08-25T00:58:12.017Z[ recovery-image] Aug 25 00:58:10.988 INFO O| Aug 25 00:58:10.988 INFO STEP 372 (remove_files) COMPLETE
63992026-08-25T00:58:12.017Z[ recovery-image] Aug 25 00:58:10.988 INFO O| Aug 25 00:58:10.988 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-25T00:58:12.026Z[ recovery-image] Aug 25 00:58:10.999 INFO O| Aug 25 00:58:10.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64012026-08-25T00:58:12.026Z[ recovery-image] Aug 25 00:58:10.999 INFO O| Aug 25 00:58:10.999 INFO STEP 373 (remove_files) COMPLETE
64022026-08-25T00:58:12.026Z[ recovery-image] Aug 25 00:58:10.999 INFO O| Aug 25 00:58:10.999 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-25T00:58:12.037Z[ recovery-image] Aug 25 00:58:11.008 INFO O| Aug 25 00:58:11.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64042026-08-25T00:58:12.037Z[ recovery-image] Aug 25 00:58:11.008 INFO O| Aug 25 00:58:11.008 INFO STEP 374 (remove_files) COMPLETE
64052026-08-25T00:58:12.037Z[ recovery-image] Aug 25 00:58:11.008 INFO O| Aug 25 00:58:11.008 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-25T00:58:12.046Z[ recovery-image] Aug 25 00:58:11.017 INFO O| Aug 25 00:58:11.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64072026-08-25T00:58:12.046Z[ recovery-image] Aug 25 00:58:11.017 INFO O| Aug 25 00:58:11.017 INFO STEP 375 (remove_files) COMPLETE
64082026-08-25T00:58:12.047Z[ recovery-image] Aug 25 00:58:11.017 INFO O| Aug 25 00:58:11.017 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-25T00:58:12.052Z[ recovery-image] Aug 25 00:58:11.025 INFO O| Aug 25 00:58:11.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64102026-08-25T00:58:12.052Z[ recovery-image] Aug 25 00:58:11.025 INFO O| Aug 25 00:58:11.025 INFO STEP 376 (remove_files) COMPLETE
64112026-08-25T00:58:12.052Z[ recovery-image] Aug 25 00:58:11.025 INFO O| Aug 25 00:58:11.025 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-25T00:58:12.060Z[ recovery-image] Aug 25 00:58:11.033 INFO O| Aug 25 00:58:11.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64132026-08-25T00:58:12.061Z[ recovery-image] Aug 25 00:58:11.033 INFO O| Aug 25 00:58:11.033 INFO STEP 377 (remove_files) COMPLETE
64142026-08-25T00:58:12.061Z[ recovery-image] Aug 25 00:58:11.033 INFO O| Aug 25 00:58:11.033 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-25T00:58:12.071Z[ recovery-image] Aug 25 00:58:11.043 INFO O| Aug 25 00:58:11.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64162026-08-25T00:58:12.072Z[ recovery-image] Aug 25 00:58:11.043 INFO O| Aug 25 00:58:11.043 INFO STEP 378 (remove_files) COMPLETE
64172026-08-25T00:58:12.075Z[ recovery-image] Aug 25 00:58:11.043 INFO O| Aug 25 00:58:11.043 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-25T00:58:12.080Z[ recovery-image] Aug 25 00:58:11.052 INFO O| Aug 25 00:58:11.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64192026-08-25T00:58:12.080Z[ recovery-image] Aug 25 00:58:11.052 INFO O| Aug 25 00:58:11.052 INFO STEP 379 (remove_files) COMPLETE
64202026-08-25T00:58:12.080Z[ recovery-image] Aug 25 00:58:11.052 INFO O| Aug 25 00:58:11.052 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-25T00:58:12.080Z[verify-libraries] Compiling russh-cryptovec v0.62.0
64222026-08-25T00:58:12.090Z[ recovery-image] Aug 25 00:58:11.062 INFO O| Aug 25 00:58:11.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64232026-08-25T00:58:12.090Z[ recovery-image] Aug 25 00:58:11.062 INFO O| Aug 25 00:58:11.062 INFO STEP 380 (remove_files) COMPLETE
64242026-08-25T00:58:12.090Z[ recovery-image] Aug 25 00:58:11.062 INFO O| Aug 25 00:58:11.062 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-25T00:58:12.099Z[ recovery-image] Aug 25 00:58:11.071 INFO O| Aug 25 00:58:11.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64262026-08-25T00:58:12.099Z[ recovery-image] Aug 25 00:58:11.071 INFO O| Aug 25 00:58:11.071 INFO STEP 381 (remove_files) COMPLETE
64272026-08-25T00:58:12.099Z[ recovery-image] Aug 25 00:58:11.071 INFO O| Aug 25 00:58:11.071 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-25T00:58:12.108Z[ recovery-image] Aug 25 00:58:11.080 INFO O| Aug 25 00:58:11.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64292026-08-25T00:58:12.108Z[ recovery-image] Aug 25 00:58:11.080 INFO O| Aug 25 00:58:11.080 INFO STEP 382 (remove_files) COMPLETE
64302026-08-25T00:58:12.111Z[ recovery-image] Aug 25 00:58:11.080 INFO O| Aug 25 00:58:11.080 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-25T00:58:12.116Z[ recovery-image] Aug 25 00:58:11.088 INFO O| Aug 25 00:58:11.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64322026-08-25T00:58:12.116Z[ recovery-image] Aug 25 00:58:11.088 INFO O| Aug 25 00:58:11.088 INFO STEP 383 (remove_files) COMPLETE
64332026-08-25T00:58:12.116Z[ recovery-image] Aug 25 00:58:11.088 INFO O| Aug 25 00:58:11.088 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-25T00:58:12.128Z[ recovery-image] Aug 25 00:58:11.099 INFO O| Aug 25 00:58:11.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64352026-08-25T00:58:12.128Z[ recovery-image] Aug 25 00:58:11.099 INFO O| Aug 25 00:58:11.099 INFO STEP 384 (remove_files) COMPLETE
64362026-08-25T00:58:12.129Z[ recovery-image] Aug 25 00:58:11.099 INFO O| Aug 25 00:58:11.099 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-25T00:58:12.136Z[ recovery-image] Aug 25 00:58:11.109 INFO O| Aug 25 00:58:11.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64382026-08-25T00:58:12.136Z[ recovery-image] Aug 25 00:58:11.109 INFO O| Aug 25 00:58:11.109 INFO STEP 385 (remove_files) COMPLETE
64392026-08-25T00:58:12.136Z[ recovery-image] Aug 25 00:58:11.109 INFO O| Aug 25 00:58:11.109 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-25T00:58:12.147Z[ recovery-image] Aug 25 00:58:11.119 INFO O| Aug 25 00:58:11.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64412026-08-25T00:58:12.147Z[ recovery-image] Aug 25 00:58:11.119 INFO O| Aug 25 00:58:11.119 INFO STEP 386 (remove_files) COMPLETE
64422026-08-25T00:58:12.147Z[ recovery-image] Aug 25 00:58:11.119 INFO O| Aug 25 00:58:11.119 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-25T00:58:12.156Z[ recovery-image] Aug 25 00:58:11.128 INFO O| Aug 25 00:58:11.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64442026-08-25T00:58:12.156Z[ recovery-image] Aug 25 00:58:11.128 INFO O| Aug 25 00:58:11.128 INFO STEP 387 (remove_files) COMPLETE
64452026-08-25T00:58:12.156Z[ recovery-image] Aug 25 00:58:11.128 INFO O| Aug 25 00:58:11.128 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-25T00:58:12.166Z[ recovery-image] Aug 25 00:58:11.138 INFO O| Aug 25 00:58:11.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64472026-08-25T00:58:12.166Z[ recovery-image] Aug 25 00:58:11.138 INFO O| Aug 25 00:58:11.138 INFO STEP 388 (remove_files) COMPLETE
64482026-08-25T00:58:12.166Z[ recovery-image] Aug 25 00:58:11.138 INFO O| Aug 25 00:58:11.138 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-25T00:58:12.175Z[ recovery-image] Aug 25 00:58:11.147 INFO O| Aug 25 00:58:11.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64502026-08-25T00:58:12.175Z[ recovery-image] Aug 25 00:58:11.147 INFO O| Aug 25 00:58:11.147 INFO STEP 389 (remove_files) COMPLETE
64512026-08-25T00:58:12.175Z[ recovery-image] Aug 25 00:58:11.147 INFO O| Aug 25 00:58:11.147 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-25T00:58:12.184Z[ recovery-image] Aug 25 00:58:11.156 INFO O| Aug 25 00:58:11.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64532026-08-25T00:58:12.184Z[ recovery-image] Aug 25 00:58:11.156 INFO O| Aug 25 00:58:11.156 INFO STEP 390 (remove_files) COMPLETE
64542026-08-25T00:58:12.184Z[ recovery-image] Aug 25 00:58:11.156 INFO O| Aug 25 00:58:11.156 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-25T00:58:12.192Z[ recovery-image] Aug 25 00:58:11.164 INFO O| Aug 25 00:58:11.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64562026-08-25T00:58:12.192Z[ recovery-image] Aug 25 00:58:11.164 INFO O| Aug 25 00:58:11.164 INFO STEP 391 (remove_files) COMPLETE
64572026-08-25T00:58:12.192Z[ recovery-image] Aug 25 00:58:11.164 INFO O| Aug 25 00:58:11.164 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-25T00:58:12.200Z[ recovery-image] Aug 25 00:58:11.172 INFO O| Aug 25 00:58:11.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64592026-08-25T00:58:12.200Z[ recovery-image] Aug 25 00:58:11.172 INFO O| Aug 25 00:58:11.172 INFO STEP 392 (remove_files) COMPLETE
64602026-08-25T00:58:12.203Z[ recovery-image] Aug 25 00:58:11.172 INFO O| Aug 25 00:58:11.172 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-25T00:58:12.209Z[ recovery-image] Aug 25 00:58:11.181 INFO O| Aug 25 00:58:11.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64622026-08-25T00:58:12.209Z[ recovery-image] Aug 25 00:58:11.181 INFO O| Aug 25 00:58:11.181 INFO STEP 393 (remove_files) COMPLETE
64632026-08-25T00:58:12.212Z[ recovery-image] Aug 25 00:58:11.181 INFO O| Aug 25 00:58:11.181 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-25T00:58:12.219Z[ recovery-image] Aug 25 00:58:11.192 INFO O| Aug 25 00:58:11.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64652026-08-25T00:58:12.219Z[ recovery-image] Aug 25 00:58:11.192 INFO O| Aug 25 00:58:11.192 INFO STEP 394 (remove_files) COMPLETE
64662026-08-25T00:58:12.222Z[ recovery-image] Aug 25 00:58:11.192 INFO O| Aug 25 00:58:11.192 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-25T00:58:12.229Z[ recovery-image] Aug 25 00:58:11.201 INFO O| Aug 25 00:58:11.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64682026-08-25T00:58:12.229Z[ recovery-image] Aug 25 00:58:11.201 INFO O| Aug 25 00:58:11.201 INFO STEP 395 (remove_files) COMPLETE
64692026-08-25T00:58:12.232Z[ recovery-image] Aug 25 00:58:11.201 INFO O| Aug 25 00:58:11.201 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-25T00:58:12.239Z[ recovery-image] Aug 25 00:58:11.211 INFO O| Aug 25 00:58:11.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64712026-08-25T00:58:12.239Z[ recovery-image] Aug 25 00:58:11.211 INFO O| Aug 25 00:58:11.211 INFO STEP 396 (remove_files) COMPLETE
64722026-08-25T00:58:12.239Z[ recovery-image] Aug 25 00:58:11.211 INFO O| Aug 25 00:58:11.211 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-25T00:58:12.248Z[ recovery-image] Aug 25 00:58:11.220 INFO O| Aug 25 00:58:11.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64742026-08-25T00:58:12.248Z[ recovery-image] Aug 25 00:58:11.220 INFO O| Aug 25 00:58:11.220 INFO STEP 397 (remove_files) COMPLETE
64752026-08-25T00:58:12.248Z[ recovery-image] Aug 25 00:58:11.220 INFO O| Aug 25 00:58:11.220 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-25T00:58:12.257Z[ recovery-image] Aug 25 00:58:11.230 INFO O| Aug 25 00:58:11.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64772026-08-25T00:58:12.257Z[ recovery-image] Aug 25 00:58:11.230 INFO O| Aug 25 00:58:11.230 INFO STEP 398 (remove_files) COMPLETE
64782026-08-25T00:58:12.260Z[ recovery-image] Aug 25 00:58:11.230 INFO O| Aug 25 00:58:11.230 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-25T00:58:12.267Z[ recovery-image] Aug 25 00:58:11.240 INFO O| Aug 25 00:58:11.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64802026-08-25T00:58:12.267Z[ recovery-image] Aug 25 00:58:11.240 INFO O| Aug 25 00:58:11.240 INFO STEP 399 (remove_files) COMPLETE
64812026-08-25T00:58:12.268Z[ recovery-image] Aug 25 00:58:11.240 INFO O| Aug 25 00:58:11.240 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-25T00:58:12.277Z[ recovery-image] Aug 25 00:58:11.249 INFO O| Aug 25 00:58:11.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64832026-08-25T00:58:12.277Z[ recovery-image] Aug 25 00:58:11.249 INFO O| Aug 25 00:58:11.249 INFO STEP 400 (remove_files) COMPLETE
64842026-08-25T00:58:12.282Z[ recovery-image] Aug 25 00:58:11.249 INFO O| Aug 25 00:58:11.249 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-25T00:58:12.287Z[ recovery-image] Aug 25 00:58:11.260 INFO O| Aug 25 00:58:11.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64862026-08-25T00:58:12.287Z[ recovery-image] Aug 25 00:58:11.260 INFO O| Aug 25 00:58:11.260 INFO STEP 401 (remove_files) COMPLETE
64872026-08-25T00:58:12.291Z[ recovery-image] Aug 25 00:58:11.260 INFO O| Aug 25 00:58:11.260 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-25T00:58:12.297Z[ recovery-image] Aug 25 00:58:11.269 INFO O| Aug 25 00:58:11.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64892026-08-25T00:58:12.297Z[ recovery-image] Aug 25 00:58:11.269 INFO O| Aug 25 00:58:11.269 INFO STEP 402 (remove_files) COMPLETE
64902026-08-25T00:58:12.300Z[ recovery-image] Aug 25 00:58:11.269 INFO O| Aug 25 00:58:11.269 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-25T00:58:12.306Z[ recovery-image] Aug 25 00:58:11.278 INFO O| Aug 25 00:58:11.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64922026-08-25T00:58:12.306Z[ recovery-image] Aug 25 00:58:11.279 INFO O| Aug 25 00:58:11.278 INFO STEP 403 (remove_files) COMPLETE
64932026-08-25T00:58:12.306Z[ recovery-image] Aug 25 00:58:11.279 INFO O| Aug 25 00:58:11.278 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-25T00:58:12.320Z[ recovery-image] Aug 25 00:58:11.287 INFO O| Aug 25 00:58:11.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64952026-08-25T00:58:12.320Z[ recovery-image] Aug 25 00:58:11.287 INFO O| Aug 25 00:58:11.287 INFO STEP 404 (remove_files) COMPLETE
64962026-08-25T00:58:12.320Z[ recovery-image] Aug 25 00:58:11.287 INFO O| Aug 25 00:58:11.287 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-25T00:58:12.325Z[ recovery-image] Aug 25 00:58:11.296 INFO O| Aug 25 00:58:11.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64982026-08-25T00:58:12.325Z[ recovery-image] Aug 25 00:58:11.296 INFO O| Aug 25 00:58:11.296 INFO STEP 405 (remove_files) COMPLETE
64992026-08-25T00:58:12.325Z[ recovery-image] Aug 25 00:58:11.296 INFO O| Aug 25 00:58:11.296 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-25T00:58:12.333Z[ recovery-image] Aug 25 00:58:11.305 INFO O| Aug 25 00:58:11.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65012026-08-25T00:58:12.333Z[ recovery-image] Aug 25 00:58:11.305 INFO O| Aug 25 00:58:11.305 INFO STEP 406 (remove_files) COMPLETE
65022026-08-25T00:58:12.336Z[ recovery-image] Aug 25 00:58:11.305 INFO O| Aug 25 00:58:11.305 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-25T00:58:12.341Z[ recovery-image] Aug 25 00:58:11.313 INFO O| Aug 25 00:58:11.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65042026-08-25T00:58:12.341Z[ recovery-image] Aug 25 00:58:11.313 INFO O| Aug 25 00:58:11.313 INFO STEP 407 (remove_files) COMPLETE
65052026-08-25T00:58:12.344Z[ recovery-image] Aug 25 00:58:11.313 INFO O| Aug 25 00:58:11.313 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-25T00:58:12.365Z[ recovery-image] Aug 25 00:58:11.338 INFO O| Aug 25 00:58:11.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65072026-08-25T00:58:12.365Z[ recovery-image] Aug 25 00:58:11.338 INFO O| Aug 25 00:58:11.338 INFO STEP 408 (remove_files) COMPLETE
65082026-08-25T00:58:12.368Z[ recovery-image] Aug 25 00:58:11.338 INFO O| Aug 25 00:58:11.338 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-25T00:58:12.376Z[ recovery-image] Aug 25 00:58:11.347 INFO O| Aug 25 00:58:11.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65102026-08-25T00:58:12.376Z[ recovery-image] Aug 25 00:58:11.347 INFO O| Aug 25 00:58:11.347 INFO STEP 409 (remove_files) COMPLETE
65112026-08-25T00:58:12.376Z[ recovery-image] Aug 25 00:58:11.347 INFO O| Aug 25 00:58:11.347 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-25T00:58:12.385Z[ recovery-image] Aug 25 00:58:11.356 INFO O| Aug 25 00:58:11.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65132026-08-25T00:58:12.385Z[ recovery-image] Aug 25 00:58:11.356 INFO O| Aug 25 00:58:11.356 INFO STEP 410 (remove_files) COMPLETE
65142026-08-25T00:58:12.385Z[ recovery-image] Aug 25 00:58:11.356 INFO O| Aug 25 00:58:11.356 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-25T00:58:12.394Z[ recovery-image] Aug 25 00:58:11.366 INFO O| Aug 25 00:58:11.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65162026-08-25T00:58:12.394Z[ recovery-image] Aug 25 00:58:11.366 INFO O| Aug 25 00:58:11.366 INFO STEP 411 (remove_files) COMPLETE
65172026-08-25T00:58:12.394Z[ recovery-image] Aug 25 00:58:11.366 INFO O| Aug 25 00:58:11.366 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-25T00:58:12.402Z[ recovery-image] Aug 25 00:58:11.375 INFO O| Aug 25 00:58:11.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65192026-08-25T00:58:12.409Z[ recovery-image] Aug 25 00:58:11.382 INFO O| Aug 25 00:58:11.375 INFO STEP 412 (remove_files) COMPLETE
65202026-08-25T00:58:12.409Z[ recovery-image] Aug 25 00:58:11.382 INFO O| Aug 25 00:58:11.382 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-25T00:58:12.419Z[ recovery-image] Aug 25 00:58:11.392 INFO O| Aug 25 00:58:11.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65222026-08-25T00:58:12.419Z[ recovery-image] Aug 25 00:58:11.392 INFO O| Aug 25 00:58:11.392 INFO STEP 413 (remove_files) COMPLETE
65232026-08-25T00:58:12.419Z[ recovery-image] Aug 25 00:58:11.392 INFO O| Aug 25 00:58:11.392 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-25T00:58:12.427Z[ recovery-image] Aug 25 00:58:11.400 INFO O| Aug 25 00:58:11.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65252026-08-25T00:58:12.427Z[ recovery-image] Aug 25 00:58:11.400 INFO O| Aug 25 00:58:11.400 INFO STEP 414 (remove_files) COMPLETE
65262026-08-25T00:58:12.427Z[ recovery-image] Aug 25 00:58:11.400 INFO O| Aug 25 00:58:11.400 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-25T00:58:12.444Z[ recovery-image] Aug 25 00:58:11.412 INFO O| Aug 25 00:58:11.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65282026-08-25T00:58:12.444Z[ recovery-image] Aug 25 00:58:11.412 INFO O| Aug 25 00:58:11.412 INFO STEP 415 (remove_files) COMPLETE
65292026-08-25T00:58:12.444Z[ recovery-image] Aug 25 00:58:11.412 INFO O| Aug 25 00:58:11.412 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-25T00:58:12.453Z[ recovery-image] Aug 25 00:58:11.425 INFO O| Aug 25 00:58:11.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65312026-08-25T00:58:12.453Z[ recovery-image] Aug 25 00:58:11.425 INFO O| Aug 25 00:58:11.425 INFO STEP 416 (remove_files) COMPLETE
65322026-08-25T00:58:12.456Z[ recovery-image] Aug 25 00:58:11.425 INFO O| Aug 25 00:58:11.425 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-25T00:58:12.465Z[ recovery-image] Aug 25 00:58:11.437 INFO O| Aug 25 00:58:11.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65342026-08-25T00:58:12.465Z[ recovery-image] Aug 25 00:58:11.437 INFO O| Aug 25 00:58:11.437 INFO STEP 417 (remove_files) COMPLETE
65352026-08-25T00:58:12.465Z[ recovery-image] Aug 25 00:58:11.437 INFO O| Aug 25 00:58:11.437 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-25T00:58:12.476Z[ recovery-image] Aug 25 00:58:11.448 INFO O| Aug 25 00:58:11.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65372026-08-25T00:58:12.476Z[ recovery-image] Aug 25 00:58:11.449 INFO O| Aug 25 00:58:11.448 INFO STEP 418 (remove_files) COMPLETE
65382026-08-25T00:58:12.481Z[ recovery-image] Aug 25 00:58:11.449 INFO O| Aug 25 00:58:11.448 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-25T00:58:12.488Z[ recovery-image] Aug 25 00:58:11.460 INFO O| Aug 25 00:58:11.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65402026-08-25T00:58:12.488Z[ recovery-image] Aug 25 00:58:11.460 INFO O| Aug 25 00:58:11.460 INFO STEP 419 (remove_files) COMPLETE
65412026-08-25T00:58:12.488Z[ recovery-image] Aug 25 00:58:11.460 INFO O| Aug 25 00:58:11.460 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-25T00:58:12.498Z[ recovery-image] Aug 25 00:58:11.471 INFO O| Aug 25 00:58:11.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65432026-08-25T00:58:12.498Z[ recovery-image] Aug 25 00:58:11.471 INFO O| Aug 25 00:58:11.471 INFO STEP 420 (remove_files) COMPLETE
65442026-08-25T00:58:12.498Z[ recovery-image] Aug 25 00:58:11.471 INFO O| Aug 25 00:58:11.471 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-25T00:58:12.503Z[verify-libraries] Compiling tui-tree-widget v0.23.1
65462026-08-25T00:58:12.510Z[ recovery-image] Aug 25 00:58:11.482 INFO O| Aug 25 00:58:11.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65472026-08-25T00:58:12.510Z[ recovery-image] Aug 25 00:58:11.482 INFO O| Aug 25 00:58:11.482 INFO STEP 421 (remove_files) COMPLETE
65482026-08-25T00:58:12.513Z[ recovery-image] Aug 25 00:58:11.482 INFO O| Aug 25 00:58:11.482 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-25T00:58:12.522Z[ recovery-image] Aug 25 00:58:11.494 INFO O| Aug 25 00:58:11.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65502026-08-25T00:58:12.522Z[ recovery-image] Aug 25 00:58:11.494 INFO O| Aug 25 00:58:11.494 INFO STEP 422 (remove_files) COMPLETE
65512026-08-25T00:58:12.522Z[ recovery-image] Aug 25 00:58:11.494 INFO O| Aug 25 00:58:11.494 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-25T00:58:12.534Z[ recovery-image] Aug 25 00:58:11.506 INFO O| Aug 25 00:58:11.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65532026-08-25T00:58:12.534Z[ recovery-image] Aug 25 00:58:11.506 INFO O| Aug 25 00:58:11.506 INFO STEP 423 (remove_files) COMPLETE
65542026-08-25T00:58:12.534Z[ recovery-image] Aug 25 00:58:11.506 INFO O| Aug 25 00:58:11.506 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-25T00:58:12.546Z[ recovery-image] Aug 25 00:58:11.516 INFO O| Aug 25 00:58:11.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65562026-08-25T00:58:12.546Z[ recovery-image] Aug 25 00:58:11.516 INFO O| Aug 25 00:58:11.516 INFO STEP 424 (remove_files) COMPLETE
65572026-08-25T00:58:12.546Z[ recovery-image] Aug 25 00:58:11.516 INFO O| Aug 25 00:58:11.516 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-25T00:58:12.552Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
65592026-08-25T00:58:12.556Z[ recovery-image] Aug 25 00:58:11.529 INFO O| Aug 25 00:58:11.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65602026-08-25T00:58:12.556Z[ recovery-image] Aug 25 00:58:11.529 INFO O| Aug 25 00:58:11.529 INFO STEP 425 (remove_files) COMPLETE
65612026-08-25T00:58:12.559Z[ recovery-image] Aug 25 00:58:11.529 INFO O| Aug 25 00:58:11.529 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-25T00:58:12.566Z[ recovery-image] Aug 25 00:58:11.539 INFO O| Aug 25 00:58:11.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65632026-08-25T00:58:12.566Z[ recovery-image] Aug 25 00:58:11.539 INFO O| Aug 25 00:58:11.539 INFO STEP 426 (remove_files) COMPLETE
65642026-08-25T00:58:12.570Z[ recovery-image] Aug 25 00:58:11.539 INFO O| Aug 25 00:58:11.539 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-25T00:58:12.576Z[ recovery-image] Aug 25 00:58:11.548 INFO O| Aug 25 00:58:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65662026-08-25T00:58:12.576Z[ recovery-image] Aug 25 00:58:11.548 INFO O| Aug 25 00:58:11.548 INFO STEP 427 (remove_files) COMPLETE
65672026-08-25T00:58:12.582Z[ recovery-image] Aug 25 00:58:11.548 INFO O| Aug 25 00:58:11.548 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-25T00:58:12.593Z[ recovery-image] Aug 25 00:58:11.557 INFO O| Aug 25 00:58:11.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65692026-08-25T00:58:12.593Z[ recovery-image] Aug 25 00:58:11.557 INFO O| Aug 25 00:58:11.557 INFO STEP 428 (remove_files) COMPLETE
65702026-08-25T00:58:12.593Z[ recovery-image] Aug 25 00:58:11.557 INFO O| Aug 25 00:58:11.557 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-25T00:58:12.596Z[ recovery-image] Aug 25 00:58:11.565 INFO O| Aug 25 00:58:11.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65722026-08-25T00:58:12.597Z[ recovery-image] Aug 25 00:58:11.565 INFO O| Aug 25 00:58:11.565 INFO STEP 429 (remove_files) COMPLETE
65732026-08-25T00:58:12.597Z[ recovery-image] Aug 25 00:58:11.565 INFO O| Aug 25 00:58:11.565 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-25T00:58:12.604Z[ recovery-image] Aug 25 00:58:11.576 INFO O| Aug 25 00:58:11.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65752026-08-25T00:58:12.604Z[ recovery-image] Aug 25 00:58:11.576 INFO O| Aug 25 00:58:11.576 INFO STEP 430 (remove_files) COMPLETE
65762026-08-25T00:58:12.607Z[ recovery-image] Aug 25 00:58:11.576 INFO O| Aug 25 00:58:11.576 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-25T00:58:12.614Z[ recovery-image] Aug 25 00:58:11.586 INFO O| Aug 25 00:58:11.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65782026-08-25T00:58:12.615Z[ recovery-image] Aug 25 00:58:11.586 INFO O| Aug 25 00:58:11.586 INFO STEP 431 (remove_files) COMPLETE
65792026-08-25T00:58:12.615Z[ recovery-image] Aug 25 00:58:11.586 INFO O| Aug 25 00:58:11.586 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-25T00:58:12.624Z[ recovery-image] Aug 25 00:58:11.596 INFO O| Aug 25 00:58:11.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65812026-08-25T00:58:12.624Z[ recovery-image] Aug 25 00:58:11.596 INFO O| Aug 25 00:58:11.596 INFO STEP 432 (remove_files) COMPLETE
65822026-08-25T00:58:12.627Z[ recovery-image] Aug 25 00:58:11.596 INFO O| Aug 25 00:58:11.596 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-25T00:58:12.635Z[ recovery-image] Aug 25 00:58:11.607 INFO O| Aug 25 00:58:11.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65842026-08-25T00:58:12.636Z[ recovery-image] Aug 25 00:58:11.607 INFO O| Aug 25 00:58:11.607 INFO STEP 433 (remove_files) COMPLETE
65852026-08-25T00:58:12.636Z[ recovery-image] Aug 25 00:58:11.607 INFO O| Aug 25 00:58:11.607 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-25T00:58:12.646Z[ recovery-image] Aug 25 00:58:11.619 INFO O| Aug 25 00:58:11.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65872026-08-25T00:58:12.646Z[ recovery-image] Aug 25 00:58:11.619 INFO O| Aug 25 00:58:11.619 INFO STEP 434 (remove_files) COMPLETE
65882026-08-25T00:58:12.647Z[ recovery-image] Aug 25 00:58:11.619 INFO O| Aug 25 00:58:11.619 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-25T00:58:12.657Z[ recovery-image] Aug 25 00:58:11.630 INFO O| Aug 25 00:58:11.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65902026-08-25T00:58:12.657Z[ recovery-image] Aug 25 00:58:11.630 INFO O| Aug 25 00:58:11.630 INFO STEP 435 (remove_files) COMPLETE
65912026-08-25T00:58:12.658Z[ recovery-image] Aug 25 00:58:11.630 INFO O| Aug 25 00:58:11.630 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-25T00:58:12.670Z[ recovery-image] Aug 25 00:58:11.642 INFO O| Aug 25 00:58:11.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65932026-08-25T00:58:12.670Z[ recovery-image] Aug 25 00:58:11.642 INFO O| Aug 25 00:58:11.642 INFO STEP 436 (remove_files) COMPLETE
65942026-08-25T00:58:12.675Z[ recovery-image] Aug 25 00:58:11.642 INFO O| Aug 25 00:58:11.642 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-25T00:58:12.682Z[ recovery-image] Aug 25 00:58:11.652 INFO O| Aug 25 00:58:11.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65962026-08-25T00:58:12.682Z[ recovery-image] Aug 25 00:58:11.652 INFO O| Aug 25 00:58:11.652 INFO STEP 437 (remove_files) COMPLETE
65972026-08-25T00:58:12.685Z[ recovery-image] Aug 25 00:58:11.652 INFO O| Aug 25 00:58:11.652 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-25T00:58:12.690Z[ recovery-image] Aug 25 00:58:11.662 INFO O| Aug 25 00:58:11.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65992026-08-25T00:58:12.690Z[ recovery-image] Aug 25 00:58:11.662 INFO O| Aug 25 00:58:11.662 INFO STEP 438 (remove_files) COMPLETE
66002026-08-25T00:58:12.696Z[ recovery-image] Aug 25 00:58:11.662 INFO O| Aug 25 00:58:11.662 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-25T00:58:12.704Z[ recovery-image] Aug 25 00:58:11.676 INFO O| Aug 25 00:58:11.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66022026-08-25T00:58:12.704Z[ recovery-image] Aug 25 00:58:11.676 INFO O| Aug 25 00:58:11.676 INFO STEP 439 (remove_files) COMPLETE
66032026-08-25T00:58:12.707Z[ recovery-image] Aug 25 00:58:11.676 INFO O| Aug 25 00:58:11.676 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-25T00:58:12.717Z[ recovery-image] Aug 25 00:58:11.688 INFO O| Aug 25 00:58:11.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66052026-08-25T00:58:12.717Z[ recovery-image] Aug 25 00:58:11.688 INFO O| Aug 25 00:58:11.688 INFO STEP 440 (remove_files) COMPLETE
66062026-08-25T00:58:12.717Z[ recovery-image] Aug 25 00:58:11.688 INFO O| Aug 25 00:58:11.688 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-25T00:58:12.727Z[ recovery-image] Aug 25 00:58:11.698 INFO O| Aug 25 00:58:11.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66082026-08-25T00:58:12.727Z[ recovery-image] Aug 25 00:58:11.698 INFO O| Aug 25 00:58:11.698 INFO STEP 441 (remove_files) COMPLETE
66092026-08-25T00:58:12.730Z[ recovery-image] Aug 25 00:58:11.698 INFO O| Aug 25 00:58:11.698 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-25T00:58:12.734Z[ recovery-image] Aug 25 00:58:11.706 INFO O| Aug 25 00:58:11.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66112026-08-25T00:58:12.734Z[ recovery-image] Aug 25 00:58:11.706 INFO O| Aug 25 00:58:11.706 INFO STEP 442 (remove_files) COMPLETE
66122026-08-25T00:58:12.734Z[ recovery-image] Aug 25 00:58:11.706 INFO O| Aug 25 00:58:11.706 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-25T00:58:12.753Z[ recovery-image] Aug 25 00:58:11.725 INFO O| Aug 25 00:58:11.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66142026-08-25T00:58:12.753Z[ recovery-image] Aug 25 00:58:11.725 INFO O| Aug 25 00:58:11.725 INFO STEP 443 (remove_files) COMPLETE
66152026-08-25T00:58:12.756Z[ recovery-image] Aug 25 00:58:11.725 INFO O| Aug 25 00:58:11.725 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-25T00:58:12.768Z[ recovery-image] Aug 25 00:58:11.735 INFO O| Aug 25 00:58:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66172026-08-25T00:58:12.768Z[ recovery-image] Aug 25 00:58:11.735 INFO O| Aug 25 00:58:11.735 INFO STEP 444 (remove_files) COMPLETE
66182026-08-25T00:58:12.768Z[ recovery-image] Aug 25 00:58:11.735 INFO O| Aug 25 00:58:11.735 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-25T00:58:12.772Z[ recovery-image] Aug 25 00:58:11.745 INFO O| Aug 25 00:58:11.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66202026-08-25T00:58:12.772Z[ recovery-image] Aug 25 00:58:11.745 INFO O| Aug 25 00:58:11.745 INFO STEP 445 (remove_files) COMPLETE
66212026-08-25T00:58:12.776Z[ recovery-image] Aug 25 00:58:11.745 INFO O| Aug 25 00:58:11.745 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-25T00:58:12.783Z[ recovery-image] Aug 25 00:58:11.755 INFO O| Aug 25 00:58:11.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66232026-08-25T00:58:12.784Z[ recovery-image] Aug 25 00:58:11.755 INFO O| Aug 25 00:58:11.755 INFO STEP 446 (remove_files) COMPLETE
66242026-08-25T00:58:12.784Z[ recovery-image] Aug 25 00:58:11.755 INFO O| Aug 25 00:58:11.755 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-25T00:58:12.792Z[ recovery-image] Aug 25 00:58:11.765 INFO O| Aug 25 00:58:11.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66262026-08-25T00:58:12.792Z[ recovery-image] Aug 25 00:58:11.765 INFO O| Aug 25 00:58:11.765 INFO STEP 447 (remove_files) COMPLETE
66272026-08-25T00:58:12.792Z[ recovery-image] Aug 25 00:58:11.765 INFO O| Aug 25 00:58:11.765 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-25T00:58:12.802Z[ recovery-image] Aug 25 00:58:11.775 INFO O| Aug 25 00:58:11.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66292026-08-25T00:58:12.802Z[ recovery-image] Aug 25 00:58:11.775 INFO O| Aug 25 00:58:11.775 INFO STEP 448 (remove_files) COMPLETE
66302026-08-25T00:58:12.802Z[ recovery-image] Aug 25 00:58:11.775 INFO O| Aug 25 00:58:11.775 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-25T00:58:12.812Z[ recovery-image] Aug 25 00:58:11.784 INFO O| Aug 25 00:58:11.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66322026-08-25T00:58:12.812Z[ recovery-image] Aug 25 00:58:11.784 INFO O| Aug 25 00:58:11.784 INFO STEP 449 (remove_files) COMPLETE
66332026-08-25T00:58:12.812Z[ recovery-image] Aug 25 00:58:11.784 INFO O| Aug 25 00:58:11.784 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-25T00:58:12.816Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
66352026-08-25T00:58:12.821Z[ recovery-image] Aug 25 00:58:11.793 INFO O| Aug 25 00:58:11.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66362026-08-25T00:58:12.821Z[ recovery-image] Aug 25 00:58:11.793 INFO O| Aug 25 00:58:11.793 INFO STEP 450 (remove_files) COMPLETE
66372026-08-25T00:58:12.821Z[ recovery-image] Aug 25 00:58:11.793 INFO O| Aug 25 00:58:11.793 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-25T00:58:12.831Z[ recovery-image] Aug 25 00:58:11.803 INFO O| Aug 25 00:58:11.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66392026-08-25T00:58:12.831Z[ recovery-image] Aug 25 00:58:11.803 INFO O| Aug 25 00:58:11.803 INFO STEP 451 (remove_files) COMPLETE
66402026-08-25T00:58:12.831Z[ recovery-image] Aug 25 00:58:11.803 INFO O| Aug 25 00:58:11.803 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-25T00:58:12.840Z[ recovery-image] Aug 25 00:58:11.812 INFO O| Aug 25 00:58:11.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66422026-08-25T00:58:12.840Z[ recovery-image] Aug 25 00:58:11.812 INFO O| Aug 25 00:58:11.812 INFO STEP 452 (remove_files) COMPLETE
66432026-08-25T00:58:12.840Z[ recovery-image] Aug 25 00:58:11.812 INFO O| Aug 25 00:58:11.812 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-25T00:58:12.851Z[ recovery-image] Aug 25 00:58:11.823 INFO O| Aug 25 00:58:11.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66452026-08-25T00:58:12.851Z[ recovery-image] Aug 25 00:58:11.823 INFO O| Aug 25 00:58:11.823 INFO STEP 453 (remove_files) COMPLETE
66462026-08-25T00:58:12.854Z[ recovery-image] Aug 25 00:58:11.823 INFO O| Aug 25 00:58:11.823 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-25T00:58:12.861Z[ recovery-image] Aug 25 00:58:11.833 INFO O| Aug 25 00:58:11.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66482026-08-25T00:58:12.864Z[ recovery-image] Aug 25 00:58:11.834 INFO O| Aug 25 00:58:11.834 INFO STEP 454 (remove_files) COMPLETE
66492026-08-25T00:58:12.864Z[ recovery-image] Aug 25 00:58:11.834 INFO O| Aug 25 00:58:11.834 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-25T00:58:12.873Z[ recovery-image] Aug 25 00:58:11.845 INFO O| Aug 25 00:58:11.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66512026-08-25T00:58:12.873Z[ recovery-image] Aug 25 00:58:11.845 INFO O| Aug 25 00:58:11.845 INFO STEP 455 (remove_files) COMPLETE
66522026-08-25T00:58:12.873Z[ recovery-image] Aug 25 00:58:11.845 INFO O| Aug 25 00:58:11.845 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-25T00:58:12.881Z[ recovery-image] Aug 25 00:58:11.854 INFO O| Aug 25 00:58:11.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66542026-08-25T00:58:12.881Z[ recovery-image] Aug 25 00:58:11.854 INFO O| Aug 25 00:58:11.854 INFO STEP 456 (remove_files) COMPLETE
66552026-08-25T00:58:12.881Z[ recovery-image] Aug 25 00:58:11.854 INFO O| Aug 25 00:58:11.854 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-25T00:58:12.890Z[ recovery-image] Aug 25 00:58:11.862 INFO O| Aug 25 00:58:11.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66572026-08-25T00:58:12.891Z[ recovery-image] Aug 25 00:58:11.862 INFO O| Aug 25 00:58:11.862 INFO STEP 457 (remove_files) COMPLETE
66582026-08-25T00:58:12.891Z[ recovery-image] Aug 25 00:58:11.862 INFO O| Aug 25 00:58:11.862 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-25T00:58:12.899Z[ recovery-image] Aug 25 00:58:11.871 INFO O| Aug 25 00:58:11.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66602026-08-25T00:58:12.899Z[ recovery-image] Aug 25 00:58:11.871 INFO O| Aug 25 00:58:11.871 INFO STEP 458 (remove_files) COMPLETE
66612026-08-25T00:58:12.899Z[ recovery-image] Aug 25 00:58:11.871 INFO O| Aug 25 00:58:11.871 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-25T00:58:12.909Z[ recovery-image] Aug 25 00:58:11.882 INFO O| Aug 25 00:58:11.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66632026-08-25T00:58:12.909Z[ recovery-image] Aug 25 00:58:11.882 INFO O| Aug 25 00:58:11.882 INFO STEP 459 (remove_files) COMPLETE
66642026-08-25T00:58:12.910Z[ recovery-image] Aug 25 00:58:11.882 INFO O| Aug 25 00:58:11.882 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-25T00:58:12.920Z[ recovery-image] Aug 25 00:58:11.892 INFO O| Aug 25 00:58:11.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66662026-08-25T00:58:12.920Z[ recovery-image] Aug 25 00:58:11.892 INFO O| Aug 25 00:58:11.892 INFO STEP 460 (remove_files) COMPLETE
66672026-08-25T00:58:12.920Z[ recovery-image] Aug 25 00:58:11.892 INFO O| Aug 25 00:58:11.892 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-25T00:58:12.929Z[ recovery-image] Aug 25 00:58:11.902 INFO O| Aug 25 00:58:11.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66692026-08-25T00:58:12.929Z[ recovery-image] Aug 25 00:58:11.902 INFO O| Aug 25 00:58:11.902 INFO STEP 461 (remove_files) COMPLETE
66702026-08-25T00:58:12.930Z[ recovery-image] Aug 25 00:58:11.902 INFO O| Aug 25 00:58:11.902 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-25T00:58:12.938Z[ recovery-image] Aug 25 00:58:11.911 INFO O| Aug 25 00:58:11.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66722026-08-25T00:58:12.939Z[ recovery-image] Aug 25 00:58:11.911 INFO O| Aug 25 00:58:11.911 INFO STEP 462 (remove_files) COMPLETE
66732026-08-25T00:58:12.939Z[ recovery-image] Aug 25 00:58:11.911 INFO O| Aug 25 00:58:11.911 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-25T00:58:12.944Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66752026-08-25T00:58:12.948Z[ recovery-image] Aug 25 00:58:11.920 INFO O| Aug 25 00:58:11.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66762026-08-25T00:58:12.948Z[ recovery-image] Aug 25 00:58:11.920 INFO O| Aug 25 00:58:11.920 INFO STEP 463 (remove_files) COMPLETE
66772026-08-25T00:58:12.948Z[ recovery-image] Aug 25 00:58:11.920 INFO O| Aug 25 00:58:11.920 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-25T00:58:12.957Z[ recovery-image] Aug 25 00:58:11.929 INFO O| Aug 25 00:58:11.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66792026-08-25T00:58:12.957Z[ recovery-image] Aug 25 00:58:11.930 INFO O| Aug 25 00:58:11.929 INFO STEP 464 (remove_files) COMPLETE
66802026-08-25T00:58:12.960Z[ recovery-image] Aug 25 00:58:11.930 INFO O| Aug 25 00:58:11.930 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-25T00:58:12.966Z[ recovery-image] Aug 25 00:58:11.938 INFO O| Aug 25 00:58:11.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66822026-08-25T00:58:12.966Z[ recovery-image] Aug 25 00:58:11.938 INFO O| Aug 25 00:58:11.938 INFO STEP 465 (remove_files) COMPLETE
66832026-08-25T00:58:12.969Z[ recovery-image] Aug 25 00:58:11.938 INFO O| Aug 25 00:58:11.938 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-25T00:58:12.975Z[ recovery-image] Aug 25 00:58:11.947 INFO O| Aug 25 00:58:11.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66852026-08-25T00:58:12.975Z[ recovery-image] Aug 25 00:58:11.947 INFO O| Aug 25 00:58:11.947 INFO STEP 466 (remove_files) COMPLETE
66862026-08-25T00:58:12.975Z[ recovery-image] Aug 25 00:58:11.947 INFO O| Aug 25 00:58:11.947 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-25T00:58:12.985Z[ recovery-image] Aug 25 00:58:11.957 INFO O| Aug 25 00:58:11.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66882026-08-25T00:58:12.985Z[ recovery-image] Aug 25 00:58:11.957 INFO O| Aug 25 00:58:11.957 INFO STEP 467 (remove_files) COMPLETE
66892026-08-25T00:58:12.988Z[ recovery-image] Aug 25 00:58:11.957 INFO O| Aug 25 00:58:11.957 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-25T00:58:12.994Z[ recovery-image] Aug 25 00:58:11.966 INFO O| Aug 25 00:58:11.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66912026-08-25T00:58:12.994Z[ recovery-image] Aug 25 00:58:11.966 INFO O| Aug 25 00:58:11.966 INFO STEP 468 (remove_files) COMPLETE
66922026-08-25T00:58:12.994Z[ recovery-image] Aug 25 00:58:11.966 INFO O| Aug 25 00:58:11.966 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-25T00:58:13.004Z[ recovery-image] Aug 25 00:58:11.976 INFO O| Aug 25 00:58:11.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66942026-08-25T00:58:13.004Z[ recovery-image] Aug 25 00:58:11.976 INFO O| Aug 25 00:58:11.976 INFO STEP 469 (remove_files) COMPLETE
66952026-08-25T00:58:13.004Z[ recovery-image] Aug 25 00:58:11.976 INFO O| Aug 25 00:58:11.976 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-25T00:58:13.015Z[ recovery-image] Aug 25 00:58:11.987 INFO O| Aug 25 00:58:11.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66972026-08-25T00:58:13.015Z[ recovery-image] Aug 25 00:58:11.987 INFO O| Aug 25 00:58:11.987 INFO STEP 470 (remove_files) COMPLETE
66982026-08-25T00:58:13.018Z[ recovery-image] Aug 25 00:58:11.987 INFO O| Aug 25 00:58:11.987 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-25T00:58:13.036Z[ recovery-image] Aug 25 00:58:12.008 INFO O| Aug 25 00:58:12.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67002026-08-25T00:58:13.036Z[ recovery-image] Aug 25 00:58:12.009 INFO O| Aug 25 00:58:12.009 INFO STEP 471 (remove_files) COMPLETE
67012026-08-25T00:58:13.036Z[ recovery-image] Aug 25 00:58:12.009 INFO O| Aug 25 00:58:12.009 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-25T00:58:13.048Z[ recovery-image] Aug 25 00:58:12.019 INFO O| Aug 25 00:58:12.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67032026-08-25T00:58:13.048Z[ recovery-image] Aug 25 00:58:12.019 INFO O| Aug 25 00:58:12.019 INFO STEP 472 (remove_files) COMPLETE
67042026-08-25T00:58:13.049Z[ recovery-image] Aug 25 00:58:12.019 INFO O| Aug 25 00:58:12.019 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-25T00:58:13.056Z[ recovery-image] Aug 25 00:58:12.029 INFO O| Aug 25 00:58:12.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67062026-08-25T00:58:13.056Z[ recovery-image] Aug 25 00:58:12.029 INFO O| Aug 25 00:58:12.029 INFO STEP 473 (remove_files) COMPLETE
67072026-08-25T00:58:13.056Z[ recovery-image] Aug 25 00:58:12.029 INFO O| Aug 25 00:58:12.029 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-25T00:58:13.067Z[ recovery-image] Aug 25 00:58:12.038 INFO O| Aug 25 00:58:12.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67092026-08-25T00:58:13.067Z[ recovery-image] Aug 25 00:58:12.038 INFO O| Aug 25 00:58:12.038 INFO STEP 474 (remove_files) COMPLETE
67102026-08-25T00:58:13.067Z[ recovery-image] Aug 25 00:58:12.038 INFO O| Aug 25 00:58:12.038 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-25T00:58:13.074Z[ recovery-image] Aug 25 00:58:12.047 INFO O| Aug 25 00:58:12.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67122026-08-25T00:58:13.074Z[ recovery-image] Aug 25 00:58:12.047 INFO O| Aug 25 00:58:12.047 INFO STEP 475 (remove_files) COMPLETE
67132026-08-25T00:58:13.078Z[ recovery-image] Aug 25 00:58:12.047 INFO O| Aug 25 00:58:12.047 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-25T00:58:13.083Z[ recovery-image] Aug 25 00:58:12.056 INFO O| Aug 25 00:58:12.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67152026-08-25T00:58:13.083Z[ recovery-image] Aug 25 00:58:12.056 INFO O| Aug 25 00:58:12.056 INFO STEP 476 (remove_files) COMPLETE
67162026-08-25T00:58:13.083Z[ recovery-image] Aug 25 00:58:12.056 INFO O| Aug 25 00:58:12.056 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-25T00:58:13.093Z[ recovery-image] Aug 25 00:58:12.065 INFO O| Aug 25 00:58:12.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67182026-08-25T00:58:13.093Z[ recovery-image] Aug 25 00:58:12.065 INFO O| Aug 25 00:58:12.065 INFO STEP 477 (remove_files) COMPLETE
67192026-08-25T00:58:13.093Z[ recovery-image] Aug 25 00:58:12.065 INFO O| Aug 25 00:58:12.065 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-25T00:58:13.103Z[ recovery-image] Aug 25 00:58:12.075 INFO O| Aug 25 00:58:12.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67212026-08-25T00:58:13.103Z[ recovery-image] Aug 25 00:58:12.075 INFO O| Aug 25 00:58:12.075 INFO STEP 478 (remove_files) COMPLETE
67222026-08-25T00:58:13.103Z[ recovery-image] Aug 25 00:58:12.075 INFO O| Aug 25 00:58:12.075 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-25T00:58:13.112Z[ recovery-image] Aug 25 00:58:12.084 INFO O| Aug 25 00:58:12.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67242026-08-25T00:58:13.112Z[ recovery-image] Aug 25 00:58:12.084 INFO O| Aug 25 00:58:12.084 INFO STEP 479 (remove_files) COMPLETE
67252026-08-25T00:58:13.116Z[ recovery-image] Aug 25 00:58:12.084 INFO O| Aug 25 00:58:12.084 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-25T00:58:13.120Z[ recovery-image] Aug 25 00:58:12.093 INFO O| Aug 25 00:58:12.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67272026-08-25T00:58:13.120Z[ recovery-image] Aug 25 00:58:12.093 INFO O| Aug 25 00:58:12.093 INFO STEP 480 (remove_files) COMPLETE
67282026-08-25T00:58:13.120Z[ recovery-image] Aug 25 00:58:12.093 INFO O| Aug 25 00:58:12.093 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-25T00:58:13.129Z[ recovery-image] Aug 25 00:58:12.101 INFO O| Aug 25 00:58:12.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67302026-08-25T00:58:13.129Z[ recovery-image] Aug 25 00:58:12.101 INFO O| Aug 25 00:58:12.101 INFO STEP 481 (remove_files) COMPLETE
67312026-08-25T00:58:13.132Z[ recovery-image] Aug 25 00:58:12.101 INFO O| Aug 25 00:58:12.101 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-25T00:58:13.143Z[ recovery-image] Aug 25 00:58:12.111 INFO O| Aug 25 00:58:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67332026-08-25T00:58:13.143Z[ recovery-image] Aug 25 00:58:12.111 INFO O| Aug 25 00:58:12.111 INFO STEP 482 (remove_files) COMPLETE
67342026-08-25T00:58:13.143Z[ recovery-image] Aug 25 00:58:12.111 INFO O| Aug 25 00:58:12.111 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-25T00:58:13.149Z[ recovery-image] Aug 25 00:58:12.120 INFO O| Aug 25 00:58:12.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67362026-08-25T00:58:13.152Z[ recovery-image] Aug 25 00:58:12.120 INFO O| Aug 25 00:58:12.120 INFO STEP 483 (remove_files) COMPLETE
67372026-08-25T00:58:13.152Z[ recovery-image] Aug 25 00:58:12.120 INFO O| Aug 25 00:58:12.120 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-25T00:58:13.157Z[ recovery-image] Aug 25 00:58:12.129 INFO O| Aug 25 00:58:12.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67392026-08-25T00:58:13.157Z[ recovery-image] Aug 25 00:58:12.129 INFO O| Aug 25 00:58:12.129 INFO STEP 484 (remove_files) COMPLETE
67402026-08-25T00:58:13.157Z[ recovery-image] Aug 25 00:58:12.129 INFO O| Aug 25 00:58:12.129 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-25T00:58:13.170Z[ recovery-image] Aug 25 00:58:12.139 INFO O| Aug 25 00:58:12.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67422026-08-25T00:58:13.170Z[ recovery-image] Aug 25 00:58:12.139 INFO O| Aug 25 00:58:12.139 INFO STEP 485 (remove_files) COMPLETE
67432026-08-25T00:58:13.170Z[ recovery-image] Aug 25 00:58:12.139 INFO O| Aug 25 00:58:12.139 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-25T00:58:13.178Z[ recovery-image] Aug 25 00:58:12.150 INFO O| Aug 25 00:58:12.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67452026-08-25T00:58:13.178Z[ recovery-image] Aug 25 00:58:12.150 INFO O| Aug 25 00:58:12.150 INFO STEP 486 (remove_files) COMPLETE
67462026-08-25T00:58:13.178Z[ recovery-image] Aug 25 00:58:12.150 INFO O| Aug 25 00:58:12.150 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-25T00:58:13.186Z[ recovery-image] Aug 25 00:58:12.159 INFO O| Aug 25 00:58:12.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67482026-08-25T00:58:13.186Z[ recovery-image] Aug 25 00:58:12.159 INFO O| Aug 25 00:58:12.159 INFO STEP 487 (remove_files) COMPLETE
67492026-08-25T00:58:13.186Z[ recovery-image] Aug 25 00:58:12.159 INFO O| Aug 25 00:58:12.159 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-25T00:58:13.191Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
67512026-08-25T00:58:13.198Z[ recovery-image] Aug 25 00:58:12.170 INFO O| Aug 25 00:58:12.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67522026-08-25T00:58:13.198Z[ recovery-image] Aug 25 00:58:12.170 INFO O| Aug 25 00:58:12.170 INFO STEP 488 (remove_files) COMPLETE
67532026-08-25T00:58:13.202Z[ recovery-image] Aug 25 00:58:12.170 INFO O| Aug 25 00:58:12.170 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-25T00:58:13.209Z[ recovery-image] Aug 25 00:58:12.180 INFO O| Aug 25 00:58:12.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67552026-08-25T00:58:13.209Z[ recovery-image] Aug 25 00:58:12.180 INFO O| Aug 25 00:58:12.180 INFO STEP 489 (remove_files) COMPLETE
67562026-08-25T00:58:13.212Z[ recovery-image] Aug 25 00:58:12.180 INFO O| Aug 25 00:58:12.180 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-25T00:58:13.219Z[ recovery-image] Aug 25 00:58:12.190 INFO O| Aug 25 00:58:12.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67582026-08-25T00:58:13.219Z[ recovery-image] Aug 25 00:58:12.190 INFO O| Aug 25 00:58:12.190 INFO STEP 490 (remove_files) COMPLETE
67592026-08-25T00:58:13.222Z[ recovery-image] Aug 25 00:58:12.190 INFO O| Aug 25 00:58:12.190 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-25T00:58:13.228Z[ recovery-image] Aug 25 00:58:12.200 INFO O| Aug 25 00:58:12.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67612026-08-25T00:58:13.228Z[ recovery-image] Aug 25 00:58:12.200 INFO O| Aug 25 00:58:12.200 INFO STEP 491 (remove_files) COMPLETE
67622026-08-25T00:58:13.232Z[ recovery-image] Aug 25 00:58:12.200 INFO O| Aug 25 00:58:12.200 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-25T00:58:13.238Z[ recovery-image] Aug 25 00:58:12.211 INFO O| Aug 25 00:58:12.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67642026-08-25T00:58:13.238Z[ recovery-image] Aug 25 00:58:12.211 INFO O| Aug 25 00:58:12.211 INFO STEP 492 (remove_files) COMPLETE
67652026-08-25T00:58:13.239Z[ recovery-image] Aug 25 00:58:12.211 INFO O| Aug 25 00:58:12.211 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-25T00:58:13.249Z[ recovery-image] Aug 25 00:58:12.221 INFO O| Aug 25 00:58:12.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67672026-08-25T00:58:13.250Z[ recovery-image] Aug 25 00:58:12.221 INFO O| Aug 25 00:58:12.221 INFO STEP 493 (remove_files) COMPLETE
67682026-08-25T00:58:13.250Z[ recovery-image] Aug 25 00:58:12.221 INFO O| Aug 25 00:58:12.221 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-25T00:58:13.258Z[ recovery-image] Aug 25 00:58:12.230 INFO O| Aug 25 00:58:12.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67702026-08-25T00:58:13.261Z[ recovery-image] Aug 25 00:58:12.231 INFO O| Aug 25 00:58:12.231 INFO STEP 494 (remove_files) COMPLETE
67712026-08-25T00:58:13.261Z[ recovery-image] Aug 25 00:58:12.231 INFO O| Aug 25 00:58:12.231 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-25T00:58:13.270Z[ recovery-image] Aug 25 00:58:12.243 INFO O| Aug 25 00:58:12.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67732026-08-25T00:58:13.271Z[ recovery-image] Aug 25 00:58:12.243 INFO O| Aug 25 00:58:12.243 INFO STEP 495 (remove_files) COMPLETE
67742026-08-25T00:58:13.271Z[ recovery-image] Aug 25 00:58:12.243 INFO O| Aug 25 00:58:12.243 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-25T00:58:13.287Z[ recovery-image] Aug 25 00:58:12.253 INFO O| Aug 25 00:58:12.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67762026-08-25T00:58:13.287Z[ recovery-image] Aug 25 00:58:12.254 INFO O| Aug 25 00:58:12.254 INFO STEP 496 (remove_files) COMPLETE
67772026-08-25T00:58:13.290Z[ recovery-image] Aug 25 00:58:12.254 INFO O| Aug 25 00:58:12.254 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-25T00:58:13.293Z[ recovery-image] Aug 25 00:58:12.265 INFO O| Aug 25 00:58:12.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67792026-08-25T00:58:13.293Z[ recovery-image] Aug 25 00:58:12.265 INFO O| Aug 25 00:58:12.265 INFO STEP 497 (remove_files) COMPLETE
67802026-08-25T00:58:13.293Z[ recovery-image] Aug 25 00:58:12.265 INFO O| Aug 25 00:58:12.265 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-25T00:58:13.303Z[ recovery-image] Aug 25 00:58:12.275 INFO O| Aug 25 00:58:12.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67822026-08-25T00:58:13.303Z[ recovery-image] Aug 25 00:58:12.275 INFO O| Aug 25 00:58:12.275 INFO STEP 498 (remove_files) COMPLETE
67832026-08-25T00:58:13.303Z[ recovery-image] Aug 25 00:58:12.275 INFO O| Aug 25 00:58:12.275 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-25T00:58:13.313Z[ recovery-image] Aug 25 00:58:12.285 INFO O| Aug 25 00:58:12.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67852026-08-25T00:58:13.313Z[ recovery-image] Aug 25 00:58:12.285 INFO O| Aug 25 00:58:12.285 INFO STEP 499 (remove_files) COMPLETE
67862026-08-25T00:58:13.313Z[ recovery-image] Aug 25 00:58:12.285 INFO O| Aug 25 00:58:12.285 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-25T00:58:13.319Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
67882026-08-25T00:58:13.324Z[ recovery-image] Aug 25 00:58:12.294 INFO O| Aug 25 00:58:12.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67892026-08-25T00:58:13.324Z[ recovery-image] Aug 25 00:58:12.294 INFO O| Aug 25 00:58:12.294 INFO STEP 500 (remove_files) COMPLETE
67902026-08-25T00:58:13.324Z[ recovery-image] Aug 25 00:58:12.294 INFO O| Aug 25 00:58:12.294 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-25T00:58:13.380Z[ recovery-image] Aug 25 00:58:12.303 INFO O| Aug 25 00:58:12.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67922026-08-25T00:58:13.380Z[ recovery-image] Aug 25 00:58:12.303 INFO O| Aug 25 00:58:12.303 INFO STEP 501 (remove_files) COMPLETE
67932026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.303 INFO O| Aug 25 00:58:12.303 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.311 INFO O| Aug 25 00:58:12.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67952026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.311 INFO O| Aug 25 00:58:12.311 INFO STEP 502 (remove_files) COMPLETE
67962026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.311 INFO O| Aug 25 00:58:12.311 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.320 INFO O| Aug 25 00:58:12.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67982026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.320 INFO O| Aug 25 00:58:12.320 INFO STEP 503 (remove_files) COMPLETE
67992026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.320 INFO O| Aug 25 00:58:12.320 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.331 INFO O| Aug 25 00:58:12.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68012026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.331 INFO O| Aug 25 00:58:12.331 INFO STEP 504 (remove_files) COMPLETE
68022026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.331 INFO O| Aug 25 00:58:12.331 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.341 INFO O| Aug 25 00:58:12.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68042026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.341 INFO O| Aug 25 00:58:12.341 INFO STEP 505 (remove_files) COMPLETE
68052026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.341 INFO O| Aug 25 00:58:12.341 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-25T00:58:13.387Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
68072026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.351 INFO O| Aug 25 00:58:12.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68082026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.351 INFO O| Aug 25 00:58:12.351 INFO STEP 506 (remove_files) COMPLETE
68092026-08-25T00:58:13.387Z[ recovery-image] Aug 25 00:58:12.351 INFO O| Aug 25 00:58:12.351 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-25T00:58:13.393Z[ recovery-image] Aug 25 00:58:12.361 INFO O| Aug 25 00:58:12.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68112026-08-25T00:58:13.393Z[ recovery-image] Aug 25 00:58:12.361 INFO O| Aug 25 00:58:12.361 INFO STEP 507 (remove_files) COMPLETE
68122026-08-25T00:58:13.393Z[ recovery-image] Aug 25 00:58:12.361 INFO O| Aug 25 00:58:12.361 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-25T00:58:13.399Z[ recovery-image] Aug 25 00:58:12.371 INFO O| Aug 25 00:58:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68142026-08-25T00:58:13.399Z[ recovery-image] Aug 25 00:58:12.372 INFO O| Aug 25 00:58:12.371 INFO STEP 508 (remove_files) COMPLETE
68152026-08-25T00:58:13.402Z[ recovery-image] Aug 25 00:58:12.372 INFO O| Aug 25 00:58:12.371 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-25T00:58:13.409Z[ recovery-image] Aug 25 00:58:12.382 INFO O| Aug 25 00:58:12.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68172026-08-25T00:58:13.410Z[ recovery-image] Aug 25 00:58:12.382 INFO O| Aug 25 00:58:12.382 INFO STEP 509 (remove_files) COMPLETE
68182026-08-25T00:58:13.411Z[ recovery-image] Aug 25 00:58:12.382 INFO O| Aug 25 00:58:12.382 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-25T00:58:13.418Z[ recovery-image] Aug 25 00:58:12.391 INFO O| Aug 25 00:58:12.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68202026-08-25T00:58:13.418Z[ recovery-image] Aug 25 00:58:12.391 INFO O| Aug 25 00:58:12.391 INFO STEP 510 (remove_files) COMPLETE
68212026-08-25T00:58:13.418Z[ recovery-image] Aug 25 00:58:12.391 INFO O| Aug 25 00:58:12.391 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-25T00:58:13.429Z[ recovery-image] Aug 25 00:58:12.401 INFO O| Aug 25 00:58:12.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68232026-08-25T00:58:13.429Z[ recovery-image] Aug 25 00:58:12.401 INFO O| Aug 25 00:58:12.401 INFO STEP 511 (remove_files) COMPLETE
68242026-08-25T00:58:13.432Z[ recovery-image] Aug 25 00:58:12.401 INFO O| Aug 25 00:58:12.401 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-25T00:58:13.439Z[ recovery-image] Aug 25 00:58:12.411 INFO O| Aug 25 00:58:12.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68262026-08-25T00:58:13.442Z[ recovery-image] Aug 25 00:58:12.411 INFO O| Aug 25 00:58:12.411 INFO STEP 512 (remove_files) COMPLETE
68272026-08-25T00:58:13.442Z[ recovery-image] Aug 25 00:58:12.411 INFO O| Aug 25 00:58:12.411 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-25T00:58:13.449Z[ recovery-image] Aug 25 00:58:12.422 INFO O| Aug 25 00:58:12.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68292026-08-25T00:58:13.453Z[ recovery-image] Aug 25 00:58:12.423 INFO O| Aug 25 00:58:12.423 INFO STEP 513 (remove_files) COMPLETE
68302026-08-25T00:58:13.453Z[ recovery-image] Aug 25 00:58:12.423 INFO O| Aug 25 00:58:12.423 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-25T00:58:13.462Z[ recovery-image] Aug 25 00:58:12.434 INFO O| Aug 25 00:58:12.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68322026-08-25T00:58:13.462Z[ recovery-image] Aug 25 00:58:12.434 INFO O| Aug 25 00:58:12.434 INFO STEP 514 (remove_files) COMPLETE
68332026-08-25T00:58:13.462Z[ recovery-image] Aug 25 00:58:12.434 INFO O| Aug 25 00:58:12.434 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-25T00:58:13.472Z[ recovery-image] Aug 25 00:58:12.444 INFO O| Aug 25 00:58:12.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68352026-08-25T00:58:13.475Z[ recovery-image] Aug 25 00:58:12.445 INFO O| Aug 25 00:58:12.445 INFO STEP 515 (remove_files) COMPLETE
68362026-08-25T00:58:13.475Z[ recovery-image] Aug 25 00:58:12.445 INFO O| Aug 25 00:58:12.445 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-25T00:58:13.483Z[ recovery-image] Aug 25 00:58:12.456 INFO O| Aug 25 00:58:12.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68382026-08-25T00:58:13.483Z[ recovery-image] Aug 25 00:58:12.456 INFO O| Aug 25 00:58:12.456 INFO STEP 516 (remove_files) COMPLETE
68392026-08-25T00:58:13.486Z[ recovery-image] Aug 25 00:58:12.456 INFO O| Aug 25 00:58:12.456 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-25T00:58:13.494Z[ recovery-image] Aug 25 00:58:12.466 INFO O| Aug 25 00:58:12.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68412026-08-25T00:58:13.494Z[ recovery-image] Aug 25 00:58:12.466 INFO O| Aug 25 00:58:12.466 INFO STEP 517 (remove_files) COMPLETE
68422026-08-25T00:58:13.497Z[ recovery-image] Aug 25 00:58:12.466 INFO O| Aug 25 00:58:12.466 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-25T00:58:13.505Z[ recovery-image] Aug 25 00:58:12.476 INFO O| Aug 25 00:58:12.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68442026-08-25T00:58:13.505Z[ recovery-image] Aug 25 00:58:12.476 INFO O| Aug 25 00:58:12.476 INFO STEP 518 (remove_files) COMPLETE
68452026-08-25T00:58:13.505Z[ recovery-image] Aug 25 00:58:12.476 INFO O| Aug 25 00:58:12.476 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-25T00:58:13.512Z[ recovery-image] Aug 25 00:58:12.485 INFO O| Aug 25 00:58:12.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68472026-08-25T00:58:13.512Z[ recovery-image] Aug 25 00:58:12.485 INFO O| Aug 25 00:58:12.485 INFO STEP 519 (remove_files) COMPLETE
68482026-08-25T00:58:13.512Z[ recovery-image] Aug 25 00:58:12.485 INFO O| Aug 25 00:58:12.485 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-25T00:58:13.520Z[ recovery-image] Aug 25 00:58:12.492 INFO O| Aug 25 00:58:12.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68502026-08-25T00:58:13.520Z[ recovery-image] Aug 25 00:58:12.492 INFO O| Aug 25 00:58:12.492 INFO STEP 520 (remove_files) COMPLETE
68512026-08-25T00:58:13.523Z[ recovery-image] Aug 25 00:58:12.492 INFO O| Aug 25 00:58:12.492 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-25T00:58:13.528Z[ recovery-image] Aug 25 00:58:12.500 INFO O| Aug 25 00:58:12.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68532026-08-25T00:58:13.528Z[ recovery-image] Aug 25 00:58:12.500 INFO O| Aug 25 00:58:12.500 INFO STEP 521 (remove_files) COMPLETE
68542026-08-25T00:58:13.534Z[ recovery-image] Aug 25 00:58:12.500 INFO O| Aug 25 00:58:12.500 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-25T00:58:13.537Z[ recovery-image] Aug 25 00:58:12.508 INFO O| Aug 25 00:58:12.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68562026-08-25T00:58:13.537Z[ recovery-image] Aug 25 00:58:12.508 INFO O| Aug 25 00:58:12.508 INFO STEP 522 (remove_files) COMPLETE
68572026-08-25T00:58:13.537Z[ recovery-image] Aug 25 00:58:12.508 INFO O| Aug 25 00:58:12.508 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-25T00:58:13.544Z[ recovery-image] Aug 25 00:58:12.516 INFO O| Aug 25 00:58:12.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68592026-08-25T00:58:13.544Z[ recovery-image] Aug 25 00:58:12.516 INFO O| Aug 25 00:58:12.516 INFO STEP 523 (remove_files) COMPLETE
68602026-08-25T00:58:13.544Z[ recovery-image] Aug 25 00:58:12.516 INFO O| Aug 25 00:58:12.516 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-25T00:58:13.553Z[ recovery-image] Aug 25 00:58:12.524 INFO O| Aug 25 00:58:12.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68622026-08-25T00:58:13.553Z[ recovery-image] Aug 25 00:58:12.524 INFO O| Aug 25 00:58:12.524 INFO STEP 524 (remove_files) COMPLETE
68632026-08-25T00:58:13.557Z[ recovery-image] Aug 25 00:58:12.524 INFO O| Aug 25 00:58:12.524 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-25T00:58:13.560Z[ recovery-image] Aug 25 00:58:12.532 INFO O| Aug 25 00:58:12.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68652026-08-25T00:58:13.560Z[ recovery-image] Aug 25 00:58:12.532 INFO O| Aug 25 00:58:12.532 INFO STEP 525 (remove_files) COMPLETE
68662026-08-25T00:58:13.560Z[ recovery-image] Aug 25 00:58:12.532 INFO O| Aug 25 00:58:12.532 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-25T00:58:13.568Z[ recovery-image] Aug 25 00:58:12.540 INFO O| Aug 25 00:58:12.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68682026-08-25T00:58:13.568Z[ recovery-image] Aug 25 00:58:12.540 INFO O| Aug 25 00:58:12.540 INFO STEP 526 (remove_files) COMPLETE
68692026-08-25T00:58:13.568Z[ recovery-image] Aug 25 00:58:12.540 INFO O| Aug 25 00:58:12.540 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-25T00:58:13.576Z[ recovery-image] Aug 25 00:58:12.549 INFO O| Aug 25 00:58:12.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68712026-08-25T00:58:13.576Z[ recovery-image] Aug 25 00:58:12.549 INFO O| Aug 25 00:58:12.549 INFO STEP 527 (remove_files) COMPLETE
68722026-08-25T00:58:13.577Z[ recovery-image] Aug 25 00:58:12.549 INFO O| Aug 25 00:58:12.549 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-25T00:58:13.587Z[ recovery-image] Aug 25 00:58:12.558 INFO O| Aug 25 00:58:12.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68742026-08-25T00:58:13.587Z[ recovery-image] Aug 25 00:58:12.558 INFO O| Aug 25 00:58:12.558 INFO STEP 528 (remove_files) COMPLETE
68752026-08-25T00:58:13.587Z[ recovery-image] Aug 25 00:58:12.558 INFO O| Aug 25 00:58:12.558 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-25T00:58:13.593Z[ recovery-image] Aug 25 00:58:12.566 INFO O| Aug 25 00:58:12.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68772026-08-25T00:58:13.593Z[ recovery-image] Aug 25 00:58:12.566 INFO O| Aug 25 00:58:12.566 INFO STEP 529 (remove_files) COMPLETE
68782026-08-25T00:58:13.596Z[ recovery-image] Aug 25 00:58:12.566 INFO O| Aug 25 00:58:12.566 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-25T00:58:13.602Z[ recovery-image] Aug 25 00:58:12.574 INFO O| Aug 25 00:58:12.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68802026-08-25T00:58:13.602Z[ recovery-image] Aug 25 00:58:12.574 INFO O| Aug 25 00:58:12.574 INFO STEP 530 (remove_files) COMPLETE
68812026-08-25T00:58:13.606Z[ recovery-image] Aug 25 00:58:12.574 INFO O| Aug 25 00:58:12.574 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-25T00:58:13.611Z[ recovery-image] Aug 25 00:58:12.584 INFO O| Aug 25 00:58:12.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68832026-08-25T00:58:13.614Z[ recovery-image] Aug 25 00:58:12.584 INFO O| Aug 25 00:58:12.584 INFO STEP 531 (remove_files) COMPLETE
68842026-08-25T00:58:13.614Z[ recovery-image] Aug 25 00:58:12.584 INFO O| Aug 25 00:58:12.584 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-25T00:58:13.621Z[ recovery-image] Aug 25 00:58:12.593 INFO O| Aug 25 00:58:12.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68862026-08-25T00:58:13.621Z[ recovery-image] Aug 25 00:58:12.593 INFO O| Aug 25 00:58:12.593 INFO STEP 532 (remove_files) COMPLETE
68872026-08-25T00:58:13.622Z[ recovery-image] Aug 25 00:58:12.593 INFO O| Aug 25 00:58:12.593 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-25T00:58:13.632Z[ recovery-image] Aug 25 00:58:12.604 INFO O| Aug 25 00:58:12.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68892026-08-25T00:58:13.632Z[ recovery-image] Aug 25 00:58:12.604 INFO O| Aug 25 00:58:12.604 INFO STEP 533 (remove_files) COMPLETE
68902026-08-25T00:58:13.632Z[ recovery-image] Aug 25 00:58:12.604 INFO O| Aug 25 00:58:12.604 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-25T00:58:13.645Z[ recovery-image] Aug 25 00:58:12.615 INFO O| Aug 25 00:58:12.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68922026-08-25T00:58:13.650Z[ recovery-image] Aug 25 00:58:12.618 INFO O| Aug 25 00:58:12.618 INFO STEP 534 (remove_files) COMPLETE
68932026-08-25T00:58:13.650Z[ recovery-image] Aug 25 00:58:12.618 INFO O| Aug 25 00:58:12.618 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-25T00:58:13.656Z[ recovery-image] Aug 25 00:58:12.628 INFO O| Aug 25 00:58:12.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68952026-08-25T00:58:13.660Z[ recovery-image] Aug 25 00:58:12.628 INFO O| Aug 25 00:58:12.628 INFO STEP 535 (remove_files) COMPLETE
68962026-08-25T00:58:13.661Z[ recovery-image] Aug 25 00:58:12.628 INFO O| Aug 25 00:58:12.628 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-25T00:58:13.666Z[ recovery-image] Aug 25 00:58:12.639 INFO O| Aug 25 00:58:12.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68982026-08-25T00:58:13.666Z[ recovery-image] Aug 25 00:58:12.639 INFO O| Aug 25 00:58:12.639 INFO STEP 536 (remove_files) COMPLETE
68992026-08-25T00:58:13.666Z[ recovery-image] Aug 25 00:58:12.639 INFO O| Aug 25 00:58:12.639 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-25T00:58:13.677Z[ recovery-image] Aug 25 00:58:12.649 INFO O| Aug 25 00:58:12.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69012026-08-25T00:58:13.677Z[ recovery-image] Aug 25 00:58:12.649 INFO O| Aug 25 00:58:12.649 INFO STEP 537 (remove_files) COMPLETE
69022026-08-25T00:58:13.677Z[ recovery-image] Aug 25 00:58:12.649 INFO O| Aug 25 00:58:12.649 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-25T00:58:13.680Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
69042026-08-25T00:58:13.687Z[ recovery-image] Aug 25 00:58:12.660 INFO O| Aug 25 00:58:12.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69052026-08-25T00:58:13.691Z[ recovery-image] Aug 25 00:58:12.661 INFO O| Aug 25 00:58:12.661 INFO STEP 538 (remove_files) COMPLETE
69062026-08-25T00:58:13.691Z[ recovery-image] Aug 25 00:58:12.661 INFO O| Aug 25 00:58:12.661 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-25T00:58:13.700Z[ recovery-image] Aug 25 00:58:12.671 INFO O| Aug 25 00:58:12.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69082026-08-25T00:58:13.700Z[ recovery-image] Aug 25 00:58:12.672 INFO O| Aug 25 00:58:12.672 INFO STEP 539 (remove_files) COMPLETE
69092026-08-25T00:58:13.703Z[ recovery-image] Aug 25 00:58:12.672 INFO O| Aug 25 00:58:12.672 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-25T00:58:13.706Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
69112026-08-25T00:58:13.709Z[ recovery-image] Aug 25 00:58:12.682 INFO O| Aug 25 00:58:12.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69122026-08-25T00:58:13.709Z[ recovery-image] Aug 25 00:58:12.682 INFO O| Aug 25 00:58:12.682 INFO STEP 540 (remove_files) COMPLETE
69132026-08-25T00:58:13.709Z[ recovery-image] Aug 25 00:58:12.682 INFO O| Aug 25 00:58:12.682 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-25T00:58:13.720Z[ recovery-image] Aug 25 00:58:12.692 INFO O| Aug 25 00:58:12.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69152026-08-25T00:58:13.720Z[ recovery-image] Aug 25 00:58:12.692 INFO O| Aug 25 00:58:12.692 INFO STEP 541 (remove_files) COMPLETE
69162026-08-25T00:58:13.720Z[ recovery-image] Aug 25 00:58:12.692 INFO O| Aug 25 00:58:12.692 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-25T00:58:13.730Z[ recovery-image] Aug 25 00:58:12.701 INFO O| Aug 25 00:58:12.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69182026-08-25T00:58:13.735Z[ recovery-image] Aug 25 00:58:12.703 INFO O| Aug 25 00:58:12.703 INFO STEP 542 (remove_files) COMPLETE
69192026-08-25T00:58:13.735Z[ recovery-image] Aug 25 00:58:12.703 INFO O| Aug 25 00:58:12.703 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-25T00:58:13.742Z[ recovery-image] Aug 25 00:58:12.713 INFO O| Aug 25 00:58:12.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69212026-08-25T00:58:13.745Z[ recovery-image] Aug 25 00:58:12.714 INFO O| Aug 25 00:58:12.714 INFO STEP 543 (remove_files) COMPLETE
69222026-08-25T00:58:13.746Z[ recovery-image] Aug 25 00:58:12.714 INFO O| Aug 25 00:58:12.714 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-25T00:58:13.751Z[ recovery-image] Aug 25 00:58:12.723 INFO O| Aug 25 00:58:12.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69242026-08-25T00:58:13.751Z[ recovery-image] Aug 25 00:58:12.723 INFO O| Aug 25 00:58:12.723 INFO STEP 544 (remove_files) COMPLETE
69252026-08-25T00:58:13.758Z[ recovery-image] Aug 25 00:58:12.723 INFO O| Aug 25 00:58:12.723 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-25T00:58:13.761Z[ recovery-image] Aug 25 00:58:12.733 INFO O| Aug 25 00:58:12.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69272026-08-25T00:58:13.761Z[ recovery-image] Aug 25 00:58:12.733 INFO O| Aug 25 00:58:12.733 INFO STEP 545 (remove_files) COMPLETE
69282026-08-25T00:58:13.764Z[ recovery-image] Aug 25 00:58:12.733 INFO O| Aug 25 00:58:12.733 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-25T00:58:13.770Z[ recovery-image] Aug 25 00:58:12.742 INFO O| Aug 25 00:58:12.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69302026-08-25T00:58:13.770Z[ recovery-image] Aug 25 00:58:12.742 INFO O| Aug 25 00:58:12.742 INFO STEP 546 (remove_files) COMPLETE
69312026-08-25T00:58:13.770Z[ recovery-image] Aug 25 00:58:12.742 INFO O| Aug 25 00:58:12.742 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-25T00:58:13.779Z[ recovery-image] Aug 25 00:58:12.751 INFO O| Aug 25 00:58:12.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69332026-08-25T00:58:13.779Z[ recovery-image] Aug 25 00:58:12.751 INFO O| Aug 25 00:58:12.751 INFO STEP 547 (remove_files) COMPLETE
69342026-08-25T00:58:13.782Z[ recovery-image] Aug 25 00:58:12.751 INFO O| Aug 25 00:58:12.751 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-25T00:58:13.789Z[ recovery-image] Aug 25 00:58:12.761 INFO O| Aug 25 00:58:12.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69362026-08-25T00:58:13.789Z[ recovery-image] Aug 25 00:58:12.761 INFO O| Aug 25 00:58:12.761 INFO STEP 548 (remove_files) COMPLETE
69372026-08-25T00:58:13.790Z[ recovery-image] Aug 25 00:58:12.761 INFO O| Aug 25 00:58:12.761 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-25T00:58:13.797Z[ recovery-image] Aug 25 00:58:12.770 INFO O| Aug 25 00:58:12.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69392026-08-25T00:58:13.797Z[ recovery-image] Aug 25 00:58:12.770 INFO O| Aug 25 00:58:12.770 INFO STEP 549 (remove_files) COMPLETE
69402026-08-25T00:58:13.797Z[ recovery-image] Aug 25 00:58:12.770 INFO O| Aug 25 00:58:12.770 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-25T00:58:13.807Z[ recovery-image] Aug 25 00:58:12.779 INFO O| Aug 25 00:58:12.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69422026-08-25T00:58:13.807Z[ recovery-image] Aug 25 00:58:12.779 INFO O| Aug 25 00:58:12.779 INFO STEP 550 (remove_files) COMPLETE
69432026-08-25T00:58:13.810Z[ recovery-image] Aug 25 00:58:12.779 INFO O| Aug 25 00:58:12.779 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-25T00:58:13.821Z[ recovery-image] Aug 25 00:58:12.790 INFO O| Aug 25 00:58:12.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69452026-08-25T00:58:13.821Z[ recovery-image] Aug 25 00:58:12.790 INFO O| Aug 25 00:58:12.790 INFO STEP 551 (remove_files) COMPLETE
69462026-08-25T00:58:13.821Z[ recovery-image] Aug 25 00:58:12.790 INFO O| Aug 25 00:58:12.790 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-25T00:58:13.830Z[ recovery-image] Aug 25 00:58:12.801 INFO O| Aug 25 00:58:12.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69482026-08-25T00:58:13.830Z[ recovery-image] Aug 25 00:58:12.801 INFO O| Aug 25 00:58:12.801 INFO STEP 552 (remove_files) COMPLETE
69492026-08-25T00:58:13.830Z[ recovery-image] Aug 25 00:58:12.801 INFO O| Aug 25 00:58:12.801 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-25T00:58:13.838Z[ recovery-image] Aug 25 00:58:12.810 INFO O| Aug 25 00:58:12.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69512026-08-25T00:58:13.838Z[ recovery-image] Aug 25 00:58:12.810 INFO O| Aug 25 00:58:12.810 INFO STEP 553 (remove_files) COMPLETE
69522026-08-25T00:58:13.838Z[ recovery-image] Aug 25 00:58:12.810 INFO O| Aug 25 00:58:12.810 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-25T00:58:13.849Z[ recovery-image] Aug 25 00:58:12.820 INFO O| Aug 25 00:58:12.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69542026-08-25T00:58:13.849Z[ recovery-image] Aug 25 00:58:12.820 INFO O| Aug 25 00:58:12.820 INFO STEP 554 (remove_files) COMPLETE
69552026-08-25T00:58:13.849Z[ recovery-image] Aug 25 00:58:12.820 INFO O| Aug 25 00:58:12.820 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-25T00:58:13.858Z[ recovery-image] Aug 25 00:58:12.830 INFO O| Aug 25 00:58:12.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69572026-08-25T00:58:13.859Z[ recovery-image] Aug 25 00:58:12.830 INFO O| Aug 25 00:58:12.830 INFO STEP 555 (remove_files) COMPLETE
69582026-08-25T00:58:13.862Z[ recovery-image] Aug 25 00:58:12.830 INFO O| Aug 25 00:58:12.830 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-25T00:58:13.867Z[ recovery-image] Aug 25 00:58:12.840 INFO O| Aug 25 00:58:12.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69602026-08-25T00:58:13.867Z[ recovery-image] Aug 25 00:58:12.840 INFO O| Aug 25 00:58:12.840 INFO STEP 556 (remove_files) COMPLETE
69612026-08-25T00:58:13.867Z[ recovery-image] Aug 25 00:58:12.840 INFO O| Aug 25 00:58:12.840 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-25T00:58:13.876Z[ recovery-image] Aug 25 00:58:12.849 INFO O| Aug 25 00:58:12.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69632026-08-25T00:58:13.876Z[ recovery-image] Aug 25 00:58:12.849 INFO O| Aug 25 00:58:12.849 INFO STEP 557 (remove_files) COMPLETE
69642026-08-25T00:58:13.880Z[ recovery-image] Aug 25 00:58:12.849 INFO O| Aug 25 00:58:12.849 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-25T00:58:13.890Z[ recovery-image] Aug 25 00:58:12.858 INFO O| Aug 25 00:58:12.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69662026-08-25T00:58:13.890Z[ recovery-image] Aug 25 00:58:12.858 INFO O| Aug 25 00:58:12.858 INFO STEP 558 (remove_files) COMPLETE
69672026-08-25T00:58:13.899Z[ recovery-image] Aug 25 00:58:12.858 INFO O| Aug 25 00:58:12.858 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-25T00:58:13.902Z[ recovery-image] Aug 25 00:58:12.868 INFO O| Aug 25 00:58:12.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69692026-08-25T00:58:13.902Z[ recovery-image] Aug 25 00:58:12.868 INFO O| Aug 25 00:58:12.868 INFO STEP 559 (remove_files) COMPLETE
69702026-08-25T00:58:13.902Z[ recovery-image] Aug 25 00:58:12.868 INFO O| Aug 25 00:58:12.868 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-25T00:58:13.906Z[ recovery-image] Aug 25 00:58:12.877 INFO O| Aug 25 00:58:12.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69722026-08-25T00:58:13.906Z[ recovery-image] Aug 25 00:58:12.877 INFO O| Aug 25 00:58:12.877 INFO STEP 560 (remove_files) COMPLETE
69732026-08-25T00:58:13.906Z[ recovery-image] Aug 25 00:58:12.877 INFO O| Aug 25 00:58:12.877 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-25T00:58:13.916Z[ recovery-image] Aug 25 00:58:12.886 INFO O| Aug 25 00:58:12.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69752026-08-25T00:58:13.916Z[ recovery-image] Aug 25 00:58:12.886 INFO O| Aug 25 00:58:12.886 INFO STEP 561 (remove_files) COMPLETE
69762026-08-25T00:58:13.919Z[ recovery-image] Aug 25 00:58:12.886 INFO O| Aug 25 00:58:12.886 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-25T00:58:13.958Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
69782026-08-25T00:58:13.968Z[ recovery-image] Aug 25 00:58:12.938 INFO O| Aug 25 00:58:12.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69792026-08-25T00:58:13.968Z[ recovery-image] Aug 25 00:58:12.938 INFO O| Aug 25 00:58:12.938 INFO STEP 562 (remove_files) COMPLETE
69802026-08-25T00:58:13.968Z[ recovery-image] Aug 25 00:58:12.938 INFO O| Aug 25 00:58:12.938 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-25T00:58:14.001Z[ recovery-image] Aug 25 00:58:12.971 INFO O| Aug 25 00:58:12.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69822026-08-25T00:58:14.001Z[ recovery-image] Aug 25 00:58:12.971 INFO O| Aug 25 00:58:12.971 INFO STEP 563 (remove_files) COMPLETE
69832026-08-25T00:58:14.001Z[ recovery-image] Aug 25 00:58:12.971 INFO O| Aug 25 00:58:12.971 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-25T00:58:14.011Z[ recovery-image] Aug 25 00:58:12.980 INFO O| Aug 25 00:58:12.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69852026-08-25T00:58:14.011Z[ recovery-image] Aug 25 00:58:12.980 INFO O| Aug 25 00:58:12.980 INFO STEP 564 (remove_files) COMPLETE
69862026-08-25T00:58:14.011Z[ recovery-image] Aug 25 00:58:12.980 INFO O| Aug 25 00:58:12.980 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-25T00:58:14.016Z[ recovery-image] Aug 25 00:58:12.988 INFO O| Aug 25 00:58:12.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69882026-08-25T00:58:14.016Z[ recovery-image] Aug 25 00:58:12.988 INFO O| Aug 25 00:58:12.988 INFO STEP 565 (remove_files) COMPLETE
69892026-08-25T00:58:14.020Z[ recovery-image] Aug 25 00:58:12.988 INFO O| Aug 25 00:58:12.988 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-25T00:58:14.020Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
69912026-08-25T00:58:14.025Z[ recovery-image] Aug 25 00:58:12.997 INFO O| Aug 25 00:58:12.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69922026-08-25T00:58:14.025Z[ recovery-image] Aug 25 00:58:12.997 INFO O| Aug 25 00:58:12.997 INFO STEP 566 (remove_files) COMPLETE
69932026-08-25T00:58:14.025Z[ recovery-image] Aug 25 00:58:12.997 INFO O| Aug 25 00:58:12.997 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-25T00:58:14.038Z[ recovery-image] Aug 25 00:58:13.011 INFO O| Aug 25 00:58:13.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69952026-08-25T00:58:14.038Z[ recovery-image] Aug 25 00:58:13.011 INFO O| Aug 25 00:58:13.011 INFO STEP 567 (remove_files) COMPLETE
69962026-08-25T00:58:14.038Z[ recovery-image] Aug 25 00:58:13.011 INFO O| Aug 25 00:58:13.011 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-25T00:58:14.050Z[ recovery-image] Aug 25 00:58:13.023 INFO O| Aug 25 00:58:13.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69982026-08-25T00:58:14.057Z[ recovery-image] Aug 25 00:58:13.030 INFO O| Aug 25 00:58:13.030 INFO STEP 568 (remove_files) COMPLETE
69992026-08-25T00:58:14.057Z[ recovery-image] Aug 25 00:58:13.030 INFO O| Aug 25 00:58:13.030 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-25T00:58:14.078Z[ recovery-image] Aug 25 00:58:13.049 INFO O| Aug 25 00:58:13.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70012026-08-25T00:58:14.078Z[ recovery-image] Aug 25 00:58:13.049 INFO O| Aug 25 00:58:13.049 INFO STEP 569 (remove_files) COMPLETE
70022026-08-25T00:58:14.079Z[ recovery-image] Aug 25 00:58:13.049 INFO O| Aug 25 00:58:13.049 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-25T00:58:14.087Z[ recovery-image] Aug 25 00:58:13.059 INFO O| Aug 25 00:58:13.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70042026-08-25T00:58:14.087Z[ recovery-image] Aug 25 00:58:13.059 INFO O| Aug 25 00:58:13.059 INFO STEP 570 (remove_files) COMPLETE
70052026-08-25T00:58:14.088Z[ recovery-image] Aug 25 00:58:13.059 INFO O| Aug 25 00:58:13.059 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-25T00:58:14.097Z[ recovery-image] Aug 25 00:58:13.069 INFO O| Aug 25 00:58:13.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70072026-08-25T00:58:14.097Z[ recovery-image] Aug 25 00:58:13.069 INFO O| Aug 25 00:58:13.069 INFO STEP 571 (remove_files) COMPLETE
70082026-08-25T00:58:14.097Z[ recovery-image] Aug 25 00:58:13.069 INFO O| Aug 25 00:58:13.069 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-25T00:58:14.106Z[ recovery-image] Aug 25 00:58:13.078 INFO O| Aug 25 00:58:13.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70102026-08-25T00:58:14.106Z[ recovery-image] Aug 25 00:58:13.078 INFO O| Aug 25 00:58:13.078 INFO STEP 572 (remove_files) COMPLETE
70112026-08-25T00:58:14.110Z[ recovery-image] Aug 25 00:58:13.078 INFO O| Aug 25 00:58:13.078 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-25T00:58:14.116Z[ recovery-image] Aug 25 00:58:13.088 INFO O| Aug 25 00:58:13.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70132026-08-25T00:58:14.116Z[ recovery-image] Aug 25 00:58:13.088 INFO O| Aug 25 00:58:13.088 INFO STEP 573 (remove_files) COMPLETE
70142026-08-25T00:58:14.116Z[ recovery-image] Aug 25 00:58:13.089 INFO O| Aug 25 00:58:13.088 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-25T00:58:14.127Z[ recovery-image] Aug 25 00:58:13.099 INFO O| Aug 25 00:58:13.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70162026-08-25T00:58:14.127Z[ recovery-image] Aug 25 00:58:13.099 INFO O| Aug 25 00:58:13.099 INFO STEP 574 (remove_files) COMPLETE
70172026-08-25T00:58:14.127Z[ recovery-image] Aug 25 00:58:13.099 INFO O| Aug 25 00:58:13.099 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-25T00:58:14.138Z[ recovery-image] Aug 25 00:58:13.108 INFO O| Aug 25 00:58:13.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70192026-08-25T00:58:14.138Z[ recovery-image] Aug 25 00:58:13.108 INFO O| Aug 25 00:58:13.108 INFO STEP 575 (remove_files) COMPLETE
70202026-08-25T00:58:14.138Z[ recovery-image] Aug 25 00:58:13.108 INFO O| Aug 25 00:58:13.108 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-25T00:58:14.141Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
70222026-08-25T00:58:14.146Z[ recovery-image] Aug 25 00:58:13.117 INFO O| Aug 25 00:58:13.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70232026-08-25T00:58:14.150Z[ recovery-image] Aug 25 00:58:13.118 INFO O| Aug 25 00:58:13.118 INFO STEP 576 (remove_files) COMPLETE
70242026-08-25T00:58:14.150Z[ recovery-image] Aug 25 00:58:13.118 INFO O| Aug 25 00:58:13.118 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-25T00:58:14.156Z[ recovery-image] Aug 25 00:58:13.128 INFO O| Aug 25 00:58:13.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70262026-08-25T00:58:14.156Z[ recovery-image] Aug 25 00:58:13.128 INFO O| Aug 25 00:58:13.128 INFO STEP 577 (remove_files) COMPLETE
70272026-08-25T00:58:14.160Z[ recovery-image] Aug 25 00:58:13.128 INFO O| Aug 25 00:58:13.128 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-25T00:58:14.165Z[ recovery-image] Aug 25 00:58:13.137 INFO O| Aug 25 00:58:13.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70292026-08-25T00:58:14.165Z[ recovery-image] Aug 25 00:58:13.137 INFO O| Aug 25 00:58:13.137 INFO STEP 578 (remove_files) COMPLETE
70302026-08-25T00:58:14.165Z[ recovery-image] Aug 25 00:58:13.137 INFO O| Aug 25 00:58:13.137 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-25T00:58:14.176Z[ recovery-image] Aug 25 00:58:13.146 INFO O| Aug 25 00:58:13.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70322026-08-25T00:58:14.176Z[ recovery-image] Aug 25 00:58:13.146 INFO O| Aug 25 00:58:13.146 INFO STEP 579 (remove_files) COMPLETE
70332026-08-25T00:58:14.176Z[ recovery-image] Aug 25 00:58:13.146 INFO O| Aug 25 00:58:13.146 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-25T00:58:14.183Z[ recovery-image] Aug 25 00:58:13.156 INFO O| Aug 25 00:58:13.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70352026-08-25T00:58:14.183Z[ recovery-image] Aug 25 00:58:13.156 INFO O| Aug 25 00:58:13.156 INFO STEP 580 (remove_files) COMPLETE
70362026-08-25T00:58:14.186Z[ recovery-image] Aug 25 00:58:13.156 INFO O| Aug 25 00:58:13.156 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-25T00:58:14.193Z[ recovery-image] Aug 25 00:58:13.165 INFO O| Aug 25 00:58:13.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70382026-08-25T00:58:14.196Z[ recovery-image] Aug 25 00:58:13.166 INFO O| Aug 25 00:58:13.166 INFO STEP 581 (remove_files) COMPLETE
70392026-08-25T00:58:14.196Z[ recovery-image] Aug 25 00:58:13.166 INFO O| Aug 25 00:58:13.166 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-25T00:58:14.203Z[verify-libraries] Compiling fatfs v0.3.6
70412026-08-25T00:58:14.208Z[ recovery-image] Aug 25 00:58:13.176 INFO O| Aug 25 00:58:13.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70422026-08-25T00:58:14.208Z[ recovery-image] Aug 25 00:58:13.177 INFO O| Aug 25 00:58:13.176 INFO STEP 582 (remove_files) COMPLETE
70432026-08-25T00:58:14.209Z[ recovery-image] Aug 25 00:58:13.177 INFO O| Aug 25 00:58:13.177 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-25T00:58:14.214Z[ recovery-image] Aug 25 00:58:13.186 INFO O| Aug 25 00:58:13.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70452026-08-25T00:58:14.214Z[ recovery-image] Aug 25 00:58:13.186 INFO O| Aug 25 00:58:13.186 INFO STEP 583 (remove_files) COMPLETE
70462026-08-25T00:58:14.219Z[ recovery-image] Aug 25 00:58:13.186 INFO O| Aug 25 00:58:13.186 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-25T00:58:14.223Z[ recovery-image] Aug 25 00:58:13.195 INFO O| Aug 25 00:58:13.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70482026-08-25T00:58:14.223Z[ recovery-image] Aug 25 00:58:13.195 INFO O| Aug 25 00:58:13.195 INFO STEP 584 (remove_files) COMPLETE
70492026-08-25T00:58:14.223Z[ recovery-image] Aug 25 00:58:13.195 INFO O| Aug 25 00:58:13.195 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-25T00:58:14.233Z[ recovery-image] Aug 25 00:58:13.206 INFO O| Aug 25 00:58:13.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70512026-08-25T00:58:14.236Z[ recovery-image] Aug 25 00:58:13.206 INFO O| Aug 25 00:58:13.206 INFO STEP 585 (remove_files) COMPLETE
70522026-08-25T00:58:14.236Z[ recovery-image] Aug 25 00:58:13.206 INFO O| Aug 25 00:58:13.206 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-25T00:58:14.244Z[ recovery-image] Aug 25 00:58:13.216 INFO O| Aug 25 00:58:13.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70542026-08-25T00:58:14.244Z[ recovery-image] Aug 25 00:58:13.216 INFO O| Aug 25 00:58:13.216 INFO STEP 586 (remove_files) COMPLETE
70552026-08-25T00:58:14.244Z[ recovery-image] Aug 25 00:58:13.216 INFO O| Aug 25 00:58:13.216 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-25T00:58:14.252Z[ recovery-image] Aug 25 00:58:13.225 INFO O| Aug 25 00:58:13.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70572026-08-25T00:58:14.252Z[ recovery-image] Aug 25 00:58:13.225 INFO O| Aug 25 00:58:13.225 INFO STEP 587 (remove_files) COMPLETE
70582026-08-25T00:58:14.255Z[ recovery-image] Aug 25 00:58:13.225 INFO O| Aug 25 00:58:13.225 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-25T00:58:14.262Z[ recovery-image] Aug 25 00:58:13.233 INFO O| Aug 25 00:58:13.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70602026-08-25T00:58:14.264Z[ recovery-image] Aug 25 00:58:13.233 INFO O| Aug 25 00:58:13.233 INFO STEP 588 (remove_files) COMPLETE
70612026-08-25T00:58:14.264Z[ recovery-image] Aug 25 00:58:13.233 INFO O| Aug 25 00:58:13.233 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-25T00:58:14.270Z[ recovery-image] Aug 25 00:58:13.241 INFO O| Aug 25 00:58:13.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70632026-08-25T00:58:14.270Z[ recovery-image] Aug 25 00:58:13.241 INFO O| Aug 25 00:58:13.241 INFO STEP 589 (remove_files) COMPLETE
70642026-08-25T00:58:14.273Z[ recovery-image] Aug 25 00:58:13.241 INFO O| Aug 25 00:58:13.241 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-25T00:58:14.277Z[ recovery-image] Aug 25 00:58:13.248 INFO O| Aug 25 00:58:13.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70662026-08-25T00:58:14.277Z[ recovery-image] Aug 25 00:58:13.249 INFO O| Aug 25 00:58:13.249 INFO STEP 590 (remove_files) COMPLETE
70672026-08-25T00:58:14.277Z[ recovery-image] Aug 25 00:58:13.249 INFO O| Aug 25 00:58:13.249 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-25T00:58:14.284Z[ recovery-image] Aug 25 00:58:13.256 INFO O| Aug 25 00:58:13.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70692026-08-25T00:58:14.284Z[ recovery-image] Aug 25 00:58:13.256 INFO O| Aug 25 00:58:13.256 INFO STEP 591 (remove_files) COMPLETE
70702026-08-25T00:58:14.285Z[ recovery-image] Aug 25 00:58:13.256 INFO O| Aug 25 00:58:13.256 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-25T00:58:14.295Z[ recovery-image] Aug 25 00:58:13.267 INFO O| Aug 25 00:58:13.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70722026-08-25T00:58:14.295Z[ recovery-image] Aug 25 00:58:13.267 INFO O| Aug 25 00:58:13.267 INFO STEP 592 (remove_files) COMPLETE
70732026-08-25T00:58:14.295Z[ recovery-image] Aug 25 00:58:13.267 INFO O| Aug 25 00:58:13.267 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-25T00:58:14.298Z[verify-libraries] Compiling num-bigint v0.4.6
70752026-08-25T00:58:14.305Z[ recovery-image] Aug 25 00:58:13.277 INFO O| Aug 25 00:58:13.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70762026-08-25T00:58:14.305Z[ recovery-image] Aug 25 00:58:13.277 INFO O| Aug 25 00:58:13.277 INFO STEP 593 (remove_files) COMPLETE
70772026-08-25T00:58:14.305Z[ recovery-image] Aug 25 00:58:13.277 INFO O| Aug 25 00:58:13.277 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-25T00:58:14.315Z[ recovery-image] Aug 25 00:58:13.287 INFO O| Aug 25 00:58:13.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70792026-08-25T00:58:14.315Z[ recovery-image] Aug 25 00:58:13.287 INFO O| Aug 25 00:58:13.287 INFO STEP 594 (remove_files) COMPLETE
70802026-08-25T00:58:14.315Z[ recovery-image] Aug 25 00:58:13.287 INFO O| Aug 25 00:58:13.287 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-25T00:58:14.319Z[verify-libraries] Compiling generic-array v1.4.3
70822026-08-25T00:58:14.323Z[ recovery-image] Aug 25 00:58:13.296 INFO O| Aug 25 00:58:13.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70832026-08-25T00:58:14.324Z[ recovery-image] Aug 25 00:58:13.296 INFO O| Aug 25 00:58:13.296 INFO STEP 595 (remove_files) COMPLETE
70842026-08-25T00:58:14.324Z[ recovery-image] Aug 25 00:58:13.296 INFO O| Aug 25 00:58:13.296 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-25T00:58:14.334Z[ recovery-image] Aug 25 00:58:13.307 INFO O| Aug 25 00:58:13.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70862026-08-25T00:58:14.334Z[ recovery-image] Aug 25 00:58:13.307 INFO O| Aug 25 00:58:13.307 INFO STEP 596 (remove_files) COMPLETE
70872026-08-25T00:58:14.341Z[ recovery-image] Aug 25 00:58:13.307 INFO O| Aug 25 00:58:13.307 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-25T00:58:14.344Z[ recovery-image] Aug 25 00:58:13.316 INFO O| Aug 25 00:58:13.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70892026-08-25T00:58:14.344Z[ recovery-image] Aug 25 00:58:13.316 INFO O| Aug 25 00:58:13.316 INFO STEP 597 (remove_files) COMPLETE
70902026-08-25T00:58:14.344Z[ recovery-image] Aug 25 00:58:13.316 INFO O| Aug 25 00:58:13.316 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-25T00:58:14.354Z[ recovery-image] Aug 25 00:58:13.326 INFO O| Aug 25 00:58:13.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70922026-08-25T00:58:14.354Z[ recovery-image] Aug 25 00:58:13.326 INFO O| Aug 25 00:58:13.326 INFO STEP 598 (remove_files) COMPLETE
70932026-08-25T00:58:14.354Z[ recovery-image] Aug 25 00:58:13.326 INFO O| Aug 25 00:58:13.326 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-25T00:58:14.364Z[ recovery-image] Aug 25 00:58:13.336 INFO O| Aug 25 00:58:13.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70952026-08-25T00:58:14.364Z[ recovery-image] Aug 25 00:58:13.336 INFO O| Aug 25 00:58:13.336 INFO STEP 599 (remove_files) COMPLETE
70962026-08-25T00:58:14.369Z[ recovery-image] Aug 25 00:58:13.336 INFO O| Aug 25 00:58:13.336 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-25T00:58:14.373Z[ recovery-image] Aug 25 00:58:13.345 INFO O| Aug 25 00:58:13.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70982026-08-25T00:58:14.373Z[ recovery-image] Aug 25 00:58:13.345 INFO O| Aug 25 00:58:13.345 INFO STEP 600 (remove_files) COMPLETE
70992026-08-25T00:58:14.373Z[ recovery-image] Aug 25 00:58:13.345 INFO O| Aug 25 00:58:13.345 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-25T00:58:14.387Z[ recovery-image] Aug 25 00:58:13.356 INFO O| Aug 25 00:58:13.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71012026-08-25T00:58:14.387Z[ recovery-image] Aug 25 00:58:13.356 INFO O| Aug 25 00:58:13.356 INFO STEP 601 (remove_files) COMPLETE
71022026-08-25T00:58:14.387Z[ recovery-image] Aug 25 00:58:13.356 INFO O| Aug 25 00:58:13.356 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-25T00:58:14.396Z[ recovery-image] Aug 25 00:58:13.366 INFO O| Aug 25 00:58:13.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71042026-08-25T00:58:14.396Z[ recovery-image] Aug 25 00:58:13.366 INFO O| Aug 25 00:58:13.366 INFO STEP 602 (remove_files) COMPLETE
71052026-08-25T00:58:14.396Z[ recovery-image] Aug 25 00:58:13.366 INFO O| Aug 25 00:58:13.366 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-25T00:58:14.457Z[ recovery-image] Aug 25 00:58:13.376 INFO O| Aug 25 00:58:13.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71072026-08-25T00:58:14.457Z[ recovery-image] Aug 25 00:58:13.376 INFO O| Aug 25 00:58:13.375 INFO STEP 603 (remove_files) COMPLETE
71082026-08-25T00:58:14.457Z[ recovery-image] Aug 25 00:58:13.376 INFO O| Aug 25 00:58:13.375 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-25T00:58:14.457Z[ recovery-image] Aug 25 00:58:13.386 INFO O| Aug 25 00:58:13.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71102026-08-25T00:58:14.457Z[ recovery-image] Aug 25 00:58:13.386 INFO O| Aug 25 00:58:13.386 INFO STEP 604 (remove_files) COMPLETE
71112026-08-25T00:58:14.457Z[ recovery-image] Aug 25 00:58:13.386 INFO O| Aug 25 00:58:13.386 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-25T00:58:14.457Z[ recovery-image] Aug 25 00:58:13.396 INFO O| Aug 25 00:58:13.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71132026-08-25T00:58:14.457Z[ recovery-image] Aug 25 00:58:13.396 INFO O| Aug 25 00:58:13.396 INFO STEP 605 (remove_files) COMPLETE
71142026-08-25T00:58:14.458Z[ recovery-image] Aug 25 00:58:13.396 INFO O| Aug 25 00:58:13.396 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-25T00:58:14.458Z[ recovery-image] Aug 25 00:58:13.404 INFO O| Aug 25 00:58:13.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71162026-08-25T00:58:14.458Z[ recovery-image] Aug 25 00:58:13.404 INFO O| Aug 25 00:58:13.404 INFO STEP 606 (remove_files) COMPLETE
71172026-08-25T00:58:14.458Z[ recovery-image] Aug 25 00:58:13.404 INFO O| Aug 25 00:58:13.404 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-25T00:58:14.458Z[verify-libraries] Compiling russh-util v0.52.0
71192026-08-25T00:58:14.458Z[ recovery-image] Aug 25 00:58:13.415 INFO O| Aug 25 00:58:13.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71202026-08-25T00:58:14.458Z[ recovery-image] Aug 25 00:58:13.415 INFO O| Aug 25 00:58:13.415 INFO STEP 607 (remove_files) COMPLETE
71212026-08-25T00:58:14.458Z[ recovery-image] Aug 25 00:58:13.415 INFO O| Aug 25 00:58:13.415 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-25T00:58:14.466Z[ recovery-image] Aug 25 00:58:13.424 INFO O| Aug 25 00:58:13.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71232026-08-25T00:58:14.466Z[ recovery-image] Aug 25 00:58:13.424 INFO O| Aug 25 00:58:13.424 INFO STEP 608 (remove_files) COMPLETE
71242026-08-25T00:58:14.466Z[ recovery-image] Aug 25 00:58:13.424 INFO O| Aug 25 00:58:13.424 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-25T00:58:14.466Z[ recovery-image] Aug 25 00:58:13.432 INFO O| Aug 25 00:58:13.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71262026-08-25T00:58:14.466Z[ recovery-image] Aug 25 00:58:13.432 INFO O| Aug 25 00:58:13.432 INFO STEP 609 (remove_files) COMPLETE
71272026-08-25T00:58:14.466Z[ recovery-image] Aug 25 00:58:13.432 INFO O| Aug 25 00:58:13.432 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-25T00:58:14.470Z[ recovery-image] Aug 25 00:58:13.439 INFO O| Aug 25 00:58:13.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71292026-08-25T00:58:14.470Z[ recovery-image] Aug 25 00:58:13.439 INFO O| Aug 25 00:58:13.439 INFO STEP 610 (remove_files) COMPLETE
71302026-08-25T00:58:14.470Z[ recovery-image] Aug 25 00:58:13.439 INFO O| Aug 25 00:58:13.439 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-25T00:58:14.475Z[ recovery-image] Aug 25 00:58:13.447 INFO O| Aug 25 00:58:13.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71322026-08-25T00:58:14.475Z[ recovery-image] Aug 25 00:58:13.447 INFO O| Aug 25 00:58:13.447 INFO STEP 611 (remove_files) COMPLETE
71332026-08-25T00:58:14.475Z[ recovery-image] Aug 25 00:58:13.447 INFO O| Aug 25 00:58:13.447 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-25T00:58:14.478Z[verify-libraries] Compiling enum_dispatch v0.3.13
71352026-08-25T00:58:14.485Z[ recovery-image] Aug 25 00:58:13.457 INFO O| Aug 25 00:58:13.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71362026-08-25T00:58:14.485Z[ recovery-image] Aug 25 00:58:13.457 INFO O| Aug 25 00:58:13.457 INFO STEP 612 (remove_files) COMPLETE
71372026-08-25T00:58:14.485Z[ recovery-image] Aug 25 00:58:13.457 INFO O| Aug 25 00:58:13.457 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-25T00:58:14.493Z[ recovery-image] Aug 25 00:58:13.466 INFO O| Aug 25 00:58:13.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71392026-08-25T00:58:14.493Z[ recovery-image] Aug 25 00:58:13.466 INFO O| Aug 25 00:58:13.466 INFO STEP 613 (remove_files) COMPLETE
71402026-08-25T00:58:14.493Z[ recovery-image] Aug 25 00:58:13.466 INFO O| Aug 25 00:58:13.466 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-25T00:58:14.502Z[ recovery-image] Aug 25 00:58:13.475 INFO O| Aug 25 00:58:13.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71422026-08-25T00:58:14.502Z[ recovery-image] Aug 25 00:58:13.475 INFO O| Aug 25 00:58:13.475 INFO STEP 614 (remove_files) COMPLETE
71432026-08-25T00:58:14.505Z[ recovery-image] Aug 25 00:58:13.475 INFO O| Aug 25 00:58:13.475 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-25T00:58:14.506Z[verify-libraries] Compiling sapling-renderdag v0.1.0
71452026-08-25T00:58:14.512Z[ recovery-image] Aug 25 00:58:13.484 INFO O| Aug 25 00:58:13.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71462026-08-25T00:58:14.512Z[ recovery-image] Aug 25 00:58:13.484 INFO O| Aug 25 00:58:13.484 INFO STEP 615 (remove_files) COMPLETE
71472026-08-25T00:58:14.515Z[ recovery-image] Aug 25 00:58:13.484 INFO O| Aug 25 00:58:13.484 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-25T00:58:14.521Z[ recovery-image] Aug 25 00:58:13.494 INFO O| Aug 25 00:58:13.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71492026-08-25T00:58:14.526Z[ recovery-image] Aug 25 00:58:13.494 INFO O| Aug 25 00:58:13.494 INFO STEP 616 (remove_files) COMPLETE
71502026-08-25T00:58:14.526Z[ recovery-image] Aug 25 00:58:13.494 INFO O| Aug 25 00:58:13.494 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-25T00:58:14.532Z[ recovery-image] Aug 25 00:58:13.504 INFO O| Aug 25 00:58:13.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71522026-08-25T00:58:14.532Z[ recovery-image] Aug 25 00:58:13.504 INFO O| Aug 25 00:58:13.504 INFO STEP 617 (remove_files) COMPLETE
71532026-08-25T00:58:14.535Z[ recovery-image] Aug 25 00:58:13.504 INFO O| Aug 25 00:58:13.504 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-25T00:58:14.540Z[ recovery-image] Aug 25 00:58:13.513 INFO O| Aug 25 00:58:13.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71552026-08-25T00:58:14.540Z[ recovery-image] Aug 25 00:58:13.513 INFO O| Aug 25 00:58:13.513 INFO STEP 618 (remove_files) COMPLETE
71562026-08-25T00:58:14.540Z[ recovery-image] Aug 25 00:58:13.513 INFO O| Aug 25 00:58:13.513 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-25T00:58:14.549Z[ recovery-image] Aug 25 00:58:13.521 INFO O| Aug 25 00:58:13.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71582026-08-25T00:58:14.549Z[ recovery-image] Aug 25 00:58:13.521 INFO O| Aug 25 00:58:13.521 INFO STEP 619 (remove_files) COMPLETE
71592026-08-25T00:58:14.549Z[ recovery-image] Aug 25 00:58:13.521 INFO O| Aug 25 00:58:13.521 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-25T00:58:14.559Z[ recovery-image] Aug 25 00:58:13.531 INFO O| Aug 25 00:58:13.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71612026-08-25T00:58:14.559Z[ recovery-image] Aug 25 00:58:13.532 INFO O| Aug 25 00:58:13.532 INFO STEP 620 (remove_files) COMPLETE
71622026-08-25T00:58:14.559Z[ recovery-image] Aug 25 00:58:13.532 INFO O| Aug 25 00:58:13.532 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-25T00:58:14.569Z[ recovery-image] Aug 25 00:58:13.541 INFO O| Aug 25 00:58:13.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71642026-08-25T00:58:14.569Z[ recovery-image] Aug 25 00:58:13.541 INFO O| Aug 25 00:58:13.541 INFO STEP 621 (remove_files) COMPLETE
71652026-08-25T00:58:14.569Z[ recovery-image] Aug 25 00:58:13.541 INFO O| Aug 25 00:58:13.541 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-25T00:58:14.578Z[ recovery-image] Aug 25 00:58:13.550 INFO O| Aug 25 00:58:13.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71672026-08-25T00:58:14.578Z[ recovery-image] Aug 25 00:58:13.550 INFO O| Aug 25 00:58:13.550 INFO STEP 622 (remove_files) COMPLETE
71682026-08-25T00:58:14.581Z[ recovery-image] Aug 25 00:58:13.550 INFO O| Aug 25 00:58:13.550 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-25T00:58:14.587Z[ recovery-image] Aug 25 00:58:13.559 INFO O| Aug 25 00:58:13.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71702026-08-25T00:58:14.587Z[ recovery-image] Aug 25 00:58:13.559 INFO O| Aug 25 00:58:13.559 INFO STEP 623 (remove_files) COMPLETE
71712026-08-25T00:58:14.591Z[ recovery-image] Aug 25 00:58:13.559 INFO O| Aug 25 00:58:13.559 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-25T00:58:14.595Z[ recovery-image] Aug 25 00:58:13.567 INFO O| Aug 25 00:58:13.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71732026-08-25T00:58:14.595Z[ recovery-image] Aug 25 00:58:13.568 INFO O| Aug 25 00:58:13.567 INFO STEP 624 (remove_files) COMPLETE
71742026-08-25T00:58:14.596Z[ recovery-image] Aug 25 00:58:13.568 INFO O| Aug 25 00:58:13.567 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-25T00:58:14.603Z[ recovery-image] Aug 25 00:58:13.576 INFO O| Aug 25 00:58:13.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71762026-08-25T00:58:14.603Z[ recovery-image] Aug 25 00:58:13.576 INFO O| Aug 25 00:58:13.576 INFO STEP 625 (remove_files) COMPLETE
71772026-08-25T00:58:14.607Z[ recovery-image] Aug 25 00:58:13.576 INFO O| Aug 25 00:58:13.576 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-25T00:58:14.611Z[ recovery-image] Aug 25 00:58:13.584 INFO O| Aug 25 00:58:13.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71792026-08-25T00:58:14.612Z[ recovery-image] Aug 25 00:58:13.584 INFO O| Aug 25 00:58:13.584 INFO STEP 626 (remove_files) COMPLETE
71802026-08-25T00:58:14.615Z[ recovery-image] Aug 25 00:58:13.584 INFO O| Aug 25 00:58:13.584 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-25T00:58:14.620Z[ recovery-image] Aug 25 00:58:13.592 INFO O| Aug 25 00:58:13.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71822026-08-25T00:58:14.620Z[ recovery-image] Aug 25 00:58:13.593 INFO O| Aug 25 00:58:13.592 INFO STEP 627 (remove_files) COMPLETE
71832026-08-25T00:58:14.623Z[ recovery-image] Aug 25 00:58:13.593 INFO O| Aug 25 00:58:13.593 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-25T00:58:14.629Z[ recovery-image] Aug 25 00:58:13.601 INFO O| Aug 25 00:58:13.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71852026-08-25T00:58:14.629Z[ recovery-image] Aug 25 00:58:13.601 INFO O| Aug 25 00:58:13.601 INFO STEP 628 (remove_files) COMPLETE
71862026-08-25T00:58:14.629Z[ recovery-image] Aug 25 00:58:13.601 INFO O| Aug 25 00:58:13.601 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-25T00:58:14.638Z[ recovery-image] Aug 25 00:58:13.610 INFO O| Aug 25 00:58:13.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71882026-08-25T00:58:14.641Z[ recovery-image] Aug 25 00:58:13.610 INFO O| Aug 25 00:58:13.610 INFO STEP 629 (remove_files) COMPLETE
71892026-08-25T00:58:14.642Z[ recovery-image] Aug 25 00:58:13.610 INFO O| Aug 25 00:58:13.610 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-25T00:58:14.652Z[ recovery-image] Aug 25 00:58:13.619 INFO O| Aug 25 00:58:13.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71912026-08-25T00:58:14.653Z[ recovery-image] Aug 25 00:58:13.620 INFO O| Aug 25 00:58:13.620 INFO STEP 630 (remove_files) COMPLETE
71922026-08-25T00:58:14.653Z[ recovery-image] Aug 25 00:58:13.620 INFO O| Aug 25 00:58:13.620 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-25T00:58:14.657Z[ recovery-image] Aug 25 00:58:13.629 INFO O| Aug 25 00:58:13.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71942026-08-25T00:58:14.657Z[ recovery-image] Aug 25 00:58:13.629 INFO O| Aug 25 00:58:13.629 INFO STEP 631 (remove_files) COMPLETE
71952026-08-25T00:58:14.657Z[ recovery-image] Aug 25 00:58:13.629 INFO O| Aug 25 00:58:13.629 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-25T00:58:14.668Z[ recovery-image] Aug 25 00:58:13.641 INFO O| Aug 25 00:58:13.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71972026-08-25T00:58:14.668Z[ recovery-image] Aug 25 00:58:13.641 INFO O| Aug 25 00:58:13.641 INFO STEP 632 (remove_files) COMPLETE
71982026-08-25T00:58:14.668Z[ recovery-image] Aug 25 00:58:13.641 INFO O| Aug 25 00:58:13.641 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-25T00:58:14.679Z[ recovery-image] Aug 25 00:58:13.651 INFO O| Aug 25 00:58:13.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72002026-08-25T00:58:14.679Z[ recovery-image] Aug 25 00:58:13.651 INFO O| Aug 25 00:58:13.651 INFO STEP 633 (remove_files) COMPLETE
72012026-08-25T00:58:14.679Z[ recovery-image] Aug 25 00:58:13.651 INFO O| Aug 25 00:58:13.651 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-25T00:58:14.688Z[ recovery-image] Aug 25 00:58:13.660 INFO O| Aug 25 00:58:13.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72032026-08-25T00:58:14.690Z[ recovery-image] Aug 25 00:58:13.660 INFO O| Aug 25 00:58:13.660 INFO STEP 634 (remove_files) COMPLETE
72042026-08-25T00:58:14.690Z[ recovery-image] Aug 25 00:58:13.660 INFO O| Aug 25 00:58:13.660 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-25T00:58:14.693Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
72062026-08-25T00:58:14.697Z[ recovery-image] Aug 25 00:58:13.670 INFO O| Aug 25 00:58:13.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72072026-08-25T00:58:14.697Z[ recovery-image] Aug 25 00:58:13.670 INFO O| Aug 25 00:58:13.670 INFO STEP 635 (remove_files) COMPLETE
72082026-08-25T00:58:14.697Z[ recovery-image] Aug 25 00:58:13.670 INFO O| Aug 25 00:58:13.670 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-25T00:58:14.707Z[ recovery-image] Aug 25 00:58:13.679 INFO O| Aug 25 00:58:13.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72102026-08-25T00:58:14.707Z[ recovery-image] Aug 25 00:58:13.679 INFO O| Aug 25 00:58:13.679 INFO STEP 636 (remove_files) COMPLETE
72112026-08-25T00:58:14.707Z[ recovery-image] Aug 25 00:58:13.679 INFO O| Aug 25 00:58:13.679 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-25T00:58:14.716Z[ recovery-image] Aug 25 00:58:13.688 INFO O| Aug 25 00:58:13.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72132026-08-25T00:58:14.716Z[ recovery-image] Aug 25 00:58:13.688 INFO O| Aug 25 00:58:13.688 INFO STEP 637 (remove_files) COMPLETE
72142026-08-25T00:58:14.719Z[ recovery-image] Aug 25 00:58:13.688 INFO O| Aug 25 00:58:13.688 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-25T00:58:14.725Z[ recovery-image] Aug 25 00:58:13.698 INFO O| Aug 25 00:58:13.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72162026-08-25T00:58:14.725Z[ recovery-image] Aug 25 00:58:13.698 INFO O| Aug 25 00:58:13.698 INFO STEP 638 (remove_files) COMPLETE
72172026-08-25T00:58:14.725Z[ recovery-image] Aug 25 00:58:13.698 INFO O| Aug 25 00:58:13.698 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-25T00:58:14.734Z[ recovery-image] Aug 25 00:58:13.706 INFO O| Aug 25 00:58:13.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72192026-08-25T00:58:14.734Z[ recovery-image] Aug 25 00:58:13.706 INFO O| Aug 25 00:58:13.706 INFO STEP 639 (remove_files) COMPLETE
72202026-08-25T00:58:14.737Z[ recovery-image] Aug 25 00:58:13.706 INFO O| Aug 25 00:58:13.706 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-25T00:58:14.745Z[ recovery-image] Aug 25 00:58:13.714 INFO O| Aug 25 00:58:13.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72222026-08-25T00:58:14.746Z[ recovery-image] Aug 25 00:58:13.714 INFO O| Aug 25 00:58:13.714 INFO STEP 640 (remove_files) COMPLETE
72232026-08-25T00:58:14.746Z[ recovery-image] Aug 25 00:58:13.714 INFO O| Aug 25 00:58:13.714 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-25T00:58:14.750Z[ recovery-image] Aug 25 00:58:13.722 INFO O| Aug 25 00:58:13.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72252026-08-25T00:58:14.750Z[ recovery-image] Aug 25 00:58:13.722 INFO O| Aug 25 00:58:13.722 INFO STEP 641 (remove_files) COMPLETE
72262026-08-25T00:58:14.750Z[ recovery-image] Aug 25 00:58:13.722 INFO O| Aug 25 00:58:13.722 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-25T00:58:14.759Z[ recovery-image] Aug 25 00:58:13.730 INFO O| Aug 25 00:58:13.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72282026-08-25T00:58:14.759Z[ recovery-image] Aug 25 00:58:13.730 INFO O| Aug 25 00:58:13.730 INFO STEP 642 (remove_files) COMPLETE
72292026-08-25T00:58:14.762Z[ recovery-image] Aug 25 00:58:13.730 INFO O| Aug 25 00:58:13.730 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-25T00:58:14.767Z[ recovery-image] Aug 25 00:58:13.738 INFO O| Aug 25 00:58:13.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72312026-08-25T00:58:14.768Z[ recovery-image] Aug 25 00:58:13.738 INFO O| Aug 25 00:58:13.738 INFO STEP 643 (remove_files) COMPLETE
72322026-08-25T00:58:14.768Z[ recovery-image] Aug 25 00:58:13.738 INFO O| Aug 25 00:58:13.738 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-25T00:58:14.777Z[ recovery-image] Aug 25 00:58:13.748 INFO O| Aug 25 00:58:13.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72342026-08-25T00:58:14.777Z[ recovery-image] Aug 25 00:58:13.748 INFO O| Aug 25 00:58:13.748 INFO STEP 644 (remove_files) COMPLETE
72352026-08-25T00:58:14.777Z[ recovery-image] Aug 25 00:58:13.748 INFO O| Aug 25 00:58:13.748 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-25T00:58:14.796Z[ recovery-image] Aug 25 00:58:13.765 INFO O| Aug 25 00:58:13.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72372026-08-25T00:58:14.796Z[ recovery-image] Aug 25 00:58:13.765 INFO O| Aug 25 00:58:13.765 INFO STEP 645 (remove_files) COMPLETE
72382026-08-25T00:58:14.796Z[ recovery-image] Aug 25 00:58:13.765 INFO O| Aug 25 00:58:13.765 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-25T00:58:14.803Z[ recovery-image] Aug 25 00:58:13.774 INFO O| Aug 25 00:58:13.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72402026-08-25T00:58:14.803Z[ recovery-image] Aug 25 00:58:13.774 INFO O| Aug 25 00:58:13.773 INFO STEP 646 (remove_files) COMPLETE
72412026-08-25T00:58:14.803Z[ recovery-image] Aug 25 00:58:13.774 INFO O| Aug 25 00:58:13.773 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-25T00:58:14.811Z[ recovery-image] Aug 25 00:58:13.782 INFO O| Aug 25 00:58:13.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72432026-08-25T00:58:14.811Z[ recovery-image] Aug 25 00:58:13.782 INFO O| Aug 25 00:58:13.782 INFO STEP 647 (remove_files) COMPLETE
72442026-08-25T00:58:14.811Z[ recovery-image] Aug 25 00:58:13.782 INFO O| Aug 25 00:58:13.782 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-25T00:58:14.820Z[ recovery-image] Aug 25 00:58:13.790 INFO O| Aug 25 00:58:13.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72462026-08-25T00:58:14.820Z[ recovery-image] Aug 25 00:58:13.790 INFO O| Aug 25 00:58:13.790 INFO STEP 648 (remove_files) COMPLETE
72472026-08-25T00:58:14.820Z[ recovery-image] Aug 25 00:58:13.790 INFO O| Aug 25 00:58:13.790 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-25T00:58:14.832Z[ recovery-image] Aug 25 00:58:13.798 INFO O| Aug 25 00:58:13.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72492026-08-25T00:58:14.832Z[ recovery-image] Aug 25 00:58:13.798 INFO O| Aug 25 00:58:13.798 INFO STEP 649 (remove_files) COMPLETE
72502026-08-25T00:58:14.832Z[ recovery-image] Aug 25 00:58:13.798 INFO O| Aug 25 00:58:13.798 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-25T00:58:14.836Z[ recovery-image] Aug 25 00:58:13.806 INFO O| Aug 25 00:58:13.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72522026-08-25T00:58:14.836Z[ recovery-image] Aug 25 00:58:13.806 INFO O| Aug 25 00:58:13.806 INFO STEP 650 (remove_files) COMPLETE
72532026-08-25T00:58:14.836Z[ recovery-image] Aug 25 00:58:13.806 INFO O| Aug 25 00:58:13.806 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-25T00:58:14.839Z[verify-libraries] Compiling delegate v0.13.5
72552026-08-25T00:58:14.845Z[ recovery-image] Aug 25 00:58:13.814 INFO O| Aug 25 00:58:13.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72562026-08-25T00:58:14.845Z[ recovery-image] Aug 25 00:58:13.814 INFO O| Aug 25 00:58:13.814 INFO STEP 651 (remove_files) COMPLETE
72572026-08-25T00:58:14.845Z[ recovery-image] Aug 25 00:58:13.814 INFO O| Aug 25 00:58:13.814 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-25T00:58:14.851Z[ recovery-image] Aug 25 00:58:13.823 INFO O| Aug 25 00:58:13.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72592026-08-25T00:58:14.851Z[ recovery-image] Aug 25 00:58:13.823 INFO O| Aug 25 00:58:13.823 INFO STEP 652 (remove_files) COMPLETE
72602026-08-25T00:58:14.855Z[ recovery-image] Aug 25 00:58:13.823 INFO O| Aug 25 00:58:13.823 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-25T00:58:14.860Z[ recovery-image] Aug 25 00:58:13.832 INFO O| Aug 25 00:58:13.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72622026-08-25T00:58:14.860Z[ recovery-image] Aug 25 00:58:13.832 INFO O| Aug 25 00:58:13.832 INFO STEP 653 (remove_files) COMPLETE
72632026-08-25T00:58:14.865Z[ recovery-image] Aug 25 00:58:13.832 INFO O| Aug 25 00:58:13.832 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-25T00:58:14.872Z[ recovery-image] Aug 25 00:58:13.839 INFO O| Aug 25 00:58:13.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72652026-08-25T00:58:14.872Z[ recovery-image] Aug 25 00:58:13.839 INFO O| Aug 25 00:58:13.839 INFO STEP 654 (remove_files) COMPLETE
72662026-08-25T00:58:14.872Z[ recovery-image] Aug 25 00:58:13.839 INFO O| Aug 25 00:58:13.839 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-25T00:58:14.877Z[ recovery-image] Aug 25 00:58:13.846 INFO O| Aug 25 00:58:13.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72682026-08-25T00:58:14.877Z[ recovery-image] Aug 25 00:58:13.846 INFO O| Aug 25 00:58:13.846 INFO STEP 655 (remove_files) COMPLETE
72692026-08-25T00:58:14.877Z[ recovery-image] Aug 25 00:58:13.846 INFO O| Aug 25 00:58:13.846 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-25T00:58:14.883Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
72712026-08-25T00:58:14.887Z[ recovery-image] Aug 25 00:58:13.854 INFO O| Aug 25 00:58:13.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72722026-08-25T00:58:14.887Z[ recovery-image] Aug 25 00:58:13.854 INFO O| Aug 25 00:58:13.854 INFO STEP 656 (remove_files) COMPLETE
72732026-08-25T00:58:14.887Z[ recovery-image] Aug 25 00:58:13.854 INFO O| Aug 25 00:58:13.854 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-25T00:58:14.892Z[ recovery-image] Aug 25 00:58:13.862 INFO O| Aug 25 00:58:13.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72752026-08-25T00:58:14.892Z[ recovery-image] Aug 25 00:58:13.862 INFO O| Aug 25 00:58:13.862 INFO STEP 657 (remove_files) COMPLETE
72762026-08-25T00:58:14.892Z[ recovery-image] Aug 25 00:58:13.862 INFO O| Aug 25 00:58:13.862 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-25T00:58:14.900Z[ recovery-image] Aug 25 00:58:13.872 INFO O| Aug 25 00:58:13.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72782026-08-25T00:58:14.900Z[ recovery-image] Aug 25 00:58:13.872 INFO O| Aug 25 00:58:13.872 INFO STEP 658 (remove_files) COMPLETE
72792026-08-25T00:58:14.903Z[ recovery-image] Aug 25 00:58:13.872 INFO O| Aug 25 00:58:13.872 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-25T00:58:14.911Z[ recovery-image] Aug 25 00:58:13.882 INFO O| Aug 25 00:58:13.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72812026-08-25T00:58:14.911Z[ recovery-image] Aug 25 00:58:13.882 INFO O| Aug 25 00:58:13.882 INFO STEP 659 (remove_files) COMPLETE
72822026-08-25T00:58:14.916Z[ recovery-image] Aug 25 00:58:13.882 INFO O| Aug 25 00:58:13.882 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-25T00:58:14.916Z[verify-libraries] Compiling seq-macro v0.3.6
72842026-08-25T00:58:14.920Z[ recovery-image] Aug 25 00:58:13.892 INFO O| Aug 25 00:58:13.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72852026-08-25T00:58:14.920Z[ recovery-image] Aug 25 00:58:13.892 INFO O| Aug 25 00:58:13.892 INFO STEP 660 (remove_files) COMPLETE
72862026-08-25T00:58:14.920Z[ recovery-image] Aug 25 00:58:13.892 INFO O| Aug 25 00:58:13.892 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-25T00:58:14.931Z[ recovery-image] Aug 25 00:58:13.903 INFO O| Aug 25 00:58:13.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72882026-08-25T00:58:14.931Z[ recovery-image] Aug 25 00:58:13.903 INFO O| Aug 25 00:58:13.903 INFO STEP 661 (remove_files) COMPLETE
72892026-08-25T00:58:14.931Z[ recovery-image] Aug 25 00:58:13.903 INFO O| Aug 25 00:58:13.903 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-25T00:58:14.940Z[ recovery-image] Aug 25 00:58:13.912 INFO O| Aug 25 00:58:13.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72912026-08-25T00:58:14.940Z[ recovery-image] Aug 25 00:58:13.912 INFO O| Aug 25 00:58:13.912 INFO STEP 662 (remove_files) COMPLETE
72922026-08-25T00:58:14.943Z[ recovery-image] Aug 25 00:58:13.912 INFO O| Aug 25 00:58:13.912 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-25T00:58:14.949Z[ recovery-image] Aug 25 00:58:13.922 INFO O| Aug 25 00:58:13.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72942026-08-25T00:58:14.949Z[ recovery-image] Aug 25 00:58:13.922 INFO O| Aug 25 00:58:13.922 INFO STEP 663 (remove_files) COMPLETE
72952026-08-25T00:58:14.952Z[ recovery-image] Aug 25 00:58:13.922 INFO O| Aug 25 00:58:13.922 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-25T00:58:14.958Z[ recovery-image] Aug 25 00:58:13.931 INFO O| Aug 25 00:58:13.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72972026-08-25T00:58:14.958Z[ recovery-image] Aug 25 00:58:13.931 INFO O| Aug 25 00:58:13.931 INFO STEP 664 (remove_files) COMPLETE
72982026-08-25T00:58:14.958Z[ recovery-image] Aug 25 00:58:13.931 INFO O| Aug 25 00:58:13.931 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-25T00:58:14.962Z[verify-libraries] Compiling sync-ptr v0.1.4
73002026-08-25T00:58:14.968Z[ recovery-image] Aug 25 00:58:13.940 INFO O| Aug 25 00:58:13.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73012026-08-25T00:58:14.968Z[ recovery-image] Aug 25 00:58:13.940 INFO O| Aug 25 00:58:13.940 INFO STEP 665 (remove_files) COMPLETE
73022026-08-25T00:58:14.968Z[ recovery-image] Aug 25 00:58:13.940 INFO O| Aug 25 00:58:13.940 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-25T00:58:14.977Z[ recovery-image] Aug 25 00:58:13.949 INFO O| Aug 25 00:58:13.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73042026-08-25T00:58:14.977Z[ recovery-image] Aug 25 00:58:13.949 INFO O| Aug 25 00:58:13.949 INFO STEP 666 (remove_files) COMPLETE
73052026-08-25T00:58:14.980Z[ recovery-image] Aug 25 00:58:13.949 INFO O| Aug 25 00:58:13.949 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-25T00:58:14.986Z[ recovery-image] Aug 25 00:58:13.958 INFO O| Aug 25 00:58:13.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73072026-08-25T00:58:14.986Z[ recovery-image] Aug 25 00:58:13.958 INFO O| Aug 25 00:58:13.958 INFO STEP 667 (remove_files) COMPLETE
73082026-08-25T00:58:14.988Z[ recovery-image] Aug 25 00:58:13.958 INFO O| Aug 25 00:58:13.958 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-25T00:58:14.995Z[ recovery-image] Aug 25 00:58:13.967 INFO O| Aug 25 00:58:13.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73102026-08-25T00:58:15.002Z[ recovery-image] Aug 25 00:58:13.968 INFO O| Aug 25 00:58:13.968 INFO STEP 668 (remove_files) COMPLETE
73112026-08-25T00:58:15.002Z[ recovery-image] Aug 25 00:58:13.968 INFO O| Aug 25 00:58:13.968 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-25T00:58:15.005Z[ recovery-image] Aug 25 00:58:13.977 INFO O| Aug 25 00:58:13.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73132026-08-25T00:58:15.005Z[ recovery-image] Aug 25 00:58:13.977 INFO O| Aug 25 00:58:13.977 INFO STEP 669 (remove_files) COMPLETE
73142026-08-25T00:58:15.005Z[ recovery-image] Aug 25 00:58:13.977 INFO O| Aug 25 00:58:13.977 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-25T00:58:15.013Z[ recovery-image] Aug 25 00:58:13.985 INFO O| Aug 25 00:58:13.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73162026-08-25T00:58:15.013Z[ recovery-image] Aug 25 00:58:13.986 INFO O| Aug 25 00:58:13.986 INFO STEP 670 (remove_files) COMPLETE
73172026-08-25T00:58:15.017Z[ recovery-image] Aug 25 00:58:13.986 INFO O| Aug 25 00:58:13.986 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-25T00:58:15.022Z[ recovery-image] Aug 25 00:58:13.994 INFO O| Aug 25 00:58:13.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73192026-08-25T00:58:15.022Z[ recovery-image] Aug 25 00:58:13.994 INFO O| Aug 25 00:58:13.994 INFO STEP 671 (remove_files) COMPLETE
73202026-08-25T00:58:15.022Z[ recovery-image] Aug 25 00:58:13.994 INFO O| Aug 25 00:58:13.994 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-25T00:58:15.032Z[ recovery-image] Aug 25 00:58:14.003 INFO O| Aug 25 00:58:14.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73222026-08-25T00:58:15.032Z[ recovery-image] Aug 25 00:58:14.003 INFO O| Aug 25 00:58:14.003 INFO STEP 672 (remove_files) COMPLETE
73232026-08-25T00:58:15.032Z[ recovery-image] Aug 25 00:58:14.003 INFO O| Aug 25 00:58:14.003 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-25T00:58:15.043Z[ recovery-image] Aug 25 00:58:14.012 INFO O| Aug 25 00:58:14.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73252026-08-25T00:58:15.043Z[ recovery-image] Aug 25 00:58:14.012 INFO O| Aug 25 00:58:14.012 INFO STEP 673 (remove_files) COMPLETE
73262026-08-25T00:58:15.043Z[ recovery-image] Aug 25 00:58:14.012 INFO O| Aug 25 00:58:14.012 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-25T00:58:15.049Z[ recovery-image] Aug 25 00:58:14.021 INFO O| Aug 25 00:58:14.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73282026-08-25T00:58:15.049Z[ recovery-image] Aug 25 00:58:14.021 INFO O| Aug 25 00:58:14.021 INFO STEP 674 (remove_files) COMPLETE
73292026-08-25T00:58:15.049Z[ recovery-image] Aug 25 00:58:14.021 INFO O| Aug 25 00:58:14.021 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-25T00:58:15.060Z[ recovery-image] Aug 25 00:58:14.030 INFO O| Aug 25 00:58:14.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73312026-08-25T00:58:15.060Z[ recovery-image] Aug 25 00:58:14.030 INFO O| Aug 25 00:58:14.030 INFO STEP 675 (remove_files) COMPLETE
73322026-08-25T00:58:15.060Z[ recovery-image] Aug 25 00:58:14.030 INFO O| Aug 25 00:58:14.030 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-25T00:58:15.068Z[ recovery-image] Aug 25 00:58:14.039 INFO O| Aug 25 00:58:14.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73342026-08-25T00:58:15.068Z[ recovery-image] Aug 25 00:58:14.039 INFO O| Aug 25 00:58:14.039 INFO STEP 676 (remove_files) COMPLETE
73352026-08-25T00:58:15.068Z[ recovery-image] Aug 25 00:58:14.039 INFO O| Aug 25 00:58:14.039 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-25T00:58:15.077Z[ recovery-image] Aug 25 00:58:14.049 INFO O| Aug 25 00:58:14.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73372026-08-25T00:58:15.077Z[ recovery-image] Aug 25 00:58:14.050 INFO O| Aug 25 00:58:14.050 INFO STEP 677 (remove_files) COMPLETE
73382026-08-25T00:58:15.077Z[ recovery-image] Aug 25 00:58:14.050 INFO O| Aug 25 00:58:14.050 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-25T00:58:15.088Z[ recovery-image] Aug 25 00:58:14.060 INFO O| Aug 25 00:58:14.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73402026-08-25T00:58:15.088Z[ recovery-image] Aug 25 00:58:14.060 INFO O| Aug 25 00:58:14.060 INFO STEP 678 (remove_files) COMPLETE
73412026-08-25T00:58:15.088Z[ recovery-image] Aug 25 00:58:14.060 INFO O| Aug 25 00:58:14.060 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-25T00:58:15.098Z[ recovery-image] Aug 25 00:58:14.070 INFO O| Aug 25 00:58:14.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73432026-08-25T00:58:15.098Z[ recovery-image] Aug 25 00:58:14.070 INFO O| Aug 25 00:58:14.070 INFO STEP 679 (remove_files) COMPLETE
73442026-08-25T00:58:15.098Z[ recovery-image] Aug 25 00:58:14.070 INFO O| Aug 25 00:58:14.070 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-25T00:58:15.107Z[ recovery-image] Aug 25 00:58:14.079 INFO O| Aug 25 00:58:14.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73462026-08-25T00:58:15.107Z[ recovery-image] Aug 25 00:58:14.080 INFO O| Aug 25 00:58:14.080 INFO STEP 680 (remove_files) COMPLETE
73472026-08-25T00:58:15.107Z[ recovery-image] Aug 25 00:58:14.080 INFO O| Aug 25 00:58:14.080 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-25T00:58:15.119Z[ recovery-image] Aug 25 00:58:14.090 INFO O| Aug 25 00:58:14.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73492026-08-25T00:58:15.119Z[ recovery-image] Aug 25 00:58:14.090 INFO O| Aug 25 00:58:14.090 INFO STEP 681 (remove_files) COMPLETE
73502026-08-25T00:58:15.119Z[ recovery-image] Aug 25 00:58:14.090 INFO O| Aug 25 00:58:14.090 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-25T00:58:15.127Z[ recovery-image] Aug 25 00:58:14.099 INFO O| Aug 25 00:58:14.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73522026-08-25T00:58:15.127Z[ recovery-image] Aug 25 00:58:14.100 INFO O| Aug 25 00:58:14.099 INFO STEP 682 (remove_files) COMPLETE
73532026-08-25T00:58:15.127Z[ recovery-image] Aug 25 00:58:14.100 INFO O| Aug 25 00:58:14.100 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-25T00:58:15.138Z[ recovery-image] Aug 25 00:58:14.109 INFO O| Aug 25 00:58:14.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73552026-08-25T00:58:15.139Z[ recovery-image] Aug 25 00:58:14.109 INFO O| Aug 25 00:58:14.109 INFO STEP 683 (remove_files) COMPLETE
73562026-08-25T00:58:15.148Z[ recovery-image] Aug 25 00:58:14.109 INFO O| Aug 25 00:58:14.109 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-25T00:58:15.152Z[ recovery-image] Aug 25 00:58:14.119 INFO O| Aug 25 00:58:14.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73582026-08-25T00:58:15.152Z[ recovery-image] Aug 25 00:58:14.119 INFO O| Aug 25 00:58:14.119 INFO STEP 684 (remove_files) COMPLETE
73592026-08-25T00:58:15.152Z[ recovery-image] Aug 25 00:58:14.119 INFO O| Aug 25 00:58:14.119 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-25T00:58:15.160Z[ recovery-image] Aug 25 00:58:14.130 INFO O| Aug 25 00:58:14.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73612026-08-25T00:58:15.160Z[ recovery-image] Aug 25 00:58:14.130 INFO O| Aug 25 00:58:14.130 INFO STEP 685 (remove_files) COMPLETE
73622026-08-25T00:58:15.163Z[ recovery-image] Aug 25 00:58:14.130 INFO O| Aug 25 00:58:14.130 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-25T00:58:15.163Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
73642026-08-25T00:58:15.173Z[ recovery-image] Aug 25 00:58:14.138 INFO O| Aug 25 00:58:14.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73652026-08-25T00:58:15.174Z[ recovery-image] Aug 25 00:58:14.138 INFO O| Aug 25 00:58:14.138 INFO STEP 686 (remove_files) COMPLETE
73662026-08-25T00:58:15.174Z[ recovery-image] Aug 25 00:58:14.138 INFO O| Aug 25 00:58:14.138 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-25T00:58:15.182Z[ recovery-image] Aug 25 00:58:14.148 INFO O| Aug 25 00:58:14.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73682026-08-25T00:58:15.182Z[ recovery-image] Aug 25 00:58:14.148 INFO O| Aug 25 00:58:14.148 INFO STEP 687 (remove_files) COMPLETE
73692026-08-25T00:58:15.183Z[ recovery-image] Aug 25 00:58:14.148 INFO O| Aug 25 00:58:14.148 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-25T00:58:15.186Z[ recovery-image] Aug 25 00:58:14.156 INFO O| Aug 25 00:58:14.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73712026-08-25T00:58:15.186Z[ recovery-image] Aug 25 00:58:14.156 INFO O| Aug 25 00:58:14.156 INFO STEP 688 (remove_files) COMPLETE
73722026-08-25T00:58:15.186Z[ recovery-image] Aug 25 00:58:14.156 INFO O| Aug 25 00:58:14.156 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-25T00:58:15.193Z[ recovery-image] Aug 25 00:58:14.164 INFO O| Aug 25 00:58:14.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73742026-08-25T00:58:15.193Z[ recovery-image] Aug 25 00:58:14.164 INFO O| Aug 25 00:58:14.164 INFO STEP 689 (remove_files) COMPLETE
73752026-08-25T00:58:15.193Z[ recovery-image] Aug 25 00:58:14.164 INFO O| Aug 25 00:58:14.164 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-25T00:58:15.200Z[ recovery-image] Aug 25 00:58:14.173 INFO O| Aug 25 00:58:14.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73772026-08-25T00:58:15.200Z[ recovery-image] Aug 25 00:58:14.173 INFO O| Aug 25 00:58:14.173 INFO STEP 690 (remove_files) COMPLETE
73782026-08-25T00:58:15.200Z[ recovery-image] Aug 25 00:58:14.173 INFO O| Aug 25 00:58:14.173 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-25T00:58:15.211Z[ recovery-image] Aug 25 00:58:14.183 INFO O| Aug 25 00:58:14.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73802026-08-25T00:58:15.211Z[ recovery-image] Aug 25 00:58:14.183 INFO O| Aug 25 00:58:14.183 INFO STEP 691 (remove_files) COMPLETE
73812026-08-25T00:58:15.211Z[ recovery-image] Aug 25 00:58:14.183 INFO O| Aug 25 00:58:14.183 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-25T00:58:15.221Z[ recovery-image] Aug 25 00:58:14.193 INFO O| Aug 25 00:58:14.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73832026-08-25T00:58:15.221Z[ recovery-image] Aug 25 00:58:14.193 INFO O| Aug 25 00:58:14.193 INFO STEP 692 (remove_files) COMPLETE
73842026-08-25T00:58:15.221Z[ recovery-image] Aug 25 00:58:14.193 INFO O| Aug 25 00:58:14.193 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-25T00:58:15.231Z[ recovery-image] Aug 25 00:58:14.203 INFO O| Aug 25 00:58:14.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73862026-08-25T00:58:15.231Z[ recovery-image] Aug 25 00:58:14.203 INFO O| Aug 25 00:58:14.203 INFO STEP 693 (remove_files) COMPLETE
73872026-08-25T00:58:15.231Z[ recovery-image] Aug 25 00:58:14.203 INFO O| Aug 25 00:58:14.203 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-25T00:58:15.243Z[ recovery-image] Aug 25 00:58:14.214 INFO O| Aug 25 00:58:14.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73892026-08-25T00:58:15.243Z[ recovery-image] Aug 25 00:58:14.214 INFO O| Aug 25 00:58:14.214 INFO STEP 694 (remove_files) COMPLETE
73902026-08-25T00:58:15.243Z[ recovery-image] Aug 25 00:58:14.214 INFO O| Aug 25 00:58:14.214 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-25T00:58:15.251Z[ recovery-image] Aug 25 00:58:14.224 INFO O| Aug 25 00:58:14.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73922026-08-25T00:58:15.251Z[ recovery-image] Aug 25 00:58:14.224 INFO O| Aug 25 00:58:14.224 INFO STEP 695 (remove_files) COMPLETE
73932026-08-25T00:58:15.251Z[ recovery-image] Aug 25 00:58:14.224 INFO O| Aug 25 00:58:14.224 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-25T00:58:15.261Z[ recovery-image] Aug 25 00:58:14.233 INFO O| Aug 25 00:58:14.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73952026-08-25T00:58:15.261Z[ recovery-image] Aug 25 00:58:14.233 INFO O| Aug 25 00:58:14.233 INFO STEP 696 (remove_files) COMPLETE
73962026-08-25T00:58:15.262Z[ recovery-image] Aug 25 00:58:14.233 INFO O| Aug 25 00:58:14.233 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-25T00:58:15.273Z[ recovery-image] Aug 25 00:58:14.245 INFO O| Aug 25 00:58:14.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73982026-08-25T00:58:15.273Z[ recovery-image] Aug 25 00:58:14.245 INFO O| Aug 25 00:58:14.245 INFO STEP 697 (remove_files) COMPLETE
73992026-08-25T00:58:15.273Z[ recovery-image] Aug 25 00:58:14.245 INFO O| Aug 25 00:58:14.245 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-25T00:58:15.285Z[ recovery-image] Aug 25 00:58:14.257 INFO O| Aug 25 00:58:14.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74012026-08-25T00:58:15.285Z[ recovery-image] Aug 25 00:58:14.257 INFO O| Aug 25 00:58:14.257 INFO STEP 698 (remove_files) COMPLETE
74022026-08-25T00:58:15.285Z[ recovery-image] Aug 25 00:58:14.257 INFO O| Aug 25 00:58:14.257 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-25T00:58:15.295Z[ recovery-image] Aug 25 00:58:14.267 INFO O| Aug 25 00:58:14.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74042026-08-25T00:58:15.295Z[ recovery-image] Aug 25 00:58:14.267 INFO O| Aug 25 00:58:14.267 INFO STEP 699 (remove_files) COMPLETE
74052026-08-25T00:58:15.300Z[ recovery-image] Aug 25 00:58:14.267 INFO O| Aug 25 00:58:14.267 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-25T00:58:15.307Z[ recovery-image] Aug 25 00:58:14.276 INFO O| Aug 25 00:58:14.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74072026-08-25T00:58:15.308Z[ recovery-image] Aug 25 00:58:14.276 INFO O| Aug 25 00:58:14.276 INFO STEP 700 (remove_files) COMPLETE
74082026-08-25T00:58:15.308Z[ recovery-image] Aug 25 00:58:14.276 INFO O| Aug 25 00:58:14.276 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-25T00:58:15.315Z[ recovery-image] Aug 25 00:58:14.286 INFO O| Aug 25 00:58:14.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74102026-08-25T00:58:15.315Z[ recovery-image] Aug 25 00:58:14.286 INFO O| Aug 25 00:58:14.286 INFO STEP 701 (remove_files) COMPLETE
74112026-08-25T00:58:15.319Z[ recovery-image] Aug 25 00:58:14.286 INFO O| Aug 25 00:58:14.286 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-25T00:58:15.322Z[ recovery-image] Aug 25 00:58:14.295 INFO O| Aug 25 00:58:14.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74132026-08-25T00:58:15.322Z[ recovery-image] Aug 25 00:58:14.295 INFO O| Aug 25 00:58:14.295 INFO STEP 702 (remove_files) COMPLETE
74142026-08-25T00:58:15.325Z[ recovery-image] Aug 25 00:58:14.295 INFO O| Aug 25 00:58:14.295 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-25T00:58:15.333Z[ recovery-image] Aug 25 00:58:14.305 INFO O| Aug 25 00:58:14.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74162026-08-25T00:58:15.333Z[ recovery-image] Aug 25 00:58:14.305 INFO O| Aug 25 00:58:14.305 INFO STEP 703 (remove_files) COMPLETE
74172026-08-25T00:58:15.333Z[ recovery-image] Aug 25 00:58:14.305 INFO O| Aug 25 00:58:14.305 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-25T00:58:15.344Z[ recovery-image] Aug 25 00:58:14.315 INFO O| Aug 25 00:58:14.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74192026-08-25T00:58:15.344Z[ recovery-image] Aug 25 00:58:14.315 INFO O| Aug 25 00:58:14.315 INFO STEP 704 (remove_files) COMPLETE
74202026-08-25T00:58:15.344Z[ recovery-image] Aug 25 00:58:14.315 INFO O| Aug 25 00:58:14.315 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-25T00:58:15.359Z[ recovery-image] Aug 25 00:58:14.324 INFO O| Aug 25 00:58:14.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74222026-08-25T00:58:15.359Z[ recovery-image] Aug 25 00:58:14.324 INFO O| Aug 25 00:58:14.324 INFO STEP 705 (remove_files) COMPLETE
74232026-08-25T00:58:15.362Z[ recovery-image] Aug 25 00:58:14.324 INFO O| Aug 25 00:58:14.324 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-25T00:58:15.362Z[ recovery-image] Aug 25 00:58:14.334 INFO O| Aug 25 00:58:14.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74252026-08-25T00:58:15.362Z[ recovery-image] Aug 25 00:58:14.334 INFO O| Aug 25 00:58:14.334 INFO STEP 706 (remove_files) COMPLETE
74262026-08-25T00:58:15.362Z[ recovery-image] Aug 25 00:58:14.334 INFO O| Aug 25 00:58:14.334 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-25T00:58:15.371Z[ recovery-image] Aug 25 00:58:14.343 INFO O| Aug 25 00:58:14.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74282026-08-25T00:58:15.371Z[ recovery-image] Aug 25 00:58:14.344 INFO O| Aug 25 00:58:14.343 INFO STEP 707 (remove_files) COMPLETE
74292026-08-25T00:58:15.371Z[ recovery-image] Aug 25 00:58:14.344 INFO O| Aug 25 00:58:14.344 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-25T00:58:15.380Z[ recovery-image] Aug 25 00:58:14.353 INFO O| Aug 25 00:58:14.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74312026-08-25T00:58:15.380Z[ recovery-image] Aug 25 00:58:14.353 INFO O| Aug 25 00:58:14.353 INFO STEP 708 (remove_files) COMPLETE
74322026-08-25T00:58:15.381Z[ recovery-image] Aug 25 00:58:14.353 INFO O| Aug 25 00:58:14.353 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-25T00:58:15.392Z[verify-libraries] Compiling hex-literal v1.1.0
74342026-08-25T00:58:15.396Z[ recovery-image] Aug 25 00:58:14.362 INFO O| Aug 25 00:58:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74352026-08-25T00:58:15.396Z[ recovery-image] Aug 25 00:58:14.362 INFO O| Aug 25 00:58:14.362 INFO STEP 709 (remove_files) COMPLETE
74362026-08-25T00:58:15.396Z[ recovery-image] Aug 25 00:58:14.362 INFO O| Aug 25 00:58:14.362 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-25T00:58:15.402Z[ recovery-image] Aug 25 00:58:14.374 INFO O| Aug 25 00:58:14.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74382026-08-25T00:58:15.402Z[ recovery-image] Aug 25 00:58:14.374 INFO O| Aug 25 00:58:14.374 INFO STEP 710 (remove_files) COMPLETE
74392026-08-25T00:58:15.406Z[ recovery-image] Aug 25 00:58:14.374 INFO O| Aug 25 00:58:14.374 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-25T00:58:15.411Z[ recovery-image] Aug 25 00:58:14.383 INFO O| Aug 25 00:58:14.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74412026-08-25T00:58:15.411Z[ recovery-image] Aug 25 00:58:14.384 INFO O| Aug 25 00:58:14.384 INFO STEP 711 (remove_files) COMPLETE
74422026-08-25T00:58:15.416Z[ recovery-image] Aug 25 00:58:14.384 INFO O| Aug 25 00:58:14.384 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-25T00:58:15.421Z[ recovery-image] Aug 25 00:58:14.393 INFO O| Aug 25 00:58:14.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74442026-08-25T00:58:15.422Z[ recovery-image] Aug 25 00:58:14.393 INFO O| Aug 25 00:58:14.393 INFO STEP 712 (remove_files) COMPLETE
74452026-08-25T00:58:15.425Z[ recovery-image] Aug 25 00:58:14.393 INFO O| Aug 25 00:58:14.393 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-25T00:58:15.429Z[verify-libraries] Compiling md5 v0.8.0
74472026-08-25T00:58:15.435Z[ recovery-image] Aug 25 00:58:14.401 INFO O| Aug 25 00:58:14.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74482026-08-25T00:58:15.435Z[ recovery-image] Aug 25 00:58:14.401 INFO O| Aug 25 00:58:14.401 INFO STEP 713 (remove_files) COMPLETE
74492026-08-25T00:58:15.435Z[ recovery-image] Aug 25 00:58:14.401 INFO O| Aug 25 00:58:14.401 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-25T00:58:15.438Z[ recovery-image] Aug 25 00:58:14.410 INFO O| Aug 25 00:58:14.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74512026-08-25T00:58:15.438Z[ recovery-image] Aug 25 00:58:14.410 INFO O| Aug 25 00:58:14.410 INFO STEP 714 (remove_files) COMPLETE
74522026-08-25T00:58:15.441Z[ recovery-image] Aug 25 00:58:14.411 INFO O| Aug 25 00:58:14.410 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-25T00:58:15.451Z[ recovery-image] Aug 25 00:58:14.424 INFO O| Aug 25 00:58:14.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74542026-08-25T00:58:15.452Z[ recovery-image] Aug 25 00:58:14.424 INFO O| Aug 25 00:58:14.424 INFO STEP 715 (remove_files) COMPLETE
74552026-08-25T00:58:15.452Z[ recovery-image] Aug 25 00:58:14.424 INFO O| Aug 25 00:58:14.424 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-25T00:58:15.462Z[ recovery-image] Aug 25 00:58:14.434 INFO O| Aug 25 00:58:14.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74572026-08-25T00:58:15.466Z[ recovery-image] Aug 25 00:58:14.437 INFO O| Aug 25 00:58:14.437 INFO STEP 716 (remove_files) COMPLETE
74582026-08-25T00:58:15.466Z[ recovery-image] Aug 25 00:58:14.437 INFO O| Aug 25 00:58:14.437 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-25T00:58:15.475Z[ recovery-image] Aug 25 00:58:14.447 INFO O| Aug 25 00:58:14.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74602026-08-25T00:58:15.475Z[ recovery-image] Aug 25 00:58:14.447 INFO O| Aug 25 00:58:14.447 INFO STEP 717 (remove_files) COMPLETE
74612026-08-25T00:58:15.478Z[ recovery-image] Aug 25 00:58:14.447 INFO O| Aug 25 00:58:14.447 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-25T00:58:15.485Z[ recovery-image] Aug 25 00:58:14.457 INFO O| Aug 25 00:58:14.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74632026-08-25T00:58:15.488Z[ recovery-image] Aug 25 00:58:14.458 INFO O| Aug 25 00:58:14.458 INFO STEP 718 (remove_files) COMPLETE
74642026-08-25T00:58:15.488Z[ recovery-image] Aug 25 00:58:14.458 INFO O| Aug 25 00:58:14.458 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-25T00:58:15.497Z[ recovery-image] Aug 25 00:58:14.468 INFO O| Aug 25 00:58:14.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74662026-08-25T00:58:15.497Z[ recovery-image] Aug 25 00:58:14.469 INFO O| Aug 25 00:58:14.469 INFO STEP 719 (remove_files) COMPLETE
74672026-08-25T00:58:15.497Z[ recovery-image] Aug 25 00:58:14.469 INFO O| Aug 25 00:58:14.469 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-25T00:58:15.506Z[ recovery-image] Aug 25 00:58:14.478 INFO O| Aug 25 00:58:14.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74692026-08-25T00:58:15.509Z[ recovery-image] Aug 25 00:58:14.478 INFO O| Aug 25 00:58:14.478 INFO STEP 720 (remove_files) COMPLETE
74702026-08-25T00:58:15.509Z[ recovery-image] Aug 25 00:58:14.478 INFO O| Aug 25 00:58:14.478 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-25T00:58:15.514Z[ recovery-image] Aug 25 00:58:14.486 INFO O| Aug 25 00:58:14.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74722026-08-25T00:58:15.514Z[ recovery-image] Aug 25 00:58:14.486 INFO O| Aug 25 00:58:14.486 INFO STEP 721 (remove_files) COMPLETE
74732026-08-25T00:58:15.517Z[ recovery-image] Aug 25 00:58:14.486 INFO O| Aug 25 00:58:14.486 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-25T00:58:15.528Z[ recovery-image] Aug 25 00:58:14.496 INFO O| Aug 25 00:58:14.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74752026-08-25T00:58:15.528Z[ recovery-image] Aug 25 00:58:14.496 INFO O| Aug 25 00:58:14.496 INFO STEP 722 (remove_files) COMPLETE
74762026-08-25T00:58:15.531Z[ recovery-image] Aug 25 00:58:14.496 INFO O| Aug 25 00:58:14.496 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-25T00:58:15.536Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74782026-08-25T00:58:15.540Z[ recovery-image] Aug 25 00:58:14.508 INFO O| Aug 25 00:58:14.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74792026-08-25T00:58:15.540Z[ recovery-image] Aug 25 00:58:14.508 INFO O| Aug 25 00:58:14.508 INFO STEP 723 (remove_files) COMPLETE
74802026-08-25T00:58:15.540Z[ recovery-image] Aug 25 00:58:14.508 INFO O| Aug 25 00:58:14.508 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-25T00:58:15.547Z[ recovery-image] Aug 25 00:58:14.519 INFO O| Aug 25 00:58:14.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74822026-08-25T00:58:15.547Z[ recovery-image] Aug 25 00:58:14.519 INFO O| Aug 25 00:58:14.519 INFO STEP 724 (remove_files) COMPLETE
74832026-08-25T00:58:15.547Z[ recovery-image] Aug 25 00:58:14.519 INFO O| Aug 25 00:58:14.519 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-25T00:58:15.557Z[ recovery-image] Aug 25 00:58:14.530 INFO O| Aug 25 00:58:14.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74852026-08-25T00:58:15.557Z[ recovery-image] Aug 25 00:58:14.530 INFO O| Aug 25 00:58:14.530 INFO STEP 725 (remove_files) COMPLETE
74862026-08-25T00:58:15.561Z[ recovery-image] Aug 25 00:58:14.530 INFO O| Aug 25 00:58:14.530 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-25T00:58:15.567Z[ recovery-image] Aug 25 00:58:14.539 INFO O| Aug 25 00:58:14.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74882026-08-25T00:58:15.567Z[ recovery-image] Aug 25 00:58:14.539 INFO O| Aug 25 00:58:14.539 INFO STEP 726 (remove_files) COMPLETE
74892026-08-25T00:58:15.567Z[ recovery-image] Aug 25 00:58:14.539 INFO O| Aug 25 00:58:14.539 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-25T00:58:15.576Z[ recovery-image] Aug 25 00:58:14.549 INFO O| Aug 25 00:58:14.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74912026-08-25T00:58:15.576Z[ recovery-image] Aug 25 00:58:14.549 INFO O| Aug 25 00:58:14.549 INFO STEP 727 (remove_files) COMPLETE
74922026-08-25T00:58:15.576Z[ recovery-image] Aug 25 00:58:14.549 INFO O| Aug 25 00:58:14.549 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-25T00:58:15.579Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
74942026-08-25T00:58:15.586Z[ recovery-image] Aug 25 00:58:14.558 INFO O| Aug 25 00:58:14.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74952026-08-25T00:58:15.586Z[ recovery-image] Aug 25 00:58:14.558 INFO O| Aug 25 00:58:14.558 INFO STEP 728 (remove_files) COMPLETE
74962026-08-25T00:58:15.586Z[ recovery-image] Aug 25 00:58:14.558 INFO O| Aug 25 00:58:14.558 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-25T00:58:15.642Z[ recovery-image] Aug 25 00:58:14.566 INFO O| Aug 25 00:58:14.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74982026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.569 INFO O| Aug 25 00:58:14.567 INFO STEP 729 (remove_files) COMPLETE
74992026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.569 INFO O| Aug 25 00:58:14.567 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.580 INFO O| Aug 25 00:58:14.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75012026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.580 INFO O| Aug 25 00:58:14.580 INFO STEP 730 (remove_files) COMPLETE
75022026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.580 INFO O| Aug 25 00:58:14.580 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.591 INFO O| Aug 25 00:58:14.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75042026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.591 INFO O| Aug 25 00:58:14.591 INFO STEP 731 (remove_files) COMPLETE
75052026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.591 INFO O| Aug 25 00:58:14.591 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-25T00:58:15.643Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
75072026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.600 INFO O| Aug 25 00:58:14.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75082026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.600 INFO O| Aug 25 00:58:14.600 INFO STEP 732 (remove_files) COMPLETE
75092026-08-25T00:58:15.643Z[ recovery-image] Aug 25 00:58:14.600 INFO O| Aug 25 00:58:14.600 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-25T00:58:15.648Z[ recovery-image] Aug 25 00:58:14.609 INFO O| Aug 25 00:58:14.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75112026-08-25T00:58:15.648Z[ recovery-image] Aug 25 00:58:14.609 INFO O| Aug 25 00:58:14.609 INFO STEP 733 (remove_files) COMPLETE
75122026-08-25T00:58:15.649Z[ recovery-image] Aug 25 00:58:14.609 INFO O| Aug 25 00:58:14.609 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-25T00:58:15.654Z[ recovery-image] Aug 25 00:58:14.620 INFO O| Aug 25 00:58:14.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75142026-08-25T00:58:15.654Z[ recovery-image] Aug 25 00:58:14.620 INFO O| Aug 25 00:58:14.620 INFO STEP 734 (remove_files) COMPLETE
75152026-08-25T00:58:15.654Z[ recovery-image] Aug 25 00:58:14.620 INFO O| Aug 25 00:58:14.620 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-25T00:58:15.658Z[ recovery-image] Aug 25 00:58:14.630 INFO O| Aug 25 00:58:14.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75172026-08-25T00:58:15.658Z[ recovery-image] Aug 25 00:58:14.630 INFO O| Aug 25 00:58:14.630 INFO STEP 735 (remove_files) COMPLETE
75182026-08-25T00:58:15.658Z[ recovery-image] Aug 25 00:58:14.630 INFO O| Aug 25 00:58:14.630 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-25T00:58:15.668Z[ recovery-image] Aug 25 00:58:14.640 INFO O| Aug 25 00:58:14.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75202026-08-25T00:58:15.668Z[ recovery-image] Aug 25 00:58:14.640 INFO O| Aug 25 00:58:14.640 INFO STEP 736 (remove_files) COMPLETE
75212026-08-25T00:58:15.668Z[ recovery-image] Aug 25 00:58:14.640 INFO O| Aug 25 00:58:14.640 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-25T00:58:15.683Z[ recovery-image] Aug 25 00:58:14.650 INFO O| Aug 25 00:58:14.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75232026-08-25T00:58:15.683Z[ recovery-image] Aug 25 00:58:14.650 INFO O| Aug 25 00:58:14.650 INFO STEP 737 (remove_files) COMPLETE
75242026-08-25T00:58:15.683Z[ recovery-image] Aug 25 00:58:14.650 INFO O| Aug 25 00:58:14.650 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-25T00:58:15.690Z[ recovery-image] Aug 25 00:58:14.659 INFO O| Aug 25 00:58:14.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75262026-08-25T00:58:15.690Z[ recovery-image] Aug 25 00:58:14.659 INFO O| Aug 25 00:58:14.659 INFO STEP 738 (remove_files) COMPLETE
75272026-08-25T00:58:15.690Z[ recovery-image] Aug 25 00:58:14.659 INFO O| Aug 25 00:58:14.659 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-25T00:58:15.695Z[ recovery-image] Aug 25 00:58:14.668 INFO O| Aug 25 00:58:14.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75292026-08-25T00:58:15.695Z[ recovery-image] Aug 25 00:58:14.668 INFO O| Aug 25 00:58:14.668 INFO STEP 739 (remove_files) COMPLETE
75302026-08-25T00:58:15.695Z[ recovery-image] Aug 25 00:58:14.668 INFO O| Aug 25 00:58:14.668 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-25T00:58:15.704Z[ recovery-image] Aug 25 00:58:14.676 INFO O| Aug 25 00:58:14.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75322026-08-25T00:58:15.704Z[ recovery-image] Aug 25 00:58:14.676 INFO O| Aug 25 00:58:14.676 INFO STEP 740 (remove_files) COMPLETE
75332026-08-25T00:58:15.704Z[ recovery-image] Aug 25 00:58:14.676 INFO O| Aug 25 00:58:14.676 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-25T00:58:15.714Z[ recovery-image] Aug 25 00:58:14.686 INFO O| Aug 25 00:58:14.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75352026-08-25T00:58:15.714Z[ recovery-image] Aug 25 00:58:14.686 INFO O| Aug 25 00:58:14.686 INFO STEP 741 (remove_files) COMPLETE
75362026-08-25T00:58:15.721Z[ recovery-image] Aug 25 00:58:14.686 INFO O| Aug 25 00:58:14.686 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-25T00:58:15.724Z[ recovery-image] Aug 25 00:58:14.695 INFO O| Aug 25 00:58:14.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75382026-08-25T00:58:15.724Z[ recovery-image] Aug 25 00:58:14.696 INFO O| Aug 25 00:58:14.696 INFO STEP 742 (remove_files) COMPLETE
75392026-08-25T00:58:15.724Z[ recovery-image] Aug 25 00:58:14.696 INFO O| Aug 25 00:58:14.696 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-25T00:58:15.732Z[ recovery-image] Aug 25 00:58:14.704 INFO O| Aug 25 00:58:14.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75412026-08-25T00:58:15.735Z[ recovery-image] Aug 25 00:58:14.704 INFO O| Aug 25 00:58:14.704 INFO STEP 743 (remove_files) COMPLETE
75422026-08-25T00:58:15.735Z[ recovery-image] Aug 25 00:58:14.704 INFO O| Aug 25 00:58:14.704 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-25T00:58:15.740Z[ recovery-image] Aug 25 00:58:14.712 INFO O| Aug 25 00:58:14.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75442026-08-25T00:58:15.740Z[ recovery-image] Aug 25 00:58:14.712 INFO O| Aug 25 00:58:14.712 INFO STEP 744 (remove_files) COMPLETE
75452026-08-25T00:58:15.740Z[ recovery-image] Aug 25 00:58:14.712 INFO O| Aug 25 00:58:14.712 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-25T00:58:15.751Z[ recovery-image] Aug 25 00:58:14.720 INFO O| Aug 25 00:58:14.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75472026-08-25T00:58:15.751Z[ recovery-image] Aug 25 00:58:14.720 INFO O| Aug 25 00:58:14.720 INFO STEP 745 (remove_files) COMPLETE
75482026-08-25T00:58:15.752Z[ recovery-image] Aug 25 00:58:14.720 INFO O| Aug 25 00:58:14.720 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-25T00:58:15.758Z[ recovery-image] Aug 25 00:58:14.730 INFO O| Aug 25 00:58:14.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75502026-08-25T00:58:15.758Z[ recovery-image] Aug 25 00:58:14.730 INFO O| Aug 25 00:58:14.730 INFO STEP 746 (remove_files) COMPLETE
75512026-08-25T00:58:15.758Z[ recovery-image] Aug 25 00:58:14.730 INFO O| Aug 25 00:58:14.730 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-25T00:58:15.772Z[ recovery-image] Aug 25 00:58:14.744 INFO O| Aug 25 00:58:14.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75532026-08-25T00:58:15.772Z[ recovery-image] Aug 25 00:58:14.744 INFO O| Aug 25 00:58:14.744 INFO STEP 747 (remove_files) COMPLETE
75542026-08-25T00:58:15.772Z[ recovery-image] Aug 25 00:58:14.744 INFO O| Aug 25 00:58:14.744 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-25T00:58:15.782Z[ recovery-image] Aug 25 00:58:14.754 INFO O| Aug 25 00:58:14.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75562026-08-25T00:58:15.782Z[ recovery-image] Aug 25 00:58:14.754 INFO O| Aug 25 00:58:14.754 INFO STEP 748 (remove_files) COMPLETE
75572026-08-25T00:58:15.782Z[ recovery-image] Aug 25 00:58:14.754 INFO O| Aug 25 00:58:14.754 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-25T00:58:15.798Z[ recovery-image] Aug 25 00:58:14.764 INFO O| Aug 25 00:58:14.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75592026-08-25T00:58:15.798Z[ recovery-image] Aug 25 00:58:14.764 INFO O| Aug 25 00:58:14.764 INFO STEP 749 (remove_files) COMPLETE
75602026-08-25T00:58:15.798Z[ recovery-image] Aug 25 00:58:14.764 INFO O| Aug 25 00:58:14.764 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-25T00:58:15.802Z[ recovery-image] Aug 25 00:58:14.774 INFO O| Aug 25 00:58:14.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75622026-08-25T00:58:15.802Z[ recovery-image] Aug 25 00:58:14.774 INFO O| Aug 25 00:58:14.774 INFO STEP 750 (remove_files) COMPLETE
75632026-08-25T00:58:15.807Z[ recovery-image] Aug 25 00:58:14.774 INFO O| Aug 25 00:58:14.774 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-25T00:58:15.822Z[ recovery-image] Aug 25 00:58:14.784 INFO O| Aug 25 00:58:14.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75652026-08-25T00:58:15.822Z[ recovery-image] Aug 25 00:58:14.784 INFO O| Aug 25 00:58:14.784 INFO STEP 751 (remove_files) COMPLETE
75662026-08-25T00:58:15.822Z[ recovery-image] Aug 25 00:58:14.784 INFO O| Aug 25 00:58:14.784 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-25T00:58:15.828Z[ recovery-image] Aug 25 00:58:14.795 INFO O| Aug 25 00:58:14.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75682026-08-25T00:58:15.828Z[ recovery-image] Aug 25 00:58:14.795 INFO O| Aug 25 00:58:14.795 INFO STEP 752 (remove_files) COMPLETE
75692026-08-25T00:58:15.828Z[ recovery-image] Aug 25 00:58:14.795 INFO O| Aug 25 00:58:14.795 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-25T00:58:15.843Z[ recovery-image] Aug 25 00:58:14.804 INFO O| Aug 25 00:58:14.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75712026-08-25T00:58:15.843Z[ recovery-image] Aug 25 00:58:14.804 INFO O| Aug 25 00:58:14.804 INFO STEP 753 (remove_files) COMPLETE
75722026-08-25T00:58:15.843Z[ recovery-image] Aug 25 00:58:14.804 INFO O| Aug 25 00:58:14.804 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-25T00:58:15.853Z[ recovery-image] Aug 25 00:58:14.813 INFO O| Aug 25 00:58:14.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75742026-08-25T00:58:15.853Z[ recovery-image] Aug 25 00:58:14.813 INFO O| Aug 25 00:58:14.813 INFO STEP 754 (remove_files) COMPLETE
75752026-08-25T00:58:15.855Z[ recovery-image] Aug 25 00:58:14.813 INFO O| Aug 25 00:58:14.813 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-25T00:58:15.862Z[ recovery-image] Aug 25 00:58:14.822 INFO O| Aug 25 00:58:14.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75772026-08-25T00:58:15.862Z[ recovery-image] Aug 25 00:58:14.822 INFO O| Aug 25 00:58:14.822 INFO STEP 755 (remove_files) COMPLETE
75782026-08-25T00:58:15.862Z[ recovery-image] Aug 25 00:58:14.822 INFO O| Aug 25 00:58:14.822 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-25T00:58:15.862Z[ recovery-image] Aug 25 00:58:14.831 INFO O| Aug 25 00:58:14.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75802026-08-25T00:58:15.862Z[ recovery-image] Aug 25 00:58:14.832 INFO O| Aug 25 00:58:14.831 INFO STEP 756 (remove_files) COMPLETE
75812026-08-25T00:58:15.862Z[ recovery-image] Aug 25 00:58:14.832 INFO O| Aug 25 00:58:14.832 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-25T00:58:15.868Z[ recovery-image] Aug 25 00:58:14.841 INFO O| Aug 25 00:58:14.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75832026-08-25T00:58:15.869Z[ recovery-image] Aug 25 00:58:14.841 INFO O| Aug 25 00:58:14.841 INFO STEP 757 (remove_files) COMPLETE
75842026-08-25T00:58:15.874Z[ recovery-image] Aug 25 00:58:14.841 INFO O| Aug 25 00:58:14.841 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-25T00:58:15.878Z[ recovery-image] Aug 25 00:58:14.850 INFO O| Aug 25 00:58:14.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75862026-08-25T00:58:15.879Z[ recovery-image] Aug 25 00:58:14.850 INFO O| Aug 25 00:58:14.850 INFO STEP 758 (remove_files) COMPLETE
75872026-08-25T00:58:15.886Z[ recovery-image] Aug 25 00:58:14.850 INFO O| Aug 25 00:58:14.850 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-25T00:58:15.892Z[ recovery-image] Aug 25 00:58:14.859 INFO O| Aug 25 00:58:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75892026-08-25T00:58:15.892Z[ recovery-image] Aug 25 00:58:14.859 INFO O| Aug 25 00:58:14.859 INFO STEP 759 (remove_files) COMPLETE
75902026-08-25T00:58:15.892Z[ recovery-image] Aug 25 00:58:14.859 INFO O| Aug 25 00:58:14.859 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-25T00:58:15.901Z[ recovery-image] Aug 25 00:58:14.868 INFO O| Aug 25 00:58:14.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75922026-08-25T00:58:15.901Z[ recovery-image] Aug 25 00:58:14.868 INFO O| Aug 25 00:58:14.868 INFO STEP 760 (remove_files) COMPLETE
75932026-08-25T00:58:15.901Z[ recovery-image] Aug 25 00:58:14.868 INFO O| Aug 25 00:58:14.868 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-25T00:58:15.906Z[ recovery-image] Aug 25 00:58:14.877 INFO O| Aug 25 00:58:14.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75952026-08-25T00:58:15.906Z[ recovery-image] Aug 25 00:58:14.877 INFO O| Aug 25 00:58:14.877 INFO STEP 761 (remove_files) COMPLETE
75962026-08-25T00:58:15.906Z[ recovery-image] Aug 25 00:58:14.877 INFO O| Aug 25 00:58:14.877 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-25T00:58:15.906Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
75982026-08-25T00:58:15.915Z[ recovery-image] Aug 25 00:58:14.887 INFO O| Aug 25 00:58:14.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75992026-08-25T00:58:15.915Z[ recovery-image] Aug 25 00:58:14.887 INFO O| Aug 25 00:58:14.887 INFO STEP 762 (remove_files) COMPLETE
76002026-08-25T00:58:15.915Z[ recovery-image] Aug 25 00:58:14.887 INFO O| Aug 25 00:58:14.887 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-25T00:58:15.926Z[ recovery-image] Aug 25 00:58:14.897 INFO O| Aug 25 00:58:14.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76022026-08-25T00:58:15.926Z[ recovery-image] Aug 25 00:58:14.897 INFO O| Aug 25 00:58:14.897 INFO STEP 763 (remove_files) COMPLETE
76032026-08-25T00:58:15.926Z[ recovery-image] Aug 25 00:58:14.897 INFO O| Aug 25 00:58:14.897 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-25T00:58:15.936Z[ recovery-image] Aug 25 00:58:14.907 INFO O| Aug 25 00:58:14.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76052026-08-25T00:58:15.936Z[ recovery-image] Aug 25 00:58:14.908 INFO O| Aug 25 00:58:14.907 INFO STEP 764 (remove_files) COMPLETE
76062026-08-25T00:58:15.941Z[ recovery-image] Aug 25 00:58:14.908 INFO O| Aug 25 00:58:14.908 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-25T00:58:15.948Z[ recovery-image] Aug 25 00:58:14.917 INFO O| Aug 25 00:58:14.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76082026-08-25T00:58:15.948Z[ recovery-image] Aug 25 00:58:14.917 INFO O| Aug 25 00:58:14.917 INFO STEP 765 (remove_files) COMPLETE
76092026-08-25T00:58:15.948Z[ recovery-image] Aug 25 00:58:14.917 INFO O| Aug 25 00:58:14.917 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-25T00:58:15.954Z[ recovery-image] Aug 25 00:58:14.926 INFO O| Aug 25 00:58:14.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76112026-08-25T00:58:15.954Z[ recovery-image] Aug 25 00:58:14.926 INFO O| Aug 25 00:58:14.926 INFO STEP 766 (remove_files) COMPLETE
76122026-08-25T00:58:15.954Z[ recovery-image] Aug 25 00:58:14.926 INFO O| Aug 25 00:58:14.926 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-25T00:58:15.961Z[verify-libraries] Compiling russh v0.62.4
76142026-08-25T00:58:15.964Z[ recovery-image] Aug 25 00:58:14.936 INFO O| Aug 25 00:58:14.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76152026-08-25T00:58:15.964Z[ recovery-image] Aug 25 00:58:14.936 INFO O| Aug 25 00:58:14.936 INFO STEP 767 (remove_files) COMPLETE
76162026-08-25T00:58:15.964Z[ recovery-image] Aug 25 00:58:14.936 INFO O| Aug 25 00:58:14.936 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-25T00:58:15.973Z[ recovery-image] Aug 25 00:58:14.946 INFO O| Aug 25 00:58:14.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76182026-08-25T00:58:15.973Z[ recovery-image] Aug 25 00:58:14.946 INFO O| Aug 25 00:58:14.946 INFO STEP 768 (remove_files) COMPLETE
76192026-08-25T00:58:15.973Z[ recovery-image] Aug 25 00:58:14.946 INFO O| Aug 25 00:58:14.946 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-25T00:58:15.983Z[ recovery-image] Aug 25 00:58:14.956 INFO O| Aug 25 00:58:14.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76212026-08-25T00:58:15.983Z[ recovery-image] Aug 25 00:58:14.956 INFO O| Aug 25 00:58:14.956 INFO STEP 769 (remove_files) COMPLETE
76222026-08-25T00:58:15.983Z[ recovery-image] Aug 25 00:58:14.956 INFO O| Aug 25 00:58:14.956 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-25T00:58:15.993Z[ recovery-image] Aug 25 00:58:14.965 INFO O| Aug 25 00:58:14.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76242026-08-25T00:58:15.996Z[ recovery-image] Aug 25 00:58:14.966 INFO O| Aug 25 00:58:14.966 INFO STEP 770 (remove_files) COMPLETE
76252026-08-25T00:58:15.996Z[ recovery-image] Aug 25 00:58:14.966 INFO O| Aug 25 00:58:14.966 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-25T00:58:16.003Z[ recovery-image] Aug 25 00:58:14.975 INFO O| Aug 25 00:58:14.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76272026-08-25T00:58:16.003Z[ recovery-image] Aug 25 00:58:14.975 INFO O| Aug 25 00:58:14.975 INFO STEP 771 (remove_files) COMPLETE
76282026-08-25T00:58:16.003Z[ recovery-image] Aug 25 00:58:14.975 INFO O| Aug 25 00:58:14.975 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-25T00:58:16.013Z[ recovery-image] Aug 25 00:58:14.985 INFO O| Aug 25 00:58:14.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76302026-08-25T00:58:16.016Z[ recovery-image] Aug 25 00:58:14.985 INFO O| Aug 25 00:58:14.985 INFO STEP 772 (remove_files) COMPLETE
76312026-08-25T00:58:16.016Z[ recovery-image] Aug 25 00:58:14.985 INFO O| Aug 25 00:58:14.985 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-25T00:58:16.021Z[ recovery-image] Aug 25 00:58:14.994 INFO O| Aug 25 00:58:14.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76332026-08-25T00:58:16.022Z[ recovery-image] Aug 25 00:58:14.994 INFO O| Aug 25 00:58:14.994 INFO STEP 773 (remove_files) COMPLETE
76342026-08-25T00:58:16.022Z[ recovery-image] Aug 25 00:58:14.994 INFO O| Aug 25 00:58:14.994 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-25T00:58:16.031Z[ recovery-image] Aug 25 00:58:15.003 INFO O| Aug 25 00:58:15.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76362026-08-25T00:58:16.031Z[ recovery-image] Aug 25 00:58:15.003 INFO O| Aug 25 00:58:15.003 INFO STEP 774 (remove_files) COMPLETE
76372026-08-25T00:58:16.031Z[ recovery-image] Aug 25 00:58:15.003 INFO O| Aug 25 00:58:15.003 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-25T00:58:16.041Z[ recovery-image] Aug 25 00:58:15.013 INFO O| Aug 25 00:58:15.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76392026-08-25T00:58:16.041Z[ recovery-image] Aug 25 00:58:15.013 INFO O| Aug 25 00:58:15.013 INFO STEP 775 (remove_files) COMPLETE
76402026-08-25T00:58:16.041Z[ recovery-image] Aug 25 00:58:15.013 INFO O| Aug 25 00:58:15.013 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-25T00:58:16.052Z[ recovery-image] Aug 25 00:58:15.022 INFO O| Aug 25 00:58:15.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76422026-08-25T00:58:16.052Z[ recovery-image] Aug 25 00:58:15.023 INFO O| Aug 25 00:58:15.023 INFO STEP 776 (remove_files) COMPLETE
76432026-08-25T00:58:16.052Z[ recovery-image] Aug 25 00:58:15.023 INFO O| Aug 25 00:58:15.023 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-25T00:58:16.062Z[ recovery-image] Aug 25 00:58:15.033 INFO O| Aug 25 00:58:15.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76452026-08-25T00:58:16.062Z[ recovery-image] Aug 25 00:58:15.033 INFO O| Aug 25 00:58:15.033 INFO STEP 777 (remove_files) COMPLETE
76462026-08-25T00:58:16.062Z[ recovery-image] Aug 25 00:58:15.033 INFO O| Aug 25 00:58:15.033 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-25T00:58:16.073Z[ recovery-image] Aug 25 00:58:15.043 INFO O| Aug 25 00:58:15.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76482026-08-25T00:58:16.075Z[ recovery-image] Aug 25 00:58:15.043 INFO O| Aug 25 00:58:15.043 INFO STEP 778 (remove_files) COMPLETE
76492026-08-25T00:58:16.075Z[ recovery-image] Aug 25 00:58:15.043 INFO O| Aug 25 00:58:15.043 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-25T00:58:16.082Z[ recovery-image] Aug 25 00:58:15.053 INFO O| Aug 25 00:58:15.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76512026-08-25T00:58:16.082Z[ recovery-image] Aug 25 00:58:15.053 INFO O| Aug 25 00:58:15.053 INFO STEP 779 (remove_files) COMPLETE
76522026-08-25T00:58:16.085Z[ recovery-image] Aug 25 00:58:15.053 INFO O| Aug 25 00:58:15.053 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-25T00:58:16.092Z[ recovery-image] Aug 25 00:58:15.063 INFO O| Aug 25 00:58:15.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76542026-08-25T00:58:16.092Z[ recovery-image] Aug 25 00:58:15.064 INFO O| Aug 25 00:58:15.064 INFO STEP 780 (remove_files) COMPLETE
76552026-08-25T00:58:16.092Z[ recovery-image] Aug 25 00:58:15.064 INFO O| Aug 25 00:58:15.064 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-25T00:58:16.101Z[ recovery-image] Aug 25 00:58:15.073 INFO O| Aug 25 00:58:15.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76572026-08-25T00:58:16.101Z[ recovery-image] Aug 25 00:58:15.074 INFO O| Aug 25 00:58:15.074 INFO STEP 781 (remove_files) COMPLETE
76582026-08-25T00:58:16.102Z[ recovery-image] Aug 25 00:58:15.074 INFO O| Aug 25 00:58:15.074 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-25T00:58:16.111Z[ recovery-image] Aug 25 00:58:15.083 INFO O| Aug 25 00:58:15.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76602026-08-25T00:58:16.111Z[ recovery-image] Aug 25 00:58:15.084 INFO O| Aug 25 00:58:15.084 INFO STEP 782 (remove_files) COMPLETE
76612026-08-25T00:58:16.111Z[ recovery-image] Aug 25 00:58:15.084 INFO O| Aug 25 00:58:15.084 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-25T00:58:16.123Z[ recovery-image] Aug 25 00:58:15.094 INFO O| Aug 25 00:58:15.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76632026-08-25T00:58:16.124Z[ recovery-image] Aug 25 00:58:15.094 INFO O| Aug 25 00:58:15.094 INFO STEP 783 (remove_files) COMPLETE
76642026-08-25T00:58:16.124Z[ recovery-image] Aug 25 00:58:15.094 INFO O| Aug 25 00:58:15.094 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-25T00:58:16.131Z[ recovery-image] Aug 25 00:58:15.103 INFO O| Aug 25 00:58:15.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76662026-08-25T00:58:16.131Z[ recovery-image] Aug 25 00:58:15.103 INFO O| Aug 25 00:58:15.103 INFO STEP 784 (remove_files) COMPLETE
76672026-08-25T00:58:16.131Z[ recovery-image] Aug 25 00:58:15.103 INFO O| Aug 25 00:58:15.103 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-25T00:58:16.145Z[ recovery-image] Aug 25 00:58:15.115 INFO O| Aug 25 00:58:15.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76692026-08-25T00:58:16.145Z[ recovery-image] Aug 25 00:58:15.115 INFO O| Aug 25 00:58:15.115 INFO STEP 785 (remove_files) COMPLETE
76702026-08-25T00:58:16.148Z[ recovery-image] Aug 25 00:58:15.115 INFO O| Aug 25 00:58:15.115 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-25T00:58:16.152Z[ recovery-image] Aug 25 00:58:15.123 INFO O| Aug 25 00:58:15.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76722026-08-25T00:58:16.152Z[ recovery-image] Aug 25 00:58:15.124 INFO O| Aug 25 00:58:15.123 INFO STEP 786 (remove_files) COMPLETE
76732026-08-25T00:58:16.152Z[ recovery-image] Aug 25 00:58:15.124 INFO O| Aug 25 00:58:15.124 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-25T00:58:16.161Z[ recovery-image] Aug 25 00:58:15.133 INFO O| Aug 25 00:58:15.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76752026-08-25T00:58:16.161Z[ recovery-image] Aug 25 00:58:15.133 INFO O| Aug 25 00:58:15.133 INFO STEP 787 (remove_files) COMPLETE
76762026-08-25T00:58:16.161Z[ recovery-image] Aug 25 00:58:15.133 INFO O| Aug 25 00:58:15.133 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-25T00:58:16.171Z[ recovery-image] Aug 25 00:58:15.143 INFO O| Aug 25 00:58:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76782026-08-25T00:58:16.171Z[ recovery-image] Aug 25 00:58:15.143 INFO O| Aug 25 00:58:15.143 INFO STEP 788 (remove_files) COMPLETE
76792026-08-25T00:58:16.171Z[ recovery-image] Aug 25 00:58:15.143 INFO O| Aug 25 00:58:15.143 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-25T00:58:16.180Z[ recovery-image] Aug 25 00:58:15.153 INFO O| Aug 25 00:58:15.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76812026-08-25T00:58:16.180Z[ recovery-image] Aug 25 00:58:15.153 INFO O| Aug 25 00:58:15.153 INFO STEP 789 (remove_files) COMPLETE
76822026-08-25T00:58:16.180Z[ recovery-image] Aug 25 00:58:15.153 INFO O| Aug 25 00:58:15.153 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-25T00:58:16.190Z[ recovery-image] Aug 25 00:58:15.162 INFO O| Aug 25 00:58:15.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76842026-08-25T00:58:16.190Z[ recovery-image] Aug 25 00:58:15.162 INFO O| Aug 25 00:58:15.162 INFO STEP 790 (remove_files) COMPLETE
76852026-08-25T00:58:16.190Z[ recovery-image] Aug 25 00:58:15.162 INFO O| Aug 25 00:58:15.162 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-25T00:58:16.200Z[ recovery-image] Aug 25 00:58:15.171 INFO O| Aug 25 00:58:15.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76872026-08-25T00:58:16.200Z[ recovery-image] Aug 25 00:58:15.171 INFO O| Aug 25 00:58:15.171 INFO STEP 791 (remove_files) COMPLETE
76882026-08-25T00:58:16.203Z[ recovery-image] Aug 25 00:58:15.171 INFO O| Aug 25 00:58:15.171 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-25T00:58:16.208Z[ recovery-image] Aug 25 00:58:15.180 INFO O| Aug 25 00:58:15.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76902026-08-25T00:58:16.208Z[ recovery-image] Aug 25 00:58:15.180 INFO O| Aug 25 00:58:15.180 INFO STEP 792 (remove_files) COMPLETE
76912026-08-25T00:58:16.211Z[ recovery-image] Aug 25 00:58:15.180 INFO O| Aug 25 00:58:15.180 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-25T00:58:16.218Z[ recovery-image] Aug 25 00:58:15.190 INFO O| Aug 25 00:58:15.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76932026-08-25T00:58:16.218Z[ recovery-image] Aug 25 00:58:15.190 INFO O| Aug 25 00:58:15.190 INFO STEP 793 (remove_files) COMPLETE
76942026-08-25T00:58:16.221Z[ recovery-image] Aug 25 00:58:15.190 INFO O| Aug 25 00:58:15.190 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-25T00:58:16.228Z[ recovery-image] Aug 25 00:58:15.199 INFO O| Aug 25 00:58:15.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76962026-08-25T00:58:16.228Z[ recovery-image] Aug 25 00:58:15.199 INFO O| Aug 25 00:58:15.199 INFO STEP 794 (remove_files) COMPLETE
76972026-08-25T00:58:16.228Z[ recovery-image] Aug 25 00:58:15.199 INFO O| Aug 25 00:58:15.199 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-25T00:58:16.236Z[ recovery-image] Aug 25 00:58:15.208 INFO O| Aug 25 00:58:15.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76992026-08-25T00:58:16.236Z[ recovery-image] Aug 25 00:58:15.208 INFO O| Aug 25 00:58:15.208 INFO STEP 795 (remove_files) COMPLETE
77002026-08-25T00:58:16.236Z[ recovery-image] Aug 25 00:58:15.208 INFO O| Aug 25 00:58:15.208 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-25T00:58:16.247Z[ recovery-image] Aug 25 00:58:15.217 INFO O| Aug 25 00:58:15.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77022026-08-25T00:58:16.247Z[ recovery-image] Aug 25 00:58:15.217 INFO O| Aug 25 00:58:15.217 INFO STEP 796 (remove_files) COMPLETE
77032026-08-25T00:58:16.251Z[ recovery-image] Aug 25 00:58:15.217 INFO O| Aug 25 00:58:15.217 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-25T00:58:16.254Z[ recovery-image] Aug 25 00:58:15.226 INFO O| Aug 25 00:58:15.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77052026-08-25T00:58:16.254Z[ recovery-image] Aug 25 00:58:15.226 INFO O| Aug 25 00:58:15.226 INFO STEP 797 (remove_files) COMPLETE
77062026-08-25T00:58:16.254Z[ recovery-image] Aug 25 00:58:15.226 INFO O| Aug 25 00:58:15.226 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-25T00:58:16.265Z[ recovery-image] Aug 25 00:58:15.237 INFO O| Aug 25 00:58:15.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77082026-08-25T00:58:16.265Z[ recovery-image] Aug 25 00:58:15.237 INFO O| Aug 25 00:58:15.237 INFO STEP 798 (remove_files) COMPLETE
77092026-08-25T00:58:16.270Z[ recovery-image] Aug 25 00:58:15.237 INFO O| Aug 25 00:58:15.237 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-25T00:58:16.273Z[ recovery-image] Aug 25 00:58:15.246 INFO O| Aug 25 00:58:15.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77112026-08-25T00:58:16.274Z[ recovery-image] Aug 25 00:58:15.246 INFO O| Aug 25 00:58:15.246 INFO STEP 799 (remove_files) COMPLETE
77122026-08-25T00:58:16.274Z[ recovery-image] Aug 25 00:58:15.246 INFO O| Aug 25 00:58:15.246 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-25T00:58:16.284Z[ recovery-image] Aug 25 00:58:15.254 INFO O| Aug 25 00:58:15.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77142026-08-25T00:58:16.284Z[ recovery-image] Aug 25 00:58:15.254 INFO O| Aug 25 00:58:15.254 INFO STEP 800 (remove_files) COMPLETE
77152026-08-25T00:58:16.287Z[ recovery-image] Aug 25 00:58:15.254 INFO O| Aug 25 00:58:15.254 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-25T00:58:16.293Z[ recovery-image] Aug 25 00:58:15.263 INFO O| Aug 25 00:58:15.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77172026-08-25T00:58:16.293Z[ recovery-image] Aug 25 00:58:15.263 INFO O| Aug 25 00:58:15.263 INFO STEP 801 (remove_files) COMPLETE
77182026-08-25T00:58:16.297Z[ recovery-image] Aug 25 00:58:15.263 INFO O| Aug 25 00:58:15.263 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-25T00:58:16.302Z[ recovery-image] Aug 25 00:58:15.272 INFO O| Aug 25 00:58:15.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77202026-08-25T00:58:16.302Z[ recovery-image] Aug 25 00:58:15.272 INFO O| Aug 25 00:58:15.272 INFO STEP 802 (remove_files) COMPLETE
77212026-08-25T00:58:16.302Z[ recovery-image] Aug 25 00:58:15.272 INFO O| Aug 25 00:58:15.272 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-25T00:58:16.310Z[ recovery-image] Aug 25 00:58:15.282 INFO O| Aug 25 00:58:15.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77232026-08-25T00:58:16.310Z[ recovery-image] Aug 25 00:58:15.282 INFO O| Aug 25 00:58:15.282 INFO STEP 803 (remove_files) COMPLETE
77242026-08-25T00:58:16.310Z[ recovery-image] Aug 25 00:58:15.282 INFO O| Aug 25 00:58:15.282 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-25T00:58:16.319Z[ recovery-image] Aug 25 00:58:15.291 INFO O| Aug 25 00:58:15.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77262026-08-25T00:58:16.319Z[ recovery-image] Aug 25 00:58:15.291 INFO O| Aug 25 00:58:15.291 INFO STEP 804 (remove_files) COMPLETE
77272026-08-25T00:58:16.319Z[ recovery-image] Aug 25 00:58:15.291 INFO O| Aug 25 00:58:15.291 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-25T00:58:16.329Z[ recovery-image] Aug 25 00:58:15.301 INFO O| Aug 25 00:58:15.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77292026-08-25T00:58:16.329Z[ recovery-image] Aug 25 00:58:15.301 INFO O| Aug 25 00:58:15.301 INFO STEP 805 (remove_files) COMPLETE
77302026-08-25T00:58:16.332Z[ recovery-image] Aug 25 00:58:15.301 INFO O| Aug 25 00:58:15.301 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-25T00:58:16.339Z[ recovery-image] Aug 25 00:58:15.311 INFO O| Aug 25 00:58:15.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77322026-08-25T00:58:16.339Z[ recovery-image] Aug 25 00:58:15.311 INFO O| Aug 25 00:58:15.311 INFO STEP 806 (remove_files) COMPLETE
77332026-08-25T00:58:16.342Z[ recovery-image] Aug 25 00:58:15.311 INFO O| Aug 25 00:58:15.311 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-25T00:58:16.349Z[ recovery-image] Aug 25 00:58:15.321 INFO O| Aug 25 00:58:15.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77352026-08-25T00:58:16.349Z[ recovery-image] Aug 25 00:58:15.321 INFO O| Aug 25 00:58:15.321 INFO STEP 807 (remove_files) COMPLETE
77362026-08-25T00:58:16.349Z[ recovery-image] Aug 25 00:58:15.321 INFO O| Aug 25 00:58:15.321 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-25T00:58:16.358Z[ recovery-image] Aug 25 00:58:15.331 INFO O| Aug 25 00:58:15.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77382026-08-25T00:58:16.358Z[ recovery-image] Aug 25 00:58:15.331 INFO O| Aug 25 00:58:15.331 INFO STEP 808 (remove_files) COMPLETE
77392026-08-25T00:58:16.358Z[ recovery-image] Aug 25 00:58:15.331 INFO O| Aug 25 00:58:15.331 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-25T00:58:16.368Z[ recovery-image] Aug 25 00:58:15.340 INFO O| Aug 25 00:58:15.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77412026-08-25T00:58:16.368Z[ recovery-image] Aug 25 00:58:15.340 INFO O| Aug 25 00:58:15.340 INFO STEP 809 (remove_files) COMPLETE
77422026-08-25T00:58:16.368Z[ recovery-image] Aug 25 00:58:15.340 INFO O| Aug 25 00:58:15.340 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-25T00:58:16.378Z[ recovery-image] Aug 25 00:58:15.349 INFO O| Aug 25 00:58:15.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77442026-08-25T00:58:16.378Z[ recovery-image] Aug 25 00:58:15.349 INFO O| Aug 25 00:58:15.349 INFO STEP 810 (remove_files) COMPLETE
77452026-08-25T00:58:16.378Z[ recovery-image] Aug 25 00:58:15.349 INFO O| Aug 25 00:58:15.349 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-25T00:58:16.386Z[ recovery-image] Aug 25 00:58:15.358 INFO O| Aug 25 00:58:15.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77472026-08-25T00:58:16.386Z[ recovery-image] Aug 25 00:58:15.358 INFO O| Aug 25 00:58:15.358 INFO STEP 811 (remove_files) COMPLETE
77482026-08-25T00:58:16.386Z[ recovery-image] Aug 25 00:58:15.358 INFO O| Aug 25 00:58:15.358 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-25T00:58:16.408Z[ recovery-image] Aug 25 00:58:15.368 INFO O| Aug 25 00:58:15.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77502026-08-25T00:58:16.408Z[ recovery-image] Aug 25 00:58:15.368 INFO O| Aug 25 00:58:15.368 INFO STEP 812 (remove_files) COMPLETE
77512026-08-25T00:58:16.414Z[ recovery-image] Aug 25 00:58:15.368 INFO O| Aug 25 00:58:15.368 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-25T00:58:16.414Z[ recovery-image] Aug 25 00:58:15.377 INFO O| Aug 25 00:58:15.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77532026-08-25T00:58:16.415Z[ recovery-image] Aug 25 00:58:15.377 INFO O| Aug 25 00:58:15.377 INFO STEP 813 (remove_files) COMPLETE
77542026-08-25T00:58:16.415Z[ recovery-image] Aug 25 00:58:15.377 INFO O| Aug 25 00:58:15.377 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-25T00:58:16.418Z[ recovery-image] Aug 25 00:58:15.386 INFO O| Aug 25 00:58:15.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77562026-08-25T00:58:16.418Z[ recovery-image] Aug 25 00:58:15.386 INFO O| Aug 25 00:58:15.386 INFO STEP 814 (remove_files) COMPLETE
77572026-08-25T00:58:16.418Z[ recovery-image] Aug 25 00:58:15.386 INFO O| Aug 25 00:58:15.386 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-25T00:58:16.422Z[ recovery-image] Aug 25 00:58:15.395 INFO O| Aug 25 00:58:15.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77592026-08-25T00:58:16.422Z[ recovery-image] Aug 25 00:58:15.395 INFO O| Aug 25 00:58:15.395 INFO STEP 815 (remove_files) COMPLETE
77602026-08-25T00:58:16.422Z[ recovery-image] Aug 25 00:58:15.395 INFO O| Aug 25 00:58:15.395 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-25T00:58:16.433Z[ recovery-image] Aug 25 00:58:15.404 INFO O| Aug 25 00:58:15.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77622026-08-25T00:58:16.433Z[ recovery-image] Aug 25 00:58:15.405 INFO O| Aug 25 00:58:15.404 INFO STEP 816 (remove_files) COMPLETE
77632026-08-25T00:58:16.433Z[ recovery-image] Aug 25 00:58:15.405 INFO O| Aug 25 00:58:15.405 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-25T00:58:16.441Z[ recovery-image] Aug 25 00:58:15.413 INFO O| Aug 25 00:58:15.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77652026-08-25T00:58:16.441Z[ recovery-image] Aug 25 00:58:15.413 INFO O| Aug 25 00:58:15.413 INFO STEP 817 (remove_files) COMPLETE
77662026-08-25T00:58:16.444Z[ recovery-image] Aug 25 00:58:15.413 INFO O| Aug 25 00:58:15.413 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-25T00:58:16.450Z[ recovery-image] Aug 25 00:58:15.422 INFO O| Aug 25 00:58:15.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77682026-08-25T00:58:16.453Z[ recovery-image] Aug 25 00:58:15.422 INFO O| Aug 25 00:58:15.422 INFO STEP 818 (remove_files) COMPLETE
77692026-08-25T00:58:16.453Z[ recovery-image] Aug 25 00:58:15.422 INFO O| Aug 25 00:58:15.422 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-25T00:58:16.459Z[ recovery-image] Aug 25 00:58:15.431 INFO O| Aug 25 00:58:15.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77712026-08-25T00:58:16.459Z[ recovery-image] Aug 25 00:58:15.431 INFO O| Aug 25 00:58:15.431 INFO STEP 819 (remove_files) COMPLETE
77722026-08-25T00:58:16.459Z[ recovery-image] Aug 25 00:58:15.431 INFO O| Aug 25 00:58:15.431 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-25T00:58:16.472Z[ recovery-image] Aug 25 00:58:15.441 INFO O| Aug 25 00:58:15.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77742026-08-25T00:58:16.472Z[ recovery-image] Aug 25 00:58:15.441 INFO O| Aug 25 00:58:15.441 INFO STEP 820 (remove_files) COMPLETE
77752026-08-25T00:58:16.472Z[ recovery-image] Aug 25 00:58:15.441 INFO O| Aug 25 00:58:15.441 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-25T00:58:16.478Z[ recovery-image] Aug 25 00:58:15.450 INFO O| Aug 25 00:58:15.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77772026-08-25T00:58:16.478Z[ recovery-image] Aug 25 00:58:15.450 INFO O| Aug 25 00:58:15.450 INFO STEP 821 (remove_files) COMPLETE
77782026-08-25T00:58:16.479Z[ recovery-image] Aug 25 00:58:15.450 INFO O| Aug 25 00:58:15.450 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-25T00:58:16.487Z[ recovery-image] Aug 25 00:58:15.459 INFO O| Aug 25 00:58:15.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77802026-08-25T00:58:16.487Z[ recovery-image] Aug 25 00:58:15.459 INFO O| Aug 25 00:58:15.459 INFO STEP 822 (remove_files) COMPLETE
77812026-08-25T00:58:16.491Z[ recovery-image] Aug 25 00:58:15.459 INFO O| Aug 25 00:58:15.459 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-25T00:58:16.496Z[ recovery-image] Aug 25 00:58:15.468 INFO O| Aug 25 00:58:15.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77832026-08-25T00:58:16.499Z[ recovery-image] Aug 25 00:58:15.469 INFO O| Aug 25 00:58:15.469 INFO STEP 823 (remove_files) COMPLETE
77842026-08-25T00:58:16.499Z[ recovery-image] Aug 25 00:58:15.469 INFO O| Aug 25 00:58:15.469 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-25T00:58:16.506Z[ recovery-image] Aug 25 00:58:15.478 INFO O| Aug 25 00:58:15.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77862026-08-25T00:58:16.509Z[ recovery-image] Aug 25 00:58:15.478 INFO O| Aug 25 00:58:15.478 INFO STEP 824 (remove_files) COMPLETE
77872026-08-25T00:58:16.509Z[ recovery-image] Aug 25 00:58:15.478 INFO O| Aug 25 00:58:15.478 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-25T00:58:16.515Z[ recovery-image] Aug 25 00:58:15.487 INFO O| Aug 25 00:58:15.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77892026-08-25T00:58:16.515Z[ recovery-image] Aug 25 00:58:15.487 INFO O| Aug 25 00:58:15.487 INFO STEP 825 (remove_files) COMPLETE
77902026-08-25T00:58:16.515Z[ recovery-image] Aug 25 00:58:15.487 INFO O| Aug 25 00:58:15.487 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-25T00:58:16.524Z[ recovery-image] Aug 25 00:58:15.496 INFO O| Aug 25 00:58:15.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77922026-08-25T00:58:16.524Z[ recovery-image] Aug 25 00:58:15.496 INFO O| Aug 25 00:58:15.496 INFO STEP 826 (remove_files) COMPLETE
77932026-08-25T00:58:16.524Z[ recovery-image] Aug 25 00:58:15.496 INFO O| Aug 25 00:58:15.496 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-25T00:58:16.533Z[ recovery-image] Aug 25 00:58:15.506 INFO O| Aug 25 00:58:15.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77952026-08-25T00:58:16.533Z[ recovery-image] Aug 25 00:58:15.506 INFO O| Aug 25 00:58:15.506 INFO STEP 827 (remove_files) COMPLETE
77962026-08-25T00:58:16.534Z[ recovery-image] Aug 25 00:58:15.506 INFO O| Aug 25 00:58:15.506 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-25T00:58:16.544Z[ recovery-image] Aug 25 00:58:15.515 INFO O| Aug 25 00:58:15.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77982026-08-25T00:58:16.544Z[ recovery-image] Aug 25 00:58:15.515 INFO O| Aug 25 00:58:15.515 INFO STEP 828 (remove_files) COMPLETE
77992026-08-25T00:58:16.544Z[ recovery-image] Aug 25 00:58:15.515 INFO O| Aug 25 00:58:15.515 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-25T00:58:16.553Z[ recovery-image] Aug 25 00:58:15.524 INFO O| Aug 25 00:58:15.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78012026-08-25T00:58:16.556Z[ recovery-image] Aug 25 00:58:15.525 INFO O| Aug 25 00:58:15.525 INFO STEP 829 (remove_files) COMPLETE
78022026-08-25T00:58:16.556Z[ recovery-image] Aug 25 00:58:15.525 INFO O| Aug 25 00:58:15.525 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-25T00:58:16.562Z[ recovery-image] Aug 25 00:58:15.534 INFO O| Aug 25 00:58:15.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78042026-08-25T00:58:16.562Z[ recovery-image] Aug 25 00:58:15.534 INFO O| Aug 25 00:58:15.534 INFO STEP 830 (remove_files) COMPLETE
78052026-08-25T00:58:16.562Z[ recovery-image] Aug 25 00:58:15.534 INFO O| Aug 25 00:58:15.534 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-25T00:58:16.570Z[ recovery-image] Aug 25 00:58:15.542 INFO O| Aug 25 00:58:15.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78072026-08-25T00:58:16.570Z[ recovery-image] Aug 25 00:58:15.542 INFO O| Aug 25 00:58:15.542 INFO STEP 831 (remove_files) COMPLETE
78082026-08-25T00:58:16.570Z[ recovery-image] Aug 25 00:58:15.543 INFO O| Aug 25 00:58:15.542 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-25T00:58:16.580Z[ recovery-image] Aug 25 00:58:15.551 INFO O| Aug 25 00:58:15.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78102026-08-25T00:58:16.580Z[ recovery-image] Aug 25 00:58:15.551 INFO O| Aug 25 00:58:15.551 INFO STEP 832 (remove_files) COMPLETE
78112026-08-25T00:58:16.580Z[ recovery-image] Aug 25 00:58:15.551 INFO O| Aug 25 00:58:15.551 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-25T00:58:16.603Z[ recovery-image] Aug 25 00:58:15.560 INFO O| Aug 25 00:58:15.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78132026-08-25T00:58:16.603Z[ recovery-image] Aug 25 00:58:15.560 INFO O| Aug 25 00:58:15.560 INFO STEP 833 (remove_files) COMPLETE
78142026-08-25T00:58:16.603Z[ recovery-image] Aug 25 00:58:15.560 INFO O| Aug 25 00:58:15.560 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-25T00:58:16.604Z[ recovery-image] Aug 25 00:58:15.569 INFO O| Aug 25 00:58:15.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78162026-08-25T00:58:16.604Z[ recovery-image] Aug 25 00:58:15.570 INFO O| Aug 25 00:58:15.569 INFO STEP 834 (remove_files) COMPLETE
78172026-08-25T00:58:16.604Z[ recovery-image] Aug 25 00:58:15.570 INFO O| Aug 25 00:58:15.570 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-25T00:58:16.612Z[ recovery-image] Aug 25 00:58:15.584 INFO O| Aug 25 00:58:15.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78192026-08-25T00:58:16.615Z[ recovery-image] Aug 25 00:58:15.585 INFO O| Aug 25 00:58:15.585 INFO STEP 835 (remove_files) COMPLETE
78202026-08-25T00:58:16.615Z[ recovery-image] Aug 25 00:58:15.585 INFO O| Aug 25 00:58:15.585 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-25T00:58:16.622Z[ recovery-image] Aug 25 00:58:15.595 INFO O| Aug 25 00:58:15.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78222026-08-25T00:58:16.623Z[ recovery-image] Aug 25 00:58:15.595 INFO O| Aug 25 00:58:15.595 INFO STEP 836 (remove_files) COMPLETE
78232026-08-25T00:58:16.623Z[ recovery-image] Aug 25 00:58:15.595 INFO O| Aug 25 00:58:15.595 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-25T00:58:16.631Z[ recovery-image] Aug 25 00:58:15.603 INFO O| Aug 25 00:58:15.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78252026-08-25T00:58:16.631Z[ recovery-image] Aug 25 00:58:15.603 INFO O| Aug 25 00:58:15.603 INFO STEP 837 (remove_files) COMPLETE
78262026-08-25T00:58:16.631Z[ recovery-image] Aug 25 00:58:15.603 INFO O| Aug 25 00:58:15.603 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-25T00:58:16.639Z[ recovery-image] Aug 25 00:58:15.611 INFO O| Aug 25 00:58:15.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78282026-08-25T00:58:16.639Z[ recovery-image] Aug 25 00:58:15.611 INFO O| Aug 25 00:58:15.611 INFO STEP 838 (remove_files) COMPLETE
78292026-08-25T00:58:16.639Z[ recovery-image] Aug 25 00:58:15.611 INFO O| Aug 25 00:58:15.611 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-25T00:58:16.648Z[ recovery-image] Aug 25 00:58:15.620 INFO O| Aug 25 00:58:15.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78312026-08-25T00:58:16.648Z[ recovery-image] Aug 25 00:58:15.620 INFO O| Aug 25 00:58:15.620 INFO STEP 839 (remove_files) COMPLETE
78322026-08-25T00:58:16.648Z[ recovery-image] Aug 25 00:58:15.620 INFO O| Aug 25 00:58:15.620 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-25T00:58:16.653Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
78342026-08-25T00:58:16.656Z[ recovery-image] Aug 25 00:58:15.629 INFO O| Aug 25 00:58:15.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78352026-08-25T00:58:16.656Z[ recovery-image] Aug 25 00:58:15.629 INFO O| Aug 25 00:58:15.629 INFO STEP 840 (remove_files) COMPLETE
78362026-08-25T00:58:16.659Z[ recovery-image] Aug 25 00:58:15.629 INFO O| Aug 25 00:58:15.629 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-25T00:58:16.665Z[ recovery-image] Aug 25 00:58:15.637 INFO O| Aug 25 00:58:15.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78382026-08-25T00:58:16.665Z[ recovery-image] Aug 25 00:58:15.637 INFO O| Aug 25 00:58:15.637 INFO STEP 841 (remove_files) COMPLETE
78392026-08-25T00:58:16.665Z[ recovery-image] Aug 25 00:58:15.637 INFO O| Aug 25 00:58:15.637 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-25T00:58:16.674Z[ recovery-image] Aug 25 00:58:15.646 INFO O| Aug 25 00:58:15.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78412026-08-25T00:58:16.674Z[ recovery-image] Aug 25 00:58:15.646 INFO O| Aug 25 00:58:15.646 INFO STEP 842 (remove_files) COMPLETE
78422026-08-25T00:58:16.674Z[ recovery-image] Aug 25 00:58:15.646 INFO O| Aug 25 00:58:15.646 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-25T00:58:16.682Z[ recovery-image] Aug 25 00:58:15.655 INFO O| Aug 25 00:58:15.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78442026-08-25T00:58:16.682Z[ recovery-image] Aug 25 00:58:15.655 INFO O| Aug 25 00:58:15.655 INFO STEP 843 (remove_files) COMPLETE
78452026-08-25T00:58:16.682Z[ recovery-image] Aug 25 00:58:15.655 INFO O| Aug 25 00:58:15.655 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-25T00:58:16.691Z[ recovery-image] Aug 25 00:58:15.663 INFO O| Aug 25 00:58:15.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78472026-08-25T00:58:16.691Z[ recovery-image] Aug 25 00:58:15.664 INFO O| Aug 25 00:58:15.663 INFO STEP 844 (remove_files) COMPLETE
78482026-08-25T00:58:16.691Z[ recovery-image] Aug 25 00:58:15.664 INFO O| Aug 25 00:58:15.664 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-25T00:58:16.699Z[ recovery-image] Aug 25 00:58:15.672 INFO O| Aug 25 00:58:15.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78502026-08-25T00:58:16.700Z[ recovery-image] Aug 25 00:58:15.672 INFO O| Aug 25 00:58:15.672 INFO STEP 845 (remove_files) COMPLETE
78512026-08-25T00:58:16.700Z[ recovery-image] Aug 25 00:58:15.672 INFO O| Aug 25 00:58:15.672 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-25T00:58:16.707Z[ recovery-image] Aug 25 00:58:15.680 INFO O| Aug 25 00:58:15.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78532026-08-25T00:58:16.707Z[ recovery-image] Aug 25 00:58:15.680 INFO O| Aug 25 00:58:15.680 INFO STEP 846 (remove_files) COMPLETE
78542026-08-25T00:58:16.707Z[ recovery-image] Aug 25 00:58:15.680 INFO O| Aug 25 00:58:15.680 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-25T00:58:16.716Z[ recovery-image] Aug 25 00:58:15.688 INFO O| Aug 25 00:58:15.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78562026-08-25T00:58:16.716Z[ recovery-image] Aug 25 00:58:15.688 INFO O| Aug 25 00:58:15.688 INFO STEP 847 (remove_files) COMPLETE
78572026-08-25T00:58:16.716Z[ recovery-image] Aug 25 00:58:15.688 INFO O| Aug 25 00:58:15.688 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-25T00:58:16.724Z[ recovery-image] Aug 25 00:58:15.697 INFO O| Aug 25 00:58:15.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78592026-08-25T00:58:16.724Z[ recovery-image] Aug 25 00:58:15.697 INFO O| Aug 25 00:58:15.697 INFO STEP 848 (remove_files) COMPLETE
78602026-08-25T00:58:16.724Z[ recovery-image] Aug 25 00:58:15.697 INFO O| Aug 25 00:58:15.697 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-25T00:58:16.732Z[ recovery-image] Aug 25 00:58:15.704 INFO O| Aug 25 00:58:15.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78622026-08-25T00:58:16.732Z[ recovery-image] Aug 25 00:58:15.705 INFO O| Aug 25 00:58:15.705 INFO STEP 849 (remove_files) COMPLETE
78632026-08-25T00:58:16.732Z[ recovery-image] Aug 25 00:58:15.705 INFO O| Aug 25 00:58:15.705 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-25T00:58:16.740Z[ recovery-image] Aug 25 00:58:15.713 INFO O| Aug 25 00:58:15.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78652026-08-25T00:58:16.740Z[ recovery-image] Aug 25 00:58:15.713 INFO O| Aug 25 00:58:15.713 INFO STEP 850 (remove_files) COMPLETE
78662026-08-25T00:58:16.744Z[ recovery-image] Aug 25 00:58:15.713 INFO O| Aug 25 00:58:15.713 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-25T00:58:16.748Z[ recovery-image] Aug 25 00:58:15.721 INFO O| Aug 25 00:58:15.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78682026-08-25T00:58:16.748Z[ recovery-image] Aug 25 00:58:15.721 INFO O| Aug 25 00:58:15.721 INFO STEP 851 (remove_files) COMPLETE
78692026-08-25T00:58:16.748Z[ recovery-image] Aug 25 00:58:15.721 INFO O| Aug 25 00:58:15.721 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-25T00:58:16.757Z[ recovery-image] Aug 25 00:58:15.729 INFO O| Aug 25 00:58:15.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78712026-08-25T00:58:16.757Z[ recovery-image] Aug 25 00:58:15.729 INFO O| Aug 25 00:58:15.729 INFO STEP 852 (remove_files) COMPLETE
78722026-08-25T00:58:16.757Z[ recovery-image] Aug 25 00:58:15.729 INFO O| Aug 25 00:58:15.729 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-25T00:58:16.765Z[ recovery-image] Aug 25 00:58:15.737 INFO O| Aug 25 00:58:15.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78742026-08-25T00:58:16.765Z[ recovery-image] Aug 25 00:58:15.737 INFO O| Aug 25 00:58:15.737 INFO STEP 853 (remove_files) COMPLETE
78752026-08-25T00:58:16.765Z[ recovery-image] Aug 25 00:58:15.737 INFO O| Aug 25 00:58:15.737 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-25T00:58:16.773Z[ recovery-image] Aug 25 00:58:15.746 INFO O| Aug 25 00:58:15.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78772026-08-25T00:58:16.773Z[ recovery-image] Aug 25 00:58:15.746 INFO O| Aug 25 00:58:15.746 INFO STEP 854 (remove_files) COMPLETE
78782026-08-25T00:58:16.776Z[ recovery-image] Aug 25 00:58:15.746 INFO O| Aug 25 00:58:15.746 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-25T00:58:16.783Z[ recovery-image] Aug 25 00:58:15.754 INFO O| Aug 25 00:58:15.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78802026-08-25T00:58:16.783Z[ recovery-image] Aug 25 00:58:15.754 INFO O| Aug 25 00:58:15.754 INFO STEP 855 (remove_files) COMPLETE
78812026-08-25T00:58:16.783Z[ recovery-image] Aug 25 00:58:15.754 INFO O| Aug 25 00:58:15.754 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-25T00:58:16.791Z[ recovery-image] Aug 25 00:58:15.763 INFO O| Aug 25 00:58:15.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78832026-08-25T00:58:16.791Z[ recovery-image] Aug 25 00:58:15.763 INFO O| Aug 25 00:58:15.763 INFO STEP 856 (remove_files) COMPLETE
78842026-08-25T00:58:16.791Z[ recovery-image] Aug 25 00:58:15.763 INFO O| Aug 25 00:58:15.763 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-25T00:58:16.799Z[ recovery-image] Aug 25 00:58:15.772 INFO O| Aug 25 00:58:15.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78862026-08-25T00:58:16.799Z[ recovery-image] Aug 25 00:58:15.772 INFO O| Aug 25 00:58:15.772 INFO STEP 857 (remove_files) COMPLETE
78872026-08-25T00:58:16.799Z[ recovery-image] Aug 25 00:58:15.772 INFO O| Aug 25 00:58:15.772 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-25T00:58:16.808Z[ recovery-image] Aug 25 00:58:15.780 INFO O| Aug 25 00:58:15.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78892026-08-25T00:58:16.808Z[ recovery-image] Aug 25 00:58:15.781 INFO O| Aug 25 00:58:15.781 INFO STEP 858 (remove_files) COMPLETE
78902026-08-25T00:58:16.808Z[ recovery-image] Aug 25 00:58:15.781 INFO O| Aug 25 00:58:15.781 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-25T00:58:16.817Z[ recovery-image] Aug 25 00:58:15.790 INFO O| Aug 25 00:58:15.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78922026-08-25T00:58:16.817Z[ recovery-image] Aug 25 00:58:15.790 INFO O| Aug 25 00:58:15.790 INFO STEP 859 (remove_files) COMPLETE
78932026-08-25T00:58:16.818Z[ recovery-image] Aug 25 00:58:15.790 INFO O| Aug 25 00:58:15.790 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-25T00:58:16.828Z[ recovery-image] Aug 25 00:58:15.799 INFO O| Aug 25 00:58:15.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78952026-08-25T00:58:16.828Z[ recovery-image] Aug 25 00:58:15.799 INFO O| Aug 25 00:58:15.799 INFO STEP 860 (remove_files) COMPLETE
78962026-08-25T00:58:16.828Z[ recovery-image] Aug 25 00:58:15.799 INFO O| Aug 25 00:58:15.799 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-25T00:58:16.836Z[ recovery-image] Aug 25 00:58:15.807 INFO O| Aug 25 00:58:15.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78982026-08-25T00:58:16.836Z[ recovery-image] Aug 25 00:58:15.807 INFO O| Aug 25 00:58:15.807 INFO STEP 861 (remove_files) COMPLETE
78992026-08-25T00:58:16.836Z[ recovery-image] Aug 25 00:58:15.807 INFO O| Aug 25 00:58:15.807 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-25T00:58:16.844Z[ recovery-image] Aug 25 00:58:15.816 INFO O| Aug 25 00:58:15.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79012026-08-25T00:58:16.844Z[ recovery-image] Aug 25 00:58:15.816 INFO O| Aug 25 00:58:15.816 INFO STEP 862 (remove_files) COMPLETE
79022026-08-25T00:58:16.844Z[ recovery-image] Aug 25 00:58:15.816 INFO O| Aug 25 00:58:15.816 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-25T00:58:16.853Z[ recovery-image] Aug 25 00:58:15.825 INFO O| Aug 25 00:58:15.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79042026-08-25T00:58:16.853Z[ recovery-image] Aug 25 00:58:15.825 INFO O| Aug 25 00:58:15.825 INFO STEP 863 (remove_files) COMPLETE
79052026-08-25T00:58:16.853Z[ recovery-image] Aug 25 00:58:15.825 INFO O| Aug 25 00:58:15.825 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-25T00:58:16.862Z[ recovery-image] Aug 25 00:58:15.834 INFO O| Aug 25 00:58:15.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79072026-08-25T00:58:16.862Z[ recovery-image] Aug 25 00:58:15.834 INFO O| Aug 25 00:58:15.834 INFO STEP 864 (remove_files) COMPLETE
79082026-08-25T00:58:16.862Z[ recovery-image] Aug 25 00:58:15.834 INFO O| Aug 25 00:58:15.834 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-25T00:58:16.871Z[ recovery-image] Aug 25 00:58:15.843 INFO O| Aug 25 00:58:15.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79102026-08-25T00:58:16.871Z[ recovery-image] Aug 25 00:58:15.843 INFO O| Aug 25 00:58:15.843 INFO STEP 865 (remove_files) COMPLETE
79112026-08-25T00:58:16.871Z[ recovery-image] Aug 25 00:58:15.843 INFO O| Aug 25 00:58:15.843 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-25T00:58:16.881Z[ recovery-image] Aug 25 00:58:15.854 INFO O| Aug 25 00:58:15.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79132026-08-25T00:58:16.881Z[ recovery-image] Aug 25 00:58:15.854 INFO O| Aug 25 00:58:15.852 INFO STEP 866 (remove_files) COMPLETE
79142026-08-25T00:58:16.882Z[ recovery-image] Aug 25 00:58:15.854 INFO O| Aug 25 00:58:15.852 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-25T00:58:16.892Z[ recovery-image] Aug 25 00:58:15.865 INFO O| Aug 25 00:58:15.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79162026-08-25T00:58:16.893Z[ recovery-image] Aug 25 00:58:15.865 INFO O| Aug 25 00:58:15.860 INFO STEP 867 (remove_files) COMPLETE
79172026-08-25T00:58:16.896Z[ recovery-image] Aug 25 00:58:15.865 INFO O| Aug 25 00:58:15.860 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-25T00:58:16.899Z[ recovery-image] Aug 25 00:58:15.868 INFO O| Aug 25 00:58:15.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79192026-08-25T00:58:16.899Z[ recovery-image] Aug 25 00:58:15.868 INFO O| Aug 25 00:58:15.868 INFO STEP 868 (remove_files) COMPLETE
79202026-08-25T00:58:16.899Z[ recovery-image] Aug 25 00:58:15.868 INFO O| Aug 25 00:58:15.868 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-25T00:58:16.904Z[ recovery-image] Aug 25 00:58:15.876 INFO O| Aug 25 00:58:15.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79222026-08-25T00:58:16.904Z[ recovery-image] Aug 25 00:58:15.877 INFO O| Aug 25 00:58:15.877 INFO STEP 869 (remove_files) COMPLETE
79232026-08-25T00:58:16.904Z[ recovery-image] Aug 25 00:58:15.877 INFO O| Aug 25 00:58:15.877 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-25T00:58:16.933Z[ recovery-image] Aug 25 00:58:15.885 INFO O| Aug 25 00:58:15.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79252026-08-25T00:58:16.933Z[ recovery-image] Aug 25 00:58:15.885 INFO O| Aug 25 00:58:15.885 INFO STEP 870 (remove_files) COMPLETE
79262026-08-25T00:58:16.933Z[ recovery-image] Aug 25 00:58:15.885 INFO O| Aug 25 00:58:15.885 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-25T00:58:16.933Z[ recovery-image] Aug 25 00:58:15.894 INFO O| Aug 25 00:58:15.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79282026-08-25T00:58:16.933Z[ recovery-image] Aug 25 00:58:15.894 INFO O| Aug 25 00:58:15.894 INFO STEP 871 (remove_files) COMPLETE
79292026-08-25T00:58:16.933Z[ recovery-image] Aug 25 00:58:15.894 INFO O| Aug 25 00:58:15.894 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-25T00:58:16.935Z[ recovery-image] Aug 25 00:58:15.904 INFO O| Aug 25 00:58:15.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79312026-08-25T00:58:16.935Z[ recovery-image] Aug 25 00:58:15.904 INFO O| Aug 25 00:58:15.904 INFO STEP 872 (remove_files) COMPLETE
79322026-08-25T00:58:16.935Z[ recovery-image] Aug 25 00:58:15.904 INFO O| Aug 25 00:58:15.904 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-25T00:58:16.942Z[ recovery-image] Aug 25 00:58:15.915 INFO O| Aug 25 00:58:15.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79342026-08-25T00:58:16.942Z[ recovery-image] Aug 25 00:58:15.915 INFO O| Aug 25 00:58:15.915 INFO STEP 873 (remove_files) COMPLETE
79352026-08-25T00:58:16.942Z[ recovery-image] Aug 25 00:58:15.915 INFO O| Aug 25 00:58:15.915 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-25T00:58:16.953Z[ recovery-image] Aug 25 00:58:15.925 INFO O| Aug 25 00:58:15.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79372026-08-25T00:58:16.953Z[ recovery-image] Aug 25 00:58:15.925 INFO O| Aug 25 00:58:15.925 INFO STEP 874 (remove_files) COMPLETE
79382026-08-25T00:58:16.956Z[ recovery-image] Aug 25 00:58:15.925 INFO O| Aug 25 00:58:15.925 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-25T00:58:16.962Z[ recovery-image] Aug 25 00:58:15.935 INFO O| Aug 25 00:58:15.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79402026-08-25T00:58:16.962Z[ recovery-image] Aug 25 00:58:15.935 INFO O| Aug 25 00:58:15.935 INFO STEP 875 (remove_files) COMPLETE
79412026-08-25T00:58:16.962Z[ recovery-image] Aug 25 00:58:15.935 INFO O| Aug 25 00:58:15.935 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-25T00:58:16.972Z[ recovery-image] Aug 25 00:58:15.944 INFO O| Aug 25 00:58:15.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79432026-08-25T00:58:16.972Z[ recovery-image] Aug 25 00:58:15.944 INFO O| Aug 25 00:58:15.944 INFO STEP 876 (remove_files) COMPLETE
79442026-08-25T00:58:16.972Z[ recovery-image] Aug 25 00:58:15.944 INFO O| Aug 25 00:58:15.944 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-25T00:58:16.983Z[ recovery-image] Aug 25 00:58:15.956 INFO O| Aug 25 00:58:15.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79462026-08-25T00:58:16.983Z[ recovery-image] Aug 25 00:58:15.956 INFO O| Aug 25 00:58:15.953 INFO STEP 877 (remove_files) COMPLETE
79472026-08-25T00:58:16.984Z[ recovery-image] Aug 25 00:58:15.956 INFO O| Aug 25 00:58:15.953 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-25T00:58:16.988Z[ recovery-image] Aug 25 00:58:15.960 INFO O| Aug 25 00:58:15.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79492026-08-25T00:58:16.989Z[ recovery-image] Aug 25 00:58:15.960 INFO O| Aug 25 00:58:15.960 INFO STEP 878 (remove_files) COMPLETE
79502026-08-25T00:58:16.989Z[ recovery-image] Aug 25 00:58:15.960 INFO O| Aug 25 00:58:15.960 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-25T00:58:16.996Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
79522026-08-25T00:58:16.999Z[ recovery-image] Aug 25 00:58:15.968 INFO O| Aug 25 00:58:15.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79532026-08-25T00:58:16.999Z[ recovery-image] Aug 25 00:58:15.969 INFO O| Aug 25 00:58:15.968 INFO STEP 879 (remove_files) COMPLETE
79542026-08-25T00:58:16.999Z[ recovery-image] Aug 25 00:58:15.969 INFO O| Aug 25 00:58:15.969 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-25T00:58:17.005Z[ recovery-image] Aug 25 00:58:15.977 INFO O| Aug 25 00:58:15.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79562026-08-25T00:58:17.005Z[ recovery-image] Aug 25 00:58:15.977 INFO O| Aug 25 00:58:15.977 INFO STEP 880 (remove_files) COMPLETE
79572026-08-25T00:58:17.005Z[ recovery-image] Aug 25 00:58:15.977 INFO O| Aug 25 00:58:15.977 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-25T00:58:17.019Z[ recovery-image] Aug 25 00:58:15.991 INFO O| Aug 25 00:58:15.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79592026-08-25T00:58:17.020Z[ recovery-image] Aug 25 00:58:15.991 INFO O| Aug 25 00:58:15.991 INFO STEP 881 (remove_files) COMPLETE
79602026-08-25T00:58:17.020Z[ recovery-image] Aug 25 00:58:15.991 INFO O| Aug 25 00:58:15.991 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-25T00:58:17.029Z[ recovery-image] Aug 25 00:58:16.001 INFO O| Aug 25 00:58:16.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79622026-08-25T00:58:17.029Z[ recovery-image] Aug 25 00:58:16.001 INFO O| Aug 25 00:58:16.001 INFO STEP 882 (remove_files) COMPLETE
79632026-08-25T00:58:17.033Z[ recovery-image] Aug 25 00:58:16.001 INFO O| Aug 25 00:58:16.001 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-25T00:58:17.038Z[ recovery-image] Aug 25 00:58:16.010 INFO O| Aug 25 00:58:16.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79652026-08-25T00:58:17.041Z[ recovery-image] Aug 25 00:58:16.010 INFO O| Aug 25 00:58:16.010 INFO STEP 883 (remove_files) COMPLETE
79662026-08-25T00:58:17.041Z[ recovery-image] Aug 25 00:58:16.010 INFO O| Aug 25 00:58:16.010 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-25T00:58:17.048Z[ recovery-image] Aug 25 00:58:16.020 INFO O| Aug 25 00:58:16.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79682026-08-25T00:58:17.048Z[ recovery-image] Aug 25 00:58:16.020 INFO O| Aug 25 00:58:16.020 INFO STEP 884 (remove_files) COMPLETE
79692026-08-25T00:58:17.051Z[ recovery-image] Aug 25 00:58:16.020 INFO O| Aug 25 00:58:16.020 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-25T00:58:17.059Z[ recovery-image] Aug 25 00:58:16.031 INFO O| Aug 25 00:58:16.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79712026-08-25T00:58:17.059Z[ recovery-image] Aug 25 00:58:16.031 INFO O| Aug 25 00:58:16.031 INFO STEP 885 (remove_files) COMPLETE
79722026-08-25T00:58:17.062Z[ recovery-image] Aug 25 00:58:16.031 INFO O| Aug 25 00:58:16.031 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-25T00:58:17.081Z[ recovery-image] Aug 25 00:58:16.047 INFO O| Aug 25 00:58:16.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79742026-08-25T00:58:17.081Z[ recovery-image] Aug 25 00:58:16.047 INFO O| Aug 25 00:58:16.047 INFO STEP 886 (remove_files) COMPLETE
79752026-08-25T00:58:17.089Z[ recovery-image] Aug 25 00:58:16.047 INFO O| Aug 25 00:58:16.047 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-25T00:58:17.089Z[ recovery-image] Aug 25 00:58:16.056 INFO O| Aug 25 00:58:16.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79772026-08-25T00:58:17.089Z[ recovery-image] Aug 25 00:58:16.056 INFO O| Aug 25 00:58:16.056 INFO STEP 887 (remove_files) COMPLETE
79782026-08-25T00:58:17.090Z[ recovery-image] Aug 25 00:58:16.056 INFO O| Aug 25 00:58:16.056 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-25T00:58:17.093Z[ recovery-image] Aug 25 00:58:16.066 INFO O| Aug 25 00:58:16.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79802026-08-25T00:58:17.094Z[ recovery-image] Aug 25 00:58:16.066 INFO O| Aug 25 00:58:16.066 INFO STEP 888 (remove_files) COMPLETE
79812026-08-25T00:58:17.094Z[ recovery-image] Aug 25 00:58:16.066 INFO O| Aug 25 00:58:16.066 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-25T00:58:17.105Z[ recovery-image] Aug 25 00:58:16.077 INFO O| Aug 25 00:58:16.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79832026-08-25T00:58:17.105Z[ recovery-image] Aug 25 00:58:16.077 INFO O| Aug 25 00:58:16.077 INFO STEP 889 (remove_files) COMPLETE
79842026-08-25T00:58:17.105Z[ recovery-image] Aug 25 00:58:16.077 INFO O| Aug 25 00:58:16.077 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-25T00:58:17.116Z[ recovery-image] Aug 25 00:58:16.088 INFO O| Aug 25 00:58:16.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79862026-08-25T00:58:17.116Z[ recovery-image] Aug 25 00:58:16.088 INFO O| Aug 25 00:58:16.088 INFO STEP 890 (remove_files) COMPLETE
79872026-08-25T00:58:17.116Z[ recovery-image] Aug 25 00:58:16.088 INFO O| Aug 25 00:58:16.088 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-25T00:58:17.125Z[ recovery-image] Aug 25 00:58:16.098 INFO O| Aug 25 00:58:16.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79892026-08-25T00:58:17.126Z[ recovery-image] Aug 25 00:58:16.098 INFO O| Aug 25 00:58:16.098 INFO STEP 891 (remove_files) COMPLETE
79902026-08-25T00:58:17.126Z[ recovery-image] Aug 25 00:58:16.098 INFO O| Aug 25 00:58:16.098 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-25T00:58:17.135Z[ recovery-image] Aug 25 00:58:16.107 INFO O| Aug 25 00:58:16.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79922026-08-25T00:58:17.135Z[ recovery-image] Aug 25 00:58:16.107 INFO O| Aug 25 00:58:16.107 INFO STEP 892 (remove_files) COMPLETE
79932026-08-25T00:58:17.138Z[ recovery-image] Aug 25 00:58:16.107 INFO O| Aug 25 00:58:16.107 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-25T00:58:17.146Z[ recovery-image] Aug 25 00:58:16.119 INFO O| Aug 25 00:58:16.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79952026-08-25T00:58:17.146Z[ recovery-image] Aug 25 00:58:16.119 INFO O| Aug 25 00:58:16.119 INFO STEP 893 (remove_files) COMPLETE
79962026-08-25T00:58:17.146Z[ recovery-image] Aug 25 00:58:16.119 INFO O| Aug 25 00:58:16.119 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-25T00:58:17.156Z[ recovery-image] Aug 25 00:58:16.128 INFO O| Aug 25 00:58:16.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79982026-08-25T00:58:17.156Z[ recovery-image] Aug 25 00:58:16.128 INFO O| Aug 25 00:58:16.128 INFO STEP 894 (remove_files) COMPLETE
79992026-08-25T00:58:17.156Z[ recovery-image] Aug 25 00:58:16.128 INFO O| Aug 25 00:58:16.128 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-25T00:58:17.169Z[ recovery-image] Aug 25 00:58:16.138 INFO O| Aug 25 00:58:16.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80012026-08-25T00:58:17.169Z[ recovery-image] Aug 25 00:58:16.138 INFO O| Aug 25 00:58:16.138 INFO STEP 895 (remove_files) COMPLETE
80022026-08-25T00:58:17.169Z[ recovery-image] Aug 25 00:58:16.138 INFO O| Aug 25 00:58:16.138 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-25T00:58:17.179Z[ recovery-image] Aug 25 00:58:16.148 INFO O| Aug 25 00:58:16.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80042026-08-25T00:58:17.179Z[ recovery-image] Aug 25 00:58:16.148 INFO O| Aug 25 00:58:16.148 INFO STEP 896 (remove_files) COMPLETE
80052026-08-25T00:58:17.179Z[ recovery-image] Aug 25 00:58:16.148 INFO O| Aug 25 00:58:16.148 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-25T00:58:17.188Z[ recovery-image] Aug 25 00:58:16.159 INFO O| Aug 25 00:58:16.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80072026-08-25T00:58:17.188Z[ recovery-image] Aug 25 00:58:16.159 INFO O| Aug 25 00:58:16.159 INFO STEP 897 (remove_files) COMPLETE
80082026-08-25T00:58:17.188Z[ recovery-image] Aug 25 00:58:16.159 INFO O| Aug 25 00:58:16.159 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-25T00:58:17.208Z[ recovery-image] Aug 25 00:58:16.167 INFO O| Aug 25 00:58:16.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80102026-08-25T00:58:17.208Z[ recovery-image] Aug 25 00:58:16.167 INFO O| Aug 25 00:58:16.167 INFO STEP 898 (remove_files) COMPLETE
80112026-08-25T00:58:17.208Z[ recovery-image] Aug 25 00:58:16.167 INFO O| Aug 25 00:58:16.167 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-25T00:58:17.214Z[ recovery-image] Aug 25 00:58:16.177 INFO O| Aug 25 00:58:16.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80132026-08-25T00:58:17.214Z[ recovery-image] Aug 25 00:58:16.177 INFO O| Aug 25 00:58:16.177 INFO STEP 899 (remove_files) COMPLETE
80142026-08-25T00:58:17.214Z[ recovery-image] Aug 25 00:58:16.177 INFO O| Aug 25 00:58:16.177 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-25T00:58:17.217Z[ recovery-image] Aug 25 00:58:16.186 INFO O| Aug 25 00:58:16.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80162026-08-25T00:58:17.217Z[ recovery-image] Aug 25 00:58:16.186 INFO O| Aug 25 00:58:16.186 INFO STEP 900 (remove_files) COMPLETE
80172026-08-25T00:58:17.217Z[ recovery-image] Aug 25 00:58:16.186 INFO O| Aug 25 00:58:16.186 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-25T00:58:17.223Z[ recovery-image] Aug 25 00:58:16.195 INFO O| Aug 25 00:58:16.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80192026-08-25T00:58:17.223Z[ recovery-image] Aug 25 00:58:16.196 INFO O| Aug 25 00:58:16.195 INFO STEP 901 (remove_files) COMPLETE
80202026-08-25T00:58:17.228Z[ recovery-image] Aug 25 00:58:16.196 INFO O| Aug 25 00:58:16.196 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-25T00:58:17.233Z[ recovery-image] Aug 25 00:58:16.205 INFO O| Aug 25 00:58:16.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80222026-08-25T00:58:17.233Z[ recovery-image] Aug 25 00:58:16.205 INFO O| Aug 25 00:58:16.205 INFO STEP 902 (remove_files) COMPLETE
80232026-08-25T00:58:17.240Z[ recovery-image] Aug 25 00:58:16.205 INFO O| Aug 25 00:58:16.205 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-25T00:58:17.243Z[ recovery-image] Aug 25 00:58:16.215 INFO O| Aug 25 00:58:16.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80252026-08-25T00:58:17.247Z[ recovery-image] Aug 25 00:58:16.215 INFO O| Aug 25 00:58:16.215 INFO STEP 903 (remove_files) COMPLETE
80262026-08-25T00:58:17.247Z[ recovery-image] Aug 25 00:58:16.215 INFO O| Aug 25 00:58:16.215 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-25T00:58:17.252Z[ recovery-image] Aug 25 00:58:16.225 INFO O| Aug 25 00:58:16.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80282026-08-25T00:58:17.253Z[ recovery-image] Aug 25 00:58:16.225 INFO O| Aug 25 00:58:16.225 INFO STEP 904 (remove_files) COMPLETE
80292026-08-25T00:58:17.253Z[ recovery-image] Aug 25 00:58:16.225 INFO O| Aug 25 00:58:16.225 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-25T00:58:17.262Z[ recovery-image] Aug 25 00:58:16.234 INFO O| Aug 25 00:58:16.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80312026-08-25T00:58:17.263Z[ recovery-image] Aug 25 00:58:16.234 INFO O| Aug 25 00:58:16.234 INFO STEP 905 (remove_files) COMPLETE
80322026-08-25T00:58:17.263Z[ recovery-image] Aug 25 00:58:16.234 INFO O| Aug 25 00:58:16.234 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-25T00:58:17.272Z[ recovery-image] Aug 25 00:58:16.244 INFO O| Aug 25 00:58:16.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80342026-08-25T00:58:17.272Z[ recovery-image] Aug 25 00:58:16.244 INFO O| Aug 25 00:58:16.244 INFO STEP 906 (remove_files) COMPLETE
80352026-08-25T00:58:17.272Z[ recovery-image] Aug 25 00:58:16.244 INFO O| Aug 25 00:58:16.244 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-25T00:58:17.281Z[ recovery-image] Aug 25 00:58:16.253 INFO O| Aug 25 00:58:16.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80372026-08-25T00:58:17.281Z[ recovery-image] Aug 25 00:58:16.253 INFO O| Aug 25 00:58:16.253 INFO STEP 907 (remove_files) COMPLETE
80382026-08-25T00:58:17.285Z[ recovery-image] Aug 25 00:58:16.253 INFO O| Aug 25 00:58:16.253 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-25T00:58:17.291Z[ recovery-image] Aug 25 00:58:16.263 INFO O| Aug 25 00:58:16.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80402026-08-25T00:58:17.291Z[ recovery-image] Aug 25 00:58:16.263 INFO O| Aug 25 00:58:16.263 INFO STEP 908 (remove_files) COMPLETE
80412026-08-25T00:58:17.291Z[ recovery-image] Aug 25 00:58:16.263 INFO O| Aug 25 00:58:16.263 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-25T00:58:17.300Z[ recovery-image] Aug 25 00:58:16.272 INFO O| Aug 25 00:58:16.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80432026-08-25T00:58:17.300Z[ recovery-image] Aug 25 00:58:16.272 INFO O| Aug 25 00:58:16.272 INFO STEP 909 (remove_files) COMPLETE
80442026-08-25T00:58:17.300Z[ recovery-image] Aug 25 00:58:16.272 INFO O| Aug 25 00:58:16.272 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-25T00:58:17.312Z[ recovery-image] Aug 25 00:58:16.282 INFO O| Aug 25 00:58:16.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80462026-08-25T00:58:17.312Z[ recovery-image] Aug 25 00:58:16.282 INFO O| Aug 25 00:58:16.282 INFO STEP 910 (remove_files) COMPLETE
80472026-08-25T00:58:17.312Z[ recovery-image] Aug 25 00:58:16.282 INFO O| Aug 25 00:58:16.282 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-25T00:58:17.319Z[ recovery-image] Aug 25 00:58:16.291 INFO O| Aug 25 00:58:16.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80492026-08-25T00:58:17.320Z[ recovery-image] Aug 25 00:58:16.291 INFO O| Aug 25 00:58:16.291 INFO STEP 911 (remove_files) COMPLETE
80502026-08-25T00:58:17.320Z[ recovery-image] Aug 25 00:58:16.291 INFO O| Aug 25 00:58:16.291 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-25T00:58:17.329Z[ recovery-image] Aug 25 00:58:16.301 INFO O| Aug 25 00:58:16.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80522026-08-25T00:58:17.329Z[ recovery-image] Aug 25 00:58:16.301 INFO O| Aug 25 00:58:16.301 INFO STEP 912 (remove_files) COMPLETE
80532026-08-25T00:58:17.333Z[ recovery-image] Aug 25 00:58:16.301 INFO O| Aug 25 00:58:16.301 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-25T00:58:17.338Z[ recovery-image] Aug 25 00:58:16.310 INFO O| Aug 25 00:58:16.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80552026-08-25T00:58:17.338Z[ recovery-image] Aug 25 00:58:16.310 INFO O| Aug 25 00:58:16.310 INFO STEP 913 (remove_files) COMPLETE
80562026-08-25T00:58:17.349Z[ recovery-image] Aug 25 00:58:16.310 INFO O| Aug 25 00:58:16.310 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-25T00:58:17.359Z[ recovery-image] Aug 25 00:58:16.320 INFO O| Aug 25 00:58:16.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80582026-08-25T00:58:17.359Z[ recovery-image] Aug 25 00:58:16.320 INFO O| Aug 25 00:58:16.320 INFO STEP 914 (remove_files) COMPLETE
80592026-08-25T00:58:17.360Z[ recovery-image] Aug 25 00:58:16.320 INFO O| Aug 25 00:58:16.320 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-25T00:58:17.360Z[ recovery-image] Aug 25 00:58:16.328 INFO O| Aug 25 00:58:16.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80612026-08-25T00:58:17.360Z[ recovery-image] Aug 25 00:58:16.328 INFO O| Aug 25 00:58:16.328 INFO STEP 915 (remove_files) COMPLETE
80622026-08-25T00:58:17.360Z[ recovery-image] Aug 25 00:58:16.328 INFO O| Aug 25 00:58:16.328 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-25T00:58:17.368Z[ recovery-image] Aug 25 00:58:16.336 INFO O| Aug 25 00:58:16.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80642026-08-25T00:58:17.368Z[ recovery-image] Aug 25 00:58:16.336 INFO O| Aug 25 00:58:16.336 INFO STEP 916 (remove_files) COMPLETE
80652026-08-25T00:58:17.368Z[ recovery-image] Aug 25 00:58:16.336 INFO O| Aug 25 00:58:16.336 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-25T00:58:17.377Z[ recovery-image] Aug 25 00:58:16.344 INFO O| Aug 25 00:58:16.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80672026-08-25T00:58:17.377Z[ recovery-image] Aug 25 00:58:16.345 INFO O| Aug 25 00:58:16.345 INFO STEP 917 (remove_files) COMPLETE
80682026-08-25T00:58:17.389Z[ recovery-image] Aug 25 00:58:16.345 INFO O| Aug 25 00:58:16.345 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-25T00:58:17.444Z[ recovery-image] Aug 25 00:58:16.356 INFO O| Aug 25 00:58:16.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80702026-08-25T00:58:17.444Z[ recovery-image] Aug 25 00:58:16.356 INFO O| Aug 25 00:58:16.356 INFO STEP 918 (remove_files) COMPLETE
80712026-08-25T00:58:17.444Z[ recovery-image] Aug 25 00:58:16.356 INFO O| Aug 25 00:58:16.356 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-25T00:58:17.461Z[ recovery-image] Aug 25 00:58:16.365 INFO O| Aug 25 00:58:16.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80732026-08-25T00:58:17.462Z[ recovery-image] Aug 25 00:58:16.365 INFO O| Aug 25 00:58:16.365 INFO STEP 919 (remove_files) COMPLETE
80742026-08-25T00:58:17.462Z[verify-libraries] Compiling samael v0.0.19
80752026-08-25T00:58:17.462Z[ recovery-image] Aug 25 00:58:16.365 INFO O| Aug 25 00:58:16.365 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-25T00:58:17.462Z[ recovery-image] Aug 25 00:58:16.375 INFO O| Aug 25 00:58:16.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80772026-08-25T00:58:17.462Z[ recovery-image] Aug 25 00:58:16.375 INFO O| Aug 25 00:58:16.375 INFO STEP 920 (remove_files) COMPLETE
80782026-08-25T00:58:17.462Z[ recovery-image] Aug 25 00:58:16.375 INFO O| Aug 25 00:58:16.375 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-25T00:58:17.462Z[ recovery-image] Aug 25 00:58:16.382 INFO O| Aug 25 00:58:16.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80802026-08-25T00:58:17.462Z[ recovery-image] Aug 25 00:58:16.382 INFO O| Aug 25 00:58:16.382 INFO STEP 921 (remove_files) COMPLETE
80812026-08-25T00:58:17.462Z[ recovery-image] Aug 25 00:58:16.382 INFO O| Aug 25 00:58:16.382 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.390 INFO O| Aug 25 00:58:16.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80832026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.390 INFO O| Aug 25 00:58:16.390 INFO STEP 922 (remove_files) COMPLETE
80842026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.390 INFO O| Aug 25 00:58:16.390 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.398 INFO O| Aug 25 00:58:16.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80862026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.398 INFO O| Aug 25 00:58:16.398 INFO STEP 923 (remove_files) COMPLETE
80872026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.398 INFO O| Aug 25 00:58:16.398 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.409 INFO O| Aug 25 00:58:16.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80892026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.409 INFO O| Aug 25 00:58:16.409 INFO STEP 924 (remove_files) COMPLETE
80902026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.409 INFO O| Aug 25 00:58:16.409 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.418 INFO O| Aug 25 00:58:16.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80922026-08-25T00:58:17.463Z[ recovery-image] Aug 25 00:58:16.418 INFO O| Aug 25 00:58:16.418 INFO STEP 925 (remove_files) COMPLETE
80932026-08-25T00:58:17.464Z[ recovery-image] Aug 25 00:58:16.418 INFO O| Aug 25 00:58:16.418 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-25T00:58:17.480Z[ recovery-image] Aug 25 00:58:16.436 INFO O| Aug 25 00:58:16.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80952026-08-25T00:58:17.480Z[ recovery-image] Aug 25 00:58:16.436 INFO O| Aug 25 00:58:16.436 INFO STEP 926 (remove_files) COMPLETE
80962026-08-25T00:58:17.480Z[ recovery-image] Aug 25 00:58:16.436 INFO O| Aug 25 00:58:16.436 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-25T00:58:17.494Z[ recovery-image] Aug 25 00:58:16.446 INFO O| Aug 25 00:58:16.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80982026-08-25T00:58:17.494Z[ recovery-image] Aug 25 00:58:16.446 INFO O| Aug 25 00:58:16.446 INFO STEP 927 (remove_files) COMPLETE
80992026-08-25T00:58:17.494Z[ recovery-image] Aug 25 00:58:16.446 INFO O| Aug 25 00:58:16.446 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-25T00:58:17.494Z[ recovery-image] Aug 25 00:58:16.454 INFO O| Aug 25 00:58:16.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81012026-08-25T00:58:17.494Z[ recovery-image] Aug 25 00:58:16.454 INFO O| Aug 25 00:58:16.454 INFO STEP 928 (remove_files) COMPLETE
81022026-08-25T00:58:17.494Z[ recovery-image] Aug 25 00:58:16.454 INFO O| Aug 25 00:58:16.454 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-25T00:58:17.515Z[ recovery-image] Aug 25 00:58:16.463 INFO O| Aug 25 00:58:16.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81042026-08-25T00:58:17.515Z[ recovery-image] Aug 25 00:58:16.463 INFO O| Aug 25 00:58:16.463 INFO STEP 929 (remove_files) COMPLETE
81052026-08-25T00:58:17.515Z[ recovery-image] Aug 25 00:58:16.463 INFO O| Aug 25 00:58:16.463 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.471 INFO O| Aug 25 00:58:16.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81072026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.471 INFO O| Aug 25 00:58:16.471 INFO STEP 930 (remove_files) COMPLETE
81082026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.471 INFO O| Aug 25 00:58:16.471 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.479 INFO O| Aug 25 00:58:16.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81102026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.479 INFO O| Aug 25 00:58:16.479 INFO STEP 931 (remove_files) COMPLETE
81112026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.479 INFO O| Aug 25 00:58:16.479 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.489 INFO O| Aug 25 00:58:16.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81132026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.489 INFO O| Aug 25 00:58:16.489 INFO STEP 932 (remove_files) COMPLETE
81142026-08-25T00:58:17.554Z[ recovery-image] Aug 25 00:58:16.489 INFO O| Aug 25 00:58:16.489 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-25T00:58:17.565Z[ recovery-image] Aug 25 00:58:16.498 INFO O| Aug 25 00:58:16.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81162026-08-25T00:58:17.565Z[ recovery-image] Aug 25 00:58:16.498 INFO O| Aug 25 00:58:16.498 INFO STEP 933 (remove_files) COMPLETE
81172026-08-25T00:58:17.565Z[ recovery-image] Aug 25 00:58:16.498 INFO O| Aug 25 00:58:16.498 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-25T00:58:17.565Z[ recovery-image] Aug 25 00:58:16.507 INFO O| Aug 25 00:58:16.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81192026-08-25T00:58:17.565Z[ recovery-image] Aug 25 00:58:16.507 INFO O| Aug 25 00:58:16.507 INFO STEP 934 (remove_files) COMPLETE
81202026-08-25T00:58:17.567Z[ recovery-image] Aug 25 00:58:16.507 INFO O| Aug 25 00:58:16.507 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-25T00:58:17.567Z[ recovery-image] Aug 25 00:58:16.516 INFO O| Aug 25 00:58:16.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81222026-08-25T00:58:17.567Z[ recovery-image] Aug 25 00:58:16.516 INFO O| Aug 25 00:58:16.516 INFO STEP 935 (remove_files) COMPLETE
81232026-08-25T00:58:17.568Z[ recovery-image] Aug 25 00:58:16.516 INFO O| Aug 25 00:58:16.516 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-25T00:58:17.568Z[ recovery-image] Aug 25 00:58:16.525 INFO O| Aug 25 00:58:16.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81252026-08-25T00:58:17.568Z[ recovery-image] Aug 25 00:58:16.525 INFO O| Aug 25 00:58:16.525 INFO STEP 936 (remove_files) COMPLETE
81262026-08-25T00:58:17.568Z[ recovery-image] Aug 25 00:58:16.525 INFO O| Aug 25 00:58:16.525 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-25T00:58:17.602Z[ recovery-image] Aug 25 00:58:16.535 INFO O| Aug 25 00:58:16.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81282026-08-25T00:58:17.602Z[ recovery-image] Aug 25 00:58:16.535 INFO O| Aug 25 00:58:16.535 INFO STEP 937 (remove_files) COMPLETE
81292026-08-25T00:58:17.603Z[ recovery-image] Aug 25 00:58:16.535 INFO O| Aug 25 00:58:16.535 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-25T00:58:17.603Z[ recovery-image] Aug 25 00:58:16.544 INFO O| Aug 25 00:58:16.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81312026-08-25T00:58:17.603Z[ recovery-image] Aug 25 00:58:16.544 INFO O| Aug 25 00:58:16.544 INFO STEP 938 (remove_files) COMPLETE
81322026-08-25T00:58:17.603Z[ recovery-image] Aug 25 00:58:16.544 INFO O| Aug 25 00:58:16.544 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-25T00:58:17.603Z[ recovery-image] Aug 25 00:58:16.553 INFO O| Aug 25 00:58:16.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81342026-08-25T00:58:17.603Z[ recovery-image] Aug 25 00:58:16.553 INFO O| Aug 25 00:58:16.553 INFO STEP 939 (remove_files) COMPLETE
81352026-08-25T00:58:17.603Z[ recovery-image] Aug 25 00:58:16.553 INFO O| Aug 25 00:58:16.553 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-25T00:58:17.643Z[ recovery-image] Aug 25 00:58:16.562 INFO O| Aug 25 00:58:16.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81372026-08-25T00:58:17.643Z[ recovery-image] Aug 25 00:58:16.562 INFO O| Aug 25 00:58:16.562 INFO STEP 940 (remove_files) COMPLETE
81382026-08-25T00:58:17.643Z[ recovery-image] Aug 25 00:58:16.562 INFO O| Aug 25 00:58:16.562 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-25T00:58:17.643Z[ recovery-image] Aug 25 00:58:16.571 INFO O| Aug 25 00:58:16.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81402026-08-25T00:58:17.643Z[ recovery-image] Aug 25 00:58:16.572 INFO O| Aug 25 00:58:16.572 INFO STEP 941 (remove_files) COMPLETE
81412026-08-25T00:58:17.643Z[ recovery-image] Aug 25 00:58:16.572 INFO O| Aug 25 00:58:16.572 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-25T00:58:17.664Z[ recovery-image] Aug 25 00:58:16.581 INFO O| Aug 25 00:58:16.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81432026-08-25T00:58:17.664Z[ recovery-image] Aug 25 00:58:16.581 INFO O| Aug 25 00:58:16.581 INFO STEP 942 (remove_files) COMPLETE
81442026-08-25T00:58:17.664Z[ recovery-image] Aug 25 00:58:16.581 INFO O| Aug 25 00:58:16.581 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-25T00:58:17.665Z[ recovery-image] Aug 25 00:58:16.591 INFO O| Aug 25 00:58:16.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81462026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.591 INFO O| Aug 25 00:58:16.591 INFO STEP 943 (remove_files) COMPLETE
81472026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.591 INFO O| Aug 25 00:58:16.591 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.599 INFO O| Aug 25 00:58:16.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81492026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.599 INFO O| Aug 25 00:58:16.599 INFO STEP 944 (remove_files) COMPLETE
81502026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.599 INFO O| Aug 25 00:58:16.599 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.610 INFO O| Aug 25 00:58:16.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81522026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.610 INFO O| Aug 25 00:58:16.610 INFO STEP 945 (remove_files) COMPLETE
81532026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.610 INFO O| Aug 25 00:58:16.610 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.620 INFO O| Aug 25 00:58:16.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81552026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.620 INFO O| Aug 25 00:58:16.620 INFO STEP 946 (remove_files) COMPLETE
81562026-08-25T00:58:17.666Z[ recovery-image] Aug 25 00:58:16.620 INFO O| Aug 25 00:58:16.620 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-25T00:58:17.684Z[ recovery-image] Aug 25 00:58:16.630 INFO O| Aug 25 00:58:16.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81582026-08-25T00:58:17.684Z[ recovery-image] Aug 25 00:58:16.630 INFO O| Aug 25 00:58:16.630 INFO STEP 947 (remove_files) COMPLETE
81592026-08-25T00:58:17.684Z[ recovery-image] Aug 25 00:58:16.630 INFO O| Aug 25 00:58:16.630 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-25T00:58:17.684Z[ recovery-image] Aug 25 00:58:16.638 INFO O| Aug 25 00:58:16.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81612026-08-25T00:58:17.684Z[ recovery-image] Aug 25 00:58:16.638 INFO O| Aug 25 00:58:16.638 INFO STEP 948 (remove_files) COMPLETE
81622026-08-25T00:58:17.685Z[ recovery-image] Aug 25 00:58:16.639 INFO O| Aug 25 00:58:16.638 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-25T00:58:17.699Z[ recovery-image] Aug 25 00:58:16.647 INFO O| Aug 25 00:58:16.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81642026-08-25T00:58:17.700Z[ recovery-image] Aug 25 00:58:16.648 INFO O| Aug 25 00:58:16.648 INFO STEP 949 (remove_files) COMPLETE
81652026-08-25T00:58:17.700Z[ recovery-image] Aug 25 00:58:16.648 INFO O| Aug 25 00:58:16.648 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-25T00:58:17.700Z[ recovery-image] Aug 25 00:58:16.656 INFO O| Aug 25 00:58:16.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81672026-08-25T00:58:17.700Z[ recovery-image] Aug 25 00:58:16.656 INFO O| Aug 25 00:58:16.656 INFO STEP 950 (remove_files) COMPLETE
81682026-08-25T00:58:17.700Z[ recovery-image] Aug 25 00:58:16.656 INFO O| Aug 25 00:58:16.656 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-25T00:58:17.700Z[ recovery-image] Aug 25 00:58:16.665 INFO O| Aug 25 00:58:16.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81702026-08-25T00:58:17.700Z[ recovery-image] Aug 25 00:58:16.665 INFO O| Aug 25 00:58:16.665 INFO STEP 951 (remove_files) COMPLETE
81712026-08-25T00:58:17.700Z[ recovery-image] Aug 25 00:58:16.665 INFO O| Aug 25 00:58:16.665 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-25T00:58:17.709Z[ recovery-image] Aug 25 00:58:16.674 INFO O| Aug 25 00:58:16.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81732026-08-25T00:58:17.709Z[ recovery-image] Aug 25 00:58:16.674 INFO O| Aug 25 00:58:16.674 INFO STEP 952 (remove_files) COMPLETE
81742026-08-25T00:58:17.710Z[ recovery-image] Aug 25 00:58:16.674 INFO O| Aug 25 00:58:16.674 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-25T00:58:17.727Z[ recovery-image] Aug 25 00:58:16.684 INFO O| Aug 25 00:58:16.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81762026-08-25T00:58:17.727Z[ recovery-image] Aug 25 00:58:16.684 INFO O| Aug 25 00:58:16.684 INFO STEP 953 (remove_files) COMPLETE
81772026-08-25T00:58:17.727Z[ recovery-image] Aug 25 00:58:16.684 INFO O| Aug 25 00:58:16.684 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-25T00:58:17.747Z[ recovery-image] Aug 25 00:58:16.693 INFO O| Aug 25 00:58:16.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81792026-08-25T00:58:17.747Z[ recovery-image] Aug 25 00:58:16.693 INFO O| Aug 25 00:58:16.693 INFO STEP 954 (remove_files) COMPLETE
81802026-08-25T00:58:17.747Z[ recovery-image] Aug 25 00:58:16.693 INFO O| Aug 25 00:58:16.693 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-25T00:58:17.747Z[ recovery-image] Aug 25 00:58:16.703 INFO O| Aug 25 00:58:16.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81822026-08-25T00:58:17.747Z[ recovery-image] Aug 25 00:58:16.703 INFO O| Aug 25 00:58:16.703 INFO STEP 955 (remove_files) COMPLETE
81832026-08-25T00:58:17.749Z[ recovery-image] Aug 25 00:58:16.703 INFO O| Aug 25 00:58:16.703 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-25T00:58:17.761Z[ recovery-image] Aug 25 00:58:16.712 INFO O| Aug 25 00:58:16.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81852026-08-25T00:58:17.762Z[ recovery-image] Aug 25 00:58:16.712 INFO O| Aug 25 00:58:16.712 INFO STEP 956 (remove_files) COMPLETE
81862026-08-25T00:58:17.762Z[ recovery-image] Aug 25 00:58:16.712 INFO O| Aug 25 00:58:16.712 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-25T00:58:17.762Z[ recovery-image] Aug 25 00:58:16.720 INFO O| Aug 25 00:58:16.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81882026-08-25T00:58:17.762Z[ recovery-image] Aug 25 00:58:16.720 INFO O| Aug 25 00:58:16.720 INFO STEP 957 (remove_files) COMPLETE
81892026-08-25T00:58:17.762Z[ recovery-image] Aug 25 00:58:16.720 INFO O| Aug 25 00:58:16.720 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-25T00:58:17.798Z[ recovery-image] Aug 25 00:58:16.729 INFO O| Aug 25 00:58:16.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81912026-08-25T00:58:17.798Z[ recovery-image] Aug 25 00:58:16.729 INFO O| Aug 25 00:58:16.729 INFO STEP 958 (remove_files) COMPLETE
81922026-08-25T00:58:17.798Z[ recovery-image] Aug 25 00:58:16.730 INFO O| Aug 25 00:58:16.729 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-25T00:58:17.798Z[ recovery-image] Aug 25 00:58:16.738 INFO O| Aug 25 00:58:16.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81942026-08-25T00:58:17.798Z[ recovery-image] Aug 25 00:58:16.739 INFO O| Aug 25 00:58:16.739 INFO STEP 959 (remove_files) COMPLETE
81952026-08-25T00:58:17.798Z[ recovery-image] Aug 25 00:58:16.739 INFO O| Aug 25 00:58:16.739 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-25T00:58:17.798Z[ recovery-image] Aug 25 00:58:16.747 INFO O| Aug 25 00:58:16.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81972026-08-25T00:58:17.799Z[ recovery-image] Aug 25 00:58:16.747 INFO O| Aug 25 00:58:16.747 INFO STEP 960 (remove_files) COMPLETE
81982026-08-25T00:58:17.799Z[ recovery-image] Aug 25 00:58:16.747 INFO O| Aug 25 00:58:16.747 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-25T00:58:17.833Z[ recovery-image] Aug 25 00:58:16.756 INFO O| Aug 25 00:58:16.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82002026-08-25T00:58:17.833Z[ recovery-image] Aug 25 00:58:16.756 INFO O| Aug 25 00:58:16.756 INFO STEP 961 (remove_files) COMPLETE
82012026-08-25T00:58:17.833Z[ recovery-image] Aug 25 00:58:16.756 INFO O| Aug 25 00:58:16.756 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-25T00:58:17.833Z[ recovery-image] Aug 25 00:58:16.764 INFO O| Aug 25 00:58:16.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82032026-08-25T00:58:17.834Z[ recovery-image] Aug 25 00:58:16.764 INFO O| Aug 25 00:58:16.764 INFO STEP 962 (remove_files) COMPLETE
82042026-08-25T00:58:17.834Z[ recovery-image] Aug 25 00:58:16.764 INFO O| Aug 25 00:58:16.764 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-25T00:58:17.834Z[ recovery-image] Aug 25 00:58:16.776 INFO O| Aug 25 00:58:16.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82062026-08-25T00:58:17.834Z[ recovery-image] Aug 25 00:58:16.776 INFO O| Aug 25 00:58:16.776 INFO STEP 963 (remove_files) COMPLETE
82072026-08-25T00:58:17.834Z[ recovery-image] Aug 25 00:58:16.776 INFO O| Aug 25 00:58:16.776 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.786 INFO O| Aug 25 00:58:16.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82092026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.786 INFO O| Aug 25 00:58:16.786 INFO STEP 964 (remove_files) COMPLETE
82102026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.786 INFO O| Aug 25 00:58:16.786 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.795 INFO O| Aug 25 00:58:16.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82122026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.795 INFO O| Aug 25 00:58:16.795 INFO STEP 965 (remove_files) COMPLETE
82132026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.795 INFO O| Aug 25 00:58:16.795 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.807 INFO O| Aug 25 00:58:16.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82152026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.808 INFO O| Aug 25 00:58:16.807 INFO STEP 966 (remove_files) COMPLETE
82162026-08-25T00:58:17.842Z[ recovery-image] Aug 25 00:58:16.808 INFO O| Aug 25 00:58:16.807 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-25T00:58:17.851Z[ recovery-image] Aug 25 00:58:16.816 INFO O| Aug 25 00:58:16.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82182026-08-25T00:58:17.851Z[ recovery-image] Aug 25 00:58:16.816 INFO O| Aug 25 00:58:16.816 INFO STEP 967 (remove_files) COMPLETE
82192026-08-25T00:58:17.851Z[ recovery-image] Aug 25 00:58:16.816 INFO O| Aug 25 00:58:16.816 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-25T00:58:17.867Z[ recovery-image] Aug 25 00:58:16.827 INFO O| Aug 25 00:58:16.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82212026-08-25T00:58:17.867Z[ recovery-image] Aug 25 00:58:16.827 INFO O| Aug 25 00:58:16.827 INFO STEP 968 (remove_files) COMPLETE
82222026-08-25T00:58:17.881Z[ recovery-image] Aug 25 00:58:16.827 INFO O| Aug 25 00:58:16.827 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-25T00:58:17.881Z[ recovery-image] Aug 25 00:58:16.837 INFO O| Aug 25 00:58:16.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82242026-08-25T00:58:17.881Z[ recovery-image] Aug 25 00:58:16.837 INFO O| Aug 25 00:58:16.837 INFO STEP 969 (remove_files) COMPLETE
82252026-08-25T00:58:17.881Z[ recovery-image] Aug 25 00:58:16.837 INFO O| Aug 25 00:58:16.837 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-25T00:58:17.887Z[ recovery-image] Aug 25 00:58:16.845 INFO O| Aug 25 00:58:16.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82272026-08-25T00:58:17.888Z[ recovery-image] Aug 25 00:58:16.845 INFO O| Aug 25 00:58:16.845 INFO STEP 970 (remove_files) COMPLETE
82282026-08-25T00:58:17.888Z[ recovery-image] Aug 25 00:58:16.845 INFO O| Aug 25 00:58:16.845 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-25T00:58:17.888Z[ recovery-image] Aug 25 00:58:16.856 INFO O| Aug 25 00:58:16.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82302026-08-25T00:58:17.888Z[ recovery-image] Aug 25 00:58:16.856 INFO O| Aug 25 00:58:16.856 INFO STEP 971 (remove_files) COMPLETE
82312026-08-25T00:58:17.888Z[ recovery-image] Aug 25 00:58:16.856 INFO O| Aug 25 00:58:16.856 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-25T00:58:17.895Z[ recovery-image] Aug 25 00:58:16.867 INFO O| Aug 25 00:58:16.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82332026-08-25T00:58:17.895Z[ recovery-image] Aug 25 00:58:16.867 INFO O| Aug 25 00:58:16.867 INFO STEP 972 (remove_files) COMPLETE
82342026-08-25T00:58:17.895Z[ recovery-image] Aug 25 00:58:16.867 INFO O| Aug 25 00:58:16.867 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-25T00:58:17.910Z[ recovery-image] Aug 25 00:58:16.882 INFO O| Aug 25 00:58:16.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82362026-08-25T00:58:17.910Z[ recovery-image] Aug 25 00:58:16.882 INFO O| Aug 25 00:58:16.882 INFO STEP 973 (remove_files) COMPLETE
82372026-08-25T00:58:17.912Z[ recovery-image] Aug 25 00:58:16.882 INFO O| Aug 25 00:58:16.882 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-25T00:58:17.921Z[ recovery-image] Aug 25 00:58:16.893 INFO O| Aug 25 00:58:16.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82392026-08-25T00:58:17.921Z[ recovery-image] Aug 25 00:58:16.893 INFO O| Aug 25 00:58:16.893 INFO STEP 974 (remove_files) COMPLETE
82402026-08-25T00:58:17.925Z[ recovery-image] Aug 25 00:58:16.893 INFO O| Aug 25 00:58:16.893 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-25T00:58:17.931Z[ recovery-image] Aug 25 00:58:16.902 INFO O| Aug 25 00:58:16.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82422026-08-25T00:58:17.931Z[ recovery-image] Aug 25 00:58:16.902 INFO O| Aug 25 00:58:16.902 INFO STEP 975 (remove_files) COMPLETE
82432026-08-25T00:58:17.935Z[ recovery-image] Aug 25 00:58:16.902 INFO O| Aug 25 00:58:16.902 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-25T00:58:17.939Z[ recovery-image] Aug 25 00:58:16.911 INFO O| Aug 25 00:58:16.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82452026-08-25T00:58:17.939Z[ recovery-image] Aug 25 00:58:16.911 INFO O| Aug 25 00:58:16.911 INFO STEP 976 (remove_files) COMPLETE
82462026-08-25T00:58:17.939Z[ recovery-image] Aug 25 00:58:16.911 INFO O| Aug 25 00:58:16.911 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-25T00:58:17.947Z[ recovery-image] Aug 25 00:58:16.920 INFO O| Aug 25 00:58:16.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82482026-08-25T00:58:17.949Z[ recovery-image] Aug 25 00:58:16.920 INFO O| Aug 25 00:58:16.920 INFO STEP 977 (remove_files) COMPLETE
82492026-08-25T00:58:17.953Z[ recovery-image] Aug 25 00:58:16.920 INFO O| Aug 25 00:58:16.920 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-25T00:58:17.958Z[ recovery-image] Aug 25 00:58:16.929 INFO O| Aug 25 00:58:16.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82512026-08-25T00:58:17.958Z[ recovery-image] Aug 25 00:58:16.929 INFO O| Aug 25 00:58:16.929 INFO STEP 978 (remove_files) COMPLETE
82522026-08-25T00:58:17.958Z[ recovery-image] Aug 25 00:58:16.929 INFO O| Aug 25 00:58:16.929 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-25T00:58:17.966Z[ recovery-image] Aug 25 00:58:16.938 INFO O| Aug 25 00:58:16.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82542026-08-25T00:58:17.966Z[ recovery-image] Aug 25 00:58:16.938 INFO O| Aug 25 00:58:16.938 INFO STEP 979 (remove_files) COMPLETE
82552026-08-25T00:58:17.967Z[ recovery-image] Aug 25 00:58:16.938 INFO O| Aug 25 00:58:16.938 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-25T00:58:17.997Z[ recovery-image] Aug 25 00:58:16.969 INFO O| Aug 25 00:58:16.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82572026-08-25T00:58:17.997Z[ recovery-image] Aug 25 00:58:16.969 INFO O| Aug 25 00:58:16.969 INFO STEP 980 (remove_files) COMPLETE
82582026-08-25T00:58:17.997Z[ recovery-image] Aug 25 00:58:16.969 INFO O| Aug 25 00:58:16.969 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-25T00:58:18.013Z[ recovery-image] Aug 25 00:58:16.984 INFO O| Aug 25 00:58:16.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82602026-08-25T00:58:18.013Z[ recovery-image] Aug 25 00:58:16.984 INFO O| Aug 25 00:58:16.984 INFO STEP 981 (remove_files) COMPLETE
82612026-08-25T00:58:18.019Z[ recovery-image] Aug 25 00:58:16.984 INFO O| Aug 25 00:58:16.984 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-25T00:58:18.024Z[ recovery-image] Aug 25 00:58:16.996 INFO O| Aug 25 00:58:16.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82632026-08-25T00:58:18.024Z[ recovery-image] Aug 25 00:58:16.996 INFO O| Aug 25 00:58:16.996 INFO STEP 982 (remove_files) COMPLETE
82642026-08-25T00:58:18.024Z[ recovery-image] Aug 25 00:58:16.996 INFO O| Aug 25 00:58:16.996 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-25T00:58:18.034Z[ recovery-image] Aug 25 00:58:17.006 INFO O| Aug 25 00:58:17.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82662026-08-25T00:58:18.034Z[ recovery-image] Aug 25 00:58:17.006 INFO O| Aug 25 00:58:17.006 INFO STEP 983 (remove_files) COMPLETE
82672026-08-25T00:58:18.034Z[ recovery-image] Aug 25 00:58:17.006 INFO O| Aug 25 00:58:17.006 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-25T00:58:18.044Z[ recovery-image] Aug 25 00:58:17.015 INFO O| Aug 25 00:58:17.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82692026-08-25T00:58:18.044Z[ recovery-image] Aug 25 00:58:17.015 INFO O| Aug 25 00:58:17.015 INFO STEP 984 (remove_files) COMPLETE
82702026-08-25T00:58:18.044Z[ recovery-image] Aug 25 00:58:17.015 INFO O| Aug 25 00:58:17.015 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-25T00:58:18.053Z[ recovery-image] Aug 25 00:58:17.025 INFO O| Aug 25 00:58:17.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82722026-08-25T00:58:18.053Z[ recovery-image] Aug 25 00:58:17.025 INFO O| Aug 25 00:58:17.025 INFO STEP 985 (remove_files) COMPLETE
82732026-08-25T00:58:18.056Z[ recovery-image] Aug 25 00:58:17.025 INFO O| Aug 25 00:58:17.025 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-25T00:58:18.065Z[ recovery-image] Aug 25 00:58:17.035 INFO O| Aug 25 00:58:17.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82752026-08-25T00:58:18.065Z[ recovery-image] Aug 25 00:58:17.035 INFO O| Aug 25 00:58:17.035 INFO STEP 986 (remove_files) COMPLETE
82762026-08-25T00:58:18.070Z[ recovery-image] Aug 25 00:58:17.035 INFO O| Aug 25 00:58:17.035 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-25T00:58:18.083Z[ recovery-image] Aug 25 00:58:17.045 INFO O| Aug 25 00:58:17.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82782026-08-25T00:58:18.084Z[ recovery-image] Aug 25 00:58:17.045 INFO O| Aug 25 00:58:17.045 INFO STEP 987 (remove_files) COMPLETE
82792026-08-25T00:58:18.085Z[ recovery-image] Aug 25 00:58:17.045 INFO O| Aug 25 00:58:17.045 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-25T00:58:18.089Z[ recovery-image] Aug 25 00:58:17.055 INFO O| Aug 25 00:58:17.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82812026-08-25T00:58:18.089Z[ recovery-image] Aug 25 00:58:17.055 INFO O| Aug 25 00:58:17.055 INFO STEP 988 (remove_files) COMPLETE
82822026-08-25T00:58:18.089Z[ recovery-image] Aug 25 00:58:17.055 INFO O| Aug 25 00:58:17.055 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-25T00:58:18.095Z[ recovery-image] Aug 25 00:58:17.065 INFO O| Aug 25 00:58:17.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82842026-08-25T00:58:18.095Z[ recovery-image] Aug 25 00:58:17.065 INFO O| Aug 25 00:58:17.065 INFO STEP 989 (remove_files) COMPLETE
82852026-08-25T00:58:18.098Z[ recovery-image] Aug 25 00:58:17.065 INFO O| Aug 25 00:58:17.065 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-25T00:58:18.103Z[ recovery-image] Aug 25 00:58:17.075 INFO O| Aug 25 00:58:17.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82872026-08-25T00:58:18.103Z[ recovery-image] Aug 25 00:58:17.075 INFO O| Aug 25 00:58:17.075 INFO STEP 990 (remove_files) COMPLETE
82882026-08-25T00:58:18.103Z[ recovery-image] Aug 25 00:58:17.075 INFO O| Aug 25 00:58:17.075 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-25T00:58:18.113Z[ recovery-image] Aug 25 00:58:17.085 INFO O| Aug 25 00:58:17.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82902026-08-25T00:58:18.113Z[ recovery-image] Aug 25 00:58:17.085 INFO O| Aug 25 00:58:17.085 INFO STEP 991 (remove_files) COMPLETE
82912026-08-25T00:58:18.113Z[ recovery-image] Aug 25 00:58:17.085 INFO O| Aug 25 00:58:17.085 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-25T00:58:18.123Z[ recovery-image] Aug 25 00:58:17.095 INFO O| Aug 25 00:58:17.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82932026-08-25T00:58:18.124Z[ recovery-image] Aug 25 00:58:17.095 INFO O| Aug 25 00:58:17.095 INFO STEP 992 (remove_files) COMPLETE
82942026-08-25T00:58:18.124Z[ recovery-image] Aug 25 00:58:17.095 INFO O| Aug 25 00:58:17.095 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-25T00:58:18.137Z[ recovery-image] Aug 25 00:58:17.106 INFO O| Aug 25 00:58:17.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82962026-08-25T00:58:18.137Z[ recovery-image] Aug 25 00:58:17.106 INFO O| Aug 25 00:58:17.106 INFO STEP 993 (remove_files) COMPLETE
82972026-08-25T00:58:18.137Z[ recovery-image] Aug 25 00:58:17.106 INFO O| Aug 25 00:58:17.106 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-25T00:58:18.147Z[ recovery-image] Aug 25 00:58:17.117 INFO O| Aug 25 00:58:17.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82992026-08-25T00:58:18.147Z[ recovery-image] Aug 25 00:58:17.117 INFO O| Aug 25 00:58:17.117 INFO STEP 994 (remove_files) COMPLETE
83002026-08-25T00:58:18.147Z[ recovery-image] Aug 25 00:58:17.117 INFO O| Aug 25 00:58:17.117 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-25T00:58:18.158Z[ recovery-image] Aug 25 00:58:17.128 INFO O| Aug 25 00:58:17.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83022026-08-25T00:58:18.158Z[ recovery-image] Aug 25 00:58:17.128 INFO O| Aug 25 00:58:17.128 INFO STEP 995 (remove_files) COMPLETE
83032026-08-25T00:58:18.158Z[ recovery-image] Aug 25 00:58:17.128 INFO O| Aug 25 00:58:17.128 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-25T00:58:18.168Z[ recovery-image] Aug 25 00:58:17.139 INFO O| Aug 25 00:58:17.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83052026-08-25T00:58:18.168Z[ recovery-image] Aug 25 00:58:17.139 INFO O| Aug 25 00:58:17.139 INFO STEP 996 (remove_files) COMPLETE
83062026-08-25T00:58:18.168Z[ recovery-image] Aug 25 00:58:17.139 INFO O| Aug 25 00:58:17.139 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-25T00:58:18.178Z[ recovery-image] Aug 25 00:58:17.149 INFO O| Aug 25 00:58:17.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83082026-08-25T00:58:18.178Z[ recovery-image] Aug 25 00:58:17.149 INFO O| Aug 25 00:58:17.149 INFO STEP 997 (remove_files) COMPLETE
83092026-08-25T00:58:18.181Z[ recovery-image] Aug 25 00:58:17.149 INFO O| Aug 25 00:58:17.149 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-25T00:58:18.186Z[ recovery-image] Aug 25 00:58:17.158 INFO O| Aug 25 00:58:17.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83112026-08-25T00:58:18.186Z[ recovery-image] Aug 25 00:58:17.158 INFO O| Aug 25 00:58:17.158 INFO STEP 998 (remove_files) COMPLETE
83122026-08-25T00:58:18.186Z[ recovery-image] Aug 25 00:58:17.158 INFO O| Aug 25 00:58:17.158 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-25T00:58:18.196Z[ recovery-image] Aug 25 00:58:17.169 INFO O| Aug 25 00:58:17.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83142026-08-25T00:58:18.196Z[ recovery-image] Aug 25 00:58:17.169 INFO O| Aug 25 00:58:17.169 INFO STEP 999 (remove_files) COMPLETE
83152026-08-25T00:58:18.196Z[ recovery-image] Aug 25 00:58:17.169 INFO O| Aug 25 00:58:17.169 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-25T00:58:18.207Z[ recovery-image] Aug 25 00:58:17.179 INFO O| Aug 25 00:58:17.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83172026-08-25T00:58:18.207Z[ recovery-image] Aug 25 00:58:17.179 INFO O| Aug 25 00:58:17.179 INFO STEP 1000 (remove_files) COMPLETE
83182026-08-25T00:58:18.207Z[ recovery-image] Aug 25 00:58:17.179 INFO O| Aug 25 00:58:17.179 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-25T00:58:18.217Z[ recovery-image] Aug 25 00:58:17.189 INFO O| Aug 25 00:58:17.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83202026-08-25T00:58:18.217Z[ recovery-image] Aug 25 00:58:17.190 INFO O| Aug 25 00:58:17.190 INFO STEP 1001 (remove_files) COMPLETE
83212026-08-25T00:58:18.217Z[ recovery-image] Aug 25 00:58:17.190 INFO O| Aug 25 00:58:17.190 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-25T00:58:18.227Z[ recovery-image] Aug 25 00:58:17.199 INFO O| Aug 25 00:58:17.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83232026-08-25T00:58:18.227Z[ recovery-image] Aug 25 00:58:17.199 INFO O| Aug 25 00:58:17.199 INFO STEP 1002 (remove_files) COMPLETE
83242026-08-25T00:58:18.227Z[ recovery-image] Aug 25 00:58:17.199 INFO O| Aug 25 00:58:17.199 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-25T00:58:18.280Z[ recovery-image] Aug 25 00:58:17.209 INFO O| Aug 25 00:58:17.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83262026-08-25T00:58:18.280Z[ recovery-image] Aug 25 00:58:17.209 INFO O| Aug 25 00:58:17.209 INFO STEP 1003 (remove_files) COMPLETE
83272026-08-25T00:58:18.293Z[ recovery-image] Aug 25 00:58:17.209 INFO O| Aug 25 00:58:17.209 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-25T00:58:18.293Z[ recovery-image] Aug 25 00:58:17.220 INFO O| Aug 25 00:58:17.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83292026-08-25T00:58:18.293Z[ recovery-image] Aug 25 00:58:17.220 INFO O| Aug 25 00:58:17.220 INFO STEP 1004 (remove_files) COMPLETE
83302026-08-25T00:58:18.293Z[ recovery-image] Aug 25 00:58:17.220 INFO O| Aug 25 00:58:17.220 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-25T00:58:18.295Z[ recovery-image] Aug 25 00:58:17.230 INFO O| Aug 25 00:58:17.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83322026-08-25T00:58:18.295Z[ recovery-image] Aug 25 00:58:17.230 INFO O| Aug 25 00:58:17.230 INFO STEP 1005 (remove_files) COMPLETE
83332026-08-25T00:58:18.296Z[ recovery-image] Aug 25 00:58:17.230 INFO O| Aug 25 00:58:17.230 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-25T00:58:18.296Z[ recovery-image] Aug 25 00:58:17.242 INFO O| Aug 25 00:58:17.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83352026-08-25T00:58:18.296Z[ recovery-image] Aug 25 00:58:17.242 INFO O| Aug 25 00:58:17.242 INFO STEP 1006 (remove_files) COMPLETE
83362026-08-25T00:58:18.296Z[ recovery-image] Aug 25 00:58:17.242 INFO O| Aug 25 00:58:17.242 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-25T00:58:18.296Z[ recovery-image] Aug 25 00:58:17.252 INFO O| Aug 25 00:58:17.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83382026-08-25T00:58:18.296Z[ recovery-image] Aug 25 00:58:17.252 INFO O| Aug 25 00:58:17.252 INFO STEP 1007 (remove_files) COMPLETE
83392026-08-25T00:58:18.296Z[ recovery-image] Aug 25 00:58:17.252 INFO O| Aug 25 00:58:17.252 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-25T00:58:18.307Z[ recovery-image] Aug 25 00:58:17.263 INFO O| Aug 25 00:58:17.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83412026-08-25T00:58:18.308Z[ recovery-image] Aug 25 00:58:17.263 INFO O| Aug 25 00:58:17.263 INFO STEP 1008 (remove_files) COMPLETE
83422026-08-25T00:58:18.308Z[ recovery-image] Aug 25 00:58:17.263 INFO O| Aug 25 00:58:17.263 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-25T00:58:18.314Z[ recovery-image] Aug 25 00:58:17.273 INFO O| Aug 25 00:58:17.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83442026-08-25T00:58:18.316Z[ recovery-image] Aug 25 00:58:17.273 INFO O| Aug 25 00:58:17.273 INFO STEP 1009 (remove_files) COMPLETE
83452026-08-25T00:58:18.316Z[ recovery-image] Aug 25 00:58:17.273 INFO O| Aug 25 00:58:17.273 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-25T00:58:18.316Z[ recovery-image] Aug 25 00:58:17.284 INFO O| Aug 25 00:58:17.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83472026-08-25T00:58:18.316Z[ recovery-image] Aug 25 00:58:17.284 INFO O| Aug 25 00:58:17.284 INFO STEP 1010 (remove_files) COMPLETE
83482026-08-25T00:58:18.316Z[ recovery-image] Aug 25 00:58:17.284 INFO O| Aug 25 00:58:17.284 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-25T00:58:18.332Z[ recovery-image] Aug 25 00:58:17.295 INFO O| Aug 25 00:58:17.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83502026-08-25T00:58:18.333Z[ recovery-image] Aug 25 00:58:17.295 INFO O| Aug 25 00:58:17.295 INFO STEP 1011 (remove_files) COMPLETE
83512026-08-25T00:58:18.333Z[ recovery-image] Aug 25 00:58:17.295 INFO O| Aug 25 00:58:17.295 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-25T00:58:18.342Z[ recovery-image] Aug 25 00:58:17.313 INFO O| Aug 25 00:58:17.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83532026-08-25T00:58:18.342Z[ recovery-image] Aug 25 00:58:17.313 INFO O| Aug 25 00:58:17.313 INFO STEP 1012 (remove_files) COMPLETE
83542026-08-25T00:58:18.342Z[ recovery-image] Aug 25 00:58:17.313 INFO O| Aug 25 00:58:17.313 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-25T00:58:18.352Z[ recovery-image] Aug 25 00:58:17.325 INFO O| Aug 25 00:58:17.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83562026-08-25T00:58:18.352Z[ recovery-image] Aug 25 00:58:17.325 INFO O| Aug 25 00:58:17.325 INFO STEP 1013 (remove_files) COMPLETE
83572026-08-25T00:58:18.352Z[ recovery-image] Aug 25 00:58:17.325 INFO O| Aug 25 00:58:17.325 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-25T00:58:18.366Z[ recovery-image] Aug 25 00:58:17.336 INFO O| Aug 25 00:58:17.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83592026-08-25T00:58:18.366Z[ recovery-image] Aug 25 00:58:17.336 INFO O| Aug 25 00:58:17.336 INFO STEP 1014 (remove_files) COMPLETE
83602026-08-25T00:58:18.366Z[ recovery-image] Aug 25 00:58:17.336 INFO O| Aug 25 00:58:17.336 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-25T00:58:18.375Z[ recovery-image] Aug 25 00:58:17.347 INFO O| Aug 25 00:58:17.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83622026-08-25T00:58:18.375Z[ recovery-image] Aug 25 00:58:17.347 INFO O| Aug 25 00:58:17.347 INFO STEP 1015 (remove_files) COMPLETE
83632026-08-25T00:58:18.379Z[ recovery-image] Aug 25 00:58:17.347 INFO O| Aug 25 00:58:17.347 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-25T00:58:18.386Z[ recovery-image] Aug 25 00:58:17.358 INFO O| Aug 25 00:58:17.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83652026-08-25T00:58:18.386Z[ recovery-image] Aug 25 00:58:17.358 INFO O| Aug 25 00:58:17.358 INFO STEP 1016 (remove_files) COMPLETE
83662026-08-25T00:58:18.386Z[ recovery-image] Aug 25 00:58:17.358 INFO O| Aug 25 00:58:17.358 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-25T00:58:18.399Z[ recovery-image] Aug 25 00:58:17.369 INFO O| Aug 25 00:58:17.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83682026-08-25T00:58:18.399Z[ recovery-image] Aug 25 00:58:17.369 INFO O| Aug 25 00:58:17.369 INFO STEP 1017 (remove_files) COMPLETE
83692026-08-25T00:58:18.399Z[ recovery-image] Aug 25 00:58:17.369 INFO O| Aug 25 00:58:17.369 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-25T00:58:18.407Z[ recovery-image] Aug 25 00:58:17.379 INFO O| Aug 25 00:58:17.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83712026-08-25T00:58:18.408Z[ recovery-image] Aug 25 00:58:17.379 INFO O| Aug 25 00:58:17.379 INFO STEP 1018 (remove_files) COMPLETE
83722026-08-25T00:58:18.408Z[ recovery-image] Aug 25 00:58:17.379 INFO O| Aug 25 00:58:17.379 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-25T00:58:18.419Z[ recovery-image] Aug 25 00:58:17.389 INFO O| Aug 25 00:58:17.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83742026-08-25T00:58:18.419Z[ recovery-image] Aug 25 00:58:17.389 INFO O| Aug 25 00:58:17.389 INFO STEP 1019 (remove_files) COMPLETE
83752026-08-25T00:58:18.419Z[ recovery-image] Aug 25 00:58:17.389 INFO O| Aug 25 00:58:17.389 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-25T00:58:18.427Z[ recovery-image] Aug 25 00:58:17.400 INFO O| Aug 25 00:58:17.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83772026-08-25T00:58:18.428Z[ recovery-image] Aug 25 00:58:17.400 INFO O| Aug 25 00:58:17.400 INFO STEP 1020 (remove_files) COMPLETE
83782026-08-25T00:58:18.428Z[ recovery-image] Aug 25 00:58:17.400 INFO O| Aug 25 00:58:17.400 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-25T00:58:18.439Z[ recovery-image] Aug 25 00:58:17.409 INFO O| Aug 25 00:58:17.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83802026-08-25T00:58:18.439Z[ recovery-image] Aug 25 00:58:17.409 INFO O| Aug 25 00:58:17.409 INFO STEP 1021 (remove_files) COMPLETE
83812026-08-25T00:58:18.439Z[ recovery-image] Aug 25 00:58:17.409 INFO O| Aug 25 00:58:17.409 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-25T00:58:18.446Z[ recovery-image] Aug 25 00:58:17.418 INFO O| Aug 25 00:58:17.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83832026-08-25T00:58:18.446Z[ recovery-image] Aug 25 00:58:17.418 INFO O| Aug 25 00:58:17.418 INFO STEP 1022 (remove_files) COMPLETE
83842026-08-25T00:58:18.449Z[ recovery-image] Aug 25 00:58:17.418 INFO O| Aug 25 00:58:17.418 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-25T00:58:18.457Z[ recovery-image] Aug 25 00:58:17.428 INFO O| Aug 25 00:58:17.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83862026-08-25T00:58:18.457Z[ recovery-image] Aug 25 00:58:17.428 INFO O| Aug 25 00:58:17.428 INFO STEP 1023 (remove_files) COMPLETE
83872026-08-25T00:58:18.460Z[ recovery-image] Aug 25 00:58:17.428 INFO O| Aug 25 00:58:17.428 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-25T00:58:18.465Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
83892026-08-25T00:58:18.469Z[ recovery-image] Aug 25 00:58:17.439 INFO O| Aug 25 00:58:17.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83902026-08-25T00:58:18.469Z[ recovery-image] Aug 25 00:58:17.439 INFO O| Aug 25 00:58:17.439 INFO STEP 1024 (remove_files) COMPLETE
83912026-08-25T00:58:18.469Z[ recovery-image] Aug 25 00:58:17.439 INFO O| Aug 25 00:58:17.439 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-25T00:58:18.475Z[ recovery-image] Aug 25 00:58:17.447 INFO O| Aug 25 00:58:17.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83932026-08-25T00:58:18.478Z[ recovery-image] Aug 25 00:58:17.447 INFO O| Aug 25 00:58:17.447 INFO STEP 1025 (remove_files) COMPLETE
83942026-08-25T00:58:18.478Z[ recovery-image] Aug 25 00:58:17.447 INFO O| Aug 25 00:58:17.447 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-25T00:58:18.486Z[ recovery-image] Aug 25 00:58:17.457 INFO O| Aug 25 00:58:17.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83962026-08-25T00:58:18.486Z[ recovery-image] Aug 25 00:58:17.458 INFO O| Aug 25 00:58:17.457 INFO STEP 1026 (remove_files) COMPLETE
83972026-08-25T00:58:18.489Z[ recovery-image] Aug 25 00:58:17.458 INFO O| Aug 25 00:58:17.457 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-25T00:58:18.494Z[ recovery-image] Aug 25 00:58:17.467 INFO O| Aug 25 00:58:17.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83992026-08-25T00:58:18.494Z[ recovery-image] Aug 25 00:58:17.467 INFO O| Aug 25 00:58:17.467 INFO STEP 1027 (remove_files) COMPLETE
84002026-08-25T00:58:18.497Z[ recovery-image] Aug 25 00:58:17.467 INFO O| Aug 25 00:58:17.467 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-25T00:58:18.506Z[ recovery-image] Aug 25 00:58:17.476 INFO O| Aug 25 00:58:17.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84022026-08-25T00:58:18.506Z[ recovery-image] Aug 25 00:58:17.476 INFO O| Aug 25 00:58:17.476 INFO STEP 1028 (remove_files) COMPLETE
84032026-08-25T00:58:18.509Z[ recovery-image] Aug 25 00:58:17.476 INFO O| Aug 25 00:58:17.476 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-25T00:58:18.512Z[ recovery-image] Aug 25 00:58:17.484 INFO O| Aug 25 00:58:17.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84052026-08-25T00:58:18.512Z[ recovery-image] Aug 25 00:58:17.484 INFO O| Aug 25 00:58:17.484 INFO STEP 1029 (remove_files) COMPLETE
84062026-08-25T00:58:18.512Z[ recovery-image] Aug 25 00:58:17.484 INFO O| Aug 25 00:58:17.484 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-25T00:58:18.524Z[ recovery-image] Aug 25 00:58:17.494 INFO O| Aug 25 00:58:17.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84082026-08-25T00:58:18.524Z[ recovery-image] Aug 25 00:58:17.494 INFO O| Aug 25 00:58:17.494 INFO STEP 1030 (remove_files) COMPLETE
84092026-08-25T00:58:18.524Z[ recovery-image] Aug 25 00:58:17.494 INFO O| Aug 25 00:58:17.494 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-25T00:58:18.536Z[ recovery-image] Aug 25 00:58:17.504 INFO O| Aug 25 00:58:17.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84112026-08-25T00:58:18.536Z[ recovery-image] Aug 25 00:58:17.504 INFO O| Aug 25 00:58:17.504 INFO STEP 1031 (remove_files) COMPLETE
84122026-08-25T00:58:18.541Z[ recovery-image] Aug 25 00:58:17.504 INFO O| Aug 25 00:58:17.504 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-25T00:58:18.546Z[ recovery-image] Aug 25 00:58:17.513 INFO O| Aug 25 00:58:17.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84142026-08-25T00:58:18.546Z[ recovery-image] Aug 25 00:58:17.513 INFO O| Aug 25 00:58:17.513 INFO STEP 1032 (remove_files) COMPLETE
84152026-08-25T00:58:18.546Z[ recovery-image] Aug 25 00:58:17.513 INFO O| Aug 25 00:58:17.513 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-25T00:58:18.549Z[ recovery-image] Aug 25 00:58:17.522 INFO O| Aug 25 00:58:17.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84172026-08-25T00:58:18.549Z[ recovery-image] Aug 25 00:58:17.522 INFO O| Aug 25 00:58:17.522 INFO STEP 1033 (remove_files) COMPLETE
84182026-08-25T00:58:18.552Z[ recovery-image] Aug 25 00:58:17.522 INFO O| Aug 25 00:58:17.522 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-25T00:58:18.559Z[ recovery-image] Aug 25 00:58:17.531 INFO O| Aug 25 00:58:17.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84202026-08-25T00:58:18.559Z[ recovery-image] Aug 25 00:58:17.532 INFO O| Aug 25 00:58:17.532 INFO STEP 1034 (remove_files) COMPLETE
84212026-08-25T00:58:18.559Z[ recovery-image] Aug 25 00:58:17.532 INFO O| Aug 25 00:58:17.532 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-25T00:58:18.569Z[ recovery-image] Aug 25 00:58:17.541 INFO O| Aug 25 00:58:17.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84232026-08-25T00:58:18.569Z[ recovery-image] Aug 25 00:58:17.541 INFO O| Aug 25 00:58:17.541 INFO STEP 1035 (remove_files) COMPLETE
84242026-08-25T00:58:18.569Z[ recovery-image] Aug 25 00:58:17.541 INFO O| Aug 25 00:58:17.541 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-25T00:58:18.579Z[ recovery-image] Aug 25 00:58:17.551 INFO O| Aug 25 00:58:17.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84262026-08-25T00:58:18.579Z[ recovery-image] Aug 25 00:58:17.551 INFO O| Aug 25 00:58:17.551 INFO STEP 1036 (remove_files) COMPLETE
84272026-08-25T00:58:18.591Z[ recovery-image] Aug 25 00:58:17.551 INFO O| Aug 25 00:58:17.551 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-25T00:58:18.612Z[ recovery-image] Aug 25 00:58:17.561 INFO O| Aug 25 00:58:17.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84292026-08-25T00:58:18.612Z[ recovery-image] Aug 25 00:58:17.562 INFO O| Aug 25 00:58:17.562 INFO STEP 1037 (remove_files) COMPLETE
84302026-08-25T00:58:18.613Z[ recovery-image] Aug 25 00:58:17.562 INFO O| Aug 25 00:58:17.562 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-25T00:58:18.619Z[ recovery-image] Aug 25 00:58:17.573 INFO O| Aug 25 00:58:17.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84322026-08-25T00:58:18.620Z[ recovery-image] Aug 25 00:58:17.574 INFO O| Aug 25 00:58:17.574 INFO STEP 1038 (remove_files) COMPLETE
84332026-08-25T00:58:18.620Z[ recovery-image] Aug 25 00:58:17.574 INFO O| Aug 25 00:58:17.574 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-25T00:58:18.620Z[ recovery-image] Aug 25 00:58:17.585 INFO O| Aug 25 00:58:17.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84352026-08-25T00:58:18.620Z[ recovery-image] Aug 25 00:58:17.585 INFO O| Aug 25 00:58:17.585 INFO STEP 1039 (remove_files) COMPLETE
84362026-08-25T00:58:18.620Z[ recovery-image] Aug 25 00:58:17.585 INFO O| Aug 25 00:58:17.585 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-25T00:58:18.638Z[ recovery-image] Aug 25 00:58:17.596 INFO O| Aug 25 00:58:17.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84382026-08-25T00:58:18.638Z[ recovery-image] Aug 25 00:58:17.596 INFO O| Aug 25 00:58:17.596 INFO STEP 1040 (remove_files) COMPLETE
84392026-08-25T00:58:18.638Z[ recovery-image] Aug 25 00:58:17.596 INFO O| Aug 25 00:58:17.596 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-25T00:58:18.644Z[ recovery-image] Aug 25 00:58:17.607 INFO O| Aug 25 00:58:17.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84412026-08-25T00:58:18.645Z[ recovery-image] Aug 25 00:58:17.607 INFO O| Aug 25 00:58:17.605 INFO STEP 1041 (remove_files) COMPLETE
84422026-08-25T00:58:18.645Z[ recovery-image] Aug 25 00:58:17.607 INFO O| Aug 25 00:58:17.605 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-25T00:58:18.649Z[ recovery-image] Aug 25 00:58:17.618 INFO O| Aug 25 00:58:17.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84442026-08-25T00:58:18.649Z[ recovery-image] Aug 25 00:58:17.618 INFO O| Aug 25 00:58:17.618 INFO STEP 1042 (remove_files) COMPLETE
84452026-08-25T00:58:18.650Z[ recovery-image] Aug 25 00:58:17.618 INFO O| Aug 25 00:58:17.618 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-25T00:58:18.672Z[ recovery-image] Aug 25 00:58:17.630 INFO O| Aug 25 00:58:17.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84472026-08-25T00:58:18.672Z[ recovery-image] Aug 25 00:58:17.630 INFO O| Aug 25 00:58:17.630 INFO STEP 1043 (remove_files) COMPLETE
84482026-08-25T00:58:18.681Z[ recovery-image] Aug 25 00:58:17.630 INFO O| Aug 25 00:58:17.630 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-25T00:58:18.681Z[ recovery-image] Aug 25 00:58:17.640 INFO O| Aug 25 00:58:17.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84502026-08-25T00:58:18.681Z[ recovery-image] Aug 25 00:58:17.640 INFO O| Aug 25 00:58:17.640 INFO STEP 1044 (remove_files) COMPLETE
84512026-08-25T00:58:18.681Z[ recovery-image] Aug 25 00:58:17.640 INFO O| Aug 25 00:58:17.640 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-25T00:58:18.689Z[ recovery-image] Aug 25 00:58:17.650 INFO O| Aug 25 00:58:17.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84532026-08-25T00:58:18.690Z[ recovery-image] Aug 25 00:58:17.650 INFO O| Aug 25 00:58:17.650 INFO STEP 1045 (remove_files) COMPLETE
84542026-08-25T00:58:18.691Z[ recovery-image] Aug 25 00:58:17.650 INFO O| Aug 25 00:58:17.650 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-25T00:58:18.703Z[ recovery-image] Aug 25 00:58:17.659 INFO O| Aug 25 00:58:17.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84562026-08-25T00:58:18.704Z[ recovery-image] Aug 25 00:58:17.659 INFO O| Aug 25 00:58:17.659 INFO STEP 1046 (remove_files) COMPLETE
84572026-08-25T00:58:18.704Z[ recovery-image] Aug 25 00:58:17.659 INFO O| Aug 25 00:58:17.659 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-25T00:58:18.704Z[ recovery-image] Aug 25 00:58:17.668 INFO O| Aug 25 00:58:17.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84592026-08-25T00:58:18.704Z[ recovery-image] Aug 25 00:58:17.668 INFO O| Aug 25 00:58:17.668 INFO STEP 1047 (remove_files) COMPLETE
84602026-08-25T00:58:18.704Z[ recovery-image] Aug 25 00:58:17.668 INFO O| Aug 25 00:58:17.668 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-25T00:58:18.715Z[ recovery-image] Aug 25 00:58:17.678 INFO O| Aug 25 00:58:17.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84622026-08-25T00:58:18.715Z[ recovery-image] Aug 25 00:58:17.678 INFO O| Aug 25 00:58:17.678 INFO STEP 1048 (remove_files) COMPLETE
84632026-08-25T00:58:18.715Z[ recovery-image] Aug 25 00:58:17.678 INFO O| Aug 25 00:58:17.678 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-25T00:58:18.721Z[ recovery-image] Aug 25 00:58:17.688 INFO O| Aug 25 00:58:17.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84652026-08-25T00:58:18.721Z[ recovery-image] Aug 25 00:58:17.688 INFO O| Aug 25 00:58:17.688 INFO STEP 1049 (remove_files) COMPLETE
84662026-08-25T00:58:18.721Z[ recovery-image] Aug 25 00:58:17.688 INFO O| Aug 25 00:58:17.688 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-25T00:58:18.734Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
84682026-08-25T00:58:18.740Z[ recovery-image] Aug 25 00:58:17.697 INFO O| Aug 25 00:58:17.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84692026-08-25T00:58:18.740Z[ recovery-image] Aug 25 00:58:17.697 INFO O| Aug 25 00:58:17.697 INFO STEP 1050 (remove_files) COMPLETE
84702026-08-25T00:58:18.740Z[ recovery-image] Aug 25 00:58:17.697 INFO O| Aug 25 00:58:17.697 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-25T00:58:18.740Z[ recovery-image] Aug 25 00:58:17.708 INFO O| Aug 25 00:58:17.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84722026-08-25T00:58:18.740Z[ recovery-image] Aug 25 00:58:17.708 INFO O| Aug 25 00:58:17.708 INFO STEP 1051 (remove_files) COMPLETE
84732026-08-25T00:58:18.740Z[ recovery-image] Aug 25 00:58:17.708 INFO O| Aug 25 00:58:17.708 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-25T00:58:18.748Z[ recovery-image] Aug 25 00:58:17.717 INFO O| Aug 25 00:58:17.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84752026-08-25T00:58:18.748Z[ recovery-image] Aug 25 00:58:17.717 INFO O| Aug 25 00:58:17.717 INFO STEP 1052 (remove_files) COMPLETE
84762026-08-25T00:58:18.755Z[ recovery-image] Aug 25 00:58:17.717 INFO O| Aug 25 00:58:17.717 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-25T00:58:18.764Z[ recovery-image] Aug 25 00:58:17.728 INFO O| Aug 25 00:58:17.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84782026-08-25T00:58:18.764Z[ recovery-image] Aug 25 00:58:17.728 INFO O| Aug 25 00:58:17.728 INFO STEP 1053 (remove_files) COMPLETE
84792026-08-25T00:58:18.765Z[ recovery-image] Aug 25 00:58:17.728 INFO O| Aug 25 00:58:17.728 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-25T00:58:18.768Z[ recovery-image] Aug 25 00:58:17.738 INFO O| Aug 25 00:58:17.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84812026-08-25T00:58:18.768Z[ recovery-image] Aug 25 00:58:17.738 INFO O| Aug 25 00:58:17.738 INFO STEP 1054 (remove_files) COMPLETE
84822026-08-25T00:58:18.768Z[ recovery-image] Aug 25 00:58:17.738 INFO O| Aug 25 00:58:17.738 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-25T00:58:18.777Z[ recovery-image] Aug 25 00:58:17.749 INFO O| Aug 25 00:58:17.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84842026-08-25T00:58:18.777Z[ recovery-image] Aug 25 00:58:17.749 INFO O| Aug 25 00:58:17.749 INFO STEP 1055 (remove_files) COMPLETE
84852026-08-25T00:58:18.777Z[ recovery-image] Aug 25 00:58:17.749 INFO O| Aug 25 00:58:17.749 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-25T00:58:18.803Z[ recovery-image] Aug 25 00:58:17.759 INFO O| Aug 25 00:58:17.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84872026-08-25T00:58:18.803Z[ recovery-image] Aug 25 00:58:17.759 INFO O| Aug 25 00:58:17.759 INFO STEP 1056 (remove_files) COMPLETE
84882026-08-25T00:58:18.806Z[ recovery-image] Aug 25 00:58:17.759 INFO O| Aug 25 00:58:17.759 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-25T00:58:18.806Z[ recovery-image] Aug 25 00:58:17.767 INFO O| Aug 25 00:58:17.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84902026-08-25T00:58:18.806Z[ recovery-image] Aug 25 00:58:17.768 INFO O| Aug 25 00:58:17.768 INFO STEP 1057 (remove_files) COMPLETE
84912026-08-25T00:58:18.806Z[ recovery-image] Aug 25 00:58:17.768 INFO O| Aug 25 00:58:17.768 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-25T00:58:18.807Z[ recovery-image] Aug 25 00:58:17.778 INFO O| Aug 25 00:58:17.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84932026-08-25T00:58:18.807Z[ recovery-image] Aug 25 00:58:17.778 INFO O| Aug 25 00:58:17.778 INFO STEP 1058 (remove_files) COMPLETE
84942026-08-25T00:58:18.807Z[ recovery-image] Aug 25 00:58:17.778 INFO O| Aug 25 00:58:17.778 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-25T00:58:18.821Z[ recovery-image] Aug 25 00:58:17.788 INFO O| Aug 25 00:58:17.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84962026-08-25T00:58:18.821Z[ recovery-image] Aug 25 00:58:17.788 INFO O| Aug 25 00:58:17.788 INFO STEP 1059 (remove_files) COMPLETE
84972026-08-25T00:58:18.830Z[ recovery-image] Aug 25 00:58:17.788 INFO O| Aug 25 00:58:17.788 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-25T00:58:18.830Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
84992026-08-25T00:58:18.839Z[ recovery-image] Aug 25 00:58:17.797 INFO O| Aug 25 00:58:17.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85002026-08-25T00:58:18.839Z[ recovery-image] Aug 25 00:58:17.797 INFO O| Aug 25 00:58:17.797 INFO STEP 1060 (remove_files) COMPLETE
85012026-08-25T00:58:18.839Z[ recovery-image] Aug 25 00:58:17.797 INFO O| Aug 25 00:58:17.797 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-25T00:58:18.851Z[ recovery-image] Aug 25 00:58:17.807 INFO O| Aug 25 00:58:17.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85032026-08-25T00:58:18.851Z[ recovery-image] Aug 25 00:58:17.807 INFO O| Aug 25 00:58:17.807 INFO STEP 1061 (remove_files) COMPLETE
85042026-08-25T00:58:18.851Z[ recovery-image] Aug 25 00:58:17.807 INFO O| Aug 25 00:58:17.807 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-25T00:58:18.865Z[ recovery-image] Aug 25 00:58:17.820 INFO O| Aug 25 00:58:17.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85062026-08-25T00:58:18.865Z[ recovery-image] Aug 25 00:58:17.821 INFO O| Aug 25 00:58:17.821 INFO STEP 1062 (remove_files) COMPLETE
85072026-08-25T00:58:18.865Z[ recovery-image] Aug 25 00:58:17.821 INFO O| Aug 25 00:58:17.821 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-25T00:58:18.871Z[ recovery-image] Aug 25 00:58:17.832 INFO O| Aug 25 00:58:17.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85092026-08-25T00:58:18.871Z[ recovery-image] Aug 25 00:58:17.832 INFO O| Aug 25 00:58:17.832 INFO STEP 1063 (remove_files) COMPLETE
85102026-08-25T00:58:18.871Z[ recovery-image] Aug 25 00:58:17.832 INFO O| Aug 25 00:58:17.832 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-25T00:58:18.871Z[ recovery-image] Aug 25 00:58:17.841 INFO O| Aug 25 00:58:17.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85122026-08-25T00:58:18.871Z[ recovery-image] Aug 25 00:58:17.841 INFO O| Aug 25 00:58:17.841 INFO STEP 1064 (remove_files) COMPLETE
85132026-08-25T00:58:18.871Z[ recovery-image] Aug 25 00:58:17.841 INFO O| Aug 25 00:58:17.841 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-25T00:58:18.879Z[ recovery-image] Aug 25 00:58:17.851 INFO O| Aug 25 00:58:17.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85152026-08-25T00:58:18.879Z[ recovery-image] Aug 25 00:58:17.851 INFO O| Aug 25 00:58:17.851 INFO STEP 1065 (remove_files) COMPLETE
85162026-08-25T00:58:18.879Z[ recovery-image] Aug 25 00:58:17.851 INFO O| Aug 25 00:58:17.851 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-25T00:58:18.890Z[ recovery-image] Aug 25 00:58:17.861 INFO O| Aug 25 00:58:17.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85182026-08-25T00:58:18.890Z[ recovery-image] Aug 25 00:58:17.861 INFO O| Aug 25 00:58:17.861 INFO STEP 1066 (remove_files) COMPLETE
85192026-08-25T00:58:18.891Z[ recovery-image] Aug 25 00:58:17.861 INFO O| Aug 25 00:58:17.861 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-25T00:58:18.901Z[ recovery-image] Aug 25 00:58:17.870 INFO O| Aug 25 00:58:17.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85212026-08-25T00:58:18.901Z[ recovery-image] Aug 25 00:58:17.870 INFO O| Aug 25 00:58:17.870 INFO STEP 1067 (remove_files) COMPLETE
85222026-08-25T00:58:18.920Z[ recovery-image] Aug 25 00:58:17.870 INFO O| Aug 25 00:58:17.870 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-25T00:58:18.920Z[ recovery-image] Aug 25 00:58:17.880 INFO O| Aug 25 00:58:17.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85242026-08-25T00:58:18.920Z[ recovery-image] Aug 25 00:58:17.880 INFO O| Aug 25 00:58:17.880 INFO STEP 1068 (remove_files) COMPLETE
85252026-08-25T00:58:18.920Z[ recovery-image] Aug 25 00:58:17.880 INFO O| Aug 25 00:58:17.880 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-25T00:58:18.927Z[ recovery-image] Aug 25 00:58:17.890 INFO O| Aug 25 00:58:17.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85272026-08-25T00:58:18.927Z[ recovery-image] Aug 25 00:58:17.890 INFO O| Aug 25 00:58:17.890 INFO STEP 1069 (remove_files) COMPLETE
85282026-08-25T00:58:18.927Z[ recovery-image] Aug 25 00:58:17.890 INFO O| Aug 25 00:58:17.890 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-25T00:58:18.949Z[ recovery-image] Aug 25 00:58:17.901 INFO O| Aug 25 00:58:17.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85302026-08-25T00:58:18.949Z[ recovery-image] Aug 25 00:58:17.901 INFO O| Aug 25 00:58:17.901 INFO STEP 1070 (remove_files) COMPLETE
85312026-08-25T00:58:18.949Z[ recovery-image] Aug 25 00:58:17.901 INFO O| Aug 25 00:58:17.901 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-25T00:58:18.954Z[ recovery-image] Aug 25 00:58:17.912 INFO O| Aug 25 00:58:17.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85332026-08-25T00:58:18.954Z[ recovery-image] Aug 25 00:58:17.912 INFO O| Aug 25 00:58:17.912 INFO STEP 1071 (remove_files) COMPLETE
85342026-08-25T00:58:18.955Z[ recovery-image] Aug 25 00:58:17.912 INFO O| Aug 25 00:58:17.912 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-25T00:58:18.955Z[ recovery-image] Aug 25 00:58:17.923 INFO O| Aug 25 00:58:17.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85362026-08-25T00:58:18.955Z[ recovery-image] Aug 25 00:58:17.923 INFO O| Aug 25 00:58:17.923 INFO STEP 1072 (remove_files) COMPLETE
85372026-08-25T00:58:18.955Z[ recovery-image] Aug 25 00:58:17.923 INFO O| Aug 25 00:58:17.923 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-25T00:58:18.961Z[ recovery-image] Aug 25 00:58:17.932 INFO O| Aug 25 00:58:17.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85392026-08-25T00:58:18.961Z[ recovery-image] Aug 25 00:58:17.932 INFO O| Aug 25 00:58:17.932 INFO STEP 1073 (remove_files) COMPLETE
85402026-08-25T00:58:18.967Z[ recovery-image] Aug 25 00:58:17.932 INFO O| Aug 25 00:58:17.932 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-25T00:58:18.971Z[ recovery-image] Aug 25 00:58:17.941 INFO O| Aug 25 00:58:17.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85422026-08-25T00:58:18.971Z[ recovery-image] Aug 25 00:58:17.941 INFO O| Aug 25 00:58:17.941 INFO STEP 1074 (remove_files) COMPLETE
85432026-08-25T00:58:18.971Z[ recovery-image] Aug 25 00:58:17.941 INFO O| Aug 25 00:58:17.941 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-25T00:58:18.978Z[ recovery-image] Aug 25 00:58:17.950 INFO O| Aug 25 00:58:17.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85452026-08-25T00:58:18.978Z[ recovery-image] Aug 25 00:58:17.950 INFO O| Aug 25 00:58:17.950 INFO STEP 1075 (remove_files) COMPLETE
85462026-08-25T00:58:18.983Z[ recovery-image] Aug 25 00:58:17.950 INFO O| Aug 25 00:58:17.950 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-25T00:58:18.988Z[verify-libraries] Compiling socket2 v0.5.10
85482026-08-25T00:58:18.990Z[ recovery-image] Aug 25 00:58:17.960 INFO O| Aug 25 00:58:17.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85492026-08-25T00:58:18.990Z[ recovery-image] Aug 25 00:58:17.960 INFO O| Aug 25 00:58:17.960 INFO STEP 1076 (remove_files) COMPLETE
85502026-08-25T00:58:18.990Z[ recovery-image] Aug 25 00:58:17.960 INFO O| Aug 25 00:58:17.960 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-25T00:58:18.998Z[ recovery-image] Aug 25 00:58:17.970 INFO O| Aug 25 00:58:17.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85522026-08-25T00:58:18.998Z[ recovery-image] Aug 25 00:58:17.970 INFO O| Aug 25 00:58:17.970 INFO STEP 1077 (remove_files) COMPLETE
85532026-08-25T00:58:19.002Z[ recovery-image] Aug 25 00:58:17.970 INFO O| Aug 25 00:58:17.970 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-25T00:58:19.009Z[ recovery-image] Aug 25 00:58:17.980 INFO O| Aug 25 00:58:17.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85552026-08-25T00:58:19.009Z[ recovery-image] Aug 25 00:58:17.980 INFO O| Aug 25 00:58:17.980 INFO STEP 1078 (remove_files) COMPLETE
85562026-08-25T00:58:19.013Z[ recovery-image] Aug 25 00:58:17.980 INFO O| Aug 25 00:58:17.980 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-25T00:58:19.017Z[ recovery-image] Aug 25 00:58:17.989 INFO O| Aug 25 00:58:17.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85582026-08-25T00:58:19.017Z[ recovery-image] Aug 25 00:58:17.989 INFO O| Aug 25 00:58:17.989 INFO STEP 1079 (remove_files) COMPLETE
85592026-08-25T00:58:19.017Z[ recovery-image] Aug 25 00:58:17.989 INFO O| Aug 25 00:58:17.989 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-25T00:58:19.027Z[ recovery-image] Aug 25 00:58:17.999 INFO O| Aug 25 00:58:17.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85612026-08-25T00:58:19.027Z[ recovery-image] Aug 25 00:58:17.999 INFO O| Aug 25 00:58:17.999 INFO STEP 1080 (remove_files) COMPLETE
85622026-08-25T00:58:19.027Z[ recovery-image] Aug 25 00:58:17.999 INFO O| Aug 25 00:58:17.999 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-25T00:58:19.038Z[ recovery-image] Aug 25 00:58:18.008 INFO O| Aug 25 00:58:18.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85642026-08-25T00:58:19.038Z[ recovery-image] Aug 25 00:58:18.008 INFO O| Aug 25 00:58:18.008 INFO STEP 1081 (remove_files) COMPLETE
85652026-08-25T00:58:19.038Z[ recovery-image] Aug 25 00:58:18.008 INFO O| Aug 25 00:58:18.008 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-25T00:58:19.047Z[ recovery-image] Aug 25 00:58:18.019 INFO O| Aug 25 00:58:18.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85672026-08-25T00:58:19.047Z[ recovery-image] Aug 25 00:58:18.019 INFO O| Aug 25 00:58:18.019 INFO STEP 1082 (remove_files) COMPLETE
85682026-08-25T00:58:19.052Z[ recovery-image] Aug 25 00:58:18.019 INFO O| Aug 25 00:58:18.019 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-25T00:58:19.063Z[ recovery-image] Aug 25 00:58:18.035 INFO O| Aug 25 00:58:18.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85702026-08-25T00:58:19.063Z[ recovery-image] Aug 25 00:58:18.035 INFO O| Aug 25 00:58:18.035 INFO STEP 1083 (remove_files) COMPLETE
85712026-08-25T00:58:19.067Z[ recovery-image] Aug 25 00:58:18.035 INFO O| Aug 25 00:58:18.035 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-25T00:58:19.088Z[ recovery-image] Aug 25 00:58:18.051 INFO O| Aug 25 00:58:18.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85732026-08-25T00:58:19.088Z[ recovery-image] Aug 25 00:58:18.052 INFO O| Aug 25 00:58:18.051 INFO STEP 1084 (remove_files) COMPLETE
85742026-08-25T00:58:19.102Z[ recovery-image] Aug 25 00:58:18.052 INFO O| Aug 25 00:58:18.052 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-25T00:58:19.102Z[ recovery-image] Aug 25 00:58:18.063 INFO O| Aug 25 00:58:18.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85762026-08-25T00:58:19.102Z[ recovery-image] Aug 25 00:58:18.063 INFO O| Aug 25 00:58:18.063 INFO STEP 1085 (remove_files) COMPLETE
85772026-08-25T00:58:19.102Z[ recovery-image] Aug 25 00:58:18.063 INFO O| Aug 25 00:58:18.063 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-25T00:58:19.106Z[ recovery-image] Aug 25 00:58:18.074 INFO O| Aug 25 00:58:18.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85792026-08-25T00:58:19.106Z[ recovery-image] Aug 25 00:58:18.074 INFO O| Aug 25 00:58:18.074 INFO STEP 1086 (remove_files) COMPLETE
85802026-08-25T00:58:19.106Z[ recovery-image] Aug 25 00:58:18.074 INFO O| Aug 25 00:58:18.074 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-25T00:58:19.150Z[ recovery-image] Aug 25 00:58:18.083 INFO O| Aug 25 00:58:18.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85822026-08-25T00:58:19.150Z[ recovery-image] Aug 25 00:58:18.083 INFO O| Aug 25 00:58:18.083 INFO STEP 1087 (remove_files) COMPLETE
85832026-08-25T00:58:19.173Z[ recovery-image] Aug 25 00:58:18.083 INFO O| Aug 25 00:58:18.083 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.094 INFO O| Aug 25 00:58:18.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85852026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.094 INFO O| Aug 25 00:58:18.094 INFO STEP 1088 (remove_files) COMPLETE
85862026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.094 INFO O| Aug 25 00:58:18.094 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-25T00:58:19.174Z[verify-libraries] Compiling fs-err v2.11.0
85882026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.103 INFO O| Aug 25 00:58:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85892026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.103 INFO O| Aug 25 00:58:18.103 INFO STEP 1089 (remove_files) COMPLETE
85902026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.103 INFO O| Aug 25 00:58:18.103 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.114 INFO O| Aug 25 00:58:18.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85922026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.114 INFO O| Aug 25 00:58:18.113 INFO STEP 1090 (remove_files) COMPLETE
85932026-08-25T00:58:19.174Z[ recovery-image] Aug 25 00:58:18.114 INFO O| Aug 25 00:58:18.113 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-25T00:58:19.175Z[ recovery-image] Aug 25 00:58:18.123 INFO O| Aug 25 00:58:18.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85952026-08-25T00:58:19.175Z[ recovery-image] Aug 25 00:58:18.123 INFO O| Aug 25 00:58:18.123 INFO STEP 1091 (remove_files) COMPLETE
85962026-08-25T00:58:19.175Z[ recovery-image] Aug 25 00:58:18.123 INFO O| Aug 25 00:58:18.123 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-25T00:58:19.196Z[ recovery-image] Aug 25 00:58:18.133 INFO O| Aug 25 00:58:18.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85982026-08-25T00:58:19.196Z[ recovery-image] Aug 25 00:58:18.133 INFO O| Aug 25 00:58:18.133 INFO STEP 1092 (remove_files) COMPLETE
85992026-08-25T00:58:19.196Z[ recovery-image] Aug 25 00:58:18.133 INFO O| Aug 25 00:58:18.133 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-25T00:58:19.196Z[ recovery-image] Aug 25 00:58:18.144 INFO O| Aug 25 00:58:18.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86012026-08-25T00:58:19.196Z[ recovery-image] Aug 25 00:58:18.144 INFO O| Aug 25 00:58:18.144 INFO STEP 1093 (remove_files) COMPLETE
86022026-08-25T00:58:19.197Z[ recovery-image] Aug 25 00:58:18.144 INFO O| Aug 25 00:58:18.144 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-25T00:58:19.197Z[ recovery-image] Aug 25 00:58:18.154 INFO O| Aug 25 00:58:18.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86042026-08-25T00:58:19.197Z[ recovery-image] Aug 25 00:58:18.154 INFO O| Aug 25 00:58:18.154 INFO STEP 1094 (remove_files) COMPLETE
86052026-08-25T00:58:19.197Z[ recovery-image] Aug 25 00:58:18.154 INFO O| Aug 25 00:58:18.154 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-25T00:58:19.217Z[ recovery-image] Aug 25 00:58:18.164 INFO O| Aug 25 00:58:18.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86072026-08-25T00:58:19.217Z[ recovery-image] Aug 25 00:58:18.164 INFO O| Aug 25 00:58:18.164 INFO STEP 1095 (remove_files) COMPLETE
86082026-08-25T00:58:19.217Z[ recovery-image] Aug 25 00:58:18.164 INFO O| Aug 25 00:58:18.164 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-25T00:58:19.224Z[ recovery-image] Aug 25 00:58:18.174 INFO O| Aug 25 00:58:18.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86102026-08-25T00:58:19.226Z[ recovery-image] Aug 25 00:58:18.174 INFO O| Aug 25 00:58:18.174 INFO STEP 1096 (remove_files) COMPLETE
86112026-08-25T00:58:19.226Z[ recovery-image] Aug 25 00:58:18.174 INFO O| Aug 25 00:58:18.174 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-25T00:58:19.226Z[ recovery-image] Aug 25 00:58:18.184 INFO O| Aug 25 00:58:18.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86132026-08-25T00:58:19.227Z[ recovery-image] Aug 25 00:58:18.184 INFO O| Aug 25 00:58:18.184 INFO STEP 1097 (remove_files) COMPLETE
86142026-08-25T00:58:19.227Z[ recovery-image] Aug 25 00:58:18.184 INFO O| Aug 25 00:58:18.184 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-25T00:58:19.231Z[ recovery-image] Aug 25 00:58:18.195 INFO O| Aug 25 00:58:18.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86162026-08-25T00:58:19.231Z[ recovery-image] Aug 25 00:58:18.195 INFO O| Aug 25 00:58:18.195 INFO STEP 1098 (remove_files) COMPLETE
86172026-08-25T00:58:19.231Z[ recovery-image] Aug 25 00:58:18.195 INFO O| Aug 25 00:58:18.195 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-25T00:58:19.234Z[ recovery-image] Aug 25 00:58:18.204 INFO O| Aug 25 00:58:18.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86192026-08-25T00:58:19.234Z[ recovery-image] Aug 25 00:58:18.204 INFO O| Aug 25 00:58:18.204 INFO STEP 1099 (remove_files) COMPLETE
86202026-08-25T00:58:19.234Z[ recovery-image] Aug 25 00:58:18.204 INFO O| Aug 25 00:58:18.204 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-25T00:58:19.244Z[ recovery-image] Aug 25 00:58:18.214 INFO O| Aug 25 00:58:18.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86222026-08-25T00:58:19.244Z[ recovery-image] Aug 25 00:58:18.214 INFO O| Aug 25 00:58:18.214 INFO STEP 1100 (remove_files) COMPLETE
86232026-08-25T00:58:19.248Z[ recovery-image] Aug 25 00:58:18.214 INFO O| Aug 25 00:58:18.214 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-25T00:58:19.251Z[ recovery-image] Aug 25 00:58:18.223 INFO O| Aug 25 00:58:18.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86252026-08-25T00:58:19.260Z[ recovery-image] Aug 25 00:58:18.223 INFO O| Aug 25 00:58:18.223 INFO STEP 1101 (remove_files) COMPLETE
86262026-08-25T00:58:19.260Z[ recovery-image] Aug 25 00:58:18.223 INFO O| Aug 25 00:58:18.223 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-25T00:58:19.266Z[ recovery-image] Aug 25 00:58:18.232 INFO O| Aug 25 00:58:18.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86282026-08-25T00:58:19.266Z[ recovery-image] Aug 25 00:58:18.232 INFO O| Aug 25 00:58:18.232 INFO STEP 1102 (remove_files) COMPLETE
86292026-08-25T00:58:19.266Z[ recovery-image] Aug 25 00:58:18.232 INFO O| Aug 25 00:58:18.232 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-25T00:58:19.275Z[ recovery-image] Aug 25 00:58:18.241 INFO O| Aug 25 00:58:18.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86312026-08-25T00:58:19.275Z[ recovery-image] Aug 25 00:58:18.241 INFO O| Aug 25 00:58:18.241 INFO STEP 1103 (remove_files) COMPLETE
86322026-08-25T00:58:19.275Z[ recovery-image] Aug 25 00:58:18.241 INFO O| Aug 25 00:58:18.241 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-25T00:58:19.280Z[ recovery-image] Aug 25 00:58:18.252 INFO O| Aug 25 00:58:18.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86342026-08-25T00:58:19.280Z[ recovery-image] Aug 25 00:58:18.252 INFO O| Aug 25 00:58:18.252 INFO STEP 1104 (remove_files) COMPLETE
86352026-08-25T00:58:19.280Z[ recovery-image] Aug 25 00:58:18.252 INFO O| Aug 25 00:58:18.252 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-25T00:58:19.304Z[ recovery-image] Aug 25 00:58:18.270 INFO O| Aug 25 00:58:18.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86372026-08-25T00:58:19.304Z[ recovery-image] Aug 25 00:58:18.270 INFO O| Aug 25 00:58:18.263 INFO STEP 1105 (remove_files) COMPLETE
86382026-08-25T00:58:19.304Z[ recovery-image] Aug 25 00:58:18.270 INFO O| Aug 25 00:58:18.263 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-25T00:58:19.315Z[ recovery-image] Aug 25 00:58:18.274 INFO O| Aug 25 00:58:18.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86402026-08-25T00:58:19.315Z[ recovery-image] Aug 25 00:58:18.274 INFO O| Aug 25 00:58:18.274 INFO STEP 1106 (remove_files) COMPLETE
86412026-08-25T00:58:19.316Z[ recovery-image] Aug 25 00:58:18.274 INFO O| Aug 25 00:58:18.274 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-25T00:58:19.323Z[ recovery-image] Aug 25 00:58:18.285 INFO O| Aug 25 00:58:18.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86432026-08-25T00:58:19.323Z[ recovery-image] Aug 25 00:58:18.285 INFO O| Aug 25 00:58:18.285 INFO STEP 1107 (remove_files) COMPLETE
86442026-08-25T00:58:19.323Z[ recovery-image] Aug 25 00:58:18.285 INFO O| Aug 25 00:58:18.285 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-25T00:58:19.378Z[ recovery-image] Aug 25 00:58:18.295 INFO O| Aug 25 00:58:18.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86462026-08-25T00:58:19.379Z[ recovery-image] Aug 25 00:58:18.295 INFO O| Aug 25 00:58:18.295 INFO STEP 1108 (remove_files) COMPLETE
86472026-08-25T00:58:19.379Z[ recovery-image] Aug 25 00:58:18.295 INFO O| Aug 25 00:58:18.295 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.305 INFO O| Aug 25 00:58:18.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86492026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.305 INFO O| Aug 25 00:58:18.305 INFO STEP 1109 (remove_files) COMPLETE
86502026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.305 INFO O| Aug 25 00:58:18.305 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.315 INFO O| Aug 25 00:58:18.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86522026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.315 INFO O| Aug 25 00:58:18.315 INFO STEP 1110 (remove_files) COMPLETE
86532026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.315 INFO O| Aug 25 00:58:18.315 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.325 INFO O| Aug 25 00:58:18.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86552026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.325 INFO O| Aug 25 00:58:18.325 INFO STEP 1111 (remove_files) COMPLETE
86562026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.325 INFO O| Aug 25 00:58:18.325 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.334 INFO O| Aug 25 00:58:18.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86582026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.334 INFO O| Aug 25 00:58:18.334 INFO STEP 1112 (remove_files) COMPLETE
86592026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.334 INFO O| Aug 25 00:58:18.334 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.344 INFO O| Aug 25 00:58:18.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86612026-08-25T00:58:19.386Z[ recovery-image] Aug 25 00:58:18.344 INFO O| Aug 25 00:58:18.344 INFO STEP 1113 (remove_files) COMPLETE
86622026-08-25T00:58:19.387Z[ recovery-image] Aug 25 00:58:18.344 INFO O| Aug 25 00:58:18.344 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-25T00:58:19.400Z[ recovery-image] Aug 25 00:58:18.354 INFO O| Aug 25 00:58:18.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86642026-08-25T00:58:19.400Z[ recovery-image] Aug 25 00:58:18.354 INFO O| Aug 25 00:58:18.354 INFO STEP 1114 (remove_files) COMPLETE
86652026-08-25T00:58:19.400Z[ recovery-image] Aug 25 00:58:18.354 INFO O| Aug 25 00:58:18.354 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-25T00:58:19.407Z[ recovery-image] Aug 25 00:58:18.372 INFO O| Aug 25 00:58:18.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86672026-08-25T00:58:19.407Z[ recovery-image] Aug 25 00:58:18.372 INFO O| Aug 25 00:58:18.372 INFO STEP 1115 (remove_files) COMPLETE
86682026-08-25T00:58:19.407Z[ recovery-image] Aug 25 00:58:18.372 INFO O| Aug 25 00:58:18.372 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-25T00:58:19.425Z[ recovery-image] Aug 25 00:58:18.382 INFO O| Aug 25 00:58:18.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86702026-08-25T00:58:19.425Z[ recovery-image] Aug 25 00:58:18.382 INFO O| Aug 25 00:58:18.382 INFO STEP 1116 (remove_files) COMPLETE
86712026-08-25T00:58:19.425Z[ recovery-image] Aug 25 00:58:18.382 INFO O| Aug 25 00:58:18.382 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-25T00:58:19.459Z[ recovery-image] Aug 25 00:58:18.392 INFO O| Aug 25 00:58:18.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86732026-08-25T00:58:19.459Z[ recovery-image] Aug 25 00:58:18.392 INFO O| Aug 25 00:58:18.392 INFO STEP 1117 (remove_files) COMPLETE
86742026-08-25T00:58:19.459Z[ recovery-image] Aug 25 00:58:18.392 INFO O| Aug 25 00:58:18.392 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86752026-08-25T00:58:19.477Z[ recovery-image] Aug 25 00:58:18.406 INFO O| Aug 25 00:58:18.406 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86762026-08-25T00:58:19.477Z[ recovery-image] Aug 25 00:58:18.406 INFO O| Aug 25 00:58:18.406 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86772026-08-25T00:58:19.477Z[verify-libraries] Compiling internet-checksum v0.2.1
86782026-08-25T00:58:19.541Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86792026-08-25T00:58:19.691Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86802026-08-25T00:58:19.700Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86812026-08-25T00:58:20.225Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86822026-08-25T00:58:20.230Z[ recovery-image] Aug 25 00:58:19.186 INFO O| Aug 25 00:58:19.186 INFO STEP 1118 (pack_tar) COMPLETE
86832026-08-25T00:58:20.230Z[ recovery-image] Aug 25 00:58:19.186 INFO O| Aug 25 00:58:19.186 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86842026-08-25T00:58:20.230Z[ recovery-image] Aug 25 00:58:19.186 INFO O| Aug 25 00:58:19.186 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86852026-08-25T00:58:20.818Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86862026-08-25T00:58:20.934Z[ recovery-image] Aug 25 00:58:19.901 INFO O| Aug 25 00:58:19.901 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86872026-08-25T00:58:21.064Z[ recovery-image] Aug 25 00:58:20.031 INFO O| Aug 25 00:58:20.031 INFO completed processing sled/ramdisk-03-recovery-trim
86882026-08-25T00:58:21.078Z[ recovery-image] Aug 25 00:58:20.035 INFO image builder template: zfs-recovery...
86892026-08-25T00:58:21.078Z[ recovery-image] Aug 25 00:58:20.035 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/.tmpATBzha/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
86902026-08-25T00:58:21.096Z[ recovery-image] Aug 25 00:58:20.067 INFO O| Aug 25 00:58:20.067 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86912026-08-25T00:58:21.100Z[ recovery-image] Aug 25 00:58:20.072 INFO O| Aug 25 00:58:20.072 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86922026-08-25T00:58:21.194Z[ recovery-image] Aug 25 00:58:20.162 INFO O| Aug 25 00:58:20.162 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86932026-08-25T00:58:21.204Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86942026-08-25T00:58:21.261Z[ recovery-image] Aug 25 00:58:20.227 INFO O| Aug 25 00:58:20.227 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86952026-08-25T00:58:21.261Z[ recovery-image] Aug 25 00:58:20.227 INFO O| Aug 25 00:58:20.227 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86962026-08-25T00:58:21.267Z[ recovery-image] Aug 25 00:58:20.231 INFO O| Aug 25 00:58:20.231 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86972026-08-25T00:58:21.342Z[ recovery-image] Aug 25 00:58:20.303 INFO O| Aug 25 00:58:20.303 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86982026-08-25T00:58:21.391Z[ recovery-image] Aug 25 00:58:20.360 INFO O| Aug 25 00:58:20.360 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86992026-08-25T00:58:21.400Z[ recovery-image] Aug 25 00:58:20.372 INFO O| Aug 25 00:58:20.372 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87002026-08-25T00:58:21.406Z[ recovery-image] Aug 25 00:58:20.377 INFO O| Aug 25 00:58:20.377 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87012026-08-25T00:58:21.424Z[ recovery-image] Aug 25 00:58:20.379 INFO O| Aug 25 00:58:20.379 INFO no lofi found
87022026-08-25T00:58:21.424Z[ recovery-image] Aug 25 00:58:20.379 INFO O| Aug 25 00:58:20.379 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87032026-08-25T00:58:21.426Z[ recovery-image] Aug 25 00:58:20.379 INFO O| Aug 25 00:58:20.379 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87042026-08-25T00:58:21.747Z[verify-libraries] Compiling git2 v0.20.4
87052026-08-25T00:58:22.852Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87062026-08-25T00:58:22.951Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87072026-08-25T00:58:23.039Z[ recovery-image] Aug 25 00:58:22.001 INFO O| Aug 25 00:58:22.001 INFO lofi device = /dev/dsk/c2t1d0p0
87082026-08-25T00:58:23.039Z[ recovery-image] Aug 25 00:58:22.001 INFO O| Aug 25 00:58:22.001 INFO pool device = /dev/dsk/c2t1d0p0
87092026-08-25T00:58:23.044Z[ recovery-image] Aug 25 00:58:22.001 INFO O| Aug 25 00:58:22.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87102026-08-25T00:58:23.120Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87112026-08-25T00:58:23.208Z[ recovery-image] Aug 25 00:58:22.175 INFO O| Aug 25 00:58:22.175 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87122026-08-25T00:58:23.208Z[ recovery-image] Aug 25 00:58:22.175 INFO O| Aug 25 00:58:22.175 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87132026-08-25T00:58:23.220Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87142026-08-25T00:58:23.231Z[ recovery-image] Aug 25 00:58:22.201 INFO O| Aug 25 00:58:22.201 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87152026-08-25T00:58:23.356Z[ recovery-image] Aug 25 00:58:22.326 INFO O| Aug 25 00:58:22.326 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87162026-08-25T00:58:23.388Z[ recovery-image] Aug 25 00:58:22.360 INFO O| Aug 25 00:58:22.360 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87172026-08-25T00:58:23.408Z[ recovery-image] Aug 25 00:58:22.380 INFO O| Aug 25 00:58:22.380 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87182026-08-25T00:58:23.432Z[ recovery-image] Aug 25 00:58:22.404 INFO O| Aug 25 00:58:22.404 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87192026-08-25T00:58:23.441Z[verify-libraries] Compiling yansi v1.0.1
87202026-08-25T00:58:23.484Z[ recovery-image] Aug 25 00:58:22.452 INFO O| Aug 25 00:58:22.452 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87212026-08-25T00:58:23.484Z[ recovery-image] Aug 25 00:58:22.452 INFO O| Aug 25 00:58:22.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87222026-08-25T00:58:23.484Z[ recovery-image] Aug 25 00:58:22.452 INFO O| Aug 25 00:58:22.452 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87232026-08-25T00:58:23.490Z[ recovery-image] Aug 25 00:58:22.460 INFO O| Aug 25 00:58:22.460 INFO boot environment UUID: c178fa0e-1aad-4fd9-8061-740c5c8a755e
87242026-08-25T00:58:23.490Z[ recovery-image] Aug 25 00:58:22.460 INFO O| Aug 25 00:58:22.460 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c178fa0e-1aad-4fd9-8061-740c5c8a755e
87252026-08-25T00:58:23.506Z[ recovery-image] Aug 25 00:58:22.476 INFO O| Aug 25 00:58:22.476 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87262026-08-25T00:58:23.537Z[ recovery-image] Aug 25 00:58:22.495 INFO O| Aug 25 00:58:22.495 INFO STEP 0 (create_be) COMPLETE
87272026-08-25T00:58:23.537Z[ recovery-image] Aug 25 00:58:22.495 INFO O| Aug 25 00:58:22.495 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87282026-08-25T00:58:23.542Z[ recovery-image] Aug 25 00:58:22.510 INFO O| Aug 25 00:58:22.510 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"]
87292026-08-25T00:58:23.948Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87302026-08-25T00:58:24.010Z[verify-libraries] Compiling pretty_assertions v1.4.1
87312026-08-25T00:58:24.094Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87322026-08-25T00:58:25.310Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87332026-08-25T00:58:25.402Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87342026-08-25T00:58:25.530Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87352026-08-25T00:58:25.901Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87362026-08-25T00:58:25.946Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87372026-08-25T00:58:26.283Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87382026-08-25T00:58:26.514Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87392026-08-25T00:58:26.605Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87402026-08-25T00:58:26.673Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87412026-08-25T00:58:26.926Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87422026-08-25T00:58:27.018Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87432026-08-25T00:58:27.064Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87442026-08-25T00:58:27.262Z[verify-libraries] Compiling drift v0.2.0
87452026-08-25T00:58:27.364Z[verify-libraries] Compiling uzers v0.12.2
87462026-08-25T00:58:27.421Z[verify-libraries] Compiling parse-size v1.1.0
87472026-08-25T00:58:27.746Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87482026-08-25T00:58:27.793Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87492026-08-25T00:58:28.349Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87502026-08-25T00:58:28.924Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87512026-08-25T00:58:29.015Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87522026-08-25T00:58:30.040Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87532026-08-25T00:58:30.224Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87542026-08-25T00:58:30.718Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87552026-08-25T00:58:32.211Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87562026-08-25T00:58:32.274Z[ recovery-image] Aug 25 00:58:31.244 INFO O| Aug 25 00:58:31.244 INFO STEP 1 (unpack_tar) COMPLETE
87572026-08-25T00:58:32.274Z[ recovery-image] Aug 25 00:58:31.245 INFO O| Aug 25 00:58:31.244 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582026-08-25T00:58:32.284Z[ recovery-image] Aug 25 00:58:31.256 INFO O| Aug 25 00:58:31.256 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87592026-08-25T00:58:33.152Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87602026-08-25T00:58:33.531Z[ recovery-image] Aug 25 00:58:32.503 INFO O| Aug 25 00:58:32.503 INFO STEP 2 (devfsadm) COMPLETE
87612026-08-25T00:58:33.531Z[ recovery-image] Aug 25 00:58:32.503 INFO O| Aug 25 00:58:32.503 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-25T00:58:33.543Z[ recovery-image] Aug 25 00:58:32.514 INFO O| Aug 25 00:58:32.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87632026-08-25T00:58:33.544Z[ recovery-image] Aug 25 00:58:32.514 INFO O| Aug 25 00:58:32.514 INFO STEP 3 (ensure_dir) COMPLETE
87642026-08-25T00:58:33.544Z[ recovery-image] Aug 25 00:58:32.514 INFO O| Aug 25 00:58:32.514 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-08-25T00:58:33.552Z[ recovery-image] Aug 25 00:58:32.524 INFO O| Aug 25 00:58:32.524 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87662026-08-25T00:58:33.552Z[ recovery-image] Aug 25 00:58:32.524 INFO O| Aug 25 00:58:32.524 INFO STEP 4 (ensure_dir) COMPLETE
87672026-08-25T00:58:33.556Z[ recovery-image] Aug 25 00:58:32.524 INFO O| Aug 25 00:58:32.524 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-25T00:58:33.561Z[ recovery-image] Aug 25 00:58:32.534 INFO O| Aug 25 00:58:32.534 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87692026-08-25T00:58:33.562Z[ recovery-image] Aug 25 00:58:32.534 INFO O| Aug 25 00:58:32.534 INFO STEP 5 (ensure_dir) COMPLETE
87702026-08-25T00:58:33.562Z[ recovery-image] Aug 25 00:58:32.534 INFO O| Aug 25 00:58:32.534 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-25T00:58:33.570Z[ recovery-image] Aug 25 00:58:32.542 INFO O| Aug 25 00:58:32.542 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87722026-08-25T00:58:33.570Z[ recovery-image] Aug 25 00:58:32.542 INFO O| Aug 25 00:58:32.542 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87732026-08-25T00:58:33.570Z[ recovery-image] Aug 25 00:58:32.542 INFO O| Aug 25 00:58:32.542 INFO STEP 6 (ensure_dir) COMPLETE
87742026-08-25T00:58:33.575Z[ recovery-image] Aug 25 00:58:32.542 INFO O| Aug 25 00:58:32.542 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-25T00:58:33.585Z[ recovery-image] Aug 25 00:58:32.553 INFO O| Aug 25 00:58:32.553 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87762026-08-25T00:58:33.585Z[ recovery-image] Aug 25 00:58:32.553 INFO O| Aug 25 00:58:32.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87772026-08-25T00:58:33.585Z[ recovery-image] Aug 25 00:58:32.553 INFO O| Aug 25 00:58:32.553 INFO STEP 7 (ensure_dir) COMPLETE
87782026-08-25T00:58:33.589Z[ recovery-image] Aug 25 00:58:32.553 INFO O| Aug 25 00:58:32.553 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-25T00:58:33.596Z[ recovery-image] Aug 25 00:58:32.565 INFO O| Aug 25 00:58:32.565 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87802026-08-25T00:58:33.599Z[ recovery-image] Aug 25 00:58:32.565 INFO O| Aug 25 00:58:32.565 INFO STEP 8 (remove_files) COMPLETE
87812026-08-25T00:58:33.599Z[ recovery-image] Aug 25 00:58:32.566 INFO O| Aug 25 00:58:32.565 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-25T00:58:33.605Z[ recovery-image] Aug 25 00:58:32.576 INFO O| Aug 25 00:58:32.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87832026-08-25T00:58:33.609Z[ recovery-image] Aug 25 00:58:32.577 INFO O| Aug 25 00:58:32.577 INFO STEP 9 (remove_files) COMPLETE
87842026-08-25T00:58:33.609Z[ recovery-image] Aug 25 00:58:32.577 INFO O| Aug 25 00:58:32.577 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-25T00:58:33.615Z[ recovery-image] Aug 25 00:58:32.586 INFO O| Aug 25 00:58:32.586 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87862026-08-25T00:58:33.622Z[ recovery-image] Aug 25 00:58:32.587 INFO O| Aug 25 00:58:32.587 INFO STEP 10 (remove_files) COMPLETE
87872026-08-25T00:58:33.622Z[ recovery-image] Aug 25 00:58:32.587 INFO O| Aug 25 00:58:32.587 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-25T00:58:33.627Z[ recovery-image] Aug 25 00:58:32.598 INFO O| Aug 25 00:58:32.598 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87892026-08-25T00:58:33.627Z[ recovery-image] Aug 25 00:58:32.598 INFO O| Aug 25 00:58:32.598 INFO STEP 11 (remove_files) COMPLETE
87902026-08-25T00:58:33.631Z[ recovery-image] Aug 25 00:58:32.598 INFO O| Aug 25 00:58:32.598 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-25T00:58:33.638Z[ recovery-image] Aug 25 00:58:32.609 INFO O| Aug 25 00:58:32.609 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87922026-08-25T00:58:33.638Z[ recovery-image] Aug 25 00:58:32.609 INFO O| Aug 25 00:58:32.609 INFO STEP 12 (remove_files) COMPLETE
87932026-08-25T00:58:33.638Z[ recovery-image] Aug 25 00:58:32.609 INFO O| Aug 25 00:58:32.609 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-08-25T00:58:33.673Z[ recovery-image] Aug 25 00:58:32.620 INFO O| Aug 25 00:58:32.620 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87952026-08-25T00:58:33.673Z[ recovery-image] Aug 25 00:58:32.620 INFO O| Aug 25 00:58:32.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87962026-08-25T00:58:33.675Z[ recovery-image] Aug 25 00:58:32.620 INFO O| Aug 25 00:58:32.620 INFO STEP 13 (ensure_dir) COMPLETE
87972026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.620 INFO O| Aug 25 00:58:32.620 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.631 INFO O| Aug 25 00:58:32.631 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87992026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.631 INFO O| Aug 25 00:58:32.631 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88002026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.631 INFO O| Aug 25 00:58:32.631 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88012026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.631 INFO O| Aug 25 00:58:32.631 INFO STEP 14 (ensure_dir) COMPLETE
88022026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.631 INFO O| Aug 25 00:58:32.631 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.641 INFO O| Aug 25 00:58:32.641 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88042026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.641 INFO O| Aug 25 00:58:32.641 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88052026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.641 INFO O| Aug 25 00:58:32.641 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88062026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.641 INFO O| Aug 25 00:58:32.641 INFO STEP 15 (ensure_dir) COMPLETE
88072026-08-25T00:58:33.682Z[ recovery-image] Aug 25 00:58:32.641 INFO O| Aug 25 00:58:32.641 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-08-25T00:58:33.704Z[ recovery-image] Aug 25 00:58:32.651 INFO O| Aug 25 00:58:32.651 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88092026-08-25T00:58:33.704Z[ recovery-image] Aug 25 00:58:32.651 INFO O| Aug 25 00:58:32.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88102026-08-25T00:58:33.704Z[ recovery-image] Aug 25 00:58:32.651 INFO O| Aug 25 00:58:32.651 INFO STEP 16 (ensure_dir) COMPLETE
88112026-08-25T00:58:33.704Z[ recovery-image] Aug 25 00:58:32.651 INFO O| Aug 25 00:58:32.651 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-08-25T00:58:33.711Z[ recovery-image] Aug 25 00:58:32.662 INFO O| Aug 25 00:58:32.662 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88132026-08-25T00:58:33.711Z[ recovery-image] Aug 25 00:58:32.662 INFO O| Aug 25 00:58:32.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88142026-08-25T00:58:33.711Z[ recovery-image] Aug 25 00:58:32.662 INFO O| Aug 25 00:58:32.662 INFO STEP 17 (ensure_dir) COMPLETE
88152026-08-25T00:58:33.711Z[ recovery-image] Aug 25 00:58:32.662 INFO O| Aug 25 00:58:32.662 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88162026-08-25T00:58:33.711Z[ recovery-image] Aug 25 00:58:32.672 INFO O| Aug 25 00:58:32.672 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88172026-08-25T00:58:33.711Z[ recovery-image] Aug 25 00:58:32.672 INFO O| Aug 25 00:58:32.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88182026-08-25T00:58:33.712Z[ recovery-image] Aug 25 00:58:32.672 INFO O| Aug 25 00:58:32.672 INFO ok!
88192026-08-25T00:58:33.712Z[ recovery-image] Aug 25 00:58:32.672 INFO O| Aug 25 00:58:32.672 INFO STEP 18 (ensure_symlink) COMPLETE
88202026-08-25T00:58:33.712Z[ recovery-image] Aug 25 00:58:32.672 INFO O| Aug 25 00:58:32.672 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-08-25T00:58:33.726Z[ recovery-image] Aug 25 00:58:32.681 INFO O| Aug 25 00:58:32.681 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88222026-08-25T00:58:33.726Z[ recovery-image] Aug 25 00:58:32.681 INFO O| Aug 25 00:58:32.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88232026-08-25T00:58:33.726Z[ recovery-image] Aug 25 00:58:32.681 INFO O| Aug 25 00:58:32.681 INFO ok!
88242026-08-25T00:58:33.726Z[ recovery-image] Aug 25 00:58:32.681 INFO O| Aug 25 00:58:32.681 INFO STEP 19 (ensure_file) COMPLETE
88252026-08-25T00:58:33.726Z[ recovery-image] Aug 25 00:58:32.681 INFO O| Aug 25 00:58:32.681 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88262026-08-25T00:58:33.750Z[ recovery-image] Aug 25 00:58:32.693 INFO O| Aug 25 00:58:32.693 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88272026-08-25T00:58:33.750Z[ recovery-image] Aug 25 00:58:32.693 INFO O| Aug 25 00:58:32.693 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88282026-08-25T00:58:33.750Z[ recovery-image] Aug 25 00:58:32.693 INFO O| Aug 25 00:58:32.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88292026-08-25T00:58:33.750Z[ recovery-image] Aug 25 00:58:32.693 INFO O| Aug 25 00:58:32.693 INFO ok!
88302026-08-25T00:58:33.750Z[ recovery-image] Aug 25 00:58:32.693 INFO O| Aug 25 00:58:32.693 INFO STEP 20 (ensure_symlink) COMPLETE
88312026-08-25T00:58:33.750Z[ recovery-image] Aug 25 00:58:32.693 INFO O| Aug 25 00:58:32.693 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-08-25T00:58:33.763Z[ recovery-image] Aug 25 00:58:32.704 INFO O| Aug 25 00:58:32.704 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88332026-08-25T00:58:33.763Z[ recovery-image] Aug 25 00:58:32.704 INFO O| Aug 25 00:58:32.704 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88342026-08-25T00:58:33.763Z[ recovery-image] Aug 25 00:58:32.704 INFO O| Aug 25 00:58:32.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88352026-08-25T00:58:33.763Z[ recovery-image] Aug 25 00:58:32.704 INFO O| Aug 25 00:58:32.704 INFO ok!
88362026-08-25T00:58:33.763Z[ recovery-image] Aug 25 00:58:32.704 INFO O| Aug 25 00:58:32.704 INFO STEP 21 (ensure_symlink) COMPLETE
88372026-08-25T00:58:33.763Z[ recovery-image] Aug 25 00:58:32.704 INFO O| Aug 25 00:58:32.704 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-25T00:58:33.763Z[ recovery-image] Aug 25 00:58:32.713 INFO O| Aug 25 00:58:32.713 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88392026-08-25T00:58:33.763Z[ recovery-image] Aug 25 00:58:32.713 INFO O| Aug 25 00:58:32.713 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88402026-08-25T00:58:33.764Z[ recovery-image] Aug 25 00:58:32.713 INFO O| Aug 25 00:58:32.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88412026-08-25T00:58:33.764Z[ recovery-image] Aug 25 00:58:32.713 INFO O| Aug 25 00:58:32.713 INFO ok!
88422026-08-25T00:58:33.764Z[ recovery-image] Aug 25 00:58:32.713 INFO O| Aug 25 00:58:32.713 INFO STEP 22 (ensure_symlink) COMPLETE
88432026-08-25T00:58:33.764Z[ recovery-image] Aug 25 00:58:32.713 INFO O| Aug 25 00:58:32.713 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-25T00:58:33.764Z[ recovery-image] Aug 25 00:58:32.721 INFO O| Aug 25 00:58:32.721 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88452026-08-25T00:58:33.764Z[ recovery-image] Aug 25 00:58:32.721 INFO O| Aug 25 00:58:32.721 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88462026-08-25T00:58:33.764Z[ recovery-image] Aug 25 00:58:32.721 INFO O| Aug 25 00:58:32.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88472026-08-25T00:58:33.765Z[ recovery-image] Aug 25 00:58:32.721 INFO O| Aug 25 00:58:32.721 INFO ok!
88482026-08-25T00:58:33.765Z[ recovery-image] Aug 25 00:58:32.721 INFO O| Aug 25 00:58:32.721 INFO STEP 23 (ensure_symlink) COMPLETE
88492026-08-25T00:58:33.765Z[ recovery-image] Aug 25 00:58:32.721 INFO O| Aug 25 00:58:32.721 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-25T00:58:33.771Z[ recovery-image] Aug 25 00:58:32.729 INFO O| Aug 25 00:58:32.729 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88512026-08-25T00:58:33.771Z[ recovery-image] Aug 25 00:58:32.729 INFO O| Aug 25 00:58:32.729 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 ...
88522026-08-25T00:58:33.771Z[ recovery-image] Aug 25 00:58:32.729 INFO O| Aug 25 00:58:32.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88532026-08-25T00:58:33.771Z[ recovery-image] Aug 25 00:58:32.729 INFO O| Aug 25 00:58:32.729 INFO ok!
88542026-08-25T00:58:33.772Z[ recovery-image] Aug 25 00:58:32.729 INFO O| Aug 25 00:58:32.729 INFO STEP 24 (ensure_file) COMPLETE
88552026-08-25T00:58:33.772Z[ recovery-image] Aug 25 00:58:32.729 INFO O| Aug 25 00:58:32.729 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-08-25T00:58:33.772Z[ recovery-image] Aug 25 00:58:32.738 INFO O| Aug 25 00:58:32.738 INFO updating shadow file
88572026-08-25T00:58:33.772Z[ recovery-image] Aug 25 00:58:32.738 INFO O| Aug 25 00:58:32.738 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88582026-08-25T00:58:33.772Z[ recovery-image] Aug 25 00:58:32.738 INFO O| Aug 25 00:58:32.738 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88592026-08-25T00:58:33.772Z[ recovery-image] Aug 25 00:58:32.738 INFO O| Aug 25 00:58:32.738 INFO STEP 25 (shadow) COMPLETE
88602026-08-25T00:58:33.772Z[ recovery-image] Aug 25 00:58:32.738 INFO O| Aug 25 00:58:32.738 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-25T00:58:33.776Z[ recovery-image] Aug 25 00:58:32.746 INFO O| Aug 25 00:58:32.746 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88622026-08-25T00:58:33.777Z[ recovery-image] Aug 25 00:58:32.746 INFO O| Aug 25 00:58:32.746 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88632026-08-25T00:58:33.777Z[ recovery-image] Aug 25 00:58:32.746 INFO O| Aug 25 00:58:32.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88642026-08-25T00:58:33.777Z[ recovery-image] Aug 25 00:58:32.746 INFO O| Aug 25 00:58:32.746 INFO ok!
88652026-08-25T00:58:33.777Z[ recovery-image] Aug 25 00:58:32.746 INFO O| Aug 25 00:58:32.746 INFO STEP 26 (ensure_file) COMPLETE
88662026-08-25T00:58:33.777Z[ recovery-image] Aug 25 00:58:32.746 INFO O| Aug 25 00:58:32.746 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-08-25T00:58:33.783Z[ recovery-image] Aug 25 00:58:32.755 INFO O| Aug 25 00:58:32.755 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88682026-08-25T00:58:33.783Z[ recovery-image] Aug 25 00:58:32.755 INFO O| Aug 25 00:58:32.755 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88692026-08-25T00:58:33.783Z[ recovery-image] Aug 25 00:58:32.755 INFO O| Aug 25 00:58:32.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88702026-08-25T00:58:33.786Z[ recovery-image] Aug 25 00:58:32.755 INFO O| Aug 25 00:58:32.755 INFO ok!
88712026-08-25T00:58:33.786Z[ recovery-image] Aug 25 00:58:32.755 INFO O| Aug 25 00:58:32.755 INFO STEP 27 (ensure_file) COMPLETE
88722026-08-25T00:58:33.786Z[ recovery-image] Aug 25 00:58:32.755 INFO O| Aug 25 00:58:32.755 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-08-25T00:58:33.791Z[ recovery-image] Aug 25 00:58:32.763 INFO O| Aug 25 00:58:32.763 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88742026-08-25T00:58:33.791Z[ recovery-image] Aug 25 00:58:32.764 INFO O| Aug 25 00:58:32.763 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88752026-08-25T00:58:33.791Z[ recovery-image] Aug 25 00:58:32.764 INFO O| Aug 25 00:58:32.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88762026-08-25T00:58:33.795Z[ recovery-image] Aug 25 00:58:32.764 INFO O| Aug 25 00:58:32.764 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88772026-08-25T00:58:33.797Z[ recovery-image] Aug 25 00:58:32.764 INFO O| Aug 25 00:58:32.764 INFO ok!
88782026-08-25T00:58:33.798Z[ recovery-image] Aug 25 00:58:32.764 INFO O| Aug 25 00:58:32.764 INFO STEP 28 (ensure_file) COMPLETE
88792026-08-25T00:58:33.798Z[ recovery-image] Aug 25 00:58:32.764 INFO O| Aug 25 00:58:32.764 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802026-08-25T00:58:33.802Z[ recovery-image] Aug 25 00:58:32.772 INFO O| Aug 25 00:58:32.772 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88812026-08-25T00:58:33.802Z[ recovery-image] Aug 25 00:58:32.773 INFO O| Aug 25 00:58:32.772 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88822026-08-25T00:58:33.802Z[ recovery-image] Aug 25 00:58:32.773 INFO O| Aug 25 00:58:32.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88832026-08-25T00:58:33.802Z[ recovery-image] Aug 25 00:58:32.773 INFO O| Aug 25 00:58:32.773 INFO ok!
88842026-08-25T00:58:33.802Z[ recovery-image] Aug 25 00:58:32.773 INFO O| Aug 25 00:58:32.773 INFO STEP 29 (ensure_file) COMPLETE
88852026-08-25T00:58:33.802Z[ recovery-image] Aug 25 00:58:32.773 INFO O| Aug 25 00:58:32.773 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-08-25T00:58:33.811Z[ recovery-image] Aug 25 00:58:32.781 INFO O| Aug 25 00:58:32.781 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88872026-08-25T00:58:33.811Z[ recovery-image] Aug 25 00:58:32.781 INFO O| Aug 25 00:58:32.781 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88882026-08-25T00:58:33.811Z[ recovery-image] Aug 25 00:58:32.781 INFO O| Aug 25 00:58:32.781 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88892026-08-25T00:58:33.816Z[ recovery-image] Aug 25 00:58:32.781 INFO O| Aug 25 00:58:32.781 INFO STEP 30 (ensure_dir) COMPLETE
88902026-08-25T00:58:33.816Z[ recovery-image] Aug 25 00:58:32.781 INFO O| Aug 25 00:58:32.781 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88912026-08-25T00:58:33.821Z[ recovery-image] Aug 25 00:58:32.790 INFO O| Aug 25 00:58:32.790 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88922026-08-25T00:58:33.821Z[ recovery-image] Aug 25 00:58:32.790 INFO O| Aug 25 00:58:32.790 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 ...
88932026-08-25T00:58:33.821Z[ recovery-image] Aug 25 00:58:32.790 INFO O| Aug 25 00:58:32.790 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
88942026-08-25T00:58:33.821Z[ recovery-image] Aug 25 00:58:32.790 INFO O| Aug 25 00:58:32.790 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88952026-08-25T00:58:33.821Z[ recovery-image] Aug 25 00:58:32.790 INFO O| Aug 25 00:58:32.790 INFO ok!
88962026-08-25T00:58:33.821Z[ recovery-image] Aug 25 00:58:32.790 INFO O| Aug 25 00:58:32.790 INFO STEP 31 (ensure_file) COMPLETE
88972026-08-25T00:58:33.821Z[ recovery-image] Aug 25 00:58:32.790 INFO O| Aug 25 00:58:32.790 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88982026-08-25T00:58:33.827Z[ recovery-image] Aug 25 00:58:32.800 INFO O| Aug 25 00:58:32.800 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88992026-08-25T00:58:33.827Z[ recovery-image] Aug 25 00:58:32.800 INFO O| Aug 25 00:58:32.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89002026-08-25T00:58:33.831Z[ recovery-image] Aug 25 00:58:32.800 INFO O| Aug 25 00:58:32.800 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89012026-08-25T00:58:33.831Z[ recovery-image] Aug 25 00:58:32.800 INFO O| Aug 25 00:58:32.800 INFO STEP 32 (ensure_dir) COMPLETE
89022026-08-25T00:58:33.832Z[ recovery-image] Aug 25 00:58:32.800 INFO O| Aug 25 00:58:32.800 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-08-25T00:58:33.838Z[ recovery-image] Aug 25 00:58:32.810 INFO O| Aug 25 00:58:32.810 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89042026-08-25T00:58:33.838Z[ recovery-image] Aug 25 00:58:32.810 INFO O| Aug 25 00:58:32.810 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 ...
89052026-08-25T00:58:33.838Z[ recovery-image] Aug 25 00:58:32.810 INFO O| Aug 25 00:58:32.810 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
89062026-08-25T00:58:33.844Z[ recovery-image] Aug 25 00:58:32.810 INFO O| Aug 25 00:58:32.810 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89072026-08-25T00:58:33.844Z[ recovery-image] Aug 25 00:58:32.810 INFO O| Aug 25 00:58:32.810 INFO ok!
89082026-08-25T00:58:33.844Z[ recovery-image] Aug 25 00:58:32.810 INFO O| Aug 25 00:58:32.810 INFO STEP 33 (ensure_file) COMPLETE
89092026-08-25T00:58:33.844Z[ recovery-image] Aug 25 00:58:32.810 INFO O| Aug 25 00:58:32.810 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89102026-08-25T00:58:33.848Z[ recovery-image] Aug 25 00:58:32.820 INFO O| Aug 25 00:58:32.820 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89112026-08-25T00:58:33.848Z[ recovery-image] Aug 25 00:58:32.820 INFO O| Aug 25 00:58:32.820 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89122026-08-25T00:58:33.849Z[ recovery-image] Aug 25 00:58:32.820 INFO O| Aug 25 00:58:32.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89132026-08-25T00:58:33.849Z[ recovery-image] Aug 25 00:58:32.820 INFO O| Aug 25 00:58:32.820 INFO ok!
89142026-08-25T00:58:33.849Z[ recovery-image] Aug 25 00:58:32.820 INFO O| Aug 25 00:58:32.820 INFO STEP 34 (ensure_file) COMPLETE
89152026-08-25T00:58:33.849Z[ recovery-image] Aug 25 00:58:32.820 INFO O| Aug 25 00:58:32.820 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89162026-08-25T00:58:33.857Z[ recovery-image] Aug 25 00:58:32.830 INFO O| Aug 25 00:58:32.830 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89172026-08-25T00:58:33.857Z[ recovery-image] Aug 25 00:58:32.830 INFO O| Aug 25 00:58:32.830 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89182026-08-25T00:58:33.861Z[ recovery-image] Aug 25 00:58:32.830 INFO O| Aug 25 00:58:32.830 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89192026-08-25T00:58:33.861Z[ recovery-image] Aug 25 00:58:32.830 INFO O| Aug 25 00:58:32.830 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89202026-08-25T00:58:33.861Z[ recovery-image] Aug 25 00:58:32.830 INFO O| Aug 25 00:58:32.830 INFO ok!
89212026-08-25T00:58:33.861Z[ recovery-image] Aug 25 00:58:32.830 INFO O| Aug 25 00:58:32.830 INFO STEP 35 (ensure_file) COMPLETE
89222026-08-25T00:58:33.862Z[ recovery-image] Aug 25 00:58:32.830 INFO O| Aug 25 00:58:32.830 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89232026-08-25T00:58:33.868Z[ recovery-image] Aug 25 00:58:32.840 INFO O| Aug 25 00:58:32.839 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89242026-08-25T00:58:33.868Z[ recovery-image] Aug 25 00:58:32.840 INFO O| Aug 25 00:58:32.839 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89252026-08-25T00:58:33.872Z[ recovery-image] Aug 25 00:58:32.840 INFO O| Aug 25 00:58:32.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89262026-08-25T00:58:33.872Z[ recovery-image] Aug 25 00:58:32.840 INFO O| Aug 25 00:58:32.839 INFO ok!
89272026-08-25T00:58:33.873Z[ recovery-image] Aug 25 00:58:32.840 INFO O| Aug 25 00:58:32.839 INFO STEP 36 (ensure_file) COMPLETE
89282026-08-25T00:58:33.873Z[ recovery-image] Aug 25 00:58:32.840 INFO O| Aug 25 00:58:32.839 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89292026-08-25T00:58:33.876Z[ recovery-image] Aug 25 00:58:32.848 INFO O| Aug 25 00:58:32.848 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89302026-08-25T00:58:33.876Z[ recovery-image] Aug 25 00:58:32.848 INFO O| Aug 25 00:58:32.848 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89312026-08-25T00:58:33.876Z[ recovery-image] Aug 25 00:58:32.848 INFO O| Aug 25 00:58:32.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89322026-08-25T00:58:33.880Z[ recovery-image] Aug 25 00:58:32.848 INFO O| Aug 25 00:58:32.848 INFO ok!
89332026-08-25T00:58:33.880Z[ recovery-image] Aug 25 00:58:32.848 INFO O| Aug 25 00:58:32.848 INFO STEP 37 (ensure_file) COMPLETE
89342026-08-25T00:58:33.880Z[ recovery-image] Aug 25 00:58:32.848 INFO O| Aug 25 00:58:32.848 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89352026-08-25T00:58:33.885Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89362026-08-25T00:58:33.885Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89372026-08-25T00:58:33.888Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89382026-08-25T00:58:33.888Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89392026-08-25T00:58:33.888Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89402026-08-25T00:58:33.888Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89412026-08-25T00:58:33.888Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO ok!
89422026-08-25T00:58:33.888Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO STEP 38 (ensure_file) COMPLETE
89432026-08-25T00:58:33.888Z[ recovery-image] Aug 25 00:58:32.857 INFO O| Aug 25 00:58:32.857 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89442026-08-25T00:58:33.897Z[ recovery-image] Aug 25 00:58:32.868 INFO O| Aug 25 00:58:32.868 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89452026-08-25T00:58:33.897Z[ recovery-image] Aug 25 00:58:32.868 INFO O| Aug 25 00:58:32.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89462026-08-25T00:58:33.897Z[ recovery-image] Aug 25 00:58:32.868 INFO O| Aug 25 00:58:32.868 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89472026-08-25T00:58:33.901Z[ recovery-image] Aug 25 00:58:32.868 INFO O| Aug 25 00:58:32.868 INFO STEP 39 (ensure_dir) COMPLETE
89482026-08-25T00:58:33.901Z[ recovery-image] Aug 25 00:58:32.868 INFO O| Aug 25 00:58:32.868 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89492026-08-25T00:58:33.908Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.878 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
89502026-08-25T00:58:33.908Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.879 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 ...
89512026-08-25T00:58:33.908Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.879 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
89522026-08-25T00:58:33.908Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.879 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
89532026-08-25T00:58:33.911Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.879 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
89542026-08-25T00:58:33.911Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.879 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
89552026-08-25T00:58:33.911Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.879 INFO ok!
89562026-08-25T00:58:33.911Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.879 INFO STEP 40 (ensure_file) COMPLETE
89572026-08-25T00:58:33.911Z[ recovery-image] Aug 25 00:58:32.879 INFO O| Aug 25 00:58:32.879 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89582026-08-25T00:58:33.911Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
89592026-08-25T00:58:33.917Z[ recovery-image] Aug 25 00:58:32.889 INFO O| Aug 25 00:58:32.889 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89602026-08-25T00:58:33.917Z[ recovery-image] Aug 25 00:58:32.889 INFO O| Aug 25 00:58:32.889 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 ...
89612026-08-25T00:58:33.917Z[ recovery-image] Aug 25 00:58:32.889 INFO O| Aug 25 00:58:32.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89622026-08-25T00:58:33.917Z[ recovery-image] Aug 25 00:58:32.889 INFO O| Aug 25 00:58:32.889 INFO ok!
89632026-08-25T00:58:33.917Z[ recovery-image] Aug 25 00:58:32.889 INFO O| Aug 25 00:58:32.889 INFO STEP 41 (ensure_symlink) COMPLETE
89642026-08-25T00:58:33.917Z[ recovery-image] Aug 25 00:58:32.889 INFO O| Aug 25 00:58:32.889 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89652026-08-25T00:58:33.926Z[ recovery-image] Aug 25 00:58:32.898 INFO O| Aug 25 00:58:32.898 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89662026-08-25T00:58:33.926Z[ recovery-image] Aug 25 00:58:32.898 INFO O| Aug 25 00:58:32.898 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89672026-08-25T00:58:33.926Z[ recovery-image] Aug 25 00:58:32.898 INFO O| Aug 25 00:58:32.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89682026-08-25T00:58:33.926Z[ recovery-image] Aug 25 00:58:32.898 INFO O| Aug 25 00:58:32.898 INFO ok!
89692026-08-25T00:58:33.926Z[ recovery-image] Aug 25 00:58:32.898 INFO O| Aug 25 00:58:32.898 INFO STEP 42 (ensure_symlink) COMPLETE
89702026-08-25T00:58:33.929Z[ recovery-image] Aug 25 00:58:32.898 INFO O| Aug 25 00:58:32.898 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89712026-08-25T00:58:33.936Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89722026-08-25T00:58:33.936Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89732026-08-25T00:58:33.937Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89742026-08-25T00:58:33.937Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89752026-08-25T00:58:33.937Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89762026-08-25T00:58:33.940Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89772026-08-25T00:58:33.940Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO ok!
89782026-08-25T00:58:33.940Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO STEP 43 (ensure_file) COMPLETE
89792026-08-25T00:58:33.940Z[ recovery-image] Aug 25 00:58:32.908 INFO O| Aug 25 00:58:32.908 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89802026-08-25T00:58:33.946Z[ recovery-image] Aug 25 00:58:32.918 INFO O| Aug 25 00:58:32.918 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89812026-08-25T00:58:33.946Z[ recovery-image] Aug 25 00:58:32.918 INFO O| Aug 25 00:58:32.918 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 ...
89822026-08-25T00:58:33.950Z[ recovery-image] Aug 25 00:58:32.918 INFO O| Aug 25 00:58:32.918 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
89832026-08-25T00:58:33.950Z[ recovery-image] Aug 25 00:58:32.918 INFO O| Aug 25 00:58:32.918 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89842026-08-25T00:58:33.950Z[ recovery-image] Aug 25 00:58:32.918 INFO O| Aug 25 00:58:32.918 INFO ok!
89852026-08-25T00:58:33.950Z[ recovery-image] Aug 25 00:58:32.918 INFO O| Aug 25 00:58:32.918 INFO STEP 44 (ensure_file) COMPLETE
89862026-08-25T00:58:33.950Z[ recovery-image] Aug 25 00:58:32.918 INFO O| Aug 25 00:58:32.918 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89872026-08-25T00:58:33.958Z[ recovery-image] Aug 25 00:58:32.929 INFO O| Aug 25 00:58:32.929 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89882026-08-25T00:58:33.958Z[ recovery-image] Aug 25 00:58:32.929 INFO O| Aug 25 00:58:32.929 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89892026-08-25T00:58:33.958Z[ recovery-image] Aug 25 00:58:32.929 INFO O| Aug 25 00:58:32.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89902026-08-25T00:58:33.962Z[ recovery-image] Aug 25 00:58:32.929 INFO O| Aug 25 00:58:32.929 INFO ok!
89912026-08-25T00:58:33.963Z[ recovery-image] Aug 25 00:58:32.929 INFO O| Aug 25 00:58:32.929 INFO STEP 45 (ensure_file) COMPLETE
89922026-08-25T00:58:33.963Z[ recovery-image] Aug 25 00:58:32.929 INFO O| Aug 25 00:58:32.929 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89932026-08-25T00:58:33.968Z[ recovery-image] Aug 25 00:58:32.939 INFO O| Aug 25 00:58:32.939 INFO updating shadow file
89942026-08-25T00:58:33.968Z[ recovery-image] Aug 25 00:58:32.939 INFO O| Aug 25 00:58:32.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89952026-08-25T00:58:33.968Z[ recovery-image] Aug 25 00:58:32.939 INFO O| Aug 25 00:58:32.939 INFO STEP 46 (shadow) COMPLETE
89962026-08-25T00:58:33.968Z[ recovery-image] Aug 25 00:58:32.939 INFO O| Aug 25 00:58:32.939 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89972026-08-25T00:58:33.971Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89982026-08-25T00:58:33.978Z[ recovery-image] Aug 25 00:58:32.950 INFO O| Aug 25 00:58:32.949 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89992026-08-25T00:58:33.978Z[ recovery-image] Aug 25 00:58:32.950 INFO O| Aug 25 00:58:32.950 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90002026-08-25T00:58:33.982Z[ recovery-image] Aug 25 00:58:32.950 INFO O| Aug 25 00:58:32.950 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90012026-08-25T00:58:33.982Z[ recovery-image] Aug 25 00:58:32.950 INFO O| Aug 25 00:58:32.950 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90022026-08-25T00:58:33.982Z[ recovery-image] Aug 25 00:58:32.950 INFO O| Aug 25 00:58:32.950 INFO ok!
90032026-08-25T00:58:33.982Z[ recovery-image] Aug 25 00:58:32.950 INFO O| Aug 25 00:58:32.950 INFO STEP 47 (ensure_file) COMPLETE
90042026-08-25T00:58:33.982Z[ recovery-image] Aug 25 00:58:32.950 INFO O| Aug 25 00:58:32.950 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90052026-08-25T00:58:33.988Z[ recovery-image] Aug 25 00:58:32.960 INFO O| Aug 25 00:58:32.960 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90062026-08-25T00:58:33.988Z[ recovery-image] Aug 25 00:58:32.960 INFO O| Aug 25 00:58:32.960 INFO STEP 48 (ensure_dir) COMPLETE
90072026-08-25T00:58:33.992Z[ recovery-image] Aug 25 00:58:32.960 INFO O| Aug 25 00:58:32.960 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-25T00:58:33.998Z[ recovery-image] Aug 25 00:58:32.969 INFO O| Aug 25 00:58:32.969 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90092026-08-25T00:58:33.998Z[ recovery-image] Aug 25 00:58:32.969 INFO O| Aug 25 00:58:32.969 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90102026-08-25T00:58:33.998Z[ recovery-image] Aug 25 00:58:32.969 INFO O| Aug 25 00:58:32.969 INFO STEP 49 (ensure_dir) COMPLETE
90112026-08-25T00:58:33.998Z[ recovery-image] Aug 25 00:58:32.969 INFO O| Aug 25 00:58:32.969 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-25T00:58:34.007Z[ recovery-image] Aug 25 00:58:32.979 INFO O| Aug 25 00:58:32.979 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90132026-08-25T00:58:34.009Z[ recovery-image] Aug 25 00:58:32.979 INFO O| Aug 25 00:58:32.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90142026-08-25T00:58:34.009Z[ recovery-image] Aug 25 00:58:32.979 INFO O| Aug 25 00:58:32.979 INFO STEP 50 (ensure_dir) COMPLETE
90152026-08-25T00:58:34.013Z[ recovery-image] Aug 25 00:58:32.979 INFO O| Aug 25 00:58:32.979 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-25T00:58:34.016Z[ recovery-image] Aug 25 00:58:32.989 INFO O| Aug 25 00:58:32.988 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90172026-08-25T00:58:34.016Z[ recovery-image] Aug 25 00:58:32.989 INFO O| Aug 25 00:58:32.988 INFO copying /tmp/.tmpATBzha/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90182026-08-25T00:58:34.047Z[ recovery-image] Aug 25 00:58:33.019 INFO O| Aug 25 00:58:33.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90192026-08-25T00:58:34.047Z[ recovery-image] Aug 25 00:58:33.019 INFO O| Aug 25 00:58:33.019 INFO ok!
90202026-08-25T00:58:34.047Z[ recovery-image] Aug 25 00:58:33.019 INFO O| Aug 25 00:58:33.019 INFO STEP 51 (ensure_file) COMPLETE
90212026-08-25T00:58:34.047Z[ recovery-image] Aug 25 00:58:33.019 INFO O| Aug 25 00:58:33.019 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-25T00:58:34.057Z[ recovery-image] Aug 25 00:58:33.029 INFO O| Aug 25 00:58:33.029 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90232026-08-25T00:58:34.058Z[ recovery-image] Aug 25 00:58:33.029 INFO O| Aug 25 00:58:33.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90242026-08-25T00:58:34.058Z[ recovery-image] Aug 25 00:58:33.029 INFO O| Aug 25 00:58:33.029 INFO STEP 52 (ensure_dir) COMPLETE
90252026-08-25T00:58:34.061Z[ recovery-image] Aug 25 00:58:33.029 INFO O| Aug 25 00:58:33.029 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-08-25T00:58:34.068Z[ recovery-image] Aug 25 00:58:33.040 INFO O| Aug 25 00:58:33.040 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90272026-08-25T00:58:34.068Z[ recovery-image] Aug 25 00:58:33.040 INFO O| Aug 25 00:58:33.040 INFO copying /tmp/.tmpATBzha/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90282026-08-25T00:58:34.068Z[ recovery-image] Aug 25 00:58:33.040 INFO O| Aug 25 00:58:33.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90292026-08-25T00:58:34.068Z[ recovery-image] Aug 25 00:58:33.040 INFO O| Aug 25 00:58:33.040 INFO ok!
90302026-08-25T00:58:34.071Z[ recovery-image] Aug 25 00:58:33.040 INFO O| Aug 25 00:58:33.040 INFO STEP 53 (ensure_file) COMPLETE
90312026-08-25T00:58:34.072Z[ recovery-image] Aug 25 00:58:33.040 INFO O| Aug 25 00:58:33.040 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-08-25T00:58:34.079Z[ recovery-image] Aug 25 00:58:33.051 INFO O| Aug 25 00:58:33.051 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90332026-08-25T00:58:34.079Z[ recovery-image] Aug 25 00:58:33.051 INFO O| Aug 25 00:58:33.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90342026-08-25T00:58:34.079Z[ recovery-image] Aug 25 00:58:33.051 INFO O| Aug 25 00:58:33.051 INFO STEP 54 (ensure_dir) COMPLETE
90352026-08-25T00:58:34.082Z[ recovery-image] Aug 25 00:58:33.051 INFO O| Aug 25 00:58:33.051 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-08-25T00:58:34.090Z[ recovery-image] Aug 25 00:58:33.062 INFO O| Aug 25 00:58:33.062 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90372026-08-25T00:58:34.098Z[ recovery-image] Aug 25 00:58:33.062 INFO O| Aug 25 00:58:33.062 INFO copying /tmp/.tmpATBzha/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90382026-08-25T00:58:34.227Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90392026-08-25T00:58:34.503Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90402026-08-25T00:58:34.612Z[verify-libraries] Compiling multimap v0.10.1
90412026-08-25T00:58:34.866Z[verify-libraries] Compiling termios v0.3.3
90422026-08-25T00:58:34.975Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90432026-08-25T00:58:35.219Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90442026-08-25T00:58:36.076Z[ recovery-image] Aug 25 00:58:35.045 INFO O| Aug 25 00:58:35.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90452026-08-25T00:58:36.076Z[ recovery-image] Aug 25 00:58:35.045 INFO O| Aug 25 00:58:35.045 INFO ok!
90462026-08-25T00:58:36.076Z[ recovery-image] Aug 25 00:58:35.045 INFO O| Aug 25 00:58:35.045 INFO STEP 55 (ensure_file) COMPLETE
90472026-08-25T00:58:36.080Z[ recovery-image] Aug 25 00:58:35.045 INFO O| Aug 25 00:58:35.045 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-25T00:58:36.089Z[ recovery-image] Aug 25 00:58:35.056 INFO O| Aug 25 00:58:35.056 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90492026-08-25T00:58:36.089Z[ recovery-image] Aug 25 00:58:35.056 INFO O| Aug 25 00:58:35.056 INFO copying /tmp/.tmpATBzha/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90502026-08-25T00:58:37.986Z[verify-libraries] Compiling polar-core v0.27.3
90512026-08-25T00:58:38.068Z[ recovery-image] Aug 25 00:58:37.037 INFO O| Aug 25 00:58:37.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90522026-08-25T00:58:38.068Z[ recovery-image] Aug 25 00:58:37.037 INFO O| Aug 25 00:58:37.037 INFO ok!
90532026-08-25T00:58:38.068Z[ recovery-image] Aug 25 00:58:37.037 INFO O| Aug 25 00:58:37.037 INFO STEP 56 (ensure_file) COMPLETE
90542026-08-25T00:58:38.074Z[ recovery-image] Aug 25 00:58:37.037 INFO O| Aug 25 00:58:37.037 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-25T00:58:38.078Z[ recovery-image] Aug 25 00:58:37.048 INFO O| Aug 25 00:58:37.048 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90562026-08-25T00:58:38.078Z[ recovery-image] Aug 25 00:58:37.048 INFO O| Aug 25 00:58:37.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90572026-08-25T00:58:38.078Z[ recovery-image] Aug 25 00:58:37.048 INFO O| Aug 25 00:58:37.048 INFO STEP 57 (ensure_dir) COMPLETE
90582026-08-25T00:58:38.078Z[ recovery-image] Aug 25 00:58:37.048 INFO O| Aug 25 00:58:37.048 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-08-25T00:58:38.085Z[ recovery-image] Aug 25 00:58:37.056 INFO O| Aug 25 00:58:37.056 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90602026-08-25T00:58:38.085Z[ recovery-image] Aug 25 00:58:37.056 INFO O| Aug 25 00:58:37.056 INFO copying /tmp/.tmpATBzha/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 ...
90612026-08-25T00:58:38.085Z[ recovery-image] Aug 25 00:58:37.056 INFO O| Aug 25 00:58:37.056 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
90622026-08-25T00:58:38.085Z[ recovery-image] Aug 25 00:58:37.056 INFO O| Aug 25 00:58:37.056 INFO ok!
90632026-08-25T00:58:38.085Z[ recovery-image] Aug 25 00:58:37.056 INFO O| Aug 25 00:58:37.056 INFO STEP 58 (ensure_file) COMPLETE
90642026-08-25T00:58:38.090Z[ recovery-image] Aug 25 00:58:37.056 INFO O| Aug 25 00:58:37.056 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90652026-08-25T00:58:38.093Z[ recovery-image] Aug 25 00:58:37.065 INFO O| Aug 25 00:58:37.065 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90662026-08-25T00:58:38.093Z[ recovery-image] Aug 25 00:58:37.065 INFO O| Aug 25 00:58:37.065 INFO copying /tmp/.tmpATBzha/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 ...
90672026-08-25T00:58:38.093Z[ recovery-image] Aug 25 00:58:37.065 INFO O| Aug 25 00:58:37.065 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
90682026-08-25T00:58:38.093Z[ recovery-image] Aug 25 00:58:37.065 INFO O| Aug 25 00:58:37.065 INFO ok!
90692026-08-25T00:58:38.093Z[ recovery-image] Aug 25 00:58:37.065 INFO O| Aug 25 00:58:37.065 INFO STEP 59 (ensure_file) COMPLETE
90702026-08-25T00:58:38.093Z[ recovery-image] Aug 25 00:58:37.065 INFO O| Aug 25 00:58:37.065 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90712026-08-25T00:58:38.104Z[ recovery-image] Aug 25 00:58:37.074 INFO O| Aug 25 00:58:37.074 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90722026-08-25T00:58:38.105Z[ recovery-image] Aug 25 00:58:37.074 INFO O| Aug 25 00:58:37.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90732026-08-25T00:58:38.105Z[ recovery-image] Aug 25 00:58:37.074 INFO O| Aug 25 00:58:37.074 INFO STEP 60 (ensure_dir) COMPLETE
90742026-08-25T00:58:38.108Z[ recovery-image] Aug 25 00:58:37.074 INFO O| Aug 25 00:58:37.074 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-08-25T00:58:38.115Z[ recovery-image] Aug 25 00:58:37.083 INFO O| Aug 25 00:58:37.082 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90762026-08-25T00:58:38.115Z[ recovery-image] Aug 25 00:58:37.083 INFO O| Aug 25 00:58:37.083 INFO copying /tmp/.tmpATBzha/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 ...
90772026-08-25T00:58:38.115Z[ recovery-image] Aug 25 00:58:37.083 INFO O| Aug 25 00:58:37.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90782026-08-25T00:58:38.115Z[ recovery-image] Aug 25 00:58:37.083 INFO O| Aug 25 00:58:37.083 INFO ok!
90792026-08-25T00:58:38.116Z[ recovery-image] Aug 25 00:58:37.083 INFO O| Aug 25 00:58:37.083 INFO STEP 61 (ensure_file) COMPLETE
90802026-08-25T00:58:38.116Z[ recovery-image] Aug 25 00:58:37.083 INFO O| Aug 25 00:58:37.083 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90812026-08-25T00:58:38.120Z[ recovery-image] Aug 25 00:58:37.091 INFO O| Aug 25 00:58:37.091 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90822026-08-25T00:58:38.120Z[ recovery-image] Aug 25 00:58:37.091 INFO O| Aug 25 00:58:37.091 INFO copying /tmp/.tmpATBzha/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 ...
90832026-08-25T00:58:38.120Z[ recovery-image] Aug 25 00:58:37.091 INFO O| Aug 25 00:58:37.091 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
90842026-08-25T00:58:38.124Z[ recovery-image] Aug 25 00:58:37.091 INFO O| Aug 25 00:58:37.091 INFO ok!
90852026-08-25T00:58:38.124Z[ recovery-image] Aug 25 00:58:37.091 INFO O| Aug 25 00:58:37.091 INFO STEP 62 (ensure_file) COMPLETE
90862026-08-25T00:58:38.124Z[ recovery-image] Aug 25 00:58:37.091 INFO O| Aug 25 00:58:37.091 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90872026-08-25T00:58:38.128Z[ recovery-image] Aug 25 00:58:37.100 INFO O| Aug 25 00:58:37.100 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90882026-08-25T00:58:38.128Z[ recovery-image] Aug 25 00:58:37.100 INFO O| Aug 25 00:58:37.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90892026-08-25T00:58:38.128Z[ recovery-image] Aug 25 00:58:37.100 INFO O| Aug 25 00:58:37.100 INFO STEP 63 (ensure_dir) COMPLETE
90902026-08-25T00:58:38.132Z[ recovery-image] Aug 25 00:58:37.100 INFO O| Aug 25 00:58:37.100 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-08-25T00:58:38.137Z[ recovery-image] Aug 25 00:58:37.109 INFO O| Aug 25 00:58:37.109 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90922026-08-25T00:58:38.137Z[ recovery-image] Aug 25 00:58:37.109 INFO O| Aug 25 00:58:37.109 INFO copying /tmp/.tmpATBzha/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 ...
90932026-08-25T00:58:38.137Z[ recovery-image] Aug 25 00:58:37.109 INFO O| Aug 25 00:58:37.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90942026-08-25T00:58:38.142Z[ recovery-image] Aug 25 00:58:37.109 INFO O| Aug 25 00:58:37.109 INFO ok!
90952026-08-25T00:58:38.142Z[ recovery-image] Aug 25 00:58:37.109 INFO O| Aug 25 00:58:37.109 INFO STEP 64 (ensure_file) COMPLETE
90962026-08-25T00:58:38.142Z[ recovery-image] Aug 25 00:58:37.109 INFO O| Aug 25 00:58:37.109 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90972026-08-25T00:58:38.152Z[ recovery-image] Aug 25 00:58:37.124 INFO O| Aug 25 00:58:37.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90982026-08-25T00:58:38.152Z[ recovery-image] Aug 25 00:58:37.124 INFO O| Aug 25 00:58:37.124 INFO copying /tmp/.tmpATBzha/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90992026-08-25T00:58:38.159Z[ recovery-image] Aug 25 00:58:37.124 INFO O| Aug 25 00:58:37.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91002026-08-25T00:58:38.159Z[ recovery-image] Aug 25 00:58:37.124 INFO O| Aug 25 00:58:37.124 INFO ok!
91012026-08-25T00:58:38.159Z[ recovery-image] Aug 25 00:58:37.124 INFO O| Aug 25 00:58:37.124 INFO STEP 65 (ensure_file) COMPLETE
91022026-08-25T00:58:38.159Z[ recovery-image] Aug 25 00:58:37.124 INFO O| Aug 25 00:58:37.124 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91032026-08-25T00:58:38.164Z[ recovery-image] Aug 25 00:58:37.136 INFO O| Aug 25 00:58:37.136 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91042026-08-25T00:58:38.167Z[ recovery-image] Aug 25 00:58:37.136 INFO O| Aug 25 00:58:37.136 INFO STEP 66 (ensure_dir) COMPLETE
91052026-08-25T00:58:38.167Z[ recovery-image] Aug 25 00:58:37.136 INFO O| Aug 25 00:58:37.136 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91062026-08-25T00:58:38.173Z[ recovery-image] Aug 25 00:58:37.145 INFO O| Aug 25 00:58:37.145 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91072026-08-25T00:58:38.173Z[ recovery-image] Aug 25 00:58:37.145 INFO O| Aug 25 00:58:37.145 INFO STEP 67 (ensure_dir) COMPLETE
91082026-08-25T00:58:38.178Z[ recovery-image] Aug 25 00:58:37.145 INFO O| Aug 25 00:58:37.145 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91092026-08-25T00:58:38.182Z[ recovery-image] Aug 25 00:58:37.154 INFO O| Aug 25 00:58:37.154 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91102026-08-25T00:58:38.182Z[ recovery-image] Aug 25 00:58:37.154 INFO O| Aug 25 00:58:37.154 INFO STEP 68 (ensure_dir) COMPLETE
91112026-08-25T00:58:38.190Z[ recovery-image] Aug 25 00:58:37.154 INFO O| Aug 25 00:58:37.154 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-08-25T00:58:38.199Z[ recovery-image] Aug 25 00:58:37.163 INFO O| Aug 25 00:58:37.163 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91132026-08-25T00:58:38.199Z[ recovery-image] Aug 25 00:58:37.163 INFO O| Aug 25 00:58:37.163 INFO STEP 69 (ensure_dir) COMPLETE
91142026-08-25T00:58:38.199Z[ recovery-image] Aug 25 00:58:37.163 INFO O| Aug 25 00:58:37.163 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91152026-08-25T00:58:38.208Z[ recovery-image] Aug 25 00:58:37.179 INFO O| Aug 25 00:58:37.179 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91162026-08-25T00:58:38.208Z[ recovery-image] Aug 25 00:58:37.179 INFO O| Aug 25 00:58:37.179 INFO copying /tmp/.tmpATBzha/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91172026-08-25T00:58:38.208Z[ recovery-image] Aug 25 00:58:37.179 INFO O| Aug 25 00:58:37.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91182026-08-25T00:58:38.224Z[ recovery-image] Aug 25 00:58:37.179 INFO O| Aug 25 00:58:37.179 INFO ok!
91192026-08-25T00:58:38.225Z[ recovery-image] Aug 25 00:58:37.179 INFO O| Aug 25 00:58:37.179 INFO STEP 70 (ensure_file) COMPLETE
91202026-08-25T00:58:38.225Z[ recovery-image] Aug 25 00:58:37.179 INFO O| Aug 25 00:58:37.179 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-08-25T00:58:38.233Z[ recovery-image] Aug 25 00:58:37.191 INFO O| Aug 25 00:58:37.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91222026-08-25T00:58:38.233Z[ recovery-image] Aug 25 00:58:37.192 INFO O| Aug 25 00:58:37.192 INFO STEP 71 (remove_files) COMPLETE
91232026-08-25T00:58:38.233Z[ recovery-image] Aug 25 00:58:37.192 INFO O| Aug 25 00:58:37.192 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-08-25T00:58:38.233Z[ recovery-image] Aug 25 00:58:37.201 INFO O| Aug 25 00:58:37.201 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91252026-08-25T00:58:38.234Z[ recovery-image] Aug 25 00:58:37.201 INFO O| Aug 25 00:58:37.201 INFO STEP 72 (remove_files) COMPLETE
91262026-08-25T00:58:38.234Z[ recovery-image] Aug 25 00:58:37.201 INFO O| Aug 25 00:58:37.201 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-08-25T00:58:38.239Z[ recovery-image] Aug 25 00:58:37.211 INFO O| Aug 25 00:58:37.211 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91282026-08-25T00:58:38.239Z[ recovery-image] Aug 25 00:58:37.211 INFO O| Aug 25 00:58:37.211 INFO STEP 73 (remove_files) COMPLETE
91292026-08-25T00:58:38.239Z[ recovery-image] Aug 25 00:58:37.211 INFO O| Aug 25 00:58:37.211 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-25T00:58:38.307Z[ recovery-image] Aug 25 00:58:37.221 INFO O| Aug 25 00:58:37.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91312026-08-25T00:58:38.307Z[ recovery-image] Aug 25 00:58:37.222 INFO O| Aug 25 00:58:37.222 INFO STEP 74 (remove_files) COMPLETE
91322026-08-25T00:58:38.307Z[ recovery-image] Aug 25 00:58:37.222 INFO O| Aug 25 00:58:37.222 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-25T00:58:38.418Z[ recovery-image] Aug 25 00:58:37.232 INFO O| Aug 25 00:58:37.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91342026-08-25T00:58:38.418Z[ recovery-image] Aug 25 00:58:37.232 INFO O| Aug 25 00:58:37.232 INFO STEP 75 (remove_files) COMPLETE
91352026-08-25T00:58:38.418Z[ recovery-image] Aug 25 00:58:37.232 INFO O| Aug 25 00:58:37.232 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-25T00:58:38.418Z[ recovery-image] Aug 25 00:58:37.242 INFO O| Aug 25 00:58:37.242 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91372026-08-25T00:58:38.418Z[ recovery-image] Aug 25 00:58:37.242 INFO O| Aug 25 00:58:37.242 INFO STEP 76 (remove_files) COMPLETE
91382026-08-25T00:58:38.418Z[ recovery-image] Aug 25 00:58:37.243 INFO O| Aug 25 00:58:37.242 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-25T00:58:38.418Z[ recovery-image] Aug 25 00:58:37.252 INFO O| Aug 25 00:58:37.252 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91402026-08-25T00:58:38.418Z[ recovery-image] Aug 25 00:58:37.252 INFO O| Aug 25 00:58:37.252 INFO STEP 77 (remove_files) COMPLETE
91412026-08-25T00:58:38.419Z[ recovery-image] Aug 25 00:58:37.252 INFO O| Aug 25 00:58:37.252 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-25T00:58:38.419Z[ recovery-image] Aug 25 00:58:37.261 INFO O| Aug 25 00:58:37.261 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91432026-08-25T00:58:38.419Z[ recovery-image] Aug 25 00:58:37.261 INFO O| Aug 25 00:58:37.261 INFO STEP 78 (remove_files) COMPLETE
91442026-08-25T00:58:38.434Z[ recovery-image] Aug 25 00:58:37.261 INFO O| Aug 25 00:58:37.261 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-25T00:58:38.434Z[ recovery-image] Aug 25 00:58:37.271 INFO O| Aug 25 00:58:37.271 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91462026-08-25T00:58:38.434Z[ recovery-image] Aug 25 00:58:37.271 INFO O| Aug 25 00:58:37.271 INFO STEP 79 (remove_files) COMPLETE
91472026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.271 INFO O| Aug 25 00:58:37.271 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.282 INFO O| Aug 25 00:58:37.282 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91492026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.282 INFO O| Aug 25 00:58:37.282 INFO STEP 80 (remove_files) COMPLETE
91502026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.282 INFO O| Aug 25 00:58:37.282 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.292 INFO O| Aug 25 00:58:37.292 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91522026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.292 INFO O| Aug 25 00:58:37.292 INFO STEP 81 (remove_files) COMPLETE
91532026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.292 INFO O| Aug 25 00:58:37.292 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.304 INFO O| Aug 25 00:58:37.304 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91552026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.304 INFO O| Aug 25 00:58:37.304 INFO STEP 82 (remove_files) COMPLETE
91562026-08-25T00:58:38.435Z[ recovery-image] Aug 25 00:58:37.304 INFO O| Aug 25 00:58:37.304 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.314 INFO O| Aug 25 00:58:37.314 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91582026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.315 INFO O| Aug 25 00:58:37.315 INFO STEP 83 (remove_files) COMPLETE
91592026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.315 INFO O| Aug 25 00:58:37.315 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.324 INFO O| Aug 25 00:58:37.324 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91612026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.324 INFO O| Aug 25 00:58:37.324 INFO STEP 84 (remove_files) COMPLETE
91622026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.324 INFO O| Aug 25 00:58:37.324 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.333 INFO O| Aug 25 00:58:37.333 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91642026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.333 INFO O| Aug 25 00:58:37.333 INFO STEP 85 (remove_files) COMPLETE
91652026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.333 INFO O| Aug 25 00:58:37.333 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.343 INFO O| Aug 25 00:58:37.343 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91672026-08-25T00:58:38.436Z[ recovery-image] Aug 25 00:58:37.343 INFO O| Aug 25 00:58:37.343 INFO STEP 86 (remove_files) COMPLETE
91682026-08-25T00:58:38.439Z[ recovery-image] Aug 25 00:58:37.343 INFO O| Aug 25 00:58:37.343 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-08-25T00:58:38.456Z[ recovery-image] Aug 25 00:58:37.352 INFO O| Aug 25 00:58:37.352 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91702026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.352 INFO O| Aug 25 00:58:37.352 INFO STEP 87 (remove_files) COMPLETE
91712026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.352 INFO O| Aug 25 00:58:37.352 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.362 INFO O| Aug 25 00:58:37.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91732026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.362 INFO O| Aug 25 00:58:37.362 INFO STEP 88 (remove_files) COMPLETE
91742026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.362 INFO O| Aug 25 00:58:37.362 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.372 INFO O| Aug 25 00:58:37.372 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91762026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.372 INFO O| Aug 25 00:58:37.372 INFO STEP 89 (remove_files) COMPLETE
91772026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.372 INFO O| Aug 25 00:58:37.372 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.381 INFO O| Aug 25 00:58:37.381 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91792026-08-25T00:58:38.457Z[ recovery-image] Aug 25 00:58:37.381 INFO O| Aug 25 00:58:37.381 INFO STEP 90 (remove_files) COMPLETE
91802026-08-25T00:58:38.458Z[ recovery-image] Aug 25 00:58:37.381 INFO O| Aug 25 00:58:37.381 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-08-25T00:58:38.458Z[ recovery-image] Aug 25 00:58:37.391 INFO O| Aug 25 00:58:37.391 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91822026-08-25T00:58:38.458Z[ recovery-image] Aug 25 00:58:37.391 INFO O| Aug 25 00:58:37.391 INFO STEP 91 (remove_files) COMPLETE
91832026-08-25T00:58:38.458Z[ recovery-image] Aug 25 00:58:37.391 INFO O| Aug 25 00:58:37.391 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-08-25T00:58:38.458Z[ recovery-image] Aug 25 00:58:37.402 INFO O| Aug 25 00:58:37.402 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91852026-08-25T00:58:38.459Z[ recovery-image] Aug 25 00:58:37.402 INFO O| Aug 25 00:58:37.402 INFO STEP 92 (remove_files) COMPLETE
91862026-08-25T00:58:38.459Z[ recovery-image] Aug 25 00:58:37.402 INFO O| Aug 25 00:58:37.402 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-08-25T00:58:38.459Z[ recovery-image] Aug 25 00:58:37.413 INFO O| Aug 25 00:58:37.413 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91882026-08-25T00:58:38.459Z[ recovery-image] Aug 25 00:58:37.413 INFO O| Aug 25 00:58:37.413 INFO STEP 93 (remove_files) COMPLETE
91892026-08-25T00:58:38.459Z[ recovery-image] Aug 25 00:58:37.413 INFO O| Aug 25 00:58:37.413 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-08-25T00:58:38.471Z[ recovery-image] Aug 25 00:58:37.424 INFO O| Aug 25 00:58:37.424 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91912026-08-25T00:58:38.471Z[ recovery-image] Aug 25 00:58:37.424 INFO O| Aug 25 00:58:37.424 INFO STEP 94 (remove_files) COMPLETE
91922026-08-25T00:58:38.471Z[ recovery-image] Aug 25 00:58:37.424 INFO O| Aug 25 00:58:37.424 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-08-25T00:58:38.471Z[ recovery-image] Aug 25 00:58:37.433 INFO O| Aug 25 00:58:37.433 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91942026-08-25T00:58:38.471Z[ recovery-image] Aug 25 00:58:37.433 INFO O| Aug 25 00:58:37.433 INFO STEP 95 (remove_files) COMPLETE
91952026-08-25T00:58:38.472Z[ recovery-image] Aug 25 00:58:37.433 INFO O| Aug 25 00:58:37.433 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-08-25T00:58:38.534Z[ recovery-image] Aug 25 00:58:37.456 INFO O| Aug 25 00:58:37.456 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91972026-08-25T00:58:38.535Z[ recovery-image] Aug 25 00:58:37.456 INFO O| Aug 25 00:58:37.456 INFO STEP 96 (remove_files) COMPLETE
91982026-08-25T00:58:38.535Z[ recovery-image] Aug 25 00:58:37.456 INFO O| Aug 25 00:58:37.456 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.467 INFO O| Aug 25 00:58:37.467 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92002026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.467 INFO O| Aug 25 00:58:37.467 INFO STEP 97 (remove_files) COMPLETE
92012026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.467 INFO O| Aug 25 00:58:37.467 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.477 INFO O| Aug 25 00:58:37.477 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92032026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.478 INFO O| Aug 25 00:58:37.477 INFO STEP 98 (remove_files) COMPLETE
92042026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.478 INFO O| Aug 25 00:58:37.478 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.488 INFO O| Aug 25 00:58:37.488 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92062026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.488 INFO O| Aug 25 00:58:37.488 INFO STEP 99 (remove_files) COMPLETE
92072026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.488 INFO O| Aug 25 00:58:37.488 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92082026-08-25T00:58:38.614Z[ recovery-image] Aug 25 00:58:37.503 INFO O| Aug 25 00:58:37.503 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92092026-08-25T00:58:38.615Z[ recovery-image] Aug 25 00:58:37.503 INFO O| Aug 25 00:58:37.503 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"}
92102026-08-25T00:58:43.626Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92112026-08-25T00:58:44.132Z[ recovery-image] Aug 25 00:58:42.772 INFO O| Aug 25 00:58:42.772 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
92122026-08-25T00:58:44.132Z[ recovery-image] Aug 25 00:58:42.772 INFO O| Aug 25 00:58:42.772 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92132026-08-25T00:58:44.249Z[ recovery-image] Aug 25 00:58:42.787 INFO O| Aug 25 00:58:42.787 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_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"}
92142026-08-25T00:58:44.249Z[ recovery-image] Aug 25 00:58:42.885 INFO O| Aug 25 00:58:42.885 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92152026-08-25T00:58:44.249Z[ recovery-image] Aug 25 00:58:42.943 INFO O| Aug 25 00:58:42.942 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92162026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.007 INFO O| Aug 25 00:58:43.007 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92172026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.007 INFO O| Aug 25 00:58:43.007 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 ...
92182026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.009 INFO O| Aug 25 00:58:43.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92192026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.009 INFO O| Aug 25 00:58:43.009 INFO ok!
92202026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.009 INFO O| Aug 25 00:58:43.009 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92212026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.009 INFO O| Aug 25 00:58:43.009 INFO STEP 100 (seed_smf) COMPLETE
92222026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.009 INFO O| Aug 25 00:58:43.009 INFO steps complete; finalising image!
92232026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.009 INFO O| Aug 25 00:58:43.009 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92242026-08-25T00:58:44.250Z[ recovery-image] Aug 25 00:58:43.087 INFO O| Aug 25 00:58:43.087 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 25 00:58:43 2026)
92252026-08-25T00:58:44.383Z[ recovery-image] Aug 25 00:58:43.294 INFO O| Aug 25 00:58:43.294 INFO trim TEMPORARY-sled-zfs-recovery: (74% trimmed, started at Tue Aug 25 00:58:43 2026)
92262026-08-25T00:58:44.686Z[ recovery-image] Aug 25 00:58:43.500 INFO O| Aug 25 00:58:43.500 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92272026-08-25T00:58:44.957Z[ recovery-image] Aug 25 00:58:43.707 INFO O| Aug 25 00:58:43.707 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92282026-08-25T00:58:44.983Z[ recovery-image] Aug 25 00:58:43.916 INFO O| Aug 25 00:58:43.914 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92292026-08-25T00:58:45.184Z[ recovery-image] Aug 25 00:58:44.119 INFO O| Aug 25 00:58:44.119 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92302026-08-25T00:58:45.399Z[ recovery-image] Aug 25 00:58:44.325 INFO O| Aug 25 00:58:44.325 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92312026-08-25T00:58:45.765Z[ recovery-image] Aug 25 00:58:44.531 INFO O| Aug 25 00:58:44.531 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92322026-08-25T00:58:46.013Z[ recovery-image] Aug 25 00:58:44.738 INFO O| Aug 25 00:58:44.738 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92332026-08-25T00:58:46.059Z[ recovery-image] Aug 25 00:58:44.944 INFO O| Aug 25 00:58:44.944 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92342026-08-25T00:58:46.189Z[ recovery-image] Aug 25 00:58:45.150 INFO O| Aug 25 00:58:45.150 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92352026-08-25T00:58:46.385Z[ recovery-image] Aug 25 00:58:45.356 INFO O| Aug 25 00:58:45.356 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92362026-08-25T00:58:46.690Z[ recovery-image] Aug 25 00:58:45.562 INFO O| Aug 25 00:58:45.562 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92372026-08-25T00:58:47.087Z[ recovery-image] Aug 25 00:58:45.768 INFO O| Aug 25 00:58:45.768 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92382026-08-25T00:58:47.621Z[ recovery-image] Aug 25 00:58:45.975 INFO O| Aug 25 00:58:45.974 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92392026-08-25T00:58:47.621Z[ recovery-image] Aug 25 00:58:46.180 INFO O| Aug 25 00:58:46.180 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92402026-08-25T00:58:47.881Z[ recovery-image] Aug 25 00:58:46.386 INFO O| Aug 25 00:58:46.386 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92412026-08-25T00:58:47.881Z[ recovery-image] Aug 25 00:58:46.592 INFO O| Aug 25 00:58:46.592 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92422026-08-25T00:58:47.948Z[ recovery-image] Aug 25 00:58:46.798 INFO O| Aug 25 00:58:46.798 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92432026-08-25T00:58:48.077Z[ recovery-image] Aug 25 00:58:47.005 INFO O| Aug 25 00:58:47.005 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92442026-08-25T00:58:48.309Z[ recovery-image] Aug 25 00:58:47.212 INFO O| Aug 25 00:58:47.212 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92452026-08-25T00:58:48.580Z[ recovery-image] Aug 25 00:58:47.419 INFO O| Aug 25 00:58:47.419 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92462026-08-25T00:58:48.749Z[ recovery-image] Aug 25 00:58:47.625 INFO O| Aug 25 00:58:47.624 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92472026-08-25T00:58:48.905Z[ recovery-image] Aug 25 00:58:47.830 INFO O| Aug 25 00:58:47.830 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Tue Aug 25 00:58:43 2026)
92482026-08-25T00:58:49.105Z[ recovery-image] Aug 25 00:58:48.065 INFO O| Aug 25 00:58:48.062 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
92492026-08-25T00:58:49.105Z[ recovery-image] Aug 25 00:58:48.065 INFO O| Aug 25 00:58:48.063 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92502026-08-25T00:58:49.184Z[verify-libraries] Compiling oso v0.27.3
92512026-08-25T00:58:49.943Z[ recovery-image] Aug 25 00:58:48.861 INFO O| Aug 25 00:58:48.861 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
92522026-08-25T00:58:49.943Z[ recovery-image] Aug 25 00:58:48.861 INFO O| Aug 25 00:58:48.861 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92532026-08-25T00:58:53.223Z[ recovery-image] Aug 25 00:58:51.852 INFO O| Aug 25 00:58:51.852 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92542026-08-25T00:58:53.223Z[ recovery-image] Aug 25 00:58:51.852 INFO O| Aug 25 00:58:51.852 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92552026-08-25T00:58:53.223Z[ recovery-image] Aug 25 00:58:51.852 INFO O| Aug 25 00:58:51.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92562026-08-25T00:58:53.486Z[ recovery-image] Aug 25 00:58:51.852 INFO O| Aug 25 00:58:51.852 INFO completed processing sled/zfs-recovery
92572026-08-25T00:58:53.486Z[ recovery-image] Aug 25 00:58:51.852 INFO O| Aug 25 00:58:51.852 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92582026-08-25T00:58:53.486Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92592026-08-25T00:58:53.486Z[ host-image] Aug 25 00:58:52.181 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92602026-08-25T00:58:53.487Z[ host-image] Aug 25 00:58:52.181 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92612026-08-25T00:58:53.487Z[ host-image] Aug 25 00:58:52.181 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92622026-08-25T00:58:53.488Z[ host-image] Aug 25 00:58:52.181 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92632026-08-25T00:58:53.488Z[ host-image] Aug 25 00:58:52.181 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92642026-08-25T00:58:53.488Z[ host-image] Aug 25 00:58:52.181 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92652026-08-25T00:58:53.488Z[ host-image] Aug 25 00:58:52.181 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92662026-08-25T00:58:53.488Z[ host-image] Aug 25 00:58:52.181 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92672026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.182 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260825T004124Z
92682026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.182 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92692026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.182 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92702026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.182 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92712026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92722026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92732026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92742026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92752026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92762026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92772026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92782026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92792026-08-25T00:58:53.489Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92802026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.183 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92812026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92822026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92832026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92842026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92852026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92862026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92872026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92882026-08-25T00:58:53.490Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92892026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92902026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92912026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92922026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92932026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92942026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92952026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92962026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
92972026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.184 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
92982026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.187 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92992026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.187 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
93002026-08-25T00:58:53.491Z[ host-image] Aug 25 00:58:52.187 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93012026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.187 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93022026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.188 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93032026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.188 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93042026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.188 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93052026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.188 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93062026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.188 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93072026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.188 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93082026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.188 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93092026-08-25T00:58:53.492Z[ host-image] Aug 25 00:58:52.192 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93102026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.192 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93112026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.192 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93122026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.192 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93132026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.192 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93142026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.192 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93152026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93162026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93172026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93182026-08-25T00:58:53.493Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93192026-08-25T00:58:53.494Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93202026-08-25T00:58:53.494Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93212026-08-25T00:58:53.494Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93222026-08-25T00:58:53.494Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93232026-08-25T00:58:53.494Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93242026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93252026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93262026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93272026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.204 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93282026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.205 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93292026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.205 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93302026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.205 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93312026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.206 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93322026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.206 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93332026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.210 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93342026-08-25T00:58:53.495Z[ host-image] Aug 25 00:58:52.210 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93352026-08-25T00:58:53.496Z[ host-image] Aug 25 00:58:52.210 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93362026-08-25T00:58:53.505Z[ host-image] Aug 25 00:58:52.210 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93372026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.210 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93382026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.210 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93392026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.211 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93402026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.211 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93412026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.211 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93422026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.212 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93432026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.212 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93442026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.212 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93452026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.212 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93462026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.212 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93472026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.212 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93482026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.212 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93492026-08-25T00:58:53.506Z[ host-image] Aug 25 00:58:52.212 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93502026-08-25T00:58:53.507Z[ host-image] Aug 25 00:58:52.214 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93512026-08-25T00:58:53.507Z[ host-image] Aug 25 00:58:52.214 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93522026-08-25T00:58:53.507Z[ host-image] Aug 25 00:58:52.215 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93532026-08-25T00:58:53.507Z[ host-image] Aug 25 00:58:52.215 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93542026-08-25T00:58:53.511Z[ host-image] Aug 25 00:58:52.215 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93552026-08-25T00:58:53.511Z[ host-image] Aug 25 00:58:52.215 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93562026-08-25T00:58:53.745Z[ host-image] Aug 25 00:58:52.215 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93572026-08-25T00:58:53.745Z[ host-image] Aug 25 00:58:52.216 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93582026-08-25T00:58:53.745Z[ host-image] Aug 25 00:58:52.216 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93592026-08-25T00:58:53.745Z[ host-image] Aug 25 00:58:52.216 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93602026-08-25T00:58:53.746Z[ host-image] Aug 25 00:58:52.219 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93612026-08-25T00:58:53.746Z[ host-image] Aug 25 00:58:52.219 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93622026-08-25T00:58:53.746Z[ host-image] Aug 25 00:58:52.219 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93632026-08-25T00:58:53.746Z[ host-image] Aug 25 00:58:52.219 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93642026-08-25T00:58:53.746Z[ host-image] Aug 25 00:58:52.219 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93652026-08-25T00:58:53.746Z[ host-image] Aug 25 00:58:52.225 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93662026-08-25T00:58:53.746Z[ host-image] Aug 25 00:58:52.225 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93672026-08-25T00:58:53.746Z[ host-image] Aug 25 00:58:52.225 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93682026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.225 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93692026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.225 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93702026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.233 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93712026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.233 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93722026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.233 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93732026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.233 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93742026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.233 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93752026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.234 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93762026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.234 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93772026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.234 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93782026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.234 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93792026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.234 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93802026-08-25T00:58:53.748Z[ host-image] Aug 25 00:58:52.234 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93812026-08-25T00:58:53.749Z[ host-image] Aug 25 00:58:52.234 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93822026-08-25T00:58:53.749Z[ host-image] Aug 25 00:58:52.234 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93832026-08-25T00:58:53.749Z[ host-image] Aug 25 00:58:52.235 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93842026-08-25T00:58:53.749Z[ host-image] Aug 25 00:58:52.235 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93852026-08-25T00:58:53.750Z[ host-image] Aug 25 00:58:52.235 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93862026-08-25T00:58:53.750Z[ host-image] Aug 25 00:58:52.235 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93872026-08-25T00:58:53.750Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93882026-08-25T00:58:53.750Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93892026-08-25T00:58:53.750Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93902026-08-25T00:58:53.750Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93912026-08-25T00:58:53.750Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93922026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93932026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93942026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93952026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93962026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93972026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93982026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93992026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.236 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94002026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.237 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94012026-08-25T00:58:53.751Z[ host-image] Aug 25 00:58:52.237 INFO O| tempdir @ "/tmp/.tmpK2G9pj/tmp"
94022026-08-25T00:58:53.753Z[ host-image] Aug 25 00:58:52.237 INFO O| image root @ "/tmp/.tmpK2G9pj/tmp/root"
94032026-08-25T00:58:53.753Z[ host-image] Aug 25 00:58:52.237 INFO O| creating image...
94042026-08-25T00:58:53.753Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94052026-08-25T00:58:57.376Z[ recovery-image] Aug 25 00:58:56.297 INFO O| Aug 25 00:58:56.296 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94062026-08-25T00:58:57.536Z[ host-image] Aug 25 00:58:56.351 INFO O| copying publishers...
94072026-08-25T00:58:57.580Z[ recovery-image] Aug 25 00:58:56.399 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94082026-08-25T00:58:57.580Z[ recovery-image] Aug 25 00:58:56.399 INFO expanded image name: "recovery 82b3aa3/${os_short_commit} 2026-08-25 00:41" -> "recovery 82b3aa3/bbd33bf 2026-08-25 00:41"
94092026-08-25T00:58:57.580Z[ recovery-image] Aug 25 00:58:56.400 INFO output artefacts stored in: "/work/os-recovery"
94102026-08-25T00:58:57.580Z[ recovery-image] Aug 25 00:58:56.400 INFO collecting git info from project "dmar-report"...
94112026-08-25T00:58:57.580Z[ recovery-image] Aug 25 00:58:56.411 INFO collecting git info from project "amd-host-image-builder"...
94122026-08-25T00:58:57.580Z[ recovery-image] Aug 25 00:58:56.453 INFO collecting git info from project "image-builder"...
94132026-08-25T00:58:57.580Z[ recovery-image] Aug 25 00:58:56.461 INFO collecting git info from project "pinprick"...
94142026-08-25T00:58:57.580Z[ recovery-image] Aug 25 00:58:56.468 INFO collecting git info from project "amd-firmware"...
94152026-08-25T00:58:57.858Z[ recovery-image] Aug 25 00:58:56.825 INFO collecting git info from project "chelsio-t6-roms"...
94162026-08-25T00:58:57.874Z[ recovery-image] Aug 25 00:58:56.844 INFO collecting git info from project "phbl"...
94172026-08-25T00:58:57.899Z[ recovery-image] Aug 25 00:58:56.858 INFO collecting git info from project "bootserver"...
94182026-08-25T00:58:57.912Z[ recovery-image] Aug 25 00:58:56.866 INFO collecting git info from project "pilot"...
94192026-08-25T00:58:57.920Z[ recovery-image] Aug 25 00:58:56.876 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94202026-08-25T00:58:58.508Z[ recovery-image] Aug 25 00:58:57.473 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94212026-08-25T00:58:58.900Z[ recovery-image] Aug 25 00:58:57.859 INFO creating Oxide boot image...
94222026-08-25T00:58:58.900Z[ recovery-image] Aug 25 00:58:57.859 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 82b3aa3/bbd33bf 2026-08-25 00:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94232026-08-25T00:59:00.681Z[ host-image] Aug 25 00:58:59.475 INFO O| adding properties...
94242026-08-25T00:59:02.153Z[ host-image] Aug 25 00:59:00.948 INFO O| installing packages...
94252026-08-25T00:59:04.073Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94262026-08-25T00:59:04.982Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94272026-08-25T00:59:06.749Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94282026-08-25T00:59:07.068Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94292026-08-25T00:59:07.288Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94302026-08-25T00:59:10.031Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94312026-08-25T00:59:11.299Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94322026-08-25T00:59:13.106Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94332026-08-25T00:59:15.362Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94342026-08-25T00:59:15.984Z[ host-image] Aug 25 00:59:14.866 INFO O| seeding SMF database...
94352026-08-25T00:59:21.083Z[ host-image] Aug 25 00:59:19.935 INFO O| configuring SMF profile...
94362026-08-25T00:59:21.083Z[ host-image] Aug 25 00:59:19.935 INFO O| modifying shadow(5)...
94372026-08-25T00:59:21.249Z[ host-image] Aug 25 00:59:19.935 INFO O| loading user and group database...
94382026-08-25T00:59:21.250Z[ host-image] Aug 25 00:59:19.935 INFO O| loading facet selections...
94392026-08-25T00:59:21.480Z[ host-image] Aug 25 00:59:20.283 INFO O| devel -> true
94402026-08-25T00:59:21.480Z[ host-image] Aug 25 00:59:20.283 INFO O| doc.man -> true
94412026-08-25T00:59:21.480Z[ host-image] Aug 25 00:59:20.283 INFO O| version-lock.shell/ksh93 -> true
94422026-08-25T00:59:22.128Z[ host-image] Aug 25 00:59:20.283 INFO O| version-lock.system/data/hardware-registry -> true
94432026-08-25T00:59:22.128Z[ host-image] Aug 25 00:59:20.283 INFO O| version-lock.system/data/zoneinfo -> true
94442026-08-25T00:59:22.128Z[ host-image] Aug 25 00:59:20.283 INFO O| version-lock.system/microcode/amd -> true
94452026-08-25T00:59:22.128Z[ host-image] Aug 25 00:59:20.283 INFO O| version-lock.system/microcode/intel -> true
94462026-08-25T00:59:22.128Z[ host-image] Aug 25 00:59:20.283 INFO O| version-lock.system/microcode/oxide -> true
94472026-08-25T00:59:22.129Z[ host-image] Aug 25 00:59:20.283 INFO O| assessing packaged files...
94482026-08-25T00:59:23.311Z[ host-image] Aug 25 00:59:21.905 INFO O| creating archive...
94492026-08-25T00:59:23.996Z[ host-image] Aug 25 00:59:21.927 INFO O| missing from packaging:
94502026-08-25T00:59:23.996Z[ host-image] Aug 25 00:59:21.927 INFO O| "etc/.pwd.lock"
94512026-08-25T00:59:23.996Z[ host-image] Aug 25 00:59:21.927 INFO O| "etc/bash"
94522026-08-25T00:59:23.996Z[ host-image] Aug 25 00:59:21.931 INFO O| "etc/svc/profile/generic.xml"
94532026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.931 INFO O| "etc/svc/profile/inetd_services.xml"
94542026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.931 INFO O| "etc/svc/profile/name_service.xml"
94552026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.931 INFO O| "etc/svc/profile/platform.xml"
94562026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.931 INFO O| "etc/svc/profile/platform_omicron1.xml"
94572026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.931 INFO O| "etc/svc/repository.db"
94582026-08-25T00:59:23.997Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94592026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.937 INFO O| "opt/ooce/share"
94602026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.937 INFO O| "opt/ooce/share/man"
94612026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.937 INFO O| "opt/ooce/share/man/man1"
94622026-08-25T00:59:23.997Z[ host-image] Aug 25 00:59:21.946 INFO O| finishing archive...
94632026-08-25T00:59:25.664Z[ host-image] Aug 25 00:59:24.394 INFO O| creating gzonly manifest...
94642026-08-25T00:59:26.017Z[ host-image] Aug 25 00:59:24.400 INFO O| ok
94652026-08-25T00:59:26.017Z[ host-image] Aug 25 00:59:24.510 INFO image builder template: ramdisk-02-trim...
94662026-08-25T00:59:26.017Z[ host-image] Aug 25 00:59:24.510 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/.tmpATBzha/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
94672026-08-25T00:59:26.017Z[ host-image] Aug 25 00:59:24.529 INFO O| Aug 25 00:59:24.529 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94682026-08-25T00:59:26.017Z[ host-image] Aug 25 00:59:24.532 INFO O| Aug 25 00:59:24.532 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94692026-08-25T00:59:27.081Z[ host-image] Aug 25 00:59:25.678 INFO O| Aug 25 00:59:25.678 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94702026-08-25T00:59:27.525Z[ host-image] Aug 25 00:59:25.769 INFO O| Aug 25 00:59:25.769 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94712026-08-25T00:59:27.525Z[ host-image] Aug 25 00:59:25.769 INFO O| Aug 25 00:59:25.769 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94722026-08-25T00:59:27.525Z[ host-image] Aug 25 00:59:25.773 INFO O| Aug 25 00:59:25.773 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94732026-08-25T00:59:27.525Z[ host-image] Aug 25 00:59:25.776 INFO O| Aug 25 00:59:25.776 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94742026-08-25T00:59:27.525Z[ host-image] Aug 25 00:59:25.782 INFO O| Aug 25 00:59:25.782 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94752026-08-25T00:59:27.525Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94762026-08-25T00:59:27.921Z[ host-image] Aug 25 00:59:26.634 INFO O| Aug 25 00:59:26.634 INFO rolled back to input snapshot; work may begin
94772026-08-25T00:59:27.921Z[ host-image] Aug 25 00:59:26.634 INFO O| Aug 25 00:59:26.634 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94782026-08-25T00:59:28.512Z[ host-image] Aug 25 00:59:26.639 INFO O| Aug 25 00:59:26.639 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-08-25T00:59:28.512Z[ host-image] Aug 25 00:59:26.649 INFO O| Aug 25 00:59:26.649 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94802026-08-25T00:59:28.512Z[ host-image] Aug 25 00:59:26.687 INFO O| Aug 25 00:59:26.687 INFO STEP 0 (remove_files) COMPLETE
94812026-08-25T00:59:28.512Z[ host-image] Aug 25 00:59:26.687 INFO O| Aug 25 00:59:26.687 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-25T00:59:28.513Z[ host-image] Aug 25 00:59:26.698 INFO O| Aug 25 00:59:26.698 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94832026-08-25T00:59:28.513Z[ host-image] Aug 25 00:59:26.699 INFO O| Aug 25 00:59:26.699 INFO STEP 1 (remove_files) COMPLETE
94842026-08-25T00:59:28.513Z[ host-image] Aug 25 00:59:26.699 INFO O| Aug 25 00:59:26.699 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.710 INFO O| Aug 25 00:59:26.709 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94862026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.722 INFO O| Aug 25 00:59:26.722 INFO STEP 2 (remove_files) COMPLETE
94872026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.722 INFO O| Aug 25 00:59:26.722 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.734 INFO O| Aug 25 00:59:26.734 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94892026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.736 INFO O| Aug 25 00:59:26.736 INFO STEP 3 (remove_files) COMPLETE
94902026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.736 INFO O| Aug 25 00:59:26.736 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.747 INFO O| Aug 25 00:59:26.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94922026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.750 INFO O| Aug 25 00:59:26.749 INFO STEP 4 (remove_files) COMPLETE
94932026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.750 INFO O| Aug 25 00:59:26.749 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.760 INFO O| Aug 25 00:59:26.760 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94952026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.762 INFO O| Aug 25 00:59:26.762 INFO STEP 5 (remove_files) COMPLETE
94962026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.762 INFO O| Aug 25 00:59:26.762 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-25T00:59:28.514Z[ host-image] Aug 25 00:59:26.772 INFO O| Aug 25 00:59:26.771 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94982026-08-25T00:59:28.515Z[ host-image] Aug 25 00:59:26.781 INFO O| Aug 25 00:59:26.781 INFO STEP 6 (remove_files) COMPLETE
94992026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.781 INFO O| Aug 25 00:59:26.781 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.781 INFO O| Aug 25 00:59:26.781 INFO skip step because feature "heliosv2" is not enabled
95012026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.781 INFO O| Aug 25 00:59:26.781 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.792 INFO O| Aug 25 00:59:26.792 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95032026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.803 INFO O| Aug 25 00:59:26.803 INFO STEP 8 (remove_files) COMPLETE
95042026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.803 INFO O| Aug 25 00:59:26.803 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.813 INFO O| Aug 25 00:59:26.813 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95062026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.881 INFO O| Aug 25 00:59:26.881 INFO STEP 9 (remove_files) COMPLETE
95072026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.881 INFO O| Aug 25 00:59:26.881 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-25T00:59:28.516Z[ host-image] Aug 25 00:59:26.893 INFO O| Aug 25 00:59:26.893 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95092026-08-25T00:59:28.871Z[ host-image] Aug 25 00:59:26.969 INFO O| Aug 25 00:59:26.968 INFO STEP 10 (remove_files) COMPLETE
95102026-08-25T00:59:28.871Z[ host-image] Aug 25 00:59:26.969 INFO O| Aug 25 00:59:26.969 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-25T00:59:28.871Z[ host-image] Aug 25 00:59:26.980 INFO O| Aug 25 00:59:26.980 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95122026-08-25T00:59:28.871Z[ host-image] Aug 25 00:59:26.983 INFO O| Aug 25 00:59:26.983 INFO STEP 11 (remove_files) COMPLETE
95132026-08-25T00:59:28.871Z[ host-image] Aug 25 00:59:26.983 INFO O| Aug 25 00:59:26.983 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-25T00:59:28.871Z[ host-image] Aug 25 00:59:26.992 INFO O| Aug 25 00:59:26.992 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95152026-08-25T00:59:28.871Z[ host-image] Aug 25 00:59:26.993 INFO O| Aug 25 00:59:26.993 INFO STEP 12 (remove_files) COMPLETE
95162026-08-25T00:59:28.871Z[ host-image] Aug 25 00:59:26.993 INFO O| Aug 25 00:59:26.993 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-25T00:59:28.872Z[ host-image] Aug 25 00:59:27.005 INFO O| Aug 25 00:59:27.004 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95182026-08-25T00:59:28.872Z[ host-image] Aug 25 00:59:27.006 INFO O| Aug 25 00:59:27.006 INFO STEP 13 (remove_files) COMPLETE
95192026-08-25T00:59:28.872Z[ host-image] Aug 25 00:59:27.006 INFO O| Aug 25 00:59:27.006 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-25T00:59:28.872Z[ host-image] Aug 25 00:59:27.022 INFO O| Aug 25 00:59:27.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95212026-08-25T00:59:28.872Z[ host-image] Aug 25 00:59:27.022 INFO O| Aug 25 00:59:27.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95222026-08-25T00:59:28.872Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95232026-08-25T00:59:28.872Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95242026-08-25T00:59:28.872Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95252026-08-25T00:59:28.874Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95262026-08-25T00:59:28.874Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95272026-08-25T00:59:28.874Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95282026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95292026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95302026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95312026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95322026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95332026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95342026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95352026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95362026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.029 INFO O| Aug 25 00:59:27.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95372026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.030 INFO O| Aug 25 00:59:27.030 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95382026-08-25T00:59:28.875Z[ host-image] Aug 25 00:59:27.078 INFO O| Aug 25 00:59:27.078 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95392026-08-25T00:59:28.876Z[ host-image] Aug 25 00:59:27.089 INFO O| Aug 25 00:59:27.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95402026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.274 INFO O| Aug 25 00:59:27.274 INFO STEP 14 (remove_files) COMPLETE
95412026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.274 INFO O| Aug 25 00:59:27.274 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.282 INFO O| Aug 25 00:59:27.282 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95432026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.283 INFO O| Aug 25 00:59:27.283 INFO STEP 15 (remove_files) COMPLETE
95442026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.283 INFO O| Aug 25 00:59:27.283 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.294 INFO O| Aug 25 00:59:27.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95462026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.301 INFO O| Aug 25 00:59:27.301 INFO STEP 16 (remove_files) COMPLETE
95472026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.301 INFO O| Aug 25 00:59:27.301 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.312 INFO O| Aug 25 00:59:27.312 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95492026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.312 INFO O| Aug 25 00:59:27.312 INFO STEP 17 (remove_files) COMPLETE
95502026-08-25T00:59:28.877Z[ host-image] Aug 25 00:59:27.312 INFO O| Aug 25 00:59:27.312 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-25T00:59:28.878Z[ host-image] Aug 25 00:59:27.323 INFO O| Aug 25 00:59:27.322 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95522026-08-25T00:59:28.878Z[ host-image] Aug 25 00:59:27.324 INFO O| Aug 25 00:59:27.324 INFO STEP 18 (remove_files) COMPLETE
95532026-08-25T00:59:28.878Z[ host-image] Aug 25 00:59:27.324 INFO O| Aug 25 00:59:27.324 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-25T00:59:28.878Z[ host-image] Aug 25 00:59:27.336 INFO O| Aug 25 00:59:27.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95552026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.336 INFO O| Aug 25 00:59:27.336 INFO STEP 19 (remove_files) COMPLETE
95562026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.336 INFO O| Aug 25 00:59:27.336 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.346 INFO O| Aug 25 00:59:27.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95582026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.346 INFO O| Aug 25 00:59:27.346 INFO STEP 20 (remove_files) COMPLETE
95592026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.346 INFO O| Aug 25 00:59:27.346 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.356 INFO O| Aug 25 00:59:27.356 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95612026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.356 INFO O| Aug 25 00:59:27.356 INFO STEP 21 (remove_files) COMPLETE
95622026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.356 INFO O| Aug 25 00:59:27.356 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.366 INFO O| Aug 25 00:59:27.365 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95642026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.366 INFO O| Aug 25 00:59:27.366 INFO STEP 22 (remove_files) COMPLETE
95652026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.366 INFO O| Aug 25 00:59:27.366 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.375 INFO O| Aug 25 00:59:27.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95672026-08-25T00:59:28.881Z[ host-image] Aug 25 00:59:27.375 INFO O| Aug 25 00:59:27.375 INFO STEP 23 (remove_files) COMPLETE
95682026-08-25T00:59:28.882Z[ host-image] Aug 25 00:59:27.375 INFO O| Aug 25 00:59:27.375 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-25T00:59:28.882Z[ host-image] Aug 25 00:59:27.385 INFO O| Aug 25 00:59:27.385 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95702026-08-25T00:59:28.882Z[ host-image] Aug 25 00:59:27.385 INFO O| Aug 25 00:59:27.385 INFO STEP 24 (remove_files) COMPLETE
95712026-08-25T00:59:28.882Z[ host-image] Aug 25 00:59:27.385 INFO O| Aug 25 00:59:27.385 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.395 INFO O| Aug 25 00:59:27.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95732026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.395 INFO O| Aug 25 00:59:27.395 INFO STEP 25 (remove_files) COMPLETE
95742026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.395 INFO O| Aug 25 00:59:27.395 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.404 INFO O| Aug 25 00:59:27.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95762026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.404 INFO O| Aug 25 00:59:27.404 INFO STEP 26 (remove_files) COMPLETE
95772026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.404 INFO O| Aug 25 00:59:27.404 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.413 INFO O| Aug 25 00:59:27.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95792026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.413 INFO O| Aug 25 00:59:27.413 INFO STEP 27 (remove_files) COMPLETE
95802026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.413 INFO O| Aug 25 00:59:27.413 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.423 INFO O| Aug 25 00:59:27.423 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95822026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.423 INFO O| Aug 25 00:59:27.423 INFO STEP 28 (remove_files) COMPLETE
95832026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.423 INFO O| Aug 25 00:59:27.423 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.433 INFO O| Aug 25 00:59:27.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95852026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.433 INFO O| Aug 25 00:59:27.433 INFO STEP 29 (remove_files) COMPLETE
95862026-08-25T00:59:28.883Z[ host-image] Aug 25 00:59:27.433 INFO O| Aug 25 00:59:27.433 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.442 INFO O| Aug 25 00:59:27.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95882026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.442 INFO O| Aug 25 00:59:27.442 INFO STEP 30 (remove_files) COMPLETE
95892026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.442 INFO O| Aug 25 00:59:27.442 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.453 INFO O| Aug 25 00:59:27.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95912026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.453 INFO O| Aug 25 00:59:27.453 INFO STEP 31 (remove_files) COMPLETE
95922026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.453 INFO O| Aug 25 00:59:27.453 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.463 INFO O| Aug 25 00:59:27.463 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95942026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.463 INFO O| Aug 25 00:59:27.463 INFO STEP 32 (remove_files) COMPLETE
95952026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.463 INFO O| Aug 25 00:59:27.463 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.473 INFO O| Aug 25 00:59:27.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95972026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.473 INFO O| Aug 25 00:59:27.473 INFO STEP 33 (remove_files) COMPLETE
95982026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.473 INFO O| Aug 25 00:59:27.473 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.482 INFO O| Aug 25 00:59:27.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96002026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.482 INFO O| Aug 25 00:59:27.482 INFO STEP 34 (remove_files) COMPLETE
96012026-08-25T00:59:28.884Z[ host-image] Aug 25 00:59:27.482 INFO O| Aug 25 00:59:27.482 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-25T00:59:28.885Z[ host-image] Aug 25 00:59:27.491 INFO O| Aug 25 00:59:27.491 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96032026-08-25T00:59:28.885Z[ host-image] Aug 25 00:59:27.491 INFO O| Aug 25 00:59:27.491 INFO STEP 35 (remove_files) COMPLETE
96042026-08-25T00:59:28.885Z[ host-image] Aug 25 00:59:27.491 INFO O| Aug 25 00:59:27.491 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-25T00:59:28.885Z[ host-image] Aug 25 00:59:27.500 INFO O| Aug 25 00:59:27.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96062026-08-25T00:59:28.885Z[ host-image] Aug 25 00:59:27.500 INFO O| Aug 25 00:59:27.500 INFO STEP 36 (remove_files) COMPLETE
96072026-08-25T00:59:28.885Z[ host-image] Aug 25 00:59:27.500 INFO O| Aug 25 00:59:27.500 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-25T00:59:28.885Z[ host-image] Aug 25 00:59:27.508 INFO O| Aug 25 00:59:27.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96092026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.508 INFO O| Aug 25 00:59:27.508 INFO STEP 37 (remove_files) COMPLETE
96102026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.508 INFO O| Aug 25 00:59:27.508 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.517 INFO O| Aug 25 00:59:27.517 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96122026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.517 INFO O| Aug 25 00:59:27.517 INFO STEP 38 (remove_files) COMPLETE
96132026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.517 INFO O| Aug 25 00:59:27.517 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.526 INFO O| Aug 25 00:59:27.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96152026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.526 INFO O| Aug 25 00:59:27.526 INFO STEP 39 (remove_files) COMPLETE
96162026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.526 INFO O| Aug 25 00:59:27.526 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-25T00:59:29.132Z[ host-image] Aug 25 00:59:27.535 INFO O| Aug 25 00:59:27.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96182026-08-25T00:59:29.133Z[ host-image] Aug 25 00:59:27.535 INFO O| Aug 25 00:59:27.535 INFO STEP 40 (remove_files) COMPLETE
96192026-08-25T00:59:29.133Z[ host-image] Aug 25 00:59:27.535 INFO O| Aug 25 00:59:27.535 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-25T00:59:29.133Z[ host-image] Aug 25 00:59:27.545 INFO O| Aug 25 00:59:27.545 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96212026-08-25T00:59:29.133Z[ host-image] Aug 25 00:59:27.545 INFO O| Aug 25 00:59:27.545 INFO STEP 41 (remove_files) COMPLETE
96222026-08-25T00:59:29.133Z[ host-image] Aug 25 00:59:27.545 INFO O| Aug 25 00:59:27.545 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-25T00:59:29.133Z[ host-image] Aug 25 00:59:27.553 INFO O| Aug 25 00:59:27.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96242026-08-25T00:59:29.133Z[ host-image] Aug 25 00:59:27.553 INFO O| Aug 25 00:59:27.553 INFO STEP 42 (remove_files) COMPLETE
96252026-08-25T00:59:29.133Z[ host-image] Aug 25 00:59:27.553 INFO O| Aug 25 00:59:27.553 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-25T00:59:29.134Z[ host-image] Aug 25 00:59:27.561 INFO O| Aug 25 00:59:27.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96272026-08-25T00:59:29.134Z[ host-image] Aug 25 00:59:27.561 INFO O| Aug 25 00:59:27.561 INFO STEP 43 (remove_files) COMPLETE
96282026-08-25T00:59:29.134Z[ host-image] Aug 25 00:59:27.561 INFO O| Aug 25 00:59:27.561 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-08-25T00:59:29.134Z[ host-image] Aug 25 00:59:27.572 INFO O| Aug 25 00:59:27.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96302026-08-25T00:59:29.134Z[ host-image] Aug 25 00:59:27.572 INFO O| Aug 25 00:59:27.572 INFO STEP 44 (remove_files) COMPLETE
96312026-08-25T00:59:29.135Z[ host-image] Aug 25 00:59:27.572 INFO O| Aug 25 00:59:27.572 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-25T00:59:29.135Z[ host-image] Aug 25 00:59:27.581 INFO O| Aug 25 00:59:27.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96332026-08-25T00:59:29.136Z[ host-image] Aug 25 00:59:27.581 INFO O| Aug 25 00:59:27.581 INFO STEP 45 (remove_files) COMPLETE
96342026-08-25T00:59:29.136Z[ host-image] Aug 25 00:59:27.581 INFO O| Aug 25 00:59:27.581 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-25T00:59:29.136Z[ host-image] Aug 25 00:59:27.590 INFO O| Aug 25 00:59:27.590 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96362026-08-25T00:59:29.136Z[ host-image] Aug 25 00:59:27.590 INFO O| Aug 25 00:59:27.590 INFO STEP 46 (remove_files) COMPLETE
96372026-08-25T00:59:29.136Z[ host-image] Aug 25 00:59:27.590 INFO O| Aug 25 00:59:27.590 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-25T00:59:29.136Z[ host-image] Aug 25 00:59:27.601 INFO O| Aug 25 00:59:27.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96392026-08-25T00:59:29.136Z[ host-image] Aug 25 00:59:27.601 INFO O| Aug 25 00:59:27.601 INFO STEP 47 (remove_files) COMPLETE
96402026-08-25T00:59:29.136Z[ host-image] Aug 25 00:59:27.601 INFO O| Aug 25 00:59:27.601 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.611 INFO O| Aug 25 00:59:27.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96422026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.611 INFO O| Aug 25 00:59:27.611 INFO STEP 48 (remove_files) COMPLETE
96432026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.611 INFO O| Aug 25 00:59:27.611 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.620 INFO O| Aug 25 00:59:27.620 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96452026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.620 INFO O| Aug 25 00:59:27.620 INFO STEP 49 (remove_files) COMPLETE
96462026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.620 INFO O| Aug 25 00:59:27.620 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.629 INFO O| Aug 25 00:59:27.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96482026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.629 INFO O| Aug 25 00:59:27.629 INFO STEP 50 (remove_files) COMPLETE
96492026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.629 INFO O| Aug 25 00:59:27.629 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.638 INFO O| Aug 25 00:59:27.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96512026-08-25T00:59:29.138Z[ host-image] Aug 25 00:59:27.638 INFO O| Aug 25 00:59:27.638 INFO STEP 51 (remove_files) COMPLETE
96522026-08-25T00:59:29.139Z[ host-image] Aug 25 00:59:27.638 INFO O| Aug 25 00:59:27.638 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-25T00:59:29.139Z[ host-image] Aug 25 00:59:27.646 INFO O| Aug 25 00:59:27.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96542026-08-25T00:59:29.139Z[ host-image] Aug 25 00:59:27.646 INFO O| Aug 25 00:59:27.646 INFO STEP 52 (remove_files) COMPLETE
96552026-08-25T00:59:29.139Z[ host-image] Aug 25 00:59:27.646 INFO O| Aug 25 00:59:27.646 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.654 INFO O| Aug 25 00:59:27.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96572026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.655 INFO O| Aug 25 00:59:27.655 INFO STEP 53 (remove_files) COMPLETE
96582026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.655 INFO O| Aug 25 00:59:27.655 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.662 INFO O| Aug 25 00:59:27.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96602026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.662 INFO O| Aug 25 00:59:27.662 INFO STEP 54 (remove_files) COMPLETE
96612026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.662 INFO O| Aug 25 00:59:27.662 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.672 INFO O| Aug 25 00:59:27.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96632026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.672 INFO O| Aug 25 00:59:27.672 INFO STEP 55 (remove_files) COMPLETE
96642026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.672 INFO O| Aug 25 00:59:27.672 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.681 INFO O| Aug 25 00:59:27.681 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96662026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.681 INFO O| Aug 25 00:59:27.681 INFO STEP 56 (remove_files) COMPLETE
96672026-08-25T00:59:29.140Z[ host-image] Aug 25 00:59:27.681 INFO O| Aug 25 00:59:27.681 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-08-25T00:59:29.141Z[ host-image] Aug 25 00:59:27.690 INFO O| Aug 25 00:59:27.690 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96692026-08-25T00:59:29.141Z[ host-image] Aug 25 00:59:27.690 INFO O| Aug 25 00:59:27.690 INFO STEP 57 (remove_files) COMPLETE
96702026-08-25T00:59:29.141Z[ host-image] Aug 25 00:59:27.690 INFO O| Aug 25 00:59:27.690 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-08-25T00:59:29.141Z[ host-image] Aug 25 00:59:27.700 INFO O| Aug 25 00:59:27.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96722026-08-25T00:59:29.142Z[ host-image] Aug 25 00:59:27.700 INFO O| Aug 25 00:59:27.700 INFO STEP 58 (remove_files) COMPLETE
96732026-08-25T00:59:29.142Z[ host-image] Aug 25 00:59:27.700 INFO O| Aug 25 00:59:27.700 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-08-25T00:59:29.142Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96752026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96762026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96772026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96782026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96792026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96802026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 INFO ok!
96812026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 INFO STEP 59 (ensure_file) COMPLETE
96822026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.710 INFO O| Aug 25 00:59:27.710 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.720 INFO O| Aug 25 00:59:27.720 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96842026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.721 INFO O| Aug 25 00:59:27.720 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96852026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.721 INFO O| Aug 25 00:59:27.721 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96862026-08-25T00:59:29.143Z[ host-image] Aug 25 00:59:27.721 INFO O| Aug 25 00:59:27.721 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96872026-08-25T00:59:29.144Z[ host-image] Aug 25 00:59:27.721 INFO O| Aug 25 00:59:27.721 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96882026-08-25T00:59:29.144Z[ host-image] Aug 25 00:59:27.721 INFO O| Aug 25 00:59:27.721 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96892026-08-25T00:59:29.144Z[ host-image] Aug 25 00:59:27.721 INFO O| Aug 25 00:59:27.721 INFO ok!
96902026-08-25T00:59:29.144Z[ host-image] Aug 25 00:59:27.721 INFO O| Aug 25 00:59:27.721 INFO STEP 60 (ensure_file) COMPLETE
96912026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.721 INFO O| Aug 25 00:59:27.721 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96922026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.731 INFO O| Aug 25 00:59:27.731 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96932026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.731 INFO O| Aug 25 00:59:27.731 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96942026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.731 INFO O| Aug 25 00:59:27.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96952026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.731 INFO O| Aug 25 00:59:27.731 INFO ok!
96962026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.731 INFO O| Aug 25 00:59:27.731 INFO STEP 61 (ensure_file) COMPLETE
96972026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.731 INFO O| Aug 25 00:59:27.731 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.741 INFO O| Aug 25 00:59:27.740 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96992026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.741 INFO O| Aug 25 00:59:27.741 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97002026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.741 INFO O| Aug 25 00:59:27.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97012026-08-25T00:59:29.145Z[ host-image] Aug 25 00:59:27.741 INFO O| Aug 25 00:59:27.741 INFO ok!
97022026-08-25T00:59:29.146Z[ host-image] Aug 25 00:59:27.741 INFO O| Aug 25 00:59:27.741 INFO STEP 62 (ensure_file) COMPLETE
97032026-08-25T00:59:29.146Z[ host-image] Aug 25 00:59:27.741 INFO O| Aug 25 00:59:27.741 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-08-25T00:59:29.149Z[ host-image] Aug 25 00:59:27.749 INFO O| Aug 25 00:59:27.749 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97052026-08-25T00:59:29.149Z[ host-image] Aug 25 00:59:27.749 INFO O| Aug 25 00:59:27.749 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97062026-08-25T00:59:29.149Z[ host-image] Aug 25 00:59:27.749 INFO O| Aug 25 00:59:27.749 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97072026-08-25T00:59:29.149Z[ host-image] Aug 25 00:59:27.749 INFO O| Aug 25 00:59:27.749 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97082026-08-25T00:59:29.149Z[ host-image] Aug 25 00:59:27.749 INFO O| Aug 25 00:59:27.749 INFO ok!
97092026-08-25T00:59:29.746Z[ host-image] Aug 25 00:59:27.750 INFO O| Aug 25 00:59:27.749 INFO STEP 63 (ensure_file) COMPLETE
97102026-08-25T00:59:29.746Z[ host-image] Aug 25 00:59:27.750 INFO O| Aug 25 00:59:27.750 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-25T00:59:29.746Z[ host-image] Aug 25 00:59:27.759 INFO O| Aug 25 00:59:27.759 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97122026-08-25T00:59:29.746Z[ host-image] Aug 25 00:59:27.759 INFO O| Aug 25 00:59:27.759 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97132026-08-25T00:59:29.746Z[ host-image] Aug 25 00:59:27.759 INFO O| Aug 25 00:59:27.759 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97142026-08-25T00:59:29.746Z[ host-image] Aug 25 00:59:27.759 INFO O| Aug 25 00:59:27.759 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97152026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.759 INFO O| Aug 25 00:59:27.759 INFO ok!
97162026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.759 INFO O| Aug 25 00:59:27.759 INFO STEP 64 (ensure_file) COMPLETE
97172026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.759 INFO O| Aug 25 00:59:27.759 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.767 INFO O| Aug 25 00:59:27.767 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97192026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.767 INFO O| Aug 25 00:59:27.767 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97202026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.767 INFO O| Aug 25 00:59:27.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97212026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.767 INFO O| Aug 25 00:59:27.767 INFO ok!
97222026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.767 INFO O| Aug 25 00:59:27.767 INFO STEP 65 (assemble_files) COMPLETE
97232026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.767 INFO O| Aug 25 00:59:27.767 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97242026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.775 INFO O| Aug 25 00:59:27.775 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97252026-08-25T00:59:29.747Z[ host-image] Aug 25 00:59:27.775 INFO O| Aug 25 00:59:27.775 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97262026-08-25T00:59:29.748Z[ host-image] Aug 25 00:59:27.775 INFO O| Aug 25 00:59:27.775 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97272026-08-25T00:59:29.749Z[ host-image] Aug 25 00:59:27.775 INFO O| Aug 25 00:59:27.775 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97282026-08-25T00:59:29.749Z[ host-image] Aug 25 00:59:27.775 INFO O| Aug 25 00:59:27.775 INFO ok!
97292026-08-25T00:59:29.749Z[ host-image] Aug 25 00:59:27.775 INFO O| Aug 25 00:59:27.775 INFO STEP 66 (ensure_file) COMPLETE
97302026-08-25T00:59:29.750Z[ host-image] Aug 25 00:59:27.775 INFO O| Aug 25 00:59:27.775 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-08-25T00:59:29.750Z[ host-image] Aug 25 00:59:27.783 INFO O| Aug 25 00:59:27.783 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97322026-08-25T00:59:29.750Z[ host-image] Aug 25 00:59:27.783 INFO O| Aug 25 00:59:27.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97332026-08-25T00:59:29.750Z[ host-image] Aug 25 00:59:27.783 INFO O| Aug 25 00:59:27.783 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97342026-08-25T00:59:29.750Z[ host-image] Aug 25 00:59:27.783 INFO O| Aug 25 00:59:27.783 INFO STEP 67 (ensure_dir) COMPLETE
97352026-08-25T00:59:29.750Z[ host-image] Aug 25 00:59:27.783 INFO O| Aug 25 00:59:27.783 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97362026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.793 INFO O| Aug 25 00:59:27.793 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97372026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.793 INFO O| Aug 25 00:59:27.793 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 ...
97382026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.799 INFO O| Aug 25 00:59:27.799 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
97392026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.799 INFO O| Aug 25 00:59:27.799 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97402026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.799 INFO O| Aug 25 00:59:27.799 INFO ok!
97412026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.799 INFO O| Aug 25 00:59:27.799 INFO STEP 68 (ensure_file) COMPLETE
97422026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.799 INFO O| Aug 25 00:59:27.799 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97432026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.809 INFO O| Aug 25 00:59:27.809 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97442026-08-25T00:59:29.751Z[ host-image] Aug 25 00:59:27.809 INFO O| Aug 25 00:59:27.809 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 ...
97452026-08-25T00:59:29.752Z[ host-image] Aug 25 00:59:27.809 INFO O| Aug 25 00:59:27.809 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
97462026-08-25T00:59:29.752Z[ host-image] Aug 25 00:59:27.809 INFO O| Aug 25 00:59:27.809 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97472026-08-25T00:59:29.753Z[ host-image] Aug 25 00:59:27.809 INFO O| Aug 25 00:59:27.809 INFO ok!
97482026-08-25T00:59:29.753Z[ host-image] Aug 25 00:59:27.809 INFO O| Aug 25 00:59:27.809 INFO STEP 69 (ensure_file) COMPLETE
97492026-08-25T00:59:29.753Z[ host-image] Aug 25 00:59:27.809 INFO O| Aug 25 00:59:27.809 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97502026-08-25T00:59:29.753Z[ host-image] Aug 25 00:59:27.822 INFO O| Aug 25 00:59:27.822 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97512026-08-25T00:59:29.753Z[ host-image] Aug 25 00:59:27.822 INFO O| Aug 25 00:59:27.822 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97522026-08-25T00:59:30.789Z[ host-image] Aug 25 00:59:29.379 INFO O| Aug 25 00:59:29.379 INFO STEP 70 (pack_tar) COMPLETE
97532026-08-25T00:59:30.789Z[ host-image] Aug 25 00:59:29.379 INFO O| Aug 25 00:59:29.379 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97542026-08-25T00:59:30.789Z[ host-image] Aug 25 00:59:29.379 INFO O| Aug 25 00:59:29.379 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97552026-08-25T00:59:31.481Z[ host-image] Aug 25 00:59:30.250 INFO O| Aug 25 00:59:30.250 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97562026-08-25T00:59:31.795Z[ host-image] Aug 25 00:59:30.669 INFO O| Aug 25 00:59:30.669 INFO completed processing sled/ramdisk-02-trim
97572026-08-25T00:59:31.903Z[ host-image] Aug 25 00:59:30.671 INFO image builder template: zfs...
97582026-08-25T00:59:31.903Z[ host-image] Aug 25 00:59:30.671 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/.tmpATBzha/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
97592026-08-25T00:59:31.903Z[ host-image] Aug 25 00:59:30.684 INFO O| Aug 25 00:59:30.684 INFO skip include "stress" because feature "stress" is not enabled
97602026-08-25T00:59:31.903Z[ host-image] Aug 25 00:59:30.684 INFO O| Aug 25 00:59:30.684 INFO skip include "stress" because feature "compliance" is not enabled
97612026-08-25T00:59:31.903Z[ host-image] Aug 25 00:59:30.713 INFO O| Aug 25 00:59:30.713 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97622026-08-25T00:59:31.903Z[ host-image] Aug 25 00:59:30.718 INFO O| Aug 25 00:59:30.718 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97632026-08-25T00:59:31.903Z[ host-image] Aug 25 00:59:30.795 INFO O| Aug 25 00:59:30.795 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97642026-08-25T00:59:32.007Z[ host-image] Aug 25 00:59:30.844 INFO O| Aug 25 00:59:30.844 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97652026-08-25T00:59:32.007Z[ host-image] Aug 25 00:59:30.844 INFO O| Aug 25 00:59:30.844 INFO work dataset: rpool/images/build/host/work/sled/zfs
97662026-08-25T00:59:32.007Z[ host-image] Aug 25 00:59:30.849 INFO O| Aug 25 00:59:30.849 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97672026-08-25T00:59:32.245Z[ host-image] Aug 25 00:59:30.934 INFO O| Aug 25 00:59:30.934 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97682026-08-25T00:59:32.460Z[ host-image] Aug 25 00:59:31.056 INFO O| Aug 25 00:59:31.056 INFO DESTROY POOL: TEMPORARY-sled-zfs
97692026-08-25T00:59:32.460Z[ host-image] Aug 25 00:59:31.065 INFO O| Aug 25 00:59:31.065 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97702026-08-25T00:59:32.460Z[ host-image] Aug 25 00:59:31.069 INFO O| Aug 25 00:59:31.069 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97712026-08-25T00:59:32.460Z[ host-image] Aug 25 00:59:31.069 INFO O| Aug 25 00:59:31.069 INFO no lofi found
97722026-08-25T00:59:32.460Z[ host-image] Aug 25 00:59:31.069 INFO O| Aug 25 00:59:31.069 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97732026-08-25T00:59:32.460Z[ host-image] Aug 25 00:59:31.069 INFO O| Aug 25 00:59:31.069 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97742026-08-25T00:59:34.144Z[ host-image] Aug 25 00:59:33.001 INFO O| Aug 25 00:59:33.001 INFO lofi device = /dev/dsk/c2t1d0p0
97752026-08-25T00:59:34.144Z[ host-image] Aug 25 00:59:33.001 INFO O| Aug 25 00:59:33.001 INFO pool device = /dev/dsk/c2t1d0p0
97762026-08-25T00:59:34.144Z[ host-image] Aug 25 00:59:33.001 INFO O| Aug 25 00:59:33.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97772026-08-25T00:59:34.558Z[ host-image] Aug 25 00:59:33.070 INFO O| Aug 25 00:59:33.069 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97782026-08-25T00:59:34.558Z[ host-image] Aug 25 00:59:33.070 INFO O| Aug 25 00:59:33.069 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97792026-08-25T00:59:34.558Z[ host-image] Aug 25 00:59:33.087 INFO O| Aug 25 00:59:33.087 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97802026-08-25T00:59:34.558Z[ host-image] Aug 25 00:59:33.138 INFO O| Aug 25 00:59:33.138 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97812026-08-25T00:59:34.558Z[ host-image] Aug 25 00:59:33.165 INFO O| Aug 25 00:59:33.165 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97822026-08-25T00:59:34.705Z[ host-image] Aug 25 00:59:33.176 INFO O| Aug 25 00:59:33.176 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97832026-08-25T00:59:34.705Z[ host-image] Aug 25 00:59:33.186 INFO O| Aug 25 00:59:33.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97842026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.220 INFO O| Aug 25 00:59:33.220 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97852026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.220 INFO O| Aug 25 00:59:33.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97862026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.220 INFO O| Aug 25 00:59:33.220 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97872026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.228 INFO O| Aug 25 00:59:33.228 INFO boot environment UUID: a4e11a51-3c6f-4304-af1b-8028da08de58
97882026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.228 INFO O| Aug 25 00:59:33.228 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a4e11a51-3c6f-4304-af1b-8028da08de58
97892026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.237 INFO O| Aug 25 00:59:33.237 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97902026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.247 INFO O| Aug 25 00:59:33.247 INFO STEP 0 (create_be) COMPLETE
97912026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.247 INFO O| Aug 25 00:59:33.247 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97922026-08-25T00:59:34.706Z[ host-image] Aug 25 00:59:33.259 INFO O| Aug 25 00:59:33.259 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97932026-08-25T00:59:41.904Z[ recovery-image] Aug 25 00:59:40.801 INFO O| ok, image written!
97942026-08-25T00:59:41.904Z[ recovery-image] Aug 25 00:59:40.801 INFO O| ok, boot_image_csum file written!
97952026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.803 INFO creating boot archive (CPIO)...
97962026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.803 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
97972026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.808 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97982026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.808 INFO E| + outfile=/work/os-recovery/cpio
97992026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.808 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98002026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.810 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98012026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.811 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98022026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.850 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98032026-08-25T00:59:41.966Z[ recovery-image] Aug 25 00:59:40.850 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98042026-08-25T00:59:41.968Z[ recovery-image] Aug 25 00:59:40.859 INFO creating compressed cpio/unix for dev loaders...
98052026-08-25T00:59:41.968Z[ recovery-image] Aug 25 00:59:40.859 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
98062026-08-25T00:59:42.159Z[ recovery-image] Aug 25 00:59:41.089 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98072026-08-25T00:59:43.561Z[ host-image] Aug 25 00:59:42.133 INFO O| Aug 25 00:59:42.133 INFO STEP 1 (unpack_tar) COMPLETE
98082026-08-25T00:59:43.561Z[ host-image] Aug 25 00:59:42.133 INFO O| Aug 25 00:59:42.133 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-08-25T00:59:44.073Z[ host-image] Aug 25 00:59:42.143 INFO O| Aug 25 00:59:42.143 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98102026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.409 INFO O| Aug 25 00:59:42.409 INFO STEP 2 (devfsadm) COMPLETE
98112026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.409 INFO O| Aug 25 00:59:42.409 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.418 INFO O| Aug 25 00:59:42.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98132026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.418 INFO O| Aug 25 00:59:42.418 INFO STEP 3 (ensure_dir) COMPLETE
98142026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.418 INFO O| Aug 25 00:59:42.418 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.425 INFO O| Aug 25 00:59:42.425 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98162026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.425 INFO O| Aug 25 00:59:42.425 INFO STEP 4 (ensure_dir) COMPLETE
98172026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.425 INFO O| Aug 25 00:59:42.425 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-08-25T00:59:44.074Z[ host-image] Aug 25 00:59:42.433 INFO O| Aug 25 00:59:42.433 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98192026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.433 INFO O| Aug 25 00:59:42.433 INFO STEP 5 (ensure_dir) COMPLETE
98202026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.433 INFO O| Aug 25 00:59:42.433 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98212026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.442 INFO O| Aug 25 00:59:42.442 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98222026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.442 INFO O| Aug 25 00:59:42.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98232026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.442 INFO O| Aug 25 00:59:42.442 INFO STEP 6 (ensure_dir) COMPLETE
98242026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.442 INFO O| Aug 25 00:59:42.442 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.451 INFO O| Aug 25 00:59:42.451 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98262026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.451 INFO O| Aug 25 00:59:42.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98272026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.451 INFO O| Aug 25 00:59:42.451 INFO STEP 7 (ensure_dir) COMPLETE
98282026-08-25T00:59:44.082Z[ host-image] Aug 25 00:59:42.451 INFO O| Aug 25 00:59:42.451 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.460 INFO O| Aug 25 00:59:42.460 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98302026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.460 INFO O| Aug 25 00:59:42.460 INFO STEP 8 (remove_files) COMPLETE
98312026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.460 INFO O| Aug 25 00:59:42.460 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.468 INFO O| Aug 25 00:59:42.468 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98332026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.469 INFO O| Aug 25 00:59:42.469 INFO STEP 9 (remove_files) COMPLETE
98342026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.469 INFO O| Aug 25 00:59:42.469 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.477 INFO O| Aug 25 00:59:42.476 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98362026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.477 INFO O| Aug 25 00:59:42.477 INFO STEP 10 (remove_files) COMPLETE
98372026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.477 INFO O| Aug 25 00:59:42.477 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.483 INFO O| Aug 25 00:59:42.483 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98392026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.483 INFO O| Aug 25 00:59:42.483 INFO STEP 11 (remove_files) COMPLETE
98402026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.483 INFO O| Aug 25 00:59:42.483 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.492 INFO O| Aug 25 00:59:42.492 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98422026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.492 INFO O| Aug 25 00:59:42.492 INFO STEP 12 (remove_files) COMPLETE
98432026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.492 INFO O| Aug 25 00:59:42.492 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-08-25T00:59:44.086Z[ host-image] Aug 25 00:59:42.498 INFO O| Aug 25 00:59:42.498 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98452026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.498 INFO O| Aug 25 00:59:42.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98462026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.498 INFO O| Aug 25 00:59:42.498 INFO STEP 13 (ensure_dir) COMPLETE
98472026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.498 INFO O| Aug 25 00:59:42.498 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.505 INFO O| Aug 25 00:59:42.505 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98492026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.505 INFO O| Aug 25 00:59:42.505 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98502026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.505 INFO O| Aug 25 00:59:42.505 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98512026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.505 INFO O| Aug 25 00:59:42.505 INFO STEP 14 (ensure_dir) COMPLETE
98522026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.505 INFO O| Aug 25 00:59:42.505 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98532026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.515 INFO O| Aug 25 00:59:42.515 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98542026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.515 INFO O| Aug 25 00:59:42.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98552026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.515 INFO O| Aug 25 00:59:42.515 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98562026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.515 INFO O| Aug 25 00:59:42.515 INFO STEP 15 (ensure_dir) COMPLETE
98572026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.515 INFO O| Aug 25 00:59:42.515 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98582026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.523 INFO O| Aug 25 00:59:42.523 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98592026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.523 INFO O| Aug 25 00:59:42.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98602026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.523 INFO O| Aug 25 00:59:42.523 INFO STEP 16 (ensure_dir) COMPLETE
98612026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.523 INFO O| Aug 25 00:59:42.523 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98622026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.531 INFO O| Aug 25 00:59:42.531 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98632026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.531 INFO O| Aug 25 00:59:42.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98642026-08-25T00:59:44.095Z[ host-image] Aug 25 00:59:42.531 INFO O| Aug 25 00:59:42.531 INFO STEP 17 (ensure_dir) COMPLETE
98652026-08-25T00:59:44.096Z[ host-image] Aug 25 00:59:42.531 INFO O| Aug 25 00:59:42.531 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98662026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.540 INFO O| Aug 25 00:59:42.540 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98672026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.540 INFO O| Aug 25 00:59:42.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98682026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.540 INFO O| Aug 25 00:59:42.540 INFO ok!
98692026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.540 INFO O| Aug 25 00:59:42.540 INFO STEP 18 (ensure_symlink) COMPLETE
98702026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.540 INFO O| Aug 25 00:59:42.540 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98712026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.548 INFO O| Aug 25 00:59:42.548 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98722026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.548 INFO O| Aug 25 00:59:42.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98732026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.548 INFO O| Aug 25 00:59:42.548 INFO ok!
98742026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.548 INFO O| Aug 25 00:59:42.548 INFO STEP 19 (ensure_file) COMPLETE
98752026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.548 INFO O| Aug 25 00:59:42.548 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98762026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.555 INFO O| Aug 25 00:59:42.555 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98772026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.556 INFO O| Aug 25 00:59:42.555 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98782026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.556 INFO O| Aug 25 00:59:42.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98792026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.556 INFO O| Aug 25 00:59:42.556 INFO ok!
98802026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.556 INFO O| Aug 25 00:59:42.556 INFO STEP 20 (ensure_symlink) COMPLETE
98812026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.556 INFO O| Aug 25 00:59:42.556 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98822026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.563 INFO O| Aug 25 00:59:42.563 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98832026-08-25T00:59:44.467Z[ host-image] Aug 25 00:59:42.563 INFO O| Aug 25 00:59:42.563 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98842026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.563 INFO O| Aug 25 00:59:42.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98852026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.563 INFO O| Aug 25 00:59:42.563 INFO ok!
98862026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.563 INFO O| Aug 25 00:59:42.563 INFO STEP 21 (ensure_symlink) COMPLETE
98872026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.563 INFO O| Aug 25 00:59:42.563 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98882026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.572 INFO O| Aug 25 00:59:42.572 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98892026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.572 INFO O| Aug 25 00:59:42.572 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98902026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.572 INFO O| Aug 25 00:59:42.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98912026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.572 INFO O| Aug 25 00:59:42.572 INFO ok!
98922026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.572 INFO O| Aug 25 00:59:42.572 INFO STEP 22 (ensure_symlink) COMPLETE
98932026-08-25T00:59:44.468Z[ host-image] Aug 25 00:59:42.572 INFO O| Aug 25 00:59:42.572 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98942026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.579 INFO O| Aug 25 00:59:42.579 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98952026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.579 INFO O| Aug 25 00:59:42.579 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98962026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.579 INFO O| Aug 25 00:59:42.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98972026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.579 INFO O| Aug 25 00:59:42.579 INFO ok!
98982026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.579 INFO O| Aug 25 00:59:42.579 INFO STEP 23 (ensure_symlink) COMPLETE
98992026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.579 INFO O| Aug 25 00:59:42.579 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.587 INFO O| Aug 25 00:59:42.587 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99012026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.587 INFO O| Aug 25 00:59:42.587 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99022026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.587 INFO O| Aug 25 00:59:42.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99032026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.587 INFO O| Aug 25 00:59:42.587 INFO ok!
99042026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.587 INFO O| Aug 25 00:59:42.587 INFO STEP 24 (ensure_file) COMPLETE
99052026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.587 INFO O| Aug 25 00:59:42.587 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99062026-08-25T00:59:44.469Z[ host-image] Aug 25 00:59:42.594 INFO O| Aug 25 00:59:42.594 INFO updating shadow file
99072026-08-25T00:59:44.470Z[ host-image] Aug 25 00:59:42.594 INFO O| Aug 25 00:59:42.594 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99082026-08-25T00:59:44.470Z[ host-image] Aug 25 00:59:42.594 INFO O| Aug 25 00:59:42.594 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99092026-08-25T00:59:44.470Z[ host-image] Aug 25 00:59:42.594 INFO O| Aug 25 00:59:42.594 INFO STEP 25 (shadow) COMPLETE
99102026-08-25T00:59:44.470Z[ host-image] Aug 25 00:59:42.594 INFO O| Aug 25 00:59:42.594 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99112026-08-25T00:59:44.470Z[ host-image] Aug 25 00:59:42.601 INFO O| Aug 25 00:59:42.601 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99122026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.601 INFO O| Aug 25 00:59:42.601 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99132026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.601 INFO O| Aug 25 00:59:42.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99142026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.601 INFO O| Aug 25 00:59:42.601 INFO ok!
99152026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.601 INFO O| Aug 25 00:59:42.601 INFO STEP 26 (ensure_file) COMPLETE
99162026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.601 INFO O| Aug 25 00:59:42.601 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99172026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.609 INFO O| Aug 25 00:59:42.609 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99182026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.609 INFO O| Aug 25 00:59:42.609 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99192026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.609 INFO O| Aug 25 00:59:42.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99202026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.609 INFO O| Aug 25 00:59:42.609 INFO ok!
99212026-08-25T00:59:44.471Z[ host-image] Aug 25 00:59:42.609 INFO O| Aug 25 00:59:42.609 INFO STEP 27 (ensure_file) COMPLETE
99222026-08-25T00:59:44.472Z[ host-image] Aug 25 00:59:42.609 INFO O| Aug 25 00:59:42.609 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-08-25T00:59:44.472Z[ host-image] Aug 25 00:59:42.616 INFO O| Aug 25 00:59:42.616 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99242026-08-25T00:59:44.472Z[ host-image] Aug 25 00:59:42.616 INFO O| Aug 25 00:59:42.616 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99252026-08-25T00:59:44.472Z[ host-image] Aug 25 00:59:42.616 INFO O| Aug 25 00:59:42.616 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99262026-08-25T00:59:44.473Z[ host-image] Aug 25 00:59:42.616 INFO O| Aug 25 00:59:42.616 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99272026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.616 INFO O| Aug 25 00:59:42.616 INFO ok!
99282026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.616 INFO O| Aug 25 00:59:42.616 INFO STEP 28 (ensure_file) COMPLETE
99292026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.616 INFO O| Aug 25 00:59:42.616 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.622 INFO O| Aug 25 00:59:42.622 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99312026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.622 INFO O| Aug 25 00:59:42.622 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99322026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.622 INFO O| Aug 25 00:59:42.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99332026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.622 INFO O| Aug 25 00:59:42.622 INFO ok!
99342026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.622 INFO O| Aug 25 00:59:42.622 INFO STEP 29 (ensure_file) COMPLETE
99352026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.622 INFO O| Aug 25 00:59:42.622 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99362026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.628 INFO O| Aug 25 00:59:42.628 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99372026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.628 INFO O| Aug 25 00:59:42.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99382026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.628 INFO O| Aug 25 00:59:42.628 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99392026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.628 INFO O| Aug 25 00:59:42.628 INFO STEP 30 (ensure_dir) COMPLETE
99402026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.628 INFO O| Aug 25 00:59:42.628 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99412026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.636 INFO O| Aug 25 00:59:42.635 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99422026-08-25T00:59:44.474Z[ host-image] Aug 25 00:59:42.636 INFO O| Aug 25 00:59:42.635 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99432026-08-25T00:59:44.475Z[ host-image] Aug 25 00:59:42.636 INFO O| Aug 25 00:59:42.636 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99442026-08-25T00:59:44.475Z[ host-image] Aug 25 00:59:42.636 INFO O| Aug 25 00:59:42.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99452026-08-25T00:59:44.475Z[ host-image] Aug 25 00:59:42.636 INFO O| Aug 25 00:59:42.636 INFO ok!
99462026-08-25T00:59:44.475Z[ host-image] Aug 25 00:59:42.636 INFO O| Aug 25 00:59:42.636 INFO STEP 31 (ensure_file) COMPLETE
99472026-08-25T00:59:44.475Z[ host-image] Aug 25 00:59:42.636 INFO O| Aug 25 00:59:42.636 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99482026-08-25T00:59:44.475Z[ host-image] Aug 25 00:59:42.642 INFO O| Aug 25 00:59:42.642 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99492026-08-25T00:59:44.475Z[ host-image] Aug 25 00:59:42.642 INFO O| Aug 25 00:59:42.642 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99502026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.642 INFO O| Aug 25 00:59:42.642 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99512026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.642 INFO O| Aug 25 00:59:42.642 INFO STEP 32 (ensure_dir) COMPLETE
99522026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.642 INFO O| Aug 25 00:59:42.642 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99532026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.649 INFO O| Aug 25 00:59:42.649 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99542026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.649 INFO O| Aug 25 00:59:42.649 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 ...
99552026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.649 INFO O| Aug 25 00:59:42.649 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
99562026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.649 INFO O| Aug 25 00:59:42.649 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99572026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.649 INFO O| Aug 25 00:59:42.649 INFO ok!
99582026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.649 INFO O| Aug 25 00:59:42.649 INFO STEP 33 (ensure_file) COMPLETE
99592026-08-25T00:59:44.476Z[ host-image] Aug 25 00:59:42.649 INFO O| Aug 25 00:59:42.649 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99602026-08-25T00:59:44.477Z[ host-image] Aug 25 00:59:42.656 INFO O| Aug 25 00:59:42.655 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99612026-08-25T00:59:44.477Z[ host-image] Aug 25 00:59:42.656 INFO O| Aug 25 00:59:42.655 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99622026-08-25T00:59:44.477Z[ host-image] Aug 25 00:59:42.656 INFO O| Aug 25 00:59:42.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99632026-08-25T00:59:44.477Z[ host-image] Aug 25 00:59:42.656 INFO O| Aug 25 00:59:42.656 INFO ok!
99642026-08-25T00:59:44.477Z[ host-image] Aug 25 00:59:42.656 INFO O| Aug 25 00:59:42.656 INFO STEP 34 (ensure_file) COMPLETE
99652026-08-25T00:59:44.477Z[ host-image] Aug 25 00:59:42.656 INFO O| Aug 25 00:59:42.656 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-08-25T00:59:44.569Z[ host-image] Aug 25 00:59:42.661 INFO O| Aug 25 00:59:42.661 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99672026-08-25T00:59:44.569Z[ host-image] Aug 25 00:59:42.661 INFO O| Aug 25 00:59:42.661 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99682026-08-25T00:59:44.569Z[ host-image] Aug 25 00:59:42.661 INFO O| Aug 25 00:59:42.661 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99692026-08-25T00:59:44.569Z[ host-image] Aug 25 00:59:42.661 INFO O| Aug 25 00:59:42.661 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99702026-08-25T00:59:44.569Z[ host-image] Aug 25 00:59:42.661 INFO O| Aug 25 00:59:42.661 INFO ok!
99712026-08-25T00:59:44.569Z[ host-image] Aug 25 00:59:42.661 INFO O| Aug 25 00:59:42.661 INFO STEP 35 (ensure_file) COMPLETE
99722026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.661 INFO O| Aug 25 00:59:42.661 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.668 INFO O| Aug 25 00:59:42.668 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99742026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.668 INFO O| Aug 25 00:59:42.668 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99752026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.668 INFO O| Aug 25 00:59:42.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99762026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.668 INFO O| Aug 25 00:59:42.668 INFO ok!
99772026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.668 INFO O| Aug 25 00:59:42.668 INFO STEP 36 (ensure_file) COMPLETE
99782026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.668 INFO O| Aug 25 00:59:42.668 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.675 INFO O| Aug 25 00:59:42.675 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99802026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.675 INFO O| Aug 25 00:59:42.675 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99812026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.675 INFO O| Aug 25 00:59:42.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99822026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.675 INFO O| Aug 25 00:59:42.675 INFO ok!
99832026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.675 INFO O| Aug 25 00:59:42.675 INFO STEP 37 (ensure_file) COMPLETE
99842026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.675 INFO O| Aug 25 00:59:42.675 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99852026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99862026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99872026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99882026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99892026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99902026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99912026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO ok!
99922026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO STEP 38 (ensure_file) COMPLETE
99932026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.682 INFO O| Aug 25 00:59:42.682 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99942026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.689 INFO O| Aug 25 00:59:42.689 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99952026-08-25T00:59:44.570Z[ host-image] Aug 25 00:59:42.689 INFO O| Aug 25 00:59:42.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99962026-08-25T00:59:44.571Z[ host-image] Aug 25 00:59:42.689 INFO O| Aug 25 00:59:42.689 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99972026-08-25T00:59:44.571Z[ host-image] Aug 25 00:59:42.689 INFO O| Aug 25 00:59:42.689 INFO STEP 39 (ensure_dir) COMPLETE
99982026-08-25T00:59:44.571Z[ host-image] Aug 25 00:59:42.689 INFO O| Aug 25 00:59:42.689 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99992026-08-25T00:59:44.571Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 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
100002026-08-25T00:59:44.572Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 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 ...
100012026-08-25T00:59:44.572Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 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
100022026-08-25T00:59:44.572Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 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
100032026-08-25T00:59:44.572Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 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
100042026-08-25T00:59:44.572Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 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
100052026-08-25T00:59:44.573Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 INFO ok!
100062026-08-25T00:59:44.573Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 INFO STEP 40 (ensure_file) COMPLETE
100072026-08-25T00:59:44.573Z[ host-image] Aug 25 00:59:42.696 INFO O| Aug 25 00:59:42.696 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100082026-08-25T00:59:44.573Z[ host-image] Aug 25 00:59:42.702 INFO O| Aug 25 00:59:42.702 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100092026-08-25T00:59:44.573Z[ host-image] Aug 25 00:59:42.702 INFO O| Aug 25 00:59:42.702 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 ...
100102026-08-25T00:59:44.573Z[ host-image] Aug 25 00:59:42.702 INFO O| Aug 25 00:59:42.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100112026-08-25T00:59:44.573Z[ host-image] Aug 25 00:59:42.702 INFO O| Aug 25 00:59:42.702 INFO ok!
100122026-08-25T00:59:44.573Z[ host-image] Aug 25 00:59:42.702 INFO O| Aug 25 00:59:42.702 INFO STEP 41 (ensure_symlink) COMPLETE
100132026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.702 INFO O| Aug 25 00:59:42.702 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100142026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.710 INFO O| Aug 25 00:59:42.710 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100152026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.710 INFO O| Aug 25 00:59:42.710 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100162026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.710 INFO O| Aug 25 00:59:42.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100172026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.710 INFO O| Aug 25 00:59:42.710 INFO ok!
100182026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.710 INFO O| Aug 25 00:59:42.710 INFO STEP 42 (ensure_symlink) COMPLETE
100192026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.710 INFO O| Aug 25 00:59:42.710 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100202026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100212026-08-25T00:59:44.574Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100222026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100232026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100242026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100252026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100262026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO ok!
100272026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO STEP 43 (ensure_file) COMPLETE
100282026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.717 INFO O| Aug 25 00:59:42.717 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100292026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.723 INFO O| Aug 25 00:59:42.723 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100302026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.723 INFO O| Aug 25 00:59:42.723 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 ...
100312026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.723 INFO O| Aug 25 00:59:42.723 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
100322026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.723 INFO O| Aug 25 00:59:42.723 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100332026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.723 INFO O| Aug 25 00:59:42.723 INFO ok!
100342026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.723 INFO O| Aug 25 00:59:42.723 INFO STEP 44 (ensure_file) COMPLETE
100352026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.723 INFO O| Aug 25 00:59:42.723 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100362026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.730 INFO O| Aug 25 00:59:42.730 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100372026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.730 INFO O| Aug 25 00:59:42.730 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100382026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.730 INFO O| Aug 25 00:59:42.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100392026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.730 INFO O| Aug 25 00:59:42.730 INFO ok!
100402026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.730 INFO O| Aug 25 00:59:42.730 INFO STEP 45 (ensure_file) COMPLETE
100412026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.730 INFO O| Aug 25 00:59:42.730 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100422026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.737 INFO O| Aug 25 00:59:42.736 INFO updating shadow file
100432026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.737 INFO O| Aug 25 00:59:42.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100442026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.737 INFO O| Aug 25 00:59:42.737 INFO STEP 46 (shadow) COMPLETE
100452026-08-25T00:59:44.575Z[ host-image] Aug 25 00:59:42.737 INFO O| Aug 25 00:59:42.737 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100462026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100472026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100482026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100492026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100502026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO ok!
100512026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO STEP 47 (ensure_file) COMPLETE
100522026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100532026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO skip step because feature "mfg" is not enabled
100542026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100552026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO skip step because feature "mfg" is not enabled
100562026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.743 INFO O| Aug 25 00:59:42.743 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100572026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.750 INFO O| Aug 25 00:59:42.750 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100582026-08-25T00:59:44.576Z[ host-image] Aug 25 00:59:42.750 INFO O| Aug 25 00:59:42.750 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100592026-08-25T00:59:44.578Z[ host-image] Aug 25 00:59:42.773 INFO O| Aug 25 00:59:42.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100602026-08-25T00:59:44.578Z[ host-image] Aug 25 00:59:42.773 INFO O| Aug 25 00:59:42.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100612026-08-25T00:59:44.578Z[ host-image] Aug 25 00:59:42.773 INFO O| Aug 25 00:59:42.773 INFO ok!
100622026-08-25T00:59:44.578Z[ host-image] Aug 25 00:59:42.773 INFO O| Aug 25 00:59:42.773 INFO STEP 50 (ensure_file) COMPLETE
100632026-08-25T00:59:44.578Z[ host-image] Aug 25 00:59:42.773 INFO O| Aug 25 00:59:42.773 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100642026-08-25T00:59:44.578Z[ host-image] Aug 25 00:59:42.773 INFO O| Aug 25 00:59:42.773 INFO skip step because feature "compliance" is not enabled
100652026-08-25T00:59:44.578Z[ host-image] Aug 25 00:59:42.773 INFO O| Aug 25 00:59:42.773 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100662026-08-25T00:59:44.690Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100672026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100682026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100692026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100702026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100712026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100722026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO ok!
100732026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO STEP 52 (ensure_file) COMPLETE
100742026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.780 INFO O| Aug 25 00:59:42.780 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100752026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.786 INFO O| Aug 25 00:59:42.786 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100762026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.786 INFO O| Aug 25 00:59:42.786 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 ...
100772026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.786 INFO O| Aug 25 00:59:42.786 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
100782026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.786 INFO O| Aug 25 00:59:42.786 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100792026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.786 INFO O| Aug 25 00:59:42.786 INFO ok!
100802026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.786 INFO O| Aug 25 00:59:42.786 INFO STEP 53 (ensure_file) COMPLETE
100812026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.786 INFO O| Aug 25 00:59:42.786 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-08-25T00:59:44.691Z[ host-image] Aug 25 00:59:42.792 INFO O| Aug 25 00:59:42.792 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100832026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.792 INFO O| Aug 25 00:59:42.792 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 ...
100842026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.792 INFO O| Aug 25 00:59:42.792 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100852026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.792 INFO O| Aug 25 00:59:42.792 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100862026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.792 INFO O| Aug 25 00:59:42.792 INFO ok!
100872026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.792 INFO O| Aug 25 00:59:42.792 INFO STEP 54 (ensure_file) COMPLETE
100882026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.792 INFO O| Aug 25 00:59:42.792 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.797 INFO O| Aug 25 00:59:42.797 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100902026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.797 INFO O| Aug 25 00:59:42.797 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 ...
100912026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.798 INFO O| Aug 25 00:59:42.798 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
100922026-08-25T00:59:44.692Z[ host-image] Aug 25 00:59:42.798 INFO O| Aug 25 00:59:42.798 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100932026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.798 INFO O| Aug 25 00:59:42.798 INFO ok!
100942026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.798 INFO O| Aug 25 00:59:42.798 INFO STEP 55 (ensure_file) COMPLETE
100952026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.798 INFO O| Aug 25 00:59:42.798 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.805 INFO O| Aug 25 00:59:42.805 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100972026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.805 INFO O| Aug 25 00:59:42.805 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 ...
100982026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.806 INFO O| Aug 25 00:59:42.806 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100992026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.806 INFO O| Aug 25 00:59:42.806 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101002026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.806 INFO O| Aug 25 00:59:42.806 INFO ok!
101012026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.806 INFO O| Aug 25 00:59:42.806 INFO STEP 56 (ensure_file) COMPLETE
101022026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.806 INFO O| Aug 25 00:59:42.806 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.812 INFO O| Aug 25 00:59:42.812 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101042026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.812 INFO O| Aug 25 00:59:42.812 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 ...
101052026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.812 INFO O| Aug 25 00:59:42.812 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
101062026-08-25T00:59:44.693Z[ host-image] Aug 25 00:59:42.812 INFO O| Aug 25 00:59:42.812 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101072026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.812 INFO O| Aug 25 00:59:42.812 INFO ok!
101082026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.812 INFO O| Aug 25 00:59:42.812 INFO STEP 57 (ensure_file) COMPLETE
101092026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.812 INFO O| Aug 25 00:59:42.812 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.818 INFO O| Aug 25 00:59:42.818 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101112026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.818 INFO O| Aug 25 00:59:42.818 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 ...
101122026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.819 INFO O| Aug 25 00:59:42.818 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101132026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.819 INFO O| Aug 25 00:59:42.818 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101142026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.819 INFO O| Aug 25 00:59:42.818 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101152026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.819 INFO O| Aug 25 00:59:42.819 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101162026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.819 INFO O| Aug 25 00:59:42.819 INFO ok!
101172026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.819 INFO O| Aug 25 00:59:42.819 INFO STEP 58 (ensure_file) COMPLETE
101182026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.819 INFO O| Aug 25 00:59:42.819 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101192026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.825 INFO O| Aug 25 00:59:42.825 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101202026-08-25T00:59:44.694Z[ host-image] Aug 25 00:59:42.825 INFO O| Aug 25 00:59:42.825 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 ...
101212026-08-25T00:59:44.696Z[ host-image] Aug 25 00:59:42.825 INFO O| Aug 25 00:59:42.825 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
101222026-08-25T00:59:44.696Z[ host-image] Aug 25 00:59:42.825 INFO O| Aug 25 00:59:42.825 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101232026-08-25T00:59:44.696Z[ host-image] Aug 25 00:59:42.825 INFO O| Aug 25 00:59:42.825 INFO ok!
101242026-08-25T00:59:44.696Z[ host-image] Aug 25 00:59:42.825 INFO O| Aug 25 00:59:42.825 INFO STEP 59 (ensure_file) COMPLETE
101252026-08-25T00:59:44.696Z[ host-image] Aug 25 00:59:42.825 INFO O| Aug 25 00:59:42.825 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101262026-08-25T00:59:44.696Z[ host-image] Aug 25 00:59:42.832 INFO O| Aug 25 00:59:42.832 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101272026-08-25T00:59:44.696Z[ host-image] Aug 25 00:59:42.832 INFO O| Aug 25 00:59:42.832 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101282026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.832 INFO O| Aug 25 00:59:42.832 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101292026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.832 INFO O| Aug 25 00:59:42.832 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101302026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.832 INFO O| Aug 25 00:59:42.832 INFO ok!
101312026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.832 INFO O| Aug 25 00:59:42.832 INFO STEP 60 (ensure_file) COMPLETE
101322026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.832 INFO O| Aug 25 00:59:42.832 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101332026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.838 INFO O| Aug 25 00:59:42.838 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101342026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.838 INFO O| Aug 25 00:59:42.838 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 ...
101352026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.838 INFO O| Aug 25 00:59:42.838 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
101362026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.838 INFO O| Aug 25 00:59:42.838 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101372026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.838 INFO O| Aug 25 00:59:42.838 INFO ok!
101382026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.838 INFO O| Aug 25 00:59:42.838 INFO STEP 61 (ensure_file) COMPLETE
101392026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.838 INFO O| Aug 25 00:59:42.838 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101402026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101412026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101422026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101432026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101442026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101452026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101462026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO ok!
101472026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO STEP 62 (ensure_file) COMPLETE
101482026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.844 INFO O| Aug 25 00:59:42.844 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101492026-08-25T00:59:44.697Z[ host-image] Aug 25 00:59:42.851 INFO O| Aug 25 00:59:42.851 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101502026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.851 INFO O| Aug 25 00:59:42.851 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 ...
101512026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.851 INFO O| Aug 25 00:59:42.851 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
101522026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.851 INFO O| Aug 25 00:59:42.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101532026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.851 INFO O| Aug 25 00:59:42.851 INFO ok!
101542026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.851 INFO O| Aug 25 00:59:42.851 INFO STEP 63 (ensure_file) COMPLETE
101552026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.851 INFO O| Aug 25 00:59:42.851 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101562026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.858 INFO O| Aug 25 00:59:42.858 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101572026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.858 INFO O| Aug 25 00:59:42.858 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 ...
101582026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.858 INFO O| Aug 25 00:59:42.858 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
101592026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.858 INFO O| Aug 25 00:59:42.858 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101602026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.858 INFO O| Aug 25 00:59:42.858 INFO ok!
101612026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.858 INFO O| Aug 25 00:59:42.858 INFO STEP 64 (ensure_file) COMPLETE
101622026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.858 INFO O| Aug 25 00:59:42.858 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101632026-08-25T00:59:44.698Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101642026-08-25T00:59:44.700Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 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 ...
101652026-08-25T00:59:44.700Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 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
101662026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101672026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 INFO ok!
101682026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 INFO STEP 65 (ensure_file) COMPLETE
101692026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101702026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 INFO skip step because feature "mbist" is not enabled
101712026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.864 INFO O| Aug 25 00:59:42.864 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.870 INFO O| Aug 25 00:59:42.870 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101732026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.870 INFO O| Aug 25 00:59:42.870 INFO STEP 67 (ensure_dir) COMPLETE
101742026-08-25T00:59:44.828Z[ host-image] Aug 25 00:59:42.870 INFO O| Aug 25 00:59:42.870 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-25T00:59:44.829Z[ host-image] Aug 25 00:59:42.877 INFO O| Aug 25 00:59:42.877 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101762026-08-25T00:59:44.829Z[ host-image] Aug 25 00:59:42.877 INFO O| Aug 25 00:59:42.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101772026-08-25T00:59:44.829Z[ host-image] Aug 25 00:59:42.877 INFO O| Aug 25 00:59:42.877 INFO STEP 68 (ensure_dir) COMPLETE
101782026-08-25T00:59:44.829Z[ host-image] Aug 25 00:59:42.877 INFO O| Aug 25 00:59:42.877 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-25T00:59:44.829Z[ host-image] Aug 25 00:59:42.884 INFO O| Aug 25 00:59:42.884 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101802026-08-25T00:59:44.829Z[ host-image] Aug 25 00:59:42.884 INFO O| Aug 25 00:59:42.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101812026-08-25T00:59:44.829Z[ host-image] Aug 25 00:59:42.884 INFO O| Aug 25 00:59:42.884 INFO STEP 69 (ensure_dir) COMPLETE
101822026-08-25T00:59:44.829Z[ host-image] Aug 25 00:59:42.884 INFO O| Aug 25 00:59:42.884 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-25T00:59:44.830Z[ host-image] Aug 25 00:59:42.890 INFO O| Aug 25 00:59:42.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101842026-08-25T00:59:44.830Z[ host-image] Aug 25 00:59:42.890 INFO O| Aug 25 00:59:42.890 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101852026-08-25T00:59:44.830Z[ host-image] Aug 25 00:59:43.245 INFO O| Aug 25 00:59:43.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101862026-08-25T00:59:44.830Z[ host-image] Aug 25 00:59:43.245 INFO O| Aug 25 00:59:43.245 INFO ok!
101872026-08-25T00:59:44.830Z[ host-image] Aug 25 00:59:43.245 INFO O| Aug 25 00:59:43.245 INFO STEP 70 (ensure_file) COMPLETE
101882026-08-25T00:59:44.830Z[ host-image] Aug 25 00:59:43.245 INFO O| Aug 25 00:59:43.245 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-25T00:59:44.830Z[ host-image] Aug 25 00:59:43.254 INFO O| Aug 25 00:59:43.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101902026-08-25T00:59:44.830Z[ host-image] Aug 25 00:59:43.254 INFO O| Aug 25 00:59:43.254 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101912026-08-25T00:59:44.891Z[ host-image] Aug 25 00:59:43.847 INFO O| Aug 25 00:59:43.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101922026-08-25T00:59:44.891Z[ host-image] Aug 25 00:59:43.848 INFO O| Aug 25 00:59:43.847 INFO ok!
101932026-08-25T00:59:44.892Z[ host-image] Aug 25 00:59:43.848 INFO O| Aug 25 00:59:43.847 INFO STEP 71 (ensure_file) COMPLETE
101942026-08-25T00:59:44.892Z[ host-image] Aug 25 00:59:43.848 INFO O| Aug 25 00:59:43.847 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-25T00:59:44.929Z[ host-image] Aug 25 00:59:43.856 INFO O| Aug 25 00:59:43.856 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101962026-08-25T00:59:44.929Z[ host-image] Aug 25 00:59:43.856 INFO O| Aug 25 00:59:43.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101972026-08-25T00:59:44.929Z[ host-image] Aug 25 00:59:43.856 INFO O| Aug 25 00:59:43.856 INFO STEP 72 (ensure_dir) COMPLETE
101982026-08-25T00:59:44.929Z[ host-image] Aug 25 00:59:43.856 INFO O| Aug 25 00:59:43.856 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-08-25T00:59:44.929Z[ host-image] Aug 25 00:59:43.864 INFO O| Aug 25 00:59:43.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102002026-08-25T00:59:44.929Z[ host-image] Aug 25 00:59:43.864 INFO O| Aug 25 00:59:43.864 INFO copying /tmp/.tmpATBzha/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 ...
102012026-08-25T00:59:44.931Z[ host-image] Aug 25 00:59:43.864 INFO O| Aug 25 00:59:43.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102022026-08-25T00:59:44.931Z[ host-image] Aug 25 00:59:43.864 INFO O| Aug 25 00:59:43.864 INFO ok!
102032026-08-25T00:59:44.931Z[ host-image] Aug 25 00:59:43.864 INFO O| Aug 25 00:59:43.864 INFO STEP 73 (ensure_file) COMPLETE
102042026-08-25T00:59:44.931Z[ host-image] Aug 25 00:59:43.864 INFO O| Aug 25 00:59:43.864 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.870 INFO O| Aug 25 00:59:43.870 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102062026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.870 INFO O| Aug 25 00:59:43.870 INFO copying /tmp/.tmpATBzha/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 ...
102072026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.871 INFO O| Aug 25 00:59:43.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102082026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.871 INFO O| Aug 25 00:59:43.871 INFO ok!
102092026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.871 INFO O| Aug 25 00:59:43.871 INFO STEP 74 (ensure_file) COMPLETE
102102026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.871 INFO O| Aug 25 00:59:43.871 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.878 INFO O| Aug 25 00:59:43.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102122026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.878 INFO O| Aug 25 00:59:43.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102132026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.878 INFO O| Aug 25 00:59:43.878 INFO STEP 75 (ensure_dir) COMPLETE
102142026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.878 INFO O| Aug 25 00:59:43.878 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.884 INFO O| Aug 25 00:59:43.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102162026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.884 INFO O| Aug 25 00:59:43.884 INFO copying /tmp/.tmpATBzha/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 ...
102172026-08-25T00:59:44.946Z[ host-image] Aug 25 00:59:43.884 INFO O| Aug 25 00:59:43.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102182026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.884 INFO O| Aug 25 00:59:43.884 INFO ok!
102192026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.884 INFO O| Aug 25 00:59:43.884 INFO STEP 76 (ensure_file) COMPLETE
102202026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.884 INFO O| Aug 25 00:59:43.884 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.891 INFO O| Aug 25 00:59:43.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102222026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.891 INFO O| Aug 25 00:59:43.891 INFO copying /tmp/.tmpATBzha/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 ...
102232026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.892 INFO O| Aug 25 00:59:43.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102242026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.892 INFO O| Aug 25 00:59:43.892 INFO ok!
102252026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.892 INFO O| Aug 25 00:59:43.892 INFO STEP 77 (ensure_file) COMPLETE
102262026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.892 INFO O| Aug 25 00:59:43.892 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.898 INFO O| Aug 25 00:59:43.898 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102282026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.898 INFO O| Aug 25 00:59:43.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102292026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.898 INFO O| Aug 25 00:59:43.898 INFO STEP 78 (ensure_dir) COMPLETE
102302026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.898 INFO O| Aug 25 00:59:43.898 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.904 INFO O| Aug 25 00:59:43.904 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102322026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.904 INFO O| Aug 25 00:59:43.904 INFO copying /tmp/.tmpATBzha/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 ...
102332026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.904 INFO O| Aug 25 00:59:43.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102342026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.904 INFO O| Aug 25 00:59:43.904 INFO ok!
102352026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.904 INFO O| Aug 25 00:59:43.904 INFO STEP 79 (ensure_file) COMPLETE
102362026-08-25T00:59:44.947Z[ host-image] Aug 25 00:59:43.904 INFO O| Aug 25 00:59:43.904 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-25T00:59:44.968Z[ host-image] Aug 25 00:59:43.911 INFO O| Aug 25 00:59:43.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102382026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.911 INFO O| Aug 25 00:59:43.911 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102392026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.911 INFO O| Aug 25 00:59:43.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102402026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.911 INFO O| Aug 25 00:59:43.911 INFO ok!
102412026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.911 INFO O| Aug 25 00:59:43.911 INFO STEP 80 (ensure_file) COMPLETE
102422026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.911 INFO O| Aug 25 00:59:43.911 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.918 INFO O| Aug 25 00:59:43.918 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102442026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.918 INFO O| Aug 25 00:59:43.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102452026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.918 INFO O| Aug 25 00:59:43.918 INFO STEP 81 (ensure_dir) COMPLETE
102462026-08-25T00:59:44.969Z[ host-image] Aug 25 00:59:43.918 INFO O| Aug 25 00:59:43.918 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-25T00:59:44.991Z[ host-image] Aug 25 00:59:43.924 INFO O| Aug 25 00:59:43.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102482026-08-25T00:59:44.991Z[ host-image] Aug 25 00:59:43.924 INFO O| Aug 25 00:59:43.924 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102492026-08-25T00:59:45.558Z[ host-image] Aug 25 00:59:44.515 INFO O| Aug 25 00:59:44.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102502026-08-25T00:59:45.560Z[ host-image] Aug 25 00:59:44.515 INFO O| Aug 25 00:59:44.515 INFO ok!
102512026-08-25T00:59:45.560Z[ host-image] Aug 25 00:59:44.515 INFO O| Aug 25 00:59:44.515 INFO STEP 82 (ensure_file) COMPLETE
102522026-08-25T00:59:45.652Z[ host-image] Aug 25 00:59:44.515 INFO O| Aug 25 00:59:44.515 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-25T00:59:45.652Z[ host-image] Aug 25 00:59:44.524 INFO O| Aug 25 00:59:44.524 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102542026-08-25T00:59:45.652Z[ host-image] Aug 25 00:59:44.524 INFO O| Aug 25 00:59:44.524 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102552026-08-25T00:59:45.887Z[ host-image] Aug 25 00:59:44.820 INFO O| Aug 25 00:59:44.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102562026-08-25T00:59:45.901Z[ host-image] Aug 25 00:59:44.820 INFO O| Aug 25 00:59:44.820 INFO ok!
102572026-08-25T00:59:45.901Z[ host-image] Aug 25 00:59:44.820 INFO O| Aug 25 00:59:44.820 INFO STEP 83 (ensure_file) COMPLETE
102582026-08-25T00:59:45.901Z[ host-image] Aug 25 00:59:44.820 INFO O| Aug 25 00:59:44.820 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-25T00:59:45.901Z[ host-image] Aug 25 00:59:44.829 INFO O| Aug 25 00:59:44.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102602026-08-25T00:59:45.901Z[ host-image] Aug 25 00:59:44.830 INFO O| Aug 25 00:59:44.829 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102612026-08-25T00:59:45.956Z[ recovery-image] Aug 25 00:59:44.896 INFO creating reset image...
102622026-08-25T00:59:45.984Z[ recovery-image] Aug 25 00:59:44.896 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")
102632026-08-25T00:59:46.593Z[ recovery-image] Aug 25 00:59:45.152 INFO E| Updating crates.io index
102642026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.392 INFO E| Downloading crates ...
102652026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.442 INFO E| Downloaded duct v1.1.1
102662026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.447 INFO E| Downloaded os_pipe v1.2.3
102672026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.447 INFO E| Downloaded colorchoice v1.0.5
102682026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.449 INFO E| Downloaded sigchld v0.2.4
102692026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.449 INFO E| Downloaded shared_child v1.1.1
102702026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.449 INFO E| Downloaded shared_thread v0.2.0
102712026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.451 INFO E| Downloaded clap_lex v1.1.0
102722026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.518 INFO E| Compiling libc v0.2.186
102732026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.518 INFO E| Compiling proc-macro2 v1.0.106
102742026-08-25T00:59:46.975Z[ recovery-image] Aug 25 00:59:45.518 INFO E| Compiling unicode-ident v1.0.24
102752026-08-25T00:59:46.976Z[ recovery-image] Aug 25 00:59:45.518 INFO E| Compiling signal-hook v0.3.18
102762026-08-25T00:59:46.976Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling quote v1.0.45
102772026-08-25T00:59:46.976Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling utf8parse v0.2.2
102782026-08-25T00:59:46.976Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling is_terminal_polyfill v1.70.2
102792026-08-25T00:59:46.976Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling anstyle-query v1.1.5
102802026-08-25T00:59:46.976Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling anstyle v1.0.14
102812026-08-25T00:59:46.976Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling colorchoice v1.0.5
102822026-08-25T00:59:46.977Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling clap_lex v1.1.0
102832026-08-25T00:59:46.977Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling strsim v0.11.1
102842026-08-25T00:59:46.977Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling heck v0.5.0
102852026-08-25T00:59:46.977Z[ recovery-image] Aug 25 00:59:45.519 INFO E| Compiling shared_thread v0.2.0
102862026-08-25T00:59:47.142Z[ recovery-image] Aug 25 00:59:45.655 INFO E| Compiling anstyle-parse v1.0.0
102872026-08-25T00:59:47.142Z[ recovery-image] Aug 25 00:59:45.808 INFO E| Compiling anstream v1.0.0
102882026-08-25T00:59:47.828Z[ recovery-image] Aug 25 00:59:46.072 INFO E| Compiling clap_builder v4.6.0
102892026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.441 INFO O| Aug 25 00:59:46.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102902026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.441 INFO O| Aug 25 00:59:46.441 INFO ok!
102912026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.441 INFO O| Aug 25 00:59:46.441 INFO STEP 84 (ensure_file) COMPLETE
102922026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.441 INFO O| Aug 25 00:59:46.441 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.451 INFO O| Aug 25 00:59:46.451 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102942026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.451 INFO O| Aug 25 00:59:46.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102952026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.451 INFO O| Aug 25 00:59:46.451 INFO STEP 85 (ensure_dir) COMPLETE
102962026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.451 INFO O| Aug 25 00:59:46.451 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.460 INFO O| Aug 25 00:59:46.460 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102982026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.460 INFO O| Aug 25 00:59:46.460 INFO copying /tmp/.tmpATBzha/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 ...
102992026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.460 INFO O| Aug 25 00:59:46.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103002026-08-25T00:59:48.422Z[ host-image] Aug 25 00:59:46.460 INFO O| Aug 25 00:59:46.460 INFO ok!
103012026-08-25T00:59:48.423Z[ host-image] Aug 25 00:59:46.460 INFO O| Aug 25 00:59:46.460 INFO STEP 86 (ensure_file) COMPLETE
103022026-08-25T00:59:48.423Z[ host-image] Aug 25 00:59:46.460 INFO O| Aug 25 00:59:46.460 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-25T00:59:48.423Z[ host-image] Aug 25 00:59:46.467 INFO O| Aug 25 00:59:46.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103042026-08-25T00:59:48.423Z[ host-image] Aug 25 00:59:46.467 INFO O| Aug 25 00:59:46.467 INFO copying /tmp/.tmpATBzha/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 ...
103052026-08-25T00:59:48.423Z[ host-image] Aug 25 00:59:46.467 INFO O| Aug 25 00:59:46.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103062026-08-25T00:59:48.423Z[ host-image] Aug 25 00:59:46.467 INFO O| Aug 25 00:59:46.467 INFO ok!
103072026-08-25T00:59:48.423Z[ host-image] Aug 25 00:59:46.467 INFO O| Aug 25 00:59:46.467 INFO STEP 87 (ensure_file) COMPLETE
103082026-08-25T00:59:48.423Z[ host-image] Aug 25 00:59:46.467 INFO O| Aug 25 00:59:46.467 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-08-25T00:59:48.424Z[ host-image] Aug 25 00:59:46.474 INFO O| Aug 25 00:59:46.474 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103102026-08-25T00:59:48.424Z[ host-image] Aug 25 00:59:46.474 INFO O| Aug 25 00:59:46.474 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103112026-08-25T00:59:48.424Z[ host-image] Aug 25 00:59:46.474 INFO O| Aug 25 00:59:46.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103122026-08-25T00:59:48.424Z[ host-image] Aug 25 00:59:46.474 INFO O| Aug 25 00:59:46.474 INFO ok!
103132026-08-25T00:59:48.424Z[ host-image] Aug 25 00:59:46.474 INFO O| Aug 25 00:59:46.474 INFO STEP 88 (ensure_file) COMPLETE
103142026-08-25T00:59:48.424Z[ host-image] Aug 25 00:59:46.474 INFO O| Aug 25 00:59:46.474 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-25T00:59:48.424Z[ host-image] Aug 25 00:59:46.482 INFO O| Aug 25 00:59:46.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103162026-08-25T00:59:48.424Z[ recovery-image] Aug 25 00:59:46.482 INFO E| Compiling errno v0.3.14
103172026-08-25T00:59:48.424Z[ host-image] Aug 25 00:59:46.482 INFO O| Aug 25 00:59:46.482 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103182026-08-25T00:59:48.425Z[ recovery-image] Aug 25 00:59:46.482 INFO E| Compiling os_pipe v1.2.3
103192026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.482 INFO O| Aug 25 00:59:46.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103202026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.482 INFO O| Aug 25 00:59:46.482 INFO ok!
103212026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.482 INFO O| Aug 25 00:59:46.482 INFO STEP 89 (ensure_file) COMPLETE
103222026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.482 INFO O| Aug 25 00:59:46.482 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.491 INFO O| Aug 25 00:59:46.491 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103242026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.491 INFO O| Aug 25 00:59:46.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103252026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.491 INFO O| Aug 25 00:59:46.491 INFO STEP 90 (ensure_dir) COMPLETE
103262026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.491 INFO O| Aug 25 00:59:46.491 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.500 INFO O| Aug 25 00:59:46.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103282026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.500 INFO O| Aug 25 00:59:46.500 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103292026-08-25T00:59:48.425Z[ recovery-image] Aug 25 00:59:46.577 INFO E| Compiling signal-hook-registry v1.4.8
103302026-08-25T00:59:48.425Z[ host-image] Aug 25 00:59:46.680 INFO O| Aug 25 00:59:46.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103312026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.680 INFO O| Aug 25 00:59:46.680 INFO ok!
103322026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.680 INFO O| Aug 25 00:59:46.680 INFO STEP 91 (ensure_file) COMPLETE
103332026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.680 INFO O| Aug 25 00:59:46.680 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.689 INFO O| Aug 25 00:59:46.689 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103352026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.690 INFO O| Aug 25 00:59:46.689 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103362026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.690 INFO O| Aug 25 00:59:46.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103372026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.690 INFO O| Aug 25 00:59:46.690 INFO ok!
103382026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.690 INFO O| Aug 25 00:59:46.690 INFO STEP 92 (ensure_file) COMPLETE
103392026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.690 INFO O| Aug 25 00:59:46.690 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-25T00:59:48.426Z[ host-image] Aug 25 00:59:46.698 INFO O| Aug 25 00:59:46.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103412026-08-25T00:59:48.427Z[ host-image] Aug 25 00:59:46.698 INFO O| Aug 25 00:59:46.698 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103422026-08-25T00:59:48.846Z[ recovery-image] Aug 25 00:59:46.839 INFO E| Compiling syn v2.0.117
103432026-08-25T00:59:48.846Z[ recovery-image] Aug 25 00:59:46.892 INFO E| Compiling sigchld v0.2.4
103442026-08-25T00:59:48.846Z[ recovery-image] Aug 25 00:59:46.999 INFO E| Compiling shared_child v1.1.1
103452026-08-25T00:59:48.846Z[ recovery-image] Aug 25 00:59:47.130 INFO E| Compiling duct v1.1.1
103462026-08-25T00:59:48.846Z[ host-image] Aug 25 00:59:47.225 INFO O| Aug 25 00:59:47.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103472026-08-25T00:59:48.846Z[ host-image] Aug 25 00:59:47.225 INFO O| Aug 25 00:59:47.225 INFO ok!
103482026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.225 INFO O| Aug 25 00:59:47.225 INFO STEP 93 (ensure_file) COMPLETE
103492026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.225 INFO O| Aug 25 00:59:47.225 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.233 INFO O| Aug 25 00:59:47.233 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103512026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.233 INFO O| Aug 25 00:59:47.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103522026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.233 INFO O| Aug 25 00:59:47.233 INFO STEP 94 (ensure_dir) COMPLETE
103532026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.233 INFO O| Aug 25 00:59:47.233 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.242 INFO O| Aug 25 00:59:47.242 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103552026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.242 INFO O| Aug 25 00:59:47.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103562026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.242 INFO O| Aug 25 00:59:47.242 INFO STEP 95 (ensure_dir) COMPLETE
103572026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.242 INFO O| Aug 25 00:59:47.242 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.248 INFO O| Aug 25 00:59:47.248 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103592026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.248 INFO O| Aug 25 00:59:47.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103602026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.248 INFO O| Aug 25 00:59:47.248 INFO STEP 96 (ensure_dir) COMPLETE
103612026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.248 INFO O| Aug 25 00:59:47.248 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-25T00:59:48.847Z[ host-image] Aug 25 00:59:47.256 INFO O| Aug 25 00:59:47.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103632026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.256 INFO O| Aug 25 00:59:47.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103642026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.256 INFO O| Aug 25 00:59:47.256 INFO STEP 97 (ensure_dir) COMPLETE
103652026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.256 INFO O| Aug 25 00:59:47.256 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.265 INFO O| Aug 25 00:59:47.264 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103672026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.265 INFO O| Aug 25 00:59:47.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103682026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.265 INFO O| Aug 25 00:59:47.265 INFO STEP 98 (ensure_dir) COMPLETE
103692026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.265 INFO O| Aug 25 00:59:47.265 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.273 INFO O| Aug 25 00:59:47.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103712026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.273 INFO O| Aug 25 00:59:47.273 INFO copying /tmp/.tmpATBzha/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 ...
103722026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.273 INFO O| Aug 25 00:59:47.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103732026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.273 INFO O| Aug 25 00:59:47.273 INFO ok!
103742026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.273 INFO O| Aug 25 00:59:47.273 INFO STEP 99 (ensure_file) COMPLETE
103752026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.273 INFO O| Aug 25 00:59:47.273 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-25T00:59:48.848Z[ host-image] Aug 25 00:59:47.280 INFO O| Aug 25 00:59:47.280 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103772026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.280 INFO O| Aug 25 00:59:47.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103782026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.280 INFO O| Aug 25 00:59:47.280 INFO STEP 100 (ensure_dir) COMPLETE
103792026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.280 INFO O| Aug 25 00:59:47.280 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.286 INFO O| Aug 25 00:59:47.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103812026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.286 INFO O| Aug 25 00:59:47.286 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103822026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.301 INFO O| Aug 25 00:59:47.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103832026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.301 INFO O| Aug 25 00:59:47.301 INFO ok!
103842026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.301 INFO O| Aug 25 00:59:47.301 INFO STEP 101 (ensure_file) COMPLETE
103852026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.301 INFO O| Aug 25 00:59:47.301 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.310 INFO O| Aug 25 00:59:47.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103872026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.310 INFO O| Aug 25 00:59:47.310 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103882026-08-25T00:59:48.851Z[ host-image] Aug 25 00:59:47.310 INFO O| Aug 25 00:59:47.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103892026-08-25T00:59:48.852Z[ host-image] Aug 25 00:59:47.310 INFO O| Aug 25 00:59:47.310 INFO ok!
103902026-08-25T00:59:48.852Z[ host-image] Aug 25 00:59:47.310 INFO O| Aug 25 00:59:47.310 INFO STEP 102 (ensure_file) COMPLETE
103912026-08-25T00:59:48.852Z[ host-image] Aug 25 00:59:47.310 INFO O| Aug 25 00:59:47.310 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-08-25T00:59:48.852Z[ host-image] Aug 25 00:59:47.317 INFO O| Aug 25 00:59:47.317 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103932026-08-25T00:59:48.852Z[ host-image] Aug 25 00:59:47.317 INFO O| Aug 25 00:59:47.317 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103942026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.745 INFO O| Aug 25 00:59:47.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103952026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.745 INFO O| Aug 25 00:59:47.745 INFO ok!
103962026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.745 INFO O| Aug 25 00:59:47.745 INFO STEP 103 (ensure_file) COMPLETE
103972026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.745 INFO O| Aug 25 00:59:47.745 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.754 INFO O| Aug 25 00:59:47.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103992026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.754 INFO O| Aug 25 00:59:47.754 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104002026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.754 INFO O| Aug 25 00:59:47.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104012026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.754 INFO O| Aug 25 00:59:47.754 INFO ok!
104022026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.754 INFO O| Aug 25 00:59:47.754 INFO STEP 104 (ensure_file) COMPLETE
104032026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.754 INFO O| Aug 25 00:59:47.754 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.764 INFO O| Aug 25 00:59:47.764 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104052026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.764 INFO O| Aug 25 00:59:47.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104062026-08-25T00:59:48.894Z[ host-image] Aug 25 00:59:47.764 INFO O| Aug 25 00:59:47.764 INFO STEP 105 (ensure_dir) COMPLETE
104072026-08-25T00:59:48.895Z[ host-image] Aug 25 00:59:47.764 INFO O| Aug 25 00:59:47.764 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-08-25T00:59:48.895Z[ host-image] Aug 25 00:59:47.772 INFO O| Aug 25 00:59:47.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104092026-08-25T00:59:48.895Z[ host-image] Aug 25 00:59:47.772 INFO O| Aug 25 00:59:47.772 INFO copying /tmp/.tmpATBzha/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 ...
104102026-08-25T00:59:49.156Z[ host-image] Aug 25 00:59:48.070 INFO O| Aug 25 00:59:48.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104112026-08-25T00:59:49.157Z[ host-image] Aug 25 00:59:48.070 INFO O| Aug 25 00:59:48.070 INFO ok!
104122026-08-25T00:59:49.157Z[ host-image] Aug 25 00:59:48.070 INFO O| Aug 25 00:59:48.070 INFO STEP 106 (ensure_file) COMPLETE
104132026-08-25T00:59:49.195Z[ host-image] Aug 25 00:59:48.070 INFO O| Aug 25 00:59:48.070 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-25T00:59:49.196Z[ host-image] Aug 25 00:59:48.078 INFO O| Aug 25 00:59:48.078 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104152026-08-25T00:59:49.196Z[ host-image] Aug 25 00:59:48.078 INFO O| Aug 25 00:59:48.078 INFO copying /tmp/.tmpATBzha/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 ...
104162026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.078 INFO O| Aug 25 00:59:48.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104172026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.078 INFO O| Aug 25 00:59:48.078 INFO ok!
104182026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.078 INFO O| Aug 25 00:59:48.078 INFO STEP 107 (ensure_file) COMPLETE
104192026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.078 INFO O| Aug 25 00:59:48.078 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.087 INFO O| Aug 25 00:59:48.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104212026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.087 INFO O| Aug 25 00:59:48.087 INFO copying /tmp/.tmpATBzha/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 ...
104222026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.087 INFO O| Aug 25 00:59:48.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104232026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.087 INFO O| Aug 25 00:59:48.087 INFO ok!
104242026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.087 INFO O| Aug 25 00:59:48.087 INFO STEP 108 (ensure_file) COMPLETE
104252026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.087 INFO O| Aug 25 00:59:48.087 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.094 INFO O| Aug 25 00:59:48.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104272026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.094 INFO O| Aug 25 00:59:48.094 INFO copying /tmp/.tmpATBzha/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 ...
104282026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.094 INFO O| Aug 25 00:59:48.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104292026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.094 INFO O| Aug 25 00:59:48.094 INFO ok!
104302026-08-25T00:59:49.199Z[ host-image] Aug 25 00:59:48.094 INFO O| Aug 25 00:59:48.094 INFO STEP 109 (ensure_file) COMPLETE
104312026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.094 INFO O| Aug 25 00:59:48.094 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.101 INFO O| Aug 25 00:59:48.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104332026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.101 INFO O| Aug 25 00:59:48.101 INFO copying /tmp/.tmpATBzha/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 ...
104342026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.101 INFO O| Aug 25 00:59:48.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104352026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.101 INFO O| Aug 25 00:59:48.101 INFO ok!
104362026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.101 INFO O| Aug 25 00:59:48.101 INFO STEP 110 (ensure_file) COMPLETE
104372026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.101 INFO O| Aug 25 00:59:48.101 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.107 INFO O| Aug 25 00:59:48.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104392026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.107 INFO O| Aug 25 00:59:48.107 INFO copying /tmp/.tmpATBzha/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 ...
104402026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.108 INFO O| Aug 25 00:59:48.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104412026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.108 INFO O| Aug 25 00:59:48.108 INFO ok!
104422026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.108 INFO O| Aug 25 00:59:48.108 INFO STEP 111 (ensure_file) COMPLETE
104432026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.108 INFO O| Aug 25 00:59:48.108 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.115 INFO O| Aug 25 00:59:48.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104452026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.115 INFO O| Aug 25 00:59:48.115 INFO copying /tmp/.tmpATBzha/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 ...
104462026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.116 INFO O| Aug 25 00:59:48.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104472026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.116 INFO O| Aug 25 00:59:48.116 INFO ok!
104482026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.116 INFO O| Aug 25 00:59:48.116 INFO STEP 112 (ensure_file) COMPLETE
104492026-08-25T00:59:49.202Z[ host-image] Aug 25 00:59:48.116 INFO O| Aug 25 00:59:48.116 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.122 INFO O| Aug 25 00:59:48.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104512026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.122 INFO O| Aug 25 00:59:48.122 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104522026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.122 INFO O| Aug 25 00:59:48.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104532026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.122 INFO O| Aug 25 00:59:48.122 INFO ok!
104542026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.122 INFO O| Aug 25 00:59:48.122 INFO STEP 113 (ensure_file) COMPLETE
104552026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.122 INFO O| Aug 25 00:59:48.122 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.128 INFO O| Aug 25 00:59:48.128 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104572026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.128 INFO O| Aug 25 00:59:48.128 INFO copying /tmp/.tmpATBzha/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 ...
104582026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.128 INFO O| Aug 25 00:59:48.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104592026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.128 INFO O| Aug 25 00:59:48.128 INFO ok!
104602026-08-25T00:59:49.203Z[ host-image] Aug 25 00:59:48.128 INFO O| Aug 25 00:59:48.128 INFO STEP 114 (ensure_file) COMPLETE
104612026-08-25T00:59:49.206Z[ host-image] Aug 25 00:59:48.128 INFO O| Aug 25 00:59:48.128 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-08-25T00:59:49.271Z[ host-image] Aug 25 00:59:48.134 INFO O| Aug 25 00:59:48.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104632026-08-25T00:59:49.271Z[ host-image] Aug 25 00:59:48.134 INFO O| Aug 25 00:59:48.134 INFO copying /tmp/.tmpATBzha/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 ...
104642026-08-25T00:59:49.271Z[ host-image] Aug 25 00:59:48.134 INFO O| Aug 25 00:59:48.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104652026-08-25T00:59:49.271Z[ host-image] Aug 25 00:59:48.134 INFO O| Aug 25 00:59:48.134 INFO ok!
104662026-08-25T00:59:49.272Z[ host-image] Aug 25 00:59:48.134 INFO O| Aug 25 00:59:48.134 INFO STEP 115 (ensure_file) COMPLETE
104672026-08-25T00:59:49.272Z[ host-image] Aug 25 00:59:48.134 INFO O| Aug 25 00:59:48.134 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-25T00:59:49.272Z[ host-image] Aug 25 00:59:48.143 INFO O| Aug 25 00:59:48.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104692026-08-25T00:59:49.272Z[ host-image] Aug 25 00:59:48.143 INFO O| Aug 25 00:59:48.143 INFO copying /tmp/.tmpATBzha/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 ...
104702026-08-25T00:59:49.272Z[ host-image] Aug 25 00:59:48.143 INFO O| Aug 25 00:59:48.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104712026-08-25T00:59:49.272Z[ host-image] Aug 25 00:59:48.143 INFO O| Aug 25 00:59:48.143 INFO ok!
104722026-08-25T00:59:49.272Z[ host-image] Aug 25 00:59:48.143 INFO O| Aug 25 00:59:48.143 INFO STEP 116 (ensure_file) COMPLETE
104732026-08-25T00:59:49.272Z[ host-image] Aug 25 00:59:48.143 INFO O| Aug 25 00:59:48.143 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-25T00:59:49.273Z[ host-image] Aug 25 00:59:48.150 INFO O| Aug 25 00:59:48.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104752026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.150 INFO O| Aug 25 00:59:48.150 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104762026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.151 INFO O| Aug 25 00:59:48.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104772026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.151 INFO O| Aug 25 00:59:48.151 INFO ok!
104782026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.151 INFO O| Aug 25 00:59:48.151 INFO STEP 117 (ensure_file) COMPLETE
104792026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.151 INFO O| Aug 25 00:59:48.151 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.158 INFO O| Aug 25 00:59:48.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104812026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.158 INFO O| Aug 25 00:59:48.158 INFO copying /tmp/.tmpATBzha/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 ...
104822026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.158 INFO O| Aug 25 00:59:48.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104832026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.158 INFO O| Aug 25 00:59:48.158 INFO ok!
104842026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.158 INFO O| Aug 25 00:59:48.158 INFO STEP 118 (ensure_file) COMPLETE
104852026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.158 INFO O| Aug 25 00:59:48.158 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-08-25T00:59:49.274Z[ host-image] Aug 25 00:59:48.166 INFO O| Aug 25 00:59:48.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104872026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.166 INFO O| Aug 25 00:59:48.166 INFO copying /tmp/.tmpATBzha/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 ...
104882026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.166 INFO O| Aug 25 00:59:48.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104892026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.166 INFO O| Aug 25 00:59:48.166 INFO ok!
104902026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.166 INFO O| Aug 25 00:59:48.166 INFO STEP 119 (ensure_file) COMPLETE
104912026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.166 INFO O| Aug 25 00:59:48.166 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.173 INFO O| Aug 25 00:59:48.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104932026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.173 INFO O| Aug 25 00:59:48.173 INFO copying /tmp/.tmpATBzha/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 ...
104942026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.173 INFO O| Aug 25 00:59:48.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104952026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.173 INFO O| Aug 25 00:59:48.173 INFO ok!
104962026-08-25T00:59:49.275Z[ host-image] Aug 25 00:59:48.173 INFO O| Aug 25 00:59:48.173 INFO STEP 120 (ensure_file) COMPLETE
104972026-08-25T00:59:49.276Z[ host-image] Aug 25 00:59:48.173 INFO O| Aug 25 00:59:48.173 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-08-25T00:59:49.276Z[ host-image] Aug 25 00:59:48.182 INFO O| Aug 25 00:59:48.182 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104992026-08-25T00:59:49.276Z[ host-image] Aug 25 00:59:48.182 INFO O| Aug 25 00:59:48.182 INFO copying /tmp/.tmpATBzha/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 ...
105002026-08-25T00:59:49.276Z[ host-image] Aug 25 00:59:48.182 INFO O| Aug 25 00:59:48.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105012026-08-25T00:59:49.276Z[ host-image] Aug 25 00:59:48.182 INFO O| Aug 25 00:59:48.182 INFO ok!
105022026-08-25T00:59:49.277Z[ host-image] Aug 25 00:59:48.182 INFO O| Aug 25 00:59:48.182 INFO STEP 121 (ensure_file) COMPLETE
105032026-08-25T00:59:49.277Z[ host-image] Aug 25 00:59:48.182 INFO O| Aug 25 00:59:48.182 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.190 INFO O| Aug 25 00:59:48.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105052026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.190 INFO O| Aug 25 00:59:48.190 INFO copying /tmp/.tmpATBzha/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 ...
105062026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.190 INFO O| Aug 25 00:59:48.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105072026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.190 INFO O| Aug 25 00:59:48.190 INFO ok!
105082026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.190 INFO O| Aug 25 00:59:48.190 INFO STEP 122 (ensure_file) COMPLETE
105092026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.190 INFO O| Aug 25 00:59:48.190 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.197 INFO O| Aug 25 00:59:48.197 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105112026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.197 INFO O| Aug 25 00:59:48.197 INFO copying /tmp/.tmpATBzha/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 ...
105122026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.197 INFO O| Aug 25 00:59:48.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105132026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.197 INFO O| Aug 25 00:59:48.197 INFO ok!
105142026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.197 INFO O| Aug 25 00:59:48.197 INFO STEP 123 (ensure_file) COMPLETE
105152026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.197 INFO O| Aug 25 00:59:48.197 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-08-25T00:59:49.371Z[ host-image] Aug 25 00:59:48.204 INFO O| Aug 25 00:59:48.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105172026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.204 INFO O| Aug 25 00:59:48.204 INFO copying /tmp/.tmpATBzha/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 ...
105182026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.204 INFO O| Aug 25 00:59:48.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105192026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.204 INFO O| Aug 25 00:59:48.204 INFO ok!
105202026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.204 INFO O| Aug 25 00:59:48.204 INFO STEP 124 (ensure_file) COMPLETE
105212026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.204 INFO O| Aug 25 00:59:48.204 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.211 INFO O| Aug 25 00:59:48.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105232026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.211 INFO O| Aug 25 00:59:48.211 INFO copying /tmp/.tmpATBzha/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 ...
105242026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.211 INFO O| Aug 25 00:59:48.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105252026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.211 INFO O| Aug 25 00:59:48.211 INFO ok!
105262026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.211 INFO O| Aug 25 00:59:48.211 INFO STEP 125 (ensure_file) COMPLETE
105272026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.211 INFO O| Aug 25 00:59:48.211 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-08-25T00:59:49.373Z[ host-image] Aug 25 00:59:48.219 INFO O| Aug 25 00:59:48.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105292026-08-25T00:59:49.374Z[ host-image] Aug 25 00:59:48.219 INFO O| Aug 25 00:59:48.219 INFO copying /tmp/.tmpATBzha/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 ...
105302026-08-25T00:59:49.374Z[ host-image] Aug 25 00:59:48.219 INFO O| Aug 25 00:59:48.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105312026-08-25T00:59:49.374Z[ host-image] Aug 25 00:59:48.219 INFO O| Aug 25 00:59:48.219 INFO ok!
105322026-08-25T00:59:49.374Z[ host-image] Aug 25 00:59:48.219 INFO O| Aug 25 00:59:48.219 INFO STEP 126 (ensure_file) COMPLETE
105332026-08-25T00:59:49.374Z[ host-image] Aug 25 00:59:48.219 INFO O| Aug 25 00:59:48.219 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.225 INFO O| Aug 25 00:59:48.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105352026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.225 INFO O| Aug 25 00:59:48.225 INFO copying /tmp/.tmpATBzha/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 ...
105362026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.225 INFO O| Aug 25 00:59:48.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105372026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.225 INFO O| Aug 25 00:59:48.225 INFO ok!
105382026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.225 INFO O| Aug 25 00:59:48.225 INFO STEP 127 (ensure_file) COMPLETE
105392026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.225 INFO O| Aug 25 00:59:48.225 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.232 INFO O| Aug 25 00:59:48.232 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105412026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.232 INFO O| Aug 25 00:59:48.232 INFO copying /tmp/.tmpATBzha/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 ...
105422026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.232 INFO O| Aug 25 00:59:48.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105432026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.232 INFO O| Aug 25 00:59:48.232 INFO ok!
105442026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.232 INFO O| Aug 25 00:59:48.232 INFO STEP 128 (ensure_file) COMPLETE
105452026-08-25T00:59:49.375Z[ host-image] Aug 25 00:59:48.232 INFO O| Aug 25 00:59:48.232 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.239 INFO O| Aug 25 00:59:48.239 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105472026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.239 INFO O| Aug 25 00:59:48.239 INFO copying /tmp/.tmpATBzha/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 ...
105482026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.239 INFO O| Aug 25 00:59:48.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105492026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.239 INFO O| Aug 25 00:59:48.239 INFO ok!
105502026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.239 INFO O| Aug 25 00:59:48.239 INFO STEP 129 (ensure_file) COMPLETE
105512026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.239 INFO O| Aug 25 00:59:48.239 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.246 INFO O| Aug 25 00:59:48.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105532026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.246 INFO O| Aug 25 00:59:48.246 INFO copying /tmp/.tmpATBzha/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 ...
105542026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.246 INFO O| Aug 25 00:59:48.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105552026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.246 INFO O| Aug 25 00:59:48.246 INFO ok!
105562026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.246 INFO O| Aug 25 00:59:48.246 INFO STEP 130 (ensure_file) COMPLETE
105572026-08-25T00:59:49.376Z[ host-image] Aug 25 00:59:48.246 INFO O| Aug 25 00:59:48.246 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-08-25T00:59:49.377Z[ host-image] Aug 25 00:59:48.252 INFO O| Aug 25 00:59:48.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105592026-08-25T00:59:49.377Z[ host-image] Aug 25 00:59:48.252 INFO O| Aug 25 00:59:48.252 INFO copying /tmp/.tmpATBzha/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 ...
105602026-08-25T00:59:49.377Z[ host-image] Aug 25 00:59:48.252 INFO O| Aug 25 00:59:48.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105612026-08-25T00:59:49.377Z[ host-image] Aug 25 00:59:48.252 INFO O| Aug 25 00:59:48.252 INFO ok!
105622026-08-25T00:59:49.377Z[ host-image] Aug 25 00:59:48.252 INFO O| Aug 25 00:59:48.252 INFO STEP 131 (ensure_file) COMPLETE
105632026-08-25T00:59:49.377Z[ host-image] Aug 25 00:59:48.252 INFO O| Aug 25 00:59:48.252 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-08-25T00:59:49.420Z[ host-image] Aug 25 00:59:48.258 INFO O| Aug 25 00:59:48.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105652026-08-25T00:59:49.420Z[ host-image] Aug 25 00:59:48.258 INFO O| Aug 25 00:59:48.258 INFO copying /tmp/.tmpATBzha/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 ...
105662026-08-25T00:59:49.420Z[ host-image] Aug 25 00:59:48.258 INFO O| Aug 25 00:59:48.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105672026-08-25T00:59:49.421Z[ host-image] Aug 25 00:59:48.258 INFO O| Aug 25 00:59:48.258 INFO ok!
105682026-08-25T00:59:49.423Z[ host-image] Aug 25 00:59:48.258 INFO O| Aug 25 00:59:48.258 INFO STEP 132 (ensure_file) COMPLETE
105692026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.258 INFO O| Aug 25 00:59:48.258 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.264 INFO O| Aug 25 00:59:48.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105712026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.264 INFO O| Aug 25 00:59:48.264 INFO copying /tmp/.tmpATBzha/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 ...
105722026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.264 INFO O| Aug 25 00:59:48.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105732026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.264 INFO O| Aug 25 00:59:48.264 INFO ok!
105742026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.264 INFO O| Aug 25 00:59:48.264 INFO STEP 133 (ensure_file) COMPLETE
105752026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.264 INFO O| Aug 25 00:59:48.264 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.272 INFO O| Aug 25 00:59:48.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105772026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.272 INFO O| Aug 25 00:59:48.272 INFO copying /tmp/.tmpATBzha/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 ...
105782026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.272 INFO O| Aug 25 00:59:48.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105792026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.272 INFO O| Aug 25 00:59:48.272 INFO ok!
105802026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.272 INFO O| Aug 25 00:59:48.272 INFO STEP 134 (ensure_file) COMPLETE
105812026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.272 INFO O| Aug 25 00:59:48.272 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.279 INFO O| Aug 25 00:59:48.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105832026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.279 INFO O| Aug 25 00:59:48.279 INFO copying /tmp/.tmpATBzha/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 ...
105842026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.279 INFO O| Aug 25 00:59:48.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105852026-08-25T00:59:49.424Z[ host-image] Aug 25 00:59:48.279 INFO O| Aug 25 00:59:48.279 INFO ok!
105862026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.279 INFO O| Aug 25 00:59:48.279 INFO STEP 135 (ensure_file) COMPLETE
105872026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.279 INFO O| Aug 25 00:59:48.279 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.287 INFO O| Aug 25 00:59:48.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105892026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.287 INFO O| Aug 25 00:59:48.287 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105902026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.287 INFO O| Aug 25 00:59:48.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105912026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.287 INFO O| Aug 25 00:59:48.287 INFO ok!
105922026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.287 INFO O| Aug 25 00:59:48.287 INFO STEP 136 (ensure_file) COMPLETE
105932026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.287 INFO O| Aug 25 00:59:48.287 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.293 INFO O| Aug 25 00:59:48.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105952026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.293 INFO O| Aug 25 00:59:48.293 INFO copying /tmp/.tmpATBzha/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 ...
105962026-08-25T00:59:49.425Z[ host-image] Aug 25 00:59:48.293 INFO O| Aug 25 00:59:48.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105972026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.293 INFO O| Aug 25 00:59:48.293 INFO ok!
105982026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.293 INFO O| Aug 25 00:59:48.293 INFO STEP 137 (ensure_file) COMPLETE
105992026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.293 INFO O| Aug 25 00:59:48.293 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.298 INFO O| Aug 25 00:59:48.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106012026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.298 INFO O| Aug 25 00:59:48.298 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106022026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.298 INFO O| Aug 25 00:59:48.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106032026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.298 INFO O| Aug 25 00:59:48.298 INFO ok!
106042026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.298 INFO O| Aug 25 00:59:48.298 INFO STEP 138 (ensure_file) COMPLETE
106052026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.298 INFO O| Aug 25 00:59:48.298 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.306 INFO O| Aug 25 00:59:48.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106072026-08-25T00:59:49.427Z[ host-image] Aug 25 00:59:48.306 INFO O| Aug 25 00:59:48.306 INFO copying /tmp/.tmpATBzha/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106082026-08-25T00:59:50.377Z[ recovery-image] Aug 25 00:59:49.100 INFO E| Compiling clap_derive v4.6.1
106092026-08-25T00:59:51.756Z[ recovery-image] Aug 25 00:59:50.674 INFO E| Compiling clap v4.6.1
106102026-08-25T00:59:51.842Z[ recovery-image] Aug 25 00:59:50.745 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106112026-08-25T00:59:52.847Z[ recovery-image] Aug 25 00:59:51.800 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s
106122026-08-25T00:59:52.865Z[ recovery-image] Aug 25 00:59:51.808 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106132026-08-25T00:59:53.190Z[ recovery-image] Aug 25 00:59:52.106 INFO E| Downloading crates ...
106142026-08-25T00:59:53.224Z[ recovery-image] Aug 25 00:59:52.149 INFO E| Downloaded bit_field v0.10.3
106152026-08-25T00:59:53.226Z[ recovery-image] Aug 25 00:59:52.157 INFO E| Downloaded bitstruct v0.1.1
106162026-08-25T00:59:53.226Z[ recovery-image] Aug 25 00:59:52.158 INFO E| Downloaded log v0.4.32
106172026-08-25T00:59:53.226Z[ recovery-image] Aug 25 00:59:52.165 INFO E| Downloaded bitstruct_derive v0.1.0
106182026-08-25T00:59:53.226Z[ recovery-image] Aug 25 00:59:52.165 INFO E| Downloaded cpio_reader v0.1.2
106192026-08-25T00:59:53.270Z[ recovery-image] Aug 25 00:59:52.176 INFO E| Downloaded bitflags v2.13.0
106202026-08-25T00:59:53.270Z[ recovery-image] Aug 25 00:59:52.182 INFO E| Downloaded miniz_oxide v0.9.1
106212026-08-25T00:59:53.270Z[ recovery-image] Aug 25 00:59:52.187 INFO E| Downloaded raw-cpuid v10.7.0
106222026-08-25T00:59:53.350Z[ recovery-image] Aug 25 00:59:52.207 INFO E| Downloaded goblin v0.10.7
106232026-08-25T00:59:53.400Z[ recovery-image] Aug 25 00:59:52.317 INFO E| Downloaded x86 v0.52.0
106242026-08-25T00:59:53.443Z[ recovery-image] Aug 25 00:59:52.367 INFO E| Updating crates.io index
106252026-08-25T00:59:53.592Z[ recovery-image] Aug 25 00:59:52.520 INFO E| Downloading crates ...
106262026-08-25T00:59:53.657Z[ recovery-image] Aug 25 00:59:52.539 INFO E| Downloaded hashbrown v0.17.1
106272026-08-25T00:59:53.657Z[ recovery-image] Aug 25 00:59:52.545 INFO E| Downloaded rustc-literal-escaper v0.0.7
106282026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.604 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)
106292026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.604 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)
106302026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.604 INFO E| Compiling proc-macro2 v1.0.106
106312026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.604 INFO E| Compiling quote v1.0.45
106322026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.604 INFO E| Compiling unicode-ident v1.0.24
106332026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.604 INFO E| Compiling syn v1.0.109
106342026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.604 INFO E| Compiling x86 v0.52.0
106352026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.604 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106362026-08-25T00:59:53.779Z[ recovery-image] Aug 25 00:59:52.616 INFO E| Compiling seq-macro v0.3.6
106372026-08-25T00:59:55.027Z[ recovery-image] Aug 25 00:59:53.752 INFO E| Compiling syn v2.0.117
106382026-08-25T00:59:55.509Z[ host-image] Aug 25 00:59:54.338 INFO O| Aug 25 00:59:54.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106392026-08-25T00:59:55.509Z[ host-image] Aug 25 00:59:54.338 INFO O| Aug 25 00:59:54.338 INFO ok!
106402026-08-25T00:59:55.510Z[ host-image] Aug 25 00:59:54.338 INFO O| Aug 25 00:59:54.338 INFO STEP 139 (ensure_file) COMPLETE
106412026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.338 INFO O| Aug 25 00:59:54.338 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.347 INFO O| Aug 25 00:59:54.347 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106432026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.347 INFO O| Aug 25 00:59:54.347 INFO STEP 140 (ensure_dir) COMPLETE
106442026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.347 INFO O| Aug 25 00:59:54.347 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106452026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.354 INFO O| Aug 25 00:59:54.353 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106462026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.354 INFO O| Aug 25 00:59:54.354 INFO STEP 141 (ensure_dir) COMPLETE
106472026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.354 INFO O| Aug 25 00:59:54.354 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.362 INFO O| Aug 25 00:59:54.362 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106492026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.362 INFO O| Aug 25 00:59:54.362 INFO STEP 142 (ensure_dir) COMPLETE
106502026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.362 INFO O| Aug 25 00:59:54.362 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.370 INFO O| Aug 25 00:59:54.370 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106522026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.370 INFO O| Aug 25 00:59:54.370 INFO STEP 143 (ensure_dir) COMPLETE
106532026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.370 INFO O| Aug 25 00:59:54.370 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.378 INFO O| Aug 25 00:59:54.378 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106552026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.378 INFO O| Aug 25 00:59:54.378 INFO copying /tmp/.tmpATBzha/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 ...
106562026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.378 INFO O| Aug 25 00:59:54.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106572026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.378 INFO O| Aug 25 00:59:54.378 INFO ok!
106582026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.378 INFO O| Aug 25 00:59:54.378 INFO STEP 144 (ensure_file) COMPLETE
106592026-08-25T00:59:55.622Z[ host-image] Aug 25 00:59:54.378 INFO O| Aug 25 00:59:54.378 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.385 INFO O| Aug 25 00:59:54.385 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106612026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.385 INFO O| Aug 25 00:59:54.385 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106622026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.385 INFO O| Aug 25 00:59:54.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106632026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.385 INFO O| Aug 25 00:59:54.385 INFO STEP 145 (ensure_dir) COMPLETE
106642026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.385 INFO O| Aug 25 00:59:54.385 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106652026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.392 INFO O| Aug 25 00:59:54.392 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106662026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.392 INFO O| Aug 25 00:59:54.392 INFO copying /tmp/.tmpATBzha/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106672026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.392 INFO O| Aug 25 00:59:54.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106682026-08-25T00:59:55.623Z[ host-image] Aug 25 00:59:54.392 INFO O| Aug 25 00:59:54.392 INFO ok!
106692026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.392 INFO O| Aug 25 00:59:54.392 INFO STEP 146 (ensure_file) COMPLETE
106702026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.392 INFO O| Aug 25 00:59:54.392 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.398 INFO O| Aug 25 00:59:54.398 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106722026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.399 INFO O| Aug 25 00:59:54.399 INFO STEP 147 (remove_files) COMPLETE
106732026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.399 INFO O| Aug 25 00:59:54.399 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.405 INFO O| Aug 25 00:59:54.405 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106752026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.405 INFO O| Aug 25 00:59:54.405 INFO STEP 148 (remove_files) COMPLETE
106762026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.405 INFO O| Aug 25 00:59:54.405 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.411 INFO O| Aug 25 00:59:54.411 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106782026-08-25T00:59:55.624Z[ host-image] Aug 25 00:59:54.411 INFO O| Aug 25 00:59:54.411 INFO STEP 149 (remove_files) COMPLETE
106792026-08-25T00:59:55.625Z[ host-image] Aug 25 00:59:54.411 INFO O| Aug 25 00:59:54.411 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-25T00:59:55.625Z[ host-image] Aug 25 00:59:54.417 INFO O| Aug 25 00:59:54.417 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106812026-08-25T00:59:55.625Z[ host-image] Aug 25 00:59:54.417 INFO O| Aug 25 00:59:54.417 INFO STEP 150 (remove_files) COMPLETE
106822026-08-25T00:59:55.625Z[ host-image] Aug 25 00:59:54.417 INFO O| Aug 25 00:59:54.417 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-25T00:59:55.625Z[ host-image] Aug 25 00:59:54.424 INFO O| Aug 25 00:59:54.424 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106842026-08-25T00:59:55.625Z[ host-image] Aug 25 00:59:54.425 INFO O| Aug 25 00:59:54.425 INFO STEP 151 (remove_files) COMPLETE
106852026-08-25T00:59:55.625Z[ host-image] Aug 25 00:59:54.425 INFO O| Aug 25 00:59:54.425 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.432 INFO O| Aug 25 00:59:54.432 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106872026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.432 INFO O| Aug 25 00:59:54.432 INFO STEP 152 (remove_files) COMPLETE
106882026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.432 INFO O| Aug 25 00:59:54.432 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.438 INFO O| Aug 25 00:59:54.438 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106902026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.438 INFO O| Aug 25 00:59:54.438 INFO STEP 153 (remove_files) COMPLETE
106912026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.438 INFO O| Aug 25 00:59:54.438 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.444 INFO O| Aug 25 00:59:54.444 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106932026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.444 INFO O| Aug 25 00:59:54.444 INFO STEP 154 (remove_files) COMPLETE
106942026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.444 INFO O| Aug 25 00:59:54.444 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-25T00:59:55.626Z[ host-image] Aug 25 00:59:54.450 INFO O| Aug 25 00:59:54.450 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106962026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.450 INFO O| Aug 25 00:59:54.450 INFO STEP 155 (remove_files) COMPLETE
106972026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.450 INFO O| Aug 25 00:59:54.450 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.458 INFO O| Aug 25 00:59:54.458 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106992026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.458 INFO O| Aug 25 00:59:54.458 INFO STEP 156 (remove_files) COMPLETE
107002026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.458 INFO O| Aug 25 00:59:54.458 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.464 INFO O| Aug 25 00:59:54.464 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107022026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.464 INFO O| Aug 25 00:59:54.464 INFO STEP 157 (remove_files) COMPLETE
107032026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.464 INFO O| Aug 25 00:59:54.464 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.470 INFO O| Aug 25 00:59:54.470 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107052026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.470 INFO O| Aug 25 00:59:54.470 INFO STEP 158 (remove_files) COMPLETE
107062026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.470 INFO O| Aug 25 00:59:54.470 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-25T00:59:55.627Z[ host-image] Aug 25 00:59:54.475 INFO O| Aug 25 00:59:54.475 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107082026-08-25T00:59:55.628Z[ host-image] Aug 25 00:59:54.475 INFO O| Aug 25 00:59:54.475 INFO STEP 159 (remove_files) COMPLETE
107092026-08-25T00:59:55.628Z[ host-image] Aug 25 00:59:54.475 INFO O| Aug 25 00:59:54.475 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-25T00:59:55.628Z[ host-image] Aug 25 00:59:54.481 INFO O| Aug 25 00:59:54.481 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107112026-08-25T00:59:55.628Z[ host-image] Aug 25 00:59:54.481 INFO O| Aug 25 00:59:54.481 INFO STEP 160 (remove_files) COMPLETE
107122026-08-25T00:59:55.628Z[ host-image] Aug 25 00:59:54.481 INFO O| Aug 25 00:59:54.481 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.487 INFO O| Aug 25 00:59:54.487 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107142026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.487 INFO O| Aug 25 00:59:54.487 INFO STEP 161 (remove_files) COMPLETE
107152026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.487 INFO O| Aug 25 00:59:54.487 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.492 INFO O| Aug 25 00:59:54.492 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107172026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.492 INFO O| Aug 25 00:59:54.492 INFO STEP 162 (remove_files) COMPLETE
107182026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.492 INFO O| Aug 25 00:59:54.492 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.500 INFO O| Aug 25 00:59:54.500 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107202026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.500 INFO O| Aug 25 00:59:54.500 INFO STEP 163 (remove_files) COMPLETE
107212026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.500 INFO O| Aug 25 00:59:54.500 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.507 INFO O| Aug 25 00:59:54.507 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107232026-08-25T00:59:55.746Z[ host-image] Aug 25 00:59:54.507 INFO O| Aug 25 00:59:54.507 INFO STEP 164 (remove_files) COMPLETE
107242026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.507 INFO O| Aug 25 00:59:54.507 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.513 INFO O| Aug 25 00:59:54.513 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107262026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.513 INFO O| Aug 25 00:59:54.513 INFO STEP 165 (remove_files) COMPLETE
107272026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.513 INFO O| Aug 25 00:59:54.513 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.519 INFO O| Aug 25 00:59:54.519 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107292026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.519 INFO O| Aug 25 00:59:54.519 INFO STEP 166 (remove_files) COMPLETE
107302026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.519 INFO O| Aug 25 00:59:54.519 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.524 INFO O| Aug 25 00:59:54.524 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107322026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.524 INFO O| Aug 25 00:59:54.524 INFO STEP 167 (remove_files) COMPLETE
107332026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.524 INFO O| Aug 25 00:59:54.524 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107342026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.531 INFO O| Aug 25 00:59:54.531 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107352026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.531 INFO O| Aug 25 00:59:54.531 INFO STEP 168 (remove_files) COMPLETE
107362026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.531 INFO O| Aug 25 00:59:54.531 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107372026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.536 INFO O| Aug 25 00:59:54.536 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107382026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.536 INFO O| Aug 25 00:59:54.536 INFO STEP 169 (remove_files) COMPLETE
107392026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.536 INFO O| Aug 25 00:59:54.536 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107402026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.542 INFO O| Aug 25 00:59:54.541 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107412026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.542 INFO O| Aug 25 00:59:54.542 INFO STEP 170 (remove_files) COMPLETE
107422026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.542 INFO O| Aug 25 00:59:54.542 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107432026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.547 INFO O| Aug 25 00:59:54.547 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107442026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.547 INFO O| Aug 25 00:59:54.547 INFO STEP 171 (remove_files) COMPLETE
107452026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.547 INFO O| Aug 25 00:59:54.547 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107462026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.553 INFO O| Aug 25 00:59:54.553 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107472026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.553 INFO O| Aug 25 00:59:54.553 INFO STEP 172 (remove_files) COMPLETE
107482026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.553 INFO O| Aug 25 00:59:54.553 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107492026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.561 INFO O| Aug 25 00:59:54.561 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107502026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.561 INFO O| Aug 25 00:59:54.561 INFO STEP 173 (remove_files) COMPLETE
107512026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.561 INFO O| Aug 25 00:59:54.561 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107522026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.568 INFO O| Aug 25 00:59:54.568 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107532026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.568 INFO O| Aug 25 00:59:54.568 INFO STEP 174 (remove_files) COMPLETE
107542026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.568 INFO O| Aug 25 00:59:54.568 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107552026-08-25T00:59:55.747Z[ host-image] Aug 25 00:59:54.574 INFO O| Aug 25 00:59:54.574 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107562026-08-25T00:59:55.749Z[ host-image] Aug 25 00:59:54.574 INFO O| Aug 25 00:59:54.574 INFO STEP 175 (remove_files) COMPLETE
107572026-08-25T00:59:55.749Z[ host-image] Aug 25 00:59:54.574 INFO O| Aug 25 00:59:54.574 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107582026-08-25T00:59:55.749Z[ host-image] Aug 25 00:59:54.584 INFO O| Aug 25 00:59:54.584 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107592026-08-25T00:59:55.749Z[ host-image] Aug 25 00:59:54.584 INFO O| Aug 25 00:59:54.584 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107602026-08-25T00:59:56.247Z[ recovery-image] Aug 25 00:59:55.197 INFO E| Compiling scroll_derive v0.13.1
107612026-08-25T00:59:57.322Z[ recovery-image] Aug 25 00:59:56.186 INFO E| Compiling bitstruct_derive v0.1.0
107622026-08-25T01:00:00.403Z[ host-image] Aug 25 00:59:59.335 INFO O| Aug 25 00:59:59.335 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
107632026-08-25T01:00:00.403Z[ host-image] Aug 25 00:59:59.335 INFO O| Aug 25 00:59:59.335 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107642026-08-25T01:00:00.468Z[ host-image] Aug 25 00:59:59.347 INFO O| Aug 25 00:59:59.347 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107652026-08-25T01:00:00.665Z[ host-image] Aug 25 00:59:59.443 INFO O| Aug 25 00:59:59.443 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107662026-08-25T01:00:00.766Z[ host-image] Aug 25 00:59:59.499 INFO O| Aug 25 00:59:59.498 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107672026-08-25T01:00:00.767Z[ host-image] Aug 25 00:59:59.561 INFO O| Aug 25 00:59:59.561 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107682026-08-25T01:00:00.767Z[ host-image] Aug 25 00:59:59.561 INFO O| Aug 25 00:59:59.561 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107692026-08-25T01:00:00.767Z[ host-image] Aug 25 00:59:59.563 INFO O| Aug 25 00:59:59.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107702026-08-25T01:00:00.767Z[ host-image] Aug 25 00:59:59.563 INFO O| Aug 25 00:59:59.563 INFO ok!
107712026-08-25T01:00:00.767Z[ host-image] Aug 25 00:59:59.563 INFO O| Aug 25 00:59:59.563 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107722026-08-25T01:00:00.767Z[ host-image] Aug 25 00:59:59.563 INFO O| Aug 25 00:59:59.563 INFO STEP 176 (seed_smf) COMPLETE
107732026-08-25T01:00:00.767Z[ host-image] Aug 25 00:59:59.563 INFO O| Aug 25 00:59:59.563 INFO steps complete; finalising image!
107742026-08-25T01:00:00.767Z[ host-image] Aug 25 00:59:59.563 INFO O| Aug 25 00:59:59.563 INFO TRIM POOL: TEMPORARY-sled-zfs
107752026-08-25T01:00:00.851Z[ host-image] Aug 25 00:59:59.652 INFO O| Aug 25 00:59:59.652 INFO trim TEMPORARY-sled-zfs: (57% trimmed, started at Tue Aug 25 00:59:59 2026)
107762026-08-25T01:00:00.920Z[ host-image] Aug 25 00:59:59.865 INFO O| Aug 25 00:59:59.865 INFO temporary pool has 913M used, 111M avail, 1.80x compressratio
107772026-08-25T01:00:00.920Z[ host-image] Aug 25 00:59:59.865 INFO O| Aug 25 00:59:59.865 INFO EXPORT POOL: TEMPORARY-sled-zfs
107782026-08-25T01:00:01.268Z[ host-image] Aug 25 01:00:00.204 INFO O| Aug 25 01:00:00.204 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107792026-08-25T01:00:01.269Z[ host-image] Aug 25 01:00:00.204 INFO O| Aug 25 01:00:00.204 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107802026-08-25T01:00:02.076Z[ host-image] Aug 25 01:00:00.985 INFO O| Aug 25 01:00:00.985 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107812026-08-25T01:00:02.077Z[ host-image] Aug 25 01:00:00.985 INFO O| Aug 25 01:00:00.985 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107822026-08-25T01:00:02.077Z[ host-image] Aug 25 01:00:00.985 INFO O| Aug 25 01:00:00.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107832026-08-25T01:00:02.085Z[ host-image] Aug 25 01:00:00.985 INFO O| Aug 25 01:00:00.985 INFO completed processing sled/zfs
107842026-08-25T01:00:02.085Z[ host-image] Aug 25 01:00:00.985 INFO O| Aug 25 01:00:00.985 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107852026-08-25T01:00:06.543Z[ recovery-image] Aug 25 01:00:05.160 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)
107862026-08-25T01:00:08.285Z[ recovery-image] Aug 25 01:00:07.214 INFO E| Compiling bitflags v1.3.2
107872026-08-25T01:00:08.286Z[ recovery-image] Aug 25 01:00:07.214 INFO E| Compiling scroll v0.13.0
107882026-08-25T01:00:08.286Z[ recovery-image] Aug 25 01:00:07.214 INFO E| Compiling plain v0.2.3
107892026-08-25T01:00:08.317Z[ recovery-image] Aug 25 01:00:07.214 INFO E| Compiling adler2 v2.0.1
107902026-08-25T01:00:08.317Z[ recovery-image] Aug 25 01:00:07.214 INFO E| Compiling bitflags v2.13.0
107912026-08-25T01:00:08.317Z[ recovery-image] Aug 25 01:00:07.214 INFO E| Compiling log v0.4.32
107922026-08-25T01:00:08.317Z[ recovery-image] Aug 25 01:00:07.214 INFO E| Compiling bit_field v0.10.3
107932026-08-25T01:00:08.318Z[ recovery-image] Aug 25 01:00:07.214 INFO E| Compiling bitstruct v0.1.1
107942026-08-25T01:00:08.318Z[ recovery-image] Aug 25 01:00:07.215 INFO E| Compiling static_assertions v1.1.0
107952026-08-25T01:00:08.533Z[ recovery-image] Aug 25 01:00:07.263 INFO E| Compiling raw-cpuid v10.7.0
107962026-08-25T01:00:08.708Z[ recovery-image] Aug 25 01:00:07.310 INFO E| Compiling miniz_oxide v0.9.1
107972026-08-25T01:00:08.708Z[ recovery-image] Aug 25 01:00:07.367 INFO E| Compiling cpio_reader v0.1.2
107982026-08-25T01:00:08.708Z[ recovery-image] Aug 25 01:00:07.436 INFO E| Compiling goblin v0.10.7
107992026-08-25T01:00:11.291Z[ recovery-image] Aug 25 01:00:10.215 INFO E| Finished `release` profile [optimized] target(s) in 18.38s
108002026-08-25T01:00:11.352Z[ recovery-image] Aug 25 01:00:10.233 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108012026-08-25T01:00:11.352Z[ recovery-image] Aug 25 01:00:10.233 INFO building ROM for gimlet
108022026-08-25T01:00:11.352Z[ recovery-image] Aug 25 01:00:10.233 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")
108032026-08-25T01:00:11.405Z[ recovery-image] Aug 25 01:00:10.306 INFO E| Downloading crates ...
108042026-08-25T01:00:11.448Z[ recovery-image] Aug 25 01:00:10.350 INFO E| Downloaded clap_derive v4.5.32
108052026-08-25T01:00:11.448Z[ recovery-image] Aug 25 01:00:10.353 INFO E| Downloaded serde_spanned v0.6.8
108062026-08-25T01:00:11.448Z[ recovery-image] Aug 25 01:00:10.355 INFO E| Downloaded duct v0.13.7
108072026-08-25T01:00:11.448Z[ recovery-image] Aug 25 01:00:10.356 INFO E| Downloaded colorchoice v1.0.3
108082026-08-25T01:00:11.448Z[ recovery-image] Aug 25 01:00:10.363 INFO E| Downloaded anstyle-query v1.1.2
108092026-08-25T01:00:11.448Z[ recovery-image] Aug 25 01:00:10.364 INFO E| Downloaded toml_datetime v0.6.9
108102026-08-25T01:00:11.448Z[ recovery-image] Aug 25 01:00:10.368 INFO E| Downloaded clap_lex v0.7.4
108112026-08-25T01:00:11.449Z[ recovery-image] Aug 25 01:00:10.368 INFO E| Downloaded anstyle-parse v0.2.6
108122026-08-25T01:00:11.452Z[ recovery-image] Aug 25 01:00:10.370 INFO E| Downloaded is_terminal_polyfill v1.70.1
108132026-08-25T01:00:11.452Z[ recovery-image] Aug 25 01:00:10.374 INFO E| Downloaded anstyle v1.0.10
108142026-08-25T01:00:11.452Z[ recovery-image] Aug 25 01:00:10.376 INFO E| Downloaded shared_child v1.0.1
108152026-08-25T01:00:11.452Z[ recovery-image] Aug 25 01:00:10.377 INFO E| Downloaded anstream v0.6.18
108162026-08-25T01:00:11.509Z[ recovery-image] Aug 25 01:00:10.382 INFO E| Downloaded os_pipe v1.2.1
108172026-08-25T01:00:11.509Z[ recovery-image] Aug 25 01:00:10.384 INFO E| Downloaded toml_write v0.1.1
108182026-08-25T01:00:11.509Z[ recovery-image] Aug 25 01:00:10.390 INFO E| Downloaded clap v4.5.37
108192026-08-25T01:00:11.509Z[ recovery-image] Aug 25 01:00:10.398 INFO E| Downloaded toml v0.8.22
108202026-08-25T01:00:11.509Z[ recovery-image] Aug 25 01:00:10.415 INFO E| Downloaded winnow v0.7.7
108212026-08-25T01:00:11.509Z[ recovery-image] Aug 25 01:00:10.420 INFO E| Downloaded cc v1.2.20
108222026-08-25T01:00:11.509Z[ recovery-image] Aug 25 01:00:10.422 INFO E| Downloaded toml_edit v0.22.26
108232026-08-25T01:00:11.700Z[ recovery-image] Aug 25 01:00:10.440 INFO E| Downloaded clap_builder v4.5.37
108242026-08-25T01:00:11.700Z[ recovery-image] Aug 25 01:00:10.453 INFO E| Compiling libc v0.2.172
108252026-08-25T01:00:11.700Z[ recovery-image] Aug 25 01:00:10.453 INFO E| Compiling utf8parse v0.2.2
108262026-08-25T01:00:11.700Z[ recovery-image] Aug 25 01:00:10.453 INFO E| Compiling equivalent v1.0.2
108272026-08-25T01:00:11.700Z[ recovery-image] Aug 25 01:00:10.453 INFO E| Compiling shlex v1.3.0
108282026-08-25T01:00:11.700Z[ recovery-image] Aug 25 01:00:10.453 INFO E| Compiling anstyle v1.0.10
108292026-08-25T01:00:11.700Z[ recovery-image] Aug 25 01:00:10.470 INFO E| Compiling is_terminal_polyfill v1.70.1
108302026-08-25T01:00:11.700Z[ recovery-image] Aug 25 01:00:10.470 INFO E| Compiling anstyle-query v1.1.2
108312026-08-25T01:00:11.701Z[ recovery-image] Aug 25 01:00:10.470 INFO E| Compiling colorchoice v1.0.3
108322026-08-25T01:00:11.701Z[ recovery-image] Aug 25 01:00:10.470 INFO E| Compiling hashbrown v0.15.2
108332026-08-25T01:00:11.701Z[ recovery-image] Aug 25 01:00:10.470 INFO E| Compiling once_cell v1.21.3
108342026-08-25T01:00:11.701Z[ recovery-image] Aug 25 01:00:10.470 INFO E| Compiling toml_write v0.1.1
108352026-08-25T01:00:11.701Z[ recovery-image] Aug 25 01:00:10.471 INFO E| Compiling winnow v0.7.7
108362026-08-25T01:00:11.701Z[ recovery-image] Aug 25 01:00:10.481 INFO E| Compiling anyhow v1.0.98
108372026-08-25T01:00:11.701Z[ recovery-image] Aug 25 01:00:10.481 INFO E| Compiling clap_lex v0.7.4
108382026-08-25T01:00:11.854Z[ recovery-image] Aug 25 01:00:10.488 INFO E| Compiling strsim v0.11.1
108392026-08-25T01:00:11.855Z[ recovery-image] Aug 25 01:00:10.492 INFO E| Compiling syn v2.0.101
108402026-08-25T01:00:11.855Z[ recovery-image] Aug 25 01:00:10.590 INFO E| Compiling anstyle-parse v0.2.6
108412026-08-25T01:00:11.855Z[ recovery-image] Aug 25 01:00:10.650 INFO E| Compiling cc v1.2.20
108422026-08-25T01:00:11.958Z[ recovery-image] Aug 25 01:00:10.729 INFO E| Compiling anstream v0.6.18
108432026-08-25T01:00:12.036Z[ recovery-image] Aug 25 01:00:10.918 INFO E| Compiling clap_builder v4.5.37
108442026-08-25T01:00:12.037Z[ recovery-image] Aug 25 01:00:10.919 INFO E| Compiling indexmap v2.9.0
108452026-08-25T01:00:12.224Z[ recovery-image] Aug 25 01:00:11.063 INFO E| Compiling shared_child v1.0.1
108462026-08-25T01:00:12.224Z[ recovery-image] Aug 25 01:00:11.063 INFO E| Compiling os_pipe v1.2.1
108472026-08-25T01:00:12.303Z[ recovery-image] Aug 25 01:00:11.174 INFO E| Compiling duct v0.13.7
108482026-08-25T01:00:12.698Z[ recovery-image] Aug 25 01:00:11.635 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108492026-08-25T01:00:13.618Z[ recovery-image] Aug 25 01:00:12.464 INFO E| Compiling serde_derive v1.0.219
108502026-08-25T01:00:13.618Z[ recovery-image] Aug 25 01:00:12.465 INFO E| Compiling clap_derive v4.5.32
108512026-08-25T01:00:14.806Z[ recovery-image] Aug 25 01:00:13.746 INFO E| Compiling clap v4.5.37
108522026-08-25T01:00:15.570Z[ recovery-image] Aug 25 01:00:14.466 INFO E| Compiling serde v1.0.219
108532026-08-25T01:00:17.519Z[ recovery-image] Aug 25 01:00:16.478 INFO E| Compiling toml_datetime v0.6.9
108542026-08-25T01:00:17.519Z[ recovery-image] Aug 25 01:00:16.478 INFO E| Compiling serde_spanned v0.6.8
108552026-08-25T01:00:17.746Z[ recovery-image] Aug 25 01:00:16.684 INFO E| Compiling toml_edit v0.22.26
108562026-08-25T01:00:19.228Z[ recovery-image] Aug 25 01:00:17.968 INFO E| Compiling toml v0.8.22
108572026-08-25T01:00:20.750Z[ host-image] Aug 25 01:00:19.610 INFO O| Aug 25 01:00:19.610 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108582026-08-25T01:00:20.810Z[ host-image] Aug 25 01:00:19.733 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
108592026-08-25T01:00:20.811Z[ host-image] Aug 25 01:00:19.733 INFO expanded image name: "ci 82b3aa3/${os_short_commit} 2026-08-25 00:41" -> "ci 82b3aa3/bbd33bf 2026-08-25 00:41"
108602026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.733 INFO output artefacts stored in: "/work/os-host"
108612026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.733 INFO collecting git info from project "dmar-report"...
108622026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.739 INFO collecting git info from project "amd-host-image-builder"...
108632026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.744 INFO collecting git info from project "image-builder"...
108642026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.748 INFO collecting git info from project "pinprick"...
108652026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.752 INFO collecting git info from project "amd-firmware"...
108662026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.765 INFO collecting git info from project "chelsio-t6-roms"...
108672026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.770 INFO collecting git info from project "phbl"...
108682026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.774 INFO collecting git info from project "bootserver"...
108692026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.778 INFO collecting git info from project "pilot"...
108702026-08-25T01:00:20.849Z[ host-image] Aug 25 01:00:19.783 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108712026-08-25T01:00:21.188Z[ host-image] Aug 25 01:00:20.121 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108722026-08-25T01:00:21.339Z[ recovery-image] Aug 25 01:00:20.286 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s
108732026-08-25T01:00:21.350Z[ recovery-image] Aug 25 01:00:20.296 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`
108742026-08-25T01:00:21.350Z[ recovery-image] Aug 25 01:00:20.312 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108752026-08-25T01:00:21.445Z[ recovery-image] Aug 25 01:00:20.396 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108762026-08-25T01:00:21.473Z[ recovery-image] Aug 25 01:00:20.400 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`
108772026-08-25T01:00:21.522Z[ host-image] Aug 25 01:00:20.451 INFO creating Oxide boot image...
108782026-08-25T01:00:21.522Z[ host-image] Aug 25 01:00:20.451 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 82b3aa3/bbd33bf 2026-08-25 00:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108792026-08-25T01:00:21.600Z[ recovery-image] Aug 25 01:00:20.517 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108802026-08-25T01:00:21.600Z[ recovery-image] Aug 25 01:00:20.517 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108812026-08-25T01:00:21.600Z[ recovery-image] Aug 25 01:00:20.517 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108822026-08-25T01:00:21.659Z[ recovery-image] Aug 25 01:00:20.517 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108832026-08-25T01:00:21.659Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108842026-08-25T01:00:21.659Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108852026-08-25T01:00:21.659Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108862026-08-25T01:00:21.659Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108872026-08-25T01:00:21.660Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108882026-08-25T01:00:21.660Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108892026-08-25T01:00:21.660Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108902026-08-25T01:00:21.660Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108912026-08-25T01:00:21.660Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108922026-08-25T01:00:21.660Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108932026-08-25T01:00:21.660Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108942026-08-25T01:00:21.660Z[ recovery-image] Aug 25 01:00:20.518 INFO O| Info: ABL version: 0x100f5010
108952026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.518 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108962026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108972026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108982026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108992026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109002026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109012026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109022026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109032026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109042026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109052026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109062026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109072026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109082026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109092026-08-25T01:00:21.661Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109102026-08-25T01:00:21.662Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109112026-08-25T01:00:21.662Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109122026-08-25T01:00:21.662Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109132026-08-25T01:00:21.662Z[ recovery-image] Aug 25 01:00:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109142026-08-25T01:00:21.662Z[ recovery-image] Aug 25 01:00:20.557 INFO building ROM for cosmo
109152026-08-25T01:00:21.662Z[ recovery-image] Aug 25 01:00:20.557 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")
109162026-08-25T01:00:21.729Z[ recovery-image] Aug 25 01:00:20.659 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109172026-08-25T01:00:21.840Z[ recovery-image] Aug 25 01:00:20.663 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`
109182026-08-25T01:00:21.840Z[ recovery-image] Aug 25 01:00:20.680 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109192026-08-25T01:00:21.866Z[ recovery-image] Aug 25 01:00:20.756 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109202026-08-25T01:00:21.866Z[ recovery-image] Aug 25 01:00:20.761 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`
109212026-08-25T01:00:22.040Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109222026-08-25T01:00:22.040Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109232026-08-25T01:00:22.040Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109242026-08-25T01:00:22.073Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109252026-08-25T01:00:22.073Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109262026-08-25T01:00:22.074Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109272026-08-25T01:00:22.074Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109282026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109292026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109302026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109312026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109322026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109332026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109342026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109352026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109362026-08-25T01:00:22.075Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109372026-08-25T01:00:22.076Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109382026-08-25T01:00:22.076Z[ recovery-image] Aug 25 01:00:20.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109392026-08-25T01:00:22.076Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109402026-08-25T01:00:22.076Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109412026-08-25T01:00:22.076Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109422026-08-25T01:00:22.076Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109432026-08-25T01:00:22.076Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109442026-08-25T01:00:22.076Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109452026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109462026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109472026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109482026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109492026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109502026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109512026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109522026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109532026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109542026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109552026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109562026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109572026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109582026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109592026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109602026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109612026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109622026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109632026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109642026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109652026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109662026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109672026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109682026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109692026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109702026-08-25T01:00:22.077Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109712026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109722026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109732026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109742026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO O| Info: ABL version: 0x100af010
109752026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109762026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109772026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109782026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109792026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109802026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109812026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109822026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109832026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109842026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109852026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109862026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109872026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109882026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109892026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109902026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109912026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109922026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109932026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109942026-08-25T01:00:22.078Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109952026-08-25T01:00:22.080Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109962026-08-25T01:00:22.080Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109972026-08-25T01:00:22.080Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109982026-08-25T01:00:22.080Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109992026-08-25T01:00:22.080Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110002026-08-25T01:00:22.080Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110012026-08-25T01:00:22.080Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110022026-08-25T01:00:22.081Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110032026-08-25T01:00:22.081Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110042026-08-25T01:00:22.081Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110052026-08-25T01:00:22.081Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110062026-08-25T01:00:22.081Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110072026-08-25T01:00:22.081Z[ recovery-image] Aug 25 01:00:20.992 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110082026-08-25T01:00:22.149Z[ recovery-image] Aug 25 01:00:21.030 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110092026-08-25T01:00:22.149Z[ recovery-image] Aug 25 01:00:21.030 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110102026-08-25T01:00:22.293Z[ host-image] Aug 25 01:00:21.253 INFO O| ok, image written!
110112026-08-25T01:00:22.293Z[ host-image] Aug 25 01:00:21.253 INFO O| ok, boot_image_csum file written!
110122026-08-25T01:00:22.314Z[ host-image] Aug 25 01:00:21.255 INFO creating boot archive (CPIO)...
110132026-08-25T01:00:22.314Z[ host-image] Aug 25 01:00:21.255 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
110142026-08-25T01:00:22.314Z[ host-image] Aug 25 01:00:21.259 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110152026-08-25T01:00:22.314Z[ host-image] Aug 25 01:00:21.259 INFO E| + outfile=/work/os-host/cpio
110162026-08-25T01:00:22.314Z[ host-image] Aug 25 01:00:21.259 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110172026-08-25T01:00:22.314Z[ host-image] Aug 25 01:00:21.262 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110182026-08-25T01:00:22.314Z[ host-image] Aug 25 01:00:21.262 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110192026-08-25T01:00:22.352Z[ host-image] Aug 25 01:00:21.288 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110202026-08-25T01:00:22.352Z[ host-image] Aug 25 01:00:21.288 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110212026-08-25T01:00:22.375Z[ host-image] Aug 25 01:00:21.295 INFO creating compressed cpio/unix for dev loaders...
110222026-08-25T01:00:22.375Z[ host-image] Aug 25 01:00:21.295 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
110232026-08-25T01:00:22.605Z[ host-image] Aug 25 01:00:21.522 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110242026-08-25T01:00:23.339Z[ recovery-image] Aug 25 01:00:22.206 INFO image complete! materials are in "/work/os-recovery"
110252026-08-25T01:00:23.716Z[ recovery-image]
110262026-08-25T01:00:23.716Z[ recovery-image] real 3:18.858063815
110272026-08-25T01:00:23.716Z[ recovery-image] user 2:37.816458039
110282026-08-25T01:00:23.716Z[ recovery-image] sys 38.960504243
110292026-08-25T01:00:23.716Z[ recovery-image] trap 0.131958480
110302026-08-25T01:00:23.716Z[ recovery-image] tflt 0.959655684
110312026-08-25T01:00:23.716Z[ recovery-image] dflt 0.813681002
110322026-08-25T01:00:23.717Z[ recovery-image] kflt 0.000106040
110332026-08-25T01:00:23.717Z[ recovery-image] lock 8:07.448626131
110342026-08-25T01:00:23.717Z[ recovery-image] slp 17:41.111151784
110352026-08-25T01:00:23.717Z[ recovery-image] lat 28.550594395
110362026-08-25T01:00:23.717Z[ recovery-image] stop 6.788715824
110372026-08-25T01:00:23.717ZAug 25 01:00:22.210 INFO [recovery-image] process exited with exit status: 0 (198.863263213s)
110382026-08-25T01:00:23.717ZAug 25 01:00:22.210 INFO [tuf-v2-recovery] running task
110392026-08-25T01:00:23.717ZAug 25 01:00:22.211 INFO [tuf-v2-recovery] task succeeded (682.961µs)
110402026-08-25T01:00:25.900Z[ host-image] Aug 25 01:00:24.763 INFO creating reset image...
110412026-08-25T01:00:25.900Z[ host-image] Aug 25 01:00:24.764 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")
110422026-08-25T01:00:26.118Z[ host-image] Aug 25 01:00:24.829 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110432026-08-25T01:00:26.118Z[ host-image] Aug 25 01:00:24.830 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110442026-08-25T01:00:26.679Z[ host-image] Aug 25 01:00:25.095 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)
110452026-08-25T01:00:26.679Z[ host-image] Aug 25 01:00:25.095 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)
110462026-08-25T01:00:26.680Z[ host-image] Aug 25 01:00:25.095 INFO E| Compiling proc-macro2 v1.0.106
110472026-08-25T01:00:26.680Z[ host-image] Aug 25 01:00:25.095 INFO E| Compiling unicode-ident v1.0.24
110482026-08-25T01:00:26.680Z[ host-image] Aug 25 01:00:25.095 INFO E| Compiling quote v1.0.45
110492026-08-25T01:00:26.680Z[ host-image] Aug 25 01:00:25.095 INFO E| Compiling syn v1.0.109
110502026-08-25T01:00:26.680Z[ host-image] Aug 25 01:00:25.095 INFO E| Compiling x86 v0.52.0
110512026-08-25T01:00:26.680Z[ host-image] Aug 25 01:00:25.095 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110522026-08-25T01:00:26.680Z[ host-image] Aug 25 01:00:25.095 INFO E| Compiling seq-macro v0.3.6
110532026-08-25T01:00:27.087Z[ host-image] Aug 25 01:00:26.035 INFO E| Compiling syn v2.0.117
110542026-08-25T01:00:28.412Z[ host-image] Aug 25 01:00:27.346 INFO E| Compiling scroll_derive v0.13.1
110552026-08-25T01:00:29.457Z[ host-image] Aug 25 01:00:28.395 INFO E| Compiling bitstruct_derive v0.1.0
110562026-08-25T01:00:38.493Z[ host-image] Aug 25 01:00:37.412 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)
110572026-08-25T01:00:40.589Z[ host-image] Aug 25 01:00:39.509 INFO E| Compiling bitflags v1.3.2
110582026-08-25T01:00:40.589Z[ host-image] Aug 25 01:00:39.509 INFO E| Compiling scroll v0.13.0
110592026-08-25T01:00:40.662Z[ host-image] Aug 25 01:00:39.509 INFO E| Compiling bitflags v2.13.0
110602026-08-25T01:00:40.662Z[ host-image] Aug 25 01:00:39.509 INFO E| Compiling bit_field v0.10.3
110612026-08-25T01:00:40.662Z[ host-image] Aug 25 01:00:39.509 INFO E| Compiling adler2 v2.0.1
110622026-08-25T01:00:40.662Z[ host-image] Aug 25 01:00:39.509 INFO E| Compiling log v0.4.32
110632026-08-25T01:00:40.662Z[ host-image] Aug 25 01:00:39.509 INFO E| Compiling plain v0.2.3
110642026-08-25T01:00:40.662Z[ host-image] Aug 25 01:00:39.509 INFO E| Compiling static_assertions v1.1.0
110652026-08-25T01:00:40.662Z[ host-image] Aug 25 01:00:39.510 INFO E| Compiling bitstruct v0.1.1
110662026-08-25T01:00:40.662Z[ host-image] Aug 25 01:00:39.558 INFO E| Compiling raw-cpuid v10.7.0
110672026-08-25T01:00:40.712Z[ host-image] Aug 25 01:00:39.603 INFO E| Compiling miniz_oxide v0.9.1
110682026-08-25T01:00:40.853Z[ host-image] Aug 25 01:00:39.672 INFO E| Compiling cpio_reader v0.1.2
110692026-08-25T01:00:41.078Z[ host-image] Aug 25 01:00:39.730 INFO E| Compiling goblin v0.10.7
110702026-08-25T01:00:43.702Z[ host-image] Aug 25 01:00:42.529 INFO E| Finished `release` profile [optimized] target(s) in 17.68s
110712026-08-25T01:00:43.788Z[ host-image] Aug 25 01:00:42.542 INFO building ROM for cosmo
110722026-08-25T01:00:43.788Z[ host-image] Aug 25 01:00:42.542 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")
110732026-08-25T01:00:43.788Z[ host-image] Aug 25 01:00:42.632 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110742026-08-25T01:00:43.788Z[ host-image] Aug 25 01:00:42.635 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`
110752026-08-25T01:00:43.788Z[ host-image] Aug 25 01:00:42.647 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110762026-08-25T01:00:43.788Z[ host-image] Aug 25 01:00:42.714 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110772026-08-25T01:00:43.850Z[ host-image] Aug 25 01:00:42.720 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`
110782026-08-25T01:00:43.992Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110792026-08-25T01:00:43.992Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110802026-08-25T01:00:43.992Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110812026-08-25T01:00:44.035Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110822026-08-25T01:00:44.035Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110832026-08-25T01:00:44.036Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110842026-08-25T01:00:44.036Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110852026-08-25T01:00:44.036Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110862026-08-25T01:00:44.036Z[ host-image] Aug 25 01:00:42.927 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110872026-08-25T01:00:44.036Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110882026-08-25T01:00:44.036Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110892026-08-25T01:00:44.036Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110902026-08-25T01:00:44.036Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110912026-08-25T01:00:44.037Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110922026-08-25T01:00:44.037Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110932026-08-25T01:00:44.037Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110942026-08-25T01:00:44.037Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110952026-08-25T01:00:44.037Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110962026-08-25T01:00:44.037Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110972026-08-25T01:00:44.037Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110982026-08-25T01:00:44.038Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110992026-08-25T01:00:44.038Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111002026-08-25T01:00:44.038Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111012026-08-25T01:00:44.038Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111022026-08-25T01:00:44.038Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111032026-08-25T01:00:44.038Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111042026-08-25T01:00:44.039Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111052026-08-25T01:00:44.039Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111062026-08-25T01:00:44.039Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111072026-08-25T01:00:44.039Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111082026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111092026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111102026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111112026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111122026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111132026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111142026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111152026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111162026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111172026-08-25T01:00:44.040Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111182026-08-25T01:00:44.041Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111192026-08-25T01:00:44.041Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111202026-08-25T01:00:44.041Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111212026-08-25T01:00:44.042Z[ host-image] Aug 25 01:00:42.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111222026-08-25T01:00:44.042Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111232026-08-25T01:00:44.042Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111242026-08-25T01:00:44.042Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111252026-08-25T01:00:44.042Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111262026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111272026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111282026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111292026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111302026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111312026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO O| Info: ABL version: 0x100af010
111322026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111332026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111342026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111352026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111362026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111372026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111382026-08-25T01:00:44.043Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111392026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111402026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111412026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111422026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111432026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111442026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111452026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111462026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111472026-08-25T01:00:44.044Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111482026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111492026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111502026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111512026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111522026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111532026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111542026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111552026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111562026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111572026-08-25T01:00:44.046Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111582026-08-25T01:00:44.047Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111592026-08-25T01:00:44.047Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111602026-08-25T01:00:44.047Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111612026-08-25T01:00:44.047Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111622026-08-25T01:00:44.048Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111632026-08-25T01:00:44.048Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111642026-08-25T01:00:44.048Z[ host-image] Aug 25 01:00:42.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111652026-08-25T01:00:44.049Z[ host-image] Aug 25 01:00:42.963 INFO building ROM for gimlet
111662026-08-25T01:00:44.049Z[ host-image] Aug 25 01:00:42.963 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")
111672026-08-25T01:00:44.273Z[ host-image] Aug 25 01:00:43.048 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111682026-08-25T01:00:44.305Z[ host-image] Aug 25 01:00:43.050 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`
111692026-08-25T01:00:44.305Z[ host-image] Aug 25 01:00:43.060 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111702026-08-25T01:00:44.305Z[ host-image] Aug 25 01:00:43.128 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111712026-08-25T01:00:44.305Z[ host-image] Aug 25 01:00:43.131 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`
111722026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111732026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111742026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111752026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111762026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111772026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111782026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111792026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111802026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111812026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111822026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111832026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111842026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111852026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111862026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111872026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.251 INFO O| Info: ABL version: 0x100f5010
111882026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.251 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111892026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111902026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111912026-08-25T01:00:44.331Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111922026-08-25T01:00:44.332Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111932026-08-25T01:00:44.333Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111942026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111952026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111962026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111972026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111982026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111992026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
112002026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
112012026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
112022026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112032026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112042026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112052026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112062026-08-25T01:00:44.334Z[ host-image] Aug 25 01:00:43.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112072026-08-25T01:00:44.365Z[ host-image] Aug 25 01:00:43.285 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112082026-08-25T01:00:44.365Z[ host-image] Aug 25 01:00:43.285 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112092026-08-25T01:00:44.365Z[ host-image] Aug 25 01:00:43.285 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112102026-08-25T01:00:56.172Z[ host-image] Aug 25 01:00:54.969 INFO image complete! materials are in "/work/os-host"
112112026-08-25T01:00:56.236Z[ host-image]
112122026-08-25T01:00:56.236Z[ host-image] real 4:01.454920442
112132026-08-25T01:00:56.237Z[ host-image] user 2:48.982979492
112142026-08-25T01:00:56.237Z[ host-image] sys 36.519818344
112152026-08-25T01:00:56.237Z[ host-image] trap 0.138283029
112162026-08-25T01:00:56.237Z[ host-image] tflt 0.323465222
112172026-08-25T01:00:56.237Z[ host-image] dflt 0.249761611
112182026-08-25T01:00:56.237Z[ host-image] kflt 0.000208870
112192026-08-25T01:00:56.237Z[ host-image] lock 4:41.735839063
112202026-08-25T01:00:56.237Z[ host-image] slp 20:23.022821883
112212026-08-25T01:00:56.237Z[ host-image] lat 22.553851291
112222026-08-25T01:00:56.237Z[ host-image] stop 1.527439709
112232026-08-25T01:00:56.237ZAug 25 01:00:54.973 INFO [host-image] process exited with exit status: 0 (241.460488871s)
112242026-08-25T01:00:56.238ZAug 25 01:00:54.973 INFO [tuf-v2-host] running task
112252026-08-25T01:00:56.238ZAug 25 01:00:54.973 INFO [tuf-repo] running task
112262026-08-25T01:00:56.238ZAug 25 01:00:54.974 INFO [tuf-v2-host] task succeeded (561.771µs)
112272026-08-25T01:00:56.238ZAug 25 01:00:54.974 INFO [tuf-v2-repo] running task
112282026-08-25T01:01:17.167ZAug 25 01:01:15.994 INFO assembling repository in `/tmp/tufaceous7cMQjy`, component: OmicronRepoAssembler
112292026-08-25T01:01:17.566ZAug 25 01:01:16.397 INFO [tuf-v2-repo] task succeeded (21.422837885s)
112302026-08-25T01:01:25.898ZAug 25 01:01:24.777 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112312026-08-25T01:01:26.162ZAug 25 01:01:25.025 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112322026-08-25T01:01:28.423ZAug 25 01:01:27.247 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112332026-08-25T01:01:28.675ZAug 25 01:01:27.300 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112342026-08-25T01:01:28.675ZAug 25 01:01:27.348 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112352026-08-25T01:01:28.675ZAug 25 01:01:27.395 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112362026-08-25T01:01:28.898ZAug 25 01:01:27.452 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112372026-08-25T01:01:28.899ZAug 25 01:01:27.500 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112382026-08-25T01:01:28.899ZAug 25 01:01:27.550 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112392026-08-25T01:01:39.092ZAug 25 01:01:37.955 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
112402026-08-25T01:01:39.133ZAug 25 01:01:37.961 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
112412026-08-25T01:01:39.133ZAug 25 01:01:37.984 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
112422026-08-25T01:01:39.134ZAug 25 01:01:38.036 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112432026-08-25T01:01:39.230ZAug 25 01:01:38.089 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112442026-08-25T01:01:39.321ZAug 25 01:01:38.157 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112452026-08-25T01:01:39.321ZAug 25 01:01:38.221 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
112462026-08-25T01:01:39.321ZAug 25 01:01:38.226 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
112472026-08-25T01:01:39.332ZAug 25 01:01:38.251 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
112482026-08-25T01:01:41.085ZAug 25 01:01:39.996 INFO [tuf-repo] task succeeded (45.022604045s)
112492026-08-25T01:04:07.664Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
112502026-08-25T01:04:07.667Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112512026-08-25T01:04:07.668Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112522026-08-25T01:04:10.309ZAug 25 01:04:09.278 INFO [verify-libraries] process exited with exit status: 0 (426.196464588s)
112532026-08-25T01:04:10.309ZAug 25 01:04:09.278 INFO all jobs completed in 1370.042456844s
112542026-08-25T01:04:11.545Zprocess exited: duration 1593620 ms, exit code 0
 
112552026-08-25T01:04:11.559Zfound 41 output files
112562026-08-25T01:04:11.559Zuploading: /work/manifest.toml (17334 bytes)
112572026-08-25T01:04:12.575Zuploaded: /work/manifest.toml
112582026-08-25T01:04:12.575Zuploading: /work/repo.zip (3287716361 bytes)
112592026-08-25T01:05:13.671Zuploaded: /work/repo.zip
112602026-08-25T01:05:13.818Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112612026-08-25T01:05:14.866Zuploaded: /work/repo.zip.sha256.txt
112622026-08-25T01:05:14.866Zuploading: /work/helios.json (647 bytes)
112632026-08-25T01:05:15.895Zuploaded: /work/helios.json
112642026-08-25T01:05:15.895Zuploading: /work/incorporation.p5m (113590 bytes)
112652026-08-25T01:05:16.916Zuploaded: /work/incorporation.p5m
112662026-08-25T01:05:16.916Zuploading: /work/incorporation.p5p (133120 bytes)
112672026-08-25T01:05:17.936Zuploaded: /work/incorporation.p5p
112682026-08-25T01:05:17.936Zuploading: /work/helios-incorp.log (522 bytes)
112692026-08-25T01:05:18.949Zuploaded: /work/helios-incorp.log
112702026-08-25T01:05:18.949Zuploading: /work/helios-setup.log (57034 bytes)
112712026-08-25T01:05:19.963Zuploaded: /work/helios-setup.log
112722026-08-25T01:05:19.963Zuploading: /work/host-image.log (233350 bytes)
112732026-08-25T01:05:21.046Zuploaded: /work/host-image.log
112742026-08-25T01:05:21.046Zuploading: /work/host-package.log (33948 bytes)
112752026-08-25T01:05:22.116Zuploaded: /work/host-package.log
112762026-08-25T01:05:22.116Zuploading: /work/host-target.log (101 bytes)
112772026-08-25T01:05:23.126Zuploaded: /work/host-target.log
112782026-08-25T01:05:23.126Zuploading: /work/incorp-create.log (0 bytes)
112792026-08-25T01:05:24.134Zuploaded: /work/incorp-create.log
112802026-08-25T01:05:24.134Zuploading: /work/incorp-fmt.log (0 bytes)
112812026-08-25T01:05:25.147Zuploaded: /work/incorp-fmt.log
112822026-08-25T01:05:25.147Zuploading: /work/incorp-pkgsend.log (108 bytes)
112832026-08-25T01:05:26.179Zuploaded: /work/incorp-pkgsend.log
112842026-08-25T01:05:26.179Zuploading: /work/incorp-publisher.log (0 bytes)
112852026-08-25T01:05:27.196Zuploaded: /work/incorp-publisher.log
112862026-08-25T01:05:27.196Zuploading: /work/omicron-package.log (10067 bytes)
112872026-08-25T01:05:28.247Zuploaded: /work/omicron-package.log
112882026-08-25T01:05:28.247Zuploading: /work/recovery-image.log (591799 bytes)
112892026-08-25T01:05:29.327Zuploaded: /work/recovery-image.log
112902026-08-25T01:05:29.327Zuploading: /work/recovery-package.log (321 bytes)
112912026-08-25T01:05:30.344Zuploaded: /work/recovery-package.log
112922026-08-25T01:05:30.344Zuploading: /work/recovery-target.log (98 bytes)
112932026-08-25T01:05:31.521Zuploaded: /work/recovery-target.log
112942026-08-25T01:05:31.521Zuploading: /work/stamp-clickhouse.log (117 bytes)
112952026-08-25T01:05:32.585Zuploaded: /work/stamp-clickhouse.log
112962026-08-25T01:05:32.585Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112972026-08-25T01:05:33.631Zuploaded: /work/stamp-clickhouse_keeper.log
112982026-08-25T01:05:33.631Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112992026-08-25T01:05:34.663Zuploaded: /work/stamp-clickhouse_server.log
113002026-08-25T01:05:34.663Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113012026-08-25T01:05:35.726Zuploaded: /work/stamp-cockroachdb.log
113022026-08-25T01:05:35.726Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113032026-08-25T01:05:36.774Zuploaded: /work/stamp-crucible-pantry-zone.log
113042026-08-25T01:05:36.774Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113052026-08-25T01:05:37.803Zuploaded: /work/stamp-crucible-utils.log
113062026-08-25T01:05:37.803Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113072026-08-25T01:05:38.853Zuploaded: /work/stamp-crucible-zone.log
113082026-08-25T01:05:38.853Zuploading: /work/stamp-external-dns.log (119 bytes)
113092026-08-25T01:05:39.868Zuploaded: /work/stamp-external-dns.log
113102026-08-25T01:05:39.868Zuploading: /work/stamp-installinator.log (103 bytes)
113112026-08-25T01:05:40.896Zuploaded: /work/stamp-installinator.log
113122026-08-25T01:05:40.896Zuploading: /work/stamp-internal-dns.log (119 bytes)
113132026-08-25T01:05:41.915Zuploaded: /work/stamp-internal-dns.log
113142026-08-25T01:05:41.915Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113152026-08-25T01:05:45.678Zuploaded: /work/stamp-mg-ddm-gz.log
113162026-08-25T01:05:45.678Zuploading: /work/stamp-nexus.log (112 bytes)
113172026-08-25T01:05:47.483Zuploaded: /work/stamp-nexus.log
113182026-08-25T01:05:47.483Zuploading: /work/stamp-ntp.log (110 bytes)
113192026-08-25T01:05:48.572Zuploaded: /work/stamp-ntp.log
113202026-08-25T01:05:48.572Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113212026-08-25T01:05:49.593Zuploaded: /work/stamp-omicron-sled-agent.log
113222026-08-25T01:05:49.593Zuploading: /work/stamp-overlay.log (114 bytes)
113232026-08-25T01:05:50.603Zuploaded: /work/stamp-overlay.log
113242026-08-25T01:05:50.603Zuploading: /work/stamp-oximeter.log (115 bytes)
113252026-08-25T01:05:51.624Zuploaded: /work/stamp-oximeter.log
113262026-08-25T01:05:51.624Zuploading: /work/stamp-oxlog.log (109 bytes)
113272026-08-25T01:05:52.648Zuploaded: /work/stamp-oxlog.log
113282026-08-25T01:05:52.648Zuploading: /work/stamp-probe.log (112 bytes)
113292026-08-25T01:05:53.661Zuploaded: /work/stamp-probe.log
113302026-08-25T01:05:53.667Zuploading: /work/stamp-propolis-server.log (122 bytes)
113312026-08-25T01:05:54.677Zuploaded: /work/stamp-propolis-server.log
113322026-08-25T01:05:54.681Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113332026-08-25T01:05:55.703Zuploaded: /work/stamp-pumpkind-gz.log
113342026-08-25T01:05:55.703Zuploading: /work/stamp-switch-asic.log (118 bytes)
113352026-08-25T01:05:56.744Zuploaded: /work/stamp-switch-asic.log
113362026-08-25T01:05:56.744Zuploading: /work/verify-libraries.log (50687 bytes)
113372026-08-25T01:05:57.760Zuploaded: /work/verify-libraries.log