01M0TNP2N4N1SXWCPXF8JQSPH2: 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: 01M0TNPNF35KNT2ERXANBGZTJW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T20:00:34.532Zjob assigned to worker 01M0TNPXB5B7GGZ2DFTPMMEVPV [factory aws, i-0924270f5ef1975ef] (queued for 1 m 1 s)
 
22026-08-24T20:00:41.625Zstarting task 0: "setup"
32026-08-24T20:00:41.633Z++ uname -s
42026-08-24T20:00:41.633Z+ kern=SunOS
52026-08-24T20:00:41.633Z+ build_user=build
62026-08-24T20:00:41.634Z+ build_uid=12345
72026-08-24T20:00:41.634Z+ work_dir=/work
82026-08-24T20:00:41.634Z+ input_dir=/input
92026-08-24T20:00:41.634Z+ [[ 0 == 12345 ]]
102026-08-24T20:00:41.634Z+ case "$kern" in
112026-08-24T20:00:41.634Z+ groupadd -g 12345 build
122026-08-24T20:00:41.644Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T20:00:43.652Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T20:00:43.741Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T20:00:43.745Z+ home_fs=zfs
162026-08-24T20:00:43.745Z+ [[ zfs == autofs ]]
172026-08-24T20:00:43.745Z+ mkdir -p /home/build
182026-08-24T20:00:43.750Z+ chown build:build /home/build /work
192026-08-24T20:00:45.748Z+ chmod 0700 /home/build /work
202026-08-24T20:00:45.752Zprocess exited: duration 4127 ms, exit code 0
 
212026-08-24T20:00:45.761Zstarting task 1: "rust-toolchain"
222026-08-24T20:00:45.765Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T20:00:45.765Z * rust toolchain channel = "1.97.1"
242026-08-24T20:00:45.766Z * rust toolchain profile = "default"
252026-08-24T20:00:45.766Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-24T20:00:45.766Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-24T20:00:45.766Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-24T20:00:45.773Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T20:00:45.773Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T20:00:45.868Zinfo: downloading installer
312026-08-24T20:00:47.310Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T20:00:47.310Zwarn: /home/build/.rustup/settings.toml
332026-08-24T20:00:47.310Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T20:00:47.310Zwarn: instead of the one inferred from the default host triple.
352026-08-24T20:00:47.322Zinfo: profile set to default
362026-08-24T20:00:47.322Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T20:00:47.327Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T20:00:47.462Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T20:00:47.471Zinfo: downloading 6 components
402026-08-24T20:01:02.724Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T20:01:02.724Z
422026-08-24T20:01:02.794Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T20:01:02.794Z
442026-08-24T20:01:02.794Z
452026-08-24T20:01:02.794ZRust is installed now. Great!
462026-08-24T20:01:02.794Z
472026-08-24T20:01:02.794ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T20:01:02.794Zenvironment variable. This has not been done automatically.
492026-08-24T20:01:02.794Z
502026-08-24T20:01:02.794ZTo configure your current shell, you need to source
512026-08-24T20:01:02.794Zthe corresponding env file under $HOME/.cargo.
522026-08-24T20:01:02.794Z
532026-08-24T20:01:02.794ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T20:01:02.794Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T20:01:02.794Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T20:01:02.794Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T20:01:02.795Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T20:01:02.795Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T20:01:02.795Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T20:01:02.816Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T20:01:02.816Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T20:01:02.868Z+ rustup --version
632026-08-24T20:01:02.895Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T20:01:02.895Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T20:01:02.895Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T20:01:02.895Z+ cargo --version
672026-08-24T20:01:02.911Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T20:01:02.911Z+ rustc --version
692026-08-24T20:01:02.935Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T20:01:02.935Zprocess exited: duration 17154 ms, exit code 0
 
712026-08-24T20:01:02.965Zstarting task 2: "authentication"
722026-08-24T20:01:02.978ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-24T20:01:27.570Zprocess exited: duration 24604 ms, exit code 0
 
742026-08-24T20:01:27.578Zstarting task 3: "clone repository"
752026-08-24T20:01:27.583Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-24T20:01:27.588Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-24T20:01:27.619ZCloning into '/work/oxidecomputer/omicron'...
782026-08-24T20:01:46.444Z+ cd /work/oxidecomputer/omicron
792026-08-24T20:01:46.445Z+ git fetch origin 9311c6602937fcfde01aa3da474e3a5d85890f6b
802026-08-24T20:01:46.775ZFrom https://github.com/oxidecomputer/omicron
812026-08-24T20:01:46.776Z * branch 9311c6602937fcfde01aa3da474e3a5d85890f6b -> FETCH_HEAD
822026-08-24T20:01:46.785Z+ [[ -n '' ]]
832026-08-24T20:01:46.785Z+ git reset --hard 9311c6602937fcfde01aa3da474e3a5d85890f6b
842026-08-24T20:01:47.042ZHEAD is now at 9311c6602 Bump tokio-postgres from 0.7.16 to 0.7.18
852026-08-24T20:01:47.050Zprocess exited: duration 19463 ms, exit code 0
 
862026-08-24T20:01:47.060Zstarting task 4: "build"
872026-08-24T20:01:47.066Z+ source .github/buildomat/ci-env.sh
882026-08-24T20:01:47.066Z++ export CARGO_TERM_COLOR=always
892026-08-24T20:01:47.066Z++ CARGO_TERM_COLOR=always
902026-08-24T20:01:47.066Z+++ uname -s
912026-08-24T20:01:47.066Z++ [[ SunOS == \S\u\n\O\S ]]
922026-08-24T20:01:47.067Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-08-24T20:01:47.072Z+ cargo --version
942026-08-24T20:01:47.080Zcargo 1.97.1 (c980f4866 2026-06-30)
952026-08-24T20:01:47.080Z+ rustc --version
962026-08-24T20:01:47.100Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-24T20:01:47.106Z+ cargo tree --locked
982026-08-24T20:01:47.276Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
992026-08-24T20:01:47.628Z Updating crates.io index
1002026-08-24T20:01:47.635Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1012026-08-24T20:01:47.960Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1022026-08-24T20:01:48.511Z Updating git repository `https://github.com/oxidecomputer/propolis`
1032026-08-24T20:01:49.788Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042026-08-24T20:01:50.393Z Updating git repository `https://github.com/oxidecomputer/crucible`
1052026-08-24T20:01:52.538Z Updating git repository `https://github.com/oxidecomputer/opte`
1062026-08-24T20:01:53.712Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072026-08-24T20:01:54.064Z Updating git repository `https://github.com/oxidecomputer/lldp`
1082026-08-24T20:01:54.429Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1092026-08-24T20:01:55.797Z Updating git repository `https://github.com/oxidecomputer/clickward`
1102026-08-24T20:01:56.100Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1112026-08-24T20:01:56.550Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-08-24T20:01:56.833Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1132026-08-24T20:01:57.137Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1142026-08-24T20:01:57.400Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1152026-08-24T20:01:57.739Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1162026-08-24T20:01:58.028Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1172026-08-24T20:01:58.340Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-24T20:01:58.928Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-08-24T20:01:59.297Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1202026-08-24T20:01:59.640Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1212026-08-24T20:02:00.047Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1222026-08-24T20:02:00.376Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232026-08-24T20:02:00.965Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1242026-08-24T20:02:01.316Z Updating git repository `https://github.com/oxidecomputer/erebor`
1252026-08-24T20:02:01.947Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-08-24T20:02:02.228Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-08-24T20:02:02.554Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1282026-08-24T20:02:02.874Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-08-24T20:02:03.257Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-08-24T20:02:03.572Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1312026-08-24T20:02:03.920Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-08-24T20:02:04.372Z Updating git repository `https://github.com/oxidecomputer/tough`
1332026-08-24T20:02:05.170Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-08-24T20:02:05.486Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1352026-08-24T20:02:06.167Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1362026-08-24T20:02:06.243Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1372026-08-24T20:02:06.568Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1382026-08-24T20:02:06.856Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-24T20:02:07.147Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-08-24T20:02:07.488Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-08-24T20:02:07.746Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-08-24T20:02:08.049Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1432026-08-24T20:02:11.005Z Downloading crates ...
1442026-08-24T20:02:11.079Z Downloaded cpufeatures v0.3.0
1452026-08-24T20:02:11.091Z Downloaded colorchoice v1.0.4
1462026-08-24T20:02:11.092Z Downloaded crc-catalog v2.4.0
1472026-08-24T20:02:11.092Z Downloaded darling_macro v0.21.3
1482026-08-24T20:02:11.092Z Downloaded defmt-parser v1.0.0
1492026-08-24T20:02:11.092Z Downloaded defmt v0.3.100
1502026-08-24T20:02:11.092Z Downloaded headers-core v0.3.0
1512026-08-24T20:02:11.092Z Downloaded compression-core v0.4.31
1522026-08-24T20:02:11.092Z Downloaded hash32 v0.2.1
1532026-08-24T20:02:11.092Z Downloaded concurrent-queue v2.5.0
1542026-08-24T20:02:11.092Z Downloaded constant_time_eq v0.4.2
1552026-08-24T20:02:11.092Z Downloaded critical-section v1.2.0
1562026-08-24T20:02:11.092Z Downloaded crc v3.4.0
1572026-08-24T20:02:11.092Z Downloaded hex v0.4.3
1582026-08-24T20:02:11.092Z Downloaded diesel_table_macro_syntax v0.3.0
1592026-08-24T20:02:11.092Z Downloaded constant_time_eq v0.3.1
1602026-08-24T20:02:11.092Z Downloaded convert_case v0.4.0
1612026-08-24T20:02:11.092Z Downloaded cpubits v0.1.1
1622026-08-24T20:02:11.092Z Downloaded crucible-workspace-hack v0.1.0
1632026-08-24T20:02:11.092Z Downloaded half v1.8.3
1642026-08-24T20:02:11.092Z Downloaded indoc v1.0.9
1652026-08-24T20:02:11.113Z Downloaded home v0.5.12
1662026-08-24T20:02:11.113Z Downloaded http-body v1.0.1
1672026-08-24T20:02:11.113Z Downloaded http-range v0.1.5
1682026-08-24T20:02:11.113Z Downloaded inout v0.1.4
1692026-08-24T20:02:11.114Z Downloaded heck v0.4.1
1702026-08-24T20:02:11.114Z Downloaded heck v0.5.0
1712026-08-24T20:02:11.114Z Downloaded derive_builder_core v0.20.2
1722026-08-24T20:02:11.114Z Downloaded daft-derive v0.1.8
1732026-08-24T20:02:11.159Z Downloaded hex-literal v0.4.1
1742026-08-24T20:02:11.184Z Downloaded cipher v0.5.2
1752026-08-24T20:02:11.184Z Downloaded compression-codecs v0.4.37
1762026-08-24T20:02:11.184Z Downloaded const-oid v0.9.6
1772026-08-24T20:02:11.184Z Downloaded guppy-workspace-hack v0.1.0
1782026-08-24T20:02:11.184Z Downloaded hex-literal v1.1.0
1792026-08-24T20:02:11.184Z Downloaded crunchy v0.2.4
1802026-08-24T20:02:11.184Z Downloaded crypto-common v0.1.7
1812026-08-24T20:02:11.184Z Downloaded cpufeatures v0.2.17
1822026-08-24T20:02:11.184Z Downloaded const_format_proc_macros v0.2.34
1832026-08-24T20:02:11.184Z Downloaded convert_case v0.10.0
1842026-08-24T20:02:11.184Z Downloaded highway v1.3.0
1852026-08-24T20:02:11.184Z Downloaded httpdate v1.0.3
1862026-08-24T20:02:11.184Z Downloaded crossbeam-deque v0.8.6
1872026-08-24T20:02:11.184Z Downloaded corncobs v0.1.4
1882026-08-24T20:02:11.184Z Downloaded darling_macro v0.20.11
1892026-08-24T20:02:11.184Z Downloaded addr2line v0.25.1
1902026-08-24T20:02:11.184Z Downloaded cmake v0.1.57
1912026-08-24T20:02:11.200Z Downloaded hubpack_derive v0.1.1
1922026-08-24T20:02:11.201Z Downloaded hash32 v0.3.1
1932026-08-24T20:02:11.201Z Downloaded hostname v0.3.1
1942026-08-24T20:02:11.201Z Downloaded cmov v0.5.4
1952026-08-24T20:02:11.201Z Downloaded darling v0.21.3
1962026-08-24T20:02:11.201Z Downloaded hostname v0.4.2
1972026-08-24T20:02:11.201Z Downloaded crypto-common v0.2.2
1982026-08-24T20:02:11.201Z Downloaded crc8 v0.1.1
1992026-08-24T20:02:11.201Z Downloaded darling_macro v0.13.4
2002026-08-24T20:02:11.201Z Downloaded derive_builder_macro v0.20.2
2012026-08-24T20:02:11.286Z Downloaded cstr-argument v0.1.2
2022026-08-24T20:02:11.286Z Downloaded cobs v0.3.0
2032026-08-24T20:02:11.286Z Downloaded debug-ignore v1.0.5
2042026-08-24T20:02:11.286Z Downloaded group v0.13.0
2052026-08-24T20:02:11.286Z Downloaded group v0.14.0
2062026-08-24T20:02:11.286Z Downloaded hickory-client v0.25.2
2072026-08-24T20:02:11.286Z Downloaded http-body-util v0.1.3
2082026-08-24T20:02:11.287Z Downloaded darling_macro v0.23.0
2092026-08-24T20:02:11.287Z Downloaded hubpack v0.1.2
2102026-08-24T20:02:11.287Z Downloaded is-terminal v0.4.17
2112026-08-24T20:02:11.287Z Downloaded curve25519-dalek-derive v0.1.1
2122026-08-24T20:02:11.287Z Downloaded console v0.15.11
2132026-08-24T20:02:11.287Z Downloaded indent_write v2.2.0
2142026-08-24T20:02:11.287Z Downloaded internet-checksum v0.2.1
2152026-08-24T20:02:11.287Z Downloaded instability v0.3.11
2162026-08-24T20:02:11.287Z Downloaded is_ci v1.2.0
2172026-08-24T20:02:11.287Z Downloaded clap_lex v1.0.0
2182026-08-24T20:02:11.287Z Downloaded humantime v2.3.0
2192026-08-24T20:02:11.287Z Downloaded illumos-nvpair-sys v0.2.0
2202026-08-24T20:02:11.287Z Downloaded delegate v0.13.5
2212026-08-24T20:02:11.287Z Downloaded is_terminal_polyfill v1.70.2
2222026-08-24T20:02:11.287Z Downloaded async-object-pool v0.2.0
2232026-08-24T20:02:11.287Z Downloaded clap_derive v4.6.1
2242026-08-24T20:02:11.287Z Downloaded cookie_store v0.22.1
2252026-08-24T20:02:11.287Z Downloaded bb8 v0.8.6
2262026-08-24T20:02:11.287Z Downloaded block-padding v0.4.2
2272026-08-24T20:02:11.288Z Downloaded olpc-cjson v0.1.4
2282026-08-24T20:02:11.288Z Downloaded idna_adapter v1.2.1
2292026-08-24T20:02:11.288Z Downloaded assert_matches v1.5.0
2302026-08-24T20:02:11.288Z Downloaded ident_case v1.0.1
2312026-08-24T20:02:11.288Z Downloaded instant v0.1.13
2322026-08-24T20:02:11.308Z Downloaded data-encoding v2.10.0
2332026-08-24T20:02:11.308Z Downloaded cargo-platform v0.3.2
2342026-08-24T20:02:11.308Z Downloaded ciborium-io v0.2.2
2352026-08-24T20:02:11.308Z Downloaded openssl-probe v0.1.6
2362026-08-24T20:02:11.308Z Downloaded deranged v0.5.8
2372026-08-24T20:02:11.308Z Downloaded ctr v0.10.1
2382026-08-24T20:02:11.309Z Downloaded defmt v1.0.1
2392026-08-24T20:02:11.309Z Downloaded diesel-dtrace v0.5.0
2402026-08-24T20:02:11.309Z Downloaded oso-derive v0.27.3
2412026-08-24T20:02:11.309Z Downloaded hmac v0.13.0
2422026-08-24T20:02:11.309Z Downloaded password-hash v0.6.1
2432026-08-24T20:02:11.309Z Downloaded pathdiff v0.2.3
2442026-08-24T20:02:11.309Z Downloaded pretty-hex v0.4.1
2452026-08-24T20:02:11.309Z Downloaded httparse v1.10.1
2462026-08-24T20:02:11.309Z Downloaded httptest v0.16.4
2472026-08-24T20:02:11.309Z Downloaded iana-time-zone v0.1.65
2482026-08-24T20:02:11.309Z Downloaded phf_shared v0.12.1
2492026-08-24T20:02:11.309Z Downloaded phf_shared v0.13.1
2502026-08-24T20:02:11.309Z Downloaded ctutils v0.4.2
2512026-08-24T20:02:11.309Z Downloaded daft v0.1.8
2522026-08-24T20:02:11.309Z Downloaded darling v0.13.4
2532026-08-24T20:02:11.309Z Downloaded cookie v0.18.1
2542026-08-24T20:02:11.309Z Downloaded percent-encoding v2.3.2
2552026-08-24T20:02:11.309Z Downloaded csv-core v0.1.13
2562026-08-24T20:02:11.309Z Downloaded der_derive v0.7.3
2572026-08-24T20:02:11.309Z Downloaded hyper-tls v0.6.0
2582026-08-24T20:02:11.309Z Downloaded colored v3.1.1
2592026-08-24T20:02:11.309Z Downloaded arrayvec v0.7.6
2602026-08-24T20:02:11.309Z Downloaded inout v0.2.2
2612026-08-24T20:02:11.309Z Downloaded ipnetwork v0.21.1
2622026-08-24T20:02:11.309Z Downloaded progenitor-client v0.14.0
2632026-08-24T20:02:11.309Z Downloaded anstyle v1.0.14
2642026-08-24T20:02:11.309Z Downloaded argon2 v0.5.3
2652026-08-24T20:02:11.310Z Downloaded autocfg v1.5.0
2662026-08-24T20:02:11.310Z Downloaded console v0.16.2
2672026-08-24T20:02:11.310Z Downloaded des v0.9.0
2682026-08-24T20:02:11.310Z Downloaded ref-cast v1.0.25
2692026-08-24T20:02:11.310Z Downloaded derive_builder v0.20.2
2702026-08-24T20:02:11.310Z Downloaded bitflags v1.3.2
2712026-08-24T20:02:11.310Z Downloaded blowfish v0.10.0
2722026-08-24T20:02:11.310Z Downloaded opaque-debug v0.3.1
2732026-08-24T20:02:11.310Z Downloaded illumos-nvpair v0.3.0
2742026-08-24T20:02:11.310Z Downloaded rfc6979 v0.4.0
2752026-08-24T20:02:11.310Z Downloaded colored v2.2.0
2762026-08-24T20:02:11.310Z Downloaded hyper-staticfile v0.10.1
2772026-08-24T20:02:11.310Z Downloaded indoc v2.0.7
2782026-08-24T20:02:11.310Z Downloaded criterion-plot v0.6.0
2792026-08-24T20:02:11.310Z Downloaded crc32fast v1.5.0
2802026-08-24T20:02:11.310Z Downloaded crossbeam-utils v0.8.21
2812026-08-24T20:02:11.310Z Downloaded datatest-stable v0.3.3
2822026-08-24T20:02:11.310Z Downloaded ingot v0.2.1
2832026-08-24T20:02:11.310Z Downloaded async-trait v0.1.89
2842026-08-24T20:02:11.310Z Downloaded owo-colors v3.5.0
2852026-08-24T20:02:11.351Z Downloaded darling v0.20.11
2862026-08-24T20:02:11.352Z Downloaded defmt-macros v1.0.1
2872026-08-24T20:02:11.352Z Downloaded derive-ex v0.1.8
2882026-08-24T20:02:11.352Z Downloaded bitfield v0.19.4
2892026-08-24T20:02:11.352Z Downloaded byteorder v1.5.0
2902026-08-24T20:02:11.352Z Downloaded rand_chacha v0.3.1
2912026-08-24T20:02:11.352Z Downloaded parse-display-derive v0.10.0
2922026-08-24T20:02:11.352Z Downloaded pbkdf2 v0.13.0
2932026-08-24T20:02:11.352Z Downloaded phc v0.6.1
2942026-08-24T20:02:11.352Z Downloaded scopeguard v1.2.0
2952026-08-24T20:02:11.352Z Downloaded scroll_derive v0.12.1
2962026-08-24T20:02:11.352Z Downloaded scroll_derive v0.13.1
2972026-08-24T20:02:11.353Z Downloaded serde_bytes v0.11.19
2982026-08-24T20:02:11.353Z Downloaded compact_str v0.8.1
2992026-08-24T20:02:11.353Z Downloaded predicates v3.1.4
3002026-08-24T20:02:11.353Z Downloaded hmac v0.12.1
3012026-08-24T20:02:11.353Z Downloaded russh-util v0.52.0
3022026-08-24T20:02:11.353Z Downloaded const_format v0.2.35
3032026-08-24T20:02:11.353Z Downloaded crypto-bigint v0.5.5
3042026-08-24T20:02:11.396Z Downloaded half v2.7.1
3052026-08-24T20:02:11.396Z Downloaded cargo_metadata v0.23.1
3062026-08-24T20:02:11.396Z Downloaded oxnet v0.1.6
3072026-08-24T20:02:11.396Z Downloaded packed_struct v0.10.1
3082026-08-24T20:02:11.396Z Downloaded proc-macro-error v1.0.4
3092026-08-24T20:02:11.397Z Downloaded progenitor-extras v0.2.0
3102026-08-24T20:02:11.397Z Downloaded serde_regex v1.1.0
3112026-08-24T20:02:11.397Z Downloaded quote v1.0.45
3122026-08-24T20:02:11.397Z Downloaded const-oid v0.10.2
3132026-08-24T20:02:11.397Z Downloaded ipnet v2.12.0
3142026-08-24T20:02:11.397Z Downloaded hyper-rustls v0.27.7
3152026-08-24T20:02:11.397Z Downloaded bitflags v2.11.0
3162026-08-24T20:02:11.397Z Downloaded relative-path v1.9.3
3172026-08-24T20:02:11.397Z Downloaded slog-bunyan v2.5.0
3182026-08-24T20:02:11.397Z Downloaded primeorder v0.13.6
3192026-08-24T20:02:11.397Z Downloaded signal-hook-mio v0.2.5
3202026-08-24T20:02:11.397Z Downloaded supports-hyperlinks v3.2.0
3212026-08-24T20:02:11.397Z Downloaded supports-unicode v2.1.0
3222026-08-24T20:02:11.397Z Downloaded tabled_derive v0.7.0
3232026-08-24T20:02:11.397Z Downloaded target-triple v1.0.0
3242026-08-24T20:02:11.397Z Downloaded crossbeam-epoch v0.9.18
3252026-08-24T20:02:11.413Z Downloaded darling_core v0.20.11
3262026-08-24T20:02:11.413Z Downloaded impl-trait-for-tuples v0.2.3
3272026-08-24T20:02:11.413Z Downloaded ingot-types v0.2.0
3282026-08-24T20:02:11.413Z Downloaded parking_lot v0.12.5
3292026-08-24T20:02:11.413Z Downloaded hybrid-array v0.4.13
3302026-08-24T20:02:11.414Z Downloaded ingot-macros v0.2.0
3312026-08-24T20:02:11.414Z Downloaded tokio-macros v2.7.0
3322026-08-24T20:02:11.414Z Downloaded darling v0.23.0
3332026-08-24T20:02:11.414Z Downloaded termtree v0.5.1
3342026-08-24T20:02:11.414Z Downloaded pkcs8 v0.11.0
3352026-08-24T20:02:11.414Z Downloaded darling_core v0.13.4
3362026-08-24T20:02:11.414Z Downloaded darling_core v0.23.0
3372026-08-24T20:02:11.414Z Downloaded cassowary v0.3.0
3382026-08-24T20:02:11.414Z Downloaded thread-id v5.1.0
3392026-08-24T20:02:11.414Z Downloaded clang-sys v1.8.1
3402026-08-24T20:02:11.414Z Downloaded rpassword v7.5.4
3412026-08-24T20:02:11.414Z Downloaded derive_more v0.99.20
3422026-08-24T20:02:11.414Z Downloaded anyhow v1.0.104
3432026-08-24T20:02:11.414Z Downloaded serde-hex v0.1.0
3442026-08-24T20:02:11.414Z Downloaded sha2 v0.10.9
3452026-08-24T20:02:11.414Z Downloaded similar-asserts v1.7.0
3462026-08-24T20:02:11.414Z Downloaded slog-async v2.8.0
3472026-08-24T20:02:11.414Z Downloaded tower-service v0.3.3
3482026-08-24T20:02:11.414Z Downloaded rust-argon2 v2.1.0
3492026-08-24T20:02:11.414Z Downloaded universal-hash v0.6.1
3502026-08-24T20:02:11.414Z Downloaded usdt v0.6.0
3512026-08-24T20:02:11.414Z Downloaded waitgroup v0.1.2
3522026-08-24T20:02:11.423Z Downloaded hashbrown v0.13.2
3532026-08-24T20:02:11.423Z Downloaded version_check v0.9.5
3542026-08-24T20:02:11.424Z Downloaded wait-timeout v0.2.1
3552026-08-24T20:02:11.424Z Downloaded serde_plain v1.0.2
3562026-08-24T20:02:11.424Z Downloaded unicode-truncate v1.1.0
3572026-08-24T20:02:11.424Z Downloaded smf v0.2.3
3582026-08-24T20:02:11.424Z Downloaded spki v0.7.3
3592026-08-24T20:02:11.424Z Downloaded spki v0.8.0
3602026-08-24T20:02:11.424Z Downloaded yoke-derive v0.8.1
3612026-08-24T20:02:11.424Z Downloaded strum_macros v0.26.4
3622026-08-24T20:02:11.424Z Downloaded support-bundle-viewer v0.1.2
3632026-08-24T20:02:11.438Z Downloaded supports-unicode v3.0.0
3642026-08-24T20:02:11.438Z Downloaded digest-io v0.1.0
3652026-08-24T20:02:11.438Z Downloaded downcast-rs v2.0.2
3662026-08-24T20:02:11.438Z Downloaded crossbeam-channel v0.5.15
3672026-08-24T20:02:11.453Z Downloaded poly1305 v0.8.0
3682026-08-24T20:02:11.453Z Downloaded termcolor v1.4.1
3692026-08-24T20:02:11.453Z Downloaded derive-where v1.6.0
3702026-08-24T20:02:11.453Z Downloaded derive_more v2.1.1
3712026-08-24T20:02:11.454Z Downloaded icu_properties v2.1.2
3722026-08-24T20:02:11.454Z Downloaded oxide-update-engine-types v0.1.2
3732026-08-24T20:02:11.454Z Downloaded semver v1.0.28
3742026-08-24T20:02:11.454Z Downloaded thiserror-impl v2.0.18
3752026-08-24T20:02:11.454Z Downloaded crc-any v2.5.0
3762026-08-24T20:02:11.467Z Downloaded fnv v1.0.7
3772026-08-24T20:02:11.468Z Downloaded signal-hook-registry v1.4.8
3782026-08-24T20:02:11.468Z Downloaded snafu-derive v0.8.9
3792026-08-24T20:02:11.468Z Downloaded string_cache v0.8.9
3802026-08-24T20:02:11.468Z Downloaded stringmetrics v2.2.2
3812026-08-24T20:02:11.468Z Downloaded tokio-tungstenite v0.23.1
3822026-08-24T20:02:11.468Z Downloaded tokio-dtrace v0.1.1
3832026-08-24T20:02:11.468Z Downloaded dropshot-api-manager-types v0.8.0
3842026-08-24T20:02:11.468Z Downloaded dtrace-parser v0.3.0
3852026-08-24T20:02:11.468Z Downloaded embedded-io v0.4.0
3862026-08-24T20:02:11.468Z Downloaded endian-type v0.1.2
3872026-08-24T20:02:11.468Z Downloaded equivalent v1.0.2
3882026-08-24T20:02:11.468Z Downloaded diesel_derives v2.3.7
3892026-08-24T20:02:11.468Z Downloaded postgres-types v0.2.14
3902026-08-24T20:02:11.468Z Downloaded allocator-api2 v0.2.21
3912026-08-24T20:02:11.468Z Downloaded futures-io v0.3.32
3922026-08-24T20:02:11.468Z Downloaded heapless v0.7.17
3932026-08-24T20:02:11.483Z Downloaded heapless v0.8.0
3942026-08-24T20:02:11.483Z Downloaded git-stub v1.0.0
3952026-08-24T20:02:11.483Z Downloaded icu_provider v2.1.1
3962026-08-24T20:02:11.483Z Downloaded ignore v0.4.25
3972026-08-24T20:02:11.483Z Downloaded proc-macro2 v1.0.106
3982026-08-24T20:02:11.483Z Downloaded tap v1.0.1
3992026-08-24T20:02:11.483Z Downloaded form_urlencoded v1.2.2
4002026-08-24T20:02:11.484Z Downloaded foreign-types v0.5.0
4012026-08-24T20:02:11.484Z Downloaded cancel-safe-futures v0.1.5
4022026-08-24T20:02:11.484Z Downloaded hickory-resolver v0.24.4
4032026-08-24T20:02:11.484Z Downloaded zerovec-derive v0.11.2
4042026-08-24T20:02:11.484Z Downloaded clap v4.6.1
4052026-08-24T20:02:11.499Z Downloaded displaydoc v0.2.5
4062026-08-24T20:02:11.499Z Downloaded rustls-native-certs v0.8.3
4072026-08-24T20:02:11.499Z Downloaded generic-array v0.14.7
4082026-08-24T20:02:11.499Z Downloaded hickory-resolver v0.25.2
4092026-08-24T20:02:11.499Z Downloaded maplit v1.0.2
4102026-08-24T20:02:11.510Z Downloaded lru-slab v0.1.2
4112026-08-24T20:02:11.510Z Downloaded uzers v0.12.2
4122026-08-24T20:02:11.510Z Downloaded wyz v0.5.1
4132026-08-24T20:02:11.510Z Downloaded der v0.7.10
4142026-08-24T20:02:11.510Z Downloaded linkme-impl v0.3.35
4152026-08-24T20:02:11.510Z Downloaded pin-project v1.1.11
4162026-08-24T20:02:11.521Z Downloaded icu_normalizer_data v2.1.1
4172026-08-24T20:02:11.521Z Downloaded md5 v0.8.0
4182026-08-24T20:02:11.521Z Downloaded memoffset v0.9.1
4192026-08-24T20:02:11.522Z Downloaded num v0.4.3
4202026-08-24T20:02:11.522Z Downloaded num-iter v0.1.45
4212026-08-24T20:02:11.522Z Downloaded adler2 v2.0.1
4222026-08-24T20:02:11.522Z Downloaded icu_normalizer v2.1.1
4232026-08-24T20:02:11.522Z Downloaded atomic-waker v1.1.2
4242026-08-24T20:02:11.522Z Downloaded tracing-attributes v0.1.31
4252026-08-24T20:02:11.522Z Downloaded darling_core v0.21.3
4262026-08-24T20:02:11.522Z Downloaded fallible-iterator v0.2.0
4272026-08-24T20:02:11.533Z Downloaded funty v2.0.0
4282026-08-24T20:02:11.533Z Downloaded futures-executor v0.3.32
4292026-08-24T20:02:11.533Z Downloaded anstyle-query v1.1.5
4302026-08-24T20:02:11.534Z Downloaded array-init v0.0.4
4312026-08-24T20:02:11.534Z Downloaded find-msvc-tools v0.1.9
4322026-08-24T20:02:11.534Z Downloaded headers v0.4.1
4332026-08-24T20:02:11.534Z Downloaded slog v2.8.2
4342026-08-24T20:02:11.534Z Downloaded usdt v0.5.0
4352026-08-24T20:02:11.545Z Downloaded git-stub-vcs v0.1.0
4362026-08-24T20:02:11.545Z Downloaded icu_locale_core v2.1.1
4372026-08-24T20:02:11.545Z Downloaded indexmap v1.9.3
4382026-08-24T20:02:11.546Z Downloaded indicatif v0.18.4
4392026-08-24T20:02:11.546Z Downloaded glob v0.3.3
4402026-08-24T20:02:11.546Z Downloaded knus-derive v3.4.0
4412026-08-24T20:02:11.546Z Downloaded bitfield-macros v0.19.4
4422026-08-24T20:02:11.546Z Downloaded base16ct v1.0.0
4432026-08-24T20:02:11.546Z Downloaded env_logger v0.11.11
4442026-08-24T20:02:11.557Z Downloaded openssl-macros v0.1.1
4452026-08-24T20:02:11.557Z Downloaded bcrypt-pbkdf v0.11.0
4462026-08-24T20:02:11.557Z Downloaded packed_struct_codegen v0.10.1
4472026-08-24T20:02:11.557Z Downloaded derive_more-impl v2.1.1
4482026-08-24T20:02:11.557Z Downloaded der v0.8.0
4492026-08-24T20:02:11.569Z Downloaded zerocopy-derive v0.7.35
4502026-08-24T20:02:11.569Z Downloaded rstest v0.25.0
4512026-08-24T20:02:11.569Z Downloaded ecdsa v0.17.0
4522026-08-24T20:02:11.569Z Downloaded time-macros v0.2.27
4532026-08-24T20:02:11.570Z Downloaded toml_parser v1.1.2+spec-1.1.0
4542026-08-24T20:02:11.570Z Downloaded path-slash v0.1.5
4552026-08-24T20:02:11.570Z Downloaded plain v0.2.3
4562026-08-24T20:02:12.216Z Downloaded proc-macro-error-attr2 v2.0.0
4572026-08-24T20:02:12.216Z Downloaded newtype-uuid v1.3.2
4582026-08-24T20:02:12.216Z Downloaded libefi-sys v0.1.0
4592026-08-24T20:02:12.216Z Downloaded nu-ansi-term v0.50.3
4602026-08-24T20:02:12.216Z Downloaded num-rational v0.4.2
4612026-08-24T20:02:12.216Z Downloaded schemars v0.8.22
4622026-08-24T20:02:12.216Z Downloaded h2 v0.4.15
4632026-08-24T20:02:12.216Z Downloaded linkme v0.3.35
4642026-08-24T20:02:12.216Z Downloaded progenitor-macro v0.14.0
4652026-08-24T20:02:12.217Z Downloaded recursive-proc-macro-impl v0.1.1
4662026-08-24T20:02:12.217Z Downloaded rfc6979 v0.6.0
4672026-08-24T20:02:12.217Z Downloaded serde_repr v0.1.20
4682026-08-24T20:02:12.217Z Downloaded signature v3.0.0
4692026-08-24T20:02:12.217Z Downloaded ucd-trie v0.1.7
4702026-08-24T20:02:12.234Z Downloaded icu_collections v2.1.1
4712026-08-24T20:02:12.234Z Downloaded unicode-ident v1.0.24
4722026-08-24T20:02:12.234Z Downloaded vte v0.14.1
4732026-08-24T20:02:12.234Z Downloaded bit-vec v0.8.0
4742026-08-24T20:02:12.234Z Downloaded multer v3.1.0
4752026-08-24T20:02:12.234Z Downloaded bytecount v0.6.9
4762026-08-24T20:02:12.234Z Downloaded chacha20 v0.9.1
4772026-08-24T20:02:12.235Z Downloaded russh-cryptovec v0.62.0
4782026-08-24T20:02:12.235Z Downloaded rustc_version v0.4.1
4792026-08-24T20:02:12.235Z Downloaded secrecy v0.8.0
4802026-08-24T20:02:12.235Z Downloaded structmeta-derive v0.3.0
4812026-08-24T20:02:12.235Z Downloaded strip-ansi-escapes v0.2.1
4822026-08-24T20:02:12.235Z Downloaded strum v0.26.3
4832026-08-24T20:02:12.235Z Downloaded anstream v0.6.21
4842026-08-24T20:02:12.283Z Downloaded rcgen v0.12.1
4852026-08-24T20:02:12.283Z Downloaded path-tree v0.8.3
4862026-08-24T20:02:12.283Z Downloaded structmeta v0.3.0
4872026-08-24T20:02:12.284Z Downloaded pem-rfc7468 v0.7.0
4882026-08-24T20:02:12.284Z Downloaded postgres-protocol v0.6.12
4892026-08-24T20:02:12.284Z Downloaded potential_utf v0.1.4
4902026-08-24T20:02:12.284Z Downloaded sync-ptr v0.1.4
4912026-08-24T20:02:12.284Z Downloaded samael v0.0.19
4922026-08-24T20:02:12.284Z Downloaded shell-words v1.1.1
4932026-08-24T20:02:12.284Z Downloaded siphasher v1.0.2
4942026-08-24T20:02:12.284Z Downloaded criterion v0.7.0
4952026-08-24T20:02:12.284Z Downloaded tinyvec v1.10.0
4962026-08-24T20:02:12.284Z Downloaded hickory-server v0.25.2
4972026-08-24T20:02:12.284Z Downloaded sync_wrapper v1.0.2
4982026-08-24T20:02:12.284Z Downloaded http v1.4.2
4992026-08-24T20:02:12.285Z Downloaded thread-id v4.2.2
5002026-08-24T20:02:12.285Z Downloaded rusty-fork v0.3.1
5012026-08-24T20:02:12.285Z Downloaded argon2 v0.6.0-rc.8
5022026-08-24T20:02:12.285Z Downloaded powerfmt v0.2.0
5032026-08-24T20:02:12.285Z Downloaded backon v1.6.0
5042026-08-24T20:02:12.285Z Downloaded pem-rfc7468 v1.0.0
5052026-08-24T20:02:12.285Z Downloaded stable_deref_trait v1.2.1
5062026-08-24T20:02:12.285Z Downloaded terminal_size v0.4.3
5072026-08-24T20:02:12.285Z Downloaded untrusted v0.9.0
5082026-08-24T20:02:12.285Z Downloaded rand_chacha v0.9.0
5092026-08-24T20:02:12.285Z Downloaded rand_core v0.6.4
5102026-08-24T20:02:12.285Z Downloaded recursive v0.1.1
5112026-08-24T20:02:12.286Z Downloaded terminal_size v0.1.17
5122026-08-24T20:02:12.286Z Downloaded bit-vec v0.6.3
5132026-08-24T20:02:12.286Z Downloaded try-lock v0.2.5
5142026-08-24T20:02:12.286Z Downloaded bzip2 v0.4.4
5152026-08-24T20:02:12.286Z Downloaded parking_lot v0.11.2
5162026-08-24T20:02:12.286Z Downloaded parking_lot_core v0.8.6
5172026-08-24T20:02:12.286Z Downloaded slog-term v2.9.2
5182026-08-24T20:02:12.286Z Downloaded serde_yaml v0.9.34+deprecated
5192026-08-24T20:02:12.286Z Downloaded async-lock v3.4.2
5202026-08-24T20:02:12.286Z Downloaded zip v0.6.6
5212026-08-24T20:02:12.286Z Downloaded rustls-pemfile v2.2.0
5222026-08-24T20:02:12.286Z Downloaded scrypt v0.12.0
5232026-08-24T20:02:12.286Z Downloaded utf8_iter v1.0.4
5242026-08-24T20:02:12.286Z Downloaded void v1.0.2
5252026-08-24T20:02:12.286Z Downloaded crossterm v0.28.1
5262026-08-24T20:02:12.286Z Downloaded dirs-sys-next v0.1.2
5272026-08-24T20:02:12.286Z Downloaded difflib v0.4.0
5282026-08-24T20:02:12.287Z Downloaded dsl_auto_type v0.2.0
5292026-08-24T20:02:12.287Z Downloaded hashbrown v0.12.3
5302026-08-24T20:02:12.287Z Downloaded progenitor-client v0.13.0
5312026-08-24T20:02:12.287Z Downloaded embedded-io v0.6.1
5322026-08-24T20:02:12.287Z Downloaded textwrap v0.16.2
5332026-08-24T20:02:12.287Z Downloaded thiserror-impl v1.0.69
5342026-08-24T20:02:12.287Z Downloaded crossterm v0.29.0
5352026-08-24T20:02:12.287Z Downloaded rand v0.8.6
5362026-08-24T20:02:12.287Z Downloaded postcard v1.1.3
5372026-08-24T20:02:12.287Z Downloaded serde_tokenstream v0.3.0
5382026-08-24T20:02:12.287Z Downloaded dof v0.4.0
5392026-08-24T20:02:12.287Z Downloaded foreign-types-shared v0.1.1
5402026-08-24T20:02:12.287Z Downloaded slab v0.4.12
5412026-08-24T20:02:12.287Z Downloaded hashbrown v0.14.5
5422026-08-24T20:02:12.287Z Downloaded futures-macro v0.3.32
5432026-08-24T20:02:12.287Z Downloaded pest_derive v2.8.6
5442026-08-24T20:02:12.287Z Downloaded getrandom v0.3.4
5452026-08-24T20:02:12.287Z Downloaded kem v0.3.0
5462026-08-24T20:02:12.287Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5472026-08-24T20:02:12.287Z Downloaded fastrand v2.3.0
5482026-08-24T20:02:12.287Z Downloaded aes v0.9.1
5492026-08-24T20:02:12.287Z Downloaded unit-prefix v0.5.2
5502026-08-24T20:02:12.287Z Downloaded pest_generator v2.8.6
5512026-08-24T20:02:12.287Z Downloaded uuid v1.23.4
5522026-08-24T20:02:12.287Z Downloaded tokio-native-tls v0.3.1
5532026-08-24T20:02:12.288Z Downloaded tls_codec_derive v0.4.2
5542026-08-24T20:02:12.288Z Downloaded usdt-impl v0.6.0
5552026-08-24T20:02:12.288Z Downloaded vergen-git2 v9.1.0
5562026-08-24T20:02:12.288Z Downloaded libscf-sys v1.2.0
5572026-08-24T20:02:12.288Z Downloaded lru-cache v0.1.2
5582026-08-24T20:02:12.288Z Downloaded lzss v0.8.2
5592026-08-24T20:02:12.288Z Downloaded macaddr v1.0.1
5602026-08-24T20:02:12.288Z Downloaded url v2.5.8
5612026-08-24T20:02:12.288Z Downloaded knus v3.4.0
5622026-08-24T20:02:12.288Z Downloaded cfg-expr v0.20.6
5632026-08-24T20:02:12.289Z Downloaded hyper-util v0.1.20
5642026-08-24T20:02:12.289Z Downloaded sha2 v0.11.0
5652026-08-24T20:02:12.289Z Downloaded zmij v1.0.21
5662026-08-24T20:02:12.289Z Downloaded vsss-rs v3.3.4
5672026-08-24T20:02:12.289Z Downloaded zeroize v1.9.0
5682026-08-24T20:02:12.289Z Downloaded nonempty v0.12.0
5692026-08-24T20:02:12.289Z Downloaded atty v0.2.14
5702026-08-24T20:02:12.289Z Downloaded block-buffer v0.10.4
5712026-08-24T20:02:12.289Z Downloaded rand v0.9.2
5722026-08-24T20:02:12.290Z Downloaded zstd v0.13.3
5732026-08-24T20:02:12.290Z Downloaded internal-russh-num-bigint v0.5.0
5742026-08-24T20:02:12.290Z Downloaded serde_with_macros v3.21.0
5752026-08-24T20:02:12.290Z Downloaded steno v0.4.1
5762026-08-24T20:02:12.290Z Downloaded ed25519-dalek v2.2.0
5772026-08-24T20:02:12.290Z Downloaded block-buffer v0.12.1
5782026-08-24T20:02:12.290Z Downloaded async-recursion v1.1.1
5792026-08-24T20:02:12.290Z Downloaded enum_dispatch v0.3.13
5802026-08-24T20:02:12.290Z Downloaded escape8259 v0.5.3
5812026-08-24T20:02:12.290Z Downloaded castaway v0.2.4
5822026-08-24T20:02:12.290Z Downloaded openssl-probe v0.2.1
5832026-08-24T20:02:12.290Z Downloaded miniz_oxide v0.8.9
5842026-08-24T20:02:12.315Z Downloaded thread_local v1.1.9
5852026-08-24T20:02:12.315Z Downloaded ff v0.14.0
5862026-08-24T20:02:12.315Z Downloaded filetime v0.2.27
5872026-08-24T20:02:12.315Z Downloaded foldhash v0.1.5
5882026-08-24T20:02:12.315Z Downloaded plotters-backend v0.3.7
5892026-08-24T20:02:12.315Z Downloaded psl-types v2.0.11
5902026-08-24T20:02:12.315Z Downloaded predicates-tree v1.0.13
5912026-08-24T20:02:12.315Z Downloaded flate2 v1.1.9
5922026-08-24T20:02:12.315Z Downloaded ryu v1.0.23
5932026-08-24T20:02:12.315Z Downloaded keccak v0.2.0
5942026-08-24T20:02:12.316Z Downloaded serde_derive v1.0.228
5952026-08-24T20:02:12.316Z Downloaded nanorand v0.7.0
5962026-08-24T20:02:12.316Z Downloaded native-tls v0.2.18
5972026-08-24T20:02:12.316Z Downloaded num-complex v0.4.6
5982026-08-24T20:02:12.316Z Downloaded miette-derive v7.6.0
5992026-08-24T20:02:12.316Z Downloaded bytes v1.11.1
6002026-08-24T20:02:12.316Z Downloaded serde-big-array v0.5.1
6012026-08-24T20:02:12.316Z Downloaded rand v0.10.1
6022026-08-24T20:02:12.316Z Downloaded num_enum_derive v0.7.6
6032026-08-24T20:02:12.316Z Downloaded yasna v0.5.2
6042026-08-24T20:02:12.316Z Downloaded aead v0.6.1
6052026-08-24T20:02:12.316Z Downloaded anstream v1.0.0
6062026-08-24T20:02:12.316Z Downloaded signature v2.2.0
6072026-08-24T20:02:12.316Z Downloaded cbc v0.2.1
6082026-08-24T20:02:12.316Z Downloaded hashbrown v0.15.5
6092026-08-24T20:02:12.316Z Downloaded itertools v0.10.5
6102026-08-24T20:02:12.316Z Downloaded smawk v0.3.2
6112026-08-24T20:02:12.316Z Downloaded miette v5.10.0
6122026-08-24T20:02:12.316Z Downloaded clap_builder v4.6.0
6132026-08-24T20:02:12.316Z Downloaded indexmap v2.14.0
6142026-08-24T20:02:12.316Z Downloaded supports-color v2.1.0
6152026-08-24T20:02:12.316Z Downloaded cipher v0.4.4
6162026-08-24T20:02:12.316Z Downloaded supports-color v3.0.2
6172026-08-24T20:02:12.317Z Downloaded oxide-update-engine-display v0.1.2
6182026-08-24T20:02:12.317Z Downloaded guppy v0.17.25
6192026-08-24T20:02:12.317Z Downloaded tabwriter v1.4.1
6202026-08-24T20:02:12.317Z Downloaded rustyline v14.0.0
6212026-08-24T20:02:12.317Z Downloaded typify-macro v0.6.2
6222026-08-24T20:02:12.317Z Downloaded fancy-regex v0.14.0
6232026-08-24T20:02:12.317Z Downloaded paste v1.0.15
6242026-08-24T20:02:12.317Z Downloaded getrandom v0.2.17
6252026-08-24T20:02:12.317Z Downloaded pem v3.0.6
6262026-08-24T20:02:12.317Z Downloaded pin-project-lite v0.2.17
6272026-08-24T20:02:12.317Z Downloaded pin-project-internal v1.1.11
6282026-08-24T20:02:12.317Z Downloaded litrs v1.0.0
6292026-08-24T20:02:12.317Z Downloaded toml_write v0.1.2
6302026-08-24T20:02:12.317Z Downloaded trait-variant v0.1.2
6312026-08-24T20:02:12.317Z Downloaded rand_core v0.10.0
6322026-08-24T20:02:12.317Z Downloaded polyval v0.7.1
6332026-08-24T20:02:12.318Z Downloaded typenum v1.20.1
6342026-08-24T20:02:12.318Z Downloaded unicode-segmentation v1.12.0
6352026-08-24T20:02:12.318Z Downloaded rand_core v0.9.5
6362026-08-24T20:02:12.318Z Downloaded x509-cert v0.2.5
6372026-08-24T20:02:12.318Z Downloaded chumsky v0.9.3
6382026-08-24T20:02:12.318Z Downloaded primefield v0.14.0
6392026-08-24T20:02:12.318Z Downloaded universal-hash v0.5.1
6402026-08-24T20:02:12.318Z Downloaded tungstenite v0.21.0
6412026-08-24T20:02:12.318Z Downloaded sapling-renderdag v0.1.0
6422026-08-24T20:02:12.318Z Downloaded pest v2.8.6
6432026-08-24T20:02:12.318Z Downloaded display-error-chain v0.2.2
6442026-08-24T20:02:12.318Z Downloaded dirs-next v2.0.0
6452026-08-24T20:02:12.318Z Downloaded iri-string v0.7.10
6462026-08-24T20:02:12.318Z Downloaded itertools v0.13.0
6472026-08-24T20:02:12.318Z Downloaded event-listener-strategy v0.5.4
6482026-08-24T20:02:12.319Z Downloaded float-cmp v0.10.0
6492026-08-24T20:02:12.319Z Downloaded backoff v0.4.0
6502026-08-24T20:02:12.319Z Downloaded serde_tokenstream v0.2.3
6512026-08-24T20:02:12.319Z Downloaded serdect v0.4.3
6522026-08-24T20:02:12.319Z Downloaded env_filter v2.0.0
6532026-08-24T20:02:12.319Z Downloaded hashbrown v0.17.0
6542026-08-24T20:02:12.319Z Downloaded itertools v0.12.1
6552026-08-24T20:02:12.319Z Downloaded scroll v0.12.0
6562026-08-24T20:02:12.321Z Downloaded sec1 v0.7.3
6572026-08-24T20:02:12.321Z Downloaded foreign-types v0.3.2
6582026-08-24T20:02:12.321Z Downloaded dropshot_endpoint v0.17.1
6592026-08-24T20:02:12.321Z Downloaded qorb v0.4.1
6602026-08-24T20:02:12.321Z Downloaded strum_macros v0.24.3
6612026-08-24T20:02:12.321Z Downloaded fs_extra v1.3.0
6622026-08-24T20:02:12.321Z Downloaded lazy_static v1.5.0
6632026-08-24T20:02:12.321Z Downloaded goblin v0.8.2
6642026-08-24T20:02:12.322Z Downloaded hkdf v0.12.4
6652026-08-24T20:02:12.322Z Downloaded target-lexicon v0.13.3
6662026-08-24T20:02:12.322Z Downloaded jiff-static v0.2.34
6672026-08-24T20:02:12.322Z Downloaded slog-scope v4.4.1
6682026-08-24T20:02:12.322Z Downloaded managed v0.8.0
6692026-08-24T20:02:12.322Z Downloaded p256 v0.14.0
6702026-08-24T20:02:12.322Z Downloaded thiserror-no-std v2.0.2
6712026-08-24T20:02:12.322Z Downloaded tinystr v0.8.2
6722026-08-24T20:02:12.322Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6732026-08-24T20:02:12.322Z Downloaded globset v0.4.18
6742026-08-24T20:02:12.322Z Downloaded quinn-udp v0.5.14
6752026-08-24T20:02:12.322Z Downloaded usdt-impl v0.5.0
6762026-08-24T20:02:12.322Z Downloaded whoami v2.1.0
6772026-08-24T20:02:12.322Z Downloaded normalize-line-endings v0.3.0
6782026-08-24T20:02:12.322Z Downloaded hashbrown v0.16.1
6792026-08-24T20:02:12.322Z Downloaded ascii-canvas v3.0.0
6802026-08-24T20:02:12.323Z Downloaded backtrace-ext v0.2.1
6812026-08-24T20:02:12.323Z Downloaded unicode-bidi v0.3.18
6822026-08-24T20:02:12.323Z Downloaded libbz2-rs-sys v0.2.2
6832026-08-24T20:02:12.323Z Downloaded primeorder v0.14.0
6842026-08-24T20:02:12.337Z Downloaded serde_with v1.14.0
6852026-08-24T20:02:12.337Z Downloaded walkdir v2.5.0
6862026-08-24T20:02:12.338Z Downloaded assert-json-diff v2.0.2
6872026-08-24T20:02:12.338Z Downloaded rustls-pki-types v1.14.0
6882026-08-24T20:02:12.338Z Downloaded yoke v0.8.1
6892026-08-24T20:02:12.338Z Downloaded digest v0.11.3
6902026-08-24T20:02:12.338Z Downloaded zstd-safe v7.2.4
6912026-08-24T20:02:12.338Z Downloaded ed25519 v2.2.3
6922026-08-24T20:02:12.338Z Downloaded hyper v1.10.1
6932026-08-24T20:02:12.338Z Downloaded bitfield-struct v0.6.2
6942026-08-24T20:02:12.338Z Downloaded itertools v0.14.0
6952026-08-24T20:02:12.339Z Downloaded cfg_aliases v0.1.1
6962026-08-24T20:02:12.339Z Downloaded parse-display v0.10.0
6972026-08-24T20:02:12.339Z Downloaded proc-macro-crate v1.3.1
6982026-08-24T20:02:12.339Z Downloaded serde v1.0.228
6992026-08-24T20:02:12.339Z Downloaded phf_shared v0.11.3
7002026-08-24T20:02:12.339Z Downloaded num-traits v0.2.19
7012026-08-24T20:02:12.339Z Downloaded rustc-demangle v0.1.27
7022026-08-24T20:02:12.339Z Downloaded zip v4.6.1
7032026-08-24T20:02:12.339Z Downloaded ssh-key v0.7.0-rc.11
7042026-08-24T20:02:12.339Z Downloaded zerovec v0.11.5
7052026-08-24T20:02:12.340Z Downloaded idna v1.1.0
7062026-08-24T20:02:12.340Z Downloaded icu_properties_data v2.1.2
7072026-08-24T20:02:12.340Z Downloaded nom v7.1.3
7082026-08-24T20:02:12.340Z Downloaded rand_pcg v0.10.2
7092026-08-24T20:02:12.340Z Downloaded knuffel-derive v3.2.0
7102026-08-24T20:02:12.340Z Downloaded lru v0.12.5
7112026-08-24T20:02:12.340Z Downloaded libsw-core v0.3.2
7122026-08-24T20:02:12.340Z Downloaded secrecy v0.10.3
7132026-08-24T20:02:12.340Z Downloaded papergrid v0.11.0
7142026-08-24T20:02:12.340Z Downloaded crypto-primes v0.7.2
7152026-08-24T20:02:12.340Z Downloaded libsw v3.5.0
7162026-08-24T20:02:12.341Z Downloaded module-lattice v0.2.3
7172026-08-24T20:02:12.341Z Downloaded progenitor-impl v0.13.0
7182026-08-24T20:02:12.341Z Downloaded zerocopy v0.6.6
7192026-08-24T20:02:12.341Z Downloaded same-file v1.0.6
7202026-08-24T20:02:12.341Z Downloaded slog-envlogger v2.2.0
7212026-08-24T20:02:12.341Z Downloaded rtoolbox v0.0.3
7222026-08-24T20:02:12.341Z Downloaded schemars v1.2.1
7232026-08-24T20:02:12.342Z Downloaded tagptr v0.2.0
7242026-08-24T20:02:12.342Z Downloaded testing_table v0.3.0
7252026-08-24T20:02:12.342Z Downloaded topological-sort v0.2.2
7262026-08-24T20:02:12.342Z Downloaded num_enum v0.7.6
7272026-08-24T20:02:12.342Z Downloaded anstyle-parse v0.2.7
7282026-08-24T20:02:12.342Z Downloaded bs58 v0.5.1
7292026-08-24T20:02:12.342Z Downloaded sha1 v0.10.6
7302026-08-24T20:02:12.342Z Downloaded ed25519 v3.0.0
7312026-08-24T20:02:12.342Z Downloaded usdt-attr-macro v0.6.0
7322026-08-24T20:02:12.342Z Downloaded unarray v0.1.4
7332026-08-24T20:02:12.342Z Downloaded untrusted v0.7.1
7342026-08-24T20:02:12.342Z Downloaded usdt-attr-macro v0.5.0
7352026-08-24T20:02:12.342Z Downloaded tinyvec_macros v0.1.1
7362026-08-24T20:02:12.342Z Downloaded xshell-macros v0.2.7
7372026-08-24T20:02:12.343Z Downloaded hkdf v0.13.0
7382026-08-24T20:02:12.343Z Downloaded itertools v0.15.0
7392026-08-24T20:02:12.343Z Downloaded socket2 v0.5.10
7402026-08-24T20:02:12.343Z Downloaded libxml v0.3.3
7412026-08-24T20:02:12.343Z Downloaded pkg-config v0.3.32
7422026-08-24T20:02:12.343Z Downloaded psm v0.1.30
7432026-08-24T20:02:12.343Z Downloaded dtrace-parser v0.2.0
7442026-08-24T20:02:12.343Z Downloaded dunce v1.0.5
7452026-08-24T20:02:12.343Z Downloaded oorandom v11.1.5
7462026-08-24T20:02:12.343Z Downloaded peg-macros v0.8.5
7472026-08-24T20:02:12.343Z Downloaded pkcs8 v0.10.2
7482026-08-24T20:02:12.343Z Downloaded toml_edit v0.19.15
7492026-08-24T20:02:12.343Z Downloaded openssl-sys v0.9.117
7502026-08-24T20:02:12.343Z Downloaded term v0.7.0
7512026-08-24T20:02:12.343Z Downloaded fd-lock v4.0.4
7522026-08-24T20:02:12.343Z Downloaded semver v0.1.20
7532026-08-24T20:02:12.343Z Downloaded chacha20poly1305 v0.10.1
7542026-08-24T20:02:12.343Z Downloaded memmap v0.7.0
7552026-08-24T20:02:12.343Z Downloaded new_debug_unreachable v1.0.6
7562026-08-24T20:02:12.343Z Downloaded newline-converter v0.3.0
7572026-08-24T20:02:12.343Z Downloaded newtype-uuid-macros v0.1.0
7582026-08-24T20:02:12.343Z Downloaded peg v0.8.5
7592026-08-24T20:02:12.344Z Downloaded fs-err v3.3.0
7602026-08-24T20:02:12.344Z Downloaded tokio-util v0.7.18
7612026-08-24T20:02:12.344Z Downloaded progenitor v0.13.0
7622026-08-24T20:02:12.344Z Downloaded futures-channel v0.3.32
7632026-08-24T20:02:12.344Z Downloaded dof v0.3.0
7642026-08-24T20:02:12.344Z Downloaded match_cfg v0.1.0
7652026-08-24T20:02:12.344Z Downloaded bit-set v0.8.0
7662026-08-24T20:02:12.344Z Downloaded quick-xml v0.37.5
7672026-08-24T20:02:12.344Z Downloaded bzip2 v0.6.1
7682026-08-24T20:02:12.344Z Downloaded tough v0.22.0
7692026-08-24T20:02:12.344Z Downloaded papergrid v0.18.0
7702026-08-24T20:02:12.344Z Downloaded pest_meta v2.8.6
7712026-08-24T20:02:12.344Z Downloaded textwrap v0.15.2
7722026-08-24T20:02:12.344Z Downloaded tokio-stream v0.1.18
7732026-08-24T20:02:12.344Z Downloaded serde_spanned v1.1.1
7742026-08-24T20:02:12.344Z Downloaded tokio-rustls v0.26.4
7752026-08-24T20:02:12.344Z Downloaded ar_archive_writer v0.5.1
7762026-08-24T20:02:12.344Z Downloaded camino v1.2.5
7772026-08-24T20:02:12.345Z Downloaded parse-size v1.1.0
7782026-08-24T20:02:12.345Z Downloaded newtype_derive v0.1.6
7792026-08-24T20:02:12.345Z Downloaded async-stream v0.3.6
7802026-08-24T20:02:12.345Z Downloaded xshell v0.2.7
7812026-08-24T20:02:12.345Z Downloaded ml-kem v0.3.2
7822026-08-24T20:02:12.345Z Downloaded tokio-postgres v0.7.18
7832026-08-24T20:02:12.345Z Downloaded tracing-core v0.1.36
7842026-08-24T20:02:12.366Z Downloaded snafu v0.8.9
7852026-08-24T20:02:12.367Z Downloaded base64ct v1.8.3
7862026-08-24T20:02:12.367Z Downloaded vergen v9.1.0
7872026-08-24T20:02:12.367Z Downloaded fs-err v2.11.0
7882026-08-24T20:02:12.367Z Downloaded slog-stdlog v4.1.1
7892026-08-24T20:02:12.367Z Downloaded slog-dtrace v0.3.0
7902026-08-24T20:02:12.367Z Downloaded slog-json v2.6.1
7912026-08-24T20:02:12.367Z Downloaded scheduled-thread-pool v0.2.7
7922026-08-24T20:02:12.367Z Downloaded plotters-svg v0.3.7
7932026-08-24T20:02:12.367Z Downloaded jobserver v0.1.34
7942026-08-24T20:02:12.368Z Downloaded libloading v0.8.9
7952026-08-24T20:02:12.368Z Downloaded supports-hyperlinks v2.1.0
7962026-08-24T20:02:12.368Z Downloaded swrite v0.1.0
7972026-08-24T20:02:12.368Z Downloaded backtrace v0.3.76
7982026-08-24T20:02:12.368Z Downloaded ciborium v0.2.2
7992026-08-24T20:02:12.368Z Downloaded iddqd v0.4.2
8002026-08-24T20:02:12.368Z Downloaded socket2 v0.6.3
8012026-08-24T20:02:12.368Z Downloaded futures v0.3.32
8022026-08-24T20:02:12.368Z Downloaded similar v2.7.0
8032026-08-24T20:02:12.368Z Downloaded anes v0.1.6
8042026-08-24T20:02:12.368Z Downloaded strsim v0.11.1
8052026-08-24T20:02:12.368Z Downloaded utf8parse v0.2.2
8062026-08-24T20:02:12.368Z Downloaded signal-hook-tokio v0.3.1
8072026-08-24T20:02:12.368Z Downloaded sigpipe v0.1.3
8082026-08-24T20:02:12.369Z Downloaded ciborium-ll v0.2.2
8092026-08-24T20:02:12.369Z Downloaded futures-timer v3.0.3
8102026-08-24T20:02:12.369Z Downloaded cfg-if v1.0.4
8112026-08-24T20:02:12.369Z Downloaded camino-tempfile-ext v0.3.3
8122026-08-24T20:02:12.369Z Downloaded zerofrom v0.1.6
8132026-08-24T20:02:12.369Z Downloaded zerofrom-derive v0.1.6
8142026-08-24T20:02:12.369Z Downloaded zeroize_derive v1.5.0
8152026-08-24T20:02:12.369Z Downloaded gethostname v0.5.0
8162026-08-24T20:02:12.369Z Downloaded ghash v0.6.0
8172026-08-24T20:02:12.369Z Downloaded linked-hash-map v0.5.6
8182026-08-24T20:02:12.369Z Downloaded globwalk v0.9.1
8192026-08-24T20:02:12.369Z Downloaded phf v0.13.1
8202026-08-24T20:02:12.369Z Downloaded tempfile v3.27.0
8212026-08-24T20:02:12.369Z Downloaded tls_codec v0.4.2
8222026-08-24T20:02:12.369Z Downloaded nibble_vec v0.1.0
8232026-08-24T20:02:12.369Z Downloaded atomicwrites v0.4.4
8242026-08-24T20:02:12.369Z Downloaded base16ct v0.2.0
8252026-08-24T20:02:12.369Z Downloaded futures-sink v0.3.32
8262026-08-24T20:02:12.369Z Downloaded num-conv v0.2.0
8272026-08-24T20:02:12.369Z Downloaded maybe-uninit v2.0.0
8282026-08-24T20:02:12.369Z Downloaded rustversion v1.0.22
8292026-08-24T20:02:12.370Z Downloaded arc-swap v1.8.2
8302026-08-24T20:02:12.370Z Downloaded oxide-generation v0.1.3
8312026-08-24T20:02:12.380Z Downloaded oso v0.27.3
8322026-08-24T20:02:12.380Z Downloaded event-listener v5.4.1
8332026-08-24T20:02:12.380Z Downloaded progenitor v0.14.0
8342026-08-24T20:02:12.380Z Downloaded radium v0.7.0
8352026-08-24T20:02:12.380Z Downloaded stacker v0.1.23
8362026-08-24T20:02:12.380Z Downloaded tinytemplate v1.2.1
8372026-08-24T20:02:12.380Z Downloaded rand_xorshift v0.4.0
8382026-08-24T20:02:12.380Z Downloaded mio v1.2.0
8392026-08-24T20:02:12.380Z Downloaded signal-hook v0.3.18
8402026-08-24T20:02:12.380Z Downloaded synstructure v0.13.2
8412026-08-24T20:02:12.380Z Downloaded serde_spanned v0.6.9
8422026-08-24T20:02:12.380Z Downloaded ed25519-dalek v3.0.0
8432026-08-24T20:02:12.381Z Downloaded proc-macro-crate v3.4.0
8442026-08-24T20:02:12.381Z Downloaded rustc_version v0.1.7
8452026-08-24T20:02:12.381Z Downloaded strsim v0.10.0
8462026-08-24T20:02:12.381Z Downloaded tokio-test v0.4.5
8472026-08-24T20:02:12.381Z Downloaded shlex v1.3.0
8482026-08-24T20:02:12.381Z Downloaded seq-macro v0.3.6
8492026-08-24T20:02:12.381Z Downloaded subtle v2.6.1
8502026-08-24T20:02:12.381Z Downloaded proptest v1.11.0
8512026-08-24T20:02:12.381Z Downloaded vergen-lib v0.1.6
8522026-08-24T20:02:12.381Z Downloaded sqlparser_derive v0.5.0
8532026-08-24T20:02:12.381Z Downloaded memmap2 v0.9.10
8542026-08-24T20:02:12.381Z Downloaded ron v0.8.1
8552026-08-24T20:02:12.381Z Downloaded tui-tree-widget v0.23.1
8562026-08-24T20:02:12.381Z Downloaded unicase v2.9.0
8572026-08-24T20:02:12.381Z Downloaded vergen-lib v9.1.0
8582026-08-24T20:02:12.381Z Downloaded foldhash v0.2.0
8592026-08-24T20:02:12.381Z Downloaded usdt-macro v0.6.0
8602026-08-24T20:02:12.381Z Downloaded utf-8 v0.7.6
8612026-08-24T20:02:12.381Z Downloaded enum-as-inner v0.6.1
8622026-08-24T20:02:12.381Z Downloaded xattr v1.6.1
8632026-08-24T20:02:12.381Z Downloaded zone_cfg_derive v0.3.1
8642026-08-24T20:02:12.382Z Downloaded dyn-clone v1.0.20
8652026-08-24T20:02:12.382Z Downloaded aws-lc-rs v1.16.3
8662026-08-24T20:02:12.382Z Downloaded unicode_categories v0.1.1
8672026-08-24T20:02:12.382Z Downloaded ppv-lite86 v0.2.21
8682026-08-24T20:02:12.382Z Downloaded foreign-types-shared v0.3.1
8692026-08-24T20:02:12.382Z Downloaded foreign-types-macros v0.2.3
8702026-08-24T20:02:12.382Z Downloaded mime v0.3.17
8712026-08-24T20:02:12.382Z Downloaded salsa20 v0.11.0
8722026-08-24T20:02:12.382Z Downloaded document-features v0.2.12
8732026-08-24T20:02:12.382Z Downloaded jiff-core v0.1.0
8742026-08-24T20:02:12.382Z Downloaded md-5 v0.11.0
8752026-08-24T20:02:12.382Z Downloaded portable-atomic v1.13.1
8762026-08-24T20:02:12.382Z Downloaded p384 v0.14.0
8772026-08-24T20:02:12.382Z Downloaded cfg_aliases v0.2.1
8782026-08-24T20:02:12.382Z Downloaded peg-runtime v0.8.5
8792026-08-24T20:02:12.382Z Downloaded assert_cmd v2.1.2
8802026-08-24T20:02:12.382Z Downloaded tower-http v0.6.8
8812026-08-24T20:02:12.382Z Downloaded aead v0.5.2
8822026-08-24T20:02:12.382Z Downloaded bit-set v0.5.3
8832026-08-24T20:02:12.382Z Downloaded subprocess v0.2.15
8842026-08-24T20:02:12.403Z Downloaded progenitor-macro v0.13.0
8852026-08-24T20:02:12.403Z Downloaded byte-wrapper v0.1.0
8862026-08-24T20:02:12.403Z Downloaded ref-cast-impl v1.0.25
8872026-08-24T20:02:12.403Z Downloaded fatfs v0.3.6
8882026-08-24T20:02:12.403Z Downloaded scroll v0.13.0
8892026-08-24T20:02:12.403Z Downloaded blake2 v0.10.6
8902026-08-24T20:02:12.403Z Downloaded thiserror v2.0.18
8912026-08-24T20:02:12.403Z Downloaded target-spec v3.5.7
8922026-08-24T20:02:12.403Z Downloaded toml_edit v0.22.27
8932026-08-24T20:02:12.403Z Downloaded strum v0.27.2
8942026-08-24T20:02:12.404Z Downloaded getrandom v0.4.3
8952026-08-24T20:02:12.404Z Downloaded toml v0.8.23
8962026-08-24T20:02:12.404Z Downloaded unicode-linebreak v0.1.5
8972026-08-24T20:02:12.404Z Downloaded expectorate v1.2.0
8982026-08-24T20:02:12.404Z Downloaded fixedbitset v0.5.7
8992026-08-24T20:02:12.404Z Downloaded libtest-mimic v0.8.1
9002026-08-24T20:02:12.419Z Downloaded ahash v0.8.12
9012026-08-24T20:02:12.419Z Downloaded lalrpop-util v0.19.12
9022026-08-24T20:02:12.420Z Downloaded num_threads v0.1.7
9032026-08-24T20:02:12.420Z Downloaded async-stream-impl v0.3.6
9042026-08-24T20:02:12.420Z Downloaded proc-macro-error-attr v1.0.4
9052026-08-24T20:02:12.422Z Downloaded num-integer v0.1.46
9062026-08-24T20:02:12.423Z Downloaded sha3 v0.12.0
9072026-08-24T20:02:12.423Z Downloaded tungstenite v0.23.0
9082026-08-24T20:02:12.434Z Downloaded once_cell v1.21.3
9092026-08-24T20:02:12.434Z Downloaded owo-colors v4.3.0
9102026-08-24T20:02:12.434Z Downloaded pkcs1 v0.7.5
9112026-08-24T20:02:12.434Z Downloaded bcs v0.1.6
9122026-08-24T20:02:12.434Z Downloaded cexpr v0.6.0
9132026-08-24T20:02:12.434Z Downloaded wnaf v0.14.0
9142026-08-24T20:02:12.434Z Downloaded publicsuffix v2.3.0
9152026-08-24T20:02:12.434Z Downloaded rayon-core v1.13.0
9162026-08-24T20:02:12.434Z Downloaded spin v0.9.8
9172026-08-24T20:02:12.434Z Downloaded term v1.2.1
9182026-08-24T20:02:12.445Z Downloaded goblin v0.10.5
9192026-08-24T20:02:12.446Z Downloaded simd-adler32 v0.3.8
9202026-08-24T20:02:12.446Z Downloaded stringprep v0.1.5
9212026-08-24T20:02:12.446Z Downloaded sha1 v0.11.0
9222026-08-24T20:02:12.446Z Downloaded num_enum_derive v0.5.11
9232026-08-24T20:02:12.446Z Downloaded arrayref v0.3.9
9242026-08-24T20:02:12.460Z Downloaded sec1 v0.8.1
9252026-08-24T20:02:12.460Z Downloaded tiny-keccak v2.0.2
9262026-08-24T20:02:12.460Z Downloaded minimal-lexical v0.2.1
9272026-08-24T20:02:12.460Z Downloaded futures-task v0.3.32
9282026-08-24T20:02:12.460Z Downloaded nodrop v0.1.14
9292026-08-24T20:02:12.460Z Downloaded rand_seeder v0.4.0
9302026-08-24T20:02:12.460Z Downloaded toml_writer v1.1.1+spec-1.1.0
9312026-08-24T20:02:12.460Z Downloaded precomputed-hash v0.1.1
9322026-08-24T20:02:12.460Z Downloaded miette v7.6.0
9332026-08-24T20:02:12.460Z Downloaded winnow v0.5.40
9342026-08-24T20:02:12.471Z Downloaded winnow v0.6.26
9352026-08-24T20:02:12.472Z Downloaded elliptic-curve v0.13.8
9362026-08-24T20:02:12.484Z Downloaded sqlformat v0.3.5
9372026-08-24T20:02:12.484Z Downloaded elliptic-curve v0.14.1
9382026-08-24T20:02:12.484Z Downloaded kstat-rs v0.2.5
9392026-08-24T20:02:12.484Z Downloaded yansi v1.0.1
9402026-08-24T20:02:12.484Z Downloaded trybuild v1.0.116
9412026-08-24T20:02:12.484Z Downloaded erased-serde v0.3.31
9422026-08-24T20:02:12.484Z Downloaded rustc-hash v2.1.1
9432026-08-24T20:02:12.484Z Downloaded want v0.3.1
9442026-08-24T20:02:12.484Z Downloaded digest v0.10.7
9452026-08-24T20:02:12.485Z Downloaded float-ord v0.3.2
9462026-08-24T20:02:12.497Z Downloaded num-derive v0.4.2
9472026-08-24T20:02:12.497Z Downloaded password-hash v0.5.0
9482026-08-24T20:02:12.497Z Downloaded quick-error v1.2.3
9492026-08-24T20:02:12.497Z Downloaded take_mut v0.2.2
9502026-08-24T20:02:12.497Z Downloaded thiserror-impl-no-std v2.0.2
9512026-08-24T20:02:12.497Z Downloaded zone v0.3.1
9522026-08-24T20:02:12.497Z Downloaded keccak v0.1.6
9532026-08-24T20:02:12.497Z Downloaded omicron-zone-package v0.12.3
9542026-08-24T20:02:12.508Z Downloaded pkcs1 v0.8.0-rc.4
9552026-08-24T20:02:12.508Z Downloaded termios v0.3.3
9562026-08-24T20:02:12.508Z Downloaded thiserror v1.0.69
9572026-08-24T20:02:12.522Z Downloaded async-bb8-diesel v0.2.1
9582026-08-24T20:02:12.523Z Downloaded cast v0.3.0
9592026-08-24T20:02:12.523Z Downloaded parking v2.2.1
9602026-08-24T20:02:12.523Z Downloaded parking_lot_core v0.9.12
9612026-08-24T20:02:12.523Z Downloaded serde_cbor v0.11.2
9622026-08-24T20:02:12.523Z Downloaded lock_api v0.4.14
9632026-08-24T20:02:12.523Z Downloaded poly1305 v0.9.0
9642026-08-24T20:02:12.523Z Downloaded toml v1.1.2+spec-1.1.0
9652026-08-24T20:02:12.542Z Downloaded unsafe-libyaml v0.2.11
9662026-08-24T20:02:12.542Z Downloaded r2d2 v0.8.10
9672026-08-24T20:02:12.543Z Downloaded serde_derive_internals v0.29.1
9682026-08-24T20:02:12.543Z Downloaded camino-tempfile v1.4.1
9692026-08-24T20:02:12.543Z Downloaded smallvec v0.6.14
9702026-08-24T20:02:12.543Z Downloaded either v1.15.0
9712026-08-24T20:02:12.543Z Downloaded fixedbitset v0.4.2
9722026-08-24T20:02:12.543Z Downloaded base64 v0.21.7
9732026-08-24T20:02:12.557Z Downloaded schemars_derive v0.8.22
9742026-08-24T20:02:12.557Z Downloaded miette-derive v5.10.0
9752026-08-24T20:02:12.557Z Downloaded regex v1.12.3
9762026-08-24T20:02:12.557Z Downloaded typify v0.6.2
9772026-08-24T20:02:12.557Z Downloaded partial-io v0.5.4
9782026-08-24T20:02:12.557Z Downloaded oxide-generation-macros v0.2.0
9792026-08-24T20:02:12.557Z Downloaded twox-hash v2.1.2
9802026-08-24T20:02:12.567Z Downloaded linear-map v1.2.0
9812026-08-24T20:02:12.577Z Downloaded ssh-encoding v0.3.0
9822026-08-24T20:02:12.577Z Downloaded chacha20 v0.10.0
9832026-08-24T20:02:12.577Z Downloaded mime_guess v2.0.5
9842026-08-24T20:02:12.577Z Downloaded oxide-update-engine v0.1.2
9852026-08-24T20:02:12.577Z Downloaded nested v0.1.1
9862026-08-24T20:02:12.577Z Downloaded litemap v0.8.1
9872026-08-24T20:02:12.577Z Downloaded futures-core v0.3.32
9882026-08-24T20:02:12.588Z Downloaded toml_datetime v0.6.11
9892026-08-24T20:02:12.588Z Downloaded quinn v0.11.11
9902026-08-24T20:02:12.589Z Downloaded flagset v0.4.7
9912026-08-24T20:02:12.589Z Downloaded rustls-webpki v0.103.13
9922026-08-24T20:02:12.589Z Downloaded rsa v0.10.0-rc.18
9932026-08-24T20:02:12.589Z Downloaded crypto-bigint v0.7.5
9942026-08-24T20:02:12.605Z Downloaded time-core v0.1.8
9952026-08-24T20:02:12.605Z Downloaded fxhash v0.2.1
9962026-08-24T20:02:12.605Z Downloaded approx v0.5.1
9972026-08-24T20:02:12.605Z Downloaded prettyplease v0.2.37
9982026-08-24T20:02:12.605Z Downloaded tower-layer v0.3.3
9992026-08-24T20:02:12.605Z Downloaded errno v0.3.14
10002026-08-24T20:02:12.605Z Downloaded itoa v1.0.17
10012026-08-24T20:02:12.615Z Downloaded port-file v0.1.0
10022026-08-24T20:02:12.615Z Downloaded chrono v0.4.45
10032026-08-24T20:02:12.616Z Downloaded serde_urlencoded v0.7.1
10042026-08-24T20:02:12.616Z Downloaded usdt-macro v0.5.0
10052026-08-24T20:02:12.616Z Downloaded futures-util v0.3.32
10062026-08-24T20:02:12.616Z Downloaded test-strategy v0.4.5
10072026-08-24T20:02:12.627Z Downloaded zerotrie v0.2.3
10082026-08-24T20:02:12.628Z Downloaded static_assertions v1.1.0
10092026-08-24T20:02:12.629Z Downloaded strum_macros v0.27.2
10102026-08-24T20:02:12.629Z Downloaded whoami v1.6.1
10112026-08-24T20:02:12.629Z Downloaded bindgen v0.71.1
10122026-08-24T20:02:12.629Z Downloaded multimap v0.10.1
10132026-08-24T20:02:12.629Z Downloaded ecdsa v0.16.9
10142026-08-24T20:02:12.662Z Downloaded unicode-xid v0.2.6
10152026-08-24T20:02:12.663Z Downloaded predicates-core v1.0.10
10162026-08-24T20:02:12.663Z Downloaded sponge-cursor v0.1.0
10172026-08-24T20:02:12.663Z Downloaded drift v0.2.0
10182026-08-24T20:02:12.663Z Downloaded reqwest v0.12.28
10192026-08-24T20:02:12.663Z Downloaded oxide-tokio-rt v0.1.4
10202026-08-24T20:02:12.674Z Downloaded anstyle-parse v1.0.0
10212026-08-24T20:02:12.674Z Downloaded vergen-gitcl v1.0.8
10222026-08-24T20:02:12.674Z Downloaded ff v0.13.1
10232026-08-24T20:02:12.674Z Downloaded serde_with_macros v1.5.2
10242026-08-24T20:02:12.674Z Downloaded generic-array v1.4.3
10252026-08-24T20:02:12.674Z Downloaded pkcs5 v0.8.1
10262026-08-24T20:02:12.675Z Downloaded ena v0.14.4
10272026-08-24T20:02:12.675Z Downloaded knuffel v3.2.0
10282026-08-24T20:02:12.687Z Downloaded curve25519-dalek v4.1.3
10292026-08-24T20:02:12.687Z Downloaded buf-list v1.1.2
10302026-08-24T20:02:12.687Z Downloaded bumpalo v3.20.2
10312026-08-24T20:02:12.687Z Downloaded pretty_assertions v1.4.1
10322026-08-24T20:02:12.687Z Downloaded tokio-tungstenite v0.21.0
10332026-08-24T20:02:12.687Z Downloaded zopfli v0.8.3
10342026-08-24T20:02:12.687Z Downloaded git2 v0.20.4
10352026-08-24T20:02:12.687Z Downloaded writeable v0.6.2
10362026-08-24T20:02:12.687Z Downloaded resolv-conf v0.7.6
10372026-08-24T20:02:12.687Z Downloaded toml_edit v0.23.10+spec-1.0.0
10382026-08-24T20:02:12.705Z Downloaded serde_path_to_error v0.1.20
10392026-08-24T20:02:12.705Z Downloaded serde_json v1.0.151
10402026-08-24T20:02:12.705Z Downloaded unicode-properties v0.1.4
10412026-08-24T20:02:12.705Z Downloaded proc-macro-error2 v2.0.1
10422026-08-24T20:02:12.705Z Downloaded ssh-cipher v0.3.0
10432026-08-24T20:02:12.705Z Downloaded unicode-normalization v0.1.25
10442026-08-24T20:02:12.705Z Downloaded num_enum v0.5.11
10452026-08-24T20:02:12.716Z Downloaded smallvec v1.15.1
10462026-08-24T20:02:12.716Z Downloaded flume v0.11.1
10472026-08-24T20:02:12.716Z Downloaded rand_distr v0.5.1
10482026-08-24T20:02:12.716Z Downloaded nom v8.0.0
10492026-08-24T20:02:12.716Z Downloaded phf v0.12.1
10502026-08-24T20:02:12.727Z Downloaded diff v0.1.13
10512026-08-24T20:02:12.727Z Downloaded tar v0.4.46
10522026-08-24T20:02:12.727Z Downloaded blake2 v0.11.0-rc.6
10532026-08-24T20:02:12.738Z Downloaded prefix-trie v0.7.0
10542026-08-24T20:02:12.738Z Downloaded quinn-proto v0.11.16
10552026-08-24T20:02:12.739Z Downloaded blake2b_simd v1.0.4
10562026-08-24T20:02:12.739Z Downloaded cc v1.2.56
10572026-08-24T20:02:12.768Z Downloaded log v0.4.33
10582026-08-24T20:02:12.768Z Downloaded aes-gcm v0.11.0
10592026-08-24T20:02:12.768Z Downloaded rayon v1.11.0
10602026-08-24T20:02:12.782Z Downloaded toml v0.7.8
10612026-08-24T20:02:12.782Z Downloaded object v0.30.4
10622026-08-24T20:02:12.782Z Downloaded progenitor-impl v0.14.0
10632026-08-24T20:02:12.782Z Downloaded moka v0.12.13
10642026-08-24T20:02:12.782Z Downloaded typed-path v0.9.3
10652026-08-24T20:02:12.801Z Downloaded curve25519-dalek v5.0.0
10662026-08-24T20:02:12.801Z Downloaded plotters v0.3.7
10672026-08-24T20:02:12.801Z Downloaded regex-syntax v0.6.29
10682026-08-24T20:02:12.815Z Downloaded async-compression v0.4.41
10692026-08-24T20:02:12.815Z Downloaded rustls-platform-verifier v0.6.2
10702026-08-24T20:02:12.815Z Downloaded num-bigint-dig v0.8.6
10712026-08-24T20:02:12.815Z Downloaded serde_core v1.0.228
10722026-08-24T20:02:12.815Z Downloaded schemars v0.9.0
10732026-08-24T20:02:12.816Z Downloaded scuffle v0.1.0
10742026-08-24T20:02:12.826Z Downloaded smoltcp v0.9.1
10752026-08-24T20:02:12.826Z Downloaded rstest_macros v0.25.0
10762026-08-24T20:02:12.826Z Downloaded reedline v0.40.0
10772026-08-24T20:02:12.856Z Downloaded bitvec v1.0.1
10782026-08-24T20:02:12.856Z Downloaded rsa v0.9.10
10792026-08-24T20:02:12.866Z Downloaded salty v0.3.0
10802026-08-24T20:02:12.866Z Downloaded zerocopy-derive v0.8.55
10812026-08-24T20:02:12.866Z Downloaded libm v0.2.16
10822026-08-24T20:02:12.866Z Downloaded winnow v0.7.14
10832026-08-24T20:02:12.866Z Downloaded aho-corasick v1.1.4
10842026-08-24T20:02:12.867Z Downloaded base64 v0.22.1
10852026-08-24T20:02:12.867Z Downloaded reqwest v0.13.2
10862026-08-24T20:02:12.877Z Downloaded zlib-rs v0.6.2
10872026-08-24T20:02:12.878Z Downloaded blake3 v1.8.5
10882026-08-24T20:02:12.888Z Downloaded unicode-width v0.1.14
10892026-08-24T20:02:12.888Z Downloaded tower v0.5.3
10902026-08-24T20:02:12.888Z Downloaded openssl v0.10.80
10912026-08-24T20:02:12.902Z Downloaded polar-core v0.27.3
10922026-08-24T20:02:12.902Z Downloaded memchr v2.8.0
10932026-08-24T20:02:12.902Z Downloaded p384 v0.13.1
10942026-08-24T20:02:12.917Z Downloaded p521 v0.14.0
10952026-08-24T20:02:12.930Z Downloaded nix v0.27.1
10962026-08-24T20:02:12.951Z Downloaded num-bigint v0.4.6
10972026-08-24T20:02:12.952Z Downloaded rustls v0.23.41
10982026-08-24T20:02:12.972Z Downloaded time v0.3.47
10992026-08-24T20:02:12.972Z Downloaded winnow v1.0.3
11002026-08-24T20:02:12.972Z Downloaded hickory-proto v0.24.4
11012026-08-24T20:02:12.984Z Downloaded syn v1.0.109
11022026-08-24T20:02:12.984Z Downloaded syn v2.0.117
11032026-08-24T20:02:12.984Z Downloaded serde_with v3.21.0
11042026-08-24T20:02:12.995Z Downloaded zerocopy v0.7.35
11052026-08-24T20:02:13.007Z Downloaded rawzip v0.4.4
11062026-08-24T20:02:13.007Z Downloaded zerocopy v0.8.55
11072026-08-24T20:02:13.018Z Downloaded dropshot-api-manager v0.8.0
11082026-08-24T20:02:13.018Z Downloaded hickory-proto v0.25.2
11092026-08-24T20:02:13.033Z Downloaded syn v3.0.3
11102026-08-24T20:02:13.033Z Downloaded bstr v1.12.1
11112026-08-24T20:02:13.053Z Downloaded object v0.37.3
11122026-08-24T20:02:13.053Z Downloaded unicode-width v0.2.0
11132026-08-24T20:02:13.075Z Downloaded radix_trie v0.2.1
11142026-08-24T20:02:13.075Z Downloaded russh v0.62.4
11152026-08-24T20:02:13.075Z Downloaded nix v0.28.0
11162026-08-24T20:02:13.075Z Downloaded diesel v2.3.7
11172026-08-24T20:02:13.087Z Downloaded gimli v0.32.3
11182026-08-24T20:02:13.087Z Downloaded tabled v0.15.0
11192026-08-24T20:02:13.099Z Downloaded smoltcp v0.11.0
11202026-08-24T20:02:13.112Z Downloaded lalrpop v0.19.12
11212026-08-24T20:02:13.112Z Downloaded openapiv3 v2.2.0
11222026-08-24T20:02:13.131Z Downloaded vcpkg v0.2.15
11232026-08-24T20:02:13.141Z Downloaded petname v2.0.2
11242026-08-24T20:02:13.141Z Downloaded regress v0.11.1
11252026-08-24T20:02:13.153Z Downloaded tracing v0.1.44
11262026-08-24T20:02:13.165Z Downloaded tabled v0.21.0
11272026-08-24T20:02:13.175Z Downloaded regex-syntax v0.8.10
11282026-08-24T20:02:13.176Z Downloaded sqlparser v0.61.0
11292026-08-24T20:02:13.186Z Downloaded rustix v1.1.4
11302026-08-24T20:02:13.197Z Downloaded nix v0.31.2
11312026-08-24T20:02:13.198Z Downloaded rustix v0.38.44
11322026-08-24T20:02:13.209Z Downloaded regress v0.10.5
11332026-08-24T20:02:13.220Z Downloaded zerocopy-derive v0.6.6
11342026-08-24T20:02:13.220Z Downloaded typify-impl v0.6.2
11352026-08-24T20:02:13.229Z Downloaded dropshot v0.17.1
11362026-08-24T20:02:13.241Z Downloaded ratatui v0.29.0
11372026-08-24T20:02:13.253Z Downloaded sled v0.34.7
11382026-08-24T20:02:13.258Z Downloaded bzip2-sys v0.1.13+1.0.8
11392026-08-24T20:02:13.294Z Downloaded sha3 v0.11.0
11402026-08-24T20:02:13.407Z Downloaded jiff v0.2.34
11412026-08-24T20:02:13.448Z Downloaded csv v1.4.0
11422026-08-24T20:02:13.448Z Downloaded regex-automata v0.4.14
11432026-08-24T20:02:13.448Z Downloaded petgraph v0.6.5
11442026-08-24T20:02:13.448Z Downloaded tokio v1.52.1
11452026-08-24T20:02:13.448Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11462026-08-24T20:02:13.448Z Downloaded libz-sys v1.1.24
11472026-08-24T20:02:13.448Z Downloaded sha3 v0.10.8
11482026-08-24T20:02:13.448Z Downloaded chrono-tz v0.10.4
11492026-08-24T20:02:13.448Z Downloaded petgraph v0.8.3
11502026-08-24T20:02:13.456Z Downloaded libc v0.2.185
11512026-08-24T20:02:13.590Z Downloaded encoding_rs v0.8.35
11522026-08-24T20:02:13.604Z Downloaded ring v0.17.14
11532026-08-24T20:02:13.636Z Downloaded httpmock v0.8.3
11542026-08-24T20:02:13.648Z Downloaded libgit2-sys v0.18.3+1.9.2
11552026-08-24T20:02:13.932Z Downloaded aws-lc-sys v0.40.0
11562026-08-24T20:02:14.354Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11572026-08-24T20:02:20.832Z Startup: Refreshing catalog 'helios' ... Done
11582026-08-24T20:02:21.200Z Startup: Caching catalogs ... Done
11592026-08-24T20:02:23.161ZPlanning: Solver setup ... Done (1.850s)
11602026-08-24T20:02:23.221ZPlanning: Running solver ... Done (0.061s)
11612026-08-24T20:02:23.267ZPlanning: Finding local manifests ... Done (0.003s)
11622026-08-24T20:02:23.280ZPlanning: Fetching manifests: 0/2 0% complete
11632026-08-24T20:02:23.301ZPlanning: Fetching manifests: 2/2 100% complete
11642026-08-24T20:02:23.315ZPlanning: Package planning ... Done (0.014s)
11652026-08-24T20:02:23.319ZPlanning: Merging actions ... Done (0.002s)
11662026-08-24T20:02:23.536ZPlanning: Checking for conflicting actions ... Done (0.220s)
11672026-08-24T20:02:23.540ZPlanning: Consolidating action changes ... Done (0.001s)
11682026-08-24T20:02:24.352ZPlanning: Evaluating mediators ... Done (0.814s)
11692026-08-24T20:02:24.356ZPlanning: Planning completed in 3.12 seconds
11702026-08-24T20:02:24.362Z Packages to install: 2
11712026-08-24T20:02:24.362Z Estimated space available: 155.73 GB
11722026-08-24T20:02:24.362ZEstimated space to be consumed: 76.36 MB
11732026-08-24T20:02:24.362Z Create boot environment: No
11742026-08-24T20:02:24.362ZCreate backup boot environment: No
11752026-08-24T20:02:24.366Z Rebuild boot archive: No
11762026-08-24T20:02:24.366Z
11772026-08-24T20:02:24.366ZChanged packages:
11782026-08-24T20:02:24.366Zhelios
11792026-08-24T20:02:24.366Z developer/build-essential
11802026-08-24T20:02:24.366Z None -> 11-3.0
11812026-08-24T20:02:24.366Z library/libxmlsec1
11822026-08-24T20:02:24.366Z None -> 1.2.35-3.0
11832026-08-24T20:02:24.387Z
11842026-08-24T20:02:24.387ZDownload: 0/214 items 0.0/1.3MB 0% complete
11852026-08-24T20:02:24.466ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
11862026-08-24T20:02:24.567Z Actions: 1/268 actions (Installing new actions)
11872026-08-24T20:02:24.606Z Actions: Completed 268 actions in 0.04 seconds.
11882026-08-24T20:02:24.643ZFinalize: Updating package state database ... Done (0.035s)
11892026-08-24T20:02:24.647ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-24T20:02:24.728ZFinalize: Updating image state ... Done (0.087s)
11912026-08-24T20:02:27.382ZFinalize: Creating fast lookup database ... Done (2.602s)
11922026-08-24T20:02:27.451ZFinalize: Reading search index ... Done (0.012s)
11932026-08-24T20:02:27.456ZFinalize: Updating search index ... Done (0.000s)
11942026-08-24T20:02:27.572ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-24T20:02:27.938ZPlanning: Evaluating mediator changes ... Done
11962026-08-24T20:02:28.044ZPlanning: Checking for conflicting actions ... Done
11972026-08-24T20:02:28.048ZPlanning: Consolidating action changes ... Done
11982026-08-24T20:02:28.205ZPlanning: Evaluating mediators ... Done
11992026-08-24T20:02:28.208ZPlanning: Planning completed in 0.27 seconds
12002026-08-24T20:02:28.229Z Mediators to change: 2
12012026-08-24T20:02:28.229Z Create boot environment: No
12022026-08-24T20:02:28.229ZCreate backup boot environment: No
12032026-08-24T20:02:28.281ZFinalize: Updating package state database ... Done
12042026-08-24T20:02:28.281ZFinalize: Updating package cache ... Done
12052026-08-24T20:02:28.330ZFinalize: Updating image state ... Done
12062026-08-24T20:02:30.275ZFinalize: Creating fast lookup database ... Done
12072026-08-24T20:02:30.337ZFinalize: Reading search index ... Done
12082026-08-24T20:02:30.341ZFinalize: Updating search index ... Done
12092026-08-24T20:02:30.421ZFinalize: Updating package cache ... Done
12102026-08-24T20:02:30.707ZPlanning: Evaluating mediator changes ... Done
12112026-08-24T20:02:30.815ZPlanning: Checking for conflicting actions ... Done
12122026-08-24T20:02:30.820ZPlanning: Consolidating action changes ... Done
12132026-08-24T20:02:30.973ZPlanning: Evaluating mediators ... Done
12142026-08-24T20:02:30.980ZPlanning: Planning completed in 0.27 seconds
12152026-08-24T20:02:30.997Z Mediators to change: 1
12162026-08-24T20:02:30.997Z Create boot environment: No
12172026-08-24T20:02:30.997ZCreate backup boot environment: No
12182026-08-24T20:02:31.046ZFinalize: Updating package state database ... Done
12192026-08-24T20:02:31.046ZFinalize: Updating package cache ... Done
12202026-08-24T20:02:31.100ZFinalize: Updating image state ... Done
12212026-08-24T20:02:33.064ZFinalize: Creating fast lookup database ... Done
12222026-08-24T20:02:33.131ZFinalize: Reading search index ... Done
12232026-08-24T20:02:33.135ZFinalize: Updating search index ... Done
12242026-08-24T20:02:33.219ZFinalize: Updating package cache ... Done
12252026-08-24T20:02:33.532ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12262026-08-24T20:02:33.532Zapache system 2.4 system
12272026-08-24T20:02:33.533Zclang system 15 system
12282026-08-24T20:02:33.533Zcsh system system illumos
12292026-08-24T20:02:33.533Zctags system system illumos
12302026-08-24T20:02:33.533Zfile vendor vendor darwinsys
12312026-08-24T20:02:33.533Zfile system system illumos
12322026-08-24T20:02:33.533Zgcc vendor 14 vendor
12332026-08-24T20:02:33.533Zgcc system 13 system
12342026-08-24T20:02:33.533Zgcc system 10 system
12352026-08-24T20:02:33.533Zgo system 1.25 system
12362026-08-24T20:02:33.533Zllvm system 15 system
12372026-08-24T20:02:33.535Zmariadb system 11.4 system
12382026-08-24T20:02:33.535Zmta vendor vendor dma
12392026-08-24T20:02:33.535Zopenjdk system 17 system
12402026-08-24T20:02:33.535Zopenjdk system 11 system
12412026-08-24T20:02:33.535Zopenssl vendor 3 vendor
12422026-08-24T20:02:33.535Zperl system 5.40 system
12432026-08-24T20:02:33.535Zpostgresql system 18 system
12442026-08-24T20:02:33.535Zpostgresql system 17 system
12452026-08-24T20:02:33.535Zpython vendor 3 vendor
12462026-08-24T20:02:33.535Zpython system 2 system
12472026-08-24T20:02:33.535Zpython3 vendor 3.13 vendor
12482026-08-24T20:02:33.535Zruby system 3.4 system
12492026-08-24T20:02:33.535Zruby system 3.0 system
12502026-08-24T20:02:33.536Zwords vendor vendor american-english
12512026-08-24T20:02:33.536Zwords system system australian-english
12522026-08-24T20:02:33.536Zwords system system british-english
12532026-08-24T20:02:33.536Zwords system system canadian-english
12542026-08-24T20:02:33.536Zwords system system french
12552026-08-24T20:02:33.536Zwords system system italian
12562026-08-24T20:02:33.536Zwords system system ngerman
12572026-08-24T20:02:33.536Zwords system system ogerman
12582026-08-24T20:02:33.536Zwords system system spanish
12592026-08-24T20:02:33.786ZPUBLISHER TYPE STATUS P LOCATION
12602026-08-24T20:02:33.786Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12612026-08-24T20:02:34.258ZFMRI IFO
12622026-08-24T20:02:34.259Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12632026-08-24T20:02:34.259Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12642026-08-24T20:02:34.260Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12652026-08-24T20:02:34.261Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12662026-08-24T20:02:34.261Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12672026-08-24T20:02:34.261Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12682026-08-24T20:02:34.261Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12692026-08-24T20:02:34.261Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12702026-08-24T20:02:34.261Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12712026-08-24T20:02:34.871Z Downloading crates ...
12722026-08-24T20:02:34.914Z Downloaded cargo_toml v0.21.0
12732026-08-24T20:02:34.963Z Compiling proc-macro2 v1.0.106
12742026-08-24T20:02:34.963Z Compiling unicode-ident v1.0.24
12752026-08-24T20:02:34.967Z Compiling quote v1.0.45
12762026-08-24T20:02:34.967Z Compiling serde_core v1.0.228
12772026-08-24T20:02:34.967Z Compiling libc v0.2.185
12782026-08-24T20:02:34.967Z Compiling version_check v0.9.5
12792026-08-24T20:02:34.967Z Compiling memchr v2.8.0
12802026-08-24T20:02:34.967Z Compiling serde v1.0.228
12812026-08-24T20:02:34.967Z Compiling zmij v1.0.21
12822026-08-24T20:02:35.041Z Compiling ucd-trie v0.1.7
12832026-08-24T20:02:35.045Z Compiling itoa v1.0.17
12842026-08-24T20:02:35.045Z Compiling thiserror v1.0.69
12852026-08-24T20:02:35.045Z Compiling rustix v1.1.4
12862026-08-24T20:02:35.045Z Compiling byteorder v1.5.0
12872026-08-24T20:02:35.229Z Compiling bitflags v2.11.0
12882026-08-24T20:02:35.317Z Compiling serde_json v1.0.151
12892026-08-24T20:02:35.425Z Compiling camino v1.2.5
12902026-08-24T20:02:35.508Z Compiling usdt-impl v0.5.0
12912026-08-24T20:02:35.509Z Compiling proc-macro-error-attr v1.0.4
12922026-08-24T20:02:35.529Z Compiling syn v1.0.109
12932026-08-24T20:02:35.613Z Compiling pest v2.8.6
12942026-08-24T20:02:35.634Z Compiling proc-macro-error v1.0.4
12952026-08-24T20:02:35.672Z Compiling utf8parse v0.2.2
12962026-08-24T20:02:35.684Z Compiling log v0.4.33
12972026-08-24T20:02:35.747Z Compiling equivalent v1.0.2
12982026-08-24T20:02:35.780Z Compiling getrandom v0.4.3
12992026-08-24T20:02:35.807Z Compiling hashbrown v0.17.0
13002026-08-24T20:02:35.828Z Compiling plain v0.2.3
13012026-08-24T20:02:35.842Z Compiling anstyle-parse v1.0.0
13022026-08-24T20:02:35.856Z Compiling anstyle v1.0.14
13032026-08-24T20:02:35.860Z Compiling thiserror v2.0.18
13042026-08-24T20:02:35.860Z Compiling colorchoice v1.0.4
13052026-08-24T20:02:35.919Z Compiling autocfg v1.5.0
13062026-08-24T20:02:35.950Z Compiling toml_write v0.1.2
13072026-08-24T20:02:35.976Z Compiling pretty-hex v0.4.1
13082026-08-24T20:02:36.003Z Compiling errno v0.3.14
13092026-08-24T20:02:36.033Z Compiling thread-id v4.2.2
13102026-08-24T20:02:36.059Z Compiling winnow v0.7.14
13112026-08-24T20:02:36.070Z Compiling is_terminal_polyfill v1.70.2
13122026-08-24T20:02:36.133Z Compiling anstyle-query v1.1.5
13132026-08-24T20:02:36.137Z Compiling cfg-if v1.0.4
13142026-08-24T20:02:36.167Z Compiling bytecount v0.6.9
13152026-08-24T20:02:36.188Z Compiling once_cell v1.21.3
13162026-08-24T20:02:36.188Z Compiling fnv v1.0.7
13172026-08-24T20:02:36.223Z Compiling anstream v1.0.0
13182026-08-24T20:02:36.253Z Compiling clap_lex v1.0.0
13192026-08-24T20:02:36.270Z Compiling strsim v0.11.1
13202026-08-24T20:02:36.311Z Compiling heck v0.4.1
13212026-08-24T20:02:36.431Z Compiling indexmap v2.14.0
13222026-08-24T20:02:36.444Z Compiling fs-err v3.3.0
13232026-08-24T20:02:36.454Z Compiling anyhow v1.0.104
13242026-08-24T20:02:36.465Z Compiling unicode-width v0.1.14
13252026-08-24T20:02:36.475Z Compiling heck v0.5.0
13262026-08-24T20:02:36.534Z Compiling syn v2.0.117
13272026-08-24T20:02:36.596Z Compiling fastrand v2.3.0
13282026-08-24T20:02:36.620Z Compiling memmap v0.7.0
13292026-08-24T20:02:36.674Z Compiling unicode-linebreak v0.1.5
13302026-08-24T20:02:36.721Z Compiling papergrid v0.11.0
13312026-08-24T20:02:36.749Z Compiling pest_meta v2.8.6
13322026-08-24T20:02:36.759Z Compiling unicode-width v0.2.0
13332026-08-24T20:02:36.821Z Compiling smawk v0.3.2
13342026-08-24T20:02:36.937Z Compiling swrite v0.1.0
13352026-08-24T20:02:37.030Z Compiling terminal_size v0.4.3
13362026-08-24T20:02:37.030Z Compiling tempfile v3.27.0
13372026-08-24T20:02:37.129Z Compiling clap_builder v4.6.0
13382026-08-24T20:02:37.129Z Compiling textwrap v0.16.2
13392026-08-24T20:02:37.326Z Compiling cargo-platform v0.3.2
13402026-08-24T20:02:37.331Z Compiling semver v1.0.28
13412026-08-24T20:02:37.599Z Compiling camino-tempfile v1.4.1
13422026-08-24T20:02:37.975Z Compiling tabled_derive v0.7.0
13432026-08-24T20:02:38.641Z Compiling tabled v0.15.0
13442026-08-24T20:02:38.650Z Compiling pest_generator v2.8.6
13452026-08-24T20:02:39.138Z Compiling serde_derive v1.0.228
13462026-08-24T20:02:39.138Z Compiling thiserror-impl v1.0.69
13472026-08-24T20:02:39.138Z Compiling zerocopy-derive v0.7.35
13482026-08-24T20:02:39.145Z Compiling scroll_derive v0.12.1
13492026-08-24T20:02:39.145Z Compiling thiserror-impl v2.0.18
13502026-08-24T20:02:39.146Z Compiling clap_derive v4.6.1
13512026-08-24T20:02:39.163Z Compiling pest_derive v2.8.6
13522026-08-24T20:02:39.744Z Compiling scroll v0.12.0
13532026-08-24T20:02:39.795Z Compiling zerocopy v0.7.35
13542026-08-24T20:02:40.011Z Compiling goblin v0.8.2
13552026-08-24T20:02:40.129Z Compiling dtrace-parser v0.2.0
13562026-08-24T20:02:40.406Z Compiling clap v4.6.1
13572026-08-24T20:02:41.447Z Compiling serde_spanned v0.6.9
13582026-08-24T20:02:41.447Z Compiling toml_datetime v0.6.11
13592026-08-24T20:02:41.451Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13602026-08-24T20:02:41.451Z Compiling cargo_metadata v0.23.1
13612026-08-24T20:02:41.451Z Compiling macaddr v1.0.1
13622026-08-24T20:02:41.459Z Compiling dof v0.3.0
13632026-08-24T20:02:41.462Z Compiling serde_tokenstream v0.2.3
13642026-08-24T20:02:41.658Z Compiling toml_edit v0.22.27
13652026-08-24T20:02:42.119Z Compiling usdt-attr-macro v0.5.0
13662026-08-24T20:02:42.123Z Compiling usdt-macro v0.5.0
13672026-08-24T20:02:42.719Z Compiling usdt v0.5.0
13682026-08-24T20:02:42.901Z Compiling toml v0.8.23
13692026-08-24T20:02:43.231Z Compiling cargo_toml v0.21.0
13702026-08-24T20:02:44.511Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712026-08-24T20:02:46.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s
13722026-08-24T20:02:46.618Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13732026-08-24T20:02:47.398Z Compiling serde_core v1.0.228
13742026-08-24T20:02:47.398Z Compiling libc v0.2.185
13752026-08-24T20:02:47.398Z Compiling serde v1.0.228
13762026-08-24T20:02:47.401Z Compiling log v0.4.33
13772026-08-24T20:02:47.402Z Compiling smallvec v1.15.1
13782026-08-24T20:02:47.402Z Compiling subtle v2.6.1
13792026-08-24T20:02:47.402Z Compiling shlex v1.3.0
13802026-08-24T20:02:47.402Z Compiling find-msvc-tools v0.1.9
13812026-08-24T20:02:47.402Z Compiling typenum v1.20.1
13822026-08-24T20:02:47.402Z Compiling scopeguard v1.2.0
13832026-08-24T20:02:47.402Z Compiling stable_deref_trait v1.2.1
13842026-08-24T20:02:47.521Z Compiling getrandom v0.4.3
13852026-08-24T20:02:47.553Z Compiling portable-atomic v1.13.1
13862026-08-24T20:02:47.566Z Compiling serde_json v1.0.151
13872026-08-24T20:02:47.578Z Compiling syn v2.0.117
13882026-08-24T20:02:47.582Z Compiling rand_core v0.10.0
13892026-08-24T20:02:47.712Z Compiling zerocopy v0.8.55
13902026-08-24T20:02:47.726Z Compiling critical-section v1.2.0
13912026-08-24T20:02:47.786Z Compiling lock_api v0.4.14
13922026-08-24T20:02:47.820Z Compiling libm v0.2.16
13932026-08-24T20:02:47.820Z Compiling num-traits v0.2.19
13942026-08-24T20:02:47.836Z Compiling pkg-config v0.3.32
13952026-08-24T20:02:47.850Z Compiling parking_lot_core v0.9.12
13962026-08-24T20:02:47.874Z Compiling pin-project-lite v0.2.17
13972026-08-24T20:02:47.884Z Compiling percent-encoding v2.3.2
13982026-08-24T20:02:47.893Z Compiling litemap v0.8.1
13992026-08-24T20:02:47.903Z Compiling writeable v0.6.2
14002026-08-24T20:02:48.050Z Compiling futures-core v0.3.32
14012026-08-24T20:02:48.099Z Compiling icu_normalizer_data v2.1.1
14022026-08-24T20:02:48.143Z Compiling icu_properties_data v2.1.2
14032026-08-24T20:02:48.208Z Compiling generic-array v0.14.7
14042026-08-24T20:02:48.212Z Compiling rustix v1.1.4
14052026-08-24T20:02:48.212Z Compiling const-oid v0.9.6
14062026-08-24T20:02:48.261Z Compiling futures-sink v0.3.32
14072026-08-24T20:02:48.274Z Compiling utf8_iter v1.0.4
14082026-08-24T20:02:48.278Z Compiling form_urlencoded v1.2.2
14092026-08-24T20:02:48.278Z Compiling getrandom v0.3.4
14102026-08-24T20:02:48.408Z Compiling futures-channel v0.3.32
14112026-08-24T20:02:48.413Z Compiling slab v0.4.12
14122026-08-24T20:02:48.435Z Compiling futures-io v0.3.32
14132026-08-24T20:02:48.465Z Compiling futures-task v0.3.32
14142026-08-24T20:02:48.478Z Compiling rustversion v1.0.22
14152026-08-24T20:02:48.505Z Compiling errno v0.3.14
14162026-08-24T20:02:48.518Z Compiling jobserver v0.1.34
14172026-08-24T20:02:48.606Z Compiling getrandom v0.2.17
14182026-08-24T20:02:48.621Z Compiling signal-hook-registry v1.4.8
14192026-08-24T20:02:48.625Z Compiling mio v1.2.0
14202026-08-24T20:02:48.651Z Compiling once_cell v1.21.3
14212026-08-24T20:02:48.680Z Compiling socket2 v0.6.3
14222026-08-24T20:02:48.749Z Compiling cc v1.2.56
14232026-08-24T20:02:48.785Z Compiling parking_lot v0.12.5
14242026-08-24T20:02:48.842Z Compiling rand_core v0.6.4
14252026-08-24T20:02:48.857Z Compiling cmov v0.5.4
14262026-08-24T20:02:48.931Z Compiling iana-time-zone v0.1.65
14272026-08-24T20:02:48.943Z Compiling base64ct v1.8.3
14282026-08-24T20:02:48.943Z Compiling regex-syntax v0.8.10
14292026-08-24T20:02:48.943Z Compiling ident_case v1.0.1
14302026-08-24T20:02:48.989Z Compiling flagset v0.4.7
14312026-08-24T20:02:49.079Z Compiling ctutils v0.4.2
14322026-08-24T20:02:49.120Z Compiling fs_extra v1.3.0
14332026-08-24T20:02:49.132Z Compiling dunce v1.0.5
14342026-08-24T20:02:49.142Z Compiling base64 v0.22.1
14352026-08-24T20:02:49.142Z Compiling dyn-clone v1.0.20
14362026-08-24T20:02:49.142Z Compiling vcpkg v0.2.15
14372026-08-24T20:02:49.200Z Compiling pem-rfc7468 v0.7.0
14382026-08-24T20:02:49.238Z Compiling syn v1.0.109
14392026-08-24T20:02:49.246Z Compiling schemars v0.8.22
14402026-08-24T20:02:49.250Z Compiling rand_core v0.9.5
14412026-08-24T20:02:49.317Z Compiling tracing-core v0.1.36
14422026-08-24T20:02:49.345Z Compiling simd-adler32 v0.3.8
14432026-08-24T20:02:49.376Z Compiling aws-lc-rs v1.16.3
14442026-08-24T20:02:49.390Z Compiling spin v0.9.8
14452026-08-24T20:02:49.480Z Compiling crc32fast v1.5.0
14462026-08-24T20:02:49.496Z Compiling cmake v0.1.57
14472026-08-24T20:02:49.512Z Compiling adler2 v2.0.1
14482026-08-24T20:02:49.547Z Compiling tinyvec_macros v0.1.1
14492026-08-24T20:02:49.577Z Compiling openssl-probe v0.2.1
14502026-08-24T20:02:49.592Z Compiling httparse v1.10.1
14512026-08-24T20:02:49.622Z Compiling tinyvec v1.10.0
14522026-08-24T20:02:49.647Z Compiling miniz_oxide v0.8.9
14532026-08-24T20:02:49.664Z Compiling aho-corasick v1.1.4
14542026-08-24T20:02:49.684Z Compiling tower-service v0.3.3
14552026-08-24T20:02:49.718Z Compiling atomic-waker v1.1.2
14562026-08-24T20:02:49.783Z Compiling tower-layer v0.3.3
14572026-08-24T20:02:49.800Z Compiling radium v0.7.0
14582026-08-24T20:02:49.822Z Compiling untrusted v0.7.1
14592026-08-24T20:02:49.860Z Compiling bitflags v2.11.0
14602026-08-24T20:02:49.902Z Compiling semver v1.0.28
14612026-08-24T20:02:49.907Z Compiling indexmap v2.14.0
14622026-08-24T20:02:49.954Z Compiling uuid v1.23.4
14632026-08-24T20:02:49.983Z Compiling try-lock v0.2.5
14642026-08-24T20:02:50.004Z Compiling wait-timeout v0.2.1
14652026-08-24T20:02:50.090Z Compiling want v0.3.1
14662026-08-24T20:02:50.109Z Compiling maybe-uninit v2.0.0
14672026-08-24T20:02:50.184Z Compiling rustc_version v0.4.1
14682026-08-24T20:02:50.249Z Compiling foreign-types-shared v0.1.1
14692026-08-24T20:02:50.267Z Compiling untrusted v0.9.0
14702026-08-24T20:02:50.276Z Compiling quick-error v1.2.3
14712026-08-24T20:02:50.292Z Compiling rustls v0.23.41
14722026-08-24T20:02:50.333Z Compiling aws-lc-sys v0.40.0
14732026-08-24T20:02:50.344Z Compiling openssl-sys v0.9.117
14742026-08-24T20:02:50.396Z Compiling openssl v0.10.80
14752026-08-24T20:02:50.400Z Compiling tap v1.0.1
14762026-08-24T20:02:50.416Z Compiling cpufeatures v0.2.17
14772026-08-24T20:02:50.430Z Compiling synstructure v0.13.2
14782026-08-24T20:02:50.488Z Compiling serde_derive_internals v0.29.1
14792026-08-24T20:02:50.502Z Compiling pest_generator v2.8.6
14802026-08-24T20:02:50.516Z Compiling regex-automata v0.4.14
14812026-08-24T20:02:50.534Z Compiling darling_core v0.20.11
14822026-08-24T20:02:50.601Z Compiling bit-vec v0.8.0
14832026-08-24T20:02:50.642Z Compiling httpdate v1.0.3
14842026-08-24T20:02:50.657Z Compiling const-oid v0.10.2
14852026-08-24T20:02:50.866Z Compiling bit-set v0.8.0
14862026-08-24T20:02:50.883Z Compiling wyz v0.5.1
14872026-08-24T20:02:50.893Z Compiling tempfile v3.27.0
14882026-08-24T20:02:51.001Z Compiling terminal_size v0.4.3
14892026-08-24T20:02:51.104Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14902026-08-24T20:02:51.117Z Compiling bzip2-sys v0.1.13+1.0.8
14912026-08-24T20:02:51.117Z Compiling foreign-types v0.3.2
14922026-08-24T20:02:51.186Z Compiling rusty-fork v0.3.1
14932026-08-24T20:02:51.207Z Compiling unicode-normalization v0.1.25
14942026-08-24T20:02:51.229Z Compiling num-integer v0.1.46
14952026-08-24T20:02:51.290Z Compiling rand_xorshift v0.4.0
14962026-08-24T20:02:51.299Z Compiling ahash v0.8.12
14972026-08-24T20:02:51.381Z Compiling packed_struct v0.10.1
14982026-08-24T20:02:51.397Z Compiling native-tls v0.2.18
14992026-08-24T20:02:51.409Z Compiling num-conv v0.2.0
15002026-08-24T20:02:51.424Z Compiling unarray v0.1.4
15012026-08-24T20:02:51.466Z Compiling powerfmt v0.2.0
15022026-08-24T20:02:51.473Z Compiling paste v1.0.15
15032026-08-24T20:02:51.518Z Compiling funty v2.0.0
15042026-08-24T20:02:51.533Z Compiling time-core v0.1.8
15052026-08-24T20:02:51.553Z Compiling cpufeatures v0.3.0
15062026-08-24T20:02:51.564Z Compiling num-bigint-dig v0.8.6
15072026-08-24T20:02:51.580Z Compiling clap_builder v4.6.0
15082026-08-24T20:02:51.638Z Compiling deranged v0.5.8
15092026-08-24T20:02:51.670Z Compiling num-iter v0.1.45
15102026-08-24T20:02:51.702Z Compiling slog v2.8.2
15112026-08-24T20:02:51.705Z Compiling time-macros v0.2.27
15122026-08-24T20:02:51.773Z Compiling lazy_static v1.5.0
15132026-08-24T20:02:51.807Z Compiling sync_wrapper v1.0.2
15142026-08-24T20:02:51.820Z Compiling syn v3.0.3
15152026-08-24T20:02:51.823Z Compiling indexmap v1.9.3
15162026-08-24T20:02:51.877Z Compiling bitvec v1.0.1
15172026-08-24T20:02:51.924Z Compiling usdt-impl v0.6.0
15182026-08-24T20:02:51.969Z Compiling object v0.37.3
15192026-08-24T20:02:52.067Z Compiling crossbeam-utils v0.8.21
15202026-08-24T20:02:52.132Z Compiling siphasher v1.0.2
15212026-08-24T20:02:52.157Z Compiling serde_derive v1.0.228
15222026-08-24T20:02:52.169Z Compiling zeroize_derive v1.5.0
15232026-08-24T20:02:52.251Z Compiling zerofrom-derive v0.1.6
15242026-08-24T20:02:52.319Z Compiling yoke-derive v0.8.1
15252026-08-24T20:02:52.369Z Compiling zerocopy-derive v0.8.55
15262026-08-24T20:02:52.654Z Compiling zerovec-derive v0.11.2
15272026-08-24T20:02:52.677Z Compiling displaydoc v0.2.5
15282026-08-24T20:02:52.825Z Compiling tokio-macros v2.7.0
15292026-08-24T20:02:52.845Z Compiling futures-macro v0.3.32
15302026-08-24T20:02:52.852Z Compiling thiserror-impl v2.0.18
15312026-08-24T20:02:53.413Z Compiling der_derive v0.7.3
15322026-08-24T20:02:53.533Z Compiling schemars_derive v0.8.22
15332026-08-24T20:02:53.563Z Compiling tracing-attributes v0.1.31
15342026-08-24T20:02:53.577Z Compiling scroll_derive v0.13.1
15352026-08-24T20:02:53.676Z Compiling pest_derive v2.8.6
15362026-08-24T20:02:53.719Z Compiling zerofrom v0.1.6
15372026-08-24T20:02:53.769Z Compiling futures-util v0.3.32
15382026-08-24T20:02:53.875Z Compiling yoke v0.8.1
15392026-08-24T20:02:53.885Z Compiling darling_macro v0.20.11
15402026-08-24T20:02:54.100Z Compiling zerovec v0.11.5
15412026-08-24T20:02:54.182Z Compiling zerotrie v0.2.3
15422026-08-24T20:02:54.307Z Compiling thiserror v2.0.18
15432026-08-24T20:02:54.436Z Compiling openssl-macros v0.1.1
15442026-08-24T20:02:54.477Z Compiling thiserror-impl v1.0.69
15452026-08-24T20:02:54.477Z Compiling darling v0.20.11
15462026-08-24T20:02:54.495Z Compiling scroll v0.13.0
15472026-08-24T20:02:54.495Z Compiling packed_struct_codegen v0.10.1
15482026-08-24T20:02:54.534Z Compiling tinystr v0.8.2
15492026-08-24T20:02:54.607Z Compiling potential_utf v0.1.4
15502026-08-24T20:02:54.724Z Compiling icu_locale_core v2.1.1
15512026-08-24T20:02:54.752Z Compiling goblin v0.10.5
15522026-08-24T20:02:54.770Z Compiling icu_collections v2.1.1
15532026-08-24T20:02:54.792Z Compiling zerocopy-derive v0.6.6
15542026-08-24T20:02:54.828Z Compiling clap_derive v4.6.1
15552026-08-24T20:02:54.859Z Compiling bitfield-macros v0.19.4
15562026-08-24T20:02:54.953Z Compiling tracing v0.1.44
15572026-08-24T20:02:55.236Z Compiling num_threads v0.1.7
15582026-08-24T20:02:55.255Z Compiling unicode-segmentation v1.12.0
15592026-08-24T20:02:55.342Z Compiling crc-catalog v2.4.0
15602026-08-24T20:02:55.420Z Compiling icu_provider v2.1.1
15612026-08-24T20:02:55.474Z Compiling nodrop v0.1.14
15622026-08-24T20:02:55.565Z Compiling zlib-rs v0.6.2
15632026-08-24T20:02:55.617Z Compiling bitfield v0.19.4
15642026-08-24T20:02:55.654Z Compiling icu_normalizer v2.1.1
15652026-08-24T20:02:55.666Z Compiling icu_properties v2.1.2
15662026-08-24T20:02:55.683Z Compiling zerocopy v0.6.6
15672026-08-24T20:02:55.698Z Compiling array-init v0.0.4
15682026-08-24T20:02:55.736Z Compiling zeroize v1.9.0
15692026-08-24T20:02:55.834Z Compiling bytes v1.11.1
15702026-08-24T20:02:55.855Z Compiling chrono v0.4.45
15712026-08-24T20:02:55.954Z Compiling hybrid-array v0.4.13
15722026-08-24T20:02:56.040Z Compiling der v0.7.10
15732026-08-24T20:02:56.051Z Compiling rustls-pki-types v1.14.0
15742026-08-24T20:02:56.149Z Compiling ipnet v2.12.0
15752026-08-24T20:02:56.196Z Compiling hex v0.4.3
15762026-08-24T20:02:56.391Z Compiling tokio v1.52.1
15772026-08-24T20:02:56.483Z Compiling crypto-common v0.1.7
15782026-08-24T20:02:56.495Z Compiling block-buffer v0.10.4
15792026-08-24T20:02:56.527Z Compiling idna_adapter v1.2.1
15802026-08-24T20:02:56.636Z Compiling idna v1.1.0
15812026-08-24T20:02:56.637Z Compiling digest v0.10.7
15822026-08-24T20:02:56.665Z Compiling http v1.4.2
15832026-08-24T20:02:56.677Z Compiling crypto-common v0.2.2
15842026-08-24T20:02:56.692Z Compiling block-buffer v0.12.1
15852026-08-24T20:02:56.726Z Compiling block-padding v0.4.2
15862026-08-24T20:02:56.764Z Compiling thiserror v1.0.69
15872026-08-24T20:02:56.880Z Compiling ppv-lite86 v0.2.21
15882026-08-24T20:02:56.906Z Compiling spki v0.7.3
15892026-08-24T20:02:56.915Z Compiling inout v0.2.2
15902026-08-24T20:02:56.916Z Compiling signature v2.2.0
15912026-08-24T20:02:57.081Z Compiling url v2.5.8
15922026-08-24T20:02:57.108Z Compiling pkcs8 v0.10.2
15932026-08-24T20:02:57.124Z Compiling sha2 v0.10.9
15942026-08-24T20:02:57.141Z Compiling serde_spanned v0.6.9
15952026-08-24T20:02:57.150Z Compiling toml_datetime v0.6.11
15962026-08-24T20:02:57.212Z Compiling rand_chacha v0.9.0
15972026-08-24T20:02:57.226Z Compiling rand_chacha v0.3.1
15982026-08-24T20:02:57.290Z Compiling http-body v1.0.1
15992026-08-24T20:02:57.303Z Compiling digest v0.11.3
16002026-08-24T20:02:57.386Z Compiling cipher v0.5.2
16012026-08-24T20:02:57.417Z Compiling rand v0.9.2
16022026-08-24T20:02:57.458Z Compiling rand v0.8.6
16032026-08-24T20:02:57.539Z Compiling dof v0.4.0
16042026-08-24T20:02:57.704Z Compiling chacha20 v0.10.0
16052026-08-24T20:02:57.888Z Compiling http-body-util v0.1.3
16062026-08-24T20:02:57.896Z Compiling pkcs1 v0.7.5
16072026-08-24T20:02:58.006Z Compiling proptest v1.11.0
16082026-08-24T20:02:58.180Z Compiling clap v4.6.1
16092026-08-24T20:02:58.248Z Compiling erased-serde v0.3.31
16102026-08-24T20:02:58.341Z Compiling crc v3.4.0
16112026-08-24T20:02:58.364Z Compiling daft-derive v0.1.8
16122026-08-24T20:02:58.385Z Compiling flate2 v1.1.9
16132026-08-24T20:02:58.429Z Compiling time v0.3.47
16142026-08-24T20:02:58.458Z Compiling ipnetwork v0.21.1
16152026-08-24T20:02:58.475Z Compiling derive_builder_core v0.20.2
16162026-08-24T20:02:58.558Z Compiling dtrace-parser v0.3.0
16172026-08-24T20:02:58.756Z Compiling oxnet v0.1.6
16182026-08-24T20:02:58.869Z Compiling structmeta-derive v0.3.0
16192026-08-24T20:02:58.884Z Compiling scroll_derive v0.12.1
16202026-08-24T20:02:58.945Z Compiling smallvec v0.6.14
16212026-08-24T20:02:58.970Z Compiling heapless v0.7.17
16222026-08-24T20:02:59.012Z Compiling darling_core v0.23.0
16232026-08-24T20:02:59.126Z Compiling thread-id v5.1.0
16242026-08-24T20:02:59.167Z Compiling env_filter v2.0.0
16252026-08-24T20:02:59.214Z Compiling cookie v0.18.1
16262026-08-24T20:02:59.235Z Compiling allocator-api2 v0.2.21
16272026-08-24T20:02:59.249Z Compiling unicode-properties v0.1.4
16282026-08-24T20:02:59.314Z Compiling ryu v1.0.23
16292026-08-24T20:02:59.362Z Compiling anyhow v1.0.104
16302026-08-24T20:02:59.419Z Compiling unicode-bidi v0.3.18
16312026-08-24T20:02:59.467Z Compiling winnow v0.5.40
16322026-08-24T20:02:59.483Z Compiling hashbrown v0.12.3
16332026-08-24T20:02:59.483Z Compiling zstd-safe v7.2.4
16342026-08-24T20:02:59.516Z Compiling base64 v0.21.7
16352026-08-24T20:02:59.573Z Compiling signal-hook v0.3.18
16362026-08-24T20:02:59.604Z Compiling iri-string v0.7.10
16372026-08-24T20:02:59.636Z Compiling gimli v0.32.3
16382026-08-24T20:02:59.731Z Compiling scroll v0.12.0
16392026-08-24T20:02:59.784Z Compiling ron v0.8.1
16402026-08-24T20:02:59.852Z Compiling stringprep v0.1.5
16412026-08-24T20:02:59.920Z Compiling serde_urlencoded v0.7.1
16422026-08-24T20:02:59.982Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16432026-08-24T20:03:00.004Z Compiling structmeta v0.3.0
16442026-08-24T20:03:00.078Z Compiling derive_builder_macro v0.20.2
16452026-08-24T20:03:00.082Z Compiling env_logger v0.11.11
16462026-08-24T20:03:00.245Z Compiling tokio-util v0.7.18
16472026-08-24T20:03:00.303Z Compiling tower v0.5.3
16482026-08-24T20:03:00.388Z Compiling tokio-native-tls v0.3.1
16492026-08-24T20:03:00.460Z Compiling rsa v0.9.10
16502026-08-24T20:03:00.579Z Compiling newtype-uuid v1.3.2
16512026-08-24T20:03:00.593Z Compiling serde-hex v0.1.0
16522026-08-24T20:03:00.826Z Compiling toml_edit v0.19.15
16532026-08-24T20:03:00.922Z Compiling daft v0.1.8
16542026-08-24T20:03:00.934Z Compiling tower-http v0.6.8
16552026-08-24T20:03:00.958Z Compiling camino v1.2.5
16562026-08-24T20:03:01.163Z Compiling h2 v0.4.15
16572026-08-24T20:03:01.329Z Compiling addr2line v0.25.1
16582026-08-24T20:03:01.351Z Compiling bzip2 v0.4.4
16592026-08-24T20:03:01.366Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16602026-08-24T20:03:01.564Z Compiling hashbrown v0.13.2
16612026-08-24T20:03:01.595Z Compiling darling_macro v0.23.0
16622026-08-24T20:03:01.615Z Compiling rand v0.10.1
16632026-08-24T20:03:01.673Z Compiling sha2 v0.11.0
16642026-08-24T20:03:01.701Z Compiling md-5 v0.11.0
16652026-08-24T20:03:01.718Z Compiling hmac v0.13.0
16662026-08-24T20:03:01.913Z Compiling x509-cert v0.2.5
16672026-08-24T20:03:02.021Z Compiling rustls-native-certs v0.8.3
16682026-08-24T20:03:02.066Z Compiling serde_tokenstream v0.2.3
16692026-08-24T20:03:02.107Z Compiling bstr v1.12.1
16702026-08-24T20:03:02.250Z Compiling zerocopy-derive v0.7.35
16712026-08-24T20:03:02.336Z Compiling pin-project-internal v1.1.11
16722026-08-24T20:03:02.340Z Compiling async-trait v0.1.89
16732026-08-24T20:03:02.396Z Compiling curve25519-dalek v4.1.3
16742026-08-24T20:03:02.432Z Compiling vergen-lib v9.1.0
16752026-08-24T20:03:02.629Z Compiling hash32 v0.2.1
16762026-08-24T20:03:02.749Z Compiling encoding_rs v0.8.35
16772026-08-24T20:03:02.775Z Compiling memoffset v0.9.1
16782026-08-24T20:03:02.837Z Compiling litrs v1.0.0
16792026-08-24T20:03:02.983Z Compiling mime v0.3.17
16802026-08-24T20:03:03.146Z Compiling rustix v0.38.44
16812026-08-24T20:03:03.275Z Compiling smoltcp v0.9.1
16822026-08-24T20:03:03.414Z Compiling psl-types v2.0.11
16832026-08-24T20:03:03.428Z Compiling cfg_aliases v0.2.1
16842026-08-24T20:03:03.452Z Compiling ref-cast v1.0.25
16852026-08-24T20:03:03.493Z Compiling rustc-demangle v0.1.27
16862026-08-24T20:03:03.517Z Compiling owo-colors v4.3.0
16872026-08-24T20:03:03.532Z Compiling crc-any v2.5.0
16882026-08-24T20:03:03.532Z Compiling fallible-iterator v0.2.0
16892026-08-24T20:03:03.593Z Compiling publicsuffix v2.3.0
16902026-08-24T20:03:03.615Z Compiling nix v0.31.2
16912026-08-24T20:03:03.664Z Compiling pin-project v1.1.11
16922026-08-24T20:03:03.677Z Compiling document-features v0.2.12
16932026-08-24T20:03:03.677Z Compiling zerocopy v0.7.35
16942026-08-24T20:03:03.781Z Compiling backtrace v0.3.76
16952026-08-24T20:03:03.795Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16962026-08-24T20:03:03.851Z Compiling postgres-protocol v0.6.12
16972026-08-24T20:03:03.962Z Compiling toml v0.7.8
16982026-08-24T20:03:03.966Z Compiling darling v0.23.0
16992026-08-24T20:03:03.999Z Compiling object v0.30.4
17002026-08-24T20:03:04.120Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17012026-08-24T20:03:04.124Z Compiling zip v0.6.6
17022026-08-24T20:03:04.257Z Compiling derive_builder v0.20.2
17032026-08-24T20:03:04.273Z Compiling derive-ex v0.1.8
17042026-08-24T20:03:04.368Z Compiling hyper v1.10.1
17052026-08-24T20:03:04.388Z Compiling goblin v0.8.2
17062026-08-24T20:03:04.439Z Compiling hmac v0.12.1
17072026-08-24T20:03:04.566Z Compiling futures-executor v0.3.32
17082026-08-24T20:03:04.622Z Compiling convert_case v0.10.0
17092026-08-24T20:03:04.696Z Compiling hubpack_derive v0.1.1
17102026-08-24T20:03:04.707Z Compiling regex v1.12.3
17112026-08-24T20:03:04.729Z Compiling phf_shared v0.13.1
17122026-08-24T20:03:04.769Z Compiling snafu-derive v0.8.9
17132026-08-24T20:03:04.846Z Compiling curve25519-dalek-derive v0.1.1
17142026-08-24T20:03:04.849Z Compiling ref-cast-impl v1.0.25
17152026-08-24T20:03:04.937Z Compiling strum_macros v0.27.2
17162026-08-24T20:03:04.996Z Compiling cargo-platform v0.3.2
17172026-08-24T20:03:05.006Z Compiling vergen v9.1.0
17182026-08-24T20:03:05.161Z Compiling ff v0.13.1
17192026-08-24T20:03:05.175Z Compiling fs-err v3.3.0
17202026-08-24T20:03:05.203Z Compiling base16ct v0.2.0
17212026-08-24T20:03:05.289Z Compiling foldhash v0.2.0
17222026-08-24T20:03:05.315Z Compiling path-slash v0.1.5
17232026-08-24T20:03:05.391Z Compiling same-file v1.0.6
17242026-08-24T20:03:05.407Z Compiling jiff-core v0.1.0
17252026-08-24T20:03:05.440Z Compiling bumpalo v3.20.2
17262026-08-24T20:03:05.443Z Compiling managed v0.8.0
17272026-08-24T20:03:05.469Z Compiling is_ci v1.2.0
17282026-08-24T20:03:05.527Z Compiling hyper-util v0.1.20
17292026-08-24T20:03:05.543Z Compiling bitflags v1.3.2
17302026-08-24T20:03:05.569Z Compiling libbz2-rs-sys v0.2.2
17312026-08-24T20:03:05.624Z Compiling foldhash v0.1.5
17322026-08-24T20:03:05.639Z Compiling either v1.15.0
17332026-08-24T20:03:05.687Z Compiling textwrap v0.16.2
17342026-08-24T20:03:05.711Z Compiling zopfli v0.8.3
17352026-08-24T20:03:05.811Z Compiling hashbrown v0.15.5
17362026-08-24T20:03:06.020Z Compiling test-strategy v0.4.5
17372026-08-24T20:03:06.037Z Compiling bzip2 v0.6.1
17382026-08-24T20:03:06.161Z Compiling jiff v0.2.34
17392026-08-24T20:03:06.259Z Compiling supports-color v3.0.2
17402026-08-24T20:03:06.394Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17412026-08-24T20:03:06.407Z Compiling walkdir v2.5.0
17422026-08-24T20:03:06.492Z Compiling hashbrown v0.16.1
17432026-08-24T20:03:06.669Z Compiling dof v0.3.0
17442026-08-24T20:03:06.684Z Compiling sec1 v0.7.3
17452026-08-24T20:03:06.739Z Compiling snafu v0.8.9
17462026-08-24T20:03:06.752Z Compiling group v0.13.0
17472026-08-24T20:03:06.955Z Compiling hyper-tls v0.6.0
17482026-08-24T20:03:06.970Z Compiling strum v0.27.2
17492026-08-24T20:03:07.013Z Compiling hubpack v0.1.2
17502026-08-24T20:03:07.045Z Compiling cargo_metadata v0.23.1
17512026-08-24T20:03:07.098Z Compiling derive_more-impl v2.1.1
17522026-08-24T20:03:07.119Z Compiling phf v0.13.1
17532026-08-24T20:03:07.128Z Compiling reqwest v0.12.28
17542026-08-24T20:03:07.205Z Compiling futures v0.3.32
17552026-08-24T20:03:07.297Z Compiling signal-hook-mio v0.2.5
17562026-08-24T20:03:07.330Z Compiling hkdf v0.12.4
17572026-08-24T20:03:07.371Z Compiling cookie_store v0.22.1
17582026-08-24T20:03:07.403Z Compiling backtrace-ext v0.2.1
17592026-08-24T20:03:07.427Z Compiling postgres-types v0.2.14
17602026-08-24T20:03:07.492Z Compiling zstd v0.13.3
17612026-08-24T20:03:07.523Z Compiling serde_with_macros v3.21.0
17622026-08-24T20:03:07.771Z Compiling globset v0.4.18
17632026-08-24T20:03:07.824Z Compiling usdt-attr-macro v0.6.0
17642026-08-24T20:03:07.889Z Compiling usdt-macro v0.6.0
17652026-08-24T20:03:07.995Z Compiling byte-wrapper v0.1.0
17662026-08-24T20:03:08.008Z Compiling ed25519 v2.2.3
17672026-08-24T20:03:08.335Z Compiling dtrace-parser v0.2.0
17682026-08-24T20:03:08.365Z Compiling crypto-bigint v0.5.5
17692026-08-24T20:03:08.401Z Compiling serde-big-array v0.5.1
17702026-08-24T20:03:08.419Z Compiling olpc-cjson v0.1.4
17712026-08-24T20:03:08.529Z Compiling serde_plain v1.0.2
17722026-08-24T20:03:08.568Z Compiling phf_shared v0.11.3
17732026-08-24T20:03:08.601Z Compiling miette-derive v7.6.0
17742026-08-24T20:03:08.839Z Compiling async-recursion v1.1.1
17752026-08-24T20:03:08.865Z Compiling enum-as-inner v0.6.1
17762026-08-24T20:03:08.865Z Compiling strum_macros v0.26.4
17772026-08-24T20:03:08.865Z Compiling serde_repr v0.1.20
17782026-08-24T20:03:08.865Z Compiling float-cmp v0.10.0
17792026-08-24T20:03:08.865Z Compiling pem v3.0.6
17802026-08-24T20:03:08.960Z Compiling memmap2 v0.9.10
17812026-08-24T20:03:08.976Z Compiling thread-id v4.2.2
17822026-08-24T20:03:09.115Z Compiling data-encoding v2.10.0
17832026-08-24T20:03:09.126Z Compiling winnow v1.0.3
17842026-08-24T20:03:09.162Z Compiling predicates-core v1.0.10
17852026-08-24T20:03:09.185Z Compiling static_assertions v1.1.0
17862026-08-24T20:03:09.216Z Compiling new_debug_unreachable v1.0.6
17872026-08-24T20:03:09.285Z Compiling whoami v2.1.0
17882026-08-24T20:03:09.311Z Compiling fixedbitset v0.5.7
17892026-08-24T20:03:09.327Z Compiling fixedbitset v0.4.2
17902026-08-24T20:03:09.347Z Compiling supports-unicode v3.0.0
17912026-08-24T20:03:09.374Z Compiling precomputed-hash v0.1.1
17922026-08-24T20:03:09.396Z Compiling supports-hyperlinks v3.2.0
17932026-08-24T20:03:09.422Z Compiling keccak v0.1.6
17942026-08-24T20:03:09.472Z Compiling difflib v0.4.0
17952026-08-24T20:03:09.514Z Compiling normalize-line-endings v0.3.0
17962026-08-24T20:03:09.543Z Compiling typed-path v0.9.3
17972026-08-24T20:03:09.544Z Compiling toml_edit v0.22.27
17982026-08-24T20:03:09.616Z Compiling sha3 v0.10.8
17992026-08-24T20:03:09.645Z Compiling petgraph v0.8.3
18002026-08-24T20:03:09.666Z Compiling tokio-postgres v0.7.18
18012026-08-24T20:03:09.816Z Compiling predicates v3.1.4
18022026-08-24T20:03:09.856Z Compiling petgraph v0.6.5
18032026-08-24T20:03:09.856Z Compiling miette v7.6.0
18042026-08-24T20:03:10.018Z Compiling string_cache v0.8.9
18052026-08-24T20:03:10.081Z Compiling toml_parser v1.1.2+spec-1.1.0
18062026-08-24T20:03:10.168Z Compiling hickory-proto v0.25.2
18072026-08-24T20:03:10.219Z Compiling elliptic-curve v0.13.8
18082026-08-24T20:03:10.273Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18092026-08-24T20:03:10.451Z Compiling usdt v0.6.0
18102026-08-24T20:03:10.550Z Compiling usdt-impl v0.5.0
18112026-08-24T20:03:10.564Z Compiling strum v0.26.3
18122026-08-24T20:03:10.634Z Compiling serde_with v3.21.0
18132026-08-24T20:03:10.712Z Compiling crossterm v0.28.1
18142026-08-24T20:03:10.730Z Compiling zip v4.6.1
18152026-08-24T20:03:10.746Z Compiling derive_more v2.1.1
18162026-08-24T20:03:10.777Z Compiling ed25519-dalek v2.2.0
18172026-08-24T20:03:10.874Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18182026-08-24T20:03:11.155Z Compiling iddqd v0.4.2
18192026-08-24T20:03:11.336Z Compiling itertools v0.15.0
18202026-08-24T20:03:11.377Z Compiling itertools v0.13.0
18212026-08-24T20:03:11.608Z Compiling similar v2.7.0
18222026-08-24T20:03:11.702Z Compiling crossbeam-epoch v0.9.18
18232026-08-24T20:03:11.776Z Compiling oxide-generation v0.1.3
18242026-08-24T20:03:12.036Z Compiling tokio-stream v0.1.18
18252026-08-24T20:03:12.062Z Compiling buf-list v1.1.2
18262026-08-24T20:03:12.074Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18272026-08-24T20:03:12.098Z Compiling openapiv3 v2.2.0
18282026-08-24T20:03:12.296Z Compiling heck v0.4.1
18292026-08-24T20:03:12.353Z Compiling peg-runtime v0.8.5
18302026-08-24T20:03:12.386Z Compiling lalrpop-util v0.19.12
18312026-08-24T20:03:12.444Z Compiling thread_local v1.1.9
18322026-08-24T20:03:12.469Z Compiling slog-async v2.8.0
18332026-08-24T20:03:12.482Z Compiling crossbeam-channel v0.5.15
18342026-08-24T20:03:12.509Z Compiling is-terminal v0.4.17
18352026-08-24T20:03:12.520Z Compiling filetime v0.2.27
18362026-08-24T20:03:12.538Z Compiling term v1.2.1
18372026-08-24T20:03:12.596Z Compiling xattr v1.6.1
18382026-08-24T20:03:12.620Z Compiling take_mut v0.2.2
18392026-08-24T20:03:12.650Z Compiling camino-tempfile v1.4.1
18402026-08-24T20:03:12.733Z Compiling tar v0.4.46
18412026-08-24T20:03:12.896Z Compiling slog-term v2.9.2
18422026-08-24T20:03:30.044Z Compiling rustls-webpki v0.103.13
18432026-08-24T20:03:32.728Z Compiling tokio-rustls v0.26.4
18442026-08-24T20:03:32.728Z Compiling rustls-platform-verifier v0.6.2
18452026-08-24T20:03:32.731Z Compiling tough v0.22.0
18462026-08-24T20:03:32.932Z Compiling hyper-rustls v0.27.7
18472026-08-24T20:03:33.125Z Compiling reqwest v0.13.2
18482026-08-24T20:03:35.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18492026-08-24T20:03:35.510Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18502026-08-24T20:03:38.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.74s
18512026-08-24T20:03:38.532Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18522026-08-24T20:03:38.585ZAug 24 20:03:37.654 INFO Starting download, target: Clickhouse
18532026-08-24T20:03:38.585ZAug 24 20:03:37.655 INFO Starting download, target: Cockroach
18542026-08-24T20:03:38.585ZAug 24 20:03:37.655 INFO Starting download, target: Console
18552026-08-24T20:03:38.585ZAug 24 20:03:37.655 INFO Starting download, target: DendriteStub
18562026-08-24T20:03:38.585ZAug 24 20:03:37.655 INFO Starting download, target: MaghemiteMgd
18572026-08-24T20:03:38.590ZAug 24 20:03:37.655 INFO Starting download, target: MaghemiteDdmd
18582026-08-24T20:03:38.590ZAug 24 20:03:37.655 INFO Starting download, target: TransceiverControl
18592026-08-24T20:03:38.590ZAug 24 20:03:37.655 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18602026-08-24T20:03:38.590ZAug 24 20:03:37.655 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18612026-08-24T20:03:38.590ZAug 24 20:03:37.655 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18622026-08-24T20:03:38.590ZAug 24 20:03:37.655 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18632026-08-24T20:03:38.590ZAug 24 20:03:37.656 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18642026-08-24T20:03:38.590ZAug 24 20:03:37.656 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18652026-08-24T20:03:38.591ZAug 24 20:03:37.656 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18662026-08-24T20:03:39.015ZAug 24 20:03:38.077 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18672026-08-24T20:03:39.235ZAug 24 20:03:38.301 INFO Download complete, target: TransceiverControl
18682026-08-24T20:03:40.392ZAug 24 20:03:39.422 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18692026-08-24T20:03:40.605ZAug 24 20:03:39.674 INFO Download complete, target: Console
18702026-08-24T20:03:40.735ZAug 24 20:03:39.799 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18712026-08-24T20:03:40.925ZAug 24 20:03:39.995 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18722026-08-24T20:03:40.973ZAug 24 20:03:40.038 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18732026-08-24T20:03:41.533ZAug 24 20:03:40.604 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18742026-08-24T20:03:41.533ZAug 24 20:03:40.604 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18752026-08-24T20:03:41.892ZAug 24 20:03:40.963 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18762026-08-24T20:03:42.647ZAug 24 20:03:41.717 INFO Download complete, target: MaghemiteDdmd
18772026-08-24T20:03:43.827ZAug 24 20:03:42.897 INFO Download complete, target: DendriteStub
18782026-08-24T20:03:43.863ZAug 24 20:03:42.934 INFO Download complete, target: MaghemiteMgd
18792026-08-24T20:03:46.289ZAug 24 20:03:45.359 INFO Checking that binary works, target: Cockroach
18802026-08-24T20:03:46.419ZAug 24 20:03:45.489 INFO Download complete, target: Cockroach
18812026-08-24T20:03:48.673ZAug 24 20:03:47.743 INFO Checking that binary works, target: Clickhouse
18822026-08-24T20:03:48.763ZAug 24 20:03:47.834 INFO Download complete, target: Clickhouse
18832026-08-24T20:03:48.774ZAll prerequisites installed successfully
18842026-08-24T20:03:48.778Z
18852026-08-24T20:03:48.778Zreal 1:34.412721950
18862026-08-24T20:03:48.778Zuser 7:20.178464807
18872026-08-24T20:03:48.778Zsys 1:43.777271564
18882026-08-24T20:03:48.778Ztrap 0.257923028
18892026-08-24T20:03:48.778Ztflt 0.899022925
18902026-08-24T20:03:48.778Zdflt 1.656321951
18912026-08-24T20:03:48.778Zkflt 0.024187503
18922026-08-24T20:03:48.778Zlock 27:48.419298819
18932026-08-24T20:03:48.778Zslp 19:55.992382567
18942026-08-24T20:03:48.779Zlat 24.837468577
18952026-08-24T20:03:48.779Zstop 2:58.895299242
18962026-08-24T20:03:48.779Z+ source ./tools/include/force-git-over-https.sh
18972026-08-24T20:03:48.779Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18982026-08-24T20:03:48.779Z++ (( i = 0 ))
18992026-08-24T20:03:48.779Z++ (( i < 5 ))
19002026-08-24T20:03:48.780Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19012026-08-24T20:03:48.780Z++ (( i++ ))
19022026-08-24T20:03:48.780Z++ (( i < 5 ))
19032026-08-24T20:03:48.780Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19042026-08-24T20:03:48.780Z++ (( i++ ))
19052026-08-24T20:03:48.780Z++ (( i < 5 ))
19062026-08-24T20:03:48.780Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19072026-08-24T20:03:48.785Z++ (( i++ ))
19082026-08-24T20:03:48.785Z++ (( i < 5 ))
19092026-08-24T20:03:48.785Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19102026-08-24T20:03:48.785Z++ (( i++ ))
19112026-08-24T20:03:48.785Z++ (( i < 5 ))
19122026-08-24T20:03:48.785Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19132026-08-24T20:03:48.785Z++ (( i++ ))
19142026-08-24T20:03:48.786Z++ (( i < 5 ))
19152026-08-24T20:03:48.786Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19162026-08-24T20:03:48.786Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-24T20:03:48.786Z+ rc=0
19182026-08-24T20:03:48.786Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19192026-08-24T20:03:56.041Z+ case $rc in
19202026-08-24T20:03:56.041Z+ pfexec zfs create -p rpool/images/build/host
19212026-08-24T20:03:56.213Z+ pfexec zfs create -p rpool/images/build/recovery
19222026-08-24T20:03:56.260Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19232026-08-24T20:03:56.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19242026-08-24T20:03:56.752Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19252026-08-24T20:03:57.578Z Compiling proc-macro2 v1.0.106
19262026-08-24T20:03:57.578Z Compiling quote v1.0.45
19272026-08-24T20:03:57.578Z Compiling unicode-ident v1.0.24
19282026-08-24T20:03:57.584Z Compiling serde_core v1.0.228
19292026-08-24T20:03:57.584Z Compiling libc v0.2.185
19302026-08-24T20:03:57.584Z Compiling serde v1.0.228
19312026-08-24T20:03:57.584Z Compiling cfg-if v1.0.4
19322026-08-24T20:03:57.584Z Compiling autocfg v1.5.0
19332026-08-24T20:03:57.715Z Compiling find-msvc-tools v0.1.9
19342026-08-24T20:03:57.723Z Compiling shlex v1.3.0
19352026-08-24T20:03:57.723Z Compiling version_check v0.9.5
19362026-08-24T20:03:57.723Z Compiling getrandom v0.4.3
19372026-08-24T20:03:57.723Z Compiling portable-atomic v1.13.1
19382026-08-24T20:03:57.723Z Compiling memchr v2.8.0
19392026-08-24T20:03:57.723Z Compiling zmij v1.0.21
19402026-08-24T20:03:57.836Z Compiling serde_json v1.0.151
19412026-08-24T20:03:57.846Z Compiling zerocopy v0.8.55
19422026-08-24T20:03:58.151Z Compiling libm v0.2.16
19432026-08-24T20:03:58.179Z Compiling icu_properties_data v2.1.2
19442026-08-24T20:03:58.185Z Compiling parking_lot_core v0.9.12
19452026-08-24T20:03:58.198Z Compiling icu_normalizer_data v2.1.1
19462026-08-24T20:03:58.260Z Compiling pkg-config v0.3.32
19472026-08-24T20:03:58.274Z Compiling smallvec v1.15.1
19482026-08-24T20:03:58.289Z Compiling num-traits v0.2.19
19492026-08-24T20:03:58.292Z Compiling rustix v1.1.4
19502026-08-24T20:03:58.417Z Compiling log v0.4.33
19512026-08-24T20:03:58.432Z Compiling itoa v1.0.17
19522026-08-24T20:03:58.446Z Compiling generic-array v0.14.7
19532026-08-24T20:03:58.450Z Compiling subtle v2.6.1
19542026-08-24T20:03:58.679Z Compiling getrandom v0.3.4
19552026-08-24T20:03:58.696Z Compiling jobserver v0.1.34
19562026-08-24T20:03:58.713Z Compiling errno v0.3.14
19572026-08-24T20:03:58.717Z Compiling typenum v1.20.1
19582026-08-24T20:03:58.717Z Compiling stable_deref_trait v1.2.1
19592026-08-24T20:03:58.779Z Compiling rand_core v0.10.0
19602026-08-24T20:03:58.810Z Compiling scopeguard v1.2.0
19612026-08-24T20:03:58.813Z Compiling critical-section v1.2.0
19622026-08-24T20:03:58.869Z Compiling heck v0.5.0
19632026-08-24T20:03:58.922Z Compiling cc v1.2.56
19642026-08-24T20:03:58.962Z Compiling syn v2.0.117
19652026-08-24T20:03:58.978Z Compiling lock_api v0.4.14
19662026-08-24T20:03:59.085Z Compiling thiserror v2.0.18
19672026-08-24T20:03:59.198Z Compiling writeable v0.6.2
19682026-08-24T20:03:59.221Z Compiling percent-encoding v2.3.2
19692026-08-24T20:03:59.250Z Compiling litemap v0.8.1
19702026-08-24T20:03:59.354Z Compiling dunce v1.0.5
19712026-08-24T20:03:59.388Z Compiling once_cell v1.21.3
19722026-08-24T20:03:59.461Z Compiling fs_extra v1.3.0
19732026-08-24T20:03:59.509Z Compiling schemars v0.8.22
19742026-08-24T20:03:59.638Z Compiling cmake v0.1.57
19752026-08-24T20:03:59.704Z Compiling pin-project-lite v0.2.17
19762026-08-24T20:03:59.720Z Compiling rustversion v1.0.22
19772026-08-24T20:03:59.737Z Compiling getrandom v0.2.17
19782026-08-24T20:03:59.784Z Compiling equivalent v1.0.2
19792026-08-24T20:03:59.788Z Compiling signal-hook-registry v1.4.8
19802026-08-24T20:03:59.844Z Compiling utf8_iter v1.0.4
19812026-08-24T20:03:59.906Z Compiling bitflags v2.11.0
19822026-08-24T20:03:59.993Z Compiling semver v1.0.28
19832026-08-24T20:04:00.093Z Compiling rand_core v0.6.4
19842026-08-24T20:04:00.149Z Compiling aws-lc-rs v1.16.3
19852026-08-24T20:04:00.189Z Compiling futures-core v0.3.32
19862026-08-24T20:04:00.212Z Compiling aws-lc-sys v0.40.0
19872026-08-24T20:04:00.253Z Compiling parking_lot v0.12.5
19882026-08-24T20:04:00.308Z Compiling form_urlencoded v1.2.2
19892026-08-24T20:04:00.325Z Compiling mio v1.2.0
19902026-08-24T20:04:00.391Z Compiling crc32fast v1.5.0
19912026-08-24T20:04:00.409Z Compiling fnv v1.0.7
19922026-08-24T20:04:00.647Z Compiling const-oid v0.9.6
19932026-08-24T20:04:00.760Z Compiling vcpkg v0.2.15
19942026-08-24T20:04:00.778Z Compiling hashbrown v0.17.0
19952026-08-24T20:04:00.795Z Compiling byteorder v1.5.0
19962026-08-24T20:04:00.909Z Compiling strsim v0.11.1
19972026-08-24T20:04:00.944Z Compiling syn v1.0.109
19982026-08-24T20:04:01.011Z Compiling socket2 v0.6.3
19992026-08-24T20:04:01.299Z Compiling httparse v1.10.1
20002026-08-24T20:04:01.318Z Compiling futures-sink v0.3.32
20012026-08-24T20:04:01.338Z Compiling radium v0.7.0
20022026-08-24T20:04:01.341Z Compiling iana-time-zone v0.1.65
20032026-08-24T20:04:01.356Z Compiling openssl-sys v0.9.117
20042026-08-24T20:04:01.465Z Compiling indexmap v2.14.0
20052026-08-24T20:04:01.488Z Compiling futures-channel v0.3.32
20062026-08-24T20:04:01.526Z Compiling thiserror v1.0.69
20072026-08-24T20:04:01.651Z Compiling futures-io v0.3.32
20082026-08-24T20:04:01.654Z Compiling slab v0.4.12
20092026-08-24T20:04:01.666Z Compiling futures-task v0.3.32
20102026-08-24T20:04:01.793Z Compiling synstructure v0.13.2
20112026-08-24T20:04:01.797Z Compiling serde_derive_internals v0.29.1
20122026-08-24T20:04:01.872Z Compiling maybe-uninit v2.0.0
20132026-08-24T20:04:01.923Z Compiling rustls v0.23.41
20142026-08-24T20:04:01.941Z Compiling base64 v0.22.1
20152026-08-24T20:04:02.028Z Compiling rustc_version v0.4.1
20162026-08-24T20:04:02.067Z Compiling uuid v1.23.4
20172026-08-24T20:04:02.149Z Compiling regex-syntax v0.8.10
20182026-08-24T20:04:02.329Z Compiling bzip2-sys v0.1.13+1.0.8
20192026-08-24T20:04:02.351Z Compiling ahash v0.8.12
20202026-08-24T20:04:02.398Z Compiling cmov v0.5.4
20212026-08-24T20:04:02.401Z Compiling ucd-trie v0.1.7
20222026-08-24T20:04:02.432Z Compiling ident_case v1.0.1
20232026-08-24T20:04:02.473Z Compiling packed_struct v0.10.1
20242026-08-24T20:04:02.496Z Compiling num-bigint-dig v0.8.6
20252026-08-24T20:04:02.555Z Compiling dyn-clone v1.0.20
20262026-08-24T20:04:02.611Z Compiling fastrand v2.3.0
20272026-08-24T20:04:02.631Z Compiling base64ct v1.8.3
20282026-08-24T20:04:02.684Z Compiling ctutils v0.4.2
20292026-08-24T20:04:02.701Z Compiling pest v2.8.6
20302026-08-24T20:04:02.780Z Compiling flagset v0.4.7
20312026-08-24T20:04:02.780Z Compiling paste v1.0.15
20322026-08-24T20:04:02.784Z Compiling openssl v0.10.80
20332026-08-24T20:04:02.947Z Compiling pem-rfc7468 v0.7.0
20342026-08-24T20:04:02.968Z Compiling tempfile v3.27.0
20352026-08-24T20:04:03.009Z Compiling serde_derive v1.0.228
20362026-08-24T20:04:03.055Z Compiling zeroize_derive v1.5.0
20372026-08-24T20:04:03.058Z Compiling zerofrom-derive v0.1.6
20382026-08-24T20:04:03.088Z Compiling yoke-derive v0.8.1
20392026-08-24T20:04:03.092Z Compiling zerovec-derive v0.11.2
20402026-08-24T20:04:03.092Z Compiling zerocopy-derive v0.8.55
20412026-08-24T20:04:03.145Z Compiling displaydoc v0.2.5
20422026-08-24T20:04:03.166Z Compiling tokio-macros v2.7.0
20432026-08-24T20:04:03.192Z Compiling futures-macro v0.3.32
20442026-08-24T20:04:03.268Z Compiling der_derive v0.7.3
20452026-08-24T20:04:03.632Z Compiling thiserror-impl v2.0.18
20462026-08-24T20:04:03.702Z Compiling schemars_derive v0.8.22
20472026-08-24T20:04:03.762Z Compiling tracing-attributes v0.1.31
20482026-08-24T20:04:03.847Z Compiling thiserror-impl v1.0.69
20492026-08-24T20:04:03.871Z Compiling clap_derive v4.6.1
20502026-08-24T20:04:03.966Z Compiling pest_meta v2.8.6
20512026-08-24T20:04:04.025Z Compiling futures-util v0.3.32
20522026-08-24T20:04:04.183Z Compiling zerocopy-derive v0.6.6
20532026-08-24T20:04:04.202Z Compiling bitfield-macros v0.19.4
20542026-08-24T20:04:04.220Z Compiling zerofrom v0.1.6
20552026-08-24T20:04:04.363Z Compiling yoke v0.8.1
20562026-08-24T20:04:04.619Z Compiling zerovec v0.11.5
20572026-08-24T20:04:04.877Z Compiling zerotrie v0.2.3
20582026-08-24T20:04:04.999Z Compiling packed_struct_codegen v0.10.1
20592026-08-24T20:04:05.018Z Compiling syn v3.0.3
20602026-08-24T20:04:05.032Z Compiling indexmap v1.9.3
20612026-08-24T20:04:05.188Z Compiling tinystr v0.8.2
20622026-08-24T20:04:05.243Z Compiling potential_utf v0.1.4
20632026-08-24T20:04:05.429Z Compiling icu_locale_core v2.1.1
20642026-08-24T20:04:05.451Z Compiling icu_collections v2.1.1
20652026-08-24T20:04:05.576Z Compiling pest_generator v2.8.6
20662026-08-24T20:04:06.164Z Compiling icu_provider v2.1.1
20672026-08-24T20:04:06.206Z Compiling openssl-macros v0.1.1
20682026-08-24T20:04:06.222Z Compiling rand_core v0.9.5
20692026-08-24T20:04:06.360Z Compiling zeroize v1.9.0
20702026-08-24T20:04:06.462Z Compiling bytes v1.11.1
20712026-08-24T20:04:06.635Z Compiling icu_properties v2.1.2
20722026-08-24T20:04:06.639Z Compiling icu_normalizer v2.1.1
20732026-08-24T20:04:06.690Z Compiling chrono v0.4.45
20742026-08-24T20:04:06.780Z Compiling hybrid-array v0.4.13
20752026-08-24T20:04:07.199Z Compiling tokio v1.52.1
20762026-08-24T20:04:07.264Z Compiling crypto-common v0.1.7
20772026-08-24T20:04:07.468Z Compiling block-buffer v0.10.4
20782026-08-24T20:04:07.583Z Compiling idna_adapter v1.2.1
20792026-08-24T20:04:07.660Z Compiling digest v0.10.7
20802026-08-24T20:04:07.741Z Compiling idna v1.1.0
20812026-08-24T20:04:07.846Z Compiling ppv-lite86 v0.2.21
20822026-08-24T20:04:07.880Z Compiling der v0.7.10
20832026-08-24T20:04:07.941Z Compiling hex v0.4.3
20842026-08-24T20:04:08.183Z Compiling url v2.5.8
20852026-08-24T20:04:08.214Z Compiling daft-derive v0.1.8
20862026-08-24T20:04:08.240Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20872026-08-24T20:04:08.278Z Compiling native-tls v0.2.18
20882026-08-24T20:04:08.419Z Compiling simd-adler32 v0.3.8
20892026-08-24T20:04:08.670Z Compiling pest_derive v2.8.6
20902026-08-24T20:04:08.762Z Compiling scroll_derive v0.13.1
20912026-08-24T20:04:08.938Z Compiling spki v0.7.3
20922026-08-24T20:04:09.004Z Compiling crossbeam-utils v0.8.21
20932026-08-24T20:04:09.019Z Compiling anstyle v1.0.14
20942026-08-24T20:04:09.248Z Compiling utf8parse v0.2.2
20952026-08-24T20:04:09.302Z Compiling adler2 v2.0.1
20962026-08-24T20:04:09.322Z Compiling camino v1.2.5
20972026-08-24T20:04:09.326Z Compiling pkcs8 v0.10.2
20982026-08-24T20:04:09.375Z Compiling anstyle-parse v1.0.0
20992026-08-24T20:04:09.456Z Compiling miniz_oxide v0.8.9
21002026-08-24T20:04:09.518Z Compiling rand_chacha v0.9.0
21012026-08-24T20:04:09.526Z Compiling http v1.4.2
21022026-08-24T20:04:09.661Z Compiling rustls-pki-types v1.14.0
21032026-08-24T20:04:09.835Z Compiling terminal_size v0.4.3
21042026-08-24T20:04:09.886Z Compiling slog v2.8.2
21052026-08-24T20:04:10.062Z Compiling spin v0.9.8
21062026-08-24T20:04:10.090Z Compiling tinyvec_macros v0.1.1
21072026-08-24T20:04:10.110Z Compiling num-conv v0.2.0
21082026-08-24T20:04:10.114Z Compiling anstyle-query v1.1.5
21092026-08-24T20:04:10.169Z Compiling colorchoice v1.0.4
21102026-08-24T20:04:10.247Z Compiling time-core v0.1.8
21112026-08-24T20:04:10.250Z Compiling is_terminal_polyfill v1.70.2
21122026-08-24T20:04:10.296Z Compiling tinyvec v1.10.0
21132026-08-24T20:04:10.324Z Compiling rand v0.9.2
21142026-08-24T20:04:10.364Z Compiling anstream v1.0.0
21152026-08-24T20:04:10.381Z Compiling crypto-common v0.2.2
21162026-08-24T20:04:10.424Z Compiling time-macros v0.2.27
21172026-08-24T20:04:10.526Z Compiling block-buffer v0.12.1
21182026-08-24T20:04:10.751Z Compiling structmeta-derive v0.3.0
21192026-08-24T20:04:10.810Z Compiling async-trait v0.1.89
21202026-08-24T20:04:10.816Z Compiling tracing-core v0.1.36
21212026-08-24T20:04:10.890Z Compiling wait-timeout v0.2.1
21222026-08-24T20:04:10.995Z Compiling untrusted v0.7.1
21232026-08-24T20:04:11.042Z Compiling tokio-util v0.7.18
21242026-08-24T20:04:11.141Z Compiling object v0.37.3
21252026-08-24T20:04:11.386Z Compiling cpufeatures v0.2.17
21262026-08-24T20:04:11.425Z Compiling bit-vec v0.8.0
21272026-08-24T20:04:11.461Z Compiling quick-error v1.2.3
21282026-08-24T20:04:11.480Z Compiling plain v0.2.3
21292026-08-24T20:04:11.522Z Compiling tracing v0.1.44
21302026-08-24T20:04:11.559Z Compiling rusty-fork v0.3.1
21312026-08-24T20:04:11.620Z Compiling http-body v1.0.1
21322026-08-24T20:04:11.749Z Compiling bit-set v0.8.0
21332026-08-24T20:04:11.791Z Compiling structmeta v0.3.0
21342026-08-24T20:04:11.929Z Compiling rand_xorshift v0.4.0
21352026-08-24T20:04:11.946Z Compiling serde_spanned v0.6.9
21362026-08-24T20:04:11.962Z Compiling toml_datetime v0.6.11
21372026-08-24T20:04:11.965Z Compiling pin-project-internal v1.1.11
21382026-08-24T20:04:12.109Z Compiling cookie v0.18.1
21392026-08-24T20:04:12.112Z Compiling openssl-probe v0.2.1
21402026-08-24T20:04:12.140Z Compiling untrusted v0.9.0
21412026-08-24T20:04:12.316Z Compiling clap_lex v1.0.0
21422026-08-24T20:04:12.351Z Compiling tap v1.0.1
21432026-08-24T20:04:12.400Z Compiling unarray v0.1.4
21442026-08-24T20:04:12.404Z Compiling zstd-safe v7.2.4
21452026-08-24T20:04:12.538Z Compiling clap_builder v4.6.0
21462026-08-24T20:04:12.553Z Compiling proptest v1.11.0
21472026-08-24T20:04:12.594Z Compiling wyz v0.5.1
21482026-08-24T20:04:12.784Z Compiling derive-ex v0.1.8
21492026-08-24T20:04:12.817Z Compiling sha2 v0.10.9
21502026-08-24T20:04:12.972Z Compiling unicode-normalization v0.1.25
21512026-08-24T20:04:12.987Z Compiling ipnetwork v0.21.1
21522026-08-24T20:04:13.003Z Compiling rand_chacha v0.3.1
21532026-08-24T20:04:13.036Z Compiling signature v2.2.0
21542026-08-24T20:04:13.150Z Compiling scroll_derive v0.12.1
21552026-08-24T20:04:13.215Z Compiling heapless v0.7.17
21562026-08-24T20:04:13.358Z Compiling num-integer v0.1.46
21572026-08-24T20:04:13.361Z Compiling aho-corasick v1.1.4
21582026-08-24T20:04:13.482Z Compiling tower-layer v0.3.3
21592026-08-24T20:04:13.604Z Compiling signal-hook v0.3.18
21602026-08-24T20:04:13.631Z Compiling atomic-waker v1.1.2
21612026-08-24T20:04:13.660Z Compiling tower-service v0.3.3
21622026-08-24T20:04:13.801Z Compiling try-lock v0.2.5
21632026-08-24T20:04:13.841Z Compiling zlib-rs v0.6.2
21642026-08-24T20:04:13.894Z Compiling funty v2.0.0
21652026-08-24T20:04:13.953Z Compiling pretty-hex v0.4.1
21662026-08-24T20:04:14.030Z Compiling rustix v0.38.44
21672026-08-24T20:04:14.058Z Compiling anyhow v1.0.104
21682026-08-24T20:04:14.153Z Compiling usdt-impl v0.6.0
21692026-08-24T20:04:14.216Z Compiling regex-automata v0.4.14
21702026-08-24T20:04:14.261Z Compiling bitvec v1.0.1
21712026-08-24T20:04:14.328Z Compiling test-strategy v0.4.5
21722026-08-24T20:04:14.400Z Compiling h2 v0.4.15
21732026-08-24T20:04:14.493Z Compiling clap v4.6.1
21742026-08-24T20:04:14.591Z Compiling want v0.3.1
21752026-08-24T20:04:14.791Z Compiling num-iter v0.1.45
21762026-08-24T20:04:14.955Z Compiling newtype-uuid v1.3.2
21772026-08-24T20:04:15.346Z Compiling oxnet v0.1.6
21782026-08-24T20:04:15.500Z Compiling rand v0.8.6
21792026-08-24T20:04:15.894Z Compiling lazy_static v1.5.0
21802026-08-24T20:04:16.949Z Compiling flate2 v1.1.9
21812026-08-24T20:04:16.989Z Compiling scroll v0.13.0
21822026-08-24T20:04:16.989Z Compiling block-padding v0.4.2
21832026-08-24T20:04:16.989Z Compiling ipnet v2.12.0
21842026-08-24T20:04:16.989Z Compiling strum_macros v0.26.4
21852026-08-24T20:04:17.033Z Compiling snafu-derive v0.8.9
21862026-08-24T20:04:17.042Z Compiling darling_core v0.23.0
21872026-08-24T20:04:17.664Z Compiling darling_core v0.20.11
21882026-08-24T20:04:18.067Z Compiling winnow v0.5.40
21892026-08-24T20:04:18.230Z Compiling const-oid v0.10.2
21902026-08-24T20:04:18.294Z Compiling foreign-types-shared v0.1.1
21912026-08-24T20:04:18.394Z Compiling crc-catalog v2.4.0
21922026-08-24T20:04:18.609Z Compiling httpdate v1.0.3
21932026-08-24T20:04:18.698Z Compiling cpufeatures v0.3.0
21942026-08-24T20:04:18.714Z Compiling nodrop v0.1.14
21952026-08-24T20:04:18.786Z Compiling hyper v1.10.1
21962026-08-24T20:04:18.914Z Compiling digest v0.11.3
21972026-08-24T20:04:19.003Z Compiling array-init v0.0.4
21982026-08-24T20:04:19.199Z Compiling crc v3.4.0
21992026-08-24T20:04:19.217Z Compiling darling_macro v0.23.0
22002026-08-24T20:04:19.400Z Compiling foreign-types v0.3.2
22012026-08-24T20:04:19.618Z Compiling darling_macro v0.20.11
22022026-08-24T20:04:19.725Z Compiling toml_edit v0.19.15
22032026-08-24T20:04:19.770Z Compiling goblin v0.10.5
22042026-08-24T20:04:19.840Z Compiling inout v0.2.2
22052026-08-24T20:04:19.879Z Compiling daft v0.1.8
22062026-08-24T20:04:19.965Z Compiling smallvec v0.6.14
22072026-08-24T20:04:20.244Z Compiling pkcs1 v0.7.5
22082026-08-24T20:04:20.534Z Compiling zerocopy v0.6.6
22092026-08-24T20:04:20.573Z Compiling bitfield v0.19.4
22102026-08-24T20:04:20.739Z Compiling zerocopy-derive v0.7.35
22112026-08-24T20:04:20.756Z Compiling curve25519-dalek v4.1.3
22122026-08-24T20:04:20.907Z Compiling env_filter v2.0.0
22132026-08-24T20:04:21.019Z Compiling memoffset v0.9.1
22142026-08-24T20:04:21.275Z Compiling base64 v0.21.7
22152026-08-24T20:04:21.297Z Compiling litrs v1.0.0
22162026-08-24T20:04:21.312Z Compiling unicode-segmentation v1.12.0
22172026-08-24T20:04:21.494Z Compiling hashbrown v0.12.3
22182026-08-24T20:04:21.630Z Compiling smoltcp v0.9.1
22192026-08-24T20:04:21.734Z Compiling owo-colors v4.3.0
22202026-08-24T20:04:21.777Z Compiling ref-cast v1.0.25
22212026-08-24T20:04:21.798Z Compiling document-features v0.2.12
22222026-08-24T20:04:21.879Z Compiling ron v0.8.1
22232026-08-24T20:04:22.103Z Compiling toml v0.7.8
22242026-08-24T20:04:22.387Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22252026-08-24T20:04:22.466Z Compiling env_logger v0.11.11
22262026-08-24T20:04:22.522Z Compiling dof v0.4.0
22272026-08-24T20:04:22.657Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-08-24T20:04:22.938Z Compiling rsa v0.9.10
22292026-08-24T20:04:23.525Z Compiling hyper-util v0.1.20
22302026-08-24T20:04:23.552Z Compiling serde-hex v0.1.0
22312026-08-24T20:04:23.662Z Compiling darling v0.20.11
22322026-08-24T20:04:23.678Z Compiling cipher v0.5.2
22332026-08-24T20:04:23.993Z Compiling hashbrown v0.13.2
22342026-08-24T20:04:24.026Z Compiling darling v0.23.0
22352026-08-24T20:04:24.111Z Compiling bzip2 v0.4.4
22362026-08-24T20:04:24.556Z Compiling dtrace-parser v0.3.0
22372026-08-24T20:04:24.588Z Compiling x509-cert v0.2.5
22382026-08-24T20:04:24.957Z Compiling erased-serde v0.3.31
22392026-08-24T20:04:25.013Z Compiling async-recursion v1.1.1
22402026-08-24T20:04:25.164Z Compiling sync_wrapper v1.0.2
22412026-08-24T20:04:25.285Z Compiling thread-id v5.1.0
22422026-08-24T20:04:25.329Z Compiling powerfmt v0.2.0
22432026-08-24T20:04:25.378Z Compiling crc-any v2.5.0
22442026-08-24T20:04:25.570Z Compiling siphasher v1.0.2
22452026-08-24T20:04:25.683Z Compiling cfg_aliases v0.2.1
22462026-08-24T20:04:25.787Z Compiling nix v0.31.2
22472026-08-24T20:04:25.801Z Compiling deranged v0.5.8
22482026-08-24T20:04:26.148Z Compiling tower v0.5.3
22492026-08-24T20:04:26.802Z Compiling object v0.30.4
22502026-08-24T20:04:26.973Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22512026-08-24T20:04:26.989Z Compiling zip v0.6.6
22522026-08-24T20:04:27.277Z Compiling serde_with_macros v3.21.0
22532026-08-24T20:04:27.414Z Compiling chacha20 v0.10.0
22542026-08-24T20:04:27.585Z Compiling derive_builder_core v0.20.2
22552026-08-24T20:04:28.039Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-08-24T20:04:28.060Z Compiling bstr v1.12.1
22572026-08-24T20:04:28.222Z Compiling http-body-util v0.1.3
22582026-08-24T20:04:28.477Z Compiling futures-executor v0.3.32
22592026-08-24T20:04:28.494Z Compiling serde_tokenstream v0.2.3
22602026-08-24T20:04:28.666Z Compiling hubpack_derive v0.1.1
22612026-08-24T20:04:28.681Z Compiling ref-cast-impl v1.0.25
22622026-08-24T20:04:28.802Z Compiling curve25519-dalek-derive v0.1.1
22632026-08-24T20:04:28.887Z Compiling strum_macros v0.27.2
22642026-08-24T20:04:28.967Z Compiling fs-err v3.3.0
22652026-08-24T20:04:29.116Z Compiling usdt-impl v0.5.0
22662026-08-24T20:04:29.238Z Compiling ryu v1.0.23
22672026-08-24T20:04:29.349Z Compiling unicode-properties v0.1.4
22682026-08-24T20:04:29.365Z Compiling allocator-api2 v0.2.21
22692026-08-24T20:04:29.566Z Compiling num_threads v0.1.7
22702026-08-24T20:04:29.643Z Compiling iri-string v0.7.10
22712026-08-24T20:04:29.699Z Compiling unicode-bidi v0.3.18
22722026-08-24T20:04:29.818Z Compiling same-file v1.0.6
22732026-08-24T20:04:30.008Z Compiling path-slash v0.1.5
22742026-08-24T20:04:30.012Z Compiling gimli v0.32.3
22752026-08-24T20:04:30.093Z Compiling stringprep v0.1.5
22762026-08-24T20:04:30.169Z Compiling time v0.3.47
22772026-08-24T20:04:30.184Z Compiling walkdir v2.5.0
22782026-08-24T20:04:30.869Z Compiling tower-http v0.6.8
22792026-08-24T20:04:31.351Z Compiling serde_urlencoded v0.7.1
22802026-08-24T20:04:31.938Z Compiling addr2line v0.25.1
22812026-08-24T20:04:32.199Z Compiling futures v0.3.32
22822026-08-24T20:04:32.283Z Compiling derive_builder_macro v0.20.2
22832026-08-24T20:04:32.298Z Compiling rand v0.10.1
22842026-08-24T20:04:32.861Z Compiling tokio-native-tls v0.3.1
22852026-08-24T20:04:32.945Z Compiling convert_case v0.10.0
22862026-08-24T20:04:33.008Z Compiling sha2 v0.11.0
22872026-08-24T20:04:33.048Z Compiling md-5 v0.11.0
22882026-08-24T20:04:33.121Z Compiling hmac v0.13.0
22892026-08-24T20:04:33.137Z Compiling strum v0.26.3
22902026-08-24T20:04:33.273Z Compiling scroll v0.12.0
22912026-08-24T20:04:33.331Z Compiling pin-project v1.1.11
22922026-08-24T20:04:33.348Z Compiling rustls-native-certs v0.8.3
22932026-08-24T20:04:33.437Z Compiling hash32 v0.2.1
22942026-08-24T20:04:33.453Z Compiling vergen-lib v9.1.0
22952026-08-24T20:04:33.483Z Compiling encoding_rs v0.8.35
22962026-08-24T20:04:33.523Z Compiling fallible-iterator v0.2.0
22972026-08-24T20:04:33.621Z Compiling rustc-demangle v0.1.27
22982026-08-24T20:04:33.637Z Compiling jiff-core v0.1.0
22992026-08-24T20:04:33.740Z Compiling mime v0.3.17
23002026-08-24T20:04:33.821Z Compiling psl-types v2.0.11
23012026-08-24T20:04:33.843Z Compiling postgres-protocol v0.6.12
23022026-08-24T20:04:33.956Z Compiling publicsuffix v2.3.0
23032026-08-24T20:04:34.039Z Compiling goblin v0.8.2
23042026-08-24T20:04:34.273Z Compiling snafu v0.8.9
23052026-08-24T20:04:34.493Z Compiling jiff v0.2.34
23062026-08-24T20:04:34.674Z Compiling derive_more-impl v2.1.1
23072026-08-24T20:04:34.756Z Compiling backtrace v0.3.76
23082026-08-24T20:04:34.849Z Compiling hyper-tls v0.6.0
23092026-08-24T20:04:34.892Z Compiling derive_builder v0.20.2
23102026-08-24T20:04:35.303Z Compiling usdt-attr-macro v0.6.0
23112026-08-24T20:04:35.320Z Compiling usdt-macro v0.6.0
23122026-08-24T20:04:35.324Z Compiling globset v0.4.18
23132026-08-24T20:04:35.458Z Compiling phf_shared v0.13.1
23142026-08-24T20:04:35.523Z Compiling crossbeam-epoch v0.9.18
23152026-08-24T20:04:35.738Z Compiling zerocopy v0.7.35
23162026-08-24T20:04:35.897Z Compiling regex v1.12.3
23172026-08-24T20:04:36.301Z Compiling hmac v0.12.1
23182026-08-24T20:04:36.339Z Compiling serde_plain v1.0.2
23192026-08-24T20:04:36.468Z Compiling serde_repr v0.1.20
23202026-08-24T20:04:36.591Z Compiling enum-as-inner v0.6.1
23212026-08-24T20:04:36.608Z Compiling miette-derive v7.6.0
23222026-08-24T20:04:36.650Z Compiling pem v3.0.6
23232026-08-24T20:04:36.779Z Compiling ff v0.13.1
23242026-08-24T20:04:36.819Z Compiling vergen v9.1.0
23252026-08-24T20:04:36.907Z Compiling cargo-platform v0.3.2
23262026-08-24T20:04:36.936Z Compiling filetime v0.2.27
23272026-08-24T20:04:37.031Z Compiling smawk v0.3.2
23282026-08-24T20:04:37.116Z Compiling foldhash v0.1.5
23292026-08-24T20:04:37.185Z Compiling unicode-width v0.2.0
23302026-08-24T20:04:37.201Z Compiling xattr v1.6.1
23312026-08-24T20:04:37.268Z Compiling managed v0.8.0
23322026-08-24T20:04:37.285Z Compiling is_ci v1.2.0
23332026-08-24T20:04:37.299Z Compiling bumpalo v3.20.2
23342026-08-24T20:04:37.355Z Compiling either v1.15.0
23352026-08-24T20:04:37.433Z Compiling typed-path v0.9.3
23362026-08-24T20:04:37.483Z Compiling base16ct v0.2.0
23372026-08-24T20:04:37.591Z Compiling bitflags v1.3.2
23382026-08-24T20:04:37.644Z Compiling libbz2-rs-sys v0.2.2
23392026-08-24T20:04:37.688Z Compiling unicode-linebreak v0.1.5
23402026-08-24T20:04:37.691Z Compiling foldhash v0.2.0
23412026-08-24T20:04:37.868Z Compiling hashbrown v0.16.1
23422026-08-24T20:04:37.882Z Compiling textwrap v0.16.2
23432026-08-24T20:04:37.936Z Compiling sec1 v0.7.3
23442026-08-24T20:04:38.010Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23452026-08-24T20:04:38.118Z Compiling bzip2 v0.6.1
23462026-08-24T20:04:38.226Z Compiling zopfli v0.8.3
23472026-08-24T20:04:38.239Z Compiling supports-color v3.0.2
23482026-08-24T20:04:38.288Z Compiling tar v0.4.46
23492026-08-24T20:04:38.403Z Compiling hashbrown v0.15.5
23502026-08-24T20:04:38.423Z Compiling cargo_metadata v0.23.1
23512026-08-24T20:04:38.490Z Compiling group v0.13.0
23522026-08-24T20:04:38.769Z Compiling hkdf v0.12.4
23532026-08-24T20:04:38.945Z Compiling dof v0.3.0
23542026-08-24T20:04:39.854Z Compiling phf v0.13.1
23552026-08-24T20:04:39.910Z Compiling zstd v0.13.3
23562026-08-24T20:04:40.176Z Compiling backtrace-ext v0.2.1
23572026-08-24T20:04:40.303Z Compiling reqwest v0.12.28
23582026-08-24T20:04:40.378Z Compiling cookie_store v0.22.1
23592026-08-24T20:04:40.436Z Compiling signal-hook-mio v0.2.5
23602026-08-24T20:04:40.640Z Compiling postgres-types v0.2.14
23612026-08-24T20:04:40.675Z Compiling strum v0.27.2
23622026-08-24T20:04:40.963Z Compiling hubpack v0.1.2
23632026-08-24T20:04:41.032Z Compiling phf_shared v0.11.3
23642026-08-24T20:04:41.047Z Compiling dtrace-parser v0.2.0
23652026-08-24T20:04:41.142Z Compiling byte-wrapper v0.1.0
23662026-08-24T20:04:41.191Z Compiling ed25519 v2.2.3
23672026-08-24T20:04:41.229Z Compiling olpc-cjson v0.1.4
23682026-08-24T20:04:41.513Z Compiling crypto-bigint v0.5.5
23692026-08-24T20:04:41.606Z Compiling serde-big-array v0.5.1
23702026-08-24T20:04:41.746Z Compiling float-cmp v0.10.0
23712026-08-24T20:04:41.765Z Compiling memmap2 v0.9.10
23722026-08-24T20:04:41.824Z Compiling thread-id v4.2.2
23732026-08-24T20:04:41.911Z Compiling difflib v0.4.0
23742026-08-24T20:04:41.926Z Compiling normalize-line-endings v0.3.0
23752026-08-24T20:04:42.005Z Compiling winnow v0.7.14
23762026-08-24T20:04:42.044Z Compiling toml_write v0.1.2
23772026-08-24T20:04:42.261Z Compiling whoami v2.1.0
23782026-08-24T20:04:42.363Z Compiling new_debug_unreachable v1.0.6
23792026-08-24T20:04:42.366Z Compiling fixedbitset v0.5.7
23802026-08-24T20:04:42.622Z Compiling data-encoding v2.10.0
23812026-08-24T20:04:42.638Z Compiling winnow v1.0.3
23822026-08-24T20:04:42.911Z Compiling rayon-core v1.13.0
23832026-08-24T20:04:43.108Z Compiling fixedbitset v0.4.2
23842026-08-24T20:04:43.206Z Compiling supports-unicode v3.0.0
23852026-08-24T20:04:43.267Z Compiling precomputed-hash v0.1.1
23862026-08-24T20:04:43.333Z Compiling supports-hyperlinks v3.2.0
23872026-08-24T20:04:43.336Z Compiling keccak v0.1.6
23882026-08-24T20:04:43.366Z Compiling predicates-core v1.0.10
23892026-08-24T20:04:43.379Z Compiling static_assertions v1.1.0
23902026-08-24T20:04:43.422Z Compiling unicode-width v0.1.14
23912026-08-24T20:04:43.463Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23922026-08-24T20:04:43.499Z Compiling sha3 v0.10.8
23932026-08-24T20:04:43.544Z Compiling toml_edit v0.22.27
23942026-08-24T20:04:43.559Z Compiling toml_parser v1.1.2+spec-1.1.0
23952026-08-24T20:04:43.626Z Compiling predicates v3.1.4
23962026-08-24T20:04:43.681Z Compiling miette v7.6.0
23972026-08-24T20:04:43.710Z Compiling string_cache v0.8.9
23982026-08-24T20:04:43.776Z Compiling petgraph v0.6.5
23992026-08-24T20:04:43.970Z Compiling hickory-proto v0.25.2
24002026-08-24T20:04:44.117Z Compiling petgraph v0.8.3
24012026-08-24T20:04:44.680Z Compiling tokio-postgres v0.7.18
24022026-08-24T20:04:44.696Z Compiling elliptic-curve v0.13.8
24032026-08-24T20:04:45.243Z Compiling usdt v0.6.0
24042026-08-24T20:04:46.030Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24052026-08-24T20:04:46.379Z Compiling ed25519-dalek v2.2.0
24062026-08-24T20:04:46.926Z Compiling crossterm v0.28.1
24072026-08-24T20:04:47.110Z Compiling zip v4.6.1
24082026-08-24T20:04:47.981Z Compiling iddqd v0.4.2
24092026-08-24T20:04:48.216Z Compiling oxide-generation v0.1.3
24102026-08-24T20:04:48.410Z Compiling itertools v0.13.0
24112026-08-24T20:04:48.454Z Compiling itertools v0.15.0
24122026-08-24T20:04:48.519Z Compiling derive_more v2.1.1
24132026-08-24T20:04:48.697Z Compiling similar v2.7.0
24142026-08-24T20:04:48.962Z Compiling serde_with v3.21.0
24152026-08-24T20:04:49.542Z Compiling heck v0.4.1
24162026-08-24T20:04:49.866Z Compiling tokio-stream v0.1.18
24172026-08-24T20:04:49.881Z Compiling buf-list v1.1.2
24182026-08-24T20:04:50.058Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24192026-08-24T20:04:50.093Z Compiling half v2.7.1
24202026-08-24T20:04:50.149Z Compiling openapiv3 v2.2.0
24212026-08-24T20:04:50.366Z Compiling peg-runtime v0.8.5
24222026-08-24T20:04:50.442Z Compiling lalrpop-util v0.19.12
24232026-08-24T20:04:50.458Z Compiling ciborium-io v0.2.2
24242026-08-24T20:04:51.254Z Compiling ciborium-ll v0.2.2
24252026-08-24T20:04:52.179Z Compiling crossbeam-deque v0.8.6
24262026-08-24T20:04:52.614Z Compiling camino-tempfile v1.4.1
24272026-08-24T20:04:53.006Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24282026-08-24T20:04:53.608Z Compiling blake3 v1.8.5
24292026-08-24T20:04:53.668Z Compiling fs-err v2.11.0
24302026-08-24T20:04:55.502Z Compiling rustls-webpki v0.103.13
24312026-08-24T20:04:56.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24322026-08-24T20:04:57.928Z Compiling ciborium v0.2.2
24332026-08-24T20:04:58.539Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24342026-08-24T20:04:58.993Z Compiling thread_local v1.1.9
24352026-08-24T20:04:59.350Z Compiling tokio-rustls v0.26.4
24362026-08-24T20:04:59.353Z Compiling rustls-platform-verifier v0.6.2
24372026-08-24T20:04:59.381Z Compiling tough v0.22.0
24382026-08-24T20:04:59.417Z Compiling arrayvec v0.7.6
24392026-08-24T20:04:59.544Z Compiling slog-async v2.8.0
24402026-08-24T20:04:59.587Z Compiling hyper-rustls v0.27.7
24412026-08-24T20:04:59.625Z Compiling arrayref v0.3.9
24422026-08-24T20:04:59.672Z Compiling constant_time_eq v0.4.2
24432026-08-24T20:04:59.820Z Compiling reqwest v0.13.2
24442026-08-24T20:04:59.930Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24452026-08-24T20:04:59.947Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24462026-08-24T20:04:59.984Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24472026-08-24T20:05:00.118Z Compiling toml v0.8.23
24482026-08-24T20:05:00.254Z Compiling atomicwrites v0.4.4
24492026-08-24T20:05:00.342Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24502026-08-24T20:05:00.345Z Compiling crossbeam-channel v0.5.15
24512026-08-24T20:05:00.554Z Compiling digest-io v0.1.0
24522026-08-24T20:05:00.718Z Compiling serde_path_to_error v0.1.20
24532026-08-24T20:05:00.764Z Compiling is-terminal v0.4.17
24542026-08-24T20:05:00.885Z Compiling term v1.2.1
24552026-08-24T20:05:00.917Z Compiling parse-size v1.1.0
24562026-08-24T20:05:01.055Z Compiling debug-ignore v1.0.5
24572026-08-24T20:05:01.055Z Compiling topological-sort v0.2.2
24582026-08-24T20:05:01.118Z Compiling rawzip v0.4.4
24592026-08-24T20:05:01.172Z Compiling take_mut v0.2.2
24602026-08-24T20:05:01.188Z Compiling indent_write v2.2.0
24612026-08-24T20:05:01.283Z Compiling slog-term v2.9.2
24622026-08-24T20:05:01.376Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24632026-08-24T20:05:01.403Z Compiling shell-words v1.1.1
24642026-08-24T20:05:02.880Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24652026-08-24T20:05:09.120Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24662026-08-24T20:05:11.182Z Compiling omicron-zone-package v0.12.3
24672026-08-24T20:05:11.482Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24682026-08-24T20:05:11.808Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24692026-08-24T20:05:11.826Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24702026-08-24T20:05:16.442Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24712026-08-24T20:05:28.697Z Finished `release` profile [optimized] target(s) in 1m 31s
24722026-08-24T20:05:28.847Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24732026-08-24T20:05:28.904ZAug 24 20:05:27.973 DEBG changing working directory to /work/oxidecomputer/omicron
24742026-08-24T20:05:29.002ZAug 24 20:05:28.070 DEBG running: git rev-parse HEAD
24752026-08-24T20:05:29.006ZAug 24 20:05:28.073 DEBG process exited with exit status: 0 (2.39121ms)
24762026-08-24T20:05:29.006ZAug 24 20:05:28.073 INFO version: 23.0.0-0.ci+git9311c660293
24772026-08-24T20:05:29.011ZAug 24 20:05:28.081 INFO cloning helios to /work/oxidecomputer/helios
24782026-08-24T20:05:29.011ZAug 24 20:05:28.082 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24792026-08-24T20:05:29.015ZCloning into '/work/oxidecomputer/helios'...
24802026-08-24T20:05:29.643ZAug 24 20:05:28.713 DEBG process exited with exit status: 0 (631.648949ms)
24812026-08-24T20:05:29.643ZAug 24 20:05:28.713 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24822026-08-24T20:05:29.646ZAug 24 20:05:28.715 DEBG process exited with exit status: 0 (2.44569ms)
24832026-08-24T20:05:29.646ZAug 24 20:05:28.715 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24842026-08-24T20:05:30.009ZAug 24 20:05:29.078 DEBG process exited with exit status: 0 (362.981819ms)
24852026-08-24T20:05:30.009ZAug 24 20:05:29.078 DEBG running: zfs list rpool/images/build/host
24862026-08-24T20:05:30.013ZNAME USED AVAIL REFER MOUNTPOINT
24872026-08-24T20:05:30.013Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24882026-08-24T20:05:30.013ZAug 24 20:05:29.083 DEBG process exited with exit status: 0 (4.47959ms)
24892026-08-24T20:05:30.013ZAug 24 20:05:29.083 DEBG running: zfs list rpool/images/build/recovery
24902026-08-24T20:05:30.016ZNAME USED AVAIL REFER MOUNTPOINT
24912026-08-24T20:05:30.016Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24922026-08-24T20:05:30.019ZAug 24 20:05:29.086 DEBG process exited with exit status: 0 (3.56371ms)
24932026-08-24T20:05:30.019ZAug 24 20:05:29.087 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24942026-08-24T20:05:30.029ZAug 24 20:05:29.099 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
24952026-08-24T20:05:30.032ZAug 24 20:05:29.100 INFO [incorp-manifest] running task
24962026-08-24T20:05:30.032ZAug 24 20:05:29.100 INFO [hubris-staging] running task
24972026-08-24T20:05:30.032ZAug 24 20:05:29.100 INFO [hubris-production] running task
24982026-08-24T20:05:30.032ZAug 24 20:05:29.100 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24992026-08-24T20:05:30.032ZAug 24 20:05:29.100 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
25002026-08-24T20:05:30.032ZAug 24 20:05:29.101 INFO [incorp-create] running: pkgrepo create /work/incorporation
25012026-08-24T20:05:30.032ZAug 24 20:05:29.102 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25022026-08-24T20:05:30.072Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25032026-08-24T20:05:30.139Z[ omicron-package] Blocking waiting for file lock on package cache
25042026-08-24T20:05:30.303ZAug 24 20:05:29.373 INFO [incorp-create] process exited with exit status: 0 (272.26388ms)
25052026-08-24T20:05:30.306ZAug 24 20:05:29.373 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25062026-08-24T20:05:30.539ZAug 24 20:05:29.609 INFO [incorp-publisher] process exited with exit status: 0 (235.767669ms)
25072026-08-24T20:05:30.949Z[ omicron-package] Blocking waiting for file lock on package cache
25082026-08-24T20:05:31.178ZAug 24 20:05:30.248 INFO [hubris-production] task succeeded (1.147876728s)
25092026-08-24T20:05:31.983ZAug 24 20:05:31.053 DEBG process exited with exit status: 0 (1.952751076s)
25102026-08-24T20:05:31.983ZAug 24 20:05:31.053 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25112026-08-24T20:05:32.198Z[ omicron-package] Compiling macaddr v1.0.1
25122026-08-24T20:05:32.198Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25132026-08-24T20:05:32.198Z[ omicron-package] Compiling secrecy v0.10.3
25142026-08-24T20:05:32.202Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-08-24T20:05:32.202Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25162026-08-24T20:05:32.203Z[ omicron-package] Compiling heapless v0.8.0
25172026-08-24T20:05:32.203Z[ omicron-package] Compiling ingot-macros v0.2.0
25182026-08-24T20:05:32.203Z[ omicron-package] Compiling inout v0.1.4
25192026-08-24T20:05:32.203Z[ omicron-package] Compiling hash32 v0.3.1
25202026-08-24T20:05:32.203Z[ omicron-package] Compiling multer v3.1.0
25212026-08-24T20:05:32.203Z[ omicron-package] Compiling match_cfg v0.1.0
25222026-08-24T20:05:32.203Z[ omicron-package] Compiling compression-core v0.4.31
25232026-08-24T20:05:32.203Z[ omicron-package] Compiling smoltcp v0.11.0
25242026-08-24T20:05:32.203Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25252026-08-24T20:05:32.203Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-08-24T20:05:32.203Z[ omicron-package] Compiling slog-json v2.6.1
25272026-08-24T20:05:32.768Z[ omicron-package] Compiling hostname v0.3.1
25282026-08-24T20:05:33.034Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25292026-08-24T20:05:33.034Z[ omicron-package] Compiling cobs v0.3.0
25302026-08-24T20:05:33.167Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25312026-08-24T20:05:33.202Z[ omicron-package] Compiling universal-hash v0.5.1
25322026-08-24T20:05:33.205Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25332026-08-24T20:05:33.255Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25342026-08-24T20:05:33.418Z[ omicron-package] Compiling compression-codecs v0.4.37
25352026-08-24T20:05:33.418Z[ omicron-package] Compiling cipher v0.4.4
25362026-08-24T20:05:33.444Z[ omicron-package] Compiling dropshot v0.17.1
25372026-08-24T20:05:33.524Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25382026-08-24T20:05:33.527Z[ omicron-package] Compiling serde_spanned v1.1.1
25392026-08-24T20:05:33.527Z[ omicron-package] Compiling async-stream-impl v0.3.6
25402026-08-24T20:05:33.805Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25412026-08-24T20:05:33.809Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25422026-08-24T20:05:33.809Z[ omicron-package] Compiling convert_case v0.4.0
25432026-08-24T20:05:33.943Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25442026-08-24T20:05:33.971Z[ omicron-package] Compiling opaque-debug v0.3.1
25452026-08-24T20:05:33.977Z[ omicron-package] Compiling async-compression v0.4.41
25462026-08-24T20:05:34.023Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25472026-08-24T20:05:34.042Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-08-24T20:05:34.108Z[ omicron-package] Compiling poly1305 v0.8.0
25492026-08-24T20:05:34.247Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25502026-08-24T20:05:34.261Z[ omicron-package] Compiling chacha20 v0.9.1
25512026-08-24T20:05:34.327Z[ omicron-package] Compiling derive_more v0.99.20
25522026-08-24T20:05:34.466Z[ omicron-package] Compiling num_enum_derive v0.7.6
25532026-08-24T20:05:34.469Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25542026-08-24T20:05:34.469Z[ omicron-package] Compiling postcard v1.1.3
25552026-08-24T20:05:34.608Z[ omicron-package] Compiling slog-bunyan v2.5.0
25562026-08-24T20:05:34.608Z[ omicron-package] Compiling async-stream v0.3.6
25572026-08-24T20:05:34.714ZAug 24 20:05:33.781 DEBG process exited with exit status: 0 (2.727938965s)
25582026-08-24T20:05:34.744ZAug 24 20:05:33.813 INFO [incorp-manifest] task succeeded (4.71306975s)
25592026-08-24T20:05:34.755ZAug 24 20:05:33.824 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25602026-08-24T20:05:34.763Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25612026-08-24T20:05:34.771Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25622026-08-24T20:05:34.903Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25632026-08-24T20:05:34.934Z[ omicron-package] Compiling progenitor-client v0.14.0
25642026-08-24T20:05:34.938Z[ omicron-package] Compiling sha1 v0.11.0
25652026-08-24T20:05:34.959ZAug 24 20:05:34.026 INFO [incorp-fmt] process exited with exit status: 0 (212.7572ms)
25662026-08-24T20:05:34.959ZAug 24 20:05:34.026 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25672026-08-24T20:05:34.991Z[ omicron-package] Compiling parse-display-derive v0.10.0
25682026-08-24T20:05:34.994Z[ omicron-package] Compiling waitgroup v0.1.2
25692026-08-24T20:05:35.033Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25702026-08-24T20:05:35.039Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25712026-08-24T20:05:35.121Z[ omicron-package] Compiling backon v1.6.0
25722026-08-24T20:05:35.341Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260824T200534Z
25732026-08-24T20:05:35.341Z[ incorp-pkgsend] PUBLISHED
25742026-08-24T20:05:35.353Z[ omicron-package] Compiling password-hash v0.5.0
25752026-08-24T20:05:35.391ZAug 24 20:05:34.461 INFO [incorp-pkgsend] process exited with exit status: 0 (434.88433ms)
25762026-08-24T20:05:35.394ZAug 24 20:05:34.461 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25772026-08-24T20:05:35.441Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25782026-08-24T20:05:35.549Z[ omicron-package] Compiling blake2 v0.10.6
25792026-08-24T20:05:35.633Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25802026-08-24T20:05:35.639Z[ helios-incorp] Retrieving packages for publisher helios ...
25812026-08-24T20:05:35.644Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25822026-08-24T20:05:35.656Z[ omicron-package] Compiling aead v0.5.2
25832026-08-24T20:05:35.671Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25842026-08-24T20:05:35.671Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25852026-08-24T20:05:35.676Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25862026-08-24T20:05:35.676Z[ helios-incorp]
25872026-08-24T20:05:35.676Z[ helios-incorp] Archiving packages ...
25882026-08-24T20:05:35.683Z[ helios-incorp] Packages to add: 1
25892026-08-24T20:05:35.683Z[ helios-incorp] Files to retrieve: 0
25902026-08-24T20:05:35.683Z[ helios-incorp] Estimated transfer size: 0.00 B
25912026-08-24T20:05:35.683Z[ helios-incorp]
25922026-08-24T20:05:35.683Z[ helios-incorp] Packages to archive:
25932026-08-24T20:05:35.683Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260824T200534Z
25942026-08-24T20:05:35.683Z[ helios-incorp]
25952026-08-24T20:05:35.683Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25962026-08-24T20:05:35.683Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25972026-08-24T20:05:35.724Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25982026-08-24T20:05:35.728ZAug 24 20:05:34.799 INFO [helios-incorp] process exited with exit status: 0 (337.429048ms)
25992026-08-24T20:05:35.766Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26002026-08-24T20:05:35.809Z[ omicron-package] Compiling proc-macro-error v1.0.4
26012026-08-24T20:05:35.972Z[ omicron-package] Compiling instant v0.1.13
26022026-08-24T20:05:36.068Z[ omicron-package] Compiling hostname v0.4.2
26032026-08-24T20:05:36.121Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26042026-08-24T20:05:36.179Z[ omicron-package] Compiling ingot-types v0.2.0
26052026-08-24T20:05:36.186Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26062026-08-24T20:05:36.264Z[ omicron-package] Compiling backoff v0.4.0
26072026-08-24T20:05:36.383Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26082026-08-24T20:05:36.407Z[ omicron-package] Compiling argon2 v0.5.3
26092026-08-24T20:05:36.452Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26102026-08-24T20:05:36.491Z[ omicron-package] Compiling num_enum_derive v0.5.11
26112026-08-24T20:05:36.535Z[ omicron-package] Compiling num_enum v0.7.6
26122026-08-24T20:05:36.561Z[ omicron-package] Compiling progenitor-extras v0.2.0
26132026-08-24T20:05:36.585Z[ omicron-package] Compiling vsss-rs v3.3.4
26142026-08-24T20:05:36.669Z[ omicron-package] Compiling ingot v0.2.1
26152026-08-24T20:05:36.742Z[ omicron-package] Compiling parse-display v0.10.0
26162026-08-24T20:05:36.816Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26172026-08-24T20:05:36.948Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26182026-08-24T20:05:36.988Z[ omicron-package] Compiling foreign-types v0.5.0
26192026-08-24T20:05:37.027Z[ omicron-package] Compiling regress v0.10.5
26202026-08-24T20:05:37.074Z[ omicron-package] Compiling itertools v0.14.0
26212026-08-24T20:05:37.104Z[ omicron-package] Compiling tabwriter v1.4.1
26222026-08-24T20:05:37.126Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26232026-08-24T20:05:37.413Z[ omicron-package] Compiling cstr-argument v0.1.2
26242026-08-24T20:05:37.495Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26252026-08-24T20:05:37.552Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26262026-08-24T20:05:37.600Z[ omicron-package] Compiling humantime v2.3.0
26272026-08-24T20:05:37.656Z[ omicron-package] Compiling num_enum v0.5.11
26282026-08-24T20:05:37.675Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26292026-08-24T20:05:37.763Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26302026-08-24T20:05:37.798Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26312026-08-24T20:05:37.912Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26322026-08-24T20:05:38.048Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26332026-08-24T20:05:38.132Z[ omicron-package] Compiling rayon v1.11.0
26342026-08-24T20:05:38.136Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26352026-08-24T20:05:38.136Z[ omicron-package] Compiling colored v3.1.1
26362026-08-24T20:05:38.139Z[ omicron-package] Compiling libefi-sys v0.1.0
26372026-08-24T20:05:38.233Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26382026-08-24T20:05:38.305Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26392026-08-24T20:05:38.541Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26402026-08-24T20:05:38.578Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26412026-08-24T20:05:38.710Z[ omicron-package] Compiling itertools v0.12.1
26422026-08-24T20:05:38.781Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26432026-08-24T20:05:38.826Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26442026-08-24T20:05:38.878Z[ omicron-package] Compiling usdt-macro v0.5.0
26452026-08-24T20:05:38.935Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26462026-08-24T20:05:38.974Z[ omicron-package] Compiling sigpipe v0.1.3
26472026-08-24T20:05:39.062Z[ omicron-package] Compiling memmap v0.7.0
26482026-08-24T20:05:39.099Z[ omicron-package] Compiling num-derive v0.4.2
26492026-08-24T20:05:39.161Z[ omicron-package] Compiling bitfield-struct v0.6.2
26502026-08-24T20:05:39.184Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26512026-08-24T20:05:39.211Z[ omicron-package] Compiling swrite v0.1.0
26522026-08-24T20:05:39.343Z[ omicron-package] Compiling glob v0.3.3
26532026-08-24T20:05:39.568Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26542026-08-24T20:05:39.699Z[ omicron-package] Compiling usdt v0.5.0
26552026-08-24T20:05:40.049Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26562026-08-24T20:05:40.138Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26572026-08-24T20:05:40.232Z[ omicron-package] Compiling zone v0.3.1
26582026-08-24T20:05:40.392Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26592026-08-24T20:05:40.501Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26602026-08-24T20:05:40.512Z[ omicron-package] Compiling smf v0.2.3
26612026-08-24T20:05:40.580Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26622026-08-24T20:05:40.680Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26632026-08-24T20:05:40.684Z[ omicron-package] Compiling whoami v1.6.1
26642026-08-24T20:05:40.809Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26652026-08-24T20:05:40.925Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26662026-08-24T20:05:41.055Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26672026-08-24T20:05:41.204Z[ omicron-package] Compiling gethostname v0.5.0
26682026-08-24T20:05:41.313Z[ omicron-package] Compiling console v0.16.2
26692026-08-24T20:05:41.337Z[ omicron-package] Compiling unit-prefix v0.5.2
26702026-08-24T20:05:41.368Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26712026-08-24T20:05:41.838Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26722026-08-24T20:05:41.889Z[ omicron-package] Compiling indicatif v0.18.4
26732026-08-24T20:05:42.459Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26742026-08-24T20:05:45.703ZAug 24 20:05:44.773 INFO [hubris-staging] task succeeded (15.672538689s)
26752026-08-24T20:05:45.795Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26762026-08-24T20:05:45.981Z[ helios-setup] Aug 24 20:05:45.051 INFO helios repository root is: /work/oxidecomputer/helios
26772026-08-24T20:05:45.986Z[ helios-setup] Aug 24 20:05:45.052 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-24T20:05:45.986Z[ helios-setup] Aug 24 20:05:45.052 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-24T20:05:45.987Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26802026-08-24T20:05:46.862Z[ helios-setup] Aug 24 20:05:45.932 INFO clone ok!, project: amd-host-image-builder
26812026-08-24T20:05:46.867Z[ helios-setup] Aug 24 20:05:45.933 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
26822026-08-24T20:05:46.867Z[ helios-setup] Aug 24 20:05:45.933 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26832026-08-24T20:05:46.867Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26842026-08-24T20:05:47.528Z[ helios-setup] Aug 24 20:05:46.593 INFO clone ok!, project: phbl
26852026-08-24T20:05:47.528Z[ helios-setup] Aug 24 20:05:46.593 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
26862026-08-24T20:05:47.535Z[ helios-setup] Aug 24 20:05:46.593 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26872026-08-24T20:05:47.535Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26882026-08-24T20:05:54.149Z[ helios-setup] Aug 24 20:05:53.218 INFO clone ok!, project: amd-firmware
26892026-08-24T20:05:54.149Z[ helios-setup] Aug 24 20:05:53.218 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26902026-08-24T20:05:54.149Z[ helios-setup] Aug 24 20:05:53.218 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
26912026-08-24T20:05:54.154Z[ helios-setup] Aug 24 20:05:53.218 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26922026-08-24T20:05:54.154Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26932026-08-24T20:05:54.713Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26942026-08-24T20:05:54.772Z[ helios-setup] Aug 24 20:05:53.842 INFO clone ok!, project: bootserver
26952026-08-24T20:05:54.776Z[ helios-setup] Aug 24 20:05:53.842 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
26962026-08-24T20:05:54.776Z[ helios-setup] Aug 24 20:05:53.842 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26972026-08-24T20:05:54.776Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26982026-08-24T20:05:55.383Z[ helios-setup] Aug 24 20:05:54.453 INFO clone ok!, project: image-builder
26992026-08-24T20:05:55.383Z[ helios-setup] Aug 24 20:05:54.453 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27002026-08-24T20:05:55.388Z[ helios-setup] Aug 24 20:05:54.453 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
27012026-08-24T20:05:55.388Z[ helios-setup] Aug 24 20:05:54.453 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27022026-08-24T20:05:55.389Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27032026-08-24T20:05:55.945Z[ helios-setup] Aug 24 20:05:55.015 INFO clone ok!, project: pinprick
27042026-08-24T20:05:55.949Z[ helios-setup] Aug 24 20:05:55.015 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
27052026-08-24T20:05:55.949Z[ helios-setup] Aug 24 20:05:55.015 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27062026-08-24T20:05:55.949Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27072026-08-24T20:05:57.255Z[ helios-setup] Aug 24 20:05:56.324 INFO clone ok!, project: chelsio-t6-roms
27082026-08-24T20:05:57.255Z[ helios-setup] Aug 24 20:05:56.324 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
27092026-08-24T20:05:57.258Z[ helios-setup] Aug 24 20:05:56.325 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27102026-08-24T20:05:57.258Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27112026-08-24T20:05:58.063Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27122026-08-24T20:05:58.638Z[ helios-setup] Aug 24 20:05:57.708 INFO clone ok!, project: pilot
27132026-08-24T20:05:58.641Z[ helios-setup] Aug 24 20:05:57.708 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
27142026-08-24T20:05:58.641Z[ helios-setup] Aug 24 20:05:57.708 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27152026-08-24T20:05:58.641Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27162026-08-24T20:05:59.137Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27172026-08-24T20:05:59.462Z[ helios-setup] Aug 24 20:05:58.531 INFO clone ok!, project: dmar-report
27182026-08-24T20:05:59.462Z[ helios-setup] Aug 24 20:05:58.531 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27192026-08-24T20:05:59.465Z[ helios-setup] Aug 24 20:05:58.532 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27202026-08-24T20:05:59.692Z[ helios-setup] Aug 24 20:05:58.762 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27212026-08-24T20:05:59.910Z[ helios-setup] Aug 24 20:05:58.980 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27222026-08-24T20:05:59.910Z[ helios-setup] Aug 24 20:05:58.980 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27232026-08-24T20:06:00.144Z[ helios-setup] Aug 24 20:05:59.214 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27242026-08-24T20:06:00.371Z[ helios-setup] Aug 24 20:05:59.441 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27252026-08-24T20:06:00.371Z[ helios-setup] Aug 24 20:05:59.441 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27262026-08-24T20:06:00.618Z[ helios-setup] Aug 24 20:05:59.688 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27272026-08-24T20:06:00.865Z[ helios-setup] Aug 24 20:05:59.935 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27282026-08-24T20:06:00.868Z[ helios-setup] Aug 24 20:05:59.935 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27292026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27302026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO ok!
27312026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27322026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27332026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO ok!
27342026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27352026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27362026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO ok!
27372026-08-24T20:06:00.869Z[ helios-setup] Aug 24 20:05:59.935 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27382026-08-24T20:06:00.897Z[ helios-setup] Aug 24 20:05:59.967 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')"
27392026-08-24T20:06:00.898Z[ helios-setup] Aug 24 20:05:59.967 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27402026-08-24T20:06:00.901Z[ helios-setup] Aug 24 20:05:59.967 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27412026-08-24T20:06:01.028Z[ helios-setup] Aug 24 20:06:00.098 INFO E| Updating crates.io index
27422026-08-24T20:06:01.031Z[ helios-setup] Aug 24 20:06:00.098 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27432026-08-24T20:06:01.490Z[ helios-setup] Aug 24 20:06:00.560 INFO E| From https://github.com/oxidecomputer/amd-apcb
27442026-08-24T20:06:01.490Z[ helios-setup] Aug 24 20:06:00.560 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27452026-08-24T20:06:01.503Z[ helios-setup] Aug 24 20:06:00.571 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27462026-08-24T20:06:01.993Z[ helios-setup] Aug 24 20:06:01.061 INFO E| From https://github.com/oxidecomputer/amd-efs
27472026-08-24T20:06:01.993Z[ helios-setup] Aug 24 20:06:01.061 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27482026-08-24T20:06:02.102Z[ helios-setup] Aug 24 20:06:01.172 INFO E| Downloading crates ...
27492026-08-24T20:06:02.146Z[ helios-setup] Aug 24 20:06:01.216 INFO E| Downloaded ansi_term v0.12.1
27502026-08-24T20:06:02.149Z[ helios-setup] Aug 24 20:06:01.217 INFO E| Downloaded heck v0.3.3
27512026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.225 INFO E| Downloaded proc-macro2 v1.0.95
27522026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.230 INFO E| Downloaded vec_map v0.8.2
27532026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.231 INFO E| Downloaded log v0.4.27
27542026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.233 INFO E| Downloaded modular-bitfield-impl v0.13.1
27552026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.239 INFO E| Downloaded unic-ucd-version v0.9.0
27562026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.240 INFO E| Downloaded four-cc v0.4.0
27572026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.241 INFO E| Downloaded dyn-clone v1.0.19
27582026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.248 INFO E| Downloaded fletcher v1.0.0
27592026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.249 INFO E| Downloaded unic-char-property v0.9.0
27602026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.249 INFO E| Downloaded autocfg v1.4.0
27612026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.255 INFO E| Downloaded strum_macros v0.27.1
27622026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.256 INFO E| Downloaded quote v1.0.40
27632026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.264 INFO E| Downloaded unic-ucd-ident v0.9.0
27642026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.264 INFO E| Downloaded parse_int v0.9.0
27652026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.267 INFO E| Downloaded strum v0.27.1
27662026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.278 INFO E| Downloaded unic-common v0.9.0
27672026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.283 INFO E| Downloaded itoa v1.0.15
27682026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.287 INFO E| Downloaded strsim v0.8.0
27692026-08-24T20:06:02.226Z[ helios-setup] Aug 24 20:06:01.291 INFO E| Downloaded serde_json v1.0.140
27702026-08-24T20:06:02.230Z[ helios-setup] Aug 24 20:06:01.295 INFO E| Downloaded rustversion v1.0.20
27712026-08-24T20:06:02.230Z[ helios-setup] Aug 24 20:06:01.296 INFO E| Downloaded thiserror-impl v2.0.12
27722026-08-24T20:06:02.230Z[ helios-setup] Aug 24 20:06:01.297 INFO E| Downloaded unic-char-range v0.9.0
27732026-08-24T20:06:02.230Z[ helios-setup] Aug 24 20:06:01.298 INFO E| Downloaded bytesize v2.0.1
27742026-08-24T20:06:02.230Z[ helios-setup] Aug 24 20:06:01.299 INFO E| Downloaded textwrap v0.11.0
27752026-08-24T20:06:02.239Z[ helios-setup] Aug 24 20:06:01.309 INFO E| Downloaded thiserror v2.0.12
27762026-08-24T20:06:02.242Z[ helios-setup] Aug 24 20:06:01.312 INFO E| Downloaded pest_generator v2.8.0
27772026-08-24T20:06:02.251Z[ helios-setup] Aug 24 20:06:01.317 INFO E| Downloaded serde v1.0.219
27782026-08-24T20:06:02.260Z[ helios-setup] Aug 24 20:06:01.320 INFO E| Downloaded structopt-derive v0.4.18
27792026-08-24T20:06:02.260Z[ helios-setup] Aug 24 20:06:01.322 INFO E| Downloaded ryu v1.0.20
27802026-08-24T20:06:02.267Z[ helios-setup] Aug 24 20:06:01.325 INFO E| Downloaded pest_derive v2.8.0
27812026-08-24T20:06:02.267Z[ helios-setup] Aug 24 20:06:01.330 INFO E| Downloaded modular-bitfield v0.11.2
27822026-08-24T20:06:02.277Z[ helios-setup] Aug 24 20:06:01.336 INFO E| Downloaded modular-bitfield v0.13.1
27832026-08-24T20:06:02.286Z[ helios-setup] Aug 24 20:06:01.341 INFO E| Downloaded modular-bitfield-impl v0.11.2
27842026-08-24T20:06:02.286Z[ helios-setup] Aug 24 20:06:01.343 INFO E| Downloaded pest_meta v2.8.0
27852026-08-24T20:06:02.286Z[ helios-setup] Aug 24 20:06:01.346 INFO E| Downloaded structopt v0.3.26
27862026-08-24T20:06:02.286Z[ helios-setup] Aug 24 20:06:01.350 INFO E| Downloaded unicode-ident v1.0.18
27872026-08-24T20:06:02.299Z[ helios-setup] Aug 24 20:06:01.358 INFO E| Downloaded serde_derive v1.0.219
27882026-08-24T20:06:02.305Z[ helios-setup] Aug 24 20:06:01.363 INFO E| Downloaded typenum v1.18.0
27892026-08-24T20:06:02.305Z[ helios-setup] Aug 24 20:06:01.366 INFO E| Downloaded zerocopy-derive v0.8.25
27902026-08-24T20:06:02.305Z[ helios-setup] Aug 24 20:06:01.369 INFO E| Downloaded memchr v2.7.4
27912026-08-24T20:06:02.325Z[ helios-setup] Aug 24 20:06:01.392 INFO E| Downloaded pest v2.8.0
27922026-08-24T20:06:02.343Z[ helios-setup] Aug 24 20:06:01.408 INFO E| Downloaded clap v2.34.0
27932026-08-24T20:06:02.361Z[ helios-setup] Aug 24 20:06:01.415 INFO E| Downloaded goblin v0.9.3
27942026-08-24T20:06:02.372Z[ helios-setup] Aug 24 20:06:01.427 INFO E| Downloaded zerocopy v0.8.25
27952026-08-24T20:06:02.375Z[ helios-setup] Aug 24 20:06:01.441 INFO E| Downloaded syn v2.0.101
27962026-08-24T20:06:02.401Z[ helios-setup] Aug 24 20:06:01.470 INFO E| Downloaded libc v0.2.172
27972026-08-24T20:06:02.450Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling proc-macro2 v1.0.95
27982026-08-24T20:06:02.450Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling unicode-ident v1.0.18
27992026-08-24T20:06:02.454Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling memchr v2.7.4
28002026-08-24T20:06:02.454Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling thiserror v2.0.12
28012026-08-24T20:06:02.454Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling autocfg v1.4.0
28022026-08-24T20:06:02.454Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling syn v1.0.109
28032026-08-24T20:06:02.454Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling serde v1.0.219
28042026-08-24T20:06:02.454Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling version_check v0.9.5
28052026-08-24T20:06:02.454Z[ helios-setup] Aug 24 20:06:01.520 INFO E| Compiling serde_json v1.0.140
28062026-08-24T20:06:02.475Z[ helios-setup] Aug 24 20:06:01.545 INFO E| Compiling ryu v1.0.20
28072026-08-24T20:06:02.479Z[ helios-setup] Aug 24 20:06:01.545 INFO E| Compiling itoa v1.0.15
28082026-08-24T20:06:02.479Z[ helios-setup] Aug 24 20:06:01.545 INFO E| Compiling schemars v0.8.22
28092026-08-24T20:06:02.479Z[ helios-setup] Aug 24 20:06:01.549 INFO E| Compiling libc v0.2.172
28102026-08-24T20:06:02.479Z[ helios-setup] Aug 24 20:06:01.549 INFO E| Compiling ucd-trie v0.1.7
28112026-08-24T20:06:02.482Z[ helios-setup] Aug 24 20:06:01.550 INFO E| Compiling zerocopy v0.8.25
28122026-08-24T20:06:02.482Z[ helios-setup] Aug 24 20:06:01.550 INFO E| Compiling dyn-clone v1.0.19
28132026-08-24T20:06:02.622Z[ helios-setup] Aug 24 20:06:01.691 INFO E| Compiling rustversion v1.0.20
28142026-08-24T20:06:02.642Z[ helios-setup] Aug 24 20:06:01.712 INFO E| Compiling static_assertions v1.1.0
28152026-08-24T20:06:02.651Z[ helios-setup] Aug 24 20:06:01.721 INFO E| Compiling paste v1.0.15
28162026-08-24T20:06:02.701Z[ helios-setup] Aug 24 20:06:01.771 INFO E| Compiling once_cell v1.21.3
28172026-08-24T20:06:02.760Z[ helios-setup] Aug 24 20:06:01.829 INFO E| Compiling unicode-segmentation v1.12.0
28182026-08-24T20:06:02.760Z[ helios-setup] Aug 24 20:06:01.829 INFO E| Compiling heck v0.5.0
28192026-08-24T20:06:02.801Z[ helios-setup] Aug 24 20:06:01.871 INFO E| Compiling unicode-width v0.1.14
28202026-08-24T20:06:02.808Z[ helios-setup] Aug 24 20:06:01.878 INFO E| Compiling proc-macro-error-attr v1.0.4
28212026-08-24T20:06:02.829Z[ helios-setup] Aug 24 20:06:01.899 INFO E| Compiling num-traits v0.2.19
28222026-08-24T20:06:02.858Z[ helios-setup] Aug 24 20:06:01.927 INFO E| Compiling memoffset v0.9.1
28232026-08-24T20:06:02.874Z[ helios-setup] Aug 24 20:06:01.944 INFO E| Compiling proc-macro-error v1.0.4
28242026-08-24T20:06:02.890Z[ helios-setup] Aug 24 20:06:01.960 INFO E| Compiling ansi_term v0.12.1
28252026-08-24T20:06:02.926Z[ helios-setup] Aug 24 20:06:01.995 INFO E| Compiling bitflags v1.3.2
28262026-08-24T20:06:02.984Z[ helios-setup] Aug 24 20:06:02.053 INFO E| Compiling strsim v0.8.0
28272026-08-24T20:06:02.992Z[ helios-setup] Aug 24 20:06:02.061 INFO E| Compiling unic-char-range v0.9.0
28282026-08-24T20:06:03.005Z[ helios-setup] Aug 24 20:06:02.075 INFO E| Compiling unic-common v0.9.0
28292026-08-24T20:06:03.045Z[ helios-setup] Aug 24 20:06:02.115 INFO E| Compiling textwrap v0.11.0
28302026-08-24T20:06:03.099Z[ helios-setup] Aug 24 20:06:02.169 INFO E| Compiling heck v0.3.3
28312026-08-24T20:06:03.123Z[ helios-setup] Aug 24 20:06:02.192 INFO E| Compiling strum v0.27.1
28322026-08-24T20:06:03.129Z[ helios-setup] Aug 24 20:06:02.199 INFO E| Compiling fletcher v1.0.0
28332026-08-24T20:06:03.143Z[ helios-setup] Aug 24 20:06:02.213 INFO E| Compiling byteorder v1.5.0
28342026-08-24T20:06:03.154Z[ helios-setup] Aug 24 20:06:02.223 INFO E| Compiling vec_map v0.8.2
28352026-08-24T20:06:03.161Z[ helios-setup] Aug 24 20:06:02.231 INFO E| Compiling unic-ucd-version v0.9.0
28362026-08-24T20:06:03.169Z[ helios-setup] Aug 24 20:06:02.239 INFO E| Compiling unic-char-property v0.9.0
28372026-08-24T20:06:03.227Z[ helios-setup] Aug 24 20:06:02.297 INFO E| Compiling log v0.4.27
28382026-08-24T20:06:03.252Z[ helios-setup] Aug 24 20:06:02.322 INFO E| Compiling atty v0.2.14
28392026-08-24T20:06:03.259Z[ helios-setup] Aug 24 20:06:02.329 INFO E| Compiling lazy_static v1.5.0
28402026-08-24T20:06:03.277Z[ helios-setup] Aug 24 20:06:02.346 INFO E| Compiling plain v0.2.3
28412026-08-24T20:06:03.289Z[ helios-setup] Aug 24 20:06:02.359 INFO E| Compiling unic-ucd-ident v0.9.0
28422026-08-24T20:06:03.292Z[ helios-setup] Aug 24 20:06:02.359 INFO E| Compiling bytesize v2.0.1
28432026-08-24T20:06:03.322Z[ helios-setup] Aug 24 20:06:02.392 INFO E| Compiling clap v2.34.0
28442026-08-24T20:06:03.412Z[ helios-setup] Aug 24 20:06:02.482 INFO E| Compiling quote v1.0.40
28452026-08-24T20:06:03.570Z[ helios-setup] Aug 24 20:06:02.639 INFO E| Compiling syn v2.0.101
28462026-08-24T20:06:03.815Z[ helios-setup] Aug 24 20:06:02.885 INFO E| Compiling parse_int v0.9.0
28472026-08-24T20:06:05.357Z[ helios-setup] Aug 24 20:06:04.426 INFO E| Compiling modular-bitfield-impl v0.11.2
28482026-08-24T20:06:05.357Z[ helios-setup] Aug 24 20:06:04.426 INFO E| Compiling structopt-derive v0.4.18
28492026-08-24T20:06:05.568Z[ helios-setup] Aug 24 20:06:04.638 INFO E| Compiling serde_derive_internals v0.29.1
28502026-08-24T20:06:05.946Z[ helios-setup] Aug 24 20:06:05.016 INFO E| Compiling thiserror-impl v2.0.12
28512026-08-24T20:06:05.946Z[ helios-setup] Aug 24 20:06:05.016 INFO E| Compiling serde_derive v1.0.219
28522026-08-24T20:06:05.949Z[ helios-setup] Aug 24 20:06:05.016 INFO E| Compiling zerocopy-derive v0.8.25
28532026-08-24T20:06:05.949Z[ helios-setup] Aug 24 20:06:05.016 INFO E| Compiling modular-bitfield-impl v0.13.1
28542026-08-24T20:06:05.949Z[ helios-setup] Aug 24 20:06:05.016 INFO E| Compiling num-derive v0.4.2
28552026-08-24T20:06:05.949Z[ helios-setup] Aug 24 20:06:05.016 INFO E| Compiling scroll_derive v0.12.1
28562026-08-24T20:06:05.949Z[ helios-setup] Aug 24 20:06:05.016 INFO E| Compiling strum_macros v0.27.1
28572026-08-24T20:06:06.043Z[ helios-setup] Aug 24 20:06:05.112 INFO E| Compiling schemars_derive v0.8.22
28582026-08-24T20:06:06.230Z[ helios-setup] Aug 24 20:06:05.300 INFO E| Compiling modular-bitfield v0.11.2
28592026-08-24T20:06:06.253Z[ helios-setup] Aug 24 20:06:05.323 INFO E| Compiling structopt v0.3.26
28602026-08-24T20:06:06.639Z[ helios-setup] Aug 24 20:06:05.709 INFO E| Compiling scroll v0.12.0
28612026-08-24T20:06:06.854Z[ helios-setup] Aug 24 20:06:05.924 INFO E| Compiling goblin v0.9.3
28622026-08-24T20:06:06.917Z[ helios-setup] Aug 24 20:06:05.983 INFO E| Compiling modular-bitfield v0.13.1
28632026-08-24T20:06:07.074Z[ helios-setup] Aug 24 20:06:06.141 INFO E| Compiling pest v2.8.0
28642026-08-24T20:06:08.076Z[ helios-setup] Aug 24 20:06:07.146 INFO E| Compiling pest_meta v2.8.0
28652026-08-24T20:06:08.695Z[ helios-setup] Aug 24 20:06:07.763 INFO E| Compiling pest_generator v2.8.0
28662026-08-24T20:06:09.168Z[ helios-setup] Aug 24 20:06:08.237 INFO E| Compiling pest_derive v2.8.0
28672026-08-24T20:06:10.086Z[ helios-setup] Aug 24 20:06:09.156 INFO E| Compiling json5 v0.4.1
28682026-08-24T20:06:10.373Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.33s
28692026-08-24T20:06:10.604Z[ omicron-package]
28702026-08-24T20:06:10.604Z[ omicron-package] real 40.511232409
28712026-08-24T20:06:10.604Z[ omicron-package] user 3:50.901339032
28722026-08-24T20:06:10.604Z[ omicron-package] sys 26.804179468
28732026-08-24T20:06:10.607Z[ omicron-package] trap 0.459634671
28742026-08-24T20:06:10.607Z[ omicron-package] tflt 0.494323075
28752026-08-24T20:06:10.607Z[ omicron-package] dflt 2.244962448
28762026-08-24T20:06:10.607Z[ omicron-package] kflt 0.000129769
28772026-08-24T20:06:10.608Z[ omicron-package] lock 11:12.668960974
28782026-08-24T20:06:10.608Z[ omicron-package] slp 5:58.887735363
28792026-08-24T20:06:10.608Z[ omicron-package] lat 48.419776258
28802026-08-24T20:06:10.608Z[ omicron-package] stop 1:48.390010954
28812026-08-24T20:06:10.608ZAug 24 20:06:09.674 INFO [omicron-package] process exited with exit status: 0 (40.573452259s)
28822026-08-24T20:06:10.608ZAug 24 20:06:09.674 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28832026-08-24T20:06:10.608ZAug 24 20:06:09.674 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28842026-08-24T20:06:10.615Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28852026-08-24T20:06:10.618Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28862026-08-24T20:06:10.618Z[ host-target] Created new build target 'host' and set it as active
28872026-08-24T20:06:10.618Z[ recovery-target] Created new build target 'recovery' and set it as active
28882026-08-24T20:06:10.621ZAug 24 20:06:09.690 INFO [host-target] process exited with exit status: 0 (15.50803ms)
28892026-08-24T20:06:10.621ZAug 24 20:06:09.690 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28902026-08-24T20:06:10.621ZAug 24 20:06:09.690 INFO [recovery-target] process exited with exit status: 0 (15.56718ms)
28912026-08-24T20:06:10.626Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28922026-08-24T20:06:11.297Z[ helios-setup] Aug 24 20:06:10.367 INFO E| Compiling four-cc v0.4.0
28932026-08-24T20:06:11.297Z[ helios-setup] Aug 24 20:06:10.367 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28942026-08-24T20:06:11.399Z[ helios-setup] Aug 24 20:06:10.469 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28952026-08-24T20:06:12.170Z[ host-package] Compiling heck v0.5.0
28962026-08-24T20:06:12.170Z[ host-package] Compiling regress v0.11.1
28972026-08-24T20:06:12.423Z[ host-package] Compiling unsafe-libyaml v0.2.11
28982026-08-24T20:06:12.443Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28992026-08-24T20:06:12.471Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29002026-08-24T20:06:12.471Z[ host-package] Compiling derive-where v1.6.0
29012026-08-24T20:06:12.471Z[ host-package] Compiling bytecount v0.6.9
29022026-08-24T20:06:12.533Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29032026-08-24T20:06:12.533Z[ host-package] Compiling atomicwrites v0.4.4
29042026-08-24T20:06:12.537Z[ host-package] Compiling is-terminal v0.4.17
29052026-08-24T20:06:12.601Z[ host-package] Compiling prettyplease v0.2.37
29062026-08-24T20:06:12.601Z[ host-package] Compiling newline-converter v0.3.0
29072026-08-24T20:06:12.605Z[ host-package] Compiling console v0.15.11
29082026-08-24T20:06:12.646Z[ host-package] Compiling slog-dtrace v0.3.0
29092026-08-24T20:06:12.666Z[ host-package] Compiling resolv-conf v0.7.6
29102026-08-24T20:06:12.690Z[ host-package] Compiling cancel-safe-futures v0.1.5
29112026-08-24T20:06:12.756Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29122026-08-24T20:06:12.845Z[ host-package] Compiling num-rational v0.4.2
29132026-08-24T20:06:12.928Z[ host-package] Compiling num-complex v0.4.6
29142026-08-24T20:06:12.951Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29152026-08-24T20:06:12.995Z[ host-package] Compiling thread_local v1.1.9
29162026-08-24T20:06:13.071Z[ host-package] Compiling expectorate v1.2.0
29172026-08-24T20:06:13.140Z[ host-package] Compiling compression-core v0.4.31
29182026-08-24T20:06:13.240Z[ host-package] Compiling match_cfg v0.1.0
29192026-08-24T20:06:13.300Z[ host-package] Compiling multer v3.1.0
29202026-08-24T20:06:13.360Z[ host-package] Compiling num v0.4.3
29212026-08-24T20:06:13.381Z[ host-package] Compiling hostname v0.3.1
29222026-08-24T20:06:13.406Z[ host-package] Compiling compression-codecs v0.4.37
29232026-08-24T20:06:13.438Z[ host-package] Compiling slog-async v2.8.0
29242026-08-24T20:06:13.442Z[ host-package] Compiling crossbeam-channel v0.5.15
29252026-08-24T20:06:13.490Z[ host-package] Compiling slog-json v2.6.1
29262026-08-24T20:06:13.556Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29272026-08-24T20:06:13.603Z[ host-package] Compiling serde_spanned v1.1.1
29282026-08-24T20:06:13.705Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29292026-08-24T20:06:13.741Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29302026-08-24T20:06:13.783Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29312026-08-24T20:06:13.786Z[ host-package] Compiling term v1.2.1
29322026-08-24T20:06:13.830Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29332026-08-24T20:06:13.857Z[ host-package] Compiling take_mut v0.2.2
29342026-08-24T20:06:13.881Z[ host-package] Compiling linked-hash-map v0.5.6
29352026-08-24T20:06:13.884Z[ host-package] Compiling linear-map v1.2.0
29362026-08-24T20:06:13.945Z[ host-package] Compiling float-ord v0.3.2
29372026-08-24T20:06:13.970Z[ host-package] Compiling typify-impl v0.6.2
29382026-08-24T20:06:14.007Z[ host-package] Compiling slog-bunyan v2.5.0
29392026-08-24T20:06:14.070Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29402026-08-24T20:06:14.092Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29412026-08-24T20:06:14.095Z[ host-package] Compiling async-compression v0.4.41
29422026-08-24T20:06:14.151Z[ host-package] Compiling lru-cache v0.1.2
29432026-08-24T20:06:14.177Z[ host-package] Compiling slog-term v2.9.2
29442026-08-24T20:06:14.370Z[ host-package] Compiling async-stream v0.3.6
29452026-08-24T20:06:14.473Z[ host-package] Compiling dropshot v0.17.1
29462026-08-24T20:06:14.477Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29472026-08-24T20:06:14.531Z[ host-package] Compiling progenitor-client v0.14.0
29482026-08-24T20:06:14.584Z[ host-package] Compiling sha1 v0.11.0
29492026-08-24T20:06:14.610Z[ host-package] Compiling waitgroup v0.1.2
29502026-08-24T20:06:14.639Z[ host-package] Compiling rustls-pemfile v2.2.0
29512026-08-24T20:06:14.642Z[ host-package] Compiling backon v1.6.0
29522026-08-24T20:06:14.773Z[ host-package] Compiling serde_path_to_error v0.1.20
29532026-08-24T20:06:14.834Z[ host-package] Compiling hostname v0.4.2
29542026-08-24T20:06:14.864Z[ host-package] Compiling instant v0.1.13
29552026-08-24T20:06:14.887Z[ host-package] Compiling minimal-lexical v0.2.1
29562026-08-24T20:06:14.893Z[ host-package] Compiling debug-ignore v1.0.5
29572026-08-24T20:06:14.980Z[ host-package] Compiling progenitor-extras v0.2.0
29582026-08-24T20:06:15.012Z[ host-package] Compiling oxide-update-engine v0.1.2
29592026-08-24T20:06:15.012Z[ host-package] Compiling backoff v0.4.0
29602026-08-24T20:06:15.036Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29612026-08-24T20:06:15.166Z[ host-package] Compiling nom v7.1.3
29622026-08-24T20:06:15.259Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29632026-08-24T20:06:15.291Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29642026-08-24T20:06:15.324Z[ host-package] Compiling parse-display v0.10.0
29652026-08-24T20:06:15.356Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29662026-08-24T20:06:15.424Z[ host-package] Compiling hickory-proto v0.24.4
29672026-08-24T20:06:15.762Z[ host-package] Compiling itertools v0.14.0
29682026-08-24T20:06:16.085Z[ host-package] Compiling regress v0.10.5
29692026-08-24T20:06:16.490Z[ host-package] Compiling macaddr v1.0.1
29702026-08-24T20:06:16.635Z[ host-package] Compiling humantime v2.3.0
29712026-08-24T20:06:16.759Z[ host-package] Compiling unicode-xid v0.2.6
29722026-08-24T20:06:16.941Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29732026-08-24T20:06:16.956Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29742026-08-24T20:06:17.000Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29752026-08-24T20:06:17.121Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29762026-08-24T20:06:17.202Z[ host-package] Compiling toml v0.8.23
29772026-08-24T20:06:17.311Z[ host-package] Compiling papergrid v0.11.0
29782026-08-24T20:06:17.402Z[ host-package] Compiling tabled_derive v0.7.0
29792026-08-24T20:06:17.626Z[ host-package] Compiling typify-macro v0.6.2
29802026-08-24T20:06:17.862Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29812026-08-24T20:06:18.208Z[ host-package] Compiling hickory-resolver v0.24.4
29822026-08-24T20:06:18.240Z[ host-package] Compiling termtree v0.5.1
29832026-08-24T20:06:18.269Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29842026-08-24T20:06:18.465Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29852026-08-24T20:06:18.493Z[ host-package] Compiling tabled v0.15.0
29862026-08-24T20:06:18.544Z[ host-package] Compiling crossterm v0.29.0
29872026-08-24T20:06:19.341Z[ host-package] Compiling typify v0.6.2
29882026-08-24T20:06:19.493Z[ host-package] Compiling progenitor-impl v0.14.0
29892026-08-24T20:06:20.290Z[ host-package] Compiling qorb v0.4.1
29902026-08-24T20:06:20.422Z[ host-package] Compiling phf_shared v0.12.1
29912026-08-24T20:06:20.691Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29922026-08-24T20:06:21.263Z[ host-package] Compiling vte v0.14.1
29932026-08-24T20:06:21.614Z[ host-package] Compiling csv-core v0.1.13
29942026-08-24T20:06:21.886Z[ host-package] Compiling progenitor-macro v0.14.0
29952026-08-24T20:06:22.098Z[ host-package] Compiling highway v1.3.0
29962026-08-24T20:06:22.655Z[ host-package] Compiling chrono-tz v0.10.4
29972026-08-24T20:06:22.779Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29982026-08-24T20:06:22.836Z[ host-package] Compiling csv v1.4.0
29992026-08-24T20:06:22.991Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30002026-08-24T20:06:23.771Z[ host-package] Compiling phf v0.12.1
30012026-08-24T20:06:23.803Z[ host-package] Compiling const_format_proc_macros v0.2.34
30022026-08-24T20:06:23.832Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-08-24T20:06:24.064Z[ host-package] Compiling fd-lock v4.0.4
30042026-08-24T20:06:24.068Z[ host-package] Compiling peg-macros v0.8.5
30052026-08-24T20:06:24.296Z[ host-package] Compiling nu-ansi-term v0.50.3
30062026-08-24T20:06:24.482Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30072026-08-24T20:06:24.585Z[ host-package] Compiling const_format v0.2.35
30082026-08-24T20:06:24.644Z[ host-package] Compiling reedline v0.40.0
30092026-08-24T20:06:25.109Z[ helios-setup] Aug 24 20:06:24.179 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30102026-08-24T20:06:25.135Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30112026-08-24T20:06:25.365Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30122026-08-24T20:06:25.448Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30132026-08-24T20:06:26.125Z[ host-package] Compiling progenitor v0.14.0
30142026-08-24T20:06:26.363Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30152026-08-24T20:06:26.456Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-08-24T20:06:26.808Z[ host-package] Compiling peg v0.8.5
30172026-08-24T20:06:26.900Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30182026-08-24T20:06:26.967Z[ host-package] Compiling bcs v0.1.6
30192026-08-24T20:06:26.990Z[ host-package] Compiling nom v8.0.0
30202026-08-24T20:06:27.562Z[ host-package] Compiling semver v0.1.20
30212026-08-24T20:06:27.934Z[ host-package] Compiling rustc_version v0.1.7
30222026-08-24T20:06:28.025Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30232026-08-24T20:06:28.228Z[ host-package] Compiling newtype_derive v0.1.6
30242026-08-24T20:06:28.381Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30252026-08-24T20:06:28.557Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30262026-08-24T20:06:28.659Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30272026-08-24T20:06:29.032Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30282026-08-24T20:06:29.157Z[ helios-setup] Aug 24 20:06:28.226 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30292026-08-24T20:06:29.531Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30302026-08-24T20:06:29.583Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30312026-08-24T20:06:29.793Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30322026-08-24T20:06:29.839Z[ host-package] Compiling serde_tokenstream v0.3.0
30332026-08-24T20:06:30.047Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30342026-08-24T20:06:30.335Z[ host-package] Compiling oxide-generation-macros v0.2.0
30352026-08-24T20:06:31.079Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
30362026-08-24T20:06:31.125Z[ host-package] Compiling steno v0.4.1
30372026-08-24T20:06:31.429Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30382026-08-24T20:06:31.488Z[ host-package] Compiling sha1 v0.10.6
30392026-08-24T20:06:31.686Z[ host-package] Compiling utf-8 v0.7.6
30402026-08-24T20:06:31.980Z[ host-package] Compiling tagptr v0.2.0
30412026-08-24T20:06:32.081Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30422026-08-24T20:06:32.176Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30432026-08-24T20:06:32.294Z[ host-package] Compiling moka v0.12.13
30442026-08-24T20:06:32.347Z[ host-package] Compiling tungstenite v0.21.0
30452026-08-24T20:06:32.526Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30462026-08-24T20:06:32.769Z[ host-package] Compiling darling_core v0.21.3
30472026-08-24T20:06:33.826Z[ host-package] Compiling hickory-resolver v0.25.2
30482026-08-24T20:06:34.748Z[ host-package] Compiling tokio-tungstenite v0.21.0
30492026-08-24T20:06:35.120Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30502026-08-24T20:06:35.217Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30512026-08-24T20:06:35.491Z[ host-package] Compiling darling_macro v0.21.3
30522026-08-24T20:06:35.706Z[ host-package] Compiling display-error-chain v0.2.2
30532026-08-24T20:06:35.795Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30542026-08-24T20:06:36.010Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30552026-08-24T20:06:36.044Z[ host-package] Compiling libscf-sys v1.2.0
30562026-08-24T20:06:36.173Z[ host-package] Compiling darling v0.21.3
30572026-08-24T20:06:36.311Z[ host-package] Compiling vergen-lib v0.1.6
30582026-08-24T20:06:36.379Z[ host-package] Compiling diesel_derives v2.3.7
30592026-08-24T20:06:36.665Z[ host-package] Compiling dsl_auto_type v0.2.0
30602026-08-24T20:06:37.060Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30612026-08-24T20:06:37.382Z[ host-package] Compiling vergen-gitcl v1.0.8
30622026-08-24T20:06:37.676Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30632026-08-24T20:06:37.707Z[ host-package] Compiling dirs-sys-next v0.1.2
30642026-08-24T20:06:37.976Z[ host-package] Compiling crunchy v0.2.4
30652026-08-24T20:06:38.096Z[ host-package] Compiling maplit v1.0.2
30662026-08-24T20:06:38.257Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30672026-08-24T20:06:38.348Z[ host-package] Compiling glob v0.3.3
30682026-08-24T20:06:38.451Z[ host-package] Compiling dirs-next v2.0.0
30692026-08-24T20:06:38.557Z[ host-package] Compiling r2d2 v0.8.10
30702026-08-24T20:06:38.741Z[ host-package] Compiling clang-sys v1.8.1
30712026-08-24T20:06:38.963Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30722026-08-24T20:06:39.015Z[ host-package] Compiling papergrid v0.18.0
30732026-08-24T20:06:39.085Z[ host-package] Compiling tiny-keccak v2.0.2
30742026-08-24T20:06:39.190Z[ host-package] Compiling downcast-rs v2.0.2
30752026-08-24T20:06:39.359Z[ host-package] Compiling xshell-macros v0.2.7
30762026-08-24T20:06:39.733Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30772026-08-24T20:06:39.813Z[ host-package] Compiling xshell v0.2.7
30782026-08-24T20:06:40.106Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30792026-08-24T20:06:40.158Z[ host-package] Compiling term v0.7.0
30802026-08-24T20:06:40.326Z[ host-package] Compiling tabled v0.21.0
30812026-08-24T20:06:40.682Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30822026-08-24T20:06:40.855Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30832026-08-24T20:06:41.136Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30842026-08-24T20:06:41.239Z[ host-package] Compiling bit-vec v0.6.3
30852026-08-24T20:06:41.321Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30862026-08-24T20:06:41.490Z[ host-package] Compiling bit-set v0.5.3
30872026-08-24T20:06:41.530Z[ host-package] Compiling ascii-canvas v3.0.0
30882026-08-24T20:06:41.734Z[ helios-setup] Aug 24 20:06:40.804 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.80s
30892026-08-24T20:06:41.772Z[ helios-setup] Aug 24 20:06:40.842 INFO building project "amd-host-image-builder" ok (40 seconds)
30902026-08-24T20:06:41.772Z[ helios-setup] Aug 24 20:06:40.842 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
30912026-08-24T20:06:41.801Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30922026-08-24T20:06:41.898Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30932026-08-24T20:06:42.018Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30942026-08-24T20:06:42.350Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30952026-08-24T20:06:42.496Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30962026-08-24T20:06:42.522Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30972026-08-24T20:06:42.651Z[ host-package] Compiling itertools v0.10.5
30982026-08-24T20:06:42.722Z[ host-package] Compiling ena v0.14.4
30992026-08-24T20:06:42.786Z[ host-package] Compiling libloading v0.8.9
31002026-08-24T20:06:42.994Z[ host-package] Compiling regex-syntax v0.6.29
31012026-08-24T20:06:43.071Z[ host-package] Compiling unicase v2.9.0
31022026-08-24T20:06:43.284Z[ host-package] Compiling diff v0.1.13
31032026-08-24T20:06:43.353Z[ host-package] Compiling diesel v2.3.7
31042026-08-24T20:06:43.387Z[ host-package] Compiling bindgen v0.71.1
31052026-08-24T20:06:43.861Z[ host-package] Compiling cexpr v0.6.0
31062026-08-24T20:06:43.910Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31072026-08-24T20:06:44.233Z[ host-package] Compiling rustc-hash v2.1.1
31082026-08-24T20:06:44.303Z[ host-package] Compiling crc8 v0.1.1
31092026-08-24T20:06:44.463Z[ host-package] Compiling lalrpop v0.19.12
31102026-08-24T20:06:44.545Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31112026-08-24T20:06:44.702Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31122026-08-24T20:06:44.795Z[ host-package] Compiling headers-core v0.3.0
31132026-08-24T20:06:45.035Z[ host-package] Compiling libxml v0.3.3
31142026-08-24T20:06:45.167Z[ host-package] Compiling headers v0.4.1
31152026-08-24T20:06:45.315Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31162026-08-24T20:06:45.540Z[ host-package] Compiling strum_macros v0.24.3
31172026-08-24T20:06:45.894Z[ host-package] Compiling indoc v1.0.9
31182026-08-24T20:06:46.078Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31192026-08-24T20:06:46.336Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31202026-08-24T20:06:46.362Z[ host-package] Compiling derive_builder v0.20.2
31212026-08-24T20:06:46.401Z[ host-package] Compiling quick-xml v0.37.5
31222026-08-24T20:06:46.553Z[ host-package] Compiling oso-derive v0.27.3
31232026-08-24T20:06:46.868Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31242026-08-24T20:06:46.906Z[ host-package] Compiling openssl-probe v0.1.6
31252026-08-24T20:06:47.061Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31262026-08-24T20:06:47.113Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31272026-08-24T20:06:47.252Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31282026-08-24T20:06:47.952Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31292026-08-24T20:06:48.189Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31302026-08-24T20:06:48.269Z[ host-package] Compiling bb8 v0.8.6
31312026-08-24T20:06:48.471Z[ host-package] Compiling trait-variant v0.1.2
31322026-08-24T20:06:48.496Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31332026-08-24T20:06:48.544Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31342026-08-24T20:06:48.701Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31352026-08-24T20:06:48.763Z[ host-package] Compiling half v1.8.3
31362026-08-24T20:06:48.914Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31372026-08-24T20:06:48.995Z[ host-package] Compiling proc-macro-error2 v2.0.1
31382026-08-24T20:06:49.075Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31392026-08-24T20:06:49.174Z[ host-package] Compiling serde_cbor v0.11.2
31402026-08-24T20:06:49.255Z[ host-package] Compiling rfc6979 v0.4.0
31412026-08-24T20:06:49.367Z[ host-package] Compiling hashbrown v0.14.5
31422026-08-24T20:06:49.431Z[ host-package] Compiling salty v0.3.0
31432026-08-24T20:06:49.431Z[ host-package] Compiling knus-derive v3.4.0
31442026-08-24T20:06:50.119Z[ host-package] Compiling ecdsa v0.16.9
31452026-08-24T20:06:50.241Z[ host-package] Compiling chumsky v0.9.3
31462026-08-24T20:06:50.408Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31472026-08-24T20:06:50.605Z[ host-package] Compiling progenitor-impl v0.13.0
31482026-08-24T20:06:50.694Z[ host-package] Compiling samael v0.0.19
31492026-08-24T20:06:50.762Z[ host-package] Compiling primeorder v0.13.6
31502026-08-24T20:06:51.083Z[ host-package] Compiling nonempty v0.12.0
31512026-08-24T20:06:51.133Z[ host-package] Compiling p384 v0.13.1
31522026-08-24T20:06:51.336Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31532026-08-24T20:06:51.709Z[ host-package] Compiling knus v3.4.0
31542026-08-24T20:06:52.770Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31552026-08-24T20:06:52.886Z[ host-package] Compiling polar-core v0.27.3
31562026-08-24T20:06:53.035Z[ host-package] Compiling progenitor-macro v0.13.0
31572026-08-24T20:06:53.066Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31582026-08-24T20:06:53.921Z[ host-package] Compiling progenitor-client v0.13.0
31592026-08-24T20:06:54.137Z[ host-package] Compiling fxhash v0.2.1
31602026-08-24T20:06:54.442Z[ host-package] Compiling libz-sys v1.1.24
31612026-08-24T20:06:54.591Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31622026-08-24T20:06:54.627Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31632026-08-24T20:06:54.955Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31642026-08-24T20:06:55.349Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31652026-08-24T20:06:55.837Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31662026-08-24T20:06:56.452Z[ host-package] Compiling kstat-rs v0.2.5
31672026-08-24T20:06:57.141Z[ host-package] Compiling mime_guess v2.0.5
31682026-08-24T20:06:57.606Z[ host-package] Compiling progenitor v0.13.0
31692026-08-24T20:06:57.749Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31702026-08-24T20:06:58.854Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31712026-08-24T20:06:59.100Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
31722026-08-24T20:06:59.460Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31732026-08-24T20:06:59.634Z[ host-package] Compiling nanorand v0.7.0
31742026-08-24T20:06:59.944Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31752026-08-24T20:07:00.055Z[ host-package] Compiling parking_lot_core v0.8.6
31762026-08-24T20:07:00.082Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31772026-08-24T20:07:00.648Z[ host-package] Compiling flume v0.11.1
31782026-08-24T20:07:00.763Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31792026-08-24T20:07:01.394Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31802026-08-24T20:07:01.422Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31812026-08-24T20:07:02.243Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31822026-08-24T20:07:02.666Z[ host-package] Compiling git-stub v1.0.0
31832026-08-24T20:07:02.748Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31842026-08-24T20:07:02.845Z[ host-package] Compiling strsim v0.10.0
31852026-08-24T20:07:02.942Z[ host-package] Compiling http-range v0.1.5
31862026-08-24T20:07:03.173Z[ host-package] Compiling oso v0.27.3
31872026-08-24T20:07:03.340Z[ host-package] Compiling diesel-dtrace v0.5.0
31882026-08-24T20:07:03.470Z[ host-package] Compiling async-bb8-diesel v0.2.1
31892026-08-24T20:07:03.710Z[ host-package] Compiling instability v0.3.11
31902026-08-24T20:07:03.985Z[ host-package] Compiling corncobs v0.1.4
31912026-08-24T20:07:04.109Z[ host-package] Compiling darling_core v0.13.4
31922026-08-24T20:07:04.157Z[ helios-setup] Aug 24 20:07:03.225 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')"
31932026-08-24T20:07:04.157Z[ helios-setup] Aug 24 20:07:03.225 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31942026-08-24T20:07:04.171Z[ helios-setup] Aug 24 20:07:03.234 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
31952026-08-24T20:07:04.172Z[ helios-setup] Aug 24 20:07:03.234 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31962026-08-24T20:07:04.172Z[ helios-setup] Aug 24 20:07:03.234 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31972026-08-24T20:07:04.281Z[ helios-setup] Aug 24 20:07:03.346 INFO E| Downloading crates ...
31982026-08-24T20:07:04.343Z[ helios-setup] Aug 24 20:07:03.407 INFO E| Downloaded bytes v1.2.1
31992026-08-24T20:07:04.348Z[ helios-setup] Aug 24 20:07:03.409 INFO E| Downloaded unicode-width v0.1.10
32002026-08-24T20:07:04.348Z[ helios-setup] Aug 24 20:07:03.411 INFO E| Downloaded block-buffer v0.10.3
32012026-08-24T20:07:04.348Z[ helios-setup] Aug 24 20:07:03.412 INFO E| Downloaded typenum v1.15.0
32022026-08-24T20:07:04.348Z[ helios-setup] Aug 24 20:07:03.413 INFO E| Downloaded generic-array v0.14.6
32032026-08-24T20:07:04.351Z[ helios-setup] Aug 24 20:07:03.416 INFO E| Downloaded cpufeatures v0.2.5
32042026-08-24T20:07:04.352Z[ helios-setup] Aug 24 20:07:03.417 INFO E| Downloaded digest v0.10.3
32052026-08-24T20:07:04.352Z[ helios-setup] Aug 24 20:07:03.418 INFO E| Downloaded sha2 v0.10.5
32062026-08-24T20:07:04.352Z[ helios-setup] Aug 24 20:07:03.420 INFO E| Downloaded anyhow v1.0.62
32072026-08-24T20:07:04.357Z[ helios-setup] Aug 24 20:07:03.425 INFO E| Downloaded miniz_oxide v0.6.2
32082026-08-24T20:07:04.361Z[ helios-setup] Aug 24 20:07:03.427 INFO E| Downloaded flate2 v1.0.25
32092026-08-24T20:07:04.366Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32102026-08-24T20:07:04.404Z[ helios-setup] Aug 24 20:07:03.471 INFO E| Compiling version_check v0.9.4
32112026-08-24T20:07:04.404Z[ helios-setup] Aug 24 20:07:03.471 INFO E| Compiling typenum v1.15.0
32122026-08-24T20:07:04.404Z[ helios-setup] Aug 24 20:07:03.471 INFO E| Compiling cfg-if v1.0.0
32132026-08-24T20:07:04.404Z[ helios-setup] Aug 24 20:07:03.471 INFO E| Compiling crc32fast v1.3.2
32142026-08-24T20:07:04.405Z[ helios-setup] Aug 24 20:07:03.471 INFO E| Compiling adler v1.0.2
32152026-08-24T20:07:04.405Z[ helios-setup] Aug 24 20:07:03.471 INFO E| Compiling anyhow v1.0.62
32162026-08-24T20:07:04.405Z[ helios-setup] Aug 24 20:07:03.471 INFO E| Compiling cpufeatures v0.2.5
32172026-08-24T20:07:04.405Z[ helios-setup] Aug 24 20:07:03.472 INFO E| Compiling unicode-width v0.1.10
32182026-08-24T20:07:04.406Z[ helios-setup] Aug 24 20:07:03.472 INFO E| Compiling bitflags v1.3.2
32192026-08-24T20:07:04.452Z[ helios-setup] Aug 24 20:07:03.521 INFO E| Compiling bytes v1.2.1
32202026-08-24T20:07:05.006Z[ helios-setup] Aug 24 20:07:04.067 INFO E| Compiling getopts v0.2.21
32212026-08-24T20:07:05.006Z[ helios-setup] Aug 24 20:07:04.067 INFO E| Compiling generic-array v0.14.6
32222026-08-24T20:07:05.006Z[ helios-setup] Aug 24 20:07:04.067 INFO E| Compiling miniz_oxide v0.6.2
32232026-08-24T20:07:05.234Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32242026-08-24T20:07:05.728Z[ helios-setup] Aug 24 20:07:04.783 INFO E| Compiling flate2 v1.0.25
32252026-08-24T20:07:06.353Z[ host-package] Compiling git-stub-vcs v0.1.0
32262026-08-24T20:07:06.592Z[ helios-setup] Aug 24 20:07:05.660 INFO E| Compiling crypto-common v0.1.6
32272026-08-24T20:07:06.592Z[ helios-setup] Aug 24 20:07:05.660 INFO E| Compiling block-buffer v0.10.3
32282026-08-24T20:07:06.727Z[ helios-setup] Aug 24 20:07:05.787 INFO E| Compiling digest v0.10.3
32292026-08-24T20:07:06.912Z[ helios-setup] Aug 24 20:07:05.973 INFO E| Compiling sha2 v0.10.5
32302026-08-24T20:07:07.134Z[ helios-setup] Aug 24 20:07:06.201 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32312026-08-24T20:07:07.831Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32322026-08-24T20:07:07.958Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32332026-08-24T20:07:08.847Z[ host-package] Compiling ignore v0.4.25
32342026-08-24T20:07:09.465Z[ helios-setup] Aug 24 20:07:08.534 INFO E| Finished `release` profile [optimized] target(s) in 5.28s
32352026-08-24T20:07:09.480Z[ helios-setup] Aug 24 20:07:08.547 INFO building project "bootserver" ok (5 seconds)
32362026-08-24T20:07:09.480Z[ helios-setup] Aug 24 20:07:08.547 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32372026-08-24T20:07:09.487Z[ helios-setup] Aug 24 20:07:08.557 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
32382026-08-24T20:07:09.488Z[ helios-setup] Aug 24 20:07:08.557 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32392026-08-24T20:07:09.488Z[ helios-setup] Aug 24 20:07:08.557 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32402026-08-24T20:07:09.594Z[ helios-setup] Aug 24 20:07:08.663 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32412026-08-24T20:07:09.723Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-08-24T20:07:09.904Z[ helios-setup] Aug 24 20:07:08.973 INFO E| From https://github.com/jclulow/rust-jmclib
32432026-08-24T20:07:09.904Z[ helios-setup] Aug 24 20:07:08.973 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32442026-08-24T20:07:09.916Z[ helios-setup] Aug 24 20:07:08.986 INFO E| Updating crates.io index
32452026-08-24T20:07:10.061Z[ helios-setup] Aug 24 20:07:09.129 INFO E| Downloading crates ...
32462026-08-24T20:07:10.083Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-08-24T20:07:10.111Z[ helios-setup] Aug 24 20:07:09.180 INFO E| Downloaded bitflags v2.3.3
32482026-08-24T20:07:10.114Z[ helios-setup] Aug 24 20:07:09.182 INFO E| Downloaded libdevinfo-sys v1.0.0
32492026-08-24T20:07:10.114Z[ helios-setup] Aug 24 20:07:09.183 INFO E| Downloaded once_cell v1.18.0
32502026-08-24T20:07:10.119Z[ helios-setup] Aug 24 20:07:09.188 INFO E| Downloaded ryu v1.0.15
32512026-08-24T20:07:10.122Z[ helios-setup] Aug 24 20:07:09.191 INFO E| Downloaded sha-1 v0.9.8
32522026-08-24T20:07:10.125Z[ helios-setup] Aug 24 20:07:09.192 INFO E| Downloaded block-buffer v0.9.0
32532026-08-24T20:07:10.130Z[ helios-setup] Aug 24 20:07:09.200 INFO E| Downloaded cpufeatures v0.2.9
32542026-08-24T20:07:10.133Z[ helios-setup] Aug 24 20:07:09.202 INFO E| Downloaded itoa v1.0.9
32552026-08-24T20:07:10.136Z[ helios-setup] Aug 24 20:07:09.203 INFO E| Downloaded fastrand v2.0.0
32562026-08-24T20:07:10.136Z[ helios-setup] Aug 24 20:07:09.204 INFO E| Downloaded errno v0.3.1
32572026-08-24T20:07:10.136Z[ helios-setup] Aug 24 20:07:09.205 INFO E| Downloaded opaque-debug v0.3.0
32582026-08-24T20:07:10.139Z[ helios-setup] Aug 24 20:07:09.207 INFO E| Downloaded md-5 v0.9.1
32592026-08-24T20:07:10.140Z[ helios-setup] Aug 24 20:07:09.208 INFO E| Downloaded unicode-ident v1.0.11
32602026-08-24T20:07:10.143Z[ helios-setup] Aug 24 20:07:09.210 INFO E| Downloaded uuid v0.8.2
32612026-08-24T20:07:10.143Z[ helios-setup] Aug 24 20:07:09.212 INFO E| Downloaded toml v0.5.11
32622026-08-24T20:07:10.146Z[ helios-setup] Aug 24 20:07:09.214 INFO E| Downloaded digest v0.9.0
32632026-08-24T20:07:10.149Z[ helios-setup] Aug 24 20:07:09.217 INFO E| Downloaded tempfile v3.7.0
32642026-08-24T20:07:10.153Z[ helios-setup] Aug 24 20:07:09.219 INFO E| Downloaded walkdir v2.3.3
32652026-08-24T20:07:10.159Z[ helios-setup] Aug 24 20:07:09.222 INFO E| Downloaded typenum v1.16.0
32662026-08-24T20:07:10.159Z[ helios-setup] Aug 24 20:07:09.224 INFO E| Downloaded quote v1.0.31
32672026-08-24T20:07:10.159Z[ helios-setup] Aug 24 20:07:09.226 INFO E| Downloaded glob v0.3.1
32682026-08-24T20:07:10.162Z[ helios-setup] Aug 24 20:07:09.227 INFO E| Downloaded getrandom v0.2.10
32692026-08-24T20:07:10.162Z[ helios-setup] Aug 24 20:07:09.230 INFO E| Downloaded anyhow v1.0.72
32702026-08-24T20:07:10.165Z[ helios-setup] Aug 24 20:07:09.233 INFO E| Downloaded proc-macro2 v1.0.66
32712026-08-24T20:07:10.168Z[ helios-setup] Aug 24 20:07:09.236 INFO E| Downloaded serde_derive v1.0.193
32722026-08-24T20:07:10.172Z[ helios-setup] Aug 24 20:07:09.240 INFO E| Downloaded serde v1.0.193
32732026-08-24T20:07:10.183Z[ helios-setup] Aug 24 20:07:09.252 INFO E| Downloaded serde_json v1.0.103
32742026-08-24T20:07:10.204Z[ helios-setup] Aug 24 20:07:09.273 INFO E| Downloaded syn v2.0.32
32752026-08-24T20:07:10.221Z[ helios-setup] Aug 24 20:07:09.290 INFO E| Downloaded rustix v0.38.4
32762026-08-24T20:07:10.236Z[ helios-setup] Aug 24 20:07:09.305 INFO E| Downloaded libc v0.2.147
32772026-08-24T20:07:10.299Z[ helios-setup] Aug 24 20:07:09.368 INFO E| Compiling libc v0.2.147
32782026-08-24T20:07:10.299Z[ helios-setup] Aug 24 20:07:09.368 INFO E| Compiling proc-macro2 v1.0.66
32792026-08-24T20:07:10.299Z[ helios-setup] Aug 24 20:07:09.368 INFO E| Compiling cfg-if v1.0.0
32802026-08-24T20:07:10.299Z[ helios-setup] Aug 24 20:07:09.368 INFO E| Compiling unicode-ident v1.0.11
32812026-08-24T20:07:10.302Z[ helios-setup] Aug 24 20:07:09.368 INFO E| Compiling version_check v0.9.4
32822026-08-24T20:07:10.302Z[ helios-setup] Aug 24 20:07:09.368 INFO E| Compiling typenum v1.16.0
32832026-08-24T20:07:10.302Z[ helios-setup] Aug 24 20:07:09.368 INFO E| Compiling serde v1.0.193
32842026-08-24T20:07:10.312Z[ helios-setup] Aug 24 20:07:09.381 INFO E| Compiling rustix v0.38.4
32852026-08-24T20:07:10.316Z[ helios-setup] Aug 24 20:07:09.382 INFO E| Compiling num-conv v0.1.0
32862026-08-24T20:07:10.372Z[ helios-setup] Aug 24 20:07:09.441 INFO E| Compiling itoa v1.0.9
32872026-08-24T20:07:10.372Z[ helios-setup] Aug 24 20:07:09.441 INFO E| Compiling slog v2.7.0
32882026-08-24T20:07:10.379Z[ helios-setup] Aug 24 20:07:09.441 INFO E| Compiling powerfmt v0.2.0
32892026-08-24T20:07:10.379Z[ helios-setup] Aug 24 20:07:09.441 INFO E| Compiling time-core v0.1.2
32902026-08-24T20:07:10.379Z[ helios-setup] Aug 24 20:07:09.441 INFO E| Compiling num_threads v0.1.6
32912026-08-24T20:07:10.379Z[ helios-setup] Aug 24 20:07:09.441 INFO E| Compiling once_cell v1.18.0
32922026-08-24T20:07:10.379Z[ helios-setup] Aug 24 20:07:09.442 INFO E| Compiling bitflags v2.3.3
32932026-08-24T20:07:10.483Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32942026-08-24T20:07:10.570Z[ helios-setup] Aug 24 20:07:09.639 INFO E| Compiling anyhow v1.0.72
32952026-08-24T20:07:10.664Z[ helios-setup] Aug 24 20:07:09.733 INFO E| Compiling serde_json v1.0.103
32962026-08-24T20:07:10.818Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32972026-08-24T20:07:10.847Z[ host-package] Compiling anstyle-parse v0.2.7
32982026-08-24T20:07:10.996Z[ helios-setup] Aug 24 20:07:10.065 INFO E| Compiling opaque-debug v0.3.0
32992026-08-24T20:07:10.999Z[ helios-setup] Aug 24 20:07:10.066 INFO E| Compiling fastrand v2.0.0
33002026-08-24T20:07:11.020Z[ helios-setup] Aug 24 20:07:10.089 INFO E| Compiling ryu v1.0.15
33012026-08-24T20:07:11.044Z[ helios-setup] Aug 24 20:07:10.114 INFO E| Compiling same-file v1.0.6
33022026-08-24T20:07:11.132Z[ helios-setup] Aug 24 20:07:10.201 INFO E| Compiling unicode-width v0.1.10
33032026-08-24T20:07:11.153Z[ helios-setup] Aug 24 20:07:10.221 INFO E| Compiling cpufeatures v0.2.9
33042026-08-24T20:07:11.156Z[ helios-setup] Aug 24 20:07:10.225 INFO E| Compiling time-macros v0.2.18
33052026-08-24T20:07:11.490Z[ helios-setup] Aug 24 20:07:10.559 INFO E| Compiling deranged v0.3.11
33062026-08-24T20:07:11.505Z[ helios-setup] Aug 24 20:07:10.574 INFO E| Compiling thread_local v1.1.7
33072026-08-24T20:07:11.520Z[ helios-setup] Aug 24 20:07:10.590 INFO E| Compiling walkdir v2.3.3
33082026-08-24T20:07:11.562Z[ helios-setup] Aug 24 20:07:10.631 INFO E| Compiling getopts v0.2.21
33092026-08-24T20:07:11.671Z[ helios-setup] Aug 24 20:07:10.740 INFO E| Compiling dirs-sys-next v0.1.2
33102026-08-24T20:07:11.872Z[ host-package] Compiling secrecy v0.8.0
33112026-08-24T20:07:11.936Z[ host-package] Compiling castaway v0.2.4
33122026-08-24T20:07:12.012Z[ helios-setup] Aug 24 20:07:11.080 INFO E| Compiling dirs-next v2.0.0
33132026-08-24T20:07:12.032Z[ helios-setup] Aug 24 20:07:11.101 INFO E| Compiling errno v0.3.1
33142026-08-24T20:07:12.052Z[ helios-setup] Aug 24 20:07:11.121 INFO E| Compiling generic-array v0.14.7
33152026-08-24T20:07:12.057Z[ helios-setup] Aug 24 20:07:11.121 INFO E| Compiling atty v0.2.14
33162026-08-24T20:07:12.168Z[ helios-setup] Aug 24 20:07:11.236 INFO E| Compiling term v0.7.0
33172026-08-24T20:07:12.180Z[ helios-setup] Aug 24 20:07:11.249 INFO E| Compiling getrandom v0.2.10
33182026-08-24T20:07:12.180Z[ helios-setup] Aug 24 20:07:11.249 INFO E| Compiling libdevinfo-sys v1.0.0
33192026-08-24T20:07:12.184Z[ helios-setup] Aug 24 20:07:11.253 INFO E| Compiling glob v0.3.1
33202026-08-24T20:07:12.299Z[ host-package] Compiling vergen-git2 v9.1.0
33212026-08-24T20:07:12.358Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33222026-08-24T20:07:12.742Z[ host-package] Compiling indoc v2.0.7
33232026-08-24T20:07:12.747Z[ helios-setup] Aug 24 20:07:11.816 INFO E| Compiling quote v1.0.31
33242026-08-24T20:07:12.943Z[ helios-setup] Aug 24 20:07:12.012 INFO E| Compiling syn v2.0.32
33252026-08-24T20:07:13.075Z[ helios-setup] Aug 24 20:07:12.144 INFO E| Compiling time v0.3.36
33262026-08-24T20:07:13.131Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33272026-08-24T20:07:13.158Z[ helios-setup] Aug 24 20:07:12.227 INFO E| Compiling tempfile v3.7.0
33282026-08-24T20:07:13.204Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33292026-08-24T20:07:13.355Z[ helios-setup] Aug 24 20:07:12.424 INFO E| Compiling digest v0.9.0
33302026-08-24T20:07:13.355Z[ helios-setup] Aug 24 20:07:12.424 INFO E| Compiling block-buffer v0.9.0
33312026-08-24T20:07:13.461Z[ helios-setup] Aug 24 20:07:12.530 INFO E| Compiling sha-1 v0.9.8
33322026-08-24T20:07:13.461Z[ helios-setup] Aug 24 20:07:12.530 INFO E| Compiling md-5 v0.9.1
33332026-08-24T20:07:14.072Z[ helios-setup] Aug 24 20:07:13.140 INFO E| Compiling slog-term v2.9.0
33342026-08-24T20:07:14.106Z[ host-package] Compiling compact_str v0.8.1
33352026-08-24T20:07:14.752Z[ host-package] Compiling anstream v0.6.21
33362026-08-24T20:07:15.035Z[ helios-setup] Aug 24 20:07:14.103 INFO E| Compiling serde_derive v1.0.193
33372026-08-24T20:07:15.347Z[ host-package] Compiling globwalk v0.9.1
33382026-08-24T20:07:15.370Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33392026-08-24T20:07:15.576Z[ host-package] Compiling parking_lot v0.11.2
33402026-08-24T20:07:15.630Z[ host-package] Compiling hyper-staticfile v0.10.1
33412026-08-24T20:07:15.979Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33422026-08-24T20:07:16.104Z[ host-package] Compiling darling_macro v0.13.4
33432026-08-24T20:07:16.489Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33442026-08-24T20:07:16.577Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33452026-08-24T20:07:16.625Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33462026-08-24T20:07:16.824Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33472026-08-24T20:07:17.171Z[ host-package] Compiling predicates-tree v1.0.13
33482026-08-24T20:07:17.264Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33492026-08-24T20:07:17.492Z[ host-package] Compiling unicode-truncate v1.1.0
33502026-08-24T20:07:17.561Z[ host-package] Compiling lru v0.12.5
33512026-08-24T20:07:17.701Z[ host-package] Compiling prefix-trie v0.7.0
33522026-08-24T20:07:17.750Z[ host-package] Compiling rand_seeder v0.4.0
33532026-08-24T20:07:17.881Z[ host-package] Compiling cassowary v0.3.0
33542026-08-24T20:07:18.087Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33552026-08-24T20:07:18.145Z[ host-package] Compiling ratatui v0.29.0
33562026-08-24T20:07:18.248Z[ host-package] Compiling hickory-server v0.25.2
33572026-08-24T20:07:18.272Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33582026-08-24T20:07:18.462Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33592026-08-24T20:07:18.509Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33602026-08-24T20:07:18.571Z[ host-package] Compiling darling v0.13.4
33612026-08-24T20:07:18.764Z[ host-package] Compiling sled v0.34.7
33622026-08-24T20:07:19.138Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33632026-08-24T20:07:19.494Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33642026-08-24T20:07:19.531Z[ helios-setup] Aug 24 20:07:18.600 INFO E| Compiling toml v0.5.11
33652026-08-24T20:07:19.531Z[ helios-setup] Aug 24 20:07:18.600 INFO E| Compiling uuid v0.8.2
33662026-08-24T20:07:19.585Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33672026-08-24T20:07:20.003Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33682026-08-24T20:07:20.049Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33692026-08-24T20:07:20.302Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33702026-08-24T20:07:20.334Z[ helios-setup] Aug 24 20:07:19.403 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33712026-08-24T20:07:20.529Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33722026-08-24T20:07:21.139Z[ helios-setup] Aug 24 20:07:20.208 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33732026-08-24T20:07:25.400Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33742026-08-24T20:07:25.400Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33752026-08-24T20:07:25.400Z[ host-package] Compiling serde_with_macros v1.5.2
33762026-08-24T20:07:25.400Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33772026-08-24T20:07:25.400Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33782026-08-24T20:07:25.401Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33792026-08-24T20:07:25.401Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33802026-08-24T20:07:25.401Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33812026-08-24T20:07:25.401Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33822026-08-24T20:07:25.401Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33832026-08-24T20:07:25.401Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33842026-08-24T20:07:25.401Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33852026-08-24T20:07:28.999Z[ host-package] Compiling arc-swap v1.8.2
33862026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.681 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.11s
33872026-08-24T20:07:29.042Z[ host-package] Compiling void v1.0.2
33882026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.704 INFO building project "image-builder" ok (16 seconds)
33892026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.704 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
33902026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.713 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
33912026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.713 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
33922026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.713 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
33932026-08-24T20:07:29.042Z[ host-package] Compiling slog-scope v4.4.1
33942026-08-24T20:07:29.042Z[ host-package] Compiling lzss v0.8.2
33952026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.894 INFO E| Downloading crates ...
33962026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.942 INFO E| Downloaded adler2 v2.0.0
33972026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.951 INFO E| Downloaded miniz_oxide v0.8.8
33982026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:24.991 INFO E| Compiling adler2 v2.0.0
33992026-08-24T20:07:29.042Z[ helios-setup] Aug 24 20:07:25.088 INFO E| Compiling miniz_oxide v0.8.8
34002026-08-24T20:07:29.042Z[ host-package] Compiling serde_with v1.14.0
34012026-08-24T20:07:29.042Z[ host-package] Compiling illumos-nvpair v0.3.0
34022026-08-24T20:07:29.050Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34032026-08-24T20:07:29.050Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34042026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:26.236 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34052026-08-24T20:07:29.050Z[ host-package] Compiling git2 v0.20.4
34062026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:26.855 INFO E| Finished `release` profile [optimized] target(s) in 2.13s
34072026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:26.867 INFO building project "pinprick" ok (2 seconds)
34082026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:26.867 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34092026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:26.877 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34102026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:26.877 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34112026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:26.877 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34122026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:26.992 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34132026-08-24T20:07:29.050Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34142026-08-24T20:07:29.050Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:27.413 INFO E| From https://github.com/jclulow/hiercmd
34162026-08-24T20:07:29.050Z[ helios-setup] Aug 24 20:07:27.413 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34172026-08-24T20:07:29.051Z[ helios-setup] Aug 24 20:07:27.425 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34182026-08-24T20:07:29.051Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34192026-08-24T20:07:29.051Z[ helios-setup] Aug 24 20:07:27.811 INFO E| From https://github.com/oxidecomputer/network-interface
34202026-08-24T20:07:29.051Z[ helios-setup] Aug 24 20:07:27.811 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34212026-08-24T20:07:29.051Z[ helios-setup] Aug 24 20:07:27.837 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34222026-08-24T20:07:29.945Z[ host-package] Compiling scuffle v0.1.0
34232026-08-24T20:07:29.960Z[ helios-setup] Aug 24 20:07:28.191 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34242026-08-24T20:07:29.960Z[ helios-setup] Aug 24 20:07:28.191 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34252026-08-24T20:07:29.960Z[ helios-setup] Aug 24 20:07:28.209 INFO E| Updating crates.io index
34262026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.374 INFO E| Downloading crates ...
34272026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.466 INFO E| Downloaded log v0.4.28
34282026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.469 INFO E| Downloaded env_filter v0.1.4
34292026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.470 INFO E| Downloaded futures-task v0.3.31
34302026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.471 INFO E| Downloaded futures-core v0.3.31
34312026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.471 INFO E| Downloaded bitfield-macros v0.19.3
34322026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.472 INFO E| Downloaded futures-sink v0.3.31
34332026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.472 INFO E| Downloaded futures v0.3.31
34342026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.475 INFO E| Downloaded futures-macro v0.3.31
34352026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.476 INFO E| Downloaded crc v3.3.0
34362026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.477 INFO E| Downloaded anstyle-query v1.1.4
34372026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.478 INFO E| Downloaded clap_lex v0.7.6
34382026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.479 INFO E| Downloaded futures-io v0.3.31
34392026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.479 INFO E| Downloaded devinfo v0.1.0
34402026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.480 INFO E| Downloaded pin-utils v0.1.0
34412026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.481 INFO E| Downloaded generic-array v0.14.9
34422026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.482 INFO E| Downloaded deranged v0.5.5
34432026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.504 INFO E| Downloaded serde_spanned v1.0.3
34442026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.505 INFO E| Downloaded time-core v0.1.6
34452026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.506 INFO E| Downloaded simd-adler32 v0.3.7
34462026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.521 INFO E| Downloaded libdevinfo-sys v1.1.0
34472026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.523 INFO E| Downloaded futures-channel v0.3.31
34482026-08-24T20:07:29.961Z[ helios-setup] Aug 24 20:07:28.525 INFO E| Downloaded anstyle v1.0.13
34492026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.525 INFO E| Downloaded env_logger v0.11.8
34502026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.527 INFO E| Downloaded bitfield v0.19.3
34512026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.528 INFO E| Downloaded pin-project-lite v0.2.16
34522026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.568 INFO E| Downloaded thiserror v2.0.17
34532026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.571 INFO E| Downloaded base64ct v1.8.0
34542026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.573 INFO E| Downloaded time-macros v0.2.24
34552026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.574 INFO E| Downloaded num_enum_derive v0.7.5
34562026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.575 INFO E| Downloaded quote v1.0.41
34572026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.576 INFO E| Downloaded find-msvc-tools v0.1.4
34582026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.577 INFO E| Downloaded getopts v0.2.24
34592026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.578 INFO E| Downloaded zeroize_derive v1.4.2
34602026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.579 INFO E| Downloaded clap_derive v4.5.49
34612026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.580 INFO E| Downloaded futures-executor v0.3.31
34622026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.581 INFO E| Downloaded getrandom v0.2.16
34632026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.583 INFO E| Downloaded num_enum v0.7.5
34642026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.586 INFO E| Downloaded slab v0.4.11
34652026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.586 INFO E| Downloaded bitflags v2.10.0
34662026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.589 INFO E| Downloaded iana-time-zone v0.1.64
34672026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.607 INFO E| Downloaded signal-hook-registry v1.4.6
34682026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.608 INFO E| Downloaded term v1.2.0
34692026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.610 INFO E| Downloaded thiserror-impl v2.0.17
34702026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.635 INFO E| Downloaded toml_datetime v0.7.3
34712026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.637 INFO E| Downloaded toml_writer v1.0.4
34722026-08-24T20:07:29.962Z[ helios-setup] Aug 24 20:07:28.662 INFO E| Downloaded tokio-macros v2.6.0
34732026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.663 INFO E| Downloaded proc-macro2 v1.0.103
34742026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.665 INFO E| Downloaded anyhow v1.0.100
34752026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.667 INFO E| Downloaded flate2 v1.1.5
34762026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.670 INFO E| Downloaded unicode-ident v1.0.22
34772026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.671 INFO E| Downloaded toml_parser v1.0.4
34782026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.673 INFO E| Downloaded zeroize v1.8.2
34792026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.674 INFO E| Downloaded socket2 v0.6.1
34802026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.711 INFO E| Downloaded bytes v1.10.1
34812026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.713 INFO E| Downloaded clap v4.5.51
34822026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.719 INFO E| Downloaded toml v0.9.8
34832026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.721 INFO E| Downloaded uuid v1.18.1
34842026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.723 INFO E| Downloaded memchr v2.7.6
34852026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.726 INFO E| Downloaded rsa v0.9.8
34862026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.729 INFO E| Downloaded typenum v1.19.0
34872026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.730 INFO E| Downloaded mio v1.1.0
34882026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.734 INFO E| Downloaded toml_edit v0.23.7
34892026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.736 INFO E| Downloaded cc v1.2.44
34902026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.745 INFO E| Downloaded iddqd v0.3.14
34912026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.770 INFO E| Downloaded rand v0.8.5
34922026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.772 INFO E| Downloaded indexmap v2.12.0
34932026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.775 INFO E| Downloaded zerocopy-derive v0.8.27
34942026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.779 INFO E| Downloaded libm v0.2.15
34952026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.785 INFO E| Downloaded hashbrown v0.16.0
34962026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.789 INFO E| Downloaded num-bigint-dig v0.8.4
34972026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.792 INFO E| Downloaded serde_json v1.0.145
34982026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.796 INFO E| Downloaded time v0.3.44
34992026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.851 INFO E| Downloaded futures-util v0.3.31
35002026-08-24T20:07:29.963Z[ helios-setup] Aug 24 20:07:28.857 INFO E| Downloaded clap_builder v4.5.51
35012026-08-24T20:07:29.964Z[ helios-setup] Aug 24 20:07:28.861 INFO E| Downloaded winnow v0.7.13
35022026-08-24T20:07:29.964Z[ helios-setup] Aug 24 20:07:28.866 INFO E| Downloaded chrono v0.4.42
35032026-08-24T20:07:29.964Z[ helios-setup] Aug 24 20:07:28.906 INFO E| Downloaded zerocopy v0.8.27
35042026-08-24T20:07:29.964Z[ helios-setup] Aug 24 20:07:28.920 INFO E| Downloaded syn v2.0.108
35052026-08-24T20:07:29.964Z[ helios-setup] Aug 24 20:07:28.926 INFO E| Downloaded unicode-width v0.2.2
35062026-08-24T20:07:29.964Z[ helios-setup] Aug 24 20:07:28.978 INFO E| Downloaded rustix v1.1.2
35072026-08-24T20:07:29.983Z[ helios-setup] Aug 24 20:07:29.043 INFO E| Downloaded libc v0.2.177
35082026-08-24T20:07:30.002Z[ helios-setup] Aug 24 20:07:29.070 INFO E| Downloaded tokio v1.48.0
35092026-08-24T20:07:30.528Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling proc-macro2 v1.0.103
35102026-08-24T20:07:30.528Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling unicode-ident v1.0.22
35112026-08-24T20:07:30.538Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling quote v1.0.41
35122026-08-24T20:07:30.538Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling libc v0.2.177
35132026-08-24T20:07:30.538Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling serde_core v1.0.228
35142026-08-24T20:07:30.538Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling cfg-if v1.0.4
35152026-08-24T20:07:30.538Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling serde v1.0.228
35162026-08-24T20:07:30.538Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling version_check v0.9.5
35172026-08-24T20:07:30.538Z[ helios-setup] Aug 24 20:07:29.182 INFO E| Compiling autocfg v1.5.0
35182026-08-24T20:07:30.538Z[ helios-setup] Aug 24 20:07:29.244 INFO E| Compiling typenum v1.19.0
35192026-08-24T20:07:30.539Z[ helios-setup] Aug 24 20:07:29.244 INFO E| Compiling const-oid v0.9.6
35202026-08-24T20:07:30.539Z[ helios-setup] Aug 24 20:07:29.257 INFO E| Compiling libm v0.2.15
35212026-08-24T20:07:30.539Z[ helios-setup] Aug 24 20:07:29.257 INFO E| Compiling zerocopy v0.8.27
35222026-08-24T20:07:30.539Z[ helios-setup] Aug 24 20:07:29.257 INFO E| Compiling rustversion v1.0.22
35232026-08-24T20:07:30.539Z[ helios-setup] Aug 24 20:07:29.257 INFO E| Compiling smallvec v1.15.1
35242026-08-24T20:07:30.539Z[ helios-setup] Aug 24 20:07:29.257 INFO E| Compiling zeroize v1.8.2
35252026-08-24T20:07:31.499Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35262026-08-24T20:07:31.511Z[ helios-setup] Aug 24 20:07:29.884 INFO E| Compiling base64ct v1.8.0
35272026-08-24T20:07:31.511Z[ helios-setup] Aug 24 20:07:29.885 INFO E| Compiling winnow v0.7.13
35282026-08-24T20:07:31.511Z[ helios-setup] Aug 24 20:07:30.120 INFO E| Compiling rustix v1.1.2
35292026-08-24T20:07:31.511Z[ helios-setup] Aug 24 20:07:30.208 INFO E| Compiling memchr v2.7.6
35302026-08-24T20:07:31.511Z[ helios-setup] Aug 24 20:07:30.228 INFO E| Compiling byteorder v1.5.0
35312026-08-24T20:07:31.512Z[ host-package] Compiling tungstenite v0.23.0
35322026-08-24T20:07:31.668Z[ helios-setup] Aug 24 20:07:30.699 INFO E| Compiling generic-array v0.14.9
35332026-08-24T20:07:31.756Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35342026-08-24T20:07:31.821Z[ helios-setup] Aug 24 20:07:30.889 INFO E| Compiling pem-rfc7468 v0.7.0
35352026-08-24T20:07:31.836Z[ helios-setup] Aug 24 20:07:30.902 INFO E| Compiling flagset v0.4.7
35362026-08-24T20:07:31.871Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35372026-08-24T20:07:31.930Z[ helios-setup] Aug 24 20:07:30.998 INFO E| Compiling getrandom v0.2.16
35382026-08-24T20:07:32.092Z[ helios-setup] Aug 24 20:07:31.161 INFO E| Compiling anyhow v1.0.100
35392026-08-24T20:07:32.120Z[ helios-setup] Aug 24 20:07:31.189 INFO E| Compiling equivalent v1.0.2
35402026-08-24T20:07:32.142Z[ helios-setup] Aug 24 20:07:31.211 INFO E| Compiling crc32fast v1.5.0
35412026-08-24T20:07:32.142Z[ helios-setup] Aug 24 20:07:31.211 INFO E| Compiling utf8parse v0.2.2
35422026-08-24T20:07:32.154Z[ helios-setup] Aug 24 20:07:31.223 INFO E| Compiling num-traits v0.2.19
35432026-08-24T20:07:32.178Z[ helios-setup] Aug 24 20:07:31.246 INFO E| Compiling hashbrown v0.16.0
35442026-08-24T20:07:32.482Z[ helios-setup] Aug 24 20:07:31.536 INFO E| Compiling anstyle-parse v0.2.7
35452026-08-24T20:07:32.493Z[ helios-setup] Aug 24 20:07:31.558 INFO E| Compiling rand_core v0.6.4
35462026-08-24T20:07:32.517Z[ helios-setup] Aug 24 20:07:31.585 INFO E| Compiling errno v0.3.14
35472026-08-24T20:07:32.681Z[ helios-setup] Aug 24 20:07:31.749 INFO E| Compiling syn v2.0.108
35482026-08-24T20:07:32.718Z[ helios-setup] Aug 24 20:07:31.784 INFO E| Compiling find-msvc-tools v0.1.4
35492026-08-24T20:07:32.950Z[ helios-setup] Aug 24 20:07:32.019 INFO E| Compiling shlex v1.3.0
35502026-08-24T20:07:32.958Z[ helios-setup] Aug 24 20:07:32.027 INFO E| Compiling anstyle v1.0.13
35512026-08-24T20:07:33.027Z[ helios-setup] Aug 24 20:07:32.096 INFO E| Compiling colorchoice v1.0.4
35522026-08-24T20:07:33.077Z[ helios-setup] Aug 24 20:07:32.145 INFO E| Compiling radium v0.7.0
35532026-08-24T20:07:33.090Z[ helios-setup] Aug 24 20:07:32.159 INFO E| Compiling indexmap v2.12.0
35542026-08-24T20:07:33.093Z[ helios-setup] Aug 24 20:07:32.159 INFO E| Compiling is_terminal_polyfill v1.70.2
35552026-08-24T20:07:33.218Z[ helios-setup] Aug 24 20:07:32.287 INFO E| Compiling toml_datetime v0.7.3
35562026-08-24T20:07:33.274Z[ helios-setup] Aug 24 20:07:32.343 INFO E| Compiling anstyle-query v1.1.4
35572026-08-24T20:07:33.394Z[ helios-setup] Aug 24 20:07:32.463 INFO E| Compiling syn v1.0.109
35582026-08-24T20:07:33.430Z[ helios-setup] Aug 24 20:07:32.499 INFO E| Compiling cpufeatures v0.2.17
35592026-08-24T20:07:33.556Z[ helios-setup] Aug 24 20:07:32.625 INFO E| Compiling allocator-api2 v0.2.21
35602026-08-24T20:07:33.638Z[ helios-setup] Aug 24 20:07:32.707 INFO E| Compiling toml_parser v1.0.4
35612026-08-24T20:07:33.703Z[ helios-setup] Aug 24 20:07:32.772 INFO E| Compiling anstream v0.6.21
35622026-08-24T20:07:33.828Z[ helios-setup] Aug 24 20:07:32.896 INFO E| Compiling cc v1.2.44
35632026-08-24T20:07:33.969Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35642026-08-24T20:07:33.995Z[ helios-setup] Aug 24 20:07:33.049 INFO E| Compiling slog v2.8.2
35652026-08-24T20:07:33.999Z[ helios-setup] Aug 24 20:07:33.065 INFO E| Compiling maybe-uninit v2.0.0
35662026-08-24T20:07:34.042Z[ helios-setup] Aug 24 20:07:33.110 INFO E| Compiling tap v1.0.1
35672026-08-24T20:07:34.229Z[ helios-setup] Aug 24 20:07:33.297 INFO E| Compiling unicode-width v0.2.2
35682026-08-24T20:07:34.235Z[ helios-setup] Aug 24 20:07:33.304 INFO E| Compiling pin-project-lite v0.2.16
35692026-08-24T20:07:34.392Z[ helios-setup] Aug 24 20:07:33.461 INFO E| Compiling block-buffer v0.10.4
35702026-08-24T20:07:34.434Z[ helios-setup] Aug 24 20:07:33.502 INFO E| Compiling crypto-common v0.1.6
35712026-08-24T20:07:34.627Z[ helios-setup] Aug 24 20:07:33.695 INFO E| Compiling digest v0.10.7
35722026-08-24T20:07:34.705Z[ helios-setup] Aug 24 20:07:33.773 INFO E| Compiling toml_edit v0.23.7
35732026-08-24T20:07:34.814Z[ helios-setup] Aug 24 20:07:33.882 INFO E| Compiling futures-sink v0.3.31
35742026-08-24T20:07:34.827Z[ helios-setup] Aug 24 20:07:33.896 INFO E| Compiling pkg-config v0.3.32
35752026-08-24T20:07:34.855Z[ helios-setup] Aug 24 20:07:33.923 INFO E| Compiling parking_lot_core v0.9.12
35762026-08-24T20:07:34.986Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35772026-08-24T20:07:35.002Z[ helios-setup] Aug 24 20:07:34.071 INFO E| Compiling sha2 v0.10.9
35782026-08-24T20:07:35.024Z[ helios-setup] Aug 24 20:07:34.093 INFO E| Compiling futures-core v0.3.31
35792026-08-24T20:07:35.055Z[ helios-setup] Aug 24 20:07:34.123 INFO E| Compiling getopts v0.2.24
35802026-08-24T20:07:35.059Z[ helios-setup] Aug 24 20:07:34.123 INFO E| Compiling num-integer v0.1.46
35812026-08-24T20:07:35.064Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35822026-08-24T20:07:35.091Z[ helios-setup] Aug 24 20:07:34.160 INFO E| Compiling wyz v0.5.1
35832026-08-24T20:07:35.141Z[ helios-setup] Aug 24 20:07:34.210 INFO E| Compiling ahash v0.8.12
35842026-08-24T20:07:35.212Z[ helios-setup] Aug 24 20:07:34.281 INFO E| Compiling futures-channel v0.3.31
35852026-08-24T20:07:35.395Z[ helios-setup] Aug 24 20:07:34.463 INFO E| Compiling funty v2.0.0
35862026-08-24T20:07:35.419Z[ helios-setup] Aug 24 20:07:34.470 INFO E| Compiling bytes v1.10.1
35872026-08-24T20:07:35.433Z[ helios-setup] Aug 24 20:07:34.500 INFO E| Compiling time-core v0.1.6
35882026-08-24T20:07:35.509Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35892026-08-24T20:07:35.572Z[ helios-setup] Aug 24 20:07:34.641 INFO E| Compiling getrandom v0.3.4
35902026-08-24T20:07:35.720Z[ helios-setup] Aug 24 20:07:34.789 INFO E| Compiling powerfmt v0.2.0
35912026-08-24T20:07:35.720Z[ helios-setup] Aug 24 20:07:34.789 INFO E| Compiling spin v0.9.8
35922026-08-24T20:07:35.781Z[ helios-setup] Aug 24 20:07:34.850 INFO E| Compiling slab v0.4.11
35932026-08-24T20:07:35.822Z[ helios-setup] Aug 24 20:07:34.891 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35942026-08-24T20:07:35.831Z[ host-package] Compiling nix v0.27.1
35952026-08-24T20:07:35.895Z[ helios-setup] Aug 24 20:07:34.964 INFO E| Compiling scopeguard v1.2.0
35962026-08-24T20:07:35.964Z[ host-package] Compiling twox-hash v2.1.2
35972026-08-24T20:07:36.017Z[ helios-setup] Aug 24 20:07:35.086 INFO E| Compiling bitflags v2.10.0
35982026-08-24T20:07:36.024Z[ helios-setup] Aug 24 20:07:35.092 INFO E| Compiling packed_struct v0.10.1
35992026-08-24T20:07:36.036Z[ helios-setup] Aug 24 20:07:35.105 INFO E| Compiling proc-macro-crate v3.4.0
36002026-08-24T20:07:36.112Z[ helios-setup] Aug 24 20:07:35.181 INFO E| Compiling clap_lex v0.7.6
36012026-08-24T20:07:36.165Z[ host-package] Compiling libsw-core v0.3.2
36022026-08-24T20:07:36.181Z[ helios-setup] Aug 24 20:07:35.250 INFO E| Compiling itoa v1.0.15
36032026-08-24T20:07:36.197Z[ helios-setup] Aug 24 20:07:35.266 INFO E| Compiling strsim v0.11.1
36042026-08-24T20:07:36.197Z[ helios-setup] Aug 24 20:07:35.266 INFO E| Compiling thiserror v1.0.69
36052026-08-24T20:07:36.314Z[ helios-setup] Aug 24 20:07:35.383 INFO E| Compiling pin-utils v0.1.0
36062026-08-24T20:07:36.401Z[ helios-setup] Aug 24 20:07:35.470 INFO E| Compiling futures-task v0.3.31
36072026-08-24T20:07:36.422Z[ helios-setup] Aug 24 20:07:35.490 INFO E| Compiling num-conv v0.1.0
36082026-08-24T20:07:36.453Z[ host-package] Compiling atty v0.2.14
36092026-08-24T20:07:36.595Z[ helios-setup] Aug 24 20:07:35.664 INFO E| Compiling heck v0.5.0
36102026-08-24T20:07:36.661Z[ host-package] Compiling serde_bytes v0.11.19
36112026-08-24T20:07:36.741Z[ helios-setup] Aug 24 20:07:35.810 INFO E| Compiling num-bigint-dig v0.8.4
36122026-08-24T20:07:36.768Z[ host-package] Compiling libsw v3.5.0
36132026-08-24T20:07:36.814Z[ helios-setup] Aug 24 20:07:35.883 INFO E| Compiling futures-io v0.3.31
36142026-08-24T20:07:36.854Z[ helios-setup] Aug 24 20:07:35.905 INFO E| Compiling time-macros v0.2.24
36152026-08-24T20:07:36.983Z[ helios-setup] Aug 24 20:07:36.052 INFO E| Compiling lock_api v0.4.14
36162026-08-24T20:07:37.029Z[ helios-setup] Aug 24 20:07:36.097 INFO E| Compiling deranged v0.5.5
36172026-08-24T20:07:37.098Z[ helios-setup] Aug 24 20:07:36.166 INFO E| Compiling bitvec v1.0.1
36182026-08-24T20:07:37.118Z[ helios-setup] Aug 24 20:07:36.186 INFO E| Compiling lazy_static v1.5.0
36192026-08-24T20:07:37.179Z[ helios-setup] Aug 24 20:07:36.248 INFO E| Compiling num-iter v0.1.45
36202026-08-24T20:07:37.190Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36212026-08-24T20:07:37.295Z[ helios-setup] Aug 24 20:07:36.362 INFO E| Compiling indexmap v1.9.3
36222026-08-24T20:07:37.298Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36232026-08-24T20:07:37.325Z[ helios-setup] Aug 24 20:07:36.393 INFO E| Compiling iana-time-zone v0.1.64
36242026-08-24T20:07:37.332Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36252026-08-24T20:07:37.412Z[ helios-setup] Aug 24 20:07:36.481 INFO E| Compiling log v0.4.28
36262026-08-24T20:07:37.429Z[ host-package] Compiling tokio-tungstenite v0.23.1
36272026-08-24T20:07:37.501Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36282026-08-24T20:07:37.635Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36292026-08-24T20:07:37.663Z[ helios-setup] Aug 24 20:07:36.732 INFO E| Compiling terminal_size v0.4.3
36302026-08-24T20:07:37.722Z[ helios-setup] Aug 24 20:07:36.790 INFO E| Compiling serde_json v1.0.145
36312026-08-24T20:07:37.744Z[ helios-setup] Aug 24 20:07:36.813 INFO E| Compiling simd-adler32 v0.3.7
36322026-08-24T20:07:37.817Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36332026-08-24T20:07:37.845Z[ helios-setup] Aug 24 20:07:36.914 INFO E| Compiling clap_builder v4.5.51
36342026-08-24T20:07:37.890Z[ helios-setup] Aug 24 20:07:36.958 INFO E| Compiling once_cell v1.21.3
36352026-08-24T20:07:37.941Z[ helios-setup] Aug 24 20:07:37.010 INFO E| Compiling nodrop v0.1.14
36362026-08-24T20:07:37.970Z[ helios-setup] Aug 24 20:07:37.039 INFO E| Compiling thiserror v2.0.17
36372026-08-24T20:07:37.977Z[ helios-setup] Aug 24 20:07:37.047 INFO E| Compiling adler2 v2.0.1
36382026-08-24T20:07:38.032Z[ helios-setup] Aug 24 20:07:37.101 INFO E| Compiling crc-catalog v2.4.0
36392026-08-24T20:07:38.124Z[ helios-setup] Aug 24 20:07:37.193 INFO E| Compiling crc v3.3.0
36402026-08-24T20:07:38.161Z[ helios-setup] Aug 24 20:07:37.230 INFO E| Compiling miniz_oxide v0.8.9
36412026-08-24T20:07:38.165Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36422026-08-24T20:07:38.201Z[ helios-setup] Aug 24 20:07:37.270 INFO E| Compiling array-init v0.0.4
36432026-08-24T20:07:38.225Z[ helios-setup] Aug 24 20:07:37.293 INFO E| Compiling env_filter v0.1.4
36442026-08-24T20:07:38.280Z[ helios-setup] Aug 24 20:07:37.349 INFO E| Compiling parking_lot v0.12.5
36452026-08-24T20:07:38.475Z[ helios-setup] Aug 24 20:07:37.544 INFO E| Compiling chrono v0.4.42
36462026-08-24T20:07:38.776Z[ helios-setup] Aug 24 20:07:37.844 INFO E| Compiling smallvec v0.6.14
36472026-08-24T20:07:39.061Z[ helios-setup] Aug 24 20:07:38.130 INFO E| Compiling serde_spanned v1.0.3
36482026-08-24T20:07:39.330Z[ helios-setup] Aug 24 20:07:38.398 INFO E| Compiling signature v2.2.0
36492026-08-24T20:07:39.479Z[ helios-setup] Aug 24 20:07:38.548 INFO E| Compiling signal-hook-registry v1.4.6
36502026-08-24T20:07:39.620Z[ helios-setup] Aug 24 20:07:38.689 INFO E| Compiling socket2 v0.6.1
36512026-08-24T20:07:39.685Z[ helios-setup] Aug 24 20:07:38.753 INFO E| Compiling is-terminal v0.4.17
36522026-08-24T20:07:39.764Z[ helios-setup] Aug 24 20:07:38.833 INFO E| Compiling time v0.3.44
36532026-08-24T20:07:39.782Z[ helios-setup] Aug 24 20:07:38.851 INFO E| Compiling mio v1.1.0
36542026-08-24T20:07:39.848Z[ helios-setup] Aug 24 20:07:38.917 INFO E| Compiling thread_local v1.1.9
36552026-08-24T20:07:39.936Z[ helios-setup] Aug 24 20:07:39.004 INFO E| Compiling hashbrown v0.12.3
36562026-08-24T20:07:40.078Z[ helios-setup] Aug 24 20:07:39.146 INFO E| Compiling ryu v1.0.20
36572026-08-24T20:07:40.139Z[ helios-setup] Aug 24 20:07:39.206 INFO E| Compiling packed_struct_codegen v0.10.1
36582026-08-24T20:07:40.154Z[ helios-setup] Aug 24 20:07:39.222 INFO E| Compiling serde_derive v1.0.228
36592026-08-24T20:07:40.493Z[ helios-setup] Aug 24 20:07:39.561 INFO E| Compiling zerocopy-derive v0.8.27
36602026-08-24T20:07:40.828Z[ helios-setup] Aug 24 20:07:39.896 INFO E| Compiling der_derive v0.7.3
36612026-08-24T20:07:40.854Z[ helios-setup] Aug 24 20:07:39.923 INFO E| Compiling futures-macro v0.3.31
36622026-08-24T20:07:41.038Z[ helios-setup] Aug 24 20:07:40.107 INFO E| Compiling bitfield-macros v0.19.3
36632026-08-24T20:07:41.038Z[ helios-setup] Aug 24 20:07:40.107 INFO E| Compiling clap_derive v4.5.49
36642026-08-24T20:07:41.253Z[ helios-setup] Aug 24 20:07:40.322 INFO E| Compiling zerocopy-derive v0.6.6
36652026-08-24T20:07:41.507Z[ helios-setup] Aug 24 20:07:40.575 INFO E| Compiling num_enum_derive v0.7.5
36662026-08-24T20:07:41.552Z[ helios-setup] Aug 24 20:07:40.619 INFO E| Compiling thiserror-impl v1.0.69
36672026-08-24T20:07:41.786Z[ helios-setup] Aug 24 20:07:40.855 INFO E| Compiling thiserror-impl v2.0.17
36682026-08-24T20:07:41.900Z[ helios-setup] Aug 24 20:07:40.969 INFO E| Compiling tokio-macros v2.6.0
36692026-08-24T20:07:42.478Z[ helios-setup] Aug 24 20:07:41.544 INFO E| Compiling subtle v2.6.1
36702026-08-24T20:07:42.738Z[ helios-setup] Aug 24 20:07:41.806 INFO E| Compiling winnow v0.5.40
36712026-08-24T20:07:43.078Z[ helios-setup] Aug 24 20:07:42.147 INFO E| Compiling der v0.7.10
36722026-08-24T20:07:43.096Z[ helios-setup] Aug 24 20:07:42.165 INFO E| Compiling zerocopy v0.6.6
36732026-08-24T20:07:43.150Z[ helios-setup] Aug 24 20:07:42.218 INFO E| Compiling futures-util v0.3.31
36742026-08-24T20:07:43.154Z[ helios-setup] Aug 24 20:07:42.218 INFO E| Compiling bitfield v0.19.3
36752026-08-24T20:07:43.439Z[ helios-setup] Aug 24 20:07:42.508 INFO E| Compiling term v1.2.0
36762026-08-24T20:07:43.648Z[ helios-setup] Aug 24 20:07:42.716 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36772026-08-24T20:07:43.853Z[ helios-setup] Aug 24 20:07:42.922 INFO E| Compiling libdevinfo-sys v1.1.0
36782026-08-24T20:07:44.025Z[ helios-setup] Aug 24 20:07:43.093 INFO E| Compiling base64 v0.21.7
36792026-08-24T20:07:44.046Z[ helios-setup] Aug 24 20:07:43.114 INFO E| Compiling toml_writer v1.0.4
36802026-08-24T20:07:44.070Z[ helios-setup] Aug 24 20:07:43.138 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36812026-08-24T20:07:44.086Z[ helios-setup] Aug 24 20:07:43.155 INFO E| Compiling tokio v1.48.0
36822026-08-24T20:07:44.100Z[ helios-setup] Aug 24 20:07:43.168 INFO E| Compiling bzip2 v0.4.4
36832026-08-24T20:07:44.287Z[ helios-setup] Aug 24 20:07:43.355 INFO E| Compiling num_enum v0.7.5
36842026-08-24T20:07:44.426Z[ helios-setup] Aug 24 20:07:43.494 INFO E| Compiling devinfo v0.1.0
36852026-08-24T20:07:44.557Z[ helios-setup] Aug 24 20:07:43.623 INFO E| Compiling toml v0.9.8
36862026-08-24T20:07:44.681Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36872026-08-24T20:07:44.701Z[ helios-setup] Aug 24 20:07:43.770 INFO E| Compiling uuid v1.18.1
36882026-08-24T20:07:44.749Z[ helios-setup] Aug 24 20:07:43.817 INFO E| Compiling clap v4.5.51
36892026-08-24T20:07:44.806Z[ helios-setup] Aug 24 20:07:43.875 INFO E| Compiling flate2 v1.1.5
36902026-08-24T20:07:44.845Z[ helios-setup] Aug 24 20:07:43.914 INFO E| Compiling env_logger v0.11.8
36912026-08-24T20:07:45.028Z[ helios-setup] Aug 24 20:07:44.096 INFO E| Compiling crc-any v2.5.0
36922026-08-24T20:07:45.066Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36932026-08-24T20:07:45.366Z[ helios-setup] Aug 24 20:07:44.433 INFO E| Compiling hex v0.4.3
36942026-08-24T20:07:45.487Z[ helios-setup] Aug 24 20:07:44.556 INFO E| Compiling bitflags v1.3.2
36952026-08-24T20:07:45.575Z[ helios-setup] Aug 24 20:07:44.644 INFO E| Compiling rustc-hash v2.1.1
36962026-08-24T20:07:45.896Z[ helios-setup] Aug 24 20:07:44.964 INFO E| Compiling spki v0.7.3
36972026-08-24T20:07:46.034Z[ helios-setup] Aug 24 20:07:45.103 INFO E| Compiling foldhash v0.2.0
36982026-08-24T20:07:46.057Z[ helios-setup] Aug 24 20:07:45.126 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36992026-08-24T20:07:46.060Z[ helios-setup] Aug 24 20:07:45.126 INFO E| Compiling zip v0.6.6
37002026-08-24T20:07:46.429Z[ host-package] Compiling slog-stdlog v4.1.1
37012026-08-24T20:07:46.541Z[ helios-setup] Aug 24 20:07:45.610 INFO E| Compiling pkcs8 v0.10.2
37022026-08-24T20:07:46.663Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37032026-08-24T20:07:46.683Z[ helios-setup] Aug 24 20:07:45.752 INFO E| Compiling x509-cert v0.2.5
37042026-08-24T20:07:46.901Z[ helios-setup] Aug 24 20:07:45.970 INFO E| Compiling pkcs1 v0.7.5
37052026-08-24T20:07:47.023Z[ helios-setup] Aug 24 20:07:46.091 INFO E| Compiling ppv-lite86 v0.2.21
37062026-08-24T20:07:47.246Z[ helios-setup] Aug 24 20:07:46.315 INFO E| Compiling iddqd v0.3.14
37072026-08-24T20:07:47.310Z[ helios-setup] Aug 24 20:07:46.378 INFO E| Compiling erased-serde v0.3.31
37082026-08-24T20:07:47.415Z[ helios-setup] Aug 24 20:07:46.482 INFO E| Compiling toml_datetime v0.6.11
37092026-08-24T20:07:47.613Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37102026-08-24T20:07:47.798Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37112026-08-24T20:07:47.821Z[ helios-setup] Aug 24 20:07:46.890 INFO E| Compiling rand_chacha v0.3.1
37122026-08-24T20:07:47.843Z[ helios-setup] Aug 24 20:07:46.911 INFO E| Compiling serde_spanned v0.6.9
37132026-08-24T20:07:47.884Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37142026-08-24T20:07:47.922Z[ helios-setup] Aug 24 20:07:46.991 INFO E| Compiling hashbrown v0.13.2
37152026-08-24T20:07:48.087Z[ helios-setup] Aug 24 20:07:47.155 INFO E| Compiling toml_edit v0.19.15
37162026-08-24T20:07:48.306Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37172026-08-24T20:07:48.835Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37182026-08-24T20:07:48.853Z[ helios-setup] Aug 24 20:07:47.922 INFO E| Compiling rand v0.8.5
37192026-08-24T20:07:48.984Z[ helios-setup] Aug 24 20:07:48.052 INFO E| Compiling futures-executor v0.3.31
37202026-08-24T20:07:49.035Z[ helios-setup] Aug 24 20:07:48.103 INFO E| Compiling slog-term v2.9.2
37212026-08-24T20:07:49.043Z[ helios-setup] Aug 24 20:07:48.110 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37222026-08-24T20:07:49.074Z[ helios-setup] Aug 24 20:07:48.142 INFO E| Compiling ron v0.8.1
37232026-08-24T20:07:49.310Z[ helios-setup] Aug 24 20:07:48.378 INFO E| Compiling serde-hex v0.1.0
37242026-08-24T20:07:49.489Z[ helios-setup] Aug 24 20:07:48.557 INFO E| Compiling futures v0.3.31
37252026-08-24T20:07:49.524Z[ helios-setup] Aug 24 20:07:48.593 INFO E| Compiling object v0.30.4
37262026-08-24T20:07:49.615Z[ helios-setup] Aug 24 20:07:48.683 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37272026-08-24T20:07:50.011Z[ helios-setup] Aug 24 20:07:49.080 INFO E| Compiling path-slash v0.1.5
37282026-08-24T20:07:50.206Z[ helios-setup] Aug 24 20:07:49.275 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37292026-08-24T20:07:51.271Z[ helios-setup] Aug 24 20:07:50.339 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37302026-08-24T20:07:51.799Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37312026-08-24T20:07:52.192Z[ helios-setup] Aug 24 20:07:51.260 INFO E| Compiling toml v0.7.8
37322026-08-24T20:07:52.377Z[ helios-setup] Aug 24 20:07:51.445 INFO E| Compiling rsa v0.9.8
37332026-08-24T20:07:53.999Z[ helios-setup] Aug 24 20:07:53.068 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37342026-08-24T20:07:54.115Z[ helios-setup] Aug 24 20:07:53.183 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37352026-08-24T20:07:54.787Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37362026-08-24T20:07:54.934Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37372026-08-24T20:07:56.068Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37382026-08-24T20:07:56.541Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37392026-08-24T20:07:58.466Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37402026-08-24T20:08:00.348Z[ helios-setup] Aug 24 20:07:59.417 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37412026-08-24T20:08:00.368Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37422026-08-24T20:08:01.269Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37432026-08-24T20:08:01.952Z[ helios-setup] Aug 24 20:08:01.020 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37442026-08-24T20:08:02.292Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37452026-08-24T20:08:03.258Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37462026-08-24T20:08:03.696Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37472026-08-24T20:08:05.212Z[ host-package] Compiling signal-hook-tokio v0.3.1
37482026-08-24T20:08:05.422Z[ host-package] Compiling fatfs v0.3.6
37492026-08-24T20:08:05.519Z[ host-package] Compiling yasna v0.5.2
37502026-08-24T20:08:05.773Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37512026-08-24T20:08:06.171Z[ helios-setup] Aug 24 20:08:05.239 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37522026-08-24T20:08:06.205Z[ host-package] Compiling assert_matches v1.5.0
37532026-08-24T20:08:06.314Z[ host-package] Compiling seq-macro v0.3.6
37542026-08-24T20:08:06.801Z[ host-package] Compiling rcgen v0.12.1
37552026-08-24T20:08:06.897Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37562026-08-24T20:08:07.093Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37572026-08-24T20:08:09.443Z[ host-package] Compiling slog-envlogger v2.2.0
37582026-08-24T20:08:09.822Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37592026-08-24T20:08:10.335Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37602026-08-24T20:08:11.003Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37612026-08-24T20:08:11.253Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37622026-08-24T20:08:11.636Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37632026-08-24T20:08:11.727Z[ host-package] Compiling port-file v0.1.0
37642026-08-24T20:08:12.100Z[ host-package] Compiling subprocess v0.2.15
37652026-08-24T20:08:12.247Z[ host-package] Compiling rtoolbox v0.0.3
37662026-08-24T20:08:12.799Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37672026-08-24T20:08:13.838Z[ host-package] Compiling rpassword v7.5.4
37682026-08-24T20:08:14.245Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37692026-08-24T20:08:14.962Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37702026-08-24T20:08:15.528Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37712026-08-24T20:08:16.020Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37722026-08-24T20:08:17.613Z[ host-package] Compiling tui-tree-widget v0.23.1
37732026-08-24T20:08:17.670Z[ helios-setup] Aug 24 20:08:16.738 INFO E| Finished `release` profile [optimized] target(s) in 49.84s
37742026-08-24T20:08:17.673Z[ helios-setup] Aug 24 20:08:16.741 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37752026-08-24T20:08:17.673Z[ helios-setup] Aug 24 20:08:16.741 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37762026-08-24T20:08:17.731Z[ helios-setup] Aug 24 20:08:16.800 INFO building project "pilot" ok (49 seconds)
37772026-08-24T20:08:17.731Z[ helios-setup] Aug 24 20:08:16.800 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37782026-08-24T20:08:17.747Z[ helios-setup] Aug 24 20:08:16.815 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37792026-08-24T20:08:17.747Z[ helios-setup] Aug 24 20:08:16.815 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37802026-08-24T20:08:17.747Z[ helios-setup] Aug 24 20:08:16.815 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37812026-08-24T20:08:17.950Z[ helios-setup] Aug 24 20:08:17.018 INFO E| Downloading crates ...
37822026-08-24T20:08:17.957Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37832026-08-24T20:08:18.015Z[ helios-setup] Aug 24 20:08:17.084 INFO E| Downloaded time v0.3.41
37842026-08-24T20:08:18.021Z[ helios-setup] Aug 24 20:08:17.090 INFO E| Downloaded errno v0.3.12
37852026-08-24T20:08:18.030Z[ helios-setup] Aug 24 20:08:17.098 INFO E| Downloaded time-core v0.1.4
37862026-08-24T20:08:18.037Z[ helios-setup] Aug 24 20:08:17.105 INFO E| Downloaded serde_with_macros v3.12.0
37872026-08-24T20:08:18.041Z[ helios-setup] Aug 24 20:08:17.107 INFO E| Downloaded deranged v0.4.0
37882026-08-24T20:08:18.045Z[ helios-setup] Aug 24 20:08:17.113 INFO E| Downloaded iana-time-zone v0.1.63
37892026-08-24T20:08:18.048Z[ helios-setup] Aug 24 20:08:17.115 INFO E| Downloaded time-macros v0.2.22
37902026-08-24T20:08:18.048Z[ helios-setup] Aug 24 20:08:17.117 INFO E| Downloaded indexmap v2.9.0
37912026-08-24T20:08:18.052Z[ helios-setup] Aug 24 20:08:17.119 INFO E| Downloaded tempfile v3.20.0
37922026-08-24T20:08:18.056Z[ helios-setup] Aug 24 20:08:17.121 INFO E| Downloaded getrandom v0.3.3
37932026-08-24T20:08:18.056Z[ helios-setup] Aug 24 20:08:17.123 INFO E| Downloaded anyhow v1.0.98
37942026-08-24T20:08:18.060Z[ helios-setup] Aug 24 20:08:17.128 INFO E| Downloaded bitflags v2.9.1
37952026-08-24T20:08:18.075Z[ helios-setup] Aug 24 20:08:17.143 INFO E| Downloaded serde_with v3.12.0
37962026-08-24T20:08:18.080Z[ helios-setup] Aug 24 20:08:17.148 INFO E| Downloaded hashbrown v0.15.3
37972026-08-24T20:08:18.083Z[ helios-setup] Aug 24 20:08:17.151 INFO E| Downloaded chrono v0.4.41
37982026-08-24T20:08:18.099Z[ helios-setup] Aug 24 20:08:17.168 INFO E| Downloaded rustix v1.0.7
37992026-08-24T20:08:18.165Z[ helios-setup] Aug 24 20:08:17.233 INFO E| Compiling proc-macro2 v1.0.95
38002026-08-24T20:08:18.165Z[ helios-setup] Aug 24 20:08:17.233 INFO E| Compiling unicode-ident v1.0.18
38012026-08-24T20:08:18.170Z[ helios-setup] Aug 24 20:08:17.233 INFO E| Compiling libc v0.2.172
38022026-08-24T20:08:18.170Z[ helios-setup] Aug 24 20:08:17.233 INFO E| Compiling ident_case v1.0.1
38032026-08-24T20:08:18.171Z[ helios-setup] Aug 24 20:08:17.233 INFO E| Compiling fnv v1.0.7
38042026-08-24T20:08:18.171Z[ helios-setup] Aug 24 20:08:17.233 INFO E| Compiling strsim v0.11.1
38052026-08-24T20:08:18.171Z[ helios-setup] Aug 24 20:08:17.234 INFO E| Compiling serde v1.0.219
38062026-08-24T20:08:18.171Z[ helios-setup] Aug 24 20:08:17.234 INFO E| Compiling rustix v1.0.7
38072026-08-24T20:08:18.171Z[ helios-setup] Aug 24 20:08:17.234 INFO E| Compiling getrandom v0.3.3
38082026-08-24T20:08:18.171Z[ helios-setup] Aug 24 20:08:17.234 INFO E| Compiling bitflags v2.9.1
38092026-08-24T20:08:18.179Z[ helios-setup] Aug 24 20:08:17.248 INFO E| Compiling serde_json v1.0.140
38102026-08-24T20:08:18.179Z[ helios-setup] Aug 24 20:08:17.248 INFO E| Compiling anyhow v1.0.98
38112026-08-24T20:08:18.179Z[ helios-setup] Aug 24 20:08:17.248 INFO E| Compiling cfg-if v1.0.0
38122026-08-24T20:08:18.184Z[ helios-setup] Aug 24 20:08:17.248 INFO E| Compiling thiserror v2.0.12
38132026-08-24T20:08:18.184Z[ helios-setup] Aug 24 20:08:17.248 INFO E| Compiling memchr v2.7.4
38142026-08-24T20:08:18.184Z[ helios-setup] Aug 24 20:08:17.248 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38152026-08-24T20:08:18.351Z[ helios-setup] Aug 24 20:08:17.420 INFO E| Compiling once_cell v1.21.3
38162026-08-24T20:08:18.363Z[ helios-setup] Aug 24 20:08:17.431 INFO E| Compiling itoa v1.0.15
38172026-08-24T20:08:18.586Z[ helios-setup] Aug 24 20:08:17.655 INFO E| Compiling fastrand v2.3.0
38182026-08-24T20:08:18.617Z[ helios-setup] Aug 24 20:08:17.676 INFO E| Compiling ryu v1.0.20
38192026-08-24T20:08:19.369Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38202026-08-24T20:08:19.373Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38212026-08-24T20:08:19.660Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38222026-08-24T20:08:19.726Z[ helios-setup] Aug 24 20:08:18.793 INFO E| Compiling errno v0.3.12
38232026-08-24T20:08:19.729Z[ helios-setup] Aug 24 20:08:18.797 INFO E| Compiling quote v1.0.40
38242026-08-24T20:08:19.907Z[ helios-setup] Aug 24 20:08:18.975 INFO E| Compiling syn v2.0.101
38252026-08-24T20:08:20.879Z[ helios-setup] Aug 24 20:08:19.948 INFO E| Compiling tempfile v3.20.0
38262026-08-24T20:08:21.478Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38272026-08-24T20:08:21.898Z[ host-package] Compiling uzers v0.12.2
38282026-08-24T20:08:22.186Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38292026-08-24T20:08:22.386Z[ helios-setup] Aug 24 20:08:21.455 INFO E| Compiling darling_core v0.20.11
38302026-08-24T20:08:23.703Z[ helios-setup] Aug 24 20:08:22.771 INFO E| Compiling serde_derive v1.0.219
38312026-08-24T20:08:23.703Z[ helios-setup] Aug 24 20:08:22.771 INFO E| Compiling thiserror-impl v2.0.12
38322026-08-24T20:08:23.737Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38332026-08-24T20:08:24.079Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38342026-08-24T20:08:24.256Z[ helios-setup] Aug 24 20:08:23.325 INFO E| Compiling darling_macro v0.20.11
38352026-08-24T20:08:25.070Z[ helios-setup] Aug 24 20:08:24.139 INFO E| Compiling darling v0.20.11
38362026-08-24T20:08:25.115Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38372026-08-24T20:08:25.178Z[ helios-setup] Aug 24 20:08:24.246 INFO E| Compiling serde_with_macros v3.12.0
38382026-08-24T20:08:25.189Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38392026-08-24T20:08:25.799Z[ host-package] Compiling support-bundle-viewer v0.1.2
38402026-08-24T20:08:27.602Z[ host-package] Compiling multimap v0.10.1
38412026-08-24T20:08:29.124Z[ helios-setup] Aug 24 20:08:28.192 INFO E| Compiling serde_with v3.12.0
38422026-08-24T20:08:33.511Z[ helios-setup] Aug 24 20:08:32.579 INFO E| Finished `release` profile [optimized] target(s) in 15.75s
38432026-08-24T20:08:33.535Z[ helios-setup] Aug 24 20:08:32.603 INFO building project "dmar-report" ok (15 seconds)
38442026-08-24T20:08:33.539Z[ helios-setup] rm -f helios-build
38452026-08-24T20:08:33.539Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38462026-08-24T20:08:33.542Z[ helios-setup]
38472026-08-24T20:08:33.545Z[ helios-setup] Setup complete! ./helios-build is now available.
38482026-08-24T20:08:33.545Z[ helios-setup]
38492026-08-24T20:08:33.545Z[ helios-setup]
38502026-08-24T20:08:33.545Z[ helios-setup] real 3:03.508194263
38512026-08-24T20:08:33.545Z[ helios-setup] user 7:02.713420482
38522026-08-24T20:08:33.545Z[ helios-setup] sys 1:18.582747867
38532026-08-24T20:08:33.545Z[ helios-setup] trap 0.568595822
38542026-08-24T20:08:33.545Z[ helios-setup] tflt 2.070405962
38552026-08-24T20:08:33.545Z[ helios-setup] dflt 6.442279355
38562026-08-24T20:08:33.545Z[ helios-setup] kflt 0.004634828
38572026-08-24T20:08:33.545Z[ helios-setup] lock 57:08.353967722
38582026-08-24T20:08:33.545Z[ helios-setup] slp 36:36.471435078
38592026-08-24T20:08:33.545Z[ helios-setup] lat 6:50.940322837
38602026-08-24T20:08:33.545Z[ helios-setup] stop 1:39.305650165
38612026-08-24T20:08:33.545ZAug 24 20:08:32.613 INFO [helios-setup] process exited with exit status: 0 (183.511374693s)
38622026-08-24T20:08:33.545ZAug 24 20:08:32.613 INFO [helios-record] running task
38632026-08-24T20:08:33.545ZAug 24 20:08:32.614 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38642026-08-24T20:08:33.550ZAug 24 20:08:32.618 DEBG process exited with exit status: 0 (4.76884ms)
38652026-08-24T20:08:33.550ZAug 24 20:08:32.618 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38662026-08-24T20:08:33.554ZAug 24 20:08:32.623 DEBG process exited with exit status: 0 (4.40518ms)
38672026-08-24T20:08:33.557ZAug 24 20:08:32.623 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38682026-08-24T20:08:33.561ZAug 24 20:08:32.627 DEBG process exited with exit status: 0 (3.65377ms)
38692026-08-24T20:08:33.561ZAug 24 20:08:32.627 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38702026-08-24T20:08:33.564ZAug 24 20:08:32.630 DEBG process exited with exit status: 0 (3.62837ms)
38712026-08-24T20:08:33.564ZAug 24 20:08:32.630 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38722026-08-24T20:08:33.567ZAug 24 20:08:32.634 DEBG process exited with exit status: 0 (3.56739ms)
38732026-08-24T20:08:33.567ZAug 24 20:08:32.634 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38742026-08-24T20:08:33.571ZAug 24 20:08:32.638 DEBG process exited with exit status: 0 (3.60145ms)
38752026-08-24T20:08:33.571ZAug 24 20:08:32.638 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38762026-08-24T20:08:33.574ZAug 24 20:08:32.641 DEBG process exited with exit status: 0 (3.52083ms)
38772026-08-24T20:08:33.574ZAug 24 20:08:32.641 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38782026-08-24T20:08:33.578ZAug 24 20:08:32.644 DEBG process exited with exit status: 0 (3.35168ms)
38792026-08-24T20:08:33.578ZAug 24 20:08:32.644 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38802026-08-24T20:08:33.582ZAug 24 20:08:32.648 DEBG process exited with exit status: 0 (3.30123ms)
38812026-08-24T20:08:33.582ZAug 24 20:08:32.648 INFO [helios-record] task succeeded (34.51574ms)
38822026-08-24T20:08:34.616Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38832026-08-24T20:08:40.805Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38842026-08-24T20:08:43.286Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38852026-08-24T20:08:48.834Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38862026-08-24T20:08:49.125Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38872026-08-24T20:20:03.321Z[ host-package] Finished `release` profile [optimized] target(s) in 13m 52s
38882026-08-24T20:20:03.324Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38892026-08-24T20:20:03.324Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38902026-08-24T20:20:54.589ZAug 24 20:20:53.652 INFO [host-package] process exited with exit status: 0 (883.962203902s)
38912026-08-24T20:20:54.589ZAug 24 20:20:53.652 INFO [host-libraries] running task
38922026-08-24T20:20:54.589ZAug 24 20:20:53.652 INFO [host-stamp] running task
38932026-08-24T20:20:54.593ZAug 24 20:20:53.655 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+git9311c660293
38942026-08-24T20:20:54.593ZAug 24 20:20:53.655 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+git9311c660293
38952026-08-24T20:20:54.593ZAug 24 20:20:53.655 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+git9311c660293
38962026-08-24T20:20:54.593ZAug 24 20:20:53.655 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+git9311c660293
38972026-08-24T20:20:54.593ZAug 24 20:20:53.656 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+git9311c660293
38982026-08-24T20:20:54.596ZAug 24 20:20:53.656 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+git9311c660293
38992026-08-24T20:20:54.597ZAug 24 20:20:53.656 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+git9311c660293
39002026-08-24T20:20:54.597ZAug 24 20:20:53.657 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+git9311c660293
39012026-08-24T20:20:54.601Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-24T20:20:54.604Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-24T20:20:54.604Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-24T20:20:54.604Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-24T20:20:54.604Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-24T20:20:54.604Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-24T20:20:54.604Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-24T20:20:54.604Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-24T20:20:54.604Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39102026-08-24T20:20:54.608ZAug 24 20:20:53.669 INFO [stamp-overlay] process exited with exit status: 0 (13.34173ms)
39112026-08-24T20:20:54.613Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39122026-08-24T20:20:54.616ZAug 24 20:20:53.679 INFO [stamp-oxlog] process exited with exit status: 0 (24.5532ms)
39132026-08-24T20:20:54.637Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39142026-08-24T20:20:54.640ZAug 24 20:20:53.702 INFO [stamp-crucible-utils] process exited with exit status: 0 (46.31319ms)
39152026-08-24T20:20:54.659Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39162026-08-24T20:20:54.662ZAug 24 20:20:53.725 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (70.03017ms)
39172026-08-24T20:20:54.790Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39182026-08-24T20:20:54.793ZAug 24 20:20:53.856 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (200.257009ms)
39192026-08-24T20:20:55.152Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39202026-08-24T20:20:55.155ZAug 24 20:20:54.218 INFO [stamp-propolis-server] process exited with exit status: 0 (561.080319ms)
39212026-08-24T20:20:55.211Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39222026-08-24T20:20:55.215ZAug 24 20:20:54.277 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (620.708029ms)
39232026-08-24T20:20:56.408ZAug 24 20:20:55.470 INFO [host-libraries] task succeeded (1.818471016s)
39242026-08-24T20:20:56.411ZAug 24 20:20:55.471 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39252026-08-24T20:20:56.414Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39262026-08-24T20:20:57.391Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39272026-08-24T20:20:58.265Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39282026-08-24T20:21:01.738Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39292026-08-24T20:21:01.741ZAug 24 20:21:00.803 INFO [stamp-switch-asic] process exited with exit status: 0 (7.147528535s)
39302026-08-24T20:21:01.741ZAug 24 20:21:00.803 INFO [host-stamp] task succeeded (7.150779935s)
39312026-08-24T20:21:01.741ZAug 24 20:21:00.803 INFO [host-proto] running task
39322026-08-24T20:21:02.244ZAug 24 20:21:01.307 INFO [host-proto] task succeeded (503.69575ms)
39332026-08-24T20:21:02.244ZAug 24 20:21:01.307 INFO [host-profile] running task
39342026-08-24T20:21:02.247ZAug 24 20:21:01.307 INFO [host-profile] task succeeded (216.23µs)
39352026-08-24T20:21:02.247ZAug 24 20:21:01.307 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/.tmpsF5wwU/proto/host/root -N 'ci 9311c66/${os_short_commit} 2026-08-24 20:05' -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/'
39362026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.312 INFO Checking files for board 'cosmo-mbist-noaggr'
39372026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39382026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO Checking files for board 'cosmo-mbist'
39392026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39402026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO Checking files for board 'cosmo'
39412026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39422026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39432026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO Checking files for board 'gimlet'
39442026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39452026-08-24T20:21:02.251Z[ host-image] Aug 24 20:21:01.313 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39462026-08-24T20:21:02.260Z[ host-image] Aug 24 20:21:01.323 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpsF5wwU/proto/host/root"
39472026-08-24T20:21:02.260Z[ host-image] Aug 24 20:21:01.323 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39482026-08-24T20:21:02.263Z[ host-image] Aug 24 20:21:01.323 INFO image builder template: ramdisk-01-os...
39492026-08-24T20:21:02.263Z[ host-image] Aug 24 20:21:01.323 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/.tmpsF5wwU/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
39502026-08-24T20:21:02.273Z[ host-image] Aug 24 20:21:01.336 INFO O| Aug 24 20:21:01.336 INFO CREATE DATASET: rpool/images/build/host/output
39512026-08-24T20:21:04.059Z[ host-image] Aug 24 20:21:03.121 INFO O| Aug 24 20:21:03.121 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39522026-08-24T20:21:04.062Z[ host-image] Aug 24 20:21:03.124 INFO O| Aug 24 20:21:03.124 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39532026-08-24T20:21:04.236Z[ host-image] Aug 24 20:21:03.299 INFO O| Aug 24 20:21:03.299 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39542026-08-24T20:21:04.283Z[ host-image] Aug 24 20:21:03.345 INFO O| Aug 24 20:21:03.345 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39552026-08-24T20:21:04.283Z[ host-image] Aug 24 20:21:03.345 INFO O| Aug 24 20:21:03.345 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39562026-08-24T20:21:04.286Z[ host-image] Aug 24 20:21:03.345 INFO O| Aug 24 20:21:03.345 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39572026-08-24T20:21:04.286Z[ host-image] Aug 24 20:21:03.345 INFO O| Aug 24 20:21:03.345 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39582026-08-24T20:21:04.289Z[ host-image] Aug 24 20:21:03.351 INFO O| Aug 24 20:21:03.351 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39592026-08-24T20:21:04.452Z[ host-image] Aug 24 20:21:03.515 INFO O| Aug 24 20:21:03.515 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-24T20:21:04.460Z[ host-image] Aug 24 20:21:03.522 INFO O| Aug 24 20:21:03.522 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39612026-08-24T20:21:04.740Z[ host-image] Aug 24 20:21:03.803 INFO O| Aug 24 20:21:03.802 INFO O| Caching catalogs ... Done
39622026-08-24T20:21:04.803Z[ host-image] Aug 24 20:21:03.865 INFO O| Aug 24 20:21:03.865 INFO STEP 0 (pkg_image_create) COMPLETE
39632026-08-24T20:21:04.803Z[ host-image] Aug 24 20:21:03.865 INFO O| Aug 24 20:21:03.865 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-24T20:21:04.808Z[ host-image] Aug 24 20:21:03.871 INFO O| Aug 24 20:21:03.871 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"]
39652026-08-24T20:21:05.050Z[ host-image] Aug 24 20:21:04.113 INFO O| Aug 24 20:21:04.113 INFO STEP 1 (pkg_set_publisher) COMPLETE
39662026-08-24T20:21:05.050Z[ host-image] Aug 24 20:21:04.113 INFO O| Aug 24 20:21:04.113 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-24T20:21:05.050Z[ host-image] Aug 24 20:21:04.113 INFO O| Aug 24 20:21:04.113 INFO skip step because feature "publisher_1_name" is not enabled
39682026-08-24T20:21:05.054Z[ host-image] Aug 24 20:21:04.113 INFO O| Aug 24 20:21:04.113 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-24T20:21:05.054Z[ host-image] Aug 24 20:21:04.113 INFO O| Aug 24 20:21:04.113 INFO skip step because feature "publisher_2_name" is not enabled
39702026-08-24T20:21:05.054Z[ host-image] Aug 24 20:21:04.113 INFO O| Aug 24 20:21:04.113 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-24T20:21:05.054Z[ host-image] Aug 24 20:21:04.113 INFO O| Aug 24 20:21:04.113 INFO skip step because feature "publisher_3_name" is not enabled
39722026-08-24T20:21:05.054Z[ host-image] Aug 24 20:21:04.113 INFO O| Aug 24 20:21:04.113 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-24T20:21:05.291Z[ host-image] Aug 24 20:21:04.354 INFO O| Aug 24 20:21:04.354 INFO variant opensolaris.zone is already global
39742026-08-24T20:21:05.291Z[ host-image] Aug 24 20:21:04.354 INFO O| Aug 24 20:21:04.354 INFO STEP 5 (pkg_change_variant) COMPLETE
39752026-08-24T20:21:05.294Z[ host-image] Aug 24 20:21:04.354 INFO O| Aug 24 20:21:04.354 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762026-08-24T20:21:05.619Z[ host-image] Aug 24 20:21:04.682 INFO O| Aug 24 20:21:04.682 INFO variant opensolaris.imagetype is full; changing to partial
39772026-08-24T20:21:05.619Z[ host-image] Aug 24 20:21:04.682 INFO O| Aug 24 20:21:04.682 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39782026-08-24T20:21:07.235Z[ host-image] Aug 24 20:21:06.297 INFO O| Aug 24 20:21:06.297 INFO O| Startup: Refreshing catalog 'helios' ... Done
39792026-08-24T20:21:07.633Z[ host-image] Aug 24 20:21:06.696 INFO O| Aug 24 20:21:06.696 INFO O| Startup: Caching catalogs ... Done
39802026-08-24T20:21:07.646Z[ host-image] Aug 24 20:21:06.709 INFO O| Aug 24 20:21:06.709 INFO O| Planning: Planning completed in 0.00 seconds
39812026-08-24T20:21:07.649Z[ host-image] Aug 24 20:21:06.709 INFO O| Aug 24 20:21:06.709 INFO O| Planning: Consolidating action changes ... Done
39822026-08-24T20:21:07.649Z[ host-image] Aug 24 20:21:06.709 INFO O| Aug 24 20:21:06.709 INFO O| Planning: Evaluating mediators ... Done
39832026-08-24T20:21:07.650Z[ host-image] Aug 24 20:21:06.710 INFO O| Aug 24 20:21:06.710 INFO O| Planning: Planning completed in 0.00 seconds
39842026-08-24T20:21:07.650Z[ host-image] Aug 24 20:21:06.710 INFO O| Aug 24 20:21:06.710 INFO O| Variants/Facets to change: 1
39852026-08-24T20:21:07.655Z[ host-image] Aug 24 20:21:06.718 INFO O| Aug 24 20:21:06.718 INFO O| Finalize: Updating package state database ... Done
39862026-08-24T20:21:07.655Z[ host-image] Aug 24 20:21:06.718 INFO O| Aug 24 20:21:06.718 INFO O| Finalize: Updating package cache ... Done
39872026-08-24T20:21:07.724Z[ host-image] Aug 24 20:21:06.787 INFO O| Aug 24 20:21:06.787 INFO O| Finalize: Updating image state ... Done
39882026-08-24T20:21:07.734Z[ host-image] Aug 24 20:21:06.797 INFO O| Aug 24 20:21:06.797 INFO O| Finalize: Creating fast lookup database ... Done
39892026-08-24T20:21:07.737Z[ host-image] Aug 24 20:21:06.797 INFO O| Aug 24 20:21:06.797 INFO O| Finalize: Reading search index ... Done
39902026-08-24T20:21:07.737Z[ host-image] Aug 24 20:21:06.797 INFO O| Aug 24 20:21:06.797 INFO O| Finalize: Updating search index ... Done
39912026-08-24T20:21:07.737Z[ host-image] Aug 24 20:21:06.798 INFO O| Aug 24 20:21:06.798 INFO O| Finalize: Updating package cache ... Done
39922026-08-24T20:21:07.911Z[ host-image] Aug 24 20:21:06.972 INFO O| Aug 24 20:21:06.972 INFO STEP 6 (pkg_change_variant) COMPLETE
39932026-08-24T20:21:07.911Z[ host-image] Aug 24 20:21:06.972 INFO O| Aug 24 20:21:06.972 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39942026-08-24T20:21:07.914Z[ host-image] Aug 24 20:21:06.972 INFO O| Aug 24 20:21:06.972 INFO skip step because feature "debug_variant" is not enabled
39952026-08-24T20:21:07.915Z[ host-image] Aug 24 20:21:06.972 INFO O| Aug 24 20:21:06.972 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39962026-08-24T20:21:08.153Z[ host-image] Aug 24 20:21:07.216 INFO O| Aug 24 20:21:07.216 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39972026-08-24T20:21:09.394Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.85s
39982026-08-24T20:21:09.709Z[ host-image] Aug 24 20:21:08.769 INFO O| Aug 24 20:21:08.769 INFO O| Startup: Refreshing catalog 'helios' ... Done
39992026-08-24T20:21:10.116Z[ host-image] Aug 24 20:21:09.177 INFO O| Aug 24 20:21:09.177 INFO O| Startup: Caching catalogs ... Done
40002026-08-24T20:21:10.129Z[ host-image] Aug 24 20:21:09.190 INFO O| Aug 24 20:21:09.190 INFO O| Planning: Planning completed in 0.00 seconds
40012026-08-24T20:21:10.133Z[ host-image] Aug 24 20:21:09.191 INFO O| Aug 24 20:21:09.191 INFO O| Planning: Consolidating action changes ... Done
40022026-08-24T20:21:10.133Z[ host-image] Aug 24 20:21:09.191 INFO O| Aug 24 20:21:09.191 INFO O| Planning: Evaluating mediators ... Done
40032026-08-24T20:21:10.133Z[ host-image] Aug 24 20:21:09.191 INFO O| Aug 24 20:21:09.191 INFO O| Planning: Planning completed in 0.00 seconds
40042026-08-24T20:21:10.133Z[ host-image] Aug 24 20:21:09.191 INFO O| Aug 24 20:21:09.191 INFO O| Variants/Facets to change: 1
40052026-08-24T20:21:10.139Z[ host-image] Aug 24 20:21:09.200 INFO O| Aug 24 20:21:09.200 INFO O| Finalize: Updating package state database ... Done
40062026-08-24T20:21:10.139Z[ host-image] Aug 24 20:21:09.200 INFO O| Aug 24 20:21:09.200 INFO O| Finalize: Updating package cache ... Done
40072026-08-24T20:21:10.203Z[ host-image] Aug 24 20:21:09.266 INFO O| Aug 24 20:21:09.266 INFO O| Finalize: Updating image state ... Done
40082026-08-24T20:21:10.212Z[ host-image] Aug 24 20:21:09.275 INFO O| Aug 24 20:21:09.275 INFO O| Finalize: Creating fast lookup database ... Done
40092026-08-24T20:21:10.215Z[ host-image] Aug 24 20:21:09.275 INFO O| Aug 24 20:21:09.275 INFO O| Finalize: Reading search index ... Done
40102026-08-24T20:21:10.216Z[ host-image] Aug 24 20:21:09.275 INFO O| Aug 24 20:21:09.275 INFO O| Finalize: Updating search index ... Done
40112026-08-24T20:21:10.216Z[ host-image] Aug 24 20:21:09.276 INFO O| Aug 24 20:21:09.276 INFO O| Finalize: Updating package cache ... Done
40122026-08-24T20:21:10.390Z[ host-image] Aug 24 20:21:09.452 INFO O| Aug 24 20:21:09.452 INFO STEP 8 (pkg_change_facet) COMPLETE
40132026-08-24T20:21:10.390Z[ host-image] Aug 24 20:21:09.452 INFO O| Aug 24 20:21:09.452 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40142026-08-24T20:21:10.396Z[ host-image] Aug 24 20:21:09.452 INFO O| Aug 24 20:21:09.452 INFO skip step because feature "recovery" is not enabled
40152026-08-24T20:21:10.396Z[ host-image] Aug 24 20:21:09.452 INFO O| Aug 24 20:21:09.452 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162026-08-24T20:21:10.397Z[ host-image] Aug 24 20:21:09.452 INFO O| Aug 24 20:21:09.452 INFO skip step because feature "recovery" is not enabled
40172026-08-24T20:21:10.397Z[ host-image] Aug 24 20:21:09.452 INFO O| Aug 24 20:21:09.452 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182026-08-24T20:21:10.400Z[ host-image] Aug 24 20:21:09.459 INFO O| Aug 24 20:21:09.459 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"]
40192026-08-24T20:21:11.890ZAug 24 20:21:10.953 INFO [recovery-package] process exited with exit status: 0 (15.482173029s)
40202026-08-24T20:21:11.890ZAug 24 20:21:10.953 INFO [recovery-libraries] running task
40212026-08-24T20:21:11.890ZAug 24 20:21:10.953 INFO [recovery-stamp] running task
40222026-08-24T20:21:11.894ZAug 24 20:21:10.953 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git9311c660293
40232026-08-24T20:21:11.894ZAug 24 20:21:10.954 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+git9311c660293
40242026-08-24T20:21:11.897Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40252026-08-24T20:21:11.900Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40262026-08-24T20:21:11.949ZAug 24 20:21:11.012 INFO [recovery-libraries] task succeeded (58.67372ms)
40272026-08-24T20:21:11.952ZAug 24 20:21:11.012 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40282026-08-24T20:21:11.958Z[ host-image] Aug 24 20:21:11.021 INFO O| Aug 24 20:21:11.021 INFO O| Startup: Refreshing catalog 'helios' ... Done
40292026-08-24T20:21:12.005Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40302026-08-24T20:21:12.008ZAug 24 20:21:11.070 INFO [stamp-installinator] process exited with exit status: 0 (117.24505ms)
40312026-08-24T20:21:12.075Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40322026-08-24T20:21:12.078ZAug 24 20:21:11.141 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (187.21256ms)
40332026-08-24T20:21:12.078ZAug 24 20:21:11.141 INFO [recovery-stamp] task succeeded (187.98415ms)
40342026-08-24T20:21:12.078ZAug 24 20:21:11.141 INFO [recovery-proto] running task
40352026-08-24T20:21:12.078ZAug 24 20:21:11.141 INFO [tuf-stamp] running task
40362026-08-24T20:21:12.082ZAug 24 20:21:11.141 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+git9311c660293
40372026-08-24T20:21:12.082ZAug 24 20:21:11.142 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+git9311c660293
40382026-08-24T20:21:12.082ZAug 24 20:21:11.142 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+git9311c660293
40392026-08-24T20:21:12.082ZAug 24 20:21:11.143 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+git9311c660293
40402026-08-24T20:21:12.082ZAug 24 20:21:11.143 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+git9311c660293
40412026-08-24T20:21:12.082ZAug 24 20:21:11.144 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+git9311c660293
40422026-08-24T20:21:12.082ZAug 24 20:21:11.144 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+git9311c660293
40432026-08-24T20:21:12.082ZAug 24 20:21:11.144 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+git9311c660293
40442026-08-24T20:21:12.085ZAug 24 20:21:11.145 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+git9311c660293
40452026-08-24T20:21:12.085ZAug 24 20:21:11.145 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+git9311c660293
40462026-08-24T20:21:12.085ZAug 24 20:21:11.145 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+git9311c660293
40472026-08-24T20:21:12.085ZAug 24 20:21:11.145 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+git9311c660293
40482026-08-24T20:21:12.088Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-24T20:21:12.091Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-24T20:21:12.091Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-24T20:21:12.091Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-24T20:21:12.091Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-24T20:21:12.091Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-24T20:21:12.091Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-24T20:21:12.091Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-24T20:21:12.091Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-24T20:21:12.092Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-24T20:21:12.092Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-24T20:21:12.092Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-24T20:21:12.137Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40612026-08-24T20:21:12.140ZAug 24 20:21:11.203 INFO [stamp-probe] process exited with exit status: 0 (59.66207ms)
40622026-08-24T20:21:12.201ZAug 24 20:21:11.264 INFO [recovery-proto] task succeeded (123.13593ms)
40632026-08-24T20:21:12.205ZAug 24 20:21:11.264 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/.tmpsF5wwU/proto/recovery/root -N 'recovery 9311c66/${os_short_commit} 2026-08-24 20:05' -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/'
40642026-08-24T20:21:12.208Z[ recovery-image] Aug 24 20:21:11.271 INFO Checking files for board 'cosmo-mbist-noaggr'
40652026-08-24T20:21:12.208Z[ recovery-image] Aug 24 20:21:11.271 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40662026-08-24T20:21:12.211Z[ recovery-image] Aug 24 20:21:11.271 INFO Checking files for board 'cosmo-mbist'
40672026-08-24T20:21:12.211Z[ recovery-image] Aug 24 20:21:11.271 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40682026-08-24T20:21:12.211Z[ recovery-image] Aug 24 20:21:11.271 INFO Checking files for board 'cosmo'
40692026-08-24T20:21:12.211Z[ recovery-image] Aug 24 20:21:11.271 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40702026-08-24T20:21:12.211Z[ recovery-image] Aug 24 20:21:11.271 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40712026-08-24T20:21:12.211Z[ recovery-image] Aug 24 20:21:11.271 INFO Checking files for board 'gimlet'
40722026-08-24T20:21:12.211Z[ recovery-image] Aug 24 20:21:11.271 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40732026-08-24T20:21:12.211Z[ recovery-image] Aug 24 20:21:11.271 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40742026-08-24T20:21:12.218Z[ recovery-image] Aug 24 20:21:11.281 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpsF5wwU/proto/recovery/root"
40752026-08-24T20:21:12.218Z[ recovery-image] Aug 24 20:21:11.281 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40762026-08-24T20:21:12.221Z[ recovery-image] Aug 24 20:21:11.281 INFO image builder template: ramdisk-01-os...
40772026-08-24T20:21:12.221Z[ recovery-image] Aug 24 20:21:11.281 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/.tmpsF5wwU/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
40782026-08-24T20:21:12.236Z[ recovery-image] Aug 24 20:21:11.299 INFO O| Aug 24 20:21:11.298 INFO CREATE DATASET: rpool/images/build/recovery/output
40792026-08-24T20:21:12.450Z[ host-image] Aug 24 20:21:11.513 INFO O| Aug 24 20:21:11.513 INFO O| Startup: Caching catalogs ... Done
40802026-08-24T20:21:12.522Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40812026-08-24T20:21:12.550Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40822026-08-24T20:21:12.616Z[ recovery-image] Aug 24 20:21:11.678 INFO O| Aug 24 20:21:11.678 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40832026-08-24T20:21:12.620Z[ recovery-image] Aug 24 20:21:11.681 INFO O| Aug 24 20:21:11.681 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40842026-08-24T20:21:12.664Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40852026-08-24T20:21:12.668ZAug 24 20:21:11.730 INFO [stamp-ntp] process exited with exit status: 0 (587.395179ms)
40862026-08-24T20:21:12.714Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40872026-08-24T20:21:12.718ZAug 24 20:21:11.780 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (638.638039ms)
40882026-08-24T20:21:12.887Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40892026-08-24T20:21:12.891ZAug 24 20:21:11.953 INFO [stamp-external-dns] process exited with exit status: 0 (808.636918ms)
40902026-08-24T20:21:12.894Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40912026-08-24T20:21:12.898ZAug 24 20:21:11.959 INFO [stamp-internal-dns] process exited with exit status: 0 (813.416698ms)
40922026-08-24T20:21:12.968Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40932026-08-24T20:21:12.972ZAug 24 20:21:12.034 INFO [stamp-crucible-zone] process exited with exit status: 0 (888.903668ms)
40942026-08-24T20:21:13.198Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40952026-08-24T20:21:13.202ZAug 24 20:21:12.264 INFO [stamp-oximeter] process exited with exit status: 0 (1.120799378s)
40962026-08-24T20:21:13.287Z[ recovery-image] Aug 24 20:21:12.349 INFO O| Aug 24 20:21:12.349 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40972026-08-24T20:21:13.441Z[ recovery-image] Aug 24 20:21:12.503 INFO O| Aug 24 20:21:12.503 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40982026-08-24T20:21:13.444Z[ recovery-image] Aug 24 20:21:12.503 INFO O| Aug 24 20:21:12.503 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40992026-08-24T20:21:13.444Z[ recovery-image] Aug 24 20:21:12.503 INFO O| Aug 24 20:21:12.503 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41002026-08-24T20:21:13.444Z[ recovery-image] Aug 24 20:21:12.503 INFO O| Aug 24 20:21:12.503 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41012026-08-24T20:21:13.449Z[ recovery-image] Aug 24 20:21:12.509 INFO O| Aug 24 20:21:12.509 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41022026-08-24T20:21:14.564Z[ host-image] Aug 24 20:21:13.626 INFO O| Aug 24 20:21:13.626 INFO O| Planning: Solver setup ... Done
41032026-08-24T20:21:14.769Z[ host-image] Aug 24 20:21:13.831 INFO O| Aug 24 20:21:13.831 INFO O| Planning: Running solver ... Done
41042026-08-24T20:21:14.780Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41052026-08-24T20:21:14.783ZAug 24 20:21:13.846 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.701651564s)
41062026-08-24T20:21:14.816Z[ host-image] Aug 24 20:21:13.879 INFO O| Aug 24 20:21:13.879 INFO O| Planning: Finding local manifests ... Done
41072026-08-24T20:21:14.834Z[ host-image] Aug 24 20:21:13.897 INFO O| Aug 24 20:21:13.897 INFO O| Planning: Fetching manifests: 0/130 0% complete
41082026-08-24T20:21:15.970Z[ recovery-image] Aug 24 20:21:15.033 INFO O| Aug 24 20:21:15.033 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092026-08-24T20:21:15.979Z[ recovery-image] Aug 24 20:21:15.041 INFO O| Aug 24 20:21:15.041 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41102026-08-24T20:21:16.242Z[ recovery-image] Aug 24 20:21:15.305 INFO O| Aug 24 20:21:15.305 INFO O| Caching catalogs ... Done
41112026-08-24T20:21:16.315Z[ recovery-image] Aug 24 20:21:15.377 INFO O| Aug 24 20:21:15.377 INFO STEP 0 (pkg_image_create) COMPLETE
41122026-08-24T20:21:16.315Z[ recovery-image] Aug 24 20:21:15.377 INFO O| Aug 24 20:21:15.377 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41132026-08-24T20:21:16.322Z[ recovery-image] Aug 24 20:21:15.385 INFO O| Aug 24 20:21:15.385 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"]
41142026-08-24T20:21:16.735Z[ host-image] Aug 24 20:21:15.798 INFO O| Aug 24 20:21:15.798 INFO O| Planning: Fetching manifests: 130/130 100% complete
41152026-08-24T20:21:16.871Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41162026-08-24T20:21:16.875ZAug 24 20:21:15.937 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.79316047s)
41172026-08-24T20:21:16.887Z[verify-libraries] Compiling match_cfg v0.1.0
41182026-08-24T20:21:16.890Z[verify-libraries] Compiling slog-json v2.6.1
41192026-08-24T20:21:16.890Z[verify-libraries] Compiling debug-ignore v1.0.5
41202026-08-24T20:21:16.890Z[verify-libraries] Compiling progenitor-client v0.14.0
41212026-08-24T20:21:16.890Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41222026-08-24T20:21:16.890Z[verify-libraries] Compiling sha1 v0.11.0
41232026-08-24T20:21:16.890Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41242026-08-24T20:21:16.890Z[verify-libraries] Compiling multer v3.1.0
41252026-08-24T20:21:16.890Z[verify-libraries] Compiling compression-core v0.4.31
41262026-08-24T20:21:16.890Z[verify-libraries] Compiling async-stream-impl v0.3.6
41272026-08-24T20:21:16.890Z[verify-libraries] Compiling serde_spanned v1.1.1
41282026-08-24T20:21:16.890Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41292026-08-24T20:21:17.231Z[ host-image] Aug 24 20:21:16.294 INFO O| Aug 24 20:21:16.294 INFO O| Planning: Package planning ... Done
41302026-08-24T20:21:17.267Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41312026-08-24T20:21:17.271Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41322026-08-24T20:21:17.271ZAug 24 20:21:16.333 INFO [stamp-clickhouse] process exited with exit status: 0 (5.18783133s)
41332026-08-24T20:21:17.275ZAug 24 20:21:16.335 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.19328184s)
41342026-08-24T20:21:17.325Z[verify-libraries] Compiling dropshot v0.17.1
41352026-08-24T20:21:17.325Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41362026-08-24T20:21:17.370Z[verify-libraries] Compiling hostname v0.3.1
41372026-08-24T20:21:17.370Z[verify-libraries] Compiling compression-codecs v0.4.37
41382026-08-24T20:21:17.375Z[verify-libraries] Compiling waitgroup v0.1.2
41392026-08-24T20:21:17.375Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41402026-08-24T20:21:17.458Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41412026-08-24T20:21:17.458Z[verify-libraries] Compiling hostname v0.4.2
41422026-08-24T20:21:17.462Z[verify-libraries] Compiling atomicwrites v0.4.4
41432026-08-24T20:21:17.548Z[ host-image] Aug 24 20:21:16.609 INFO O| Aug 24 20:21:16.609 INFO O| Planning: Merging actions ... Done
41442026-08-24T20:21:17.551Z[verify-libraries] Compiling slog-bunyan v2.5.0
41452026-08-24T20:21:17.551Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41462026-08-24T20:21:17.551Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41472026-08-24T20:21:17.640Z[verify-libraries] Compiling async-compression v0.4.41
41482026-08-24T20:21:17.640Z[verify-libraries] Compiling macaddr v1.0.1
41492026-08-24T20:21:17.643Z[verify-libraries] Compiling regress v0.10.5
41502026-08-24T20:21:17.643Z[verify-libraries] Compiling instant v0.1.13
41512026-08-24T20:21:17.643Z[verify-libraries] Compiling parse-display-derive v0.10.0
41522026-08-24T20:21:17.668Z[ host-image] Aug 24 20:21:16.731 INFO O| Aug 24 20:21:16.731 INFO O| Planning: Checking for conflicting actions ... Done
41532026-08-24T20:21:17.702Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41542026-08-24T20:21:17.705ZAug 24 20:21:16.768 INFO [stamp-nexus] process exited with exit status: 0 (5.624718439s)
41552026-08-24T20:21:17.705ZAug 24 20:21:16.768 INFO [tuf-stamp] task succeeded (5.627461189s)
41562026-08-24T20:21:17.705ZAug 24 20:21:16.768 INFO [tuf-v2-zones] running task
41572026-08-24T20:21:17.770Z[verify-libraries] Compiling itertools v0.14.0
41582026-08-24T20:21:17.770Z[verify-libraries] Compiling backon v1.6.0
41592026-08-24T20:21:17.777Z[ host-image] Aug 24 20:21:16.840 INFO O| Aug 24 20:21:16.840 INFO O| Planning: Consolidating action changes ... Done
41602026-08-24T20:21:17.793Z[verify-libraries] Compiling backoff v0.4.0
41612026-08-24T20:21:17.836Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41622026-08-24T20:21:17.836Z[verify-libraries] Compiling humantime v2.3.0
41632026-08-24T20:21:17.892ZAug 24 20:21:16.954 INFO [tuf-v2-zones] task succeeded (185.993069ms)
41642026-08-24T20:21:17.911Z[verify-libraries] Compiling convert_case v0.4.0
41652026-08-24T20:21:17.956Z[verify-libraries] Compiling async-stream v0.3.6
41662026-08-24T20:21:17.975Z[ host-image] Aug 24 20:21:17.037 INFO O| Aug 24 20:21:17.037 INFO O| Planning: Evaluating mediators ... Done
41672026-08-24T20:21:18.016Z[verify-libraries] Compiling progenitor-extras v0.2.0
41682026-08-24T20:21:18.039Z[verify-libraries] Compiling half v2.7.1
41692026-08-24T20:21:18.062Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41702026-08-24T20:21:18.062Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41712026-08-24T20:21:18.063Z[verify-libraries] Compiling ciborium-io v0.2.2
41722026-08-24T20:21:18.125Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41732026-08-24T20:21:18.151Z[verify-libraries] Compiling indent_write v2.2.0
41742026-08-24T20:21:18.181Z[verify-libraries] Compiling regress v0.11.1
41752026-08-24T20:21:18.181Z[verify-libraries] Compiling secrecy v0.10.3
41762026-08-24T20:21:18.204Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41772026-08-24T20:21:18.247Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41782026-08-24T20:21:18.301Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41792026-08-24T20:21:18.340Z[verify-libraries] Compiling ciborium-ll v0.2.2
41802026-08-24T20:21:18.364Z[verify-libraries] Compiling derive_more v0.99.20
41812026-08-24T20:21:18.418Z[verify-libraries] Compiling inout v0.1.4
41822026-08-24T20:21:18.438Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41832026-08-24T20:21:18.461Z[verify-libraries] Compiling universal-hash v0.5.1
41842026-08-24T20:21:18.579Z[verify-libraries] Compiling ciborium v0.2.2
41852026-08-24T20:21:18.583Z[ recovery-image] Aug 24 20:21:17.643 INFO O| Aug 24 20:21:17.643 INFO STEP 1 (pkg_set_publisher) COMPLETE
41862026-08-24T20:21:18.583Z[ recovery-image] Aug 24 20:21:17.643 INFO O| Aug 24 20:21:17.643 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41872026-08-24T20:21:18.583Z[ recovery-image] Aug 24 20:21:17.643 INFO O| Aug 24 20:21:17.643 INFO skip step because feature "publisher_1_name" is not enabled
41882026-08-24T20:21:18.583Z[ recovery-image] Aug 24 20:21:17.643 INFO O| Aug 24 20:21:17.643 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-08-24T20:21:18.583Z[ recovery-image] Aug 24 20:21:17.643 INFO O| Aug 24 20:21:17.643 INFO skip step because feature "publisher_2_name" is not enabled
41902026-08-24T20:21:18.584Z[ recovery-image] Aug 24 20:21:17.643 INFO O| Aug 24 20:21:17.643 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912026-08-24T20:21:18.584Z[ recovery-image] Aug 24 20:21:17.643 INFO O| Aug 24 20:21:17.643 INFO skip step because feature "publisher_3_name" is not enabled
41922026-08-24T20:21:18.584Z[ recovery-image] Aug 24 20:21:17.643 INFO O| Aug 24 20:21:17.643 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932026-08-24T20:21:18.624Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41942026-08-24T20:21:18.659Z[verify-libraries] Compiling cipher v0.4.4
41952026-08-24T20:21:18.662Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41962026-08-24T20:21:18.716Z[verify-libraries] Compiling opaque-debug v0.3.1
41972026-08-24T20:21:18.750Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41982026-08-24T20:21:18.843Z[verify-libraries] Compiling poly1305 v0.8.0
41992026-08-24T20:21:18.893Z[ recovery-image] Aug 24 20:21:17.955 INFO O| Aug 24 20:21:17.955 INFO variant opensolaris.zone is already global
42002026-08-24T20:21:18.893Z[ recovery-image] Aug 24 20:21:17.955 INFO O| Aug 24 20:21:17.955 INFO STEP 5 (pkg_change_variant) COMPLETE
42012026-08-24T20:21:18.893Z[ recovery-image] Aug 24 20:21:17.955 INFO O| Aug 24 20:21:17.955 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42022026-08-24T20:21:18.928Z[verify-libraries] Compiling blake2 v0.10.6
42032026-08-24T20:21:19.020Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42042026-08-24T20:21:19.023Z[verify-libraries] Compiling chacha20 v0.9.1
42052026-08-24T20:21:19.084Z[verify-libraries] Compiling aead v0.5.2
42062026-08-24T20:21:19.128Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42072026-08-24T20:21:19.214Z[ recovery-image] Aug 24 20:21:18.276 INFO O| Aug 24 20:21:18.276 INFO variant opensolaris.imagetype is full; changing to partial
42082026-08-24T20:21:19.214Z[ recovery-image] Aug 24 20:21:18.276 INFO O| Aug 24 20:21:18.276 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42092026-08-24T20:21:19.221Z[verify-libraries] Compiling password-hash v0.5.0
42102026-08-24T20:21:19.276Z[verify-libraries] Compiling num-derive v0.4.2
42112026-08-24T20:21:19.377Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42122026-08-24T20:21:19.392Z[ host-image] Aug 24 20:21:18.455 INFO O| Aug 24 20:21:18.455 INFO O| Planning: Planning completed in 6.93 seconds
42132026-08-24T20:21:19.396Z[ host-image] Aug 24 20:21:18.457 INFO O| Aug 24 20:21:18.457 INFO O| Packages to install: 130
42142026-08-24T20:21:19.396Z[ host-image] Aug 24 20:21:18.457 INFO O| Aug 24 20:21:18.457 INFO O| Mediators to change: 5
42152026-08-24T20:21:19.396Z[ host-image] Aug 24 20:21:18.457 INFO O| Aug 24 20:21:18.457 INFO O| Services to change: 6
42162026-08-24T20:21:19.427Z[ host-image] Aug 24 20:21:18.490 INFO O| Aug 24 20:21:18.490 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42172026-08-24T20:21:19.430Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42182026-08-24T20:21:19.430Z[verify-libraries] Compiling rayon-core v1.13.0
42192026-08-24T20:21:19.586Z[verify-libraries] Compiling argon2 v0.5.3
42202026-08-24T20:21:19.631Z[verify-libraries] Compiling parse-display v0.10.0
42212026-08-24T20:21:19.662Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42222026-08-24T20:21:19.752Z[verify-libraries] Compiling glob v0.3.3
42232026-08-24T20:21:19.756Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42242026-08-24T20:21:19.802Z[verify-libraries] Compiling usdt-macro v0.5.0
42252026-08-24T20:21:19.970Z[verify-libraries] Compiling typify-impl v0.6.2
42262026-08-24T20:21:20.047Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42272026-08-24T20:21:20.050Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42282026-08-24T20:21:20.171Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42292026-08-24T20:21:20.243Z[verify-libraries] Compiling vsss-rs v3.3.4
42302026-08-24T20:21:20.409Z[verify-libraries] Compiling memmap v0.7.0
42312026-08-24T20:21:20.543Z[verify-libraries] Compiling heapless v0.8.0
42322026-08-24T20:21:20.605Z[verify-libraries] Compiling proc-macro-error v1.0.4
42332026-08-24T20:21:20.709Z[verify-libraries] Compiling ingot-macros v0.2.0
42342026-08-24T20:21:20.764Z[verify-libraries] Compiling tabwriter v1.4.1
42352026-08-24T20:21:20.810Z[verify-libraries] Compiling hash32 v0.3.1
42362026-08-24T20:21:20.833Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42372026-08-24T20:21:20.893Z[verify-libraries] Compiling usdt v0.5.0
42382026-08-24T20:21:21.045Z[verify-libraries] Compiling smoltcp v0.11.0
42392026-08-24T20:21:21.085Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42402026-08-24T20:21:21.085Z[verify-libraries] Compiling cobs v0.3.0
42412026-08-24T20:21:21.110Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42422026-08-24T20:21:21.160Z[ recovery-image] Aug 24 20:21:20.222 INFO O| Aug 24 20:21:20.222 INFO O| Startup: Refreshing catalog 'helios' ... Done
42432026-08-24T20:21:21.175Z[verify-libraries] Compiling colored v3.1.1
42442026-08-24T20:21:21.205Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42452026-08-24T20:21:21.247Z[verify-libraries] Compiling rayon v1.11.0
42462026-08-24T20:21:21.346Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42472026-08-24T20:21:21.349Z[verify-libraries] Compiling postcard v1.1.3
42482026-08-24T20:21:21.466Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42492026-08-24T20:21:21.492Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42502026-08-24T20:21:21.492Z[verify-libraries] Compiling num_enum_derive v0.7.6
42512026-08-24T20:21:21.544Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42522026-08-24T20:21:21.598Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42532026-08-24T20:21:21.601Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42542026-08-24T20:21:21.762Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42552026-08-24T20:21:21.937Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42562026-08-24T20:21:21.966Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42572026-08-24T20:21:21.969Z[verify-libraries] Compiling num_enum_derive v0.5.11
42582026-08-24T20:21:21.969Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42592026-08-24T20:21:22.013Z[verify-libraries] Compiling cstr-argument v0.1.2
42602026-08-24T20:21:22.112Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42612026-08-24T20:21:22.222Z[verify-libraries] Compiling foreign-types v0.5.0
42622026-08-24T20:21:22.222Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42632026-08-24T20:21:22.295Z[verify-libraries] Compiling sigpipe v0.1.3
42642026-08-24T20:21:22.394Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42652026-08-24T20:21:22.426Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42662026-08-24T20:21:22.450Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42672026-08-24T20:21:22.450Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42682026-08-24T20:21:22.485Z[ recovery-image] Aug 24 20:21:21.547 INFO O| Aug 24 20:21:21.547 INFO O| Startup: Caching catalogs ... Done
42692026-08-24T20:21:22.501Z[ recovery-image] Aug 24 20:21:21.564 INFO O| Aug 24 20:21:21.563 INFO O| Planning: Planning completed in 0.00 seconds
42702026-08-24T20:21:22.505Z[ recovery-image] Aug 24 20:21:21.564 INFO O| Aug 24 20:21:21.564 INFO O| Planning: Consolidating action changes ... Done
42712026-08-24T20:21:22.505Z[ recovery-image] Aug 24 20:21:21.564 INFO O| Aug 24 20:21:21.564 INFO O| Planning: Evaluating mediators ... Done
42722026-08-24T20:21:22.510Z[ recovery-image] Aug 24 20:21:21.564 INFO O| Aug 24 20:21:21.564 INFO O| Planning: Planning completed in 0.00 seconds
42732026-08-24T20:21:22.510Z[ recovery-image] Aug 24 20:21:21.564 INFO O| Aug 24 20:21:21.564 INFO O| Variants/Facets to change: 1
42742026-08-24T20:21:22.522Z[ recovery-image] Aug 24 20:21:21.584 INFO O| Aug 24 20:21:21.584 INFO O| Finalize: Updating package state database ... Done
42752026-08-24T20:21:22.522Z[ recovery-image] Aug 24 20:21:21.585 INFO O| Aug 24 20:21:21.584 INFO O| Finalize: Updating package cache ... Done
42762026-08-24T20:21:22.526Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42772026-08-24T20:21:22.607Z[ recovery-image] Aug 24 20:21:21.669 INFO O| Aug 24 20:21:21.668 INFO O| Finalize: Updating image state ... Done
42782026-08-24T20:21:22.629Z[ recovery-image] Aug 24 20:21:21.691 INFO O| Aug 24 20:21:21.691 INFO O| Finalize: Creating fast lookup database ... Done
42792026-08-24T20:21:22.632Z[ recovery-image] Aug 24 20:21:21.692 INFO O| Aug 24 20:21:21.692 INFO O| Finalize: Reading search index ... Done
42802026-08-24T20:21:22.632Z[ recovery-image] Aug 24 20:21:21.692 INFO O| Aug 24 20:21:21.692 INFO O| Finalize: Updating search index ... Done
42812026-08-24T20:21:22.632Z[ recovery-image] Aug 24 20:21:21.693 INFO O| Aug 24 20:21:21.693 INFO O| Finalize: Updating package cache ... Done
42822026-08-24T20:21:22.657Z[verify-libraries] Compiling itertools v0.12.1
42832026-08-24T20:21:22.699Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42842026-08-24T20:21:22.730Z[verify-libraries] Compiling num_enum v0.7.6
42852026-08-24T20:21:22.734Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42862026-08-24T20:21:22.779Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42872026-08-24T20:21:22.779Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42882026-08-24T20:21:22.783Z[verify-libraries] Compiling toml v0.8.23
42892026-08-24T20:21:22.872Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42902026-08-24T20:21:22.905Z[ recovery-image] Aug 24 20:21:21.967 INFO O| Aug 24 20:21:21.967 INFO STEP 6 (pkg_change_variant) COMPLETE
42912026-08-24T20:21:22.905Z[ recovery-image] Aug 24 20:21:21.967 INFO O| Aug 24 20:21:21.967 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-08-24T20:21:22.905Z[ recovery-image] Aug 24 20:21:21.967 INFO O| Aug 24 20:21:21.967 INFO skip step because feature "debug_variant" is not enabled
42932026-08-24T20:21:22.908Z[ recovery-image] Aug 24 20:21:21.967 INFO O| Aug 24 20:21:21.967 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42942026-08-24T20:21:22.912Z[verify-libraries] Compiling smf v0.2.3
42952026-08-24T20:21:23.000Z[verify-libraries] Compiling whoami v1.6.1
42962026-08-24T20:21:23.063Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42972026-08-24T20:21:23.214Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42982026-08-24T20:21:23.219Z[verify-libraries] Compiling num_enum v0.5.11
42992026-08-24T20:21:23.219Z[verify-libraries] Compiling derive-where v1.6.0
43002026-08-24T20:21:23.249Z[ recovery-image] Aug 24 20:21:22.312 INFO O| Aug 24 20:21:22.311 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43012026-08-24T20:21:23.290Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43022026-08-24T20:21:23.436Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43032026-08-24T20:21:23.436Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43042026-08-24T20:21:23.542Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43052026-08-24T20:21:23.545Z[verify-libraries] Compiling gethostname v0.5.0
43062026-08-24T20:21:23.564Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43072026-08-24T20:21:23.758Z[verify-libraries] Compiling newline-converter v0.3.0
43082026-08-24T20:21:23.834Z[verify-libraries] Compiling console v0.15.11
43092026-08-24T20:21:23.861Z[verify-libraries] Compiling linear-map v1.2.0
43102026-08-24T20:21:23.892Z[verify-libraries] Compiling resolv-conf v0.7.6
43112026-08-24T20:21:23.926Z[verify-libraries] Compiling zone v0.3.1
43122026-08-24T20:21:23.947Z[verify-libraries] Compiling ingot-types v0.2.0
43132026-08-24T20:21:24.024Z[verify-libraries] Compiling num-rational v0.4.2
43142026-08-24T20:21:24.050Z[verify-libraries] Compiling num-complex v0.4.6
43152026-08-24T20:21:24.050Z[verify-libraries] Compiling slog-dtrace v0.3.0
43162026-08-24T20:21:24.122Z[verify-libraries] Compiling prettyplease v0.2.37
43172026-08-24T20:21:24.272Z[verify-libraries] Compiling expectorate v1.2.0
43182026-08-24T20:21:24.389Z[verify-libraries] Compiling ingot v0.2.1
43192026-08-24T20:21:24.419Z[verify-libraries] Compiling float-ord v0.3.2
43202026-08-24T20:21:24.427Z[ host-image] Aug 24 20:21:23.490 INFO O| Aug 24 20:21:23.490 INFO O| Download: 10648/23888 items 93.1/222.8MB 41% complete (18.6M/s)
43212026-08-24T20:21:24.529Z[verify-libraries] Compiling num v0.4.3
43222026-08-24T20:21:24.559Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43232026-08-24T20:21:24.560Z[verify-libraries] Compiling linked-hash-map v0.5.6
43242026-08-24T20:21:24.635Z[verify-libraries] Compiling hickory-proto v0.24.4
43252026-08-24T20:21:24.639Z[verify-libraries] Compiling minimal-lexical v0.2.1
43262026-08-24T20:21:24.707Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43272026-08-24T20:21:24.710Z[verify-libraries] Compiling unicode-xid v0.2.6
43282026-08-24T20:21:24.710Z[verify-libraries] Compiling tabled_derive v0.7.0
43292026-08-24T20:21:24.845Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43302026-08-24T20:21:24.896Z[verify-libraries] Compiling lru-cache v0.1.2
43312026-08-24T20:21:24.997Z[verify-libraries] Compiling nom v7.1.3
43322026-08-24T20:21:25.019Z[verify-libraries] Compiling fd-lock v4.0.4
43332026-08-24T20:21:25.022Z[verify-libraries] Compiling vte v0.14.1
43342026-08-24T20:21:25.044Z[verify-libraries] Compiling typify-macro v0.6.2
43352026-08-24T20:21:25.082Z[verify-libraries] Compiling display-error-chain v0.2.2
43362026-08-24T20:21:25.203Z[verify-libraries] Compiling crossterm v0.29.0
43372026-08-24T20:21:25.293Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43382026-08-24T20:21:25.299Z[ recovery-image] Aug 24 20:21:24.361 INFO O| Aug 24 20:21:24.361 INFO O| Startup: Refreshing catalog 'helios' ... Done
43392026-08-24T20:21:25.353Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43402026-08-24T20:21:25.535Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43412026-08-24T20:21:25.571Z[verify-libraries] Compiling stacker v0.1.23
43422026-08-24T20:21:25.571Z[verify-libraries] Compiling cfg_aliases v0.1.1
43432026-08-24T20:21:25.829Z[verify-libraries] Compiling reedline v0.40.0
43442026-08-24T20:21:25.833Z[verify-libraries] Compiling nix v0.28.0
43452026-08-24T20:21:25.833Z[ recovery-image] Aug 24 20:21:24.893 INFO O| Aug 24 20:21:24.893 INFO O| Startup: Caching catalogs ... Done
43462026-08-24T20:21:25.849Z[ recovery-image] Aug 24 20:21:24.912 INFO O| Aug 24 20:21:24.911 INFO O| Planning: Planning completed in 0.00 seconds
43472026-08-24T20:21:25.853Z[ recovery-image] Aug 24 20:21:24.912 INFO O| Aug 24 20:21:24.912 INFO O| Planning: Consolidating action changes ... Done
43482026-08-24T20:21:25.853Z[ recovery-image] Aug 24 20:21:24.912 INFO O| Aug 24 20:21:24.912 INFO O| Planning: Evaluating mediators ... Done
43492026-08-24T20:21:25.853Z[ recovery-image] Aug 24 20:21:24.912 INFO O| Aug 24 20:21:24.912 INFO O| Planning: Planning completed in 0.00 seconds
43502026-08-24T20:21:25.853Z[ recovery-image] Aug 24 20:21:24.913 INFO O| Aug 24 20:21:24.913 INFO O| Variants/Facets to change: 1
43512026-08-24T20:21:25.857Z[verify-libraries] Compiling semver v0.1.20
43522026-08-24T20:21:25.906Z[verify-libraries] Compiling psm v0.1.30
43532026-08-24T20:21:25.993Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43542026-08-24T20:21:26.060Z[verify-libraries] Compiling tabled v0.15.0
43552026-08-24T20:21:26.124Z[verify-libraries] Compiling termtree v0.5.1
43562026-08-24T20:21:26.136Z[ recovery-image] Aug 24 20:21:25.198 INFO O| Aug 24 20:21:25.198 INFO O| Finalize: Updating package state database ... Done
43572026-08-24T20:21:26.137Z[ recovery-image] Aug 24 20:21:25.199 INFO O| Aug 24 20:21:25.198 INFO O| Finalize: Updating package cache ... Done
43582026-08-24T20:21:26.204Z[ recovery-image] Aug 24 20:21:25.266 INFO O| Aug 24 20:21:25.266 INFO O| Finalize: Updating image state ... Done
43592026-08-24T20:21:26.211Z[verify-libraries] Compiling rustc_version v0.1.7
43602026-08-24T20:21:26.220Z[ recovery-image] Aug 24 20:21:25.282 INFO O| Aug 24 20:21:25.282 INFO O| Finalize: Creating fast lookup database ... Done
43612026-08-24T20:21:26.223Z[ recovery-image] Aug 24 20:21:25.282 INFO O| Aug 24 20:21:25.282 INFO O| Finalize: Reading search index ... Done
43622026-08-24T20:21:26.223Z[ recovery-image] Aug 24 20:21:25.282 INFO O| Aug 24 20:21:25.282 INFO O| Finalize: Updating search index ... Done
43632026-08-24T20:21:26.223Z[ recovery-image] Aug 24 20:21:25.283 INFO O| Aug 24 20:21:25.283 INFO O| Finalize: Updating package cache ... Done
43642026-08-24T20:21:26.264Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43652026-08-24T20:21:26.392Z[verify-libraries] Compiling phf_shared v0.12.1
43662026-08-24T20:21:26.453Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43672026-08-24T20:21:26.507Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43682026-08-24T20:21:26.526Z[ recovery-image] Aug 24 20:21:25.588 INFO O| Aug 24 20:21:25.588 INFO STEP 8 (pkg_change_facet) COMPLETE
43692026-08-24T20:21:26.526Z[ recovery-image] Aug 24 20:21:25.588 INFO O| Aug 24 20:21:25.588 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43702026-08-24T20:21:26.557Z[verify-libraries] Compiling nibble_vec v0.1.0
43712026-08-24T20:21:26.618Z[verify-libraries] Compiling chrono-tz v0.10.4
43722026-08-24T20:21:26.646Z[verify-libraries] Compiling highway v1.3.0
43732026-08-24T20:21:26.650Z[verify-libraries] Compiling endian-type v0.1.2
43742026-08-24T20:21:26.711Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43752026-08-24T20:21:26.714Z[verify-libraries] Compiling phf v0.12.1
43762026-08-24T20:21:26.787Z[verify-libraries] Compiling newtype_derive v0.1.6
43772026-08-24T20:21:26.864Z[verify-libraries] Compiling radix_trie v0.2.1
43782026-08-24T20:21:26.874Z[ recovery-image] Aug 24 20:21:25.936 INFO O| Aug 24 20:21:25.936 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43792026-08-24T20:21:27.013Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43802026-08-24T20:21:27.020Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43812026-08-24T20:21:27.064Z[verify-libraries] Compiling hickory-resolver v0.24.4
43822026-08-24T20:21:27.064Z[verify-libraries] Compiling recursive v0.1.1
43832026-08-24T20:21:27.132Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43842026-08-24T20:21:27.162Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43852026-08-24T20:21:27.209Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43862026-08-24T20:21:27.209Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43872026-08-24T20:21:27.265Z[verify-libraries] Compiling typify v0.6.2
43882026-08-24T20:21:27.427Z[verify-libraries] Compiling progenitor-impl v0.14.0
43892026-08-24T20:21:27.725Z[verify-libraries] Compiling peg-macros v0.8.5
43902026-08-24T20:21:28.014Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43912026-08-24T20:21:28.171Z[verify-libraries] Compiling qorb v0.4.1
43922026-08-24T20:21:28.294Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43932026-08-24T20:21:28.341Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43942026-08-24T20:21:28.416Z[verify-libraries] Compiling csv-core v0.1.13
43952026-08-24T20:21:28.575Z[verify-libraries] Compiling winnow v0.6.26
43962026-08-24T20:21:28.669Z[verify-libraries] Compiling unicode_categories v0.1.1
43972026-08-24T20:21:28.702Z[verify-libraries] Compiling home v0.5.12
43982026-08-24T20:21:28.745Z[verify-libraries] Compiling csv v1.4.0
43992026-08-24T20:21:28.928Z[verify-libraries] Compiling rustyline v14.0.0
44002026-08-24T20:21:28.957Z[ recovery-image] Aug 24 20:21:28.020 INFO O| Aug 24 20:21:28.019 INFO O| Startup: Refreshing catalog 'helios' ... Done
44012026-08-24T20:21:28.977Z[verify-libraries] Compiling const_format v0.2.35
44022026-08-24T20:21:29.260Z[verify-libraries] Compiling sqlparser v0.61.0
44032026-08-24T20:21:29.337Z[verify-libraries] Compiling peg v0.8.5
44042026-08-24T20:21:29.428Z[ host-image] Aug 24 20:21:28.490 INFO O| Aug 24 20:21:28.490 INFO O| Download: 20501/23888 items 179.5/222.8MB 80% complete (17.9M/s)
44052026-08-24T20:21:29.435Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44062026-08-24T20:21:29.467Z[ recovery-image] Aug 24 20:21:28.529 INFO O| Aug 24 20:21:28.529 INFO O| Startup: Caching catalogs ... Done
44072026-08-24T20:21:29.484Z[ recovery-image] Aug 24 20:21:28.545 INFO O| Aug 24 20:21:28.545 INFO O| Planning: Planning completed in 0.00 seconds
44082026-08-24T20:21:29.484Z[ recovery-image] Aug 24 20:21:28.546 INFO O| Aug 24 20:21:28.546 INFO O| Planning: Consolidating action changes ... Done
44092026-08-24T20:21:29.484Z[ recovery-image] Aug 24 20:21:28.546 INFO O| Aug 24 20:21:28.546 INFO O| Planning: Evaluating mediators ... Done
44102026-08-24T20:21:29.484Z[ recovery-image] Aug 24 20:21:28.546 INFO O| Aug 24 20:21:28.546 INFO O| Planning: Planning completed in 0.00 seconds
44112026-08-24T20:21:29.488Z[ recovery-image] Aug 24 20:21:28.546 INFO O| Aug 24 20:21:28.546 INFO O| Variants/Facets to change: 1
44122026-08-24T20:21:29.493Z[verify-libraries] Compiling bcs v0.1.6
44132026-08-24T20:21:29.496Z[ recovery-image] Aug 24 20:21:28.558 INFO O| Aug 24 20:21:28.558 INFO O| Finalize: Updating package state database ... Done
44142026-08-24T20:21:29.496Z[ recovery-image] Aug 24 20:21:28.558 INFO O| Aug 24 20:21:28.558 INFO O| Finalize: Updating package cache ... Done
44152026-08-24T20:21:29.563Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44162026-08-24T20:21:29.566Z[ recovery-image] Aug 24 20:21:28.628 INFO O| Aug 24 20:21:28.628 INFO O| Finalize: Updating image state ... Done
44172026-08-24T20:21:29.586Z[ recovery-image] Aug 24 20:21:28.644 INFO O| Aug 24 20:21:28.644 INFO O| Finalize: Creating fast lookup database ... Done
44182026-08-24T20:21:29.586Z[ recovery-image] Aug 24 20:21:28.644 INFO O| Aug 24 20:21:28.644 INFO O| Finalize: Reading search index ... Done
44192026-08-24T20:21:29.589Z[ recovery-image] Aug 24 20:21:28.644 INFO O| Aug 24 20:21:28.644 INFO O| Finalize: Updating search index ... Done
44202026-08-24T20:21:29.589Z[ recovery-image] Aug 24 20:21:28.646 INFO O| Aug 24 20:21:28.646 INFO O| Finalize: Updating package cache ... Done
44212026-08-24T20:21:29.634Z[verify-libraries] Compiling nom v8.0.0
44222026-08-24T20:21:29.664Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44232026-08-24T20:21:29.863Z[ recovery-image] Aug 24 20:21:28.925 INFO O| Aug 24 20:21:28.925 INFO STEP 9 (pkg_change_facet) COMPLETE
44242026-08-24T20:21:29.863Z[ recovery-image] Aug 24 20:21:28.925 INFO O| Aug 24 20:21:28.925 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44252026-08-24T20:21:29.907Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44262026-08-24T20:21:30.059Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44272026-08-24T20:21:30.084Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44282026-08-24T20:21:30.129Z[verify-libraries] Compiling sqlformat v0.3.5
44292026-08-24T20:21:30.207Z[ recovery-image] Aug 24 20:21:29.269 INFO O| Aug 24 20:21:29.269 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44302026-08-24T20:21:30.278Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44312026-08-24T20:21:30.341Z[verify-libraries] Compiling progenitor-macro v0.14.0
44322026-08-24T20:21:30.374Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44332026-08-24T20:21:30.468Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44342026-08-24T20:21:30.586Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44352026-08-24T20:21:30.614Z[verify-libraries] Compiling steno v0.4.1
44362026-08-24T20:21:30.755Z[verify-libraries] Compiling sha1 v0.10.6
44372026-08-24T20:21:30.894Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44382026-08-24T20:21:31.013Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44392026-08-24T20:21:31.073Z[verify-libraries] Compiling tagptr v0.2.0
44402026-08-24T20:21:31.097Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
44412026-08-24T20:21:31.320Z[verify-libraries] Compiling moka v0.12.13
44422026-08-24T20:21:31.372Z[verify-libraries] Compiling utf-8 v0.7.6
44432026-08-24T20:21:31.408Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44442026-08-24T20:21:31.469Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44452026-08-24T20:21:31.498Z[ host-image] Aug 24 20:21:30.559 INFO O| Aug 24 20:21:30.559 INFO O| Download: Completed 222.83 MB in 12.07 seconds (18.4M/s)
44462026-08-24T20:21:31.516Z[verify-libraries] Compiling libefi-sys v0.1.0
44472026-08-24T20:21:31.519Z[verify-libraries] Compiling bitfield-struct v0.6.2
44482026-08-24T20:21:31.730Z[verify-libraries] Compiling tungstenite v0.21.0
44492026-08-24T20:21:31.730Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44502026-08-24T20:21:31.802Z[verify-libraries] Compiling xshell-macros v0.2.7
44512026-08-24T20:21:32.024Z[ host-image] Aug 24 20:21:31.086 INFO O| Aug 24 20:21:31.086 INFO O| Actions: 1/54182 actions (Installing new actions)
44522026-08-24T20:21:32.087Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
44532026-08-24T20:21:32.155Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44542026-08-24T20:21:32.235Z[verify-libraries] Compiling hickory-resolver v0.25.2
44552026-08-24T20:21:32.291Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44562026-08-24T20:21:32.336Z[verify-libraries] Compiling xshell v0.2.7
44572026-08-24T20:21:32.374Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44582026-08-24T20:21:32.377Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44592026-08-24T20:21:32.386Z[ recovery-image] Aug 24 20:21:31.446 INFO O| Aug 24 20:21:31.446 INFO O| Startup: Refreshing catalog 'helios' ... Done
44602026-08-24T20:21:32.452Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44612026-08-24T20:21:32.559Z[verify-libraries] Compiling libscf-sys v1.2.0
44622026-08-24T20:21:32.698Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44632026-08-24T20:21:32.764Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44642026-08-24T20:21:32.768Z[verify-libraries] Compiling papergrid v0.18.0
44652026-08-24T20:21:32.830Z[ recovery-image] Aug 24 20:21:31.893 INFO O| Aug 24 20:21:31.893 INFO O| Startup: Caching catalogs ... Done
44662026-08-24T20:21:32.833Z[verify-libraries] Compiling subprocess v0.2.15
44672026-08-24T20:21:32.845Z[ recovery-image] Aug 24 20:21:31.908 INFO O| Aug 24 20:21:31.908 INFO O| Planning: Planning completed in 0.00 seconds
44682026-08-24T20:21:32.849Z[ recovery-image] Aug 24 20:21:31.908 INFO O| Aug 24 20:21:31.908 INFO O| Planning: Consolidating action changes ... Done
44692026-08-24T20:21:32.849Z[ recovery-image] Aug 24 20:21:31.908 INFO O| Aug 24 20:21:31.908 INFO O| Planning: Evaluating mediators ... Done
44702026-08-24T20:21:32.849Z[ recovery-image] Aug 24 20:21:31.908 INFO O| Aug 24 20:21:31.908 INFO O| Planning: Planning completed in 0.00 seconds
44712026-08-24T20:21:32.849Z[ recovery-image] Aug 24 20:21:31.909 INFO O| Aug 24 20:21:31.909 INFO O| Variants/Facets to change: 1
44722026-08-24T20:21:32.888Z[ recovery-image] Aug 24 20:21:31.951 INFO O| Aug 24 20:21:31.951 INFO O| Finalize: Updating package state database ... Done
44732026-08-24T20:21:32.888Z[ recovery-image] Aug 24 20:21:31.951 INFO O| Aug 24 20:21:31.951 INFO O| Finalize: Updating package cache ... Done
44742026-08-24T20:21:32.902Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44752026-08-24T20:21:32.970Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44762026-08-24T20:21:32.980Z[ recovery-image] Aug 24 20:21:32.042 INFO O| Aug 24 20:21:32.042 INFO O| Finalize: Updating image state ... Done
44772026-08-24T20:21:32.996Z[ recovery-image] Aug 24 20:21:32.058 INFO O| Aug 24 20:21:32.058 INFO O| Finalize: Creating fast lookup database ... Done
44782026-08-24T20:21:32.999Z[ recovery-image] Aug 24 20:21:32.059 INFO O| Aug 24 20:21:32.059 INFO O| Finalize: Reading search index ... Done
44792026-08-24T20:21:32.999Z[ recovery-image] Aug 24 20:21:32.059 INFO O| Aug 24 20:21:32.059 INFO O| Finalize: Updating search index ... Done
44802026-08-24T20:21:32.999Z[ recovery-image] Aug 24 20:21:32.060 INFO O| Aug 24 20:21:32.060 INFO O| Finalize: Updating package cache ... Done
44812026-08-24T20:21:33.011Z[verify-libraries] Compiling headers-core v0.3.0
44822026-08-24T20:21:33.180Z[verify-libraries] Compiling unicase v2.9.0
44832026-08-24T20:21:33.238Z[verify-libraries] Compiling headers v0.4.1
44842026-08-24T20:21:33.292Z[ recovery-image] Aug 24 20:21:32.354 INFO O| Aug 24 20:21:32.354 INFO STEP 10 (pkg_change_facet) COMPLETE
44852026-08-24T20:21:33.292Z[ recovery-image] Aug 24 20:21:32.354 INFO O| Aug 24 20:21:32.354 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44862026-08-24T20:21:33.296Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44872026-08-24T20:21:33.302Z[ recovery-image] Aug 24 20:21:32.365 INFO O| Aug 24 20:21:32.365 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"]
44882026-08-24T20:21:33.508Z[verify-libraries] Compiling darling_core v0.21.3
44892026-08-24T20:21:33.561Z[verify-libraries] Compiling crc8 v0.1.1
44902026-08-24T20:21:33.608Z[verify-libraries] Compiling maplit v1.0.2
44912026-08-24T20:21:33.672Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44922026-08-24T20:21:33.734Z[verify-libraries] Compiling yasna v0.5.2
44932026-08-24T20:21:33.779Z[verify-libraries] Compiling tabled v0.21.0
44942026-08-24T20:21:34.052Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44952026-08-24T20:21:34.077Z[verify-libraries] Compiling vergen-lib v0.1.6
44962026-08-24T20:21:34.215Z[verify-libraries] Compiling diesel_derives v2.3.7
44972026-08-24T20:21:34.350Z[verify-libraries] Compiling rcgen v0.12.1
44982026-08-24T20:21:34.517Z[verify-libraries] Compiling port-file v0.1.0
44992026-08-24T20:21:34.672Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45002026-08-24T20:21:34.717Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45012026-08-24T20:21:34.772Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45022026-08-24T20:21:34.772Z[verify-libraries] Compiling half v1.8.3
45032026-08-24T20:21:35.094Z[verify-libraries] Compiling serde_cbor v0.11.2
45042026-08-24T20:21:35.100Z[verify-libraries] Compiling r2d2 v0.8.10
45052026-08-24T20:21:35.153Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45062026-08-24T20:21:35.231Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45072026-08-24T20:21:35.457Z[verify-libraries] Compiling downcast-rs v2.0.2
45082026-08-24T20:21:35.483Z[verify-libraries] Compiling crunchy v0.2.4
45092026-08-24T20:21:35.537Z[verify-libraries] Compiling cpubits v0.1.1
45102026-08-24T20:21:35.623Z[ recovery-image] Aug 24 20:21:34.685 INFO O| Aug 24 20:21:34.685 INFO O| Startup: Refreshing catalog 'helios' ... Done
45112026-08-24T20:21:35.628Z[verify-libraries] Compiling dirs-next v2.0.0
45122026-08-24T20:21:35.692Z[verify-libraries] Compiling clang-sys v1.8.1
45132026-08-24T20:21:35.915Z[verify-libraries] Compiling tiny-keccak v2.0.2
45142026-08-24T20:21:35.997Z[verify-libraries] Compiling term v0.7.0
45152026-08-24T20:21:36.119Z[ recovery-image] Aug 24 20:21:35.181 INFO O| Aug 24 20:21:35.181 INFO O| Startup: Caching catalogs ... Done
45162026-08-24T20:21:36.219Z[verify-libraries] Compiling progenitor v0.14.0
45172026-08-24T20:21:36.272Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45182026-08-24T20:21:36.305Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45192026-08-24T20:21:36.344Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45202026-08-24T20:21:36.466Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45212026-08-24T20:21:36.466Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45222026-08-24T20:21:36.508Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45232026-08-24T20:21:36.646Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45242026-08-24T20:21:36.719Z[verify-libraries] Compiling darling_macro v0.21.3
45252026-08-24T20:21:36.781Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45262026-08-24T20:21:36.818Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45272026-08-24T20:21:36.822Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45282026-08-24T20:21:37.023Z[ host-image] Aug 24 20:21:36.085 INFO O| Aug 24 20:21:36.085 INFO O| Actions: 24558/54182 actions (Installing new actions)
45292026-08-24T20:21:37.040Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45302026-08-24T20:21:37.095Z[verify-libraries] Compiling diff v0.1.13
45312026-08-24T20:21:37.198Z[verify-libraries] Compiling bit-vec v0.6.3
45322026-08-24T20:21:37.273Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45332026-08-24T20:21:37.462Z[verify-libraries] Compiling bit-set v0.5.3
45342026-08-24T20:21:37.500Z[verify-libraries] Compiling darling v0.21.3
45352026-08-24T20:21:37.565Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45362026-08-24T20:21:37.638Z[verify-libraries] Compiling ascii-canvas v3.0.0
45372026-08-24T20:21:37.642Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45382026-08-24T20:21:37.678Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45392026-08-24T20:21:37.683Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45402026-08-24T20:21:37.726Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45412026-08-24T20:21:37.729Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45422026-08-24T20:21:37.729Z[verify-libraries] Compiling itertools v0.10.5
45432026-08-24T20:21:37.949Z[verify-libraries] Compiling libloading v0.8.9
45442026-08-24T20:21:37.994Z[verify-libraries] Compiling ena v0.14.4
45452026-08-24T20:21:37.998Z[verify-libraries] Compiling regex-syntax v0.6.29
45462026-08-24T20:21:38.093Z[verify-libraries] Compiling bindgen v0.71.1
45472026-08-24T20:21:38.485Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45482026-08-24T20:21:38.601Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45492026-08-24T20:21:38.661Z[ recovery-image] Aug 24 20:21:37.723 INFO O| Aug 24 20:21:37.723 INFO O| Planning: Solver setup ... Done
45502026-08-24T20:21:38.692Z[verify-libraries] Compiling cexpr v0.6.0
45512026-08-24T20:21:38.891Z[ recovery-image] Aug 24 20:21:37.952 INFO O| Aug 24 20:21:37.952 INFO O| Planning: Running solver ... Done
45522026-08-24T20:21:38.896Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45532026-08-24T20:21:38.901Z[verify-libraries] Compiling rustc-hash v2.1.1
45542026-08-24T20:21:38.937Z[ recovery-image] Aug 24 20:21:37.999 INFO O| Aug 24 20:21:37.999 INFO O| Planning: Finding local manifests ... Done
45552026-08-24T20:21:38.994Z[ recovery-image] Aug 24 20:21:38.056 INFO O| Aug 24 20:21:38.056 INFO O| Planning: Fetching manifests: 0/130 0% complete
45562026-08-24T20:21:39.015Z[verify-libraries] Compiling rfc6979 v0.4.0
45572026-08-24T20:21:39.155Z[verify-libraries] Compiling libxml v0.3.3
45582026-08-24T20:21:39.243Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45592026-08-24T20:21:39.292Z[verify-libraries] Compiling ecdsa v0.16.9
45602026-08-24T20:21:39.327Z[ host-image] Aug 24 20:21:38.389 INFO O| Aug 24 20:21:38.389 INFO O| Actions: Completed 54182 actions in 7.30 seconds.
45612026-08-24T20:21:39.345Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45622026-08-24T20:21:39.399Z[verify-libraries] Compiling strum_macros v0.24.3
45632026-08-24T20:21:39.429Z[ host-image] Aug 24 20:21:38.492 INFO O| Aug 24 20:21:38.492 INFO O| Finalize: Updating package state database ... Done
45642026-08-24T20:21:39.430Z[ host-image] Aug 24 20:21:38.492 INFO O| Aug 24 20:21:38.492 INFO O| Finalize: Updating package cache ... Done
45652026-08-24T20:21:39.507Z[verify-libraries] Compiling primeorder v0.13.6
45662026-08-24T20:21:39.553Z[verify-libraries] Compiling lalrpop v0.19.12
45672026-08-24T20:21:39.585Z[ host-image] Aug 24 20:21:38.645 INFO O| Aug 24 20:21:38.645 INFO O| Finalize: Updating image state ... Done
45682026-08-24T20:21:39.701Z[verify-libraries] Compiling hashbrown v0.14.5
45692026-08-24T20:21:39.797Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45702026-08-24T20:21:39.856Z[verify-libraries] Compiling universal-hash v0.6.1
45712026-08-24T20:21:40.043Z[verify-libraries] Compiling fxhash v0.2.1
45722026-08-24T20:21:40.194Z[verify-libraries] Compiling indoc v1.0.9
45732026-08-24T20:21:40.236Z[verify-libraries] Compiling salty v0.3.0
45742026-08-24T20:21:40.262Z[verify-libraries] Compiling chumsky v0.9.3
45752026-08-24T20:21:40.325Z[verify-libraries] Compiling knus-derive v3.4.0
45762026-08-24T20:21:40.351Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-08-24T20:21:40.399Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45782026-08-24T20:21:40.402Z[verify-libraries] Compiling p384 v0.13.1
45792026-08-24T20:21:40.537Z[ host-image] Aug 24 20:21:39.599 INFO O| Aug 24 20:21:39.599 INFO O| Finalize: Creating fast lookup database ... Done
45802026-08-24T20:21:40.566Z[ host-image] Aug 24 20:21:39.628 INFO O| Aug 24 20:21:39.628 INFO O| Finalize: Reading search index ... Done
45812026-08-24T20:21:40.799Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45822026-08-24T20:21:40.948Z[verify-libraries] Compiling progenitor-impl v0.13.0
45832026-08-24T20:21:41.113Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45842026-08-24T20:21:41.369Z[verify-libraries] Compiling oso-derive v0.27.3
45852026-08-24T20:21:41.607Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45862026-08-24T20:21:41.701Z[verify-libraries] Compiling quick-xml v0.37.5
45872026-08-24T20:21:42.065Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45882026-08-24T20:21:42.366Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45892026-08-24T20:21:42.427Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45902026-08-24T20:21:42.827Z[ recovery-image] Aug 24 20:21:41.889 INFO O| Aug 24 20:21:41.889 INFO O| Planning: Fetching manifests: 130/130 100% complete
45912026-08-24T20:21:43.219Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45922026-08-24T20:21:43.454Z[ recovery-image] Aug 24 20:21:42.516 INFO O| Aug 24 20:21:42.516 INFO O| Planning: Package planning ... Done
45932026-08-24T20:21:43.474Z[verify-libraries] Compiling openssl-probe v0.1.6
45942026-08-24T20:21:43.632Z[ recovery-image] Aug 24 20:21:42.694 INFO O| Aug 24 20:21:42.694 INFO O| Planning: Merging actions ... Done
45952026-08-24T20:21:43.656Z[ host-image] Aug 24 20:21:42.718 INFO O| Aug 24 20:21:42.718 INFO O| Finalize: Building new search index ... Done
45962026-08-24T20:21:43.704Z[ recovery-image] Aug 24 20:21:42.767 INFO O| Aug 24 20:21:42.766 INFO O| Planning: Checking for conflicting actions ... Done
45972026-08-24T20:21:43.761Z[ recovery-image] Aug 24 20:21:42.822 INFO O| Aug 24 20:21:42.822 INFO O| Planning: Consolidating action changes ... Done
45982026-08-24T20:21:43.814Z[verify-libraries] Compiling knus v3.4.0
45992026-08-24T20:21:43.927Z[ recovery-image] Aug 24 20:21:42.961 INFO O| Aug 24 20:21:42.961 INFO O| Planning: Evaluating mediators ... Done
46002026-08-24T20:21:44.151Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46012026-08-24T20:21:44.156Z[ host-image] Aug 24 20:21:43.219 INFO O| Aug 24 20:21:43.219 INFO O| Finalize: Updating package cache ... Done
46022026-08-24T20:21:44.227Z[verify-libraries] Compiling diesel v2.3.7
46032026-08-24T20:21:44.371Z[verify-libraries] Compiling progenitor-macro v0.13.0
46042026-08-24T20:21:44.524Z[ host-image] Aug 24 20:21:43.586 INFO O| Aug 24 20:21:43.586 INFO STEP 11 (pkg_install) COMPLETE
46052026-08-24T20:21:44.527Z[ host-image] Aug 24 20:21:43.586 INFO O| Aug 24 20:21:43.586 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46062026-08-24T20:21:44.535Z[ host-image] Aug 24 20:21:43.597 INFO O| Aug 24 20:21:43.597 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"]
46072026-08-24T20:21:44.622Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46082026-08-24T20:21:45.012Z[verify-libraries] Compiling polyval v0.7.1
46092026-08-24T20:21:45.349Z[verify-libraries] Compiling der v0.8.0
46102026-08-24T20:21:45.389Z[ recovery-image] Aug 24 20:21:44.451 INFO O| Aug 24 20:21:44.450 INFO O| Planning: Planning completed in 9.25 seconds
46112026-08-24T20:21:45.392Z[ recovery-image] Aug 24 20:21:44.452 INFO O| Aug 24 20:21:44.452 INFO O| Packages to install: 130
46122026-08-24T20:21:45.392Z[ recovery-image] Aug 24 20:21:44.452 INFO O| Aug 24 20:21:44.452 INFO O| Mediators to change: 5
46132026-08-24T20:21:45.392Z[ recovery-image] Aug 24 20:21:44.452 INFO O| Aug 24 20:21:44.452 INFO O| Services to change: 5
46142026-08-24T20:21:45.419Z[ recovery-image] Aug 24 20:21:44.481 INFO O| Aug 24 20:21:44.481 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46152026-08-24T20:21:45.461Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46162026-08-24T20:21:45.582Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46172026-08-24T20:21:45.959Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46182026-08-24T20:21:46.347Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46192026-08-24T20:21:46.432Z[verify-libraries] Compiling progenitor-client v0.13.0
46202026-08-24T20:21:46.821Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46212026-08-24T20:21:46.870Z[verify-libraries] Compiling git-stub v1.0.0
46222026-08-24T20:21:47.195Z[verify-libraries] Compiling kstat-rs v0.2.5
46232026-08-24T20:21:47.262Z[verify-libraries] Compiling trait-variant v0.1.2
46242026-08-24T20:21:47.368Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46252026-08-24T20:21:47.672Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46262026-08-24T20:21:47.875Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46272026-08-24T20:21:48.021Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46282026-08-24T20:21:48.071Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46292026-08-24T20:21:48.099Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46302026-08-24T20:21:48.312Z[verify-libraries] Compiling ghash v0.6.0
46312026-08-24T20:21:48.317Z[ host-image] Aug 24 20:21:47.376 INFO O| Aug 24 20:21:47.375 INFO O| Startup: Refreshing catalog 'helios' ... Done
46322026-08-24T20:21:48.453Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46332026-08-24T20:21:48.542Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46342026-08-24T20:21:48.579Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46352026-08-24T20:21:48.628Z[verify-libraries] Compiling aes v0.9.1
46362026-08-24T20:21:48.729Z[verify-libraries] Compiling crypto-bigint v0.7.5
46372026-08-24T20:21:48.799Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46382026-08-24T20:21:48.837Z[ host-image] Aug 24 20:21:47.899 INFO O| Aug 24 20:21:47.899 INFO O| Startup: Caching catalogs ... Done
46392026-08-24T20:21:49.237Z[verify-libraries] Compiling pbkdf2 v0.13.0
46402026-08-24T20:21:49.271Z[verify-libraries] Compiling ctr v0.10.1
46412026-08-24T20:21:49.332Z[verify-libraries] Compiling aead v0.6.1
46422026-08-24T20:21:49.493Z[ host-image] Aug 24 20:21:48.555 INFO O| Aug 24 20:21:48.554 INFO O| Planning: Solver setup ... Done
46432026-08-24T20:21:49.498Z[ host-image] Aug 24 20:21:48.560 INFO O| Aug 24 20:21:48.560 INFO O| Planning: Running solver ... Done
46442026-08-24T20:21:49.516Z[ host-image] Aug 24 20:21:48.578 INFO O| Aug 24 20:21:48.578 INFO O| Planning: Finding local manifests ... Done
46452026-08-24T20:21:49.551Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46462026-08-24T20:21:49.588Z[ host-image] Aug 24 20:21:48.645 INFO O| Aug 24 20:21:48.645 INFO O| Planning: Fetching manifests: 0/6 0% complete
46472026-08-24T20:21:49.599Z[verify-libraries] Compiling bb8 v0.8.6
46482026-08-24T20:21:49.634Z[verify-libraries] Compiling parking_lot_core v0.8.6
46492026-08-24T20:21:49.667Z[ host-image] Aug 24 20:21:48.729 INFO O| Aug 24 20:21:48.729 INFO O| Planning: Fetching manifests: 6/6 100% complete
46502026-08-24T20:21:49.692Z[ host-image] Aug 24 20:21:48.754 INFO O| Aug 24 20:21:48.754 INFO O| Planning: Package planning ... Done
46512026-08-24T20:21:49.696Z[ host-image] Aug 24 20:21:48.756 INFO O| Aug 24 20:21:48.756 INFO O| Planning: Merging actions ... Done
46522026-08-24T20:21:49.755Z[ host-image] Aug 24 20:21:48.816 INFO O| Aug 24 20:21:48.816 INFO O| Planning: Checking for conflicting actions ... Done
46532026-08-24T20:21:49.759Z[ host-image] Aug 24 20:21:48.817 INFO O| Aug 24 20:21:48.817 INFO O| Planning: Consolidating action changes ... Done
46542026-08-24T20:21:49.910Z[ host-image] Aug 24 20:21:48.972 INFO O| Aug 24 20:21:48.965 INFO O| Planning: Evaluating mediators ... Done
46552026-08-24T20:21:49.910Z[ host-image] Aug 24 20:21:48.972 INFO O| Aug 24 20:21:48.966 INFO O| Planning: Planning completed in 1.05 seconds
46562026-08-24T20:21:49.910Z[ host-image] Aug 24 20:21:48.972 INFO O| Aug 24 20:21:48.967 INFO O| Packages to install: 6
46572026-08-24T20:21:49.914Z[ host-image] Aug 24 20:21:48.972 INFO O| Aug 24 20:21:48.967 INFO O| Services to change: 2
46582026-08-24T20:21:49.918Z[verify-libraries] Compiling aes-gcm v0.11.0
46592026-08-24T20:21:49.918Z[ host-image] Aug 24 20:21:48.979 INFO O| Aug 24 20:21:48.979 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46602026-08-24T20:21:50.041Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46612026-08-24T20:21:50.110Z[ host-image] Aug 24 20:21:49.172 INFO O| Aug 24 20:21:49.172 INFO O| Download: Completed 1.76 MB in 0.19 seconds (9.1M/s)
46622026-08-24T20:21:50.138Z[ host-image] Aug 24 20:21:49.201 INFO O| Aug 24 20:21:49.200 INFO O| Actions: 1/391 actions (Installing new actions)
46632026-08-24T20:21:50.174Z[verify-libraries] Compiling progenitor v0.13.0
46642026-08-24T20:21:50.198Z[verify-libraries] Compiling spki v0.8.0
46652026-08-24T20:21:50.245Z[verify-libraries] Compiling mime_guess v2.0.5
46662026-08-24T20:21:50.321Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46672026-08-24T20:21:50.331Z[ host-image] Aug 24 20:21:49.393 INFO O| Aug 24 20:21:49.393 INFO O| Actions: Completed 391 actions in 0.19 seconds.
46682026-08-24T20:21:50.372Z[ host-image] Aug 24 20:21:49.434 INFO O| Aug 24 20:21:49.434 INFO O| Finalize: Updating package state database ... Done
46692026-08-24T20:21:50.372Z[ host-image] Aug 24 20:21:49.434 INFO O| Aug 24 20:21:49.434 INFO O| Finalize: Updating package cache ... Done
46702026-08-24T20:21:50.386Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
46712026-08-24T20:21:50.452Z[verify-libraries] Compiling salsa20 v0.11.0
46722026-08-24T20:21:50.466Z[ host-image] Aug 24 20:21:49.528 INFO O| Aug 24 20:21:49.528 INFO O| Finalize: Updating image state ... Done
46732026-08-24T20:21:50.488Z[verify-libraries] Compiling nanorand v0.7.0
46742026-08-24T20:21:50.556Z[ recovery-image] Aug 24 20:21:49.618 INFO O| Aug 24 20:21:49.618 INFO O| Download: 7651/16682 items 82.4/200.0MB 41% complete (16.6M/s)
46752026-08-24T20:21:50.661Z[verify-libraries] Compiling scrypt v0.12.0
46762026-08-24T20:21:50.787Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46772026-08-24T20:21:50.894Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46782026-08-24T20:21:50.952Z[verify-libraries] Compiling flume v0.11.1
46792026-08-24T20:21:51.036Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46802026-08-24T20:21:51.096Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46812026-08-24T20:21:51.120Z[verify-libraries] Compiling cbc v0.2.1
46822026-08-24T20:21:51.385Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46832026-08-24T20:21:51.421Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46842026-08-24T20:21:51.465Z[ host-image] Aug 24 20:21:50.527 INFO O| Aug 24 20:21:50.526 INFO O| Finalize: Creating fast lookup database ... Done
46852026-08-24T20:21:51.483Z[verify-libraries] Compiling http-range v0.1.5
46862026-08-24T20:21:51.495Z[ host-image] Aug 24 20:21:50.557 INFO O| Aug 24 20:21:50.557 INFO O| Finalize: Reading search index ... Done
46872026-08-24T20:21:51.498Z[ host-image] Aug 24 20:21:50.557 INFO O| Aug 24 20:21:50.557 INFO O| Finalize: Updating search index ... Done
46882026-08-24T20:21:51.517Z[ host-image] Aug 24 20:21:50.573 INFO O| Aug 24 20:21:50.573 INFO O| Finalize: Updating package cache ... Done
46892026-08-24T20:21:51.647Z[verify-libraries] Compiling nonempty v0.12.0
46902026-08-24T20:21:51.699Z[verify-libraries] Compiling corncobs v0.1.4
46912026-08-24T20:21:51.771Z[ host-image] Aug 24 20:21:50.832 INFO O| Aug 24 20:21:50.832 INFO STEP 12 (pkg_install) COMPLETE
46922026-08-24T20:21:51.771Z[ host-image] Aug 24 20:21:50.832 INFO O| Aug 24 20:21:50.832 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46932026-08-24T20:21:51.781Z[ host-image] Aug 24 20:21:50.843 INFO O| Aug 24 20:21:50.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46942026-08-24T20:21:51.793Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46952026-08-24T20:21:51.832Z[verify-libraries] Compiling pkcs5 v0.8.1
46962026-08-24T20:21:51.966Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46972026-08-24T20:21:52.007Z[verify-libraries] Compiling parking_lot v0.11.2
46982026-08-24T20:21:52.128Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46992026-08-24T20:21:52.502Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47002026-08-24T20:21:52.534Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47012026-08-24T20:21:52.583Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47022026-08-24T20:21:52.621Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47032026-08-24T20:21:52.721Z[verify-libraries] Compiling prefix-trie v0.7.0
47042026-08-24T20:21:52.863Z[verify-libraries] Compiling digest-io v0.1.0
47052026-08-24T20:21:53.046Z[verify-libraries] Compiling secrecy v0.8.0
47062026-08-24T20:21:53.179Z[verify-libraries] Compiling rawzip v0.4.4
47072026-08-24T20:21:53.246Z[verify-libraries] Compiling hickory-server v0.25.2
47082026-08-24T20:21:53.779Z[verify-libraries] Compiling sled v0.34.7
47092026-08-24T20:21:53.861Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47102026-08-24T20:21:53.900Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47112026-08-24T20:21:53.995Z[verify-libraries] Compiling pkcs8 v0.11.0
47122026-08-24T20:21:54.183Z[ host-image] Aug 24 20:21:53.244 INFO O| Aug 24 20:21:53.244 INFO O| Startup: Refreshing catalog 'helios' ... Done
47132026-08-24T20:21:54.345Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47142026-08-24T20:21:54.514Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47152026-08-24T20:21:54.564Z[verify-libraries] Compiling ignore v0.4.25
47162026-08-24T20:21:54.672Z[verify-libraries] Compiling anstyle-parse v0.2.7
47172026-08-24T20:21:54.680Z[ host-image] Aug 24 20:21:53.742 INFO O| Aug 24 20:21:53.742 INFO O| Startup: Caching catalogs ... Done
47182026-08-24T20:21:54.786Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47192026-08-24T20:21:54.997Z[verify-libraries] Compiling ff v0.14.0
47202026-08-24T20:21:55.051Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47212026-08-24T20:21:55.188Z[ host-image] Aug 24 20:21:54.250 INFO O| Aug 24 20:21:54.250 INFO O| Planning: Solver setup ... Done
47222026-08-24T20:21:55.193Z[ host-image] Aug 24 20:21:54.255 INFO O| Aug 24 20:21:54.255 INFO O| Planning: Running solver ... Done
47232026-08-24T20:21:55.207Z[ host-image] Aug 24 20:21:54.270 INFO O| Aug 24 20:21:54.269 INFO O| Planning: Finding local manifests ... Done
47242026-08-24T20:21:55.212Z[ recovery-image] Aug 24 20:21:54.273 INFO O| Aug 24 20:21:54.273 INFO O| Download: Completed 200.00 MB in 9.79 seconds (20.4M/s)
47252026-08-24T20:21:55.236Z[verify-libraries] Compiling anstream v0.6.21
47262026-08-24T20:21:55.251Z[ host-image] Aug 24 20:21:54.314 INFO O| Aug 24 20:21:54.314 INFO O| Planning: Fetching manifests: 0/6 0% complete
47272026-08-24T20:21:55.295Z[verify-libraries] Compiling globwalk v0.9.1
47282026-08-24T20:21:55.403Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47292026-08-24T20:21:55.426Z[verify-libraries] Compiling predicates-tree v1.0.13
47302026-08-24T20:21:55.486Z[ recovery-image] Aug 24 20:21:54.548 INFO O| Aug 24 20:21:54.548 INFO O| Actions: 1/27580 actions (Installing new actions)
47312026-08-24T20:21:55.526Z[ host-image] Aug 24 20:21:54.589 INFO O| Aug 24 20:21:54.588 INFO O| Planning: Fetching manifests: 6/6 100% complete
47322026-08-24T20:21:55.554Z[ host-image] Aug 24 20:21:54.616 INFO O| Aug 24 20:21:54.616 INFO O| Planning: Package planning ... Done
47332026-08-24T20:21:55.562Z[ host-image] Aug 24 20:21:54.624 INFO O| Aug 24 20:21:54.624 INFO O| Planning: Merging actions ... Done
47342026-08-24T20:21:55.614Z[ host-image] Aug 24 20:21:54.677 INFO O| Aug 24 20:21:54.676 INFO O| Planning: Checking for conflicting actions ... Done
47352026-08-24T20:21:55.618Z[ host-image] Aug 24 20:21:54.680 INFO O| Aug 24 20:21:54.680 INFO O| Planning: Consolidating action changes ... Done
47362026-08-24T20:21:55.644Z[verify-libraries] Compiling libz-sys v1.1.24
47372026-08-24T20:21:55.755Z[verify-libraries] Compiling rand_seeder v0.4.0
47382026-08-24T20:21:55.759Z[ host-image] Aug 24 20:21:54.822 INFO O| Aug 24 20:21:54.822 INFO O| Planning: Evaluating mediators ... Done
47392026-08-24T20:21:55.763Z[ host-image] Aug 24 20:21:54.825 INFO O| Aug 24 20:21:54.825 INFO O| Planning: Planning completed in 1.06 seconds
47402026-08-24T20:21:55.763Z[ host-image] Aug 24 20:21:54.825 INFO O| Aug 24 20:21:54.825 INFO O| Packages to install: 6
47412026-08-24T20:21:55.767Z[ host-image] Aug 24 20:21:54.826 INFO O| Aug 24 20:21:54.825 INFO O| Mediators to change: 1
47422026-08-24T20:21:55.767Z[ host-image] Aug 24 20:21:54.826 INFO O| Aug 24 20:21:54.826 INFO O| Services to change: 1
47432026-08-24T20:21:55.775Z[ host-image] Aug 24 20:21:54.837 INFO O| Aug 24 20:21:54.837 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47442026-08-24T20:21:56.131Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47452026-08-24T20:21:56.316Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47462026-08-24T20:21:56.458Z[ host-image] Aug 24 20:21:55.520 INFO O| Aug 24 20:21:55.520 INFO O| Download: Completed 7.84 MB in 0.68 seconds (11.5M/s)
47472026-08-24T20:21:56.504Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47482026-08-24T20:21:56.621Z[ host-image] Aug 24 20:21:55.682 INFO O| Aug 24 20:21:55.682 INFO O| Actions: 1/1366 actions (Installing new actions)
47492026-08-24T20:21:56.650Z[verify-libraries] Compiling group v0.14.0
47502026-08-24T20:21:56.749Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47512026-08-24T20:21:56.900Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-08-24T20:21:56.917Z[ host-image] Aug 24 20:21:55.979 INFO O| Aug 24 20:21:55.979 INFO O| Actions: Completed 1366 actions in 0.30 seconds.
47532026-08-24T20:21:56.947Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47542026-08-24T20:21:56.973Z[ host-image] Aug 24 20:21:56.035 INFO O| Aug 24 20:21:56.035 INFO O| Finalize: Updating package state database ... Done
47552026-08-24T20:21:56.973Z[ host-image] Aug 24 20:21:56.035 INFO O| Aug 24 20:21:56.035 INFO O| Finalize: Updating package cache ... Done
47562026-08-24T20:21:57.023Z[verify-libraries] Compiling signature v3.0.0
47572026-08-24T20:21:57.075Z[ host-image] Aug 24 20:21:56.137 INFO O| Aug 24 20:21:56.137 INFO O| Finalize: Updating image state ... Done
47582026-08-24T20:21:57.206Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47592026-08-24T20:21:57.365Z[verify-libraries] Compiling base16ct v1.0.0
47602026-08-24T20:21:57.420Z[verify-libraries] Compiling instability v0.3.11
47612026-08-24T20:21:57.632Z[verify-libraries] Compiling sec1 v0.8.1
47622026-08-24T20:21:57.681Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47632026-08-24T20:21:57.776Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47642026-08-24T20:21:57.971Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47652026-08-24T20:21:57.975Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47662026-08-24T20:21:58.034Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47672026-08-24T20:21:58.038Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47682026-08-24T20:21:58.126Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47692026-08-24T20:21:58.143Z[ host-image] Aug 24 20:21:57.205 INFO O| Aug 24 20:21:57.205 INFO O| Finalize: Creating fast lookup database ... Done
47702026-08-24T20:21:58.173Z[ host-image] Aug 24 20:21:57.236 INFO O| Aug 24 20:21:57.236 INFO O| Finalize: Reading search index ... Done
47712026-08-24T20:21:58.177Z[ host-image] Aug 24 20:21:57.236 INFO O| Aug 24 20:21:57.236 INFO O| Finalize: Updating search index ... Done
47722026-08-24T20:21:58.177Z[verify-libraries] Compiling scuffle v0.1.0
47732026-08-24T20:21:58.177Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47742026-08-24T20:21:58.208Z[ host-image] Aug 24 20:21:57.270 INFO O| Aug 24 20:21:57.270 INFO O| Finalize: Updating package cache ... Done
47752026-08-24T20:21:58.486Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47762026-08-24T20:21:58.504Z[ host-image] Aug 24 20:21:57.566 INFO O| Aug 24 20:21:57.566 INFO STEP 13 (pkg_install) COMPLETE
47772026-08-24T20:21:58.504Z[ host-image] Aug 24 20:21:57.566 INFO O| Aug 24 20:21:57.566 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47782026-08-24T20:21:58.515Z[ host-image] Aug 24 20:21:57.576 INFO O| Aug 24 20:21:57.576 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47792026-08-24T20:21:58.727Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47802026-08-24T20:21:59.013Z[verify-libraries] Compiling hkdf v0.13.0
47812026-08-24T20:21:59.038Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47822026-08-24T20:21:59.303Z[verify-libraries] Compiling castaway v0.2.4
47832026-08-24T20:21:59.303Z[verify-libraries] Compiling indoc v2.0.7
47842026-08-24T20:21:59.357Z[verify-libraries] Compiling elliptic-curve v0.14.1
47852026-08-24T20:21:59.486Z[verify-libraries] Compiling compact_str v0.8.1
47862026-08-24T20:21:59.524Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47872026-08-24T20:21:59.867Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47882026-08-24T20:22:00.064Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47892026-08-24T20:22:00.208Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47902026-08-24T20:22:00.489Z[ recovery-image] Aug 24 20:21:59.548 INFO O| Aug 24 20:21:59.548 INFO O| Actions: 21658/27580 actions (Installing new actions)
47912026-08-24T20:22:00.571Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47922026-08-24T20:22:00.656Z[ host-image] Aug 24 20:21:59.717 INFO O| Aug 24 20:21:59.717 INFO O| Startup: Refreshing catalog 'helios' ... Done
47932026-08-24T20:22:00.796Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47942026-08-24T20:22:00.844Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47952026-08-24T20:22:00.899Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47962026-08-24T20:22:01.097Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
47972026-08-24T20:22:01.131Z[verify-libraries] Compiling lru v0.12.5
47982026-08-24T20:22:01.156Z[verify-libraries] Compiling unicode-truncate v1.1.0
47992026-08-24T20:22:01.156Z[ host-image] Aug 24 20:22:00.218 INFO O| Aug 24 20:22:00.218 INFO O| Startup: Caching catalogs ... Done
48002026-08-24T20:22:01.350Z[ recovery-image] Aug 24 20:22:00.412 INFO O| Aug 24 20:22:00.412 INFO O| Actions: Completed 27580 actions in 5.86 seconds.
48012026-08-24T20:22:01.394Z[verify-libraries] Compiling arc-swap v1.8.2
48022026-08-24T20:22:01.423Z[verify-libraries] Compiling cassowary v0.3.0
48032026-08-24T20:22:01.454Z[ recovery-image] Aug 24 20:22:00.510 INFO O| Aug 24 20:22:00.509 INFO O| Finalize: Updating package state database ... Done
48042026-08-24T20:22:01.454Z[ recovery-image] Aug 24 20:22:00.510 INFO O| Aug 24 20:22:00.510 INFO O| Finalize: Updating package cache ... Done
48052026-08-24T20:22:01.586Z[ recovery-image] Aug 24 20:22:00.649 INFO O| Aug 24 20:22:00.648 INFO O| Finalize: Updating image state ... Done
48062026-08-24T20:22:01.625Z[ host-image] Aug 24 20:22:00.687 INFO O| Aug 24 20:22:00.687 INFO O| Planning: Solver setup ... Done
48072026-08-24T20:22:01.630Z[ host-image] Aug 24 20:22:00.693 INFO O| Aug 24 20:22:00.693 INFO O| Planning: Running solver ... Done
48082026-08-24T20:22:01.646Z[ host-image] Aug 24 20:22:00.709 INFO O| Aug 24 20:22:00.708 INFO O| Planning: Finding local manifests ... Done
48092026-08-24T20:22:01.695Z[ host-image] Aug 24 20:22:00.757 INFO O| Aug 24 20:22:00.757 INFO O| Planning: Fetching manifests: 0/1 0% complete
48102026-08-24T20:22:01.723Z[ host-image] Aug 24 20:22:00.785 INFO O| Aug 24 20:22:00.785 INFO O| Planning: Fetching manifests: 1/1 100% complete
48112026-08-24T20:22:01.729Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48122026-08-24T20:22:01.812Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48132026-08-24T20:22:01.835Z[ host-image] Aug 24 20:22:00.897 INFO O| Aug 24 20:22:00.897 INFO O| Planning: Package planning ... Done
48142026-08-24T20:22:01.838Z[ host-image] Aug 24 20:22:00.898 INFO O| Aug 24 20:22:00.897 INFO O| Planning: Merging actions ... Done
48152026-08-24T20:22:01.878Z[ host-image] Aug 24 20:22:00.940 INFO O| Aug 24 20:22:00.940 INFO O| Planning: Checking for conflicting actions ... Done
48162026-08-24T20:22:01.881Z[ host-image] Aug 24 20:22:00.941 INFO O| Aug 24 20:22:00.941 INFO O| Planning: Consolidating action changes ... Done
48172026-08-24T20:22:01.890Z[verify-libraries] Compiling slog-scope v4.4.1
48182026-08-24T20:22:02.017Z[ host-image] Aug 24 20:22:01.079 INFO O| Aug 24 20:22:01.079 INFO O| Planning: Evaluating mediators ... Done
48192026-08-24T20:22:02.021Z[ host-image] Aug 24 20:22:01.080 INFO O| Aug 24 20:22:01.080 INFO O| Planning: Planning completed in 0.84 seconds
48202026-08-24T20:22:02.021Z[ host-image] Aug 24 20:22:01.080 INFO O| Aug 24 20:22:01.080 INFO O| Packages to install: 1
48212026-08-24T20:22:02.029Z[ host-image] Aug 24 20:22:01.091 INFO O| Aug 24 20:22:01.091 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48222026-08-24T20:22:02.039Z[verify-libraries] Compiling ratatui v0.29.0
48232026-08-24T20:22:02.190Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48242026-08-24T20:22:02.274Z[verify-libraries] Compiling wnaf v0.14.0
48252026-08-24T20:22:02.308Z[verify-libraries] Compiling primefield v0.14.0
48262026-08-24T20:22:02.380Z[ recovery-image] Aug 24 20:22:01.442 INFO O| Aug 24 20:22:01.442 INFO O| Finalize: Creating fast lookup database ... Done
48272026-08-24T20:22:02.394Z[verify-libraries] Compiling rfc6979 v0.6.0
48282026-08-24T20:22:02.401Z[ recovery-image] Aug 24 20:22:01.463 INFO O| Aug 24 20:22:01.463 INFO O| Finalize: Reading search index ... Done
48292026-08-24T20:22:02.570Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48302026-08-24T20:22:02.584Z[ host-image] Aug 24 20:22:01.646 INFO O| Aug 24 20:22:01.646 INFO O| Download: Completed 13.27 MB in 0.55 seconds (23.9M/s)
48312026-08-24T20:22:02.660Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48322026-08-24T20:22:02.766Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48332026-08-24T20:22:02.945Z[verify-libraries] Compiling vergen-git2 v9.1.0
48342026-08-24T20:22:02.967Z[verify-libraries] Compiling strsim v0.10.0
48352026-08-24T20:22:03.032Z[ host-image] Aug 24 20:22:02.094 INFO O| Aug 24 20:22:02.093 INFO O| Actions: 1/22 actions (Installing new actions)
48362026-08-24T20:22:03.101Z[verify-libraries] Compiling ecdsa v0.17.0
48372026-08-24T20:22:03.158Z[verify-libraries] Compiling primeorder v0.14.0
48382026-08-24T20:22:03.284Z[ host-image] Aug 24 20:22:02.345 INFO O| Aug 24 20:22:02.345 INFO O| Actions: Completed 22 actions in 0.25 seconds.
48392026-08-24T20:22:03.324Z[verify-libraries] Compiling darling_core v0.13.4
48402026-08-24T20:22:03.324Z[ host-image] Aug 24 20:22:02.384 INFO O| Aug 24 20:22:02.384 INFO O| Finalize: Updating package state database ... Done
48412026-08-24T20:22:03.324Z[ host-image] Aug 24 20:22:02.384 INFO O| Aug 24 20:22:02.384 INFO O| Finalize: Updating package cache ... Done
48422026-08-24T20:22:03.399Z[verify-libraries] Compiling slog-stdlog v4.1.1
48432026-08-24T20:22:03.433Z[ host-image] Aug 24 20:22:02.494 INFO O| Aug 24 20:22:02.494 INFO O| Finalize: Updating image state ... Done
48442026-08-24T20:22:03.689Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48452026-08-24T20:22:03.748Z[verify-libraries] Compiling tungstenite v0.23.0
48462026-08-24T20:22:03.791Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48472026-08-24T20:22:04.195Z[verify-libraries] Compiling console v0.16.2
48482026-08-24T20:22:04.205Z[ recovery-image] Aug 24 20:22:03.267 INFO O| Aug 24 20:22:03.267 INFO O| Finalize: Building new search index ... Done
48492026-08-24T20:22:04.360Z[verify-libraries] Compiling libsw-core v0.3.2
48502026-08-24T20:22:04.436Z[verify-libraries] Compiling assert_matches v1.5.0
48512026-08-24T20:22:04.517Z[ host-image] Aug 24 20:22:03.579 INFO O| Aug 24 20:22:03.579 INFO O| Finalize: Creating fast lookup database ... Done
48522026-08-24T20:22:04.541Z[ recovery-image] Aug 24 20:22:03.603 INFO O| Aug 24 20:22:03.603 INFO O| Finalize: Updating package cache ... Done
48532026-08-24T20:22:04.546Z[ host-image] Aug 24 20:22:03.608 INFO O| Aug 24 20:22:03.608 INFO O| Finalize: Reading search index ... Done
48542026-08-24T20:22:04.546Z[ host-image] Aug 24 20:22:03.608 INFO O| Aug 24 20:22:03.608 INFO O| Finalize: Updating search index ... Done
48552026-08-24T20:22:04.556Z[ host-image] Aug 24 20:22:03.618 INFO O| Aug 24 20:22:03.618 INFO O| Finalize: Updating package cache ... Done
48562026-08-24T20:22:04.585Z[verify-libraries] Compiling unit-prefix v0.5.2
48572026-08-24T20:22:04.658Z[verify-libraries] Compiling void v1.0.2
48582026-08-24T20:22:04.765Z[verify-libraries] Compiling indicatif v0.18.4
48592026-08-24T20:22:04.825Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO STEP 14 (pkg_install) COMPLETE
48602026-08-24T20:22:04.825Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48612026-08-24T20:22:04.825Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO skip step because feature "mbist" is not enabled
48622026-08-24T20:22:04.829Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48632026-08-24T20:22:04.829Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO skip step because feature "mfg" is not enabled
48642026-08-24T20:22:04.829Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48652026-08-24T20:22:04.829Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO skip step because feature "compliance" is not enabled
48662026-08-24T20:22:04.829Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48672026-08-24T20:22:04.829Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO skip step because feature "stress" is not enabled
48682026-08-24T20:22:04.830Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48692026-08-24T20:22:04.830Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO skip step because feature "compliance" is not enabled
48702026-08-24T20:22:04.830Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48712026-08-24T20:22:04.831Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO skip step because feature "nfs" is not enabled
48722026-08-24T20:22:04.831Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48732026-08-24T20:22:04.831Z[ host-image] Aug 24 20:22:03.887 INFO O| Aug 24 20:22:03.887 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48742026-08-24T20:22:04.854Z[verify-libraries] Compiling lzss v0.8.2
48752026-08-24T20:22:04.892Z[verify-libraries] Compiling libsw v3.5.0
48762026-08-24T20:22:04.933Z[ recovery-image] Aug 24 20:22:03.994 INFO O| Aug 24 20:22:03.994 INFO STEP 11 (pkg_install) COMPLETE
48772026-08-24T20:22:04.934Z[ recovery-image] Aug 24 20:22:03.994 INFO O| Aug 24 20:22:03.994 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48782026-08-24T20:22:04.937Z[ recovery-image] Aug 24 20:22:03.994 INFO O| Aug 24 20:22:03.994 INFO skip step because feature "recovery" is enabled
48792026-08-24T20:22:04.937Z[ recovery-image] Aug 24 20:22:03.994 INFO O| Aug 24 20:22:03.994 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48802026-08-24T20:22:04.937Z[ recovery-image] Aug 24 20:22:03.994 INFO O| Aug 24 20:22:03.994 INFO skip step because feature "omicron1" is not enabled
48812026-08-24T20:22:04.937Z[ recovery-image] Aug 24 20:22:03.994 INFO O| Aug 24 20:22:03.994 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48822026-08-24T20:22:04.943Z[ recovery-image] Aug 24 20:22:04.006 INFO O| Aug 24 20:22:04.006 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48832026-08-24T20:22:04.995Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48842026-08-24T20:22:05.043Z[verify-libraries] Compiling slog-envlogger v2.2.0
48852026-08-24T20:22:05.080Z[ host-image] Aug 24 20:22:04.142 INFO O| Aug 24 20:22:04.142 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48862026-08-24T20:22:05.149Z[verify-libraries] Compiling ssh-encoding v0.3.0
48872026-08-24T20:22:05.171Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48882026-08-24T20:22:05.222Z[ host-image] Aug 24 20:22:04.284 INFO O| Aug 24 20:22:04.283 INFO completed processing sled/ramdisk-01-os
48892026-08-24T20:22:05.226Z[ host-image] Aug 24 20:22:04.286 INFO omicron1 baseline generation...
48902026-08-24T20:22:05.226Z[ host-image] Aug 24 20:22:04.286 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48912026-08-24T20:22:05.463Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48922026-08-24T20:22:05.544Z[verify-libraries] Compiling darling_macro v0.13.4
48932026-08-24T20:22:05.576Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48942026-08-24T20:22:05.627Z[ host-image] Aug 24 20:22:04.689 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24213:20260824T152218Z
48952026-08-24T20:22:05.630Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48962026-08-24T20:22:05.855Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48972026-08-24T20:22:05.971Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48982026-08-24T20:22:06.029Z[verify-libraries] Compiling nix v0.27.1
48992026-08-24T20:22:06.164Z[verify-libraries] Compiling colored v2.2.0
49002026-08-24T20:22:06.207Z[verify-libraries] Compiling blake3 v1.8.5
49012026-08-24T20:22:06.210Z[verify-libraries] Compiling serde_bytes v0.11.19
49022026-08-24T20:22:06.472Z[verify-libraries] Compiling keccak v0.2.0
49032026-08-24T20:22:06.659Z[verify-libraries] Compiling shell-words v1.1.1
49042026-08-24T20:22:06.718Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49052026-08-24T20:22:06.869Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49062026-08-24T20:22:06.991Z[verify-libraries] Compiling darling v0.13.4
49072026-08-24T20:22:07.079Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49082026-08-24T20:22:07.187Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49092026-08-24T20:22:07.359Z[ recovery-image] Aug 24 20:22:06.421 INFO O| Aug 24 20:22:06.421 INFO O| Startup: Refreshing catalog 'helios' ... Done
49102026-08-24T20:22:07.387Z[verify-libraries] Compiling ed25519 v3.0.0
49112026-08-24T20:22:07.463Z[verify-libraries] Compiling crypto-primes v0.7.2
49122026-08-24T20:22:07.588Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49132026-08-24T20:22:07.825Z[ recovery-image] Aug 24 20:22:06.887 INFO O| Aug 24 20:22:06.887 INFO O| Startup: Caching catalogs ... Done
49142026-08-24T20:22:08.083Z[verify-libraries] Compiling poly1305 v0.9.0
49152026-08-24T20:22:08.267Z[ recovery-image] Aug 24 20:22:07.329 INFO O| Aug 24 20:22:07.329 INFO O| Planning: Solver setup ... Done
49162026-08-24T20:22:08.272Z[ recovery-image] Aug 24 20:22:07.334 INFO O| Aug 24 20:22:07.334 INFO O| Planning: Running solver ... Done
49172026-08-24T20:22:08.287Z[ recovery-image] Aug 24 20:22:07.349 INFO O| Aug 24 20:22:07.349 INFO O| Planning: Finding local manifests ... Done
49182026-08-24T20:22:08.303Z[ recovery-image] Aug 24 20:22:07.365 INFO O| Aug 24 20:22:07.365 INFO O| Planning: Fetching manifests: 0/1 0% complete
49192026-08-24T20:22:08.318Z[ recovery-image] Aug 24 20:22:07.380 INFO O| Aug 24 20:22:07.380 INFO O| Planning: Fetching manifests: 1/1 100% complete
49202026-08-24T20:22:08.440Z[ recovery-image] Aug 24 20:22:07.503 INFO O| Aug 24 20:22:07.502 INFO O| Planning: Package planning ... Done
49212026-08-24T20:22:08.441Z[ recovery-image] Aug 24 20:22:07.503 INFO O| Aug 24 20:22:07.503 INFO O| Planning: Merging actions ... Done
49222026-08-24T20:22:08.463Z[ recovery-image] Aug 24 20:22:07.525 INFO O| Aug 24 20:22:07.525 INFO O| Planning: Checking for conflicting actions ... Done
49232026-08-24T20:22:08.466Z[ recovery-image] Aug 24 20:22:07.525 INFO O| Aug 24 20:22:07.525 INFO O| Planning: Consolidating action changes ... Done
49242026-08-24T20:22:08.576Z[ recovery-image] Aug 24 20:22:07.638 INFO O| Aug 24 20:22:07.638 INFO O| Planning: Evaluating mediators ... Done
49252026-08-24T20:22:08.579Z[ recovery-image] Aug 24 20:22:07.641 INFO O| Aug 24 20:22:07.641 INFO O| Planning: Planning completed in 0.74 seconds
49262026-08-24T20:22:08.579Z[ recovery-image] Aug 24 20:22:07.641 INFO O| Aug 24 20:22:07.641 INFO O| Packages to install: 1
49272026-08-24T20:22:08.587Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49282026-08-24T20:22:08.592Z[ recovery-image] Aug 24 20:22:07.654 INFO O| Aug 24 20:22:07.654 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49292026-08-24T20:22:08.671Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49302026-08-24T20:22:08.861Z[ recovery-image] Aug 24 20:22:07.923 INFO O| Aug 24 20:22:07.923 INFO O| Download: Completed 13.27 MB in 0.27 seconds (49.3M/s)
49312026-08-24T20:22:08.897Z[ recovery-image] Aug 24 20:22:07.959 INFO O| Aug 24 20:22:07.959 INFO O| Actions: 1/22 actions (Installing new actions)
49322026-08-24T20:22:08.944Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49332026-08-24T20:22:09.002Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49342026-08-24T20:22:09.124Z[ recovery-image] Aug 24 20:22:08.187 INFO O| Aug 24 20:22:08.186 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49352026-08-24T20:22:09.161Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49362026-08-24T20:22:09.169Z[ recovery-image] Aug 24 20:22:08.229 INFO O| Aug 24 20:22:08.229 INFO O| Finalize: Updating package state database ... Done
49372026-08-24T20:22:09.170Z[ recovery-image] Aug 24 20:22:08.229 INFO O| Aug 24 20:22:08.229 INFO O| Finalize: Updating package cache ... Done
49382026-08-24T20:22:09.257Z[ recovery-image] Aug 24 20:22:08.319 INFO O| Aug 24 20:22:08.319 INFO O| Finalize: Updating image state ... Done
49392026-08-24T20:22:09.300Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49402026-08-24T20:22:09.356Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49412026-08-24T20:22:09.418Z[verify-libraries] Compiling blowfish v0.10.0
49422026-08-24T20:22:09.506Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49432026-08-24T20:22:09.626Z[verify-libraries] Compiling petname v2.0.2
49442026-08-24T20:22:09.691Z[verify-libraries] Compiling arrayref v0.3.9
49452026-08-24T20:22:09.747Z[verify-libraries] Compiling arrayvec v0.7.6
49462026-08-24T20:22:09.811Z[verify-libraries] Compiling constant_time_eq v0.4.2
49472026-08-24T20:22:09.863Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49482026-08-24T20:22:09.870Z[ recovery-image] Aug 24 20:22:08.932 INFO O| Aug 24 20:22:08.932 INFO O| Finalize: Creating fast lookup database ... Done
49492026-08-24T20:22:09.885Z[ recovery-image] Aug 24 20:22:08.947 INFO O| Aug 24 20:22:08.947 INFO O| Finalize: Reading search index ... Done
49502026-08-24T20:22:09.886Z[ recovery-image] Aug 24 20:22:08.948 INFO O| Aug 24 20:22:08.948 INFO O| Finalize: Updating search index ... Done
49512026-08-24T20:22:09.896Z[ recovery-image] Aug 24 20:22:08.958 INFO O| Aug 24 20:22:08.958 INFO O| Finalize: Updating package cache ... Done
49522026-08-24T20:22:10.183Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49532026-08-24T20:22:10.200Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.262 INFO STEP 14 (pkg_install) COMPLETE
49542026-08-24T20:22:10.200Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49552026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO skip step because feature "mbist" is not enabled
49562026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49572026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO skip step because feature "mfg" is not enabled
49582026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49592026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO skip step because feature "compliance" is not enabled
49602026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49612026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO skip step because feature "stress" is not enabled
49622026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49632026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO skip step because feature "compliance" is not enabled
49642026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49652026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO skip step because feature "nfs" is not enabled
49662026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49672026-08-24T20:22:10.204Z[ recovery-image] Aug 24 20:22:09.263 INFO O| Aug 24 20:22:09.263 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49682026-08-24T20:22:10.333Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49692026-08-24T20:22:10.353Z[verify-libraries] Compiling ssh-cipher v0.3.0
49702026-08-24T20:22:10.415Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49712026-08-24T20:22:10.543Z[ recovery-image] Aug 24 20:22:09.605 INFO O| Aug 24 20:22:09.605 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49722026-08-24T20:22:10.554Z[verify-libraries] Compiling serde_with_macros v1.5.2
49732026-08-24T20:22:10.594Z[verify-libraries] Compiling sha3 v0.11.0
49742026-08-24T20:22:10.650Z[ recovery-image] Aug 24 20:22:09.712 INFO O| Aug 24 20:22:09.712 INFO completed processing sled/ramdisk-01-os
49752026-08-24T20:22:10.668Z[ recovery-image] Aug 24 20:22:09.715 INFO image builder template: ramdisk-02-trim...
49762026-08-24T20:22:10.668Z[ recovery-image] Aug 24 20:22:09.715 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/.tmpsF5wwU/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
49772026-08-24T20:22:10.672Z[ recovery-image] Aug 24 20:22:09.734 INFO O| Aug 24 20:22:09.734 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49782026-08-24T20:22:10.678Z[ recovery-image] Aug 24 20:22:09.738 INFO O| Aug 24 20:22:09.738 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49792026-08-24T20:22:10.773Z[ recovery-image] Aug 24 20:22:09.834 INFO O| Aug 24 20:22:09.834 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49802026-08-24T20:22:10.794Z[verify-libraries] Compiling p256 v0.14.0
49812026-08-24T20:22:10.815Z[verify-libraries] Compiling p384 v0.14.0
49822026-08-24T20:22:10.860Z[ recovery-image] Aug 24 20:22:09.922 INFO O| Aug 24 20:22:09.922 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49832026-08-24T20:22:10.860Z[ recovery-image] Aug 24 20:22:09.922 INFO O| Aug 24 20:22:09.922 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49842026-08-24T20:22:10.864Z[ recovery-image] Aug 24 20:22:09.926 INFO O| Aug 24 20:22:09.926 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49852026-08-24T20:22:10.867Z[ recovery-image] Aug 24 20:22:09.930 INFO O| Aug 24 20:22:09.930 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49862026-08-24T20:22:10.872Z[ recovery-image] Aug 24 20:22:09.934 INFO O| Aug 24 20:22:09.934 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49872026-08-24T20:22:11.040Z[verify-libraries] Compiling p521 v0.14.0
49882026-08-24T20:22:11.091Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49892026-08-24T20:22:11.155Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49902026-08-24T20:22:11.175Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49912026-08-24T20:22:11.442Z[verify-libraries] Compiling twox-hash v2.1.2
49922026-08-24T20:22:11.538Z[verify-libraries] Compiling kem v0.3.0
49932026-08-24T20:22:11.542Z[ recovery-image] Aug 24 20:22:10.602 INFO O| Aug 24 20:22:10.602 INFO rolled back to input snapshot; work may begin
49942026-08-24T20:22:11.542Z[ recovery-image] Aug 24 20:22:10.602 INFO O| Aug 24 20:22:10.602 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49952026-08-24T20:22:11.545Z[ recovery-image] Aug 24 20:22:10.606 INFO O| Aug 24 20:22:10.606 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-24T20:22:11.555Z[ recovery-image] Aug 24 20:22:10.617 INFO O| Aug 24 20:22:10.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49972026-08-24T20:22:11.599Z[ recovery-image] Aug 24 20:22:10.661 INFO O| Aug 24 20:22:10.660 INFO STEP 0 (remove_files) COMPLETE
49982026-08-24T20:22:11.599Z[ recovery-image] Aug 24 20:22:10.661 INFO O| Aug 24 20:22:10.661 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-24T20:22:11.608Z[ recovery-image] Aug 24 20:22:10.670 INFO O| Aug 24 20:22:10.670 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50002026-08-24T20:22:11.613Z[ recovery-image] Aug 24 20:22:10.672 INFO O| Aug 24 20:22:10.672 INFO STEP 1 (remove_files) COMPLETE
50012026-08-24T20:22:11.613Z[ recovery-image] Aug 24 20:22:10.672 INFO O| Aug 24 20:22:10.672 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-24T20:22:11.619Z[ recovery-image] Aug 24 20:22:10.681 INFO O| Aug 24 20:22:10.681 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50032026-08-24T20:22:11.640Z[ recovery-image] Aug 24 20:22:10.697 INFO O| Aug 24 20:22:10.697 INFO STEP 2 (remove_files) COMPLETE
50042026-08-24T20:22:11.640Z[ recovery-image] Aug 24 20:22:10.697 INFO O| Aug 24 20:22:10.697 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-24T20:22:11.645Z[ recovery-image] Aug 24 20:22:10.707 INFO O| Aug 24 20:22:10.707 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50062026-08-24T20:22:11.648Z[ recovery-image] Aug 24 20:22:10.708 INFO O| Aug 24 20:22:10.708 INFO STEP 3 (remove_files) COMPLETE
50072026-08-24T20:22:11.648Z[ recovery-image] Aug 24 20:22:10.708 INFO O| Aug 24 20:22:10.708 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-24T20:22:11.656Z[ recovery-image] Aug 24 20:22:10.717 INFO O| Aug 24 20:22:10.717 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50092026-08-24T20:22:11.660Z[ recovery-image] Aug 24 20:22:10.721 INFO O| Aug 24 20:22:10.721 INFO STEP 4 (remove_files) COMPLETE
50102026-08-24T20:22:11.660Z[ recovery-image] Aug 24 20:22:10.721 INFO O| Aug 24 20:22:10.721 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-24T20:22:11.668Z[ recovery-image] Aug 24 20:22:10.730 INFO O| Aug 24 20:22:10.730 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50122026-08-24T20:22:11.668Z[ recovery-image] Aug 24 20:22:10.730 INFO O| Aug 24 20:22:10.730 INFO STEP 5 (remove_files) COMPLETE
50132026-08-24T20:22:11.671Z[ recovery-image] Aug 24 20:22:10.730 INFO O| Aug 24 20:22:10.730 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-24T20:22:11.676Z[ recovery-image] Aug 24 20:22:10.738 INFO O| Aug 24 20:22:10.738 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50152026-08-24T20:22:11.688Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO STEP 6 (remove_files) COMPLETE
50162026-08-24T20:22:11.688Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-24T20:22:11.688Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO skip step because feature "heliosv2" is not enabled
50182026-08-24T20:22:11.692Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-24T20:22:11.692Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO skip step because feature "recovery" is enabled
50202026-08-24T20:22:11.692Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-24T20:22:11.692Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO skip step because feature "recovery" is enabled
50222026-08-24T20:22:11.692Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-24T20:22:11.692Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO skip step because feature "recovery" is enabled
50242026-08-24T20:22:11.692Z[ recovery-image] Aug 24 20:22:10.750 INFO O| Aug 24 20:22:10.750 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-24T20:22:11.697Z[ recovery-image] Aug 24 20:22:10.760 INFO O| Aug 24 20:22:10.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50262026-08-24T20:22:11.701Z[ recovery-image] Aug 24 20:22:10.763 INFO O| Aug 24 20:22:10.763 INFO STEP 11 (remove_files) COMPLETE
50272026-08-24T20:22:11.701Z[ recovery-image] Aug 24 20:22:10.763 INFO O| Aug 24 20:22:10.763 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-24T20:22:11.709Z[ recovery-image] Aug 24 20:22:10.771 INFO O| Aug 24 20:22:10.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50292026-08-24T20:22:11.712Z[ recovery-image] Aug 24 20:22:10.772 INFO O| Aug 24 20:22:10.772 INFO STEP 12 (remove_files) COMPLETE
50302026-08-24T20:22:11.713Z[ recovery-image] Aug 24 20:22:10.772 INFO O| Aug 24 20:22:10.772 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-24T20:22:11.716Z[verify-libraries] Compiling module-lattice v0.2.3
50322026-08-24T20:22:11.719Z[ recovery-image] Aug 24 20:22:10.781 INFO O| Aug 24 20:22:10.781 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50332026-08-24T20:22:11.723Z[ recovery-image] Aug 24 20:22:10.782 INFO O| Aug 24 20:22:10.782 INFO STEP 13 (remove_files) COMPLETE
50342026-08-24T20:22:11.723Z[ recovery-image] Aug 24 20:22:10.782 INFO O| Aug 24 20:22:10.782 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-24T20:22:11.738Z[ recovery-image] Aug 24 20:22:10.800 INFO O| Aug 24 20:22:10.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50362026-08-24T20:22:11.741Z[ recovery-image] Aug 24 20:22:10.800 INFO O| Aug 24 20:22:10.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50372026-08-24T20:22:11.775Z[verify-libraries] Compiling atty v0.2.14
50382026-08-24T20:22:11.870Z[verify-libraries] Compiling rtoolbox v0.0.3
50392026-08-24T20:22:11.874Z[ recovery-image] Aug 24 20:22:10.936 INFO O| Aug 24 20:22:10.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50402026-08-24T20:22:11.877Z[ recovery-image] Aug 24 20:22:10.937 INFO O| Aug 24 20:22:10.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50412026-08-24T20:22:11.884Z[ recovery-image] Aug 24 20:22:10.946 INFO O| Aug 24 20:22:10.946 INFO STEP 14 (remove_files) COMPLETE
50422026-08-24T20:22:11.884Z[ recovery-image] Aug 24 20:22:10.946 INFO O| Aug 24 20:22:10.946 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-24T20:22:11.894Z[ recovery-image] Aug 24 20:22:10.956 INFO O| Aug 24 20:22:10.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50442026-08-24T20:22:11.897Z[ recovery-image] Aug 24 20:22:10.958 INFO O| Aug 24 20:22:10.958 INFO STEP 15 (remove_files) COMPLETE
50452026-08-24T20:22:11.897Z[ recovery-image] Aug 24 20:22:10.958 INFO O| Aug 24 20:22:10.958 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-24T20:22:11.905Z[ recovery-image] Aug 24 20:22:10.968 INFO O| Aug 24 20:22:10.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50472026-08-24T20:22:11.912Z[ recovery-image] Aug 24 20:22:10.974 INFO O| Aug 24 20:22:10.974 INFO STEP 16 (remove_files) COMPLETE
50482026-08-24T20:22:11.919Z[ recovery-image] Aug 24 20:22:10.974 INFO O| Aug 24 20:22:10.974 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-24T20:22:11.924Z[ recovery-image] Aug 24 20:22:10.984 INFO O| Aug 24 20:22:10.984 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50502026-08-24T20:22:11.924Z[ recovery-image] Aug 24 20:22:10.984 INFO O| Aug 24 20:22:10.984 INFO STEP 17 (remove_files) COMPLETE
50512026-08-24T20:22:11.924Z[ recovery-image] Aug 24 20:22:10.984 INFO O| Aug 24 20:22:10.984 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-24T20:22:11.931Z[ recovery-image] Aug 24 20:22:10.993 INFO O| Aug 24 20:22:10.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50532026-08-24T20:22:11.935Z[ recovery-image] Aug 24 20:22:10.995 INFO O| Aug 24 20:22:10.995 INFO STEP 18 (remove_files) COMPLETE
50542026-08-24T20:22:11.935Z[ recovery-image] Aug 24 20:22:10.995 INFO O| Aug 24 20:22:10.995 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-24T20:22:11.943Z[ recovery-image] Aug 24 20:22:11.004 INFO O| Aug 24 20:22:11.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50562026-08-24T20:22:11.943Z[ recovery-image] Aug 24 20:22:11.004 INFO O| Aug 24 20:22:11.004 INFO STEP 19 (remove_files) COMPLETE
50572026-08-24T20:22:11.943Z[ recovery-image] Aug 24 20:22:11.004 INFO O| Aug 24 20:22:11.004 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-24T20:22:11.950Z[verify-libraries] Compiling topological-sort v0.2.2
50592026-08-24T20:22:11.963Z[ recovery-image] Aug 24 20:22:11.025 INFO O| Aug 24 20:22:11.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50602026-08-24T20:22:11.963Z[ recovery-image] Aug 24 20:22:11.025 INFO O| Aug 24 20:22:11.025 INFO STEP 20 (remove_files) COMPLETE
50612026-08-24T20:22:11.963Z[ recovery-image] Aug 24 20:22:11.025 INFO O| Aug 24 20:22:11.025 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-24T20:22:11.971Z[ recovery-image] Aug 24 20:22:11.033 INFO O| Aug 24 20:22:11.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50632026-08-24T20:22:11.971Z[ recovery-image] Aug 24 20:22:11.033 INFO O| Aug 24 20:22:11.033 INFO STEP 21 (remove_files) COMPLETE
50642026-08-24T20:22:11.971Z[ recovery-image] Aug 24 20:22:11.033 INFO O| Aug 24 20:22:11.033 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-24T20:22:11.979Z[ recovery-image] Aug 24 20:22:11.042 INFO O| Aug 24 20:22:11.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50662026-08-24T20:22:11.979Z[ recovery-image] Aug 24 20:22:11.042 INFO O| Aug 24 20:22:11.042 INFO STEP 22 (remove_files) COMPLETE
50672026-08-24T20:22:11.983Z[ recovery-image] Aug 24 20:22:11.042 INFO O| Aug 24 20:22:11.042 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-24T20:22:12.000Z[ recovery-image] Aug 24 20:22:11.062 INFO O| Aug 24 20:22:11.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50692026-08-24T20:22:12.000Z[ recovery-image] Aug 24 20:22:11.062 INFO O| Aug 24 20:22:11.062 INFO STEP 23 (remove_files) COMPLETE
50702026-08-24T20:22:12.000Z[ recovery-image] Aug 24 20:22:11.062 INFO O| Aug 24 20:22:11.062 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-24T20:22:12.010Z[ recovery-image] Aug 24 20:22:11.072 INFO O| Aug 24 20:22:11.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50722026-08-24T20:22:12.010Z[ recovery-image] Aug 24 20:22:11.072 INFO O| Aug 24 20:22:11.072 INFO STEP 24 (remove_files) COMPLETE
50732026-08-24T20:22:12.010Z[ recovery-image] Aug 24 20:22:11.072 INFO O| Aug 24 20:22:11.072 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-24T20:22:12.019Z[ recovery-image] Aug 24 20:22:11.081 INFO O| Aug 24 20:22:11.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50752026-08-24T20:22:12.019Z[ recovery-image] Aug 24 20:22:11.081 INFO O| Aug 24 20:22:11.081 INFO STEP 25 (remove_files) COMPLETE
50762026-08-24T20:22:12.023Z[ recovery-image] Aug 24 20:22:11.081 INFO O| Aug 24 20:22:11.081 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-24T20:22:12.029Z[ recovery-image] Aug 24 20:22:11.091 INFO O| Aug 24 20:22:11.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50782026-08-24T20:22:12.029Z[ recovery-image] Aug 24 20:22:11.091 INFO O| Aug 24 20:22:11.091 INFO STEP 26 (remove_files) COMPLETE
50792026-08-24T20:22:12.029Z[ recovery-image] Aug 24 20:22:11.091 INFO O| Aug 24 20:22:11.091 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-24T20:22:12.033Z[verify-libraries] Compiling sponge-cursor v0.1.0
50812026-08-24T20:22:12.039Z[ recovery-image] Aug 24 20:22:11.100 INFO O| Aug 24 20:22:11.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50822026-08-24T20:22:12.039Z[ recovery-image] Aug 24 20:22:11.100 INFO O| Aug 24 20:22:11.100 INFO STEP 27 (remove_files) COMPLETE
50832026-08-24T20:22:12.043Z[ recovery-image] Aug 24 20:22:11.100 INFO O| Aug 24 20:22:11.100 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-24T20:22:12.053Z[ recovery-image] Aug 24 20:22:11.115 INFO O| Aug 24 20:22:11.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50852026-08-24T20:22:12.053Z[ recovery-image] Aug 24 20:22:11.115 INFO O| Aug 24 20:22:11.110 INFO STEP 28 (remove_files) COMPLETE
50862026-08-24T20:22:12.053Z[ recovery-image] Aug 24 20:22:11.115 INFO O| Aug 24 20:22:11.110 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-24T20:22:12.058Z[ recovery-image] Aug 24 20:22:11.120 INFO O| Aug 24 20:22:11.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50882026-08-24T20:22:12.058Z[ recovery-image] Aug 24 20:22:11.120 INFO O| Aug 24 20:22:11.120 INFO STEP 29 (remove_files) COMPLETE
50892026-08-24T20:22:12.058Z[ recovery-image] Aug 24 20:22:11.120 INFO O| Aug 24 20:22:11.120 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-24T20:22:12.070Z[ recovery-image] Aug 24 20:22:11.130 INFO O| Aug 24 20:22:11.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50912026-08-24T20:22:12.070Z[ recovery-image] Aug 24 20:22:11.130 INFO O| Aug 24 20:22:11.130 INFO STEP 30 (remove_files) COMPLETE
50922026-08-24T20:22:12.073Z[ recovery-image] Aug 24 20:22:11.130 INFO O| Aug 24 20:22:11.130 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-24T20:22:12.079Z[ recovery-image] Aug 24 20:22:11.141 INFO O| Aug 24 20:22:11.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50942026-08-24T20:22:12.079Z[ recovery-image] Aug 24 20:22:11.141 INFO O| Aug 24 20:22:11.141 INFO STEP 31 (remove_files) COMPLETE
50952026-08-24T20:22:12.079Z[ recovery-image] Aug 24 20:22:11.141 INFO O| Aug 24 20:22:11.141 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-24T20:22:12.088Z[ recovery-image] Aug 24 20:22:11.150 INFO O| Aug 24 20:22:11.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50972026-08-24T20:22:12.088Z[ recovery-image] Aug 24 20:22:11.150 INFO O| Aug 24 20:22:11.150 INFO STEP 32 (remove_files) COMPLETE
50982026-08-24T20:22:12.088Z[ recovery-image] Aug 24 20:22:11.150 INFO O| Aug 24 20:22:11.150 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-24T20:22:12.092Z[verify-libraries] Compiling rpassword v7.5.4
51002026-08-24T20:22:12.097Z[ recovery-image] Aug 24 20:22:11.159 INFO O| Aug 24 20:22:11.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51012026-08-24T20:22:12.097Z[ recovery-image] Aug 24 20:22:11.159 INFO O| Aug 24 20:22:11.159 INFO STEP 33 (remove_files) COMPLETE
51022026-08-24T20:22:12.097Z[ recovery-image] Aug 24 20:22:11.159 INFO O| Aug 24 20:22:11.159 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-24T20:22:12.107Z[ recovery-image] Aug 24 20:22:11.169 INFO O| Aug 24 20:22:11.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51042026-08-24T20:22:12.107Z[ recovery-image] Aug 24 20:22:11.169 INFO O| Aug 24 20:22:11.169 INFO STEP 34 (remove_files) COMPLETE
51052026-08-24T20:22:12.107Z[ recovery-image] Aug 24 20:22:11.169 INFO O| Aug 24 20:22:11.169 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-24T20:22:12.120Z[ recovery-image] Aug 24 20:22:11.182 INFO O| Aug 24 20:22:11.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51072026-08-24T20:22:12.120Z[ recovery-image] Aug 24 20:22:11.183 INFO O| Aug 24 20:22:11.183 INFO STEP 35 (remove_files) COMPLETE
51082026-08-24T20:22:12.120Z[ recovery-image] Aug 24 20:22:11.183 INFO O| Aug 24 20:22:11.183 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-24T20:22:12.130Z[ recovery-image] Aug 24 20:22:11.192 INFO O| Aug 24 20:22:11.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51102026-08-24T20:22:12.130Z[ recovery-image] Aug 24 20:22:11.192 INFO O| Aug 24 20:22:11.192 INFO STEP 36 (remove_files) COMPLETE
51112026-08-24T20:22:12.130Z[ recovery-image] Aug 24 20:22:11.192 INFO O| Aug 24 20:22:11.192 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-24T20:22:12.133Z[verify-libraries] Compiling omicron-zone-package v0.12.3
51132026-08-24T20:22:12.139Z[ recovery-image] Aug 24 20:22:11.200 INFO O| Aug 24 20:22:11.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51142026-08-24T20:22:12.139Z[ recovery-image] Aug 24 20:22:11.200 INFO O| Aug 24 20:22:11.200 INFO STEP 37 (remove_files) COMPLETE
51152026-08-24T20:22:12.139Z[ recovery-image] Aug 24 20:22:11.200 INFO O| Aug 24 20:22:11.200 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-24T20:22:12.148Z[ recovery-image] Aug 24 20:22:11.210 INFO O| Aug 24 20:22:11.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51172026-08-24T20:22:12.148Z[ recovery-image] Aug 24 20:22:11.210 INFO O| Aug 24 20:22:11.210 INFO STEP 38 (remove_files) COMPLETE
51182026-08-24T20:22:12.148Z[ recovery-image] Aug 24 20:22:11.210 INFO O| Aug 24 20:22:11.210 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-24T20:22:12.156Z[ recovery-image] Aug 24 20:22:11.218 INFO O| Aug 24 20:22:11.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51202026-08-24T20:22:12.157Z[ recovery-image] Aug 24 20:22:11.218 INFO O| Aug 24 20:22:11.218 INFO STEP 39 (remove_files) COMPLETE
51212026-08-24T20:22:12.157Z[ recovery-image] Aug 24 20:22:11.218 INFO O| Aug 24 20:22:11.218 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-24T20:22:12.160Z[verify-libraries] Compiling ml-kem v0.3.2
51232026-08-24T20:22:12.166Z[ recovery-image] Aug 24 20:22:11.228 INFO O| Aug 24 20:22:11.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51242026-08-24T20:22:12.166Z[ recovery-image] Aug 24 20:22:11.228 INFO O| Aug 24 20:22:11.228 INFO STEP 40 (remove_files) COMPLETE
51252026-08-24T20:22:12.166Z[ recovery-image] Aug 24 20:22:11.228 INFO O| Aug 24 20:22:11.228 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-24T20:22:12.174Z[ recovery-image] Aug 24 20:22:11.237 INFO O| Aug 24 20:22:11.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51272026-08-24T20:22:12.174Z[ recovery-image] Aug 24 20:22:11.237 INFO O| Aug 24 20:22:11.237 INFO STEP 41 (remove_files) COMPLETE
51282026-08-24T20:22:12.178Z[ recovery-image] Aug 24 20:22:11.237 INFO O| Aug 24 20:22:11.237 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-24T20:22:12.182Z[ recovery-image] Aug 24 20:22:11.244 INFO O| Aug 24 20:22:11.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51302026-08-24T20:22:12.182Z[ recovery-image] Aug 24 20:22:11.244 INFO O| Aug 24 20:22:11.244 INFO STEP 42 (remove_files) COMPLETE
51312026-08-24T20:22:12.185Z[ recovery-image] Aug 24 20:22:11.244 INFO O| Aug 24 20:22:11.244 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-24T20:22:12.190Z[ recovery-image] Aug 24 20:22:11.252 INFO O| Aug 24 20:22:11.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51332026-08-24T20:22:12.190Z[ recovery-image] Aug 24 20:22:11.252 INFO O| Aug 24 20:22:11.252 INFO STEP 43 (remove_files) COMPLETE
51342026-08-24T20:22:12.190Z[ recovery-image] Aug 24 20:22:11.252 INFO O| Aug 24 20:22:11.252 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-24T20:22:12.198Z[ recovery-image] Aug 24 20:22:11.260 INFO O| Aug 24 20:22:11.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51362026-08-24T20:22:12.198Z[ recovery-image] Aug 24 20:22:11.260 INFO O| Aug 24 20:22:11.260 INFO STEP 44 (remove_files) COMPLETE
51372026-08-24T20:22:12.198Z[ recovery-image] Aug 24 20:22:11.260 INFO O| Aug 24 20:22:11.260 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-24T20:22:12.206Z[ recovery-image] Aug 24 20:22:11.268 INFO O| Aug 24 20:22:11.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51392026-08-24T20:22:12.209Z[ recovery-image] Aug 24 20:22:11.268 INFO O| Aug 24 20:22:11.268 INFO STEP 45 (remove_files) COMPLETE
51402026-08-24T20:22:12.209Z[ recovery-image] Aug 24 20:22:11.268 INFO O| Aug 24 20:22:11.268 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-24T20:22:12.217Z[ recovery-image] Aug 24 20:22:11.279 INFO O| Aug 24 20:22:11.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51422026-08-24T20:22:12.217Z[ recovery-image] Aug 24 20:22:11.279 INFO O| Aug 24 20:22:11.279 INFO STEP 46 (remove_files) COMPLETE
51432026-08-24T20:22:12.220Z[ recovery-image] Aug 24 20:22:11.279 INFO O| Aug 24 20:22:11.279 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-24T20:22:12.228Z[ recovery-image] Aug 24 20:22:11.290 INFO O| Aug 24 20:22:11.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51452026-08-24T20:22:12.231Z[ recovery-image] Aug 24 20:22:11.290 INFO O| Aug 24 20:22:11.290 INFO STEP 47 (remove_files) COMPLETE
51462026-08-24T20:22:12.231Z[ recovery-image] Aug 24 20:22:11.290 INFO O| Aug 24 20:22:11.290 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-24T20:22:12.236Z[ recovery-image] Aug 24 20:22:11.299 INFO O| Aug 24 20:22:11.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51482026-08-24T20:22:12.236Z[ recovery-image] Aug 24 20:22:11.299 INFO O| Aug 24 20:22:11.299 INFO STEP 48 (remove_files) COMPLETE
51492026-08-24T20:22:12.240Z[ recovery-image] Aug 24 20:22:11.299 INFO O| Aug 24 20:22:11.299 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-24T20:22:12.245Z[ recovery-image] Aug 24 20:22:11.306 INFO O| Aug 24 20:22:11.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51512026-08-24T20:22:12.245Z[ recovery-image] Aug 24 20:22:11.306 INFO O| Aug 24 20:22:11.306 INFO STEP 49 (remove_files) COMPLETE
51522026-08-24T20:22:12.248Z[ recovery-image] Aug 24 20:22:11.306 INFO O| Aug 24 20:22:11.306 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-24T20:22:12.248Z[verify-libraries] Compiling sha3 v0.12.0
51542026-08-24T20:22:12.251Z[ recovery-image] Aug 24 20:22:11.314 INFO O| Aug 24 20:22:11.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51552026-08-24T20:22:12.254Z[ recovery-image] Aug 24 20:22:11.314 INFO O| Aug 24 20:22:11.314 INFO STEP 50 (remove_files) COMPLETE
51562026-08-24T20:22:12.254Z[ recovery-image] Aug 24 20:22:11.314 INFO O| Aug 24 20:22:11.314 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-24T20:22:12.262Z[ recovery-image] Aug 24 20:22:11.324 INFO O| Aug 24 20:22:11.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51582026-08-24T20:22:12.262Z[ recovery-image] Aug 24 20:22:11.324 INFO O| Aug 24 20:22:11.324 INFO STEP 51 (remove_files) COMPLETE
51592026-08-24T20:22:12.265Z[ recovery-image] Aug 24 20:22:11.324 INFO O| Aug 24 20:22:11.324 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-24T20:22:12.271Z[ recovery-image] Aug 24 20:22:11.333 INFO O| Aug 24 20:22:11.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51612026-08-24T20:22:12.271Z[ recovery-image] Aug 24 20:22:11.333 INFO O| Aug 24 20:22:11.333 INFO STEP 52 (remove_files) COMPLETE
51622026-08-24T20:22:12.271Z[ recovery-image] Aug 24 20:22:11.333 INFO O| Aug 24 20:22:11.333 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-24T20:22:12.279Z[ recovery-image] Aug 24 20:22:11.342 INFO O| Aug 24 20:22:11.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51642026-08-24T20:22:12.279Z[ recovery-image] Aug 24 20:22:11.342 INFO O| Aug 24 20:22:11.342 INFO STEP 53 (remove_files) COMPLETE
51652026-08-24T20:22:12.283Z[ recovery-image] Aug 24 20:22:11.342 INFO O| Aug 24 20:22:11.342 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-24T20:22:12.288Z[ recovery-image] Aug 24 20:22:11.350 INFO O| Aug 24 20:22:11.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51672026-08-24T20:22:12.288Z[ recovery-image] Aug 24 20:22:11.350 INFO O| Aug 24 20:22:11.350 INFO STEP 54 (remove_files) COMPLETE
51682026-08-24T20:22:12.291Z[ recovery-image] Aug 24 20:22:11.350 INFO O| Aug 24 20:22:11.350 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-24T20:22:12.299Z[ recovery-image] Aug 24 20:22:11.359 INFO O| Aug 24 20:22:11.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51702026-08-24T20:22:12.299Z[ recovery-image] Aug 24 20:22:11.360 INFO O| Aug 24 20:22:11.360 INFO STEP 55 (remove_files) COMPLETE
51712026-08-24T20:22:12.299Z[ recovery-image] Aug 24 20:22:11.360 INFO O| Aug 24 20:22:11.360 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-24T20:22:12.306Z[ recovery-image] Aug 24 20:22:11.368 INFO O| Aug 24 20:22:11.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51732026-08-24T20:22:12.306Z[ recovery-image] Aug 24 20:22:11.368 INFO O| Aug 24 20:22:11.368 INFO STEP 56 (remove_files) COMPLETE
51742026-08-24T20:22:12.309Z[ recovery-image] Aug 24 20:22:11.368 INFO O| Aug 24 20:22:11.368 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-24T20:22:12.314Z[ recovery-image] Aug 24 20:22:11.376 INFO O| Aug 24 20:22:11.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51762026-08-24T20:22:12.314Z[ recovery-image] Aug 24 20:22:11.376 INFO O| Aug 24 20:22:11.376 INFO STEP 57 (remove_files) COMPLETE
51772026-08-24T20:22:12.317Z[ recovery-image] Aug 24 20:22:11.376 INFO O| Aug 24 20:22:11.376 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-24T20:22:12.322Z[ recovery-image] Aug 24 20:22:11.384 INFO O| Aug 24 20:22:11.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51792026-08-24T20:22:12.322Z[ recovery-image] Aug 24 20:22:11.384 INFO O| Aug 24 20:22:11.384 INFO STEP 58 (remove_files) COMPLETE
51802026-08-24T20:22:12.325Z[ recovery-image] Aug 24 20:22:11.384 INFO O| Aug 24 20:22:11.384 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-24T20:22:12.330Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.392 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51822026-08-24T20:22:12.330Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.393 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51832026-08-24T20:22:12.333Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.393 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51842026-08-24T20:22:12.333Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.393 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51852026-08-24T20:22:12.333Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.393 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51862026-08-24T20:22:12.333Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.393 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51872026-08-24T20:22:12.333Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.393 INFO ok!
51882026-08-24T20:22:12.333Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.393 INFO STEP 59 (ensure_file) COMPLETE
51892026-08-24T20:22:12.334Z[ recovery-image] Aug 24 20:22:11.393 INFO O| Aug 24 20:22:11.393 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-08-24T20:22:12.340Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51912026-08-24T20:22:12.340Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51922026-08-24T20:22:12.340Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51932026-08-24T20:22:12.340Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51942026-08-24T20:22:12.340Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51952026-08-24T20:22:12.343Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51962026-08-24T20:22:12.343Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 INFO ok!
51972026-08-24T20:22:12.343Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 INFO STEP 60 (ensure_file) COMPLETE
51982026-08-24T20:22:12.343Z[ recovery-image] Aug 24 20:22:11.402 INFO O| Aug 24 20:22:11.402 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-08-24T20:22:12.349Z[ recovery-image] Aug 24 20:22:11.411 INFO O| Aug 24 20:22:11.411 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52002026-08-24T20:22:12.349Z[ recovery-image] Aug 24 20:22:11.411 INFO O| Aug 24 20:22:11.411 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52012026-08-24T20:22:12.352Z[ recovery-image] Aug 24 20:22:11.411 INFO O| Aug 24 20:22:11.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52022026-08-24T20:22:12.352Z[ recovery-image] Aug 24 20:22:11.411 INFO O| Aug 24 20:22:11.411 INFO ok!
52032026-08-24T20:22:12.352Z[ recovery-image] Aug 24 20:22:11.411 INFO O| Aug 24 20:22:11.411 INFO STEP 61 (ensure_file) COMPLETE
52042026-08-24T20:22:12.352Z[ recovery-image] Aug 24 20:22:11.411 INFO O| Aug 24 20:22:11.411 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-24T20:22:12.358Z[ recovery-image] Aug 24 20:22:11.421 INFO O| Aug 24 20:22:11.421 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52062026-08-24T20:22:12.359Z[ recovery-image] Aug 24 20:22:11.421 INFO O| Aug 24 20:22:11.421 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52072026-08-24T20:22:12.359Z[ recovery-image] Aug 24 20:22:11.421 INFO O| Aug 24 20:22:11.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52082026-08-24T20:22:12.362Z[ recovery-image] Aug 24 20:22:11.421 INFO O| Aug 24 20:22:11.421 INFO ok!
52092026-08-24T20:22:12.362Z[ recovery-image] Aug 24 20:22:11.421 INFO O| Aug 24 20:22:11.421 INFO STEP 62 (ensure_file) COMPLETE
52102026-08-24T20:22:12.363Z[ recovery-image] Aug 24 20:22:11.421 INFO O| Aug 24 20:22:11.421 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-24T20:22:12.367Z[ recovery-image] Aug 24 20:22:11.429 INFO O| Aug 24 20:22:11.429 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52122026-08-24T20:22:12.367Z[ recovery-image] Aug 24 20:22:11.429 INFO O| Aug 24 20:22:11.429 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52132026-08-24T20:22:12.371Z[ recovery-image] Aug 24 20:22:11.429 INFO O| Aug 24 20:22:11.429 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52142026-08-24T20:22:12.371Z[ recovery-image] Aug 24 20:22:11.429 INFO O| Aug 24 20:22:11.429 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52152026-08-24T20:22:12.371Z[ recovery-image] Aug 24 20:22:11.429 INFO O| Aug 24 20:22:11.429 INFO ok!
52162026-08-24T20:22:12.371Z[ recovery-image] Aug 24 20:22:11.429 INFO O| Aug 24 20:22:11.429 INFO STEP 63 (ensure_file) COMPLETE
52172026-08-24T20:22:12.371Z[ recovery-image] Aug 24 20:22:11.429 INFO O| Aug 24 20:22:11.429 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-24T20:22:12.375Z[ recovery-image] Aug 24 20:22:11.437 INFO O| Aug 24 20:22:11.437 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52192026-08-24T20:22:12.375Z[ recovery-image] Aug 24 20:22:11.437 INFO O| Aug 24 20:22:11.437 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52202026-08-24T20:22:12.375Z[ recovery-image] Aug 24 20:22:11.437 INFO O| Aug 24 20:22:11.437 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52212026-08-24T20:22:12.375Z[ recovery-image] Aug 24 20:22:11.437 INFO O| Aug 24 20:22:11.437 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52222026-08-24T20:22:12.378Z[ recovery-image] Aug 24 20:22:11.437 INFO O| Aug 24 20:22:11.437 INFO ok!
52232026-08-24T20:22:12.378Z[ recovery-image] Aug 24 20:22:11.437 INFO O| Aug 24 20:22:11.437 INFO STEP 64 (ensure_file) COMPLETE
52242026-08-24T20:22:12.378Z[ recovery-image] Aug 24 20:22:11.437 INFO O| Aug 24 20:22:11.437 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-08-24T20:22:12.383Z[ recovery-image] Aug 24 20:22:11.445 INFO O| Aug 24 20:22:11.445 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52262026-08-24T20:22:12.383Z[ recovery-image] Aug 24 20:22:11.445 INFO O| Aug 24 20:22:11.445 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52272026-08-24T20:22:12.386Z[ recovery-image] Aug 24 20:22:11.445 INFO O| Aug 24 20:22:11.445 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52282026-08-24T20:22:12.386Z[ recovery-image] Aug 24 20:22:11.445 INFO O| Aug 24 20:22:11.445 INFO ok!
52292026-08-24T20:22:12.386Z[ recovery-image] Aug 24 20:22:11.445 INFO O| Aug 24 20:22:11.445 INFO STEP 65 (assemble_files) COMPLETE
52302026-08-24T20:22:12.386Z[ recovery-image] Aug 24 20:22:11.445 INFO O| Aug 24 20:22:11.445 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-08-24T20:22:12.391Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.453 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52322026-08-24T20:22:12.391Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52332026-08-24T20:22:12.394Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52342026-08-24T20:22:12.394Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52352026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO ok!
52362026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO STEP 66 (ensure_file) COMPLETE
52372026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO skip step because feature "omicron1" is not enabled
52392026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52402026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO skip step because feature "omicron1" is not enabled
52412026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO skip step because feature "omicron1" is not enabled
52432026-08-24T20:22:12.395Z[ recovery-image] Aug 24 20:22:11.454 INFO O| Aug 24 20:22:11.454 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-24T20:22:12.403Z[ recovery-image] Aug 24 20:22:11.465 INFO O| Aug 24 20:22:11.465 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52452026-08-24T20:22:12.403Z[ recovery-image] Aug 24 20:22:11.465 INFO O| Aug 24 20:22:11.465 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52462026-08-24T20:22:12.465Z[verify-libraries] Compiling serde_with v1.14.0
52472026-08-24T20:22:13.157Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52482026-08-24T20:22:13.290Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52492026-08-24T20:22:13.567Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52502026-08-24T20:22:13.689Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52512026-08-24T20:22:13.693Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52522026-08-24T20:22:13.718Z[ recovery-image] Aug 24 20:22:12.780 INFO O| Aug 24 20:22:12.780 INFO STEP 70 (pack_tar) COMPLETE
52532026-08-24T20:22:13.718Z[ recovery-image] Aug 24 20:22:12.781 INFO O| Aug 24 20:22:12.780 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52542026-08-24T20:22:13.723Z[ recovery-image] Aug 24 20:22:12.781 INFO O| Aug 24 20:22:12.780 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52552026-08-24T20:22:13.740Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52562026-08-24T20:22:13.946Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52572026-08-24T20:22:14.188Z[ recovery-image] Aug 24 20:22:13.250 INFO O| Aug 24 20:22:13.250 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52582026-08-24T20:22:14.272Z[ recovery-image] Aug 24 20:22:13.334 INFO O| Aug 24 20:22:13.334 INFO completed processing sled/ramdisk-02-trim
52592026-08-24T20:22:14.276Z[ recovery-image] Aug 24 20:22:13.336 INFO image builder template: ramdisk-03-recovery-trim...
52602026-08-24T20:22:14.276Z[ recovery-image] Aug 24 20:22:13.336 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/.tmpsF5wwU/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
52612026-08-24T20:22:14.279Z[ recovery-image] Aug 24 20:22:13.341 INFO O| Aug 24 20:22:13.341 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52622026-08-24T20:22:14.354Z[ recovery-image] Aug 24 20:22:13.417 INFO O| Aug 24 20:22:13.416 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52632026-08-24T20:22:14.358Z[ recovery-image] Aug 24 20:22:13.421 INFO O| Aug 24 20:22:13.420 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52642026-08-24T20:22:14.440Z[ recovery-image] Aug 24 20:22:13.502 INFO O| Aug 24 20:22:13.502 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52652026-08-24T20:22:14.502Z[ recovery-image] Aug 24 20:22:13.564 INFO O| Aug 24 20:22:13.564 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52662026-08-24T20:22:14.502Z[ recovery-image] Aug 24 20:22:13.564 INFO O| Aug 24 20:22:13.564 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52672026-08-24T20:22:14.509Z[ recovery-image] Aug 24 20:22:13.571 INFO O| Aug 24 20:22:13.571 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52682026-08-24T20:22:14.513Z[ recovery-image] Aug 24 20:22:13.575 INFO O| Aug 24 20:22:13.575 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52692026-08-24T20:22:14.518Z[ recovery-image] Aug 24 20:22:13.580 INFO O| Aug 24 20:22:13.580 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52702026-08-24T20:22:14.834Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52712026-08-24T20:22:15.110Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52722026-08-24T20:22:15.431Z[ recovery-image] Aug 24 20:22:14.493 INFO O| Aug 24 20:22:14.493 INFO rolled back to input snapshot; work may begin
52732026-08-24T20:22:15.431Z[ recovery-image] Aug 24 20:22:14.493 INFO O| Aug 24 20:22:14.493 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52742026-08-24T20:22:15.435Z[ recovery-image] Aug 24 20:22:14.498 INFO O| Aug 24 20:22:14.498 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-08-24T20:22:15.444Z[ recovery-image] Aug 24 20:22:14.506 INFO O| Aug 24 20:22:14.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52762026-08-24T20:22:15.483Z[ recovery-image] Aug 24 20:22:14.509 INFO O| Aug 24 20:22:14.509 INFO STEP 0 (remove_files) COMPLETE
52772026-08-24T20:22:15.483Z[ recovery-image] Aug 24 20:22:14.509 INFO O| Aug 24 20:22:14.509 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-08-24T20:22:15.483Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52792026-08-24T20:22:15.483Z[ recovery-image] Aug 24 20:22:14.518 INFO O| Aug 24 20:22:14.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52802026-08-24T20:22:15.483Z[ recovery-image] Aug 24 20:22:14.518 INFO O| Aug 24 20:22:14.518 INFO STEP 1 (remove_files) COMPLETE
52812026-08-24T20:22:15.483Z[ recovery-image] Aug 24 20:22:14.518 INFO O| Aug 24 20:22:14.518 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-24T20:22:15.483Z[ recovery-image] Aug 24 20:22:14.533 INFO O| Aug 24 20:22:14.527 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52832026-08-24T20:22:15.483Z[ recovery-image] Aug 24 20:22:14.541 INFO O| Aug 24 20:22:14.535 INFO STEP 2 (remove_files) COMPLETE
52842026-08-24T20:22:15.483Z[ recovery-image] Aug 24 20:22:14.541 INFO O| Aug 24 20:22:14.535 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-24T20:22:15.484Z[ recovery-image] Aug 24 20:22:14.545 INFO O| Aug 24 20:22:14.545 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52862026-08-24T20:22:15.530Z[ recovery-image] Aug 24 20:22:14.592 INFO O| Aug 24 20:22:14.592 INFO STEP 3 (remove_files) COMPLETE
52872026-08-24T20:22:15.530Z[ recovery-image] Aug 24 20:22:14.592 INFO O| Aug 24 20:22:14.592 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-24T20:22:15.541Z[ recovery-image] Aug 24 20:22:14.603 INFO O| Aug 24 20:22:14.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52892026-08-24T20:22:15.544Z[ recovery-image] Aug 24 20:22:14.604 INFO O| Aug 24 20:22:14.604 INFO STEP 4 (remove_files) COMPLETE
52902026-08-24T20:22:15.544Z[ recovery-image] Aug 24 20:22:14.605 INFO O| Aug 24 20:22:14.604 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-24T20:22:15.552Z[ recovery-image] Aug 24 20:22:14.615 INFO O| Aug 24 20:22:14.615 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52922026-08-24T20:22:15.586Z[ recovery-image] Aug 24 20:22:14.648 INFO O| Aug 24 20:22:14.648 INFO STEP 5 (remove_files) COMPLETE
52932026-08-24T20:22:15.586Z[ recovery-image] Aug 24 20:22:14.648 INFO O| Aug 24 20:22:14.648 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-24T20:22:15.596Z[ recovery-image] Aug 24 20:22:14.658 INFO O| Aug 24 20:22:14.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52952026-08-24T20:22:15.609Z[ recovery-image] Aug 24 20:22:14.671 INFO O| Aug 24 20:22:14.671 INFO STEP 6 (remove_files) COMPLETE
52962026-08-24T20:22:15.609Z[ recovery-image] Aug 24 20:22:14.671 INFO O| Aug 24 20:22:14.671 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-24T20:22:15.619Z[ recovery-image] Aug 24 20:22:14.681 INFO O| Aug 24 20:22:14.681 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52982026-08-24T20:22:15.622Z[ recovery-image] Aug 24 20:22:14.684 INFO O| Aug 24 20:22:14.684 INFO STEP 7 (remove_files) COMPLETE
52992026-08-24T20:22:15.622Z[ recovery-image] Aug 24 20:22:14.684 INFO O| Aug 24 20:22:14.684 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-24T20:22:15.631Z[ recovery-image] Aug 24 20:22:14.693 INFO O| Aug 24 20:22:14.693 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53012026-08-24T20:22:15.634Z[ recovery-image] Aug 24 20:22:14.694 INFO O| Aug 24 20:22:14.694 INFO STEP 8 (remove_files) COMPLETE
53022026-08-24T20:22:15.634Z[ recovery-image] Aug 24 20:22:14.694 INFO O| Aug 24 20:22:14.694 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-24T20:22:15.641Z[ recovery-image] Aug 24 20:22:14.704 INFO O| Aug 24 20:22:14.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53042026-08-24T20:22:15.645Z[ recovery-image] Aug 24 20:22:14.707 INFO O| Aug 24 20:22:14.707 INFO STEP 9 (remove_files) COMPLETE
53052026-08-24T20:22:15.645Z[ recovery-image] Aug 24 20:22:14.707 INFO O| Aug 24 20:22:14.707 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-24T20:22:15.653Z[ recovery-image] Aug 24 20:22:14.715 INFO O| Aug 24 20:22:14.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53072026-08-24T20:22:15.653Z[ recovery-image] Aug 24 20:22:14.716 INFO O| Aug 24 20:22:14.715 INFO STEP 10 (remove_files) COMPLETE
53082026-08-24T20:22:15.653Z[ recovery-image] Aug 24 20:22:14.716 INFO O| Aug 24 20:22:14.716 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-24T20:22:15.662Z[ recovery-image] Aug 24 20:22:14.725 INFO O| Aug 24 20:22:14.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53102026-08-24T20:22:15.666Z[ recovery-image] Aug 24 20:22:14.726 INFO O| Aug 24 20:22:14.726 INFO STEP 11 (remove_files) COMPLETE
53112026-08-24T20:22:15.666Z[ recovery-image] Aug 24 20:22:14.726 INFO O| Aug 24 20:22:14.726 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-24T20:22:15.672Z[ recovery-image] Aug 24 20:22:14.735 INFO O| Aug 24 20:22:14.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53132026-08-24T20:22:16.004Z[ recovery-image] Aug 24 20:22:15.066 INFO O| Aug 24 20:22:15.065 INFO STEP 12 (remove_files) COMPLETE
53142026-08-24T20:22:16.004Z[ recovery-image] Aug 24 20:22:15.066 INFO O| Aug 24 20:22:15.065 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-24T20:22:16.014Z[ recovery-image] Aug 24 20:22:15.076 INFO O| Aug 24 20:22:15.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53162026-08-24T20:22:16.017Z[ recovery-image] Aug 24 20:22:15.079 INFO O| Aug 24 20:22:15.079 INFO STEP 13 (remove_files) COMPLETE
53172026-08-24T20:22:16.017Z[ recovery-image] Aug 24 20:22:15.079 INFO O| Aug 24 20:22:15.079 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-24T20:22:16.028Z[ recovery-image] Aug 24 20:22:15.091 INFO O| Aug 24 20:22:15.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53192026-08-24T20:22:16.036Z[ recovery-image] Aug 24 20:22:15.093 INFO O| Aug 24 20:22:15.093 INFO STEP 14 (remove_files) COMPLETE
53202026-08-24T20:22:16.036Z[ recovery-image] Aug 24 20:22:15.093 INFO O| Aug 24 20:22:15.093 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-24T20:22:16.042Z[ recovery-image] Aug 24 20:22:15.105 INFO O| Aug 24 20:22:15.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53222026-08-24T20:22:16.042Z[ recovery-image] Aug 24 20:22:15.105 INFO O| Aug 24 20:22:15.105 INFO STEP 15 (remove_files) COMPLETE
53232026-08-24T20:22:16.042Z[ recovery-image] Aug 24 20:22:15.105 INFO O| Aug 24 20:22:15.105 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-24T20:22:16.053Z[ recovery-image] Aug 24 20:22:15.115 INFO O| Aug 24 20:22:15.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53252026-08-24T20:22:16.056Z[ recovery-image] Aug 24 20:22:15.117 INFO O| Aug 24 20:22:15.117 INFO STEP 16 (remove_files) COMPLETE
53262026-08-24T20:22:16.056Z[ recovery-image] Aug 24 20:22:15.117 INFO O| Aug 24 20:22:15.117 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-24T20:22:16.065Z[ recovery-image] Aug 24 20:22:15.127 INFO O| Aug 24 20:22:15.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53282026-08-24T20:22:16.088Z[ recovery-image] Aug 24 20:22:15.150 INFO O| Aug 24 20:22:15.150 INFO STEP 17 (remove_files) COMPLETE
53292026-08-24T20:22:16.088Z[ recovery-image] Aug 24 20:22:15.150 INFO O| Aug 24 20:22:15.150 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-24T20:22:16.099Z[ recovery-image] Aug 24 20:22:15.161 INFO O| Aug 24 20:22:15.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53312026-08-24T20:22:16.099Z[ recovery-image] Aug 24 20:22:15.161 INFO O| Aug 24 20:22:15.161 INFO STEP 18 (remove_files) COMPLETE
53322026-08-24T20:22:16.099Z[ recovery-image] Aug 24 20:22:15.161 INFO O| Aug 24 20:22:15.161 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-24T20:22:16.108Z[ recovery-image] Aug 24 20:22:15.170 INFO O| Aug 24 20:22:15.170 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53342026-08-24T20:22:16.108Z[ recovery-image] Aug 24 20:22:15.171 INFO O| Aug 24 20:22:15.171 INFO STEP 19 (remove_files) COMPLETE
53352026-08-24T20:22:16.112Z[ recovery-image] Aug 24 20:22:15.171 INFO O| Aug 24 20:22:15.171 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-24T20:22:16.118Z[ recovery-image] Aug 24 20:22:15.180 INFO O| Aug 24 20:22:15.180 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53372026-08-24T20:22:16.159Z[ recovery-image] Aug 24 20:22:15.221 INFO O| Aug 24 20:22:15.221 INFO STEP 20 (remove_files) COMPLETE
53382026-08-24T20:22:16.159Z[ recovery-image] Aug 24 20:22:15.221 INFO O| Aug 24 20:22:15.221 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-24T20:22:16.170Z[ recovery-image] Aug 24 20:22:15.232 INFO O| Aug 24 20:22:15.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53402026-08-24T20:22:16.174Z[ recovery-image] Aug 24 20:22:15.233 INFO O| Aug 24 20:22:15.233 INFO STEP 21 (remove_files) COMPLETE
53412026-08-24T20:22:16.174Z[ recovery-image] Aug 24 20:22:15.233 INFO O| Aug 24 20:22:15.233 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-24T20:22:16.183Z[ recovery-image] Aug 24 20:22:15.245 INFO O| Aug 24 20:22:15.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53432026-08-24T20:22:16.183Z[ recovery-image] Aug 24 20:22:15.245 INFO O| Aug 24 20:22:15.245 INFO STEP 22 (remove_files) COMPLETE
53442026-08-24T20:22:16.186Z[ recovery-image] Aug 24 20:22:15.245 INFO O| Aug 24 20:22:15.245 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-24T20:22:16.193Z[ recovery-image] Aug 24 20:22:15.255 INFO O| Aug 24 20:22:15.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53462026-08-24T20:22:16.197Z[ recovery-image] Aug 24 20:22:15.256 INFO O| Aug 24 20:22:15.256 INFO STEP 23 (remove_files) COMPLETE
53472026-08-24T20:22:16.197Z[ recovery-image] Aug 24 20:22:15.256 INFO O| Aug 24 20:22:15.256 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-24T20:22:16.204Z[ recovery-image] Aug 24 20:22:15.266 INFO O| Aug 24 20:22:15.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53492026-08-24T20:22:16.207Z[ recovery-image] Aug 24 20:22:15.267 INFO O| Aug 24 20:22:15.267 INFO STEP 24 (remove_files) COMPLETE
53502026-08-24T20:22:16.207Z[ recovery-image] Aug 24 20:22:15.267 INFO O| Aug 24 20:22:15.267 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-24T20:22:16.214Z[ recovery-image] Aug 24 20:22:15.277 INFO O| Aug 24 20:22:15.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53522026-08-24T20:22:16.218Z[ recovery-image] Aug 24 20:22:15.277 INFO O| Aug 24 20:22:15.277 INFO STEP 25 (remove_files) COMPLETE
53532026-08-24T20:22:16.218Z[ recovery-image] Aug 24 20:22:15.277 INFO O| Aug 24 20:22:15.277 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-24T20:22:16.225Z[ recovery-image] Aug 24 20:22:15.287 INFO O| Aug 24 20:22:15.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53552026-08-24T20:22:16.225Z[ recovery-image] Aug 24 20:22:15.288 INFO O| Aug 24 20:22:15.287 INFO STEP 26 (remove_files) COMPLETE
53562026-08-24T20:22:16.225Z[ recovery-image] Aug 24 20:22:15.288 INFO O| Aug 24 20:22:15.288 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-24T20:22:16.235Z[ recovery-image] Aug 24 20:22:15.297 INFO O| Aug 24 20:22:15.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53582026-08-24T20:22:16.235Z[ recovery-image] Aug 24 20:22:15.297 INFO O| Aug 24 20:22:15.297 INFO STEP 27 (remove_files) COMPLETE
53592026-08-24T20:22:16.235Z[ recovery-image] Aug 24 20:22:15.297 INFO O| Aug 24 20:22:15.297 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-24T20:22:16.243Z[ recovery-image] Aug 24 20:22:15.305 INFO O| Aug 24 20:22:15.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53612026-08-24T20:22:16.243Z[ recovery-image] Aug 24 20:22:15.305 INFO O| Aug 24 20:22:15.305 INFO STEP 28 (remove_files) COMPLETE
53622026-08-24T20:22:16.243Z[ recovery-image] Aug 24 20:22:15.305 INFO O| Aug 24 20:22:15.305 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-24T20:22:16.254Z[ recovery-image] Aug 24 20:22:15.314 INFO O| Aug 24 20:22:15.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53642026-08-24T20:22:16.254Z[ recovery-image] Aug 24 20:22:15.314 INFO O| Aug 24 20:22:15.314 INFO STEP 29 (remove_files) COMPLETE
53652026-08-24T20:22:16.254Z[ recovery-image] Aug 24 20:22:15.314 INFO O| Aug 24 20:22:15.314 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-24T20:22:16.261Z[ recovery-image] Aug 24 20:22:15.323 INFO O| Aug 24 20:22:15.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53672026-08-24T20:22:16.261Z[ recovery-image] Aug 24 20:22:15.323 INFO O| Aug 24 20:22:15.323 INFO STEP 30 (remove_files) COMPLETE
53682026-08-24T20:22:16.261Z[ recovery-image] Aug 24 20:22:15.323 INFO O| Aug 24 20:22:15.323 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-24T20:22:16.272Z[ recovery-image] Aug 24 20:22:15.334 INFO O| Aug 24 20:22:15.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53702026-08-24T20:22:16.272Z[ recovery-image] Aug 24 20:22:15.334 INFO O| Aug 24 20:22:15.334 INFO STEP 31 (remove_files) COMPLETE
53712026-08-24T20:22:16.272Z[ recovery-image] Aug 24 20:22:15.334 INFO O| Aug 24 20:22:15.334 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-24T20:22:16.282Z[ recovery-image] Aug 24 20:22:15.344 INFO O| Aug 24 20:22:15.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53732026-08-24T20:22:16.282Z[ recovery-image] Aug 24 20:22:15.344 INFO O| Aug 24 20:22:15.344 INFO STEP 32 (remove_files) COMPLETE
53742026-08-24T20:22:16.282Z[ recovery-image] Aug 24 20:22:15.344 INFO O| Aug 24 20:22:15.344 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-24T20:22:16.292Z[ recovery-image] Aug 24 20:22:15.354 INFO O| Aug 24 20:22:15.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53762026-08-24T20:22:16.311Z[ recovery-image] Aug 24 20:22:15.373 INFO O| Aug 24 20:22:15.373 INFO STEP 33 (remove_files) COMPLETE
53772026-08-24T20:22:16.311Z[ recovery-image] Aug 24 20:22:15.373 INFO O| Aug 24 20:22:15.373 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-24T20:22:16.322Z[ recovery-image] Aug 24 20:22:15.383 INFO O| Aug 24 20:22:15.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53792026-08-24T20:22:16.322Z[ recovery-image] Aug 24 20:22:15.383 INFO O| Aug 24 20:22:15.383 INFO STEP 34 (remove_files) COMPLETE
53802026-08-24T20:22:16.325Z[ recovery-image] Aug 24 20:22:15.383 INFO O| Aug 24 20:22:15.383 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-24T20:22:16.330Z[ recovery-image] Aug 24 20:22:15.392 INFO O| Aug 24 20:22:15.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53822026-08-24T20:22:16.335Z[ recovery-image] Aug 24 20:22:15.397 INFO O| Aug 24 20:22:15.397 INFO STEP 35 (remove_files) COMPLETE
53832026-08-24T20:22:16.335Z[ recovery-image] Aug 24 20:22:15.397 INFO O| Aug 24 20:22:15.397 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-24T20:22:16.338Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53852026-08-24T20:22:16.345Z[ recovery-image] Aug 24 20:22:15.407 INFO O| Aug 24 20:22:15.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53862026-08-24T20:22:16.345Z[ recovery-image] Aug 24 20:22:15.407 INFO O| Aug 24 20:22:15.407 INFO STEP 36 (remove_files) COMPLETE
53872026-08-24T20:22:16.345Z[ recovery-image] Aug 24 20:22:15.407 INFO O| Aug 24 20:22:15.407 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-24T20:22:16.355Z[ recovery-image] Aug 24 20:22:15.417 INFO O| Aug 24 20:22:15.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53892026-08-24T20:22:16.355Z[ recovery-image] Aug 24 20:22:15.417 INFO O| Aug 24 20:22:15.417 INFO STEP 37 (remove_files) COMPLETE
53902026-08-24T20:22:16.355Z[ recovery-image] Aug 24 20:22:15.417 INFO O| Aug 24 20:22:15.417 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-24T20:22:16.364Z[ recovery-image] Aug 24 20:22:15.426 INFO O| Aug 24 20:22:15.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53922026-08-24T20:22:16.364Z[ recovery-image] Aug 24 20:22:15.426 INFO O| Aug 24 20:22:15.426 INFO STEP 38 (remove_files) COMPLETE
53932026-08-24T20:22:16.364Z[ recovery-image] Aug 24 20:22:15.426 INFO O| Aug 24 20:22:15.426 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-24T20:22:16.373Z[ recovery-image] Aug 24 20:22:15.435 INFO O| Aug 24 20:22:15.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53952026-08-24T20:22:16.373Z[ recovery-image] Aug 24 20:22:15.435 INFO O| Aug 24 20:22:15.435 INFO STEP 39 (remove_files) COMPLETE
53962026-08-24T20:22:16.373Z[ recovery-image] Aug 24 20:22:15.435 INFO O| Aug 24 20:22:15.435 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-24T20:22:16.383Z[ recovery-image] Aug 24 20:22:15.445 INFO O| Aug 24 20:22:15.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53982026-08-24T20:22:16.383Z[ recovery-image] Aug 24 20:22:15.445 INFO O| Aug 24 20:22:15.445 INFO STEP 40 (remove_files) COMPLETE
53992026-08-24T20:22:16.383Z[ recovery-image] Aug 24 20:22:15.445 INFO O| Aug 24 20:22:15.445 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-24T20:22:16.396Z[ recovery-image] Aug 24 20:22:15.458 INFO O| Aug 24 20:22:15.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54012026-08-24T20:22:16.396Z[ recovery-image] Aug 24 20:22:15.458 INFO O| Aug 24 20:22:15.458 INFO STEP 41 (remove_files) COMPLETE
54022026-08-24T20:22:16.396Z[ recovery-image] Aug 24 20:22:15.458 INFO O| Aug 24 20:22:15.458 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-24T20:22:16.407Z[ recovery-image] Aug 24 20:22:15.468 INFO O| Aug 24 20:22:15.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54042026-08-24T20:22:16.407Z[ recovery-image] Aug 24 20:22:15.469 INFO O| Aug 24 20:22:15.469 INFO STEP 42 (remove_files) COMPLETE
54052026-08-24T20:22:16.407Z[ recovery-image] Aug 24 20:22:15.469 INFO O| Aug 24 20:22:15.469 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-24T20:22:16.430Z[ recovery-image] Aug 24 20:22:15.492 INFO O| Aug 24 20:22:15.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54072026-08-24T20:22:16.431Z[ recovery-image] Aug 24 20:22:15.492 INFO O| Aug 24 20:22:15.492 INFO STEP 43 (remove_files) COMPLETE
54082026-08-24T20:22:16.431Z[ recovery-image] Aug 24 20:22:15.492 INFO O| Aug 24 20:22:15.492 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-24T20:22:16.441Z[ recovery-image] Aug 24 20:22:15.503 INFO O| Aug 24 20:22:15.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54102026-08-24T20:22:16.441Z[ recovery-image] Aug 24 20:22:15.503 INFO O| Aug 24 20:22:15.503 INFO STEP 44 (remove_files) COMPLETE
54112026-08-24T20:22:16.441Z[ recovery-image] Aug 24 20:22:15.503 INFO O| Aug 24 20:22:15.503 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-24T20:22:16.453Z[ recovery-image] Aug 24 20:22:15.515 INFO O| Aug 24 20:22:15.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54132026-08-24T20:22:16.453Z[ recovery-image] Aug 24 20:22:15.515 INFO O| Aug 24 20:22:15.515 INFO STEP 45 (remove_files) COMPLETE
54142026-08-24T20:22:16.453Z[ recovery-image] Aug 24 20:22:15.515 INFO O| Aug 24 20:22:15.515 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-24T20:22:16.463Z[ recovery-image] Aug 24 20:22:15.525 INFO O| Aug 24 20:22:15.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54162026-08-24T20:22:16.464Z[ recovery-image] Aug 24 20:22:15.525 INFO O| Aug 24 20:22:15.525 INFO STEP 46 (remove_files) COMPLETE
54172026-08-24T20:22:16.464Z[ recovery-image] Aug 24 20:22:15.525 INFO O| Aug 24 20:22:15.525 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-24T20:22:16.478Z[ recovery-image] Aug 24 20:22:15.540 INFO O| Aug 24 20:22:15.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54192026-08-24T20:22:16.478Z[ recovery-image] Aug 24 20:22:15.540 INFO O| Aug 24 20:22:15.540 INFO STEP 47 (remove_files) COMPLETE
54202026-08-24T20:22:16.478Z[ recovery-image] Aug 24 20:22:15.540 INFO O| Aug 24 20:22:15.540 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-24T20:22:16.513Z[ recovery-image] Aug 24 20:22:15.575 INFO O| Aug 24 20:22:15.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54222026-08-24T20:22:16.514Z[ recovery-image] Aug 24 20:22:15.575 INFO O| Aug 24 20:22:15.575 INFO STEP 48 (remove_files) COMPLETE
54232026-08-24T20:22:16.518Z[ recovery-image] Aug 24 20:22:15.575 INFO O| Aug 24 20:22:15.575 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-24T20:22:16.523Z[ recovery-image] Aug 24 20:22:15.585 INFO O| Aug 24 20:22:15.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54252026-08-24T20:22:16.526Z[ recovery-image] Aug 24 20:22:15.585 INFO O| Aug 24 20:22:15.585 INFO STEP 49 (remove_files) COMPLETE
54262026-08-24T20:22:16.526Z[ recovery-image] Aug 24 20:22:15.585 INFO O| Aug 24 20:22:15.585 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-24T20:22:16.532Z[ recovery-image] Aug 24 20:22:15.594 INFO O| Aug 24 20:22:15.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54282026-08-24T20:22:16.532Z[ recovery-image] Aug 24 20:22:15.594 INFO O| Aug 24 20:22:15.594 INFO STEP 50 (remove_files) COMPLETE
54292026-08-24T20:22:16.535Z[ recovery-image] Aug 24 20:22:15.594 INFO O| Aug 24 20:22:15.594 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-24T20:22:16.540Z[ recovery-image] Aug 24 20:22:15.603 INFO O| Aug 24 20:22:15.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54312026-08-24T20:22:16.546Z[ recovery-image] Aug 24 20:22:15.608 INFO O| Aug 24 20:22:15.604 INFO STEP 51 (remove_files) COMPLETE
54322026-08-24T20:22:16.546Z[ recovery-image] Aug 24 20:22:15.608 INFO O| Aug 24 20:22:15.604 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-24T20:22:16.552Z[ recovery-image] Aug 24 20:22:15.615 INFO O| Aug 24 20:22:15.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54342026-08-24T20:22:16.556Z[ recovery-image] Aug 24 20:22:15.615 INFO O| Aug 24 20:22:15.615 INFO STEP 52 (remove_files) COMPLETE
54352026-08-24T20:22:16.556Z[ recovery-image] Aug 24 20:22:15.615 INFO O| Aug 24 20:22:15.615 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-24T20:22:16.562Z[ recovery-image] Aug 24 20:22:15.624 INFO O| Aug 24 20:22:15.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54372026-08-24T20:22:16.562Z[ recovery-image] Aug 24 20:22:15.624 INFO O| Aug 24 20:22:15.624 INFO STEP 53 (remove_files) COMPLETE
54382026-08-24T20:22:16.566Z[ recovery-image] Aug 24 20:22:15.624 INFO O| Aug 24 20:22:15.624 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-24T20:22:16.572Z[ recovery-image] Aug 24 20:22:15.634 INFO O| Aug 24 20:22:15.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54402026-08-24T20:22:16.572Z[ recovery-image] Aug 24 20:22:15.634 INFO O| Aug 24 20:22:15.634 INFO STEP 54 (remove_files) COMPLETE
54412026-08-24T20:22:16.576Z[ recovery-image] Aug 24 20:22:15.634 INFO O| Aug 24 20:22:15.634 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-24T20:22:16.581Z[ recovery-image] Aug 24 20:22:15.643 INFO O| Aug 24 20:22:15.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54432026-08-24T20:22:16.585Z[ recovery-image] Aug 24 20:22:15.644 INFO O| Aug 24 20:22:15.644 INFO STEP 55 (remove_files) COMPLETE
54442026-08-24T20:22:16.585Z[ recovery-image] Aug 24 20:22:15.644 INFO O| Aug 24 20:22:15.644 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-24T20:22:16.609Z[ recovery-image] Aug 24 20:22:15.671 INFO O| Aug 24 20:22:15.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54462026-08-24T20:22:16.609Z[ recovery-image] Aug 24 20:22:15.671 INFO O| Aug 24 20:22:15.671 INFO STEP 56 (remove_files) COMPLETE
54472026-08-24T20:22:16.613Z[ recovery-image] Aug 24 20:22:15.671 INFO O| Aug 24 20:22:15.671 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-24T20:22:16.618Z[ recovery-image] Aug 24 20:22:15.680 INFO O| Aug 24 20:22:15.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54492026-08-24T20:22:16.618Z[ recovery-image] Aug 24 20:22:15.680 INFO O| Aug 24 20:22:15.680 INFO STEP 57 (remove_files) COMPLETE
54502026-08-24T20:22:16.621Z[ recovery-image] Aug 24 20:22:15.680 INFO O| Aug 24 20:22:15.680 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-24T20:22:16.628Z[ recovery-image] Aug 24 20:22:15.690 INFO O| Aug 24 20:22:15.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54522026-08-24T20:22:16.628Z[ recovery-image] Aug 24 20:22:15.690 INFO O| Aug 24 20:22:15.690 INFO STEP 58 (remove_files) COMPLETE
54532026-08-24T20:22:16.628Z[ recovery-image] Aug 24 20:22:15.690 INFO O| Aug 24 20:22:15.690 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-24T20:22:16.638Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54552026-08-24T20:22:16.652Z[ recovery-image] Aug 24 20:22:15.714 INFO O| Aug 24 20:22:15.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54562026-08-24T20:22:16.652Z[ recovery-image] Aug 24 20:22:15.714 INFO O| Aug 24 20:22:15.714 INFO STEP 59 (remove_files) COMPLETE
54572026-08-24T20:22:16.652Z[ recovery-image] Aug 24 20:22:15.714 INFO O| Aug 24 20:22:15.714 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-24T20:22:16.669Z[ recovery-image] Aug 24 20:22:15.730 INFO O| Aug 24 20:22:15.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54592026-08-24T20:22:16.669Z[ recovery-image] Aug 24 20:22:15.731 INFO O| Aug 24 20:22:15.731 INFO STEP 60 (remove_files) COMPLETE
54602026-08-24T20:22:16.672Z[ recovery-image] Aug 24 20:22:15.731 INFO O| Aug 24 20:22:15.731 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-24T20:22:16.689Z[ recovery-image] Aug 24 20:22:15.749 INFO O| Aug 24 20:22:15.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54622026-08-24T20:22:16.689Z[ recovery-image] Aug 24 20:22:15.749 INFO O| Aug 24 20:22:15.749 INFO STEP 61 (remove_files) COMPLETE
54632026-08-24T20:22:16.690Z[ recovery-image] Aug 24 20:22:15.749 INFO O| Aug 24 20:22:15.749 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-24T20:22:16.698Z[ recovery-image] Aug 24 20:22:15.760 INFO O| Aug 24 20:22:15.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54652026-08-24T20:22:16.698Z[ recovery-image] Aug 24 20:22:15.760 INFO O| Aug 24 20:22:15.760 INFO STEP 62 (remove_files) COMPLETE
54662026-08-24T20:22:16.698Z[ recovery-image] Aug 24 20:22:15.760 INFO O| Aug 24 20:22:15.760 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-24T20:22:16.707Z[ recovery-image] Aug 24 20:22:15.769 INFO O| Aug 24 20:22:15.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54682026-08-24T20:22:16.707Z[ recovery-image] Aug 24 20:22:15.769 INFO O| Aug 24 20:22:15.769 INFO STEP 63 (remove_files) COMPLETE
54692026-08-24T20:22:16.707Z[ recovery-image] Aug 24 20:22:15.769 INFO O| Aug 24 20:22:15.769 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-24T20:22:16.718Z[ recovery-image] Aug 24 20:22:15.780 INFO O| Aug 24 20:22:15.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54712026-08-24T20:22:16.719Z[ recovery-image] Aug 24 20:22:15.780 INFO O| Aug 24 20:22:15.780 INFO STEP 64 (remove_files) COMPLETE
54722026-08-24T20:22:16.719Z[ recovery-image] Aug 24 20:22:15.780 INFO O| Aug 24 20:22:15.780 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-24T20:22:16.729Z[ recovery-image] Aug 24 20:22:15.791 INFO O| Aug 24 20:22:15.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54742026-08-24T20:22:16.730Z[ recovery-image] Aug 24 20:22:15.792 INFO O| Aug 24 20:22:15.792 INFO STEP 65 (remove_files) COMPLETE
54752026-08-24T20:22:16.730Z[ recovery-image] Aug 24 20:22:15.792 INFO O| Aug 24 20:22:15.792 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-24T20:22:16.739Z[ recovery-image] Aug 24 20:22:15.801 INFO O| Aug 24 20:22:15.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54772026-08-24T20:22:16.739Z[ recovery-image] Aug 24 20:22:15.802 INFO O| Aug 24 20:22:15.801 INFO STEP 66 (remove_files) COMPLETE
54782026-08-24T20:22:16.743Z[ recovery-image] Aug 24 20:22:15.802 INFO O| Aug 24 20:22:15.801 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-24T20:22:16.750Z[ recovery-image] Aug 24 20:22:15.811 INFO O| Aug 24 20:22:15.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54802026-08-24T20:22:16.750Z[ recovery-image] Aug 24 20:22:15.812 INFO O| Aug 24 20:22:15.811 INFO STEP 67 (remove_files) COMPLETE
54812026-08-24T20:22:16.750Z[ recovery-image] Aug 24 20:22:15.812 INFO O| Aug 24 20:22:15.811 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-24T20:22:16.759Z[ recovery-image] Aug 24 20:22:15.821 INFO O| Aug 24 20:22:15.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54832026-08-24T20:22:16.759Z[ recovery-image] Aug 24 20:22:15.821 INFO O| Aug 24 20:22:15.821 INFO STEP 68 (remove_files) COMPLETE
54842026-08-24T20:22:16.759Z[ recovery-image] Aug 24 20:22:15.821 INFO O| Aug 24 20:22:15.821 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-24T20:22:16.781Z[ recovery-image] Aug 24 20:22:15.842 INFO O| Aug 24 20:22:15.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54862026-08-24T20:22:16.781Z[ recovery-image] Aug 24 20:22:15.842 INFO O| Aug 24 20:22:15.842 INFO STEP 69 (remove_files) COMPLETE
54872026-08-24T20:22:16.781Z[ recovery-image] Aug 24 20:22:15.842 INFO O| Aug 24 20:22:15.842 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-24T20:22:16.792Z[ recovery-image] Aug 24 20:22:15.854 INFO O| Aug 24 20:22:15.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54892026-08-24T20:22:16.793Z[ recovery-image] Aug 24 20:22:15.854 INFO O| Aug 24 20:22:15.854 INFO STEP 70 (remove_files) COMPLETE
54902026-08-24T20:22:16.793Z[ recovery-image] Aug 24 20:22:15.854 INFO O| Aug 24 20:22:15.854 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-24T20:22:16.801Z[ recovery-image] Aug 24 20:22:15.863 INFO O| Aug 24 20:22:15.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54922026-08-24T20:22:16.802Z[ recovery-image] Aug 24 20:22:15.863 INFO O| Aug 24 20:22:15.863 INFO STEP 71 (remove_files) COMPLETE
54932026-08-24T20:22:16.802Z[ recovery-image] Aug 24 20:22:15.863 INFO O| Aug 24 20:22:15.863 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-24T20:22:16.813Z[ recovery-image] Aug 24 20:22:15.875 INFO O| Aug 24 20:22:15.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54952026-08-24T20:22:16.813Z[ recovery-image] Aug 24 20:22:15.875 INFO O| Aug 24 20:22:15.875 INFO STEP 72 (remove_files) COMPLETE
54962026-08-24T20:22:16.817Z[ recovery-image] Aug 24 20:22:15.875 INFO O| Aug 24 20:22:15.875 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-24T20:22:16.824Z[ recovery-image] Aug 24 20:22:15.884 INFO O| Aug 24 20:22:15.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54982026-08-24T20:22:16.824Z[ recovery-image] Aug 24 20:22:15.884 INFO O| Aug 24 20:22:15.884 INFO STEP 73 (remove_files) COMPLETE
54992026-08-24T20:22:16.824Z[ recovery-image] Aug 24 20:22:15.884 INFO O| Aug 24 20:22:15.884 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-24T20:22:16.827Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55012026-08-24T20:22:16.833Z[ recovery-image] Aug 24 20:22:15.895 INFO O| Aug 24 20:22:15.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55022026-08-24T20:22:16.833Z[ recovery-image] Aug 24 20:22:15.896 INFO O| Aug 24 20:22:15.896 INFO STEP 74 (remove_files) COMPLETE
55032026-08-24T20:22:16.834Z[ recovery-image] Aug 24 20:22:15.896 INFO O| Aug 24 20:22:15.896 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-24T20:22:16.869Z[ recovery-image] Aug 24 20:22:15.931 INFO O| Aug 24 20:22:15.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55052026-08-24T20:22:16.869Z[ recovery-image] Aug 24 20:22:15.931 INFO O| Aug 24 20:22:15.931 INFO STEP 75 (remove_files) COMPLETE
55062026-08-24T20:22:16.873Z[ recovery-image] Aug 24 20:22:15.931 INFO O| Aug 24 20:22:15.931 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-24T20:22:16.887Z[ recovery-image] Aug 24 20:22:15.949 INFO O| Aug 24 20:22:15.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55082026-08-24T20:22:16.888Z[ recovery-image] Aug 24 20:22:15.949 INFO O| Aug 24 20:22:15.949 INFO STEP 76 (remove_files) COMPLETE
55092026-08-24T20:22:16.888Z[ recovery-image] Aug 24 20:22:15.949 INFO O| Aug 24 20:22:15.949 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-24T20:22:16.896Z[ recovery-image] Aug 24 20:22:15.958 INFO O| Aug 24 20:22:15.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55112026-08-24T20:22:16.897Z[ recovery-image] Aug 24 20:22:15.958 INFO O| Aug 24 20:22:15.958 INFO STEP 77 (remove_files) COMPLETE
55122026-08-24T20:22:16.897Z[ recovery-image] Aug 24 20:22:15.958 INFO O| Aug 24 20:22:15.958 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-24T20:22:16.908Z[ recovery-image] Aug 24 20:22:15.970 INFO O| Aug 24 20:22:15.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55142026-08-24T20:22:16.908Z[ recovery-image] Aug 24 20:22:15.970 INFO O| Aug 24 20:22:15.970 INFO STEP 78 (remove_files) COMPLETE
55152026-08-24T20:22:16.912Z[ recovery-image] Aug 24 20:22:15.970 INFO O| Aug 24 20:22:15.970 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-24T20:22:16.917Z[ recovery-image] Aug 24 20:22:15.979 INFO O| Aug 24 20:22:15.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55172026-08-24T20:22:16.917Z[ recovery-image] Aug 24 20:22:15.979 INFO O| Aug 24 20:22:15.979 INFO STEP 79 (remove_files) COMPLETE
55182026-08-24T20:22:16.917Z[ recovery-image] Aug 24 20:22:15.979 INFO O| Aug 24 20:22:15.979 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-24T20:22:16.927Z[ recovery-image] Aug 24 20:22:15.989 INFO O| Aug 24 20:22:15.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55202026-08-24T20:22:16.927Z[ recovery-image] Aug 24 20:22:15.989 INFO O| Aug 24 20:22:15.989 INFO STEP 80 (remove_files) COMPLETE
55212026-08-24T20:22:16.927Z[ recovery-image] Aug 24 20:22:15.989 INFO O| Aug 24 20:22:15.989 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-24T20:22:16.936Z[ recovery-image] Aug 24 20:22:15.998 INFO O| Aug 24 20:22:15.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55232026-08-24T20:22:16.936Z[ recovery-image] Aug 24 20:22:15.998 INFO O| Aug 24 20:22:15.998 INFO STEP 81 (remove_files) COMPLETE
55242026-08-24T20:22:16.936Z[ recovery-image] Aug 24 20:22:15.998 INFO O| Aug 24 20:22:15.998 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-24T20:22:16.946Z[ recovery-image] Aug 24 20:22:16.008 INFO O| Aug 24 20:22:16.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55262026-08-24T20:22:16.946Z[ recovery-image] Aug 24 20:22:16.008 INFO O| Aug 24 20:22:16.008 INFO STEP 82 (remove_files) COMPLETE
55272026-08-24T20:22:16.946Z[ recovery-image] Aug 24 20:22:16.008 INFO O| Aug 24 20:22:16.008 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-24T20:22:16.956Z[ recovery-image] Aug 24 20:22:16.018 INFO O| Aug 24 20:22:16.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55292026-08-24T20:22:16.956Z[ recovery-image] Aug 24 20:22:16.018 INFO O| Aug 24 20:22:16.018 INFO STEP 83 (remove_files) COMPLETE
55302026-08-24T20:22:16.956Z[ recovery-image] Aug 24 20:22:16.018 INFO O| Aug 24 20:22:16.018 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-24T20:22:16.965Z[ recovery-image] Aug 24 20:22:16.027 INFO O| Aug 24 20:22:16.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55322026-08-24T20:22:16.972Z[ recovery-image] Aug 24 20:22:16.034 INFO O| Aug 24 20:22:16.034 INFO STEP 84 (remove_files) COMPLETE
55332026-08-24T20:22:16.972Z[ recovery-image] Aug 24 20:22:16.034 INFO O| Aug 24 20:22:16.034 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-24T20:22:16.984Z[ recovery-image] Aug 24 20:22:16.046 INFO O| Aug 24 20:22:16.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55352026-08-24T20:22:16.985Z[ recovery-image] Aug 24 20:22:16.046 INFO O| Aug 24 20:22:16.046 INFO STEP 85 (remove_files) COMPLETE
55362026-08-24T20:22:16.988Z[ recovery-image] Aug 24 20:22:16.046 INFO O| Aug 24 20:22:16.046 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-24T20:22:16.994Z[ recovery-image] Aug 24 20:22:16.056 INFO O| Aug 24 20:22:16.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55382026-08-24T20:22:16.997Z[ recovery-image] Aug 24 20:22:16.056 INFO O| Aug 24 20:22:16.056 INFO STEP 86 (remove_files) COMPLETE
55392026-08-24T20:22:16.997Z[ recovery-image] Aug 24 20:22:16.056 INFO O| Aug 24 20:22:16.056 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-24T20:22:17.004Z[ recovery-image] Aug 24 20:22:16.066 INFO O| Aug 24 20:22:16.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55412026-08-24T20:22:17.007Z[ recovery-image] Aug 24 20:22:16.067 INFO O| Aug 24 20:22:16.067 INFO STEP 87 (remove_files) COMPLETE
55422026-08-24T20:22:17.007Z[ recovery-image] Aug 24 20:22:16.067 INFO O| Aug 24 20:22:16.067 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-24T20:22:17.015Z[ recovery-image] Aug 24 20:22:16.077 INFO O| Aug 24 20:22:16.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55442026-08-24T20:22:17.018Z[ recovery-image] Aug 24 20:22:16.078 INFO O| Aug 24 20:22:16.077 INFO STEP 88 (remove_files) COMPLETE
55452026-08-24T20:22:17.018Z[ recovery-image] Aug 24 20:22:16.078 INFO O| Aug 24 20:22:16.077 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-24T20:22:17.027Z[ recovery-image] Aug 24 20:22:16.089 INFO O| Aug 24 20:22:16.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55472026-08-24T20:22:17.027Z[ recovery-image] Aug 24 20:22:16.089 INFO O| Aug 24 20:22:16.089 INFO STEP 89 (remove_files) COMPLETE
55482026-08-24T20:22:17.030Z[ recovery-image] Aug 24 20:22:16.089 INFO O| Aug 24 20:22:16.089 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-24T20:22:17.038Z[ recovery-image] Aug 24 20:22:16.099 INFO O| Aug 24 20:22:16.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55502026-08-24T20:22:17.038Z[ recovery-image] Aug 24 20:22:16.099 INFO O| Aug 24 20:22:16.099 INFO STEP 90 (remove_files) COMPLETE
55512026-08-24T20:22:17.038Z[ recovery-image] Aug 24 20:22:16.099 INFO O| Aug 24 20:22:16.099 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-24T20:22:17.049Z[ recovery-image] Aug 24 20:22:16.111 INFO O| Aug 24 20:22:16.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55532026-08-24T20:22:17.049Z[ recovery-image] Aug 24 20:22:16.111 INFO O| Aug 24 20:22:16.111 INFO STEP 91 (remove_files) COMPLETE
55542026-08-24T20:22:17.049Z[ recovery-image] Aug 24 20:22:16.111 INFO O| Aug 24 20:22:16.111 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-24T20:22:17.061Z[ recovery-image] Aug 24 20:22:16.123 INFO O| Aug 24 20:22:16.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55562026-08-24T20:22:17.061Z[ recovery-image] Aug 24 20:22:16.123 INFO O| Aug 24 20:22:16.123 INFO STEP 92 (remove_files) COMPLETE
55572026-08-24T20:22:17.061Z[ recovery-image] Aug 24 20:22:16.123 INFO O| Aug 24 20:22:16.123 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-24T20:22:17.072Z[ recovery-image] Aug 24 20:22:16.133 INFO O| Aug 24 20:22:16.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55592026-08-24T20:22:17.072Z[ recovery-image] Aug 24 20:22:16.134 INFO O| Aug 24 20:22:16.133 INFO STEP 93 (remove_files) COMPLETE
55602026-08-24T20:22:17.072Z[ recovery-image] Aug 24 20:22:16.134 INFO O| Aug 24 20:22:16.133 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-24T20:22:17.082Z[ recovery-image] Aug 24 20:22:16.144 INFO O| Aug 24 20:22:16.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55622026-08-24T20:22:17.083Z[ recovery-image] Aug 24 20:22:16.144 INFO O| Aug 24 20:22:16.144 INFO STEP 94 (remove_files) COMPLETE
55632026-08-24T20:22:17.083Z[ recovery-image] Aug 24 20:22:16.144 INFO O| Aug 24 20:22:16.144 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-24T20:22:17.094Z[ recovery-image] Aug 24 20:22:16.156 INFO O| Aug 24 20:22:16.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55652026-08-24T20:22:17.094Z[ recovery-image] Aug 24 20:22:16.156 INFO O| Aug 24 20:22:16.156 INFO STEP 95 (remove_files) COMPLETE
55662026-08-24T20:22:17.094Z[ recovery-image] Aug 24 20:22:16.156 INFO O| Aug 24 20:22:16.156 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-24T20:22:17.105Z[ recovery-image] Aug 24 20:22:16.167 INFO O| Aug 24 20:22:16.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55682026-08-24T20:22:17.105Z[ recovery-image] Aug 24 20:22:16.167 INFO O| Aug 24 20:22:16.167 INFO STEP 96 (remove_files) COMPLETE
55692026-08-24T20:22:17.105Z[ recovery-image] Aug 24 20:22:16.167 INFO O| Aug 24 20:22:16.167 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-24T20:22:17.117Z[ recovery-image] Aug 24 20:22:16.178 INFO O| Aug 24 20:22:16.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55712026-08-24T20:22:17.117Z[ recovery-image] Aug 24 20:22:16.178 INFO O| Aug 24 20:22:16.178 INFO STEP 97 (remove_files) COMPLETE
55722026-08-24T20:22:17.117Z[ recovery-image] Aug 24 20:22:16.178 INFO O| Aug 24 20:22:16.178 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-24T20:22:17.127Z[ recovery-image] Aug 24 20:22:16.189 INFO O| Aug 24 20:22:16.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55742026-08-24T20:22:17.127Z[ recovery-image] Aug 24 20:22:16.189 INFO O| Aug 24 20:22:16.189 INFO STEP 98 (remove_files) COMPLETE
55752026-08-24T20:22:17.131Z[ recovery-image] Aug 24 20:22:16.189 INFO O| Aug 24 20:22:16.189 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-24T20:22:17.137Z[ recovery-image] Aug 24 20:22:16.199 INFO O| Aug 24 20:22:16.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55772026-08-24T20:22:17.137Z[ recovery-image] Aug 24 20:22:16.199 INFO O| Aug 24 20:22:16.199 INFO STEP 99 (remove_files) COMPLETE
55782026-08-24T20:22:17.141Z[ recovery-image] Aug 24 20:22:16.199 INFO O| Aug 24 20:22:16.199 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-24T20:22:17.149Z[ recovery-image] Aug 24 20:22:16.211 INFO O| Aug 24 20:22:16.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55802026-08-24T20:22:17.149Z[ recovery-image] Aug 24 20:22:16.211 INFO O| Aug 24 20:22:16.211 INFO STEP 100 (remove_files) COMPLETE
55812026-08-24T20:22:17.153Z[ recovery-image] Aug 24 20:22:16.211 INFO O| Aug 24 20:22:16.211 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-24T20:22:17.160Z[ recovery-image] Aug 24 20:22:16.222 INFO O| Aug 24 20:22:16.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55832026-08-24T20:22:17.160Z[ recovery-image] Aug 24 20:22:16.222 INFO O| Aug 24 20:22:16.222 INFO STEP 101 (remove_files) COMPLETE
55842026-08-24T20:22:17.164Z[ recovery-image] Aug 24 20:22:16.222 INFO O| Aug 24 20:22:16.222 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-24T20:22:17.171Z[ recovery-image] Aug 24 20:22:16.233 INFO O| Aug 24 20:22:16.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55862026-08-24T20:22:17.171Z[ recovery-image] Aug 24 20:22:16.233 INFO O| Aug 24 20:22:16.233 INFO STEP 102 (remove_files) COMPLETE
55872026-08-24T20:22:17.174Z[ recovery-image] Aug 24 20:22:16.233 INFO O| Aug 24 20:22:16.233 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-24T20:22:17.181Z[ recovery-image] Aug 24 20:22:16.243 INFO O| Aug 24 20:22:16.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55892026-08-24T20:22:17.181Z[ recovery-image] Aug 24 20:22:16.243 INFO O| Aug 24 20:22:16.243 INFO STEP 103 (remove_files) COMPLETE
55902026-08-24T20:22:17.181Z[ recovery-image] Aug 24 20:22:16.243 INFO O| Aug 24 20:22:16.243 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-24T20:22:17.192Z[ recovery-image] Aug 24 20:22:16.254 INFO O| Aug 24 20:22:16.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55922026-08-24T20:22:17.192Z[ recovery-image] Aug 24 20:22:16.254 INFO O| Aug 24 20:22:16.254 INFO STEP 104 (remove_files) COMPLETE
55932026-08-24T20:22:17.192Z[ recovery-image] Aug 24 20:22:16.254 INFO O| Aug 24 20:22:16.254 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-24T20:22:17.201Z[ recovery-image] Aug 24 20:22:16.263 INFO O| Aug 24 20:22:16.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55952026-08-24T20:22:17.205Z[ recovery-image] Aug 24 20:22:16.264 INFO O| Aug 24 20:22:16.264 INFO STEP 105 (remove_files) COMPLETE
55962026-08-24T20:22:17.205Z[ recovery-image] Aug 24 20:22:16.264 INFO O| Aug 24 20:22:16.264 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-24T20:22:17.211Z[ recovery-image] Aug 24 20:22:16.273 INFO O| Aug 24 20:22:16.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55982026-08-24T20:22:17.211Z[ recovery-image] Aug 24 20:22:16.273 INFO O| Aug 24 20:22:16.273 INFO STEP 106 (remove_files) COMPLETE
55992026-08-24T20:22:17.212Z[ recovery-image] Aug 24 20:22:16.273 INFO O| Aug 24 20:22:16.273 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-24T20:22:17.222Z[ recovery-image] Aug 24 20:22:16.283 INFO O| Aug 24 20:22:16.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56012026-08-24T20:22:17.222Z[ recovery-image] Aug 24 20:22:16.283 INFO O| Aug 24 20:22:16.283 INFO STEP 107 (remove_files) COMPLETE
56022026-08-24T20:22:17.222Z[ recovery-image] Aug 24 20:22:16.283 INFO O| Aug 24 20:22:16.283 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-24T20:22:17.230Z[ recovery-image] Aug 24 20:22:16.292 INFO O| Aug 24 20:22:16.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56042026-08-24T20:22:17.230Z[ recovery-image] Aug 24 20:22:16.292 INFO O| Aug 24 20:22:16.292 INFO STEP 108 (remove_files) COMPLETE
56052026-08-24T20:22:17.230Z[ recovery-image] Aug 24 20:22:16.292 INFO O| Aug 24 20:22:16.292 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-24T20:22:17.238Z[ recovery-image] Aug 24 20:22:16.300 INFO O| Aug 24 20:22:16.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56072026-08-24T20:22:17.238Z[ recovery-image] Aug 24 20:22:16.300 INFO O| Aug 24 20:22:16.300 INFO STEP 109 (remove_files) COMPLETE
56082026-08-24T20:22:17.242Z[ recovery-image] Aug 24 20:22:16.300 INFO O| Aug 24 20:22:16.300 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-24T20:22:17.247Z[ recovery-image] Aug 24 20:22:16.309 INFO O| Aug 24 20:22:16.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56102026-08-24T20:22:17.247Z[ recovery-image] Aug 24 20:22:16.309 INFO O| Aug 24 20:22:16.309 INFO STEP 110 (remove_files) COMPLETE
56112026-08-24T20:22:17.247Z[ recovery-image] Aug 24 20:22:16.309 INFO O| Aug 24 20:22:16.309 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-24T20:22:17.257Z[ recovery-image] Aug 24 20:22:16.319 INFO O| Aug 24 20:22:16.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56132026-08-24T20:22:17.257Z[ recovery-image] Aug 24 20:22:16.319 INFO O| Aug 24 20:22:16.319 INFO STEP 111 (remove_files) COMPLETE
56142026-08-24T20:22:17.257Z[ recovery-image] Aug 24 20:22:16.319 INFO O| Aug 24 20:22:16.319 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-24T20:22:17.266Z[ recovery-image] Aug 24 20:22:16.328 INFO O| Aug 24 20:22:16.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56162026-08-24T20:22:17.266Z[ recovery-image] Aug 24 20:22:16.328 INFO O| Aug 24 20:22:16.328 INFO STEP 112 (remove_files) COMPLETE
56172026-08-24T20:22:17.266Z[ recovery-image] Aug 24 20:22:16.328 INFO O| Aug 24 20:22:16.328 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-24T20:22:17.276Z[ recovery-image] Aug 24 20:22:16.337 INFO O| Aug 24 20:22:16.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56192026-08-24T20:22:17.276Z[ recovery-image] Aug 24 20:22:16.338 INFO O| Aug 24 20:22:16.338 INFO STEP 113 (remove_files) COMPLETE
56202026-08-24T20:22:17.276Z[ recovery-image] Aug 24 20:22:16.338 INFO O| Aug 24 20:22:16.338 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-24T20:22:17.284Z[ recovery-image] Aug 24 20:22:16.346 INFO O| Aug 24 20:22:16.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56222026-08-24T20:22:17.284Z[ recovery-image] Aug 24 20:22:16.346 INFO O| Aug 24 20:22:16.346 INFO STEP 114 (remove_files) COMPLETE
56232026-08-24T20:22:17.284Z[ recovery-image] Aug 24 20:22:16.346 INFO O| Aug 24 20:22:16.346 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-24T20:22:17.294Z[ recovery-image] Aug 24 20:22:16.356 INFO O| Aug 24 20:22:16.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56252026-08-24T20:22:17.295Z[ recovery-image] Aug 24 20:22:16.357 INFO O| Aug 24 20:22:16.357 INFO STEP 115 (remove_files) COMPLETE
56262026-08-24T20:22:17.295Z[ recovery-image] Aug 24 20:22:16.357 INFO O| Aug 24 20:22:16.357 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-24T20:22:17.305Z[ recovery-image] Aug 24 20:22:16.367 INFO O| Aug 24 20:22:16.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56282026-08-24T20:22:17.305Z[ recovery-image] Aug 24 20:22:16.367 INFO O| Aug 24 20:22:16.367 INFO STEP 116 (remove_files) COMPLETE
56292026-08-24T20:22:17.309Z[ recovery-image] Aug 24 20:22:16.367 INFO O| Aug 24 20:22:16.367 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-24T20:22:17.318Z[ recovery-image] Aug 24 20:22:16.377 INFO O| Aug 24 20:22:16.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56312026-08-24T20:22:17.318Z[ recovery-image] Aug 24 20:22:16.377 INFO O| Aug 24 20:22:16.377 INFO STEP 117 (remove_files) COMPLETE
56322026-08-24T20:22:17.318Z[ recovery-image] Aug 24 20:22:16.377 INFO O| Aug 24 20:22:16.377 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-24T20:22:17.325Z[ recovery-image] Aug 24 20:22:16.387 INFO O| Aug 24 20:22:16.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56342026-08-24T20:22:17.325Z[ recovery-image] Aug 24 20:22:16.387 INFO O| Aug 24 20:22:16.387 INFO STEP 118 (remove_files) COMPLETE
56352026-08-24T20:22:17.325Z[ recovery-image] Aug 24 20:22:16.387 INFO O| Aug 24 20:22:16.387 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-24T20:22:17.336Z[ recovery-image] Aug 24 20:22:16.398 INFO O| Aug 24 20:22:16.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56372026-08-24T20:22:17.336Z[ recovery-image] Aug 24 20:22:16.398 INFO O| Aug 24 20:22:16.398 INFO STEP 119 (remove_files) COMPLETE
56382026-08-24T20:22:17.336Z[ recovery-image] Aug 24 20:22:16.398 INFO O| Aug 24 20:22:16.398 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-24T20:22:17.340Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
56402026-08-24T20:22:17.345Z[ recovery-image] Aug 24 20:22:16.407 INFO O| Aug 24 20:22:16.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56412026-08-24T20:22:17.345Z[ recovery-image] Aug 24 20:22:16.407 INFO O| Aug 24 20:22:16.407 INFO STEP 120 (remove_files) COMPLETE
56422026-08-24T20:22:17.349Z[ recovery-image] Aug 24 20:22:16.407 INFO O| Aug 24 20:22:16.407 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-24T20:22:17.355Z[ recovery-image] Aug 24 20:22:16.417 INFO O| Aug 24 20:22:16.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56442026-08-24T20:22:17.355Z[ recovery-image] Aug 24 20:22:16.417 INFO O| Aug 24 20:22:16.417 INFO STEP 121 (remove_files) COMPLETE
56452026-08-24T20:22:17.355Z[ recovery-image] Aug 24 20:22:16.417 INFO O| Aug 24 20:22:16.417 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-24T20:22:17.365Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
56472026-08-24T20:22:17.368Z[ recovery-image] Aug 24 20:22:16.427 INFO O| Aug 24 20:22:16.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56482026-08-24T20:22:17.368Z[ recovery-image] Aug 24 20:22:16.427 INFO O| Aug 24 20:22:16.427 INFO STEP 122 (remove_files) COMPLETE
56492026-08-24T20:22:17.368Z[ recovery-image] Aug 24 20:22:16.427 INFO O| Aug 24 20:22:16.427 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-24T20:22:17.376Z[ recovery-image] Aug 24 20:22:16.438 INFO O| Aug 24 20:22:16.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56512026-08-24T20:22:17.376Z[ recovery-image] Aug 24 20:22:16.438 INFO O| Aug 24 20:22:16.438 INFO STEP 123 (remove_files) COMPLETE
56522026-08-24T20:22:17.380Z[ recovery-image] Aug 24 20:22:16.438 INFO O| Aug 24 20:22:16.438 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-24T20:22:17.386Z[ recovery-image] Aug 24 20:22:16.448 INFO O| Aug 24 20:22:16.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56542026-08-24T20:22:17.386Z[ recovery-image] Aug 24 20:22:16.448 INFO O| Aug 24 20:22:16.448 INFO STEP 124 (remove_files) COMPLETE
56552026-08-24T20:22:17.389Z[ recovery-image] Aug 24 20:22:16.448 INFO O| Aug 24 20:22:16.448 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-24T20:22:17.396Z[ recovery-image] Aug 24 20:22:16.457 INFO O| Aug 24 20:22:16.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56572026-08-24T20:22:17.396Z[ recovery-image] Aug 24 20:22:16.457 INFO O| Aug 24 20:22:16.457 INFO STEP 125 (remove_files) COMPLETE
56582026-08-24T20:22:17.396Z[ recovery-image] Aug 24 20:22:16.457 INFO O| Aug 24 20:22:16.457 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-24T20:22:17.405Z[ recovery-image] Aug 24 20:22:16.467 INFO O| Aug 24 20:22:16.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56602026-08-24T20:22:17.409Z[ recovery-image] Aug 24 20:22:16.468 INFO O| Aug 24 20:22:16.467 INFO STEP 126 (remove_files) COMPLETE
56612026-08-24T20:22:17.409Z[ recovery-image] Aug 24 20:22:16.468 INFO O| Aug 24 20:22:16.468 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-24T20:22:17.415Z[ recovery-image] Aug 24 20:22:16.477 INFO O| Aug 24 20:22:16.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56632026-08-24T20:22:17.415Z[ recovery-image] Aug 24 20:22:16.477 INFO O| Aug 24 20:22:16.477 INFO STEP 127 (remove_files) COMPLETE
56642026-08-24T20:22:17.415Z[ recovery-image] Aug 24 20:22:16.477 INFO O| Aug 24 20:22:16.477 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-24T20:22:17.425Z[ recovery-image] Aug 24 20:22:16.487 INFO O| Aug 24 20:22:16.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56662026-08-24T20:22:17.425Z[ recovery-image] Aug 24 20:22:16.487 INFO O| Aug 24 20:22:16.487 INFO STEP 128 (remove_files) COMPLETE
56672026-08-24T20:22:17.425Z[ recovery-image] Aug 24 20:22:16.487 INFO O| Aug 24 20:22:16.487 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-24T20:22:17.435Z[ recovery-image] Aug 24 20:22:16.497 INFO O| Aug 24 20:22:16.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56692026-08-24T20:22:17.435Z[ recovery-image] Aug 24 20:22:16.497 INFO O| Aug 24 20:22:16.497 INFO STEP 129 (remove_files) COMPLETE
56702026-08-24T20:22:17.439Z[ recovery-image] Aug 24 20:22:16.497 INFO O| Aug 24 20:22:16.497 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-24T20:22:17.445Z[ recovery-image] Aug 24 20:22:16.506 INFO O| Aug 24 20:22:16.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56722026-08-24T20:22:17.445Z[ recovery-image] Aug 24 20:22:16.506 INFO O| Aug 24 20:22:16.506 INFO STEP 130 (remove_files) COMPLETE
56732026-08-24T20:22:17.448Z[ recovery-image] Aug 24 20:22:16.506 INFO O| Aug 24 20:22:16.506 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-24T20:22:17.453Z[ recovery-image] Aug 24 20:22:16.515 INFO O| Aug 24 20:22:16.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56752026-08-24T20:22:17.453Z[ recovery-image] Aug 24 20:22:16.515 INFO O| Aug 24 20:22:16.515 INFO STEP 131 (remove_files) COMPLETE
56762026-08-24T20:22:17.453Z[ recovery-image] Aug 24 20:22:16.515 INFO O| Aug 24 20:22:16.515 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-24T20:22:17.465Z[ recovery-image] Aug 24 20:22:16.527 INFO O| Aug 24 20:22:16.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56782026-08-24T20:22:17.465Z[ recovery-image] Aug 24 20:22:16.527 INFO O| Aug 24 20:22:16.527 INFO STEP 132 (remove_files) COMPLETE
56792026-08-24T20:22:17.465Z[ recovery-image] Aug 24 20:22:16.527 INFO O| Aug 24 20:22:16.527 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-24T20:22:17.475Z[ recovery-image] Aug 24 20:22:16.537 INFO O| Aug 24 20:22:16.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56812026-08-24T20:22:17.475Z[ recovery-image] Aug 24 20:22:16.537 INFO O| Aug 24 20:22:16.537 INFO STEP 133 (remove_files) COMPLETE
56822026-08-24T20:22:17.475Z[ recovery-image] Aug 24 20:22:16.537 INFO O| Aug 24 20:22:16.537 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-24T20:22:17.486Z[ recovery-image] Aug 24 20:22:16.548 INFO O| Aug 24 20:22:16.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56842026-08-24T20:22:17.486Z[ recovery-image] Aug 24 20:22:16.548 INFO O| Aug 24 20:22:16.548 INFO STEP 134 (remove_files) COMPLETE
56852026-08-24T20:22:17.486Z[ recovery-image] Aug 24 20:22:16.548 INFO O| Aug 24 20:22:16.548 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-24T20:22:17.496Z[ recovery-image] Aug 24 20:22:16.558 INFO O| Aug 24 20:22:16.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56872026-08-24T20:22:17.496Z[ recovery-image] Aug 24 20:22:16.558 INFO O| Aug 24 20:22:16.558 INFO STEP 135 (remove_files) COMPLETE
56882026-08-24T20:22:17.501Z[ recovery-image] Aug 24 20:22:16.558 INFO O| Aug 24 20:22:16.558 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-24T20:22:17.509Z[ recovery-image] Aug 24 20:22:16.571 INFO O| Aug 24 20:22:16.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56902026-08-24T20:22:17.509Z[ recovery-image] Aug 24 20:22:16.571 INFO O| Aug 24 20:22:16.571 INFO STEP 136 (remove_files) COMPLETE
56912026-08-24T20:22:17.509Z[ recovery-image] Aug 24 20:22:16.571 INFO O| Aug 24 20:22:16.571 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-24T20:22:17.519Z[ recovery-image] Aug 24 20:22:16.580 INFO O| Aug 24 20:22:16.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56932026-08-24T20:22:17.519Z[ recovery-image] Aug 24 20:22:16.581 INFO O| Aug 24 20:22:16.580 INFO STEP 137 (remove_files) COMPLETE
56942026-08-24T20:22:17.522Z[ recovery-image] Aug 24 20:22:16.581 INFO O| Aug 24 20:22:16.580 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-24T20:22:17.529Z[ recovery-image] Aug 24 20:22:16.591 INFO O| Aug 24 20:22:16.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56962026-08-24T20:22:17.529Z[ recovery-image] Aug 24 20:22:16.591 INFO O| Aug 24 20:22:16.591 INFO STEP 138 (remove_files) COMPLETE
56972026-08-24T20:22:17.529Z[ recovery-image] Aug 24 20:22:16.591 INFO O| Aug 24 20:22:16.591 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-24T20:22:17.542Z[ recovery-image] Aug 24 20:22:16.604 INFO O| Aug 24 20:22:16.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56992026-08-24T20:22:17.543Z[ recovery-image] Aug 24 20:22:16.604 INFO O| Aug 24 20:22:16.604 INFO STEP 139 (remove_files) COMPLETE
57002026-08-24T20:22:17.546Z[ recovery-image] Aug 24 20:22:16.604 INFO O| Aug 24 20:22:16.604 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-24T20:22:17.553Z[ recovery-image] Aug 24 20:22:16.615 INFO O| Aug 24 20:22:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57022026-08-24T20:22:17.553Z[ recovery-image] Aug 24 20:22:16.615 INFO O| Aug 24 20:22:16.615 INFO STEP 140 (remove_files) COMPLETE
57032026-08-24T20:22:17.553Z[ recovery-image] Aug 24 20:22:16.615 INFO O| Aug 24 20:22:16.615 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-24T20:22:17.562Z[ recovery-image] Aug 24 20:22:16.624 INFO O| Aug 24 20:22:16.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57052026-08-24T20:22:17.562Z[ recovery-image] Aug 24 20:22:16.624 INFO O| Aug 24 20:22:16.624 INFO STEP 141 (remove_files) COMPLETE
57062026-08-24T20:22:17.562Z[ recovery-image] Aug 24 20:22:16.624 INFO O| Aug 24 20:22:16.624 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-24T20:22:17.572Z[ recovery-image] Aug 24 20:22:16.634 INFO O| Aug 24 20:22:16.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57082026-08-24T20:22:17.572Z[ recovery-image] Aug 24 20:22:16.634 INFO O| Aug 24 20:22:16.634 INFO STEP 142 (remove_files) COMPLETE
57092026-08-24T20:22:17.572Z[ recovery-image] Aug 24 20:22:16.634 INFO O| Aug 24 20:22:16.634 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-24T20:22:17.583Z[ recovery-image] Aug 24 20:22:16.644 INFO O| Aug 24 20:22:16.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57112026-08-24T20:22:17.583Z[ recovery-image] Aug 24 20:22:16.644 INFO O| Aug 24 20:22:16.644 INFO STEP 143 (remove_files) COMPLETE
57122026-08-24T20:22:17.583Z[ recovery-image] Aug 24 20:22:16.645 INFO O| Aug 24 20:22:16.644 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-24T20:22:17.592Z[ recovery-image] Aug 24 20:22:16.654 INFO O| Aug 24 20:22:16.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57142026-08-24T20:22:17.592Z[ recovery-image] Aug 24 20:22:16.654 INFO O| Aug 24 20:22:16.654 INFO STEP 144 (remove_files) COMPLETE
57152026-08-24T20:22:17.595Z[ recovery-image] Aug 24 20:22:16.654 INFO O| Aug 24 20:22:16.654 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-24T20:22:17.601Z[ recovery-image] Aug 24 20:22:16.663 INFO O| Aug 24 20:22:16.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57172026-08-24T20:22:17.601Z[ recovery-image] Aug 24 20:22:16.663 INFO O| Aug 24 20:22:16.663 INFO STEP 145 (remove_files) COMPLETE
57182026-08-24T20:22:17.601Z[ recovery-image] Aug 24 20:22:16.663 INFO O| Aug 24 20:22:16.663 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-24T20:22:17.612Z[ recovery-image] Aug 24 20:22:16.673 INFO O| Aug 24 20:22:16.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57202026-08-24T20:22:17.612Z[ recovery-image] Aug 24 20:22:16.673 INFO O| Aug 24 20:22:16.673 INFO STEP 146 (remove_files) COMPLETE
57212026-08-24T20:22:17.617Z[ recovery-image] Aug 24 20:22:16.674 INFO O| Aug 24 20:22:16.673 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-24T20:22:17.622Z[ recovery-image] Aug 24 20:22:16.684 INFO O| Aug 24 20:22:16.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57232026-08-24T20:22:17.622Z[ recovery-image] Aug 24 20:22:16.684 INFO O| Aug 24 20:22:16.684 INFO STEP 147 (remove_files) COMPLETE
57242026-08-24T20:22:17.626Z[ recovery-image] Aug 24 20:22:16.684 INFO O| Aug 24 20:22:16.684 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-24T20:22:17.632Z[ recovery-image] Aug 24 20:22:16.695 INFO O| Aug 24 20:22:16.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57262026-08-24T20:22:17.633Z[ recovery-image] Aug 24 20:22:16.695 INFO O| Aug 24 20:22:16.695 INFO STEP 148 (remove_files) COMPLETE
57272026-08-24T20:22:17.636Z[ recovery-image] Aug 24 20:22:16.695 INFO O| Aug 24 20:22:16.695 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-24T20:22:17.644Z[ recovery-image] Aug 24 20:22:16.706 INFO O| Aug 24 20:22:16.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57292026-08-24T20:22:17.644Z[ recovery-image] Aug 24 20:22:16.706 INFO O| Aug 24 20:22:16.706 INFO STEP 149 (remove_files) COMPLETE
57302026-08-24T20:22:17.644Z[ recovery-image] Aug 24 20:22:16.706 INFO O| Aug 24 20:22:16.706 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-24T20:22:17.654Z[ recovery-image] Aug 24 20:22:16.716 INFO O| Aug 24 20:22:16.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57322026-08-24T20:22:17.654Z[ recovery-image] Aug 24 20:22:16.716 INFO O| Aug 24 20:22:16.716 INFO STEP 150 (remove_files) COMPLETE
57332026-08-24T20:22:17.657Z[ recovery-image] Aug 24 20:22:16.716 INFO O| Aug 24 20:22:16.716 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-24T20:22:17.664Z[ recovery-image] Aug 24 20:22:16.725 INFO O| Aug 24 20:22:16.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57352026-08-24T20:22:17.665Z[ recovery-image] Aug 24 20:22:16.725 INFO O| Aug 24 20:22:16.725 INFO STEP 151 (remove_files) COMPLETE
57362026-08-24T20:22:17.668Z[ recovery-image] Aug 24 20:22:16.725 INFO O| Aug 24 20:22:16.725 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-24T20:22:17.674Z[ recovery-image] Aug 24 20:22:16.736 INFO O| Aug 24 20:22:16.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57382026-08-24T20:22:17.674Z[ recovery-image] Aug 24 20:22:16.737 INFO O| Aug 24 20:22:16.736 INFO STEP 152 (remove_files) COMPLETE
57392026-08-24T20:22:17.674Z[ recovery-image] Aug 24 20:22:16.737 INFO O| Aug 24 20:22:16.736 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-24T20:22:17.685Z[ recovery-image] Aug 24 20:22:16.747 INFO O| Aug 24 20:22:16.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57412026-08-24T20:22:17.685Z[ recovery-image] Aug 24 20:22:16.747 INFO O| Aug 24 20:22:16.747 INFO STEP 153 (remove_files) COMPLETE
57422026-08-24T20:22:17.689Z[ recovery-image] Aug 24 20:22:16.747 INFO O| Aug 24 20:22:16.747 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-24T20:22:17.696Z[ recovery-image] Aug 24 20:22:16.757 INFO O| Aug 24 20:22:16.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57442026-08-24T20:22:17.696Z[ recovery-image] Aug 24 20:22:16.757 INFO O| Aug 24 20:22:16.757 INFO STEP 154 (remove_files) COMPLETE
57452026-08-24T20:22:17.697Z[ recovery-image] Aug 24 20:22:16.757 INFO O| Aug 24 20:22:16.757 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-24T20:22:17.705Z[ recovery-image] Aug 24 20:22:16.766 INFO O| Aug 24 20:22:16.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57472026-08-24T20:22:17.705Z[ recovery-image] Aug 24 20:22:16.767 INFO O| Aug 24 20:22:16.767 INFO STEP 155 (remove_files) COMPLETE
57482026-08-24T20:22:17.708Z[ recovery-image] Aug 24 20:22:16.767 INFO O| Aug 24 20:22:16.767 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-24T20:22:17.713Z[ recovery-image] Aug 24 20:22:16.775 INFO O| Aug 24 20:22:16.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57502026-08-24T20:22:17.713Z[ recovery-image] Aug 24 20:22:16.775 INFO O| Aug 24 20:22:16.775 INFO STEP 156 (remove_files) COMPLETE
57512026-08-24T20:22:17.714Z[ recovery-image] Aug 24 20:22:16.775 INFO O| Aug 24 20:22:16.775 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-24T20:22:17.723Z[ recovery-image] Aug 24 20:22:16.785 INFO O| Aug 24 20:22:16.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57532026-08-24T20:22:17.723Z[ recovery-image] Aug 24 20:22:16.785 INFO O| Aug 24 20:22:16.785 INFO STEP 157 (remove_files) COMPLETE
57542026-08-24T20:22:17.727Z[ recovery-image] Aug 24 20:22:16.785 INFO O| Aug 24 20:22:16.785 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-24T20:22:17.732Z[ recovery-image] Aug 24 20:22:16.794 INFO O| Aug 24 20:22:16.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57562026-08-24T20:22:17.732Z[ recovery-image] Aug 24 20:22:16.794 INFO O| Aug 24 20:22:16.794 INFO STEP 158 (remove_files) COMPLETE
57572026-08-24T20:22:17.736Z[ recovery-image] Aug 24 20:22:16.794 INFO O| Aug 24 20:22:16.794 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-24T20:22:17.742Z[ recovery-image] Aug 24 20:22:16.804 INFO O| Aug 24 20:22:16.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57592026-08-24T20:22:17.742Z[ recovery-image] Aug 24 20:22:16.804 INFO O| Aug 24 20:22:16.804 INFO STEP 159 (remove_files) COMPLETE
57602026-08-24T20:22:17.746Z[ recovery-image] Aug 24 20:22:16.804 INFO O| Aug 24 20:22:16.804 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-24T20:22:17.750Z[ recovery-image] Aug 24 20:22:16.813 INFO O| Aug 24 20:22:16.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57622026-08-24T20:22:17.751Z[ recovery-image] Aug 24 20:22:16.813 INFO O| Aug 24 20:22:16.813 INFO STEP 160 (remove_files) COMPLETE
57632026-08-24T20:22:17.754Z[ recovery-image] Aug 24 20:22:16.813 INFO O| Aug 24 20:22:16.813 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-24T20:22:17.760Z[ recovery-image] Aug 24 20:22:16.822 INFO O| Aug 24 20:22:16.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57652026-08-24T20:22:17.761Z[ recovery-image] Aug 24 20:22:16.822 INFO O| Aug 24 20:22:16.822 INFO STEP 161 (remove_files) COMPLETE
57662026-08-24T20:22:17.761Z[ recovery-image] Aug 24 20:22:16.822 INFO O| Aug 24 20:22:16.822 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-24T20:22:17.769Z[ recovery-image] Aug 24 20:22:16.831 INFO O| Aug 24 20:22:16.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57682026-08-24T20:22:17.769Z[ recovery-image] Aug 24 20:22:16.831 INFO O| Aug 24 20:22:16.831 INFO STEP 162 (remove_files) COMPLETE
57692026-08-24T20:22:17.769Z[ recovery-image] Aug 24 20:22:16.831 INFO O| Aug 24 20:22:16.831 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-24T20:22:17.778Z[ recovery-image] Aug 24 20:22:16.840 INFO O| Aug 24 20:22:16.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57712026-08-24T20:22:17.782Z[ recovery-image] Aug 24 20:22:16.841 INFO O| Aug 24 20:22:16.841 INFO STEP 163 (remove_files) COMPLETE
57722026-08-24T20:22:17.782Z[ recovery-image] Aug 24 20:22:16.841 INFO O| Aug 24 20:22:16.841 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-24T20:22:17.791Z[ recovery-image] Aug 24 20:22:16.850 INFO O| Aug 24 20:22:16.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57742026-08-24T20:22:17.791Z[ recovery-image] Aug 24 20:22:16.850 INFO O| Aug 24 20:22:16.850 INFO STEP 164 (remove_files) COMPLETE
57752026-08-24T20:22:17.791Z[ recovery-image] Aug 24 20:22:16.850 INFO O| Aug 24 20:22:16.850 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-24T20:22:17.797Z[ recovery-image] Aug 24 20:22:16.859 INFO O| Aug 24 20:22:16.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57772026-08-24T20:22:17.797Z[ recovery-image] Aug 24 20:22:16.860 INFO O| Aug 24 20:22:16.859 INFO STEP 165 (remove_files) COMPLETE
57782026-08-24T20:22:17.798Z[ recovery-image] Aug 24 20:22:16.860 INFO O| Aug 24 20:22:16.859 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-24T20:22:17.809Z[ recovery-image] Aug 24 20:22:16.871 INFO O| Aug 24 20:22:16.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57802026-08-24T20:22:17.809Z[ recovery-image] Aug 24 20:22:16.871 INFO O| Aug 24 20:22:16.871 INFO STEP 166 (remove_files) COMPLETE
57812026-08-24T20:22:17.813Z[ recovery-image] Aug 24 20:22:16.871 INFO O| Aug 24 20:22:16.871 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-24T20:22:17.820Z[ recovery-image] Aug 24 20:22:16.882 INFO O| Aug 24 20:22:16.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57832026-08-24T20:22:17.820Z[ recovery-image] Aug 24 20:22:16.882 INFO O| Aug 24 20:22:16.882 INFO STEP 167 (remove_files) COMPLETE
57842026-08-24T20:22:17.824Z[ recovery-image] Aug 24 20:22:16.882 INFO O| Aug 24 20:22:16.882 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-24T20:22:17.830Z[ recovery-image] Aug 24 20:22:16.892 INFO O| Aug 24 20:22:16.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57862026-08-24T20:22:17.830Z[ recovery-image] Aug 24 20:22:16.893 INFO O| Aug 24 20:22:16.892 INFO STEP 168 (remove_files) COMPLETE
57872026-08-24T20:22:17.834Z[ recovery-image] Aug 24 20:22:16.893 INFO O| Aug 24 20:22:16.893 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-24T20:22:17.840Z[ recovery-image] Aug 24 20:22:16.902 INFO O| Aug 24 20:22:16.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57892026-08-24T20:22:17.840Z[ recovery-image] Aug 24 20:22:16.903 INFO O| Aug 24 20:22:16.903 INFO STEP 169 (remove_files) COMPLETE
57902026-08-24T20:22:17.844Z[ recovery-image] Aug 24 20:22:16.903 INFO O| Aug 24 20:22:16.903 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-24T20:22:17.859Z[ recovery-image] Aug 24 20:22:16.921 INFO O| Aug 24 20:22:16.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57922026-08-24T20:22:17.859Z[ recovery-image] Aug 24 20:22:16.921 INFO O| Aug 24 20:22:16.921 INFO STEP 170 (remove_files) COMPLETE
57932026-08-24T20:22:17.859Z[ recovery-image] Aug 24 20:22:16.921 INFO O| Aug 24 20:22:16.921 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-24T20:22:17.869Z[ recovery-image] Aug 24 20:22:16.931 INFO O| Aug 24 20:22:16.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57952026-08-24T20:22:17.869Z[ recovery-image] Aug 24 20:22:16.931 INFO O| Aug 24 20:22:16.931 INFO STEP 171 (remove_files) COMPLETE
57962026-08-24T20:22:17.870Z[ recovery-image] Aug 24 20:22:16.931 INFO O| Aug 24 20:22:16.931 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-24T20:22:17.881Z[ recovery-image] Aug 24 20:22:16.943 INFO O| Aug 24 20:22:16.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57982026-08-24T20:22:17.881Z[ recovery-image] Aug 24 20:22:16.943 INFO O| Aug 24 20:22:16.943 INFO STEP 172 (remove_files) COMPLETE
57992026-08-24T20:22:17.885Z[ recovery-image] Aug 24 20:22:16.943 INFO O| Aug 24 20:22:16.943 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-24T20:22:17.892Z[ recovery-image] Aug 24 20:22:16.954 INFO O| Aug 24 20:22:16.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58012026-08-24T20:22:17.892Z[ recovery-image] Aug 24 20:22:16.954 INFO O| Aug 24 20:22:16.954 INFO STEP 173 (remove_files) COMPLETE
58022026-08-24T20:22:17.892Z[ recovery-image] Aug 24 20:22:16.954 INFO O| Aug 24 20:22:16.954 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-24T20:22:17.911Z[ recovery-image] Aug 24 20:22:16.973 INFO O| Aug 24 20:22:16.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58042026-08-24T20:22:17.912Z[ recovery-image] Aug 24 20:22:16.973 INFO O| Aug 24 20:22:16.973 INFO STEP 174 (remove_files) COMPLETE
58052026-08-24T20:22:17.912Z[ recovery-image] Aug 24 20:22:16.973 INFO O| Aug 24 20:22:16.973 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-24T20:22:17.933Z[ recovery-image] Aug 24 20:22:16.995 INFO O| Aug 24 20:22:16.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58072026-08-24T20:22:17.934Z[ recovery-image] Aug 24 20:22:16.995 INFO O| Aug 24 20:22:16.995 INFO STEP 175 (remove_files) COMPLETE
58082026-08-24T20:22:17.934Z[ recovery-image] Aug 24 20:22:16.995 INFO O| Aug 24 20:22:16.995 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-24T20:22:17.943Z[ recovery-image] Aug 24 20:22:17.005 INFO O| Aug 24 20:22:17.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58102026-08-24T20:22:17.960Z[ recovery-image] Aug 24 20:22:17.022 INFO O| Aug 24 20:22:17.022 INFO STEP 176 (remove_files) COMPLETE
58112026-08-24T20:22:17.960Z[ recovery-image] Aug 24 20:22:17.022 INFO O| Aug 24 20:22:17.022 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-24T20:22:17.970Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
58132026-08-24T20:22:17.982Z[ recovery-image] Aug 24 20:22:17.044 INFO O| Aug 24 20:22:17.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58142026-08-24T20:22:17.982Z[ recovery-image] Aug 24 20:22:17.044 INFO O| Aug 24 20:22:17.044 INFO STEP 177 (remove_files) COMPLETE
58152026-08-24T20:22:17.982Z[ recovery-image] Aug 24 20:22:17.044 INFO O| Aug 24 20:22:17.044 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-24T20:22:17.992Z[ recovery-image] Aug 24 20:22:17.054 INFO O| Aug 24 20:22:17.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58172026-08-24T20:22:17.992Z[ recovery-image] Aug 24 20:22:17.054 INFO O| Aug 24 20:22:17.052 INFO STEP 178 (remove_files) COMPLETE
58182026-08-24T20:22:17.993Z[ recovery-image] Aug 24 20:22:17.054 INFO O| Aug 24 20:22:17.052 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-24T20:22:18.000Z[ recovery-image] Aug 24 20:22:17.062 INFO O| Aug 24 20:22:17.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58202026-08-24T20:22:18.000Z[ recovery-image] Aug 24 20:22:17.062 INFO O| Aug 24 20:22:17.062 INFO STEP 179 (remove_files) COMPLETE
58212026-08-24T20:22:18.004Z[ recovery-image] Aug 24 20:22:17.062 INFO O| Aug 24 20:22:17.062 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-24T20:22:18.009Z[ recovery-image] Aug 24 20:22:17.071 INFO O| Aug 24 20:22:17.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58232026-08-24T20:22:18.009Z[ recovery-image] Aug 24 20:22:17.071 INFO O| Aug 24 20:22:17.071 INFO STEP 180 (remove_files) COMPLETE
58242026-08-24T20:22:18.009Z[ recovery-image] Aug 24 20:22:17.071 INFO O| Aug 24 20:22:17.071 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-24T20:22:18.019Z[ recovery-image] Aug 24 20:22:17.081 INFO O| Aug 24 20:22:17.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58262026-08-24T20:22:18.075Z[ recovery-image] Aug 24 20:22:17.081 INFO O| Aug 24 20:22:17.081 INFO STEP 181 (remove_files) COMPLETE
58272026-08-24T20:22:18.075Z[ recovery-image] Aug 24 20:22:17.081 INFO O| Aug 24 20:22:17.081 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.093 INFO O| Aug 24 20:22:17.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58292026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.093 INFO O| Aug 24 20:22:17.093 INFO STEP 182 (remove_files) COMPLETE
58302026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.093 INFO O| Aug 24 20:22:17.093 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.104 INFO O| Aug 24 20:22:17.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58322026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.104 INFO O| Aug 24 20:22:17.104 INFO STEP 183 (remove_files) COMPLETE
58332026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.104 INFO O| Aug 24 20:22:17.104 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.115 INFO O| Aug 24 20:22:17.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58352026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.115 INFO O| Aug 24 20:22:17.115 INFO STEP 184 (remove_files) COMPLETE
58362026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.115 INFO O| Aug 24 20:22:17.115 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.124 INFO O| Aug 24 20:22:17.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58382026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.124 INFO O| Aug 24 20:22:17.124 INFO STEP 185 (remove_files) COMPLETE
58392026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.124 INFO O| Aug 24 20:22:17.124 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.133 INFO O| Aug 24 20:22:17.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58412026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.133 INFO O| Aug 24 20:22:17.133 INFO STEP 186 (remove_files) COMPLETE
58422026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.133 INFO O| Aug 24 20:22:17.133 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.143 INFO O| Aug 24 20:22:17.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58442026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.143 INFO O| Aug 24 20:22:17.143 INFO STEP 187 (remove_files) COMPLETE
58452026-08-24T20:22:18.091Z[ recovery-image] Aug 24 20:22:17.143 INFO O| Aug 24 20:22:17.143 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-24T20:22:18.095Z[ recovery-image] Aug 24 20:22:17.152 INFO O| Aug 24 20:22:17.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58472026-08-24T20:22:18.095Z[ recovery-image] Aug 24 20:22:17.152 INFO O| Aug 24 20:22:17.152 INFO STEP 188 (remove_files) COMPLETE
58482026-08-24T20:22:18.095Z[ recovery-image] Aug 24 20:22:17.152 INFO O| Aug 24 20:22:17.152 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-24T20:22:18.101Z[ recovery-image] Aug 24 20:22:17.163 INFO O| Aug 24 20:22:17.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58502026-08-24T20:22:18.101Z[ recovery-image] Aug 24 20:22:17.163 INFO O| Aug 24 20:22:17.163 INFO STEP 189 (remove_files) COMPLETE
58512026-08-24T20:22:18.101Z[ recovery-image] Aug 24 20:22:17.163 INFO O| Aug 24 20:22:17.163 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-24T20:22:18.112Z[ recovery-image] Aug 24 20:22:17.174 INFO O| Aug 24 20:22:17.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58532026-08-24T20:22:18.112Z[ recovery-image] Aug 24 20:22:17.174 INFO O| Aug 24 20:22:17.174 INFO STEP 190 (remove_files) COMPLETE
58542026-08-24T20:22:18.116Z[ recovery-image] Aug 24 20:22:17.174 INFO O| Aug 24 20:22:17.174 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-24T20:22:18.123Z[ recovery-image] Aug 24 20:22:17.185 INFO O| Aug 24 20:22:17.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58562026-08-24T20:22:18.123Z[ recovery-image] Aug 24 20:22:17.185 INFO O| Aug 24 20:22:17.185 INFO STEP 191 (remove_files) COMPLETE
58572026-08-24T20:22:18.123Z[ recovery-image] Aug 24 20:22:17.185 INFO O| Aug 24 20:22:17.185 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-24T20:22:18.133Z[ recovery-image] Aug 24 20:22:17.195 INFO O| Aug 24 20:22:17.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58592026-08-24T20:22:18.133Z[ recovery-image] Aug 24 20:22:17.195 INFO O| Aug 24 20:22:17.195 INFO STEP 192 (remove_files) COMPLETE
58602026-08-24T20:22:18.137Z[ recovery-image] Aug 24 20:22:17.195 INFO O| Aug 24 20:22:17.195 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-24T20:22:18.144Z[ recovery-image] Aug 24 20:22:17.206 INFO O| Aug 24 20:22:17.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58622026-08-24T20:22:18.144Z[ recovery-image] Aug 24 20:22:17.206 INFO O| Aug 24 20:22:17.206 INFO STEP 193 (remove_files) COMPLETE
58632026-08-24T20:22:18.144Z[ recovery-image] Aug 24 20:22:17.206 INFO O| Aug 24 20:22:17.206 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-24T20:22:18.154Z[ recovery-image] Aug 24 20:22:17.216 INFO O| Aug 24 20:22:17.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58652026-08-24T20:22:18.154Z[ recovery-image] Aug 24 20:22:17.216 INFO O| Aug 24 20:22:17.216 INFO STEP 194 (remove_files) COMPLETE
58662026-08-24T20:22:18.158Z[ recovery-image] Aug 24 20:22:17.216 INFO O| Aug 24 20:22:17.216 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-24T20:22:18.164Z[ recovery-image] Aug 24 20:22:17.226 INFO O| Aug 24 20:22:17.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58682026-08-24T20:22:18.164Z[ recovery-image] Aug 24 20:22:17.226 INFO O| Aug 24 20:22:17.226 INFO STEP 195 (remove_files) COMPLETE
58692026-08-24T20:22:18.164Z[ recovery-image] Aug 24 20:22:17.226 INFO O| Aug 24 20:22:17.226 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-24T20:22:18.173Z[ recovery-image] Aug 24 20:22:17.235 INFO O| Aug 24 20:22:17.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58712026-08-24T20:22:18.174Z[ recovery-image] Aug 24 20:22:17.235 INFO O| Aug 24 20:22:17.235 INFO STEP 196 (remove_files) COMPLETE
58722026-08-24T20:22:18.174Z[ recovery-image] Aug 24 20:22:17.235 INFO O| Aug 24 20:22:17.235 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-24T20:22:18.183Z[ recovery-image] Aug 24 20:22:17.245 INFO O| Aug 24 20:22:17.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58742026-08-24T20:22:18.183Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
58752026-08-24T20:22:18.183Z[ recovery-image] Aug 24 20:22:17.245 INFO O| Aug 24 20:22:17.245 INFO STEP 197 (remove_files) COMPLETE
58762026-08-24T20:22:18.187Z[ recovery-image] Aug 24 20:22:17.245 INFO O| Aug 24 20:22:17.245 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-24T20:22:18.193Z[ recovery-image] Aug 24 20:22:17.255 INFO O| Aug 24 20:22:17.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58782026-08-24T20:22:18.193Z[ recovery-image] Aug 24 20:22:17.255 INFO O| Aug 24 20:22:17.255 INFO STEP 198 (remove_files) COMPLETE
58792026-08-24T20:22:18.193Z[ recovery-image] Aug 24 20:22:17.255 INFO O| Aug 24 20:22:17.255 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-24T20:22:18.204Z[ recovery-image] Aug 24 20:22:17.266 INFO O| Aug 24 20:22:17.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58812026-08-24T20:22:18.204Z[ recovery-image] Aug 24 20:22:17.266 INFO O| Aug 24 20:22:17.266 INFO STEP 199 (remove_files) COMPLETE
58822026-08-24T20:22:18.204Z[ recovery-image] Aug 24 20:22:17.266 INFO O| Aug 24 20:22:17.266 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-24T20:22:18.215Z[ recovery-image] Aug 24 20:22:17.276 INFO O| Aug 24 20:22:17.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58842026-08-24T20:22:18.215Z[ recovery-image] Aug 24 20:22:17.277 INFO O| Aug 24 20:22:17.276 INFO STEP 200 (remove_files) COMPLETE
58852026-08-24T20:22:18.215Z[ recovery-image] Aug 24 20:22:17.277 INFO O| Aug 24 20:22:17.276 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-24T20:22:18.225Z[ recovery-image] Aug 24 20:22:17.287 INFO O| Aug 24 20:22:17.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58872026-08-24T20:22:18.229Z[ recovery-image] Aug 24 20:22:17.288 INFO O| Aug 24 20:22:17.288 INFO STEP 201 (remove_files) COMPLETE
58882026-08-24T20:22:18.229Z[ recovery-image] Aug 24 20:22:17.288 INFO O| Aug 24 20:22:17.288 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-24T20:22:18.238Z[ recovery-image] Aug 24 20:22:17.299 INFO O| Aug 24 20:22:17.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58902026-08-24T20:22:18.238Z[ recovery-image] Aug 24 20:22:17.299 INFO O| Aug 24 20:22:17.299 INFO STEP 202 (remove_files) COMPLETE
58912026-08-24T20:22:18.238Z[ recovery-image] Aug 24 20:22:17.299 INFO O| Aug 24 20:22:17.299 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-24T20:22:18.247Z[ recovery-image] Aug 24 20:22:17.309 INFO O| Aug 24 20:22:17.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58932026-08-24T20:22:18.250Z[ recovery-image] Aug 24 20:22:17.309 INFO O| Aug 24 20:22:17.309 INFO STEP 203 (remove_files) COMPLETE
58942026-08-24T20:22:18.251Z[ recovery-image] Aug 24 20:22:17.309 INFO O| Aug 24 20:22:17.309 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-24T20:22:18.258Z[ recovery-image] Aug 24 20:22:17.320 INFO O| Aug 24 20:22:17.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58962026-08-24T20:22:18.258Z[ recovery-image] Aug 24 20:22:17.320 INFO O| Aug 24 20:22:17.320 INFO STEP 204 (remove_files) COMPLETE
58972026-08-24T20:22:18.259Z[ recovery-image] Aug 24 20:22:17.320 INFO O| Aug 24 20:22:17.320 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-24T20:22:18.269Z[ recovery-image] Aug 24 20:22:17.331 INFO O| Aug 24 20:22:17.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58992026-08-24T20:22:18.269Z[ recovery-image] Aug 24 20:22:17.331 INFO O| Aug 24 20:22:17.331 INFO STEP 205 (remove_files) COMPLETE
59002026-08-24T20:22:18.269Z[ recovery-image] Aug 24 20:22:17.331 INFO O| Aug 24 20:22:17.331 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-24T20:22:18.279Z[ recovery-image] Aug 24 20:22:17.341 INFO O| Aug 24 20:22:17.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59022026-08-24T20:22:18.279Z[ recovery-image] Aug 24 20:22:17.341 INFO O| Aug 24 20:22:17.341 INFO STEP 206 (remove_files) COMPLETE
59032026-08-24T20:22:18.282Z[ recovery-image] Aug 24 20:22:17.341 INFO O| Aug 24 20:22:17.341 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-24T20:22:18.287Z[ recovery-image] Aug 24 20:22:17.349 INFO O| Aug 24 20:22:17.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59052026-08-24T20:22:18.288Z[ recovery-image] Aug 24 20:22:17.350 INFO O| Aug 24 20:22:17.349 INFO STEP 207 (remove_files) COMPLETE
59062026-08-24T20:22:18.288Z[ recovery-image] Aug 24 20:22:17.350 INFO O| Aug 24 20:22:17.350 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-24T20:22:18.297Z[ recovery-image] Aug 24 20:22:17.358 INFO O| Aug 24 20:22:17.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59082026-08-24T20:22:18.297Z[ recovery-image] Aug 24 20:22:17.358 INFO O| Aug 24 20:22:17.358 INFO STEP 208 (remove_files) COMPLETE
59092026-08-24T20:22:18.297Z[ recovery-image] Aug 24 20:22:17.358 INFO O| Aug 24 20:22:17.358 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-24T20:22:18.305Z[ recovery-image] Aug 24 20:22:17.367 INFO O| Aug 24 20:22:17.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59112026-08-24T20:22:18.305Z[ recovery-image] Aug 24 20:22:17.367 INFO O| Aug 24 20:22:17.367 INFO STEP 209 (remove_files) COMPLETE
59122026-08-24T20:22:18.309Z[ recovery-image] Aug 24 20:22:17.367 INFO O| Aug 24 20:22:17.367 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-24T20:22:18.314Z[ recovery-image] Aug 24 20:22:17.376 INFO O| Aug 24 20:22:17.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59142026-08-24T20:22:18.314Z[ recovery-image] Aug 24 20:22:17.376 INFO O| Aug 24 20:22:17.376 INFO STEP 210 (remove_files) COMPLETE
59152026-08-24T20:22:18.314Z[ recovery-image] Aug 24 20:22:17.376 INFO O| Aug 24 20:22:17.376 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-24T20:22:18.323Z[ recovery-image] Aug 24 20:22:17.385 INFO O| Aug 24 20:22:17.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59172026-08-24T20:22:18.323Z[ recovery-image] Aug 24 20:22:17.385 INFO O| Aug 24 20:22:17.385 INFO STEP 211 (remove_files) COMPLETE
59182026-08-24T20:22:18.323Z[ recovery-image] Aug 24 20:22:17.385 INFO O| Aug 24 20:22:17.385 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-24T20:22:18.333Z[ recovery-image] Aug 24 20:22:17.394 INFO O| Aug 24 20:22:17.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59202026-08-24T20:22:18.333Z[ recovery-image] Aug 24 20:22:17.395 INFO O| Aug 24 20:22:17.395 INFO STEP 212 (remove_files) COMPLETE
59212026-08-24T20:22:18.333Z[ recovery-image] Aug 24 20:22:17.395 INFO O| Aug 24 20:22:17.395 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-24T20:22:18.342Z[ recovery-image] Aug 24 20:22:17.404 INFO O| Aug 24 20:22:17.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59232026-08-24T20:22:18.342Z[ recovery-image] Aug 24 20:22:17.404 INFO O| Aug 24 20:22:17.404 INFO STEP 213 (remove_files) COMPLETE
59242026-08-24T20:22:18.342Z[ recovery-image] Aug 24 20:22:17.404 INFO O| Aug 24 20:22:17.404 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-24T20:22:18.351Z[ recovery-image] Aug 24 20:22:17.413 INFO O| Aug 24 20:22:17.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59262026-08-24T20:22:18.351Z[ recovery-image] Aug 24 20:22:17.413 INFO O| Aug 24 20:22:17.413 INFO STEP 214 (remove_files) COMPLETE
59272026-08-24T20:22:18.351Z[ recovery-image] Aug 24 20:22:17.413 INFO O| Aug 24 20:22:17.413 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-24T20:22:18.361Z[ recovery-image] Aug 24 20:22:17.423 INFO O| Aug 24 20:22:17.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59292026-08-24T20:22:18.361Z[ recovery-image] Aug 24 20:22:17.423 INFO O| Aug 24 20:22:17.423 INFO STEP 215 (remove_files) COMPLETE
59302026-08-24T20:22:18.361Z[ recovery-image] Aug 24 20:22:17.423 INFO O| Aug 24 20:22:17.423 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-24T20:22:18.370Z[ recovery-image] Aug 24 20:22:17.432 INFO O| Aug 24 20:22:17.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59322026-08-24T20:22:18.370Z[ recovery-image] Aug 24 20:22:17.432 INFO O| Aug 24 20:22:17.432 INFO STEP 216 (remove_files) COMPLETE
59332026-08-24T20:22:18.370Z[ recovery-image] Aug 24 20:22:17.432 INFO O| Aug 24 20:22:17.432 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-24T20:22:18.379Z[ recovery-image] Aug 24 20:22:17.441 INFO O| Aug 24 20:22:17.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59352026-08-24T20:22:18.379Z[ recovery-image] Aug 24 20:22:17.441 INFO O| Aug 24 20:22:17.441 INFO STEP 217 (remove_files) COMPLETE
59362026-08-24T20:22:18.382Z[ recovery-image] Aug 24 20:22:17.441 INFO O| Aug 24 20:22:17.441 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-24T20:22:18.386Z[ recovery-image] Aug 24 20:22:17.448 INFO O| Aug 24 20:22:17.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59382026-08-24T20:22:18.386Z[ recovery-image] Aug 24 20:22:17.449 INFO O| Aug 24 20:22:17.448 INFO STEP 218 (remove_files) COMPLETE
59392026-08-24T20:22:18.386Z[ recovery-image] Aug 24 20:22:17.449 INFO O| Aug 24 20:22:17.448 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-24T20:22:18.398Z[ recovery-image] Aug 24 20:22:17.459 INFO O| Aug 24 20:22:17.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59412026-08-24T20:22:18.398Z[ recovery-image] Aug 24 20:22:17.459 INFO O| Aug 24 20:22:17.459 INFO STEP 219 (remove_files) COMPLETE
59422026-08-24T20:22:18.398Z[ recovery-image] Aug 24 20:22:17.459 INFO O| Aug 24 20:22:17.459 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-24T20:22:18.409Z[ recovery-image] Aug 24 20:22:17.471 INFO O| Aug 24 20:22:17.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59442026-08-24T20:22:18.409Z[ recovery-image] Aug 24 20:22:17.471 INFO O| Aug 24 20:22:17.471 INFO STEP 220 (remove_files) COMPLETE
59452026-08-24T20:22:18.409Z[ recovery-image] Aug 24 20:22:17.471 INFO O| Aug 24 20:22:17.471 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-24T20:22:18.420Z[ recovery-image] Aug 24 20:22:17.482 INFO O| Aug 24 20:22:17.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59472026-08-24T20:22:18.420Z[ recovery-image] Aug 24 20:22:17.482 INFO O| Aug 24 20:22:17.482 INFO STEP 221 (remove_files) COMPLETE
59482026-08-24T20:22:18.420Z[ recovery-image] Aug 24 20:22:17.482 INFO O| Aug 24 20:22:17.482 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-24T20:22:18.430Z[ recovery-image] Aug 24 20:22:17.492 INFO O| Aug 24 20:22:17.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59502026-08-24T20:22:18.430Z[ recovery-image] Aug 24 20:22:17.492 INFO O| Aug 24 20:22:17.492 INFO STEP 222 (remove_files) COMPLETE
59512026-08-24T20:22:18.431Z[ recovery-image] Aug 24 20:22:17.492 INFO O| Aug 24 20:22:17.492 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-24T20:22:18.440Z[ recovery-image] Aug 24 20:22:17.502 INFO O| Aug 24 20:22:17.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59532026-08-24T20:22:18.441Z[ recovery-image] Aug 24 20:22:17.502 INFO O| Aug 24 20:22:17.502 INFO STEP 223 (remove_files) COMPLETE
59542026-08-24T20:22:18.441Z[ recovery-image] Aug 24 20:22:17.502 INFO O| Aug 24 20:22:17.502 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-24T20:22:18.450Z[ recovery-image] Aug 24 20:22:17.512 INFO O| Aug 24 20:22:17.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59562026-08-24T20:22:18.450Z[ recovery-image] Aug 24 20:22:17.512 INFO O| Aug 24 20:22:17.512 INFO STEP 224 (remove_files) COMPLETE
59572026-08-24T20:22:18.451Z[ recovery-image] Aug 24 20:22:17.512 INFO O| Aug 24 20:22:17.512 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-24T20:22:18.459Z[ recovery-image] Aug 24 20:22:17.521 INFO O| Aug 24 20:22:17.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59592026-08-24T20:22:18.459Z[ recovery-image] Aug 24 20:22:17.521 INFO O| Aug 24 20:22:17.521 INFO STEP 225 (remove_files) COMPLETE
59602026-08-24T20:22:18.459Z[ recovery-image] Aug 24 20:22:17.521 INFO O| Aug 24 20:22:17.521 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-24T20:22:18.469Z[ recovery-image] Aug 24 20:22:17.531 INFO O| Aug 24 20:22:17.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59622026-08-24T20:22:18.469Z[ recovery-image] Aug 24 20:22:17.531 INFO O| Aug 24 20:22:17.531 INFO STEP 226 (remove_files) COMPLETE
59632026-08-24T20:22:18.472Z[ recovery-image] Aug 24 20:22:17.531 INFO O| Aug 24 20:22:17.531 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-24T20:22:18.479Z[ recovery-image] Aug 24 20:22:17.541 INFO O| Aug 24 20:22:17.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59652026-08-24T20:22:18.479Z[ recovery-image] Aug 24 20:22:17.541 INFO O| Aug 24 20:22:17.541 INFO STEP 227 (remove_files) COMPLETE
59662026-08-24T20:22:18.482Z[ recovery-image] Aug 24 20:22:17.541 INFO O| Aug 24 20:22:17.541 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-24T20:22:18.489Z[ recovery-image] Aug 24 20:22:17.551 INFO O| Aug 24 20:22:17.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59682026-08-24T20:22:18.489Z[ recovery-image] Aug 24 20:22:17.551 INFO O| Aug 24 20:22:17.551 INFO STEP 228 (remove_files) COMPLETE
59692026-08-24T20:22:18.489Z[ recovery-image] Aug 24 20:22:17.551 INFO O| Aug 24 20:22:17.551 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-24T20:22:18.499Z[ recovery-image] Aug 24 20:22:17.561 INFO O| Aug 24 20:22:17.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59712026-08-24T20:22:18.499Z[ recovery-image] Aug 24 20:22:17.561 INFO O| Aug 24 20:22:17.561 INFO STEP 229 (remove_files) COMPLETE
59722026-08-24T20:22:18.499Z[ recovery-image] Aug 24 20:22:17.561 INFO O| Aug 24 20:22:17.561 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-24T20:22:18.509Z[ recovery-image] Aug 24 20:22:17.571 INFO O| Aug 24 20:22:17.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59742026-08-24T20:22:18.509Z[ recovery-image] Aug 24 20:22:17.571 INFO O| Aug 24 20:22:17.571 INFO STEP 230 (remove_files) COMPLETE
59752026-08-24T20:22:18.509Z[ recovery-image] Aug 24 20:22:17.571 INFO O| Aug 24 20:22:17.571 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-24T20:22:18.514Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
59772026-08-24T20:22:18.520Z[ recovery-image] Aug 24 20:22:17.582 INFO O| Aug 24 20:22:17.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59782026-08-24T20:22:18.520Z[ recovery-image] Aug 24 20:22:17.582 INFO O| Aug 24 20:22:17.582 INFO STEP 231 (remove_files) COMPLETE
59792026-08-24T20:22:18.520Z[ recovery-image] Aug 24 20:22:17.582 INFO O| Aug 24 20:22:17.582 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-24T20:22:18.529Z[ recovery-image] Aug 24 20:22:17.591 INFO O| Aug 24 20:22:17.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59812026-08-24T20:22:18.529Z[ recovery-image] Aug 24 20:22:17.591 INFO O| Aug 24 20:22:17.591 INFO STEP 232 (remove_files) COMPLETE
59822026-08-24T20:22:18.529Z[ recovery-image] Aug 24 20:22:17.591 INFO O| Aug 24 20:22:17.591 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-24T20:22:18.538Z[ recovery-image] Aug 24 20:22:17.600 INFO O| Aug 24 20:22:17.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59842026-08-24T20:22:18.538Z[ recovery-image] Aug 24 20:22:17.600 INFO O| Aug 24 20:22:17.600 INFO STEP 233 (remove_files) COMPLETE
59852026-08-24T20:22:18.538Z[ recovery-image] Aug 24 20:22:17.600 INFO O| Aug 24 20:22:17.600 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-24T20:22:18.549Z[ recovery-image] Aug 24 20:22:17.610 INFO O| Aug 24 20:22:17.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59872026-08-24T20:22:18.549Z[ recovery-image] Aug 24 20:22:17.610 INFO O| Aug 24 20:22:17.610 INFO STEP 234 (remove_files) COMPLETE
59882026-08-24T20:22:18.549Z[ recovery-image] Aug 24 20:22:17.610 INFO O| Aug 24 20:22:17.610 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-24T20:22:18.556Z[ recovery-image] Aug 24 20:22:17.619 INFO O| Aug 24 20:22:17.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59902026-08-24T20:22:18.557Z[ recovery-image] Aug 24 20:22:17.619 INFO O| Aug 24 20:22:17.619 INFO STEP 235 (remove_files) COMPLETE
59912026-08-24T20:22:18.557Z[ recovery-image] Aug 24 20:22:17.619 INFO O| Aug 24 20:22:17.619 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-24T20:22:18.565Z[ recovery-image] Aug 24 20:22:17.627 INFO O| Aug 24 20:22:17.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59932026-08-24T20:22:18.565Z[ recovery-image] Aug 24 20:22:17.627 INFO O| Aug 24 20:22:17.627 INFO STEP 236 (remove_files) COMPLETE
59942026-08-24T20:22:18.565Z[ recovery-image] Aug 24 20:22:17.627 INFO O| Aug 24 20:22:17.627 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-24T20:22:18.573Z[ recovery-image] Aug 24 20:22:17.635 INFO O| Aug 24 20:22:17.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59962026-08-24T20:22:18.576Z[ recovery-image] Aug 24 20:22:17.635 INFO O| Aug 24 20:22:17.635 INFO STEP 237 (remove_files) COMPLETE
59972026-08-24T20:22:18.576Z[ recovery-image] Aug 24 20:22:17.635 INFO O| Aug 24 20:22:17.635 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-24T20:22:18.582Z[ recovery-image] Aug 24 20:22:17.644 INFO O| Aug 24 20:22:17.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59992026-08-24T20:22:18.582Z[ recovery-image] Aug 24 20:22:17.644 INFO O| Aug 24 20:22:17.644 INFO STEP 238 (remove_files) COMPLETE
60002026-08-24T20:22:18.585Z[ recovery-image] Aug 24 20:22:17.644 INFO O| Aug 24 20:22:17.644 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-24T20:22:18.591Z[ recovery-image] Aug 24 20:22:17.654 INFO O| Aug 24 20:22:17.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60022026-08-24T20:22:18.591Z[ recovery-image] Aug 24 20:22:17.654 INFO O| Aug 24 20:22:17.653 INFO STEP 239 (remove_files) COMPLETE
60032026-08-24T20:22:18.595Z[ recovery-image] Aug 24 20:22:17.654 INFO O| Aug 24 20:22:17.653 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-24T20:22:18.603Z[ recovery-image] Aug 24 20:22:17.665 INFO O| Aug 24 20:22:17.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60052026-08-24T20:22:18.603Z[ recovery-image] Aug 24 20:22:17.665 INFO O| Aug 24 20:22:17.665 INFO STEP 240 (remove_files) COMPLETE
60062026-08-24T20:22:18.603Z[ recovery-image] Aug 24 20:22:17.665 INFO O| Aug 24 20:22:17.665 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-24T20:22:18.613Z[ recovery-image] Aug 24 20:22:17.675 INFO O| Aug 24 20:22:17.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60082026-08-24T20:22:18.613Z[ recovery-image] Aug 24 20:22:17.675 INFO O| Aug 24 20:22:17.675 INFO STEP 241 (remove_files) COMPLETE
60092026-08-24T20:22:18.616Z[ recovery-image] Aug 24 20:22:17.675 INFO O| Aug 24 20:22:17.675 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-24T20:22:18.622Z[ recovery-image] Aug 24 20:22:17.684 INFO O| Aug 24 20:22:17.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60112026-08-24T20:22:18.622Z[ recovery-image] Aug 24 20:22:17.684 INFO O| Aug 24 20:22:17.684 INFO STEP 242 (remove_files) COMPLETE
60122026-08-24T20:22:18.622Z[ recovery-image] Aug 24 20:22:17.684 INFO O| Aug 24 20:22:17.684 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-24T20:22:18.632Z[ recovery-image] Aug 24 20:22:17.694 INFO O| Aug 24 20:22:17.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60142026-08-24T20:22:18.636Z[ recovery-image] Aug 24 20:22:17.694 INFO O| Aug 24 20:22:17.694 INFO STEP 243 (remove_files) COMPLETE
60152026-08-24T20:22:18.636Z[ recovery-image] Aug 24 20:22:17.694 INFO O| Aug 24 20:22:17.694 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-24T20:22:18.642Z[ recovery-image] Aug 24 20:22:17.704 INFO O| Aug 24 20:22:17.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60172026-08-24T20:22:18.642Z[ recovery-image] Aug 24 20:22:17.704 INFO O| Aug 24 20:22:17.704 INFO STEP 244 (remove_files) COMPLETE
60182026-08-24T20:22:18.642Z[ recovery-image] Aug 24 20:22:17.704 INFO O| Aug 24 20:22:17.704 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-24T20:22:18.652Z[ recovery-image] Aug 24 20:22:17.714 INFO O| Aug 24 20:22:17.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60202026-08-24T20:22:18.652Z[ recovery-image] Aug 24 20:22:17.714 INFO O| Aug 24 20:22:17.714 INFO STEP 245 (remove_files) COMPLETE
60212026-08-24T20:22:18.655Z[ recovery-image] Aug 24 20:22:17.714 INFO O| Aug 24 20:22:17.714 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-24T20:22:18.662Z[ recovery-image] Aug 24 20:22:17.724 INFO O| Aug 24 20:22:17.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60232026-08-24T20:22:18.662Z[ recovery-image] Aug 24 20:22:17.724 INFO O| Aug 24 20:22:17.724 INFO STEP 246 (remove_files) COMPLETE
60242026-08-24T20:22:18.662Z[ recovery-image] Aug 24 20:22:17.724 INFO O| Aug 24 20:22:17.724 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-24T20:22:18.671Z[ recovery-image] Aug 24 20:22:17.734 INFO O| Aug 24 20:22:17.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60262026-08-24T20:22:18.672Z[ recovery-image] Aug 24 20:22:17.734 INFO O| Aug 24 20:22:17.734 INFO STEP 247 (remove_files) COMPLETE
60272026-08-24T20:22:18.672Z[ recovery-image] Aug 24 20:22:17.734 INFO O| Aug 24 20:22:17.734 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-24T20:22:18.681Z[ recovery-image] Aug 24 20:22:17.744 INFO O| Aug 24 20:22:17.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60292026-08-24T20:22:18.682Z[ recovery-image] Aug 24 20:22:17.744 INFO O| Aug 24 20:22:17.744 INFO STEP 248 (remove_files) COMPLETE
60302026-08-24T20:22:18.682Z[ recovery-image] Aug 24 20:22:17.744 INFO O| Aug 24 20:22:17.744 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-24T20:22:18.690Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
60322026-08-24T20:22:18.693Z[ recovery-image] Aug 24 20:22:17.753 INFO O| Aug 24 20:22:17.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60332026-08-24T20:22:18.693Z[ recovery-image] Aug 24 20:22:17.753 INFO O| Aug 24 20:22:17.753 INFO STEP 249 (remove_files) COMPLETE
60342026-08-24T20:22:18.693Z[ recovery-image] Aug 24 20:22:17.753 INFO O| Aug 24 20:22:17.753 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-24T20:22:18.700Z[ recovery-image] Aug 24 20:22:17.763 INFO O| Aug 24 20:22:17.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60362026-08-24T20:22:18.700Z[ recovery-image] Aug 24 20:22:17.763 INFO O| Aug 24 20:22:17.763 INFO STEP 250 (remove_files) COMPLETE
60372026-08-24T20:22:18.700Z[ recovery-image] Aug 24 20:22:17.763 INFO O| Aug 24 20:22:17.763 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-24T20:22:18.710Z[ recovery-image] Aug 24 20:22:17.772 INFO O| Aug 24 20:22:17.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60392026-08-24T20:22:18.710Z[ recovery-image] Aug 24 20:22:17.772 INFO O| Aug 24 20:22:17.772 INFO STEP 251 (remove_files) COMPLETE
60402026-08-24T20:22:18.710Z[ recovery-image] Aug 24 20:22:17.772 INFO O| Aug 24 20:22:17.772 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-24T20:22:18.719Z[ recovery-image] Aug 24 20:22:17.781 INFO O| Aug 24 20:22:17.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60422026-08-24T20:22:18.719Z[ recovery-image] Aug 24 20:22:17.781 INFO O| Aug 24 20:22:17.781 INFO STEP 252 (remove_files) COMPLETE
60432026-08-24T20:22:18.719Z[ recovery-image] Aug 24 20:22:17.781 INFO O| Aug 24 20:22:17.781 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-24T20:22:18.728Z[ recovery-image] Aug 24 20:22:17.790 INFO O| Aug 24 20:22:17.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60452026-08-24T20:22:18.728Z[ recovery-image] Aug 24 20:22:17.790 INFO O| Aug 24 20:22:17.790 INFO STEP 253 (remove_files) COMPLETE
60462026-08-24T20:22:18.728Z[ recovery-image] Aug 24 20:22:17.790 INFO O| Aug 24 20:22:17.790 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-24T20:22:18.737Z[ recovery-image] Aug 24 20:22:17.800 INFO O| Aug 24 20:22:17.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60482026-08-24T20:22:18.737Z[ recovery-image] Aug 24 20:22:17.800 INFO O| Aug 24 20:22:17.800 INFO STEP 254 (remove_files) COMPLETE
60492026-08-24T20:22:18.737Z[ recovery-image] Aug 24 20:22:17.800 INFO O| Aug 24 20:22:17.800 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-24T20:22:18.747Z[ recovery-image] Aug 24 20:22:17.809 INFO O| Aug 24 20:22:17.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60512026-08-24T20:22:18.747Z[ recovery-image] Aug 24 20:22:17.809 INFO O| Aug 24 20:22:17.809 INFO STEP 255 (remove_files) COMPLETE
60522026-08-24T20:22:18.750Z[ recovery-image] Aug 24 20:22:17.809 INFO O| Aug 24 20:22:17.809 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-24T20:22:18.756Z[ recovery-image] Aug 24 20:22:17.818 INFO O| Aug 24 20:22:17.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60542026-08-24T20:22:18.756Z[ recovery-image] Aug 24 20:22:17.818 INFO O| Aug 24 20:22:17.818 INFO STEP 256 (remove_files) COMPLETE
60552026-08-24T20:22:18.756Z[ recovery-image] Aug 24 20:22:17.818 INFO O| Aug 24 20:22:17.818 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-24T20:22:18.766Z[ recovery-image] Aug 24 20:22:17.828 INFO O| Aug 24 20:22:17.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60572026-08-24T20:22:18.766Z[ recovery-image] Aug 24 20:22:17.828 INFO O| Aug 24 20:22:17.828 INFO STEP 257 (remove_files) COMPLETE
60582026-08-24T20:22:18.774Z[ recovery-image] Aug 24 20:22:17.828 INFO O| Aug 24 20:22:17.828 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-24T20:22:18.777Z[ recovery-image] Aug 24 20:22:17.838 INFO O| Aug 24 20:22:17.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60602026-08-24T20:22:18.777Z[ recovery-image] Aug 24 20:22:17.838 INFO O| Aug 24 20:22:17.838 INFO STEP 258 (remove_files) COMPLETE
60612026-08-24T20:22:18.777Z[ recovery-image] Aug 24 20:22:17.838 INFO O| Aug 24 20:22:17.838 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-24T20:22:18.785Z[ recovery-image] Aug 24 20:22:17.847 INFO O| Aug 24 20:22:17.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60632026-08-24T20:22:18.785Z[ recovery-image] Aug 24 20:22:17.847 INFO O| Aug 24 20:22:17.847 INFO STEP 259 (remove_files) COMPLETE
60642026-08-24T20:22:18.785Z[ recovery-image] Aug 24 20:22:17.847 INFO O| Aug 24 20:22:17.847 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-24T20:22:18.794Z[ recovery-image] Aug 24 20:22:17.856 INFO O| Aug 24 20:22:17.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60662026-08-24T20:22:18.794Z[ recovery-image] Aug 24 20:22:17.856 INFO O| Aug 24 20:22:17.856 INFO STEP 260 (remove_files) COMPLETE
60672026-08-24T20:22:18.794Z[ recovery-image] Aug 24 20:22:17.856 INFO O| Aug 24 20:22:17.856 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-24T20:22:18.803Z[ recovery-image] Aug 24 20:22:17.865 INFO O| Aug 24 20:22:17.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60692026-08-24T20:22:18.803Z[ recovery-image] Aug 24 20:22:17.865 INFO O| Aug 24 20:22:17.865 INFO STEP 261 (remove_files) COMPLETE
60702026-08-24T20:22:18.803Z[ recovery-image] Aug 24 20:22:17.865 INFO O| Aug 24 20:22:17.865 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-24T20:22:18.812Z[ recovery-image] Aug 24 20:22:17.874 INFO O| Aug 24 20:22:17.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60722026-08-24T20:22:18.812Z[ recovery-image] Aug 24 20:22:17.874 INFO O| Aug 24 20:22:17.874 INFO STEP 262 (remove_files) COMPLETE
60732026-08-24T20:22:18.815Z[ recovery-image] Aug 24 20:22:17.874 INFO O| Aug 24 20:22:17.874 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-24T20:22:18.821Z[ recovery-image] Aug 24 20:22:17.883 INFO O| Aug 24 20:22:17.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60752026-08-24T20:22:18.821Z[ recovery-image] Aug 24 20:22:17.883 INFO O| Aug 24 20:22:17.883 INFO STEP 263 (remove_files) COMPLETE
60762026-08-24T20:22:18.821Z[ recovery-image] Aug 24 20:22:17.883 INFO O| Aug 24 20:22:17.883 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-24T20:22:18.829Z[ recovery-image] Aug 24 20:22:17.891 INFO O| Aug 24 20:22:17.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60782026-08-24T20:22:18.829Z[ recovery-image] Aug 24 20:22:17.892 INFO O| Aug 24 20:22:17.892 INFO STEP 264 (remove_files) COMPLETE
60792026-08-24T20:22:18.833Z[ recovery-image] Aug 24 20:22:17.892 INFO O| Aug 24 20:22:17.892 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-24T20:22:18.837Z[ recovery-image] Aug 24 20:22:17.900 INFO O| Aug 24 20:22:17.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60812026-08-24T20:22:18.837Z[ recovery-image] Aug 24 20:22:17.900 INFO O| Aug 24 20:22:17.900 INFO STEP 265 (remove_files) COMPLETE
60822026-08-24T20:22:18.842Z[ recovery-image] Aug 24 20:22:17.900 INFO O| Aug 24 20:22:17.900 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-24T20:22:18.846Z[ recovery-image] Aug 24 20:22:17.908 INFO O| Aug 24 20:22:17.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60842026-08-24T20:22:18.846Z[ recovery-image] Aug 24 20:22:17.908 INFO O| Aug 24 20:22:17.908 INFO STEP 266 (remove_files) COMPLETE
60852026-08-24T20:22:18.846Z[ recovery-image] Aug 24 20:22:17.908 INFO O| Aug 24 20:22:17.908 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-24T20:22:18.854Z[ recovery-image] Aug 24 20:22:17.916 INFO O| Aug 24 20:22:17.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60872026-08-24T20:22:18.854Z[ recovery-image] Aug 24 20:22:17.916 INFO O| Aug 24 20:22:17.916 INFO STEP 267 (remove_files) COMPLETE
60882026-08-24T20:22:18.854Z[ recovery-image] Aug 24 20:22:17.916 INFO O| Aug 24 20:22:17.916 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-24T20:22:18.862Z[ recovery-image] Aug 24 20:22:17.925 INFO O| Aug 24 20:22:17.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60902026-08-24T20:22:18.862Z[ recovery-image] Aug 24 20:22:17.925 INFO O| Aug 24 20:22:17.925 INFO STEP 268 (remove_files) COMPLETE
60912026-08-24T20:22:18.866Z[ recovery-image] Aug 24 20:22:17.925 INFO O| Aug 24 20:22:17.925 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-24T20:22:18.873Z[ recovery-image] Aug 24 20:22:17.935 INFO O| Aug 24 20:22:17.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60932026-08-24T20:22:18.873Z[ recovery-image] Aug 24 20:22:17.935 INFO O| Aug 24 20:22:17.935 INFO STEP 269 (remove_files) COMPLETE
60942026-08-24T20:22:18.873Z[ recovery-image] Aug 24 20:22:17.935 INFO O| Aug 24 20:22:17.935 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-24T20:22:18.884Z[ recovery-image] Aug 24 20:22:17.946 INFO O| Aug 24 20:22:17.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60962026-08-24T20:22:18.884Z[ recovery-image] Aug 24 20:22:17.946 INFO O| Aug 24 20:22:17.946 INFO STEP 270 (remove_files) COMPLETE
60972026-08-24T20:22:18.887Z[ recovery-image] Aug 24 20:22:17.946 INFO O| Aug 24 20:22:17.946 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-24T20:22:18.894Z[ recovery-image] Aug 24 20:22:17.956 INFO O| Aug 24 20:22:17.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60992026-08-24T20:22:18.894Z[ recovery-image] Aug 24 20:22:17.956 INFO O| Aug 24 20:22:17.956 INFO STEP 271 (remove_files) COMPLETE
61002026-08-24T20:22:18.894Z[ recovery-image] Aug 24 20:22:17.956 INFO O| Aug 24 20:22:17.956 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-24T20:22:18.905Z[ recovery-image] Aug 24 20:22:17.967 INFO O| Aug 24 20:22:17.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61022026-08-24T20:22:18.905Z[ recovery-image] Aug 24 20:22:17.967 INFO O| Aug 24 20:22:17.967 INFO STEP 272 (remove_files) COMPLETE
61032026-08-24T20:22:18.905Z[ recovery-image] Aug 24 20:22:17.967 INFO O| Aug 24 20:22:17.967 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-24T20:22:18.915Z[ recovery-image] Aug 24 20:22:17.977 INFO O| Aug 24 20:22:17.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61052026-08-24T20:22:18.915Z[ recovery-image] Aug 24 20:22:17.977 INFO O| Aug 24 20:22:17.977 INFO STEP 273 (remove_files) COMPLETE
61062026-08-24T20:22:18.915Z[ recovery-image] Aug 24 20:22:17.977 INFO O| Aug 24 20:22:17.977 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-24T20:22:18.925Z[ recovery-image] Aug 24 20:22:17.988 INFO O| Aug 24 20:22:17.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61082026-08-24T20:22:18.926Z[ recovery-image] Aug 24 20:22:17.988 INFO O| Aug 24 20:22:17.988 INFO STEP 274 (remove_files) COMPLETE
61092026-08-24T20:22:18.926Z[ recovery-image] Aug 24 20:22:17.988 INFO O| Aug 24 20:22:17.988 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-24T20:22:18.937Z[ recovery-image] Aug 24 20:22:17.999 INFO O| Aug 24 20:22:17.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61112026-08-24T20:22:18.937Z[ recovery-image] Aug 24 20:22:17.999 INFO O| Aug 24 20:22:17.999 INFO STEP 275 (remove_files) COMPLETE
61122026-08-24T20:22:18.937Z[ recovery-image] Aug 24 20:22:17.999 INFO O| Aug 24 20:22:17.999 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-24T20:22:18.948Z[ recovery-image] Aug 24 20:22:18.010 INFO O| Aug 24 20:22:18.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61142026-08-24T20:22:18.948Z[ recovery-image] Aug 24 20:22:18.010 INFO O| Aug 24 20:22:18.010 INFO STEP 276 (remove_files) COMPLETE
61152026-08-24T20:22:18.948Z[ recovery-image] Aug 24 20:22:18.010 INFO O| Aug 24 20:22:18.010 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-24T20:22:18.967Z[ recovery-image] Aug 24 20:22:18.029 INFO O| Aug 24 20:22:18.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61172026-08-24T20:22:18.967Z[ recovery-image] Aug 24 20:22:18.029 INFO O| Aug 24 20:22:18.029 INFO STEP 277 (remove_files) COMPLETE
61182026-08-24T20:22:18.967Z[ recovery-image] Aug 24 20:22:18.029 INFO O| Aug 24 20:22:18.029 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-24T20:22:18.978Z[ recovery-image] Aug 24 20:22:18.039 INFO O| Aug 24 20:22:18.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61202026-08-24T20:22:18.978Z[ recovery-image] Aug 24 20:22:18.040 INFO O| Aug 24 20:22:18.040 INFO STEP 278 (remove_files) COMPLETE
61212026-08-24T20:22:18.978Z[ recovery-image] Aug 24 20:22:18.040 INFO O| Aug 24 20:22:18.040 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-24T20:22:19.000Z[ recovery-image] Aug 24 20:22:18.062 INFO O| Aug 24 20:22:18.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61232026-08-24T20:22:19.000Z[ recovery-image] Aug 24 20:22:18.062 INFO O| Aug 24 20:22:18.062 INFO STEP 279 (remove_files) COMPLETE
61242026-08-24T20:22:19.000Z[ recovery-image] Aug 24 20:22:18.062 INFO O| Aug 24 20:22:18.062 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-24T20:22:19.011Z[ recovery-image] Aug 24 20:22:18.073 INFO O| Aug 24 20:22:18.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61262026-08-24T20:22:19.011Z[ recovery-image] Aug 24 20:22:18.073 INFO O| Aug 24 20:22:18.073 INFO STEP 280 (remove_files) COMPLETE
61272026-08-24T20:22:19.011Z[ recovery-image] Aug 24 20:22:18.073 INFO O| Aug 24 20:22:18.073 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-24T20:22:19.021Z[ recovery-image] Aug 24 20:22:18.083 INFO O| Aug 24 20:22:18.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61292026-08-24T20:22:19.021Z[ recovery-image] Aug 24 20:22:18.083 INFO O| Aug 24 20:22:18.083 INFO STEP 281 (remove_files) COMPLETE
61302026-08-24T20:22:19.021Z[ recovery-image] Aug 24 20:22:18.083 INFO O| Aug 24 20:22:18.083 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-24T20:22:19.030Z[ recovery-image] Aug 24 20:22:18.092 INFO O| Aug 24 20:22:18.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61322026-08-24T20:22:19.030Z[ recovery-image] Aug 24 20:22:18.092 INFO O| Aug 24 20:22:18.092 INFO STEP 282 (remove_files) COMPLETE
61332026-08-24T20:22:19.030Z[ recovery-image] Aug 24 20:22:18.092 INFO O| Aug 24 20:22:18.092 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-24T20:22:19.039Z[ recovery-image] Aug 24 20:22:18.100 INFO O| Aug 24 20:22:18.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61352026-08-24T20:22:19.039Z[ recovery-image] Aug 24 20:22:18.100 INFO O| Aug 24 20:22:18.100 INFO STEP 283 (remove_files) COMPLETE
61362026-08-24T20:22:19.039Z[ recovery-image] Aug 24 20:22:18.100 INFO O| Aug 24 20:22:18.100 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-24T20:22:19.046Z[ recovery-image] Aug 24 20:22:18.109 INFO O| Aug 24 20:22:18.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61382026-08-24T20:22:19.047Z[ recovery-image] Aug 24 20:22:18.109 INFO O| Aug 24 20:22:18.109 INFO STEP 284 (remove_files) COMPLETE
61392026-08-24T20:22:19.050Z[ recovery-image] Aug 24 20:22:18.109 INFO O| Aug 24 20:22:18.109 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-24T20:22:19.055Z[ recovery-image] Aug 24 20:22:18.117 INFO O| Aug 24 20:22:18.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61412026-08-24T20:22:19.055Z[ recovery-image] Aug 24 20:22:18.117 INFO O| Aug 24 20:22:18.117 INFO STEP 285 (remove_files) COMPLETE
61422026-08-24T20:22:19.055Z[ recovery-image] Aug 24 20:22:18.117 INFO O| Aug 24 20:22:18.117 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-24T20:22:19.065Z[ recovery-image] Aug 24 20:22:18.127 INFO O| Aug 24 20:22:18.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61442026-08-24T20:22:19.065Z[ recovery-image] Aug 24 20:22:18.127 INFO O| Aug 24 20:22:18.127 INFO STEP 286 (remove_files) COMPLETE
61452026-08-24T20:22:19.065Z[ recovery-image] Aug 24 20:22:18.127 INFO O| Aug 24 20:22:18.127 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-24T20:22:19.073Z[ recovery-image] Aug 24 20:22:18.136 INFO O| Aug 24 20:22:18.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61472026-08-24T20:22:19.073Z[ recovery-image] Aug 24 20:22:18.136 INFO O| Aug 24 20:22:18.136 INFO STEP 287 (remove_files) COMPLETE
61482026-08-24T20:22:19.074Z[ recovery-image] Aug 24 20:22:18.136 INFO O| Aug 24 20:22:18.136 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-24T20:22:19.085Z[ recovery-image] Aug 24 20:22:18.147 INFO O| Aug 24 20:22:18.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61502026-08-24T20:22:19.085Z[ recovery-image] Aug 24 20:22:18.147 INFO O| Aug 24 20:22:18.147 INFO STEP 288 (remove_files) COMPLETE
61512026-08-24T20:22:19.085Z[ recovery-image] Aug 24 20:22:18.147 INFO O| Aug 24 20:22:18.147 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-24T20:22:19.095Z[ recovery-image] Aug 24 20:22:18.157 INFO O| Aug 24 20:22:18.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61532026-08-24T20:22:19.095Z[ recovery-image] Aug 24 20:22:18.157 INFO O| Aug 24 20:22:18.157 INFO STEP 289 (remove_files) COMPLETE
61542026-08-24T20:22:19.095Z[ recovery-image] Aug 24 20:22:18.157 INFO O| Aug 24 20:22:18.157 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-24T20:22:19.106Z[ recovery-image] Aug 24 20:22:18.168 INFO O| Aug 24 20:22:18.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61562026-08-24T20:22:19.106Z[ recovery-image] Aug 24 20:22:18.168 INFO O| Aug 24 20:22:18.168 INFO STEP 290 (remove_files) COMPLETE
61572026-08-24T20:22:19.106Z[ recovery-image] Aug 24 20:22:18.168 INFO O| Aug 24 20:22:18.168 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-24T20:22:19.117Z[ recovery-image] Aug 24 20:22:18.179 INFO O| Aug 24 20:22:18.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61592026-08-24T20:22:19.117Z[ recovery-image] Aug 24 20:22:18.179 INFO O| Aug 24 20:22:18.179 INFO STEP 291 (remove_files) COMPLETE
61602026-08-24T20:22:19.117Z[ recovery-image] Aug 24 20:22:18.179 INFO O| Aug 24 20:22:18.179 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-24T20:22:19.127Z[ recovery-image] Aug 24 20:22:18.189 INFO O| Aug 24 20:22:18.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61622026-08-24T20:22:19.127Z[ recovery-image] Aug 24 20:22:18.189 INFO O| Aug 24 20:22:18.189 INFO STEP 292 (remove_files) COMPLETE
61632026-08-24T20:22:19.130Z[ recovery-image] Aug 24 20:22:18.189 INFO O| Aug 24 20:22:18.189 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-24T20:22:19.137Z[ recovery-image] Aug 24 20:22:18.199 INFO O| Aug 24 20:22:18.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61652026-08-24T20:22:19.137Z[ recovery-image] Aug 24 20:22:18.199 INFO O| Aug 24 20:22:18.199 INFO STEP 293 (remove_files) COMPLETE
61662026-08-24T20:22:19.137Z[ recovery-image] Aug 24 20:22:18.199 INFO O| Aug 24 20:22:18.199 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-24T20:22:19.147Z[ recovery-image] Aug 24 20:22:18.209 INFO O| Aug 24 20:22:18.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61682026-08-24T20:22:19.147Z[ recovery-image] Aug 24 20:22:18.209 INFO O| Aug 24 20:22:18.209 INFO STEP 294 (remove_files) COMPLETE
61692026-08-24T20:22:19.147Z[ recovery-image] Aug 24 20:22:18.209 INFO O| Aug 24 20:22:18.209 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-24T20:22:19.156Z[ recovery-image] Aug 24 20:22:18.218 INFO O| Aug 24 20:22:18.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61712026-08-24T20:22:19.156Z[ recovery-image] Aug 24 20:22:18.218 INFO O| Aug 24 20:22:18.218 INFO STEP 295 (remove_files) COMPLETE
61722026-08-24T20:22:19.156Z[ recovery-image] Aug 24 20:22:18.218 INFO O| Aug 24 20:22:18.218 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-24T20:22:19.171Z[ recovery-image] Aug 24 20:22:18.229 INFO O| Aug 24 20:22:18.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61742026-08-24T20:22:19.171Z[ recovery-image] Aug 24 20:22:18.229 INFO O| Aug 24 20:22:18.229 INFO STEP 296 (remove_files) COMPLETE
61752026-08-24T20:22:19.171Z[ recovery-image] Aug 24 20:22:18.229 INFO O| Aug 24 20:22:18.229 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-24T20:22:19.176Z[ recovery-image] Aug 24 20:22:18.238 INFO O| Aug 24 20:22:18.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61772026-08-24T20:22:19.176Z[ recovery-image] Aug 24 20:22:18.238 INFO O| Aug 24 20:22:18.238 INFO STEP 297 (remove_files) COMPLETE
61782026-08-24T20:22:19.182Z[ recovery-image] Aug 24 20:22:18.238 INFO O| Aug 24 20:22:18.238 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-24T20:22:19.186Z[ recovery-image] Aug 24 20:22:18.248 INFO O| Aug 24 20:22:18.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61802026-08-24T20:22:19.186Z[ recovery-image] Aug 24 20:22:18.248 INFO O| Aug 24 20:22:18.248 INFO STEP 298 (remove_files) COMPLETE
61812026-08-24T20:22:19.186Z[ recovery-image] Aug 24 20:22:18.248 INFO O| Aug 24 20:22:18.248 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-24T20:22:19.196Z[ recovery-image] Aug 24 20:22:18.258 INFO O| Aug 24 20:22:18.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61832026-08-24T20:22:19.196Z[ recovery-image] Aug 24 20:22:18.258 INFO O| Aug 24 20:22:18.258 INFO STEP 299 (remove_files) COMPLETE
61842026-08-24T20:22:19.196Z[ recovery-image] Aug 24 20:22:18.258 INFO O| Aug 24 20:22:18.258 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-24T20:22:19.206Z[ recovery-image] Aug 24 20:22:18.267 INFO O| Aug 24 20:22:18.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61862026-08-24T20:22:19.206Z[ recovery-image] Aug 24 20:22:18.267 INFO O| Aug 24 20:22:18.267 INFO STEP 300 (remove_files) COMPLETE
61872026-08-24T20:22:19.211Z[ recovery-image] Aug 24 20:22:18.267 INFO O| Aug 24 20:22:18.267 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-24T20:22:19.214Z[ recovery-image] Aug 24 20:22:18.277 INFO O| Aug 24 20:22:18.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61892026-08-24T20:22:19.215Z[ recovery-image] Aug 24 20:22:18.277 INFO O| Aug 24 20:22:18.277 INFO STEP 301 (remove_files) COMPLETE
61902026-08-24T20:22:19.215Z[ recovery-image] Aug 24 20:22:18.277 INFO O| Aug 24 20:22:18.277 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-24T20:22:19.227Z[ recovery-image] Aug 24 20:22:18.287 INFO O| Aug 24 20:22:18.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61922026-08-24T20:22:19.227Z[ recovery-image] Aug 24 20:22:18.288 INFO O| Aug 24 20:22:18.287 INFO STEP 302 (remove_files) COMPLETE
61932026-08-24T20:22:19.227Z[ recovery-image] Aug 24 20:22:18.288 INFO O| Aug 24 20:22:18.287 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-24T20:22:19.235Z[ recovery-image] Aug 24 20:22:18.297 INFO O| Aug 24 20:22:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61952026-08-24T20:22:19.235Z[ recovery-image] Aug 24 20:22:18.297 INFO O| Aug 24 20:22:18.297 INFO STEP 303 (remove_files) COMPLETE
61962026-08-24T20:22:19.238Z[ recovery-image] Aug 24 20:22:18.297 INFO O| Aug 24 20:22:18.297 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-24T20:22:19.244Z[ recovery-image] Aug 24 20:22:18.306 INFO O| Aug 24 20:22:18.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61982026-08-24T20:22:19.244Z[ recovery-image] Aug 24 20:22:18.306 INFO O| Aug 24 20:22:18.306 INFO STEP 304 (remove_files) COMPLETE
61992026-08-24T20:22:19.244Z[ recovery-image] Aug 24 20:22:18.306 INFO O| Aug 24 20:22:18.306 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-24T20:22:19.256Z[ recovery-image] Aug 24 20:22:18.315 INFO O| Aug 24 20:22:18.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62012026-08-24T20:22:19.256Z[ recovery-image] Aug 24 20:22:18.316 INFO O| Aug 24 20:22:18.315 INFO STEP 305 (remove_files) COMPLETE
62022026-08-24T20:22:19.260Z[ recovery-image] Aug 24 20:22:18.316 INFO O| Aug 24 20:22:18.315 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-24T20:22:19.263Z[ recovery-image] Aug 24 20:22:18.325 INFO O| Aug 24 20:22:18.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62042026-08-24T20:22:19.263Z[ recovery-image] Aug 24 20:22:18.325 INFO O| Aug 24 20:22:18.325 INFO STEP 306 (remove_files) COMPLETE
62052026-08-24T20:22:19.263Z[ recovery-image] Aug 24 20:22:18.325 INFO O| Aug 24 20:22:18.325 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-24T20:22:19.274Z[ recovery-image] Aug 24 20:22:18.336 INFO O| Aug 24 20:22:18.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62072026-08-24T20:22:19.274Z[ recovery-image] Aug 24 20:22:18.336 INFO O| Aug 24 20:22:18.336 INFO STEP 307 (remove_files) COMPLETE
62082026-08-24T20:22:19.274Z[ recovery-image] Aug 24 20:22:18.336 INFO O| Aug 24 20:22:18.336 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-24T20:22:19.285Z[ recovery-image] Aug 24 20:22:18.348 INFO O| Aug 24 20:22:18.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62102026-08-24T20:22:19.286Z[ recovery-image] Aug 24 20:22:18.348 INFO O| Aug 24 20:22:18.348 INFO STEP 308 (remove_files) COMPLETE
62112026-08-24T20:22:19.286Z[ recovery-image] Aug 24 20:22:18.348 INFO O| Aug 24 20:22:18.348 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-24T20:22:19.296Z[ recovery-image] Aug 24 20:22:18.358 INFO O| Aug 24 20:22:18.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62132026-08-24T20:22:19.296Z[ recovery-image] Aug 24 20:22:18.359 INFO O| Aug 24 20:22:18.358 INFO STEP 309 (remove_files) COMPLETE
62142026-08-24T20:22:19.300Z[ recovery-image] Aug 24 20:22:18.359 INFO O| Aug 24 20:22:18.358 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-24T20:22:19.305Z[ recovery-image] Aug 24 20:22:18.367 INFO O| Aug 24 20:22:18.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62162026-08-24T20:22:19.305Z[ recovery-image] Aug 24 20:22:18.367 INFO O| Aug 24 20:22:18.367 INFO STEP 310 (remove_files) COMPLETE
62172026-08-24T20:22:19.308Z[ recovery-image] Aug 24 20:22:18.367 INFO O| Aug 24 20:22:18.367 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-24T20:22:19.313Z[ recovery-image] Aug 24 20:22:18.376 INFO O| Aug 24 20:22:18.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62192026-08-24T20:22:19.313Z[ recovery-image] Aug 24 20:22:18.376 INFO O| Aug 24 20:22:18.376 INFO STEP 311 (remove_files) COMPLETE
62202026-08-24T20:22:19.316Z[ recovery-image] Aug 24 20:22:18.376 INFO O| Aug 24 20:22:18.376 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-24T20:22:19.323Z[ recovery-image] Aug 24 20:22:18.383 INFO O| Aug 24 20:22:18.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62222026-08-24T20:22:19.323Z[ recovery-image] Aug 24 20:22:18.383 INFO O| Aug 24 20:22:18.383 INFO STEP 312 (remove_files) COMPLETE
62232026-08-24T20:22:19.323Z[ recovery-image] Aug 24 20:22:18.383 INFO O| Aug 24 20:22:18.383 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-24T20:22:19.333Z[ recovery-image] Aug 24 20:22:18.394 INFO O| Aug 24 20:22:18.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62252026-08-24T20:22:19.333Z[ recovery-image] Aug 24 20:22:18.395 INFO O| Aug 24 20:22:18.394 INFO STEP 313 (remove_files) COMPLETE
62262026-08-24T20:22:19.333Z[ recovery-image] Aug 24 20:22:18.395 INFO O| Aug 24 20:22:18.394 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-24T20:22:19.342Z[ recovery-image] Aug 24 20:22:18.404 INFO O| Aug 24 20:22:18.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62282026-08-24T20:22:19.342Z[ recovery-image] Aug 24 20:22:18.404 INFO O| Aug 24 20:22:18.404 INFO STEP 314 (remove_files) COMPLETE
62292026-08-24T20:22:19.342Z[ recovery-image] Aug 24 20:22:18.404 INFO O| Aug 24 20:22:18.404 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-24T20:22:19.355Z[ recovery-image] Aug 24 20:22:18.415 INFO O| Aug 24 20:22:18.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62312026-08-24T20:22:19.356Z[ recovery-image] Aug 24 20:22:18.415 INFO O| Aug 24 20:22:18.415 INFO STEP 315 (remove_files) COMPLETE
62322026-08-24T20:22:19.356Z[ recovery-image] Aug 24 20:22:18.415 INFO O| Aug 24 20:22:18.415 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-24T20:22:19.362Z[ recovery-image] Aug 24 20:22:18.424 INFO O| Aug 24 20:22:18.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62342026-08-24T20:22:19.362Z[ recovery-image] Aug 24 20:22:18.424 INFO O| Aug 24 20:22:18.424 INFO STEP 316 (remove_files) COMPLETE
62352026-08-24T20:22:19.362Z[ recovery-image] Aug 24 20:22:18.424 INFO O| Aug 24 20:22:18.424 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-24T20:22:19.373Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62372026-08-24T20:22:19.373Z[ recovery-image] Aug 24 20:22:18.435 INFO O| Aug 24 20:22:18.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62382026-08-24T20:22:19.376Z[ recovery-image] Aug 24 20:22:18.435 INFO O| Aug 24 20:22:18.435 INFO STEP 317 (remove_files) COMPLETE
62392026-08-24T20:22:19.376Z[ recovery-image] Aug 24 20:22:18.435 INFO O| Aug 24 20:22:18.435 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-24T20:22:19.382Z[ recovery-image] Aug 24 20:22:18.445 INFO O| Aug 24 20:22:18.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62412026-08-24T20:22:19.382Z[ recovery-image] Aug 24 20:22:18.445 INFO O| Aug 24 20:22:18.445 INFO STEP 318 (remove_files) COMPLETE
62422026-08-24T20:22:19.386Z[ recovery-image] Aug 24 20:22:18.445 INFO O| Aug 24 20:22:18.445 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-24T20:22:19.392Z[ recovery-image] Aug 24 20:22:18.454 INFO O| Aug 24 20:22:18.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62442026-08-24T20:22:19.392Z[ recovery-image] Aug 24 20:22:18.454 INFO O| Aug 24 20:22:18.454 INFO STEP 319 (remove_files) COMPLETE
62452026-08-24T20:22:19.396Z[ recovery-image] Aug 24 20:22:18.454 INFO O| Aug 24 20:22:18.454 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-24T20:22:19.401Z[ recovery-image] Aug 24 20:22:18.463 INFO O| Aug 24 20:22:18.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62472026-08-24T20:22:19.401Z[ recovery-image] Aug 24 20:22:18.463 INFO O| Aug 24 20:22:18.463 INFO STEP 320 (remove_files) COMPLETE
62482026-08-24T20:22:19.404Z[ recovery-image] Aug 24 20:22:18.463 INFO O| Aug 24 20:22:18.463 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-24T20:22:19.410Z[ recovery-image] Aug 24 20:22:18.473 INFO O| Aug 24 20:22:18.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62502026-08-24T20:22:19.410Z[ recovery-image] Aug 24 20:22:18.473 INFO O| Aug 24 20:22:18.473 INFO STEP 321 (remove_files) COMPLETE
62512026-08-24T20:22:19.414Z[ recovery-image] Aug 24 20:22:18.473 INFO O| Aug 24 20:22:18.473 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-24T20:22:19.419Z[ recovery-image] Aug 24 20:22:18.482 INFO O| Aug 24 20:22:18.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62532026-08-24T20:22:19.419Z[ recovery-image] Aug 24 20:22:18.482 INFO O| Aug 24 20:22:18.482 INFO STEP 322 (remove_files) COMPLETE
62542026-08-24T20:22:19.419Z[ recovery-image] Aug 24 20:22:18.482 INFO O| Aug 24 20:22:18.482 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-24T20:22:19.429Z[ recovery-image] Aug 24 20:22:18.491 INFO O| Aug 24 20:22:18.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62562026-08-24T20:22:19.429Z[ recovery-image] Aug 24 20:22:18.491 INFO O| Aug 24 20:22:18.491 INFO STEP 323 (remove_files) COMPLETE
62572026-08-24T20:22:19.429Z[ recovery-image] Aug 24 20:22:18.491 INFO O| Aug 24 20:22:18.491 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-24T20:22:19.439Z[ recovery-image] Aug 24 20:22:18.501 INFO O| Aug 24 20:22:18.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62592026-08-24T20:22:19.440Z[ recovery-image] Aug 24 20:22:18.501 INFO O| Aug 24 20:22:18.501 INFO STEP 324 (remove_files) COMPLETE
62602026-08-24T20:22:19.440Z[ recovery-image] Aug 24 20:22:18.501 INFO O| Aug 24 20:22:18.501 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-24T20:22:19.448Z[ recovery-image] Aug 24 20:22:18.510 INFO O| Aug 24 20:22:18.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62622026-08-24T20:22:19.448Z[ recovery-image] Aug 24 20:22:18.510 INFO O| Aug 24 20:22:18.510 INFO STEP 325 (remove_files) COMPLETE
62632026-08-24T20:22:19.451Z[ recovery-image] Aug 24 20:22:18.510 INFO O| Aug 24 20:22:18.510 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-24T20:22:19.458Z[ recovery-image] Aug 24 20:22:18.520 INFO O| Aug 24 20:22:18.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62652026-08-24T20:22:19.458Z[ recovery-image] Aug 24 20:22:18.520 INFO O| Aug 24 20:22:18.520 INFO STEP 326 (remove_files) COMPLETE
62662026-08-24T20:22:19.461Z[ recovery-image] Aug 24 20:22:18.520 INFO O| Aug 24 20:22:18.520 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-24T20:22:19.468Z[ recovery-image] Aug 24 20:22:18.530 INFO O| Aug 24 20:22:18.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62682026-08-24T20:22:19.468Z[ recovery-image] Aug 24 20:22:18.530 INFO O| Aug 24 20:22:18.530 INFO STEP 327 (remove_files) COMPLETE
62692026-08-24T20:22:19.472Z[ recovery-image] Aug 24 20:22:18.530 INFO O| Aug 24 20:22:18.530 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-24T20:22:19.482Z[ recovery-image] Aug 24 20:22:18.540 INFO O| Aug 24 20:22:18.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62712026-08-24T20:22:19.482Z[ recovery-image] Aug 24 20:22:18.540 INFO O| Aug 24 20:22:18.540 INFO STEP 328 (remove_files) COMPLETE
62722026-08-24T20:22:19.482Z[ recovery-image] Aug 24 20:22:18.540 INFO O| Aug 24 20:22:18.540 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-24T20:22:19.488Z[ recovery-image] Aug 24 20:22:18.550 INFO O| Aug 24 20:22:18.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62742026-08-24T20:22:19.488Z[ recovery-image] Aug 24 20:22:18.550 INFO O| Aug 24 20:22:18.550 INFO STEP 329 (remove_files) COMPLETE
62752026-08-24T20:22:19.488Z[ recovery-image] Aug 24 20:22:18.551 INFO O| Aug 24 20:22:18.550 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-24T20:22:19.498Z[ recovery-image] Aug 24 20:22:18.560 INFO O| Aug 24 20:22:18.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62772026-08-24T20:22:19.498Z[ recovery-image] Aug 24 20:22:18.560 INFO O| Aug 24 20:22:18.560 INFO STEP 330 (remove_files) COMPLETE
62782026-08-24T20:22:19.498Z[ recovery-image] Aug 24 20:22:18.560 INFO O| Aug 24 20:22:18.560 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-24T20:22:19.508Z[ recovery-image] Aug 24 20:22:18.570 INFO O| Aug 24 20:22:18.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62802026-08-24T20:22:19.508Z[ recovery-image] Aug 24 20:22:18.570 INFO O| Aug 24 20:22:18.570 INFO STEP 331 (remove_files) COMPLETE
62812026-08-24T20:22:19.512Z[ recovery-image] Aug 24 20:22:18.570 INFO O| Aug 24 20:22:18.570 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-24T20:22:19.518Z[ recovery-image] Aug 24 20:22:18.580 INFO O| Aug 24 20:22:18.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62832026-08-24T20:22:19.518Z[ recovery-image] Aug 24 20:22:18.580 INFO O| Aug 24 20:22:18.580 INFO STEP 332 (remove_files) COMPLETE
62842026-08-24T20:22:19.518Z[ recovery-image] Aug 24 20:22:18.580 INFO O| Aug 24 20:22:18.580 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-24T20:22:19.527Z[ recovery-image] Aug 24 20:22:18.589 INFO O| Aug 24 20:22:18.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62862026-08-24T20:22:19.527Z[ recovery-image] Aug 24 20:22:18.589 INFO O| Aug 24 20:22:18.589 INFO STEP 333 (remove_files) COMPLETE
62872026-08-24T20:22:19.531Z[ recovery-image] Aug 24 20:22:18.589 INFO O| Aug 24 20:22:18.589 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-24T20:22:19.536Z[ recovery-image] Aug 24 20:22:18.598 INFO O| Aug 24 20:22:18.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62892026-08-24T20:22:19.539Z[ recovery-image] Aug 24 20:22:18.598 INFO O| Aug 24 20:22:18.598 INFO STEP 334 (remove_files) COMPLETE
62902026-08-24T20:22:19.539Z[ recovery-image] Aug 24 20:22:18.598 INFO O| Aug 24 20:22:18.598 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-24T20:22:19.546Z[ recovery-image] Aug 24 20:22:18.608 INFO O| Aug 24 20:22:18.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62922026-08-24T20:22:19.546Z[ recovery-image] Aug 24 20:22:18.608 INFO O| Aug 24 20:22:18.608 INFO STEP 335 (remove_files) COMPLETE
62932026-08-24T20:22:19.546Z[ recovery-image] Aug 24 20:22:18.608 INFO O| Aug 24 20:22:18.608 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-24T20:22:19.555Z[ recovery-image] Aug 24 20:22:18.618 INFO O| Aug 24 20:22:18.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62952026-08-24T20:22:19.556Z[ recovery-image] Aug 24 20:22:18.618 INFO O| Aug 24 20:22:18.618 INFO STEP 336 (remove_files) COMPLETE
62962026-08-24T20:22:19.556Z[ recovery-image] Aug 24 20:22:18.618 INFO O| Aug 24 20:22:18.618 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-24T20:22:19.564Z[ recovery-image] Aug 24 20:22:18.627 INFO O| Aug 24 20:22:18.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62982026-08-24T20:22:19.564Z[ recovery-image] Aug 24 20:22:18.627 INFO O| Aug 24 20:22:18.627 INFO STEP 337 (remove_files) COMPLETE
62992026-08-24T20:22:19.568Z[ recovery-image] Aug 24 20:22:18.627 INFO O| Aug 24 20:22:18.627 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-24T20:22:19.574Z[ recovery-image] Aug 24 20:22:18.637 INFO O| Aug 24 20:22:18.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63012026-08-24T20:22:19.574Z[ recovery-image] Aug 24 20:22:18.637 INFO O| Aug 24 20:22:18.637 INFO STEP 338 (remove_files) COMPLETE
63022026-08-24T20:22:19.574Z[ recovery-image] Aug 24 20:22:18.637 INFO O| Aug 24 20:22:18.637 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-24T20:22:19.584Z[ recovery-image] Aug 24 20:22:18.647 INFO O| Aug 24 20:22:18.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63042026-08-24T20:22:19.584Z[ recovery-image] Aug 24 20:22:18.647 INFO O| Aug 24 20:22:18.647 INFO STEP 339 (remove_files) COMPLETE
63052026-08-24T20:22:19.588Z[ recovery-image] Aug 24 20:22:18.647 INFO O| Aug 24 20:22:18.647 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-24T20:22:19.595Z[ recovery-image] Aug 24 20:22:18.657 INFO O| Aug 24 20:22:18.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63072026-08-24T20:22:19.595Z[ recovery-image] Aug 24 20:22:18.658 INFO O| Aug 24 20:22:18.657 INFO STEP 340 (remove_files) COMPLETE
63082026-08-24T20:22:19.595Z[ recovery-image] Aug 24 20:22:18.658 INFO O| Aug 24 20:22:18.658 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-24T20:22:19.606Z[ recovery-image] Aug 24 20:22:18.668 INFO O| Aug 24 20:22:18.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63102026-08-24T20:22:19.606Z[ recovery-image] Aug 24 20:22:18.668 INFO O| Aug 24 20:22:18.668 INFO STEP 341 (remove_files) COMPLETE
63112026-08-24T20:22:19.606Z[ recovery-image] Aug 24 20:22:18.668 INFO O| Aug 24 20:22:18.668 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-24T20:22:19.617Z[ recovery-image] Aug 24 20:22:18.677 INFO O| Aug 24 20:22:18.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63132026-08-24T20:22:19.617Z[ recovery-image] Aug 24 20:22:18.677 INFO O| Aug 24 20:22:18.677 INFO STEP 342 (remove_files) COMPLETE
63142026-08-24T20:22:19.617Z[ recovery-image] Aug 24 20:22:18.677 INFO O| Aug 24 20:22:18.677 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-24T20:22:19.625Z[ recovery-image] Aug 24 20:22:18.687 INFO O| Aug 24 20:22:18.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63162026-08-24T20:22:19.625Z[ recovery-image] Aug 24 20:22:18.687 INFO O| Aug 24 20:22:18.687 INFO STEP 343 (remove_files) COMPLETE
63172026-08-24T20:22:19.625Z[ recovery-image] Aug 24 20:22:18.687 INFO O| Aug 24 20:22:18.687 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-24T20:22:19.636Z[ recovery-image] Aug 24 20:22:18.698 INFO O| Aug 24 20:22:18.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63192026-08-24T20:22:19.636Z[ recovery-image] Aug 24 20:22:18.698 INFO O| Aug 24 20:22:18.698 INFO STEP 344 (remove_files) COMPLETE
63202026-08-24T20:22:19.636Z[ recovery-image] Aug 24 20:22:18.698 INFO O| Aug 24 20:22:18.698 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-24T20:22:19.646Z[ recovery-image] Aug 24 20:22:18.709 INFO O| Aug 24 20:22:18.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63222026-08-24T20:22:19.646Z[ recovery-image] Aug 24 20:22:18.709 INFO O| Aug 24 20:22:18.709 INFO STEP 345 (remove_files) COMPLETE
63232026-08-24T20:22:19.646Z[ recovery-image] Aug 24 20:22:18.709 INFO O| Aug 24 20:22:18.709 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-24T20:22:19.657Z[ recovery-image] Aug 24 20:22:18.719 INFO O| Aug 24 20:22:18.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63252026-08-24T20:22:19.657Z[ recovery-image] Aug 24 20:22:18.719 INFO O| Aug 24 20:22:18.719 INFO STEP 346 (remove_files) COMPLETE
63262026-08-24T20:22:19.657Z[ recovery-image] Aug 24 20:22:18.719 INFO O| Aug 24 20:22:18.719 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-24T20:22:19.667Z[ recovery-image] Aug 24 20:22:18.729 INFO O| Aug 24 20:22:18.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63282026-08-24T20:22:19.667Z[ recovery-image] Aug 24 20:22:18.729 INFO O| Aug 24 20:22:18.729 INFO STEP 347 (remove_files) COMPLETE
63292026-08-24T20:22:19.667Z[ recovery-image] Aug 24 20:22:18.729 INFO O| Aug 24 20:22:18.729 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-24T20:22:19.677Z[ recovery-image] Aug 24 20:22:18.739 INFO O| Aug 24 20:22:18.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63312026-08-24T20:22:19.677Z[ recovery-image] Aug 24 20:22:18.739 INFO O| Aug 24 20:22:18.739 INFO STEP 348 (remove_files) COMPLETE
63322026-08-24T20:22:19.681Z[ recovery-image] Aug 24 20:22:18.739 INFO O| Aug 24 20:22:18.739 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-24T20:22:19.688Z[ recovery-image] Aug 24 20:22:18.750 INFO O| Aug 24 20:22:18.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63342026-08-24T20:22:19.688Z[ recovery-image] Aug 24 20:22:18.750 INFO O| Aug 24 20:22:18.750 INFO STEP 349 (remove_files) COMPLETE
63352026-08-24T20:22:19.688Z[ recovery-image] Aug 24 20:22:18.750 INFO O| Aug 24 20:22:18.750 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-24T20:22:19.699Z[ recovery-image] Aug 24 20:22:18.761 INFO O| Aug 24 20:22:18.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63372026-08-24T20:22:19.699Z[ recovery-image] Aug 24 20:22:18.761 INFO O| Aug 24 20:22:18.761 INFO STEP 350 (remove_files) COMPLETE
63382026-08-24T20:22:19.708Z[ recovery-image] Aug 24 20:22:18.761 INFO O| Aug 24 20:22:18.761 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-24T20:22:19.711Z[ recovery-image] Aug 24 20:22:18.771 INFO O| Aug 24 20:22:18.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63402026-08-24T20:22:19.711Z[ recovery-image] Aug 24 20:22:18.771 INFO O| Aug 24 20:22:18.771 INFO STEP 351 (remove_files) COMPLETE
63412026-08-24T20:22:19.712Z[ recovery-image] Aug 24 20:22:18.771 INFO O| Aug 24 20:22:18.771 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-24T20:22:19.717Z[ recovery-image] Aug 24 20:22:18.779 INFO O| Aug 24 20:22:18.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63432026-08-24T20:22:19.717Z[ recovery-image] Aug 24 20:22:18.779 INFO O| Aug 24 20:22:18.779 INFO STEP 352 (remove_files) COMPLETE
63442026-08-24T20:22:19.720Z[ recovery-image] Aug 24 20:22:18.779 INFO O| Aug 24 20:22:18.779 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-24T20:22:19.726Z[ recovery-image] Aug 24 20:22:18.787 INFO O| Aug 24 20:22:18.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63462026-08-24T20:22:19.726Z[ recovery-image] Aug 24 20:22:18.788 INFO O| Aug 24 20:22:18.787 INFO STEP 353 (remove_files) COMPLETE
63472026-08-24T20:22:19.726Z[ recovery-image] Aug 24 20:22:18.788 INFO O| Aug 24 20:22:18.787 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-24T20:22:19.733Z[ recovery-image] Aug 24 20:22:18.796 INFO O| Aug 24 20:22:18.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63492026-08-24T20:22:19.733Z[ recovery-image] Aug 24 20:22:18.796 INFO O| Aug 24 20:22:18.796 INFO STEP 354 (remove_files) COMPLETE
63502026-08-24T20:22:19.733Z[ recovery-image] Aug 24 20:22:18.796 INFO O| Aug 24 20:22:18.796 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-24T20:22:19.743Z[ recovery-image] Aug 24 20:22:18.805 INFO O| Aug 24 20:22:18.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63522026-08-24T20:22:19.743Z[ recovery-image] Aug 24 20:22:18.805 INFO O| Aug 24 20:22:18.805 INFO STEP 355 (remove_files) COMPLETE
63532026-08-24T20:22:19.743Z[ recovery-image] Aug 24 20:22:18.805 INFO O| Aug 24 20:22:18.805 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-24T20:22:19.753Z[ recovery-image] Aug 24 20:22:18.815 INFO O| Aug 24 20:22:18.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63552026-08-24T20:22:19.754Z[ recovery-image] Aug 24 20:22:18.816 INFO O| Aug 24 20:22:18.816 INFO STEP 356 (remove_files) COMPLETE
63562026-08-24T20:22:19.754Z[ recovery-image] Aug 24 20:22:18.816 INFO O| Aug 24 20:22:18.816 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-24T20:22:19.763Z[ recovery-image] Aug 24 20:22:18.826 INFO O| Aug 24 20:22:18.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63582026-08-24T20:22:19.764Z[ recovery-image] Aug 24 20:22:18.826 INFO O| Aug 24 20:22:18.826 INFO STEP 357 (remove_files) COMPLETE
63592026-08-24T20:22:19.764Z[ recovery-image] Aug 24 20:22:18.826 INFO O| Aug 24 20:22:18.826 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-24T20:22:19.775Z[ recovery-image] Aug 24 20:22:18.837 INFO O| Aug 24 20:22:18.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63612026-08-24T20:22:19.775Z[ recovery-image] Aug 24 20:22:18.837 INFO O| Aug 24 20:22:18.837 INFO STEP 358 (remove_files) COMPLETE
63622026-08-24T20:22:19.775Z[ recovery-image] Aug 24 20:22:18.837 INFO O| Aug 24 20:22:18.837 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-24T20:22:19.785Z[ recovery-image] Aug 24 20:22:18.847 INFO O| Aug 24 20:22:18.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63642026-08-24T20:22:19.785Z[ recovery-image] Aug 24 20:22:18.847 INFO O| Aug 24 20:22:18.847 INFO STEP 359 (remove_files) COMPLETE
63652026-08-24T20:22:19.788Z[ recovery-image] Aug 24 20:22:18.847 INFO O| Aug 24 20:22:18.847 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-24T20:22:19.795Z[ recovery-image] Aug 24 20:22:18.857 INFO O| Aug 24 20:22:18.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63672026-08-24T20:22:19.795Z[ recovery-image] Aug 24 20:22:18.857 INFO O| Aug 24 20:22:18.857 INFO STEP 360 (remove_files) COMPLETE
63682026-08-24T20:22:19.795Z[ recovery-image] Aug 24 20:22:18.857 INFO O| Aug 24 20:22:18.857 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-24T20:22:19.805Z[ recovery-image] Aug 24 20:22:18.867 INFO O| Aug 24 20:22:18.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63702026-08-24T20:22:19.805Z[ recovery-image] Aug 24 20:22:18.867 INFO O| Aug 24 20:22:18.867 INFO STEP 361 (remove_files) COMPLETE
63712026-08-24T20:22:19.805Z[ recovery-image] Aug 24 20:22:18.867 INFO O| Aug 24 20:22:18.867 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-24T20:22:19.815Z[ recovery-image] Aug 24 20:22:18.877 INFO O| Aug 24 20:22:18.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63732026-08-24T20:22:19.815Z[ recovery-image] Aug 24 20:22:18.877 INFO O| Aug 24 20:22:18.877 INFO STEP 362 (remove_files) COMPLETE
63742026-08-24T20:22:19.815Z[ recovery-image] Aug 24 20:22:18.877 INFO O| Aug 24 20:22:18.877 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-24T20:22:19.824Z[ recovery-image] Aug 24 20:22:18.886 INFO O| Aug 24 20:22:18.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63762026-08-24T20:22:19.824Z[ recovery-image] Aug 24 20:22:18.886 INFO O| Aug 24 20:22:18.886 INFO STEP 363 (remove_files) COMPLETE
63772026-08-24T20:22:19.824Z[ recovery-image] Aug 24 20:22:18.886 INFO O| Aug 24 20:22:18.886 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-24T20:22:19.832Z[ recovery-image] Aug 24 20:22:18.894 INFO O| Aug 24 20:22:18.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63792026-08-24T20:22:19.833Z[ recovery-image] Aug 24 20:22:18.894 INFO O| Aug 24 20:22:18.894 INFO STEP 364 (remove_files) COMPLETE
63802026-08-24T20:22:19.833Z[ recovery-image] Aug 24 20:22:18.894 INFO O| Aug 24 20:22:18.894 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-24T20:22:19.843Z[ recovery-image] Aug 24 20:22:18.905 INFO O| Aug 24 20:22:18.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63822026-08-24T20:22:19.843Z[ recovery-image] Aug 24 20:22:18.905 INFO O| Aug 24 20:22:18.905 INFO STEP 365 (remove_files) COMPLETE
63832026-08-24T20:22:19.848Z[ recovery-image] Aug 24 20:22:18.905 INFO O| Aug 24 20:22:18.905 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-24T20:22:19.854Z[ recovery-image] Aug 24 20:22:18.916 INFO O| Aug 24 20:22:18.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63852026-08-24T20:22:19.858Z[ recovery-image] Aug 24 20:22:18.916 INFO O| Aug 24 20:22:18.916 INFO STEP 366 (remove_files) COMPLETE
63862026-08-24T20:22:19.859Z[ recovery-image] Aug 24 20:22:18.916 INFO O| Aug 24 20:22:18.916 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-24T20:22:19.863Z[ recovery-image] Aug 24 20:22:18.925 INFO O| Aug 24 20:22:18.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63882026-08-24T20:22:19.863Z[ recovery-image] Aug 24 20:22:18.925 INFO O| Aug 24 20:22:18.925 INFO STEP 367 (remove_files) COMPLETE
63892026-08-24T20:22:19.867Z[ recovery-image] Aug 24 20:22:18.925 INFO O| Aug 24 20:22:18.925 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-24T20:22:19.874Z[ recovery-image] Aug 24 20:22:18.936 INFO O| Aug 24 20:22:18.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63912026-08-24T20:22:19.874Z[ recovery-image] Aug 24 20:22:18.936 INFO O| Aug 24 20:22:18.936 INFO STEP 368 (remove_files) COMPLETE
63922026-08-24T20:22:19.878Z[ recovery-image] Aug 24 20:22:18.936 INFO O| Aug 24 20:22:18.936 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-24T20:22:19.884Z[ recovery-image] Aug 24 20:22:18.947 INFO O| Aug 24 20:22:18.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63942026-08-24T20:22:19.885Z[ recovery-image] Aug 24 20:22:18.947 INFO O| Aug 24 20:22:18.947 INFO STEP 369 (remove_files) COMPLETE
63952026-08-24T20:22:19.888Z[ recovery-image] Aug 24 20:22:18.947 INFO O| Aug 24 20:22:18.947 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-24T20:22:19.896Z[ recovery-image] Aug 24 20:22:18.956 INFO O| Aug 24 20:22:18.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63972026-08-24T20:22:19.896Z[ recovery-image] Aug 24 20:22:18.956 INFO O| Aug 24 20:22:18.956 INFO STEP 370 (remove_files) COMPLETE
63982026-08-24T20:22:19.896Z[ recovery-image] Aug 24 20:22:18.956 INFO O| Aug 24 20:22:18.956 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-24T20:22:19.905Z[ recovery-image] Aug 24 20:22:18.967 INFO O| Aug 24 20:22:18.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64002026-08-24T20:22:19.905Z[ recovery-image] Aug 24 20:22:18.967 INFO O| Aug 24 20:22:18.967 INFO STEP 371 (remove_files) COMPLETE
64012026-08-24T20:22:19.905Z[ recovery-image] Aug 24 20:22:18.967 INFO O| Aug 24 20:22:18.967 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-24T20:22:19.916Z[ recovery-image] Aug 24 20:22:18.978 INFO O| Aug 24 20:22:18.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64032026-08-24T20:22:19.916Z[ recovery-image] Aug 24 20:22:18.978 INFO O| Aug 24 20:22:18.978 INFO STEP 372 (remove_files) COMPLETE
64042026-08-24T20:22:19.916Z[ recovery-image] Aug 24 20:22:18.978 INFO O| Aug 24 20:22:18.978 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-24T20:22:19.927Z[ recovery-image] Aug 24 20:22:18.989 INFO O| Aug 24 20:22:18.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64062026-08-24T20:22:19.927Z[ recovery-image] Aug 24 20:22:18.989 INFO O| Aug 24 20:22:18.989 INFO STEP 373 (remove_files) COMPLETE
64072026-08-24T20:22:19.927Z[ recovery-image] Aug 24 20:22:18.989 INFO O| Aug 24 20:22:18.989 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-24T20:22:19.938Z[ recovery-image] Aug 24 20:22:19.000 INFO O| Aug 24 20:22:19.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64092026-08-24T20:22:19.938Z[ recovery-image] Aug 24 20:22:19.000 INFO O| Aug 24 20:22:19.000 INFO STEP 374 (remove_files) COMPLETE
64102026-08-24T20:22:19.939Z[ recovery-image] Aug 24 20:22:19.000 INFO O| Aug 24 20:22:19.000 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-24T20:22:19.950Z[ recovery-image] Aug 24 20:22:19.012 INFO O| Aug 24 20:22:19.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64122026-08-24T20:22:19.950Z[ recovery-image] Aug 24 20:22:19.012 INFO O| Aug 24 20:22:19.012 INFO STEP 375 (remove_files) COMPLETE
64132026-08-24T20:22:19.950Z[ recovery-image] Aug 24 20:22:19.012 INFO O| Aug 24 20:22:19.012 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-24T20:22:19.959Z[ recovery-image] Aug 24 20:22:19.021 INFO O| Aug 24 20:22:19.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64152026-08-24T20:22:19.959Z[ recovery-image] Aug 24 20:22:19.021 INFO O| Aug 24 20:22:19.021 INFO STEP 376 (remove_files) COMPLETE
64162026-08-24T20:22:19.959Z[ recovery-image] Aug 24 20:22:19.021 INFO O| Aug 24 20:22:19.021 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-24T20:22:19.968Z[ recovery-image] Aug 24 20:22:19.030 INFO O| Aug 24 20:22:19.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64182026-08-24T20:22:19.968Z[ recovery-image] Aug 24 20:22:19.030 INFO O| Aug 24 20:22:19.030 INFO STEP 377 (remove_files) COMPLETE
64192026-08-24T20:22:19.968Z[ recovery-image] Aug 24 20:22:19.030 INFO O| Aug 24 20:22:19.030 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-24T20:22:19.977Z[ recovery-image] Aug 24 20:22:19.039 INFO O| Aug 24 20:22:19.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64212026-08-24T20:22:19.977Z[ recovery-image] Aug 24 20:22:19.039 INFO O| Aug 24 20:22:19.039 INFO STEP 378 (remove_files) COMPLETE
64222026-08-24T20:22:19.981Z[ recovery-image] Aug 24 20:22:19.039 INFO O| Aug 24 20:22:19.039 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-24T20:22:19.989Z[ recovery-image] Aug 24 20:22:19.051 INFO O| Aug 24 20:22:19.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64242026-08-24T20:22:19.989Z[ recovery-image] Aug 24 20:22:19.051 INFO O| Aug 24 20:22:19.051 INFO STEP 379 (remove_files) COMPLETE
64252026-08-24T20:22:19.989Z[ recovery-image] Aug 24 20:22:19.051 INFO O| Aug 24 20:22:19.051 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-24T20:22:20.000Z[ recovery-image] Aug 24 20:22:19.061 INFO O| Aug 24 20:22:19.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64272026-08-24T20:22:20.000Z[ recovery-image] Aug 24 20:22:19.061 INFO O| Aug 24 20:22:19.061 INFO STEP 380 (remove_files) COMPLETE
64282026-08-24T20:22:20.000Z[ recovery-image] Aug 24 20:22:19.061 INFO O| Aug 24 20:22:19.061 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-24T20:22:20.009Z[ recovery-image] Aug 24 20:22:19.071 INFO O| Aug 24 20:22:19.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64302026-08-24T20:22:20.009Z[ recovery-image] Aug 24 20:22:19.071 INFO O| Aug 24 20:22:19.071 INFO STEP 381 (remove_files) COMPLETE
64312026-08-24T20:22:20.022Z[ recovery-image] Aug 24 20:22:19.071 INFO O| Aug 24 20:22:19.071 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-24T20:22:20.026Z[ recovery-image] Aug 24 20:22:19.082 INFO O| Aug 24 20:22:19.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64332026-08-24T20:22:20.026Z[ recovery-image] Aug 24 20:22:19.082 INFO O| Aug 24 20:22:19.082 INFO STEP 382 (remove_files) COMPLETE
64342026-08-24T20:22:20.026Z[ recovery-image] Aug 24 20:22:19.082 INFO O| Aug 24 20:22:19.082 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-24T20:22:20.031Z[ recovery-image] Aug 24 20:22:19.093 INFO O| Aug 24 20:22:19.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64362026-08-24T20:22:20.031Z[ recovery-image] Aug 24 20:22:19.093 INFO O| Aug 24 20:22:19.093 INFO STEP 383 (remove_files) COMPLETE
64372026-08-24T20:22:20.031Z[ recovery-image] Aug 24 20:22:19.093 INFO O| Aug 24 20:22:19.093 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-24T20:22:20.039Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
64392026-08-24T20:22:20.043Z[ recovery-image] Aug 24 20:22:19.105 INFO O| Aug 24 20:22:19.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64402026-08-24T20:22:20.043Z[ recovery-image] Aug 24 20:22:19.105 INFO O| Aug 24 20:22:19.105 INFO STEP 384 (remove_files) COMPLETE
64412026-08-24T20:22:20.043Z[ recovery-image] Aug 24 20:22:19.105 INFO O| Aug 24 20:22:19.105 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-24T20:22:20.056Z[ recovery-image] Aug 24 20:22:19.118 INFO O| Aug 24 20:22:19.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64432026-08-24T20:22:20.056Z[ recovery-image] Aug 24 20:22:19.118 INFO O| Aug 24 20:22:19.116 INFO STEP 385 (remove_files) COMPLETE
64442026-08-24T20:22:20.056Z[ recovery-image] Aug 24 20:22:19.118 INFO O| Aug 24 20:22:19.116 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-24T20:22:20.068Z[ recovery-image] Aug 24 20:22:19.130 INFO O| Aug 24 20:22:19.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64462026-08-24T20:22:20.068Z[ recovery-image] Aug 24 20:22:19.130 INFO O| Aug 24 20:22:19.130 INFO STEP 386 (remove_files) COMPLETE
64472026-08-24T20:22:20.068Z[ recovery-image] Aug 24 20:22:19.130 INFO O| Aug 24 20:22:19.130 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-24T20:22:20.078Z[ recovery-image] Aug 24 20:22:19.140 INFO O| Aug 24 20:22:19.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64492026-08-24T20:22:20.078Z[ recovery-image] Aug 24 20:22:19.140 INFO O| Aug 24 20:22:19.140 INFO STEP 387 (remove_files) COMPLETE
64502026-08-24T20:22:20.078Z[ recovery-image] Aug 24 20:22:19.140 INFO O| Aug 24 20:22:19.140 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-24T20:22:20.087Z[ recovery-image] Aug 24 20:22:19.149 INFO O| Aug 24 20:22:19.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64522026-08-24T20:22:20.087Z[ recovery-image] Aug 24 20:22:19.149 INFO O| Aug 24 20:22:19.149 INFO STEP 388 (remove_files) COMPLETE
64532026-08-24T20:22:20.087Z[ recovery-image] Aug 24 20:22:19.149 INFO O| Aug 24 20:22:19.149 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-24T20:22:20.098Z[ recovery-image] Aug 24 20:22:19.160 INFO O| Aug 24 20:22:19.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64552026-08-24T20:22:20.098Z[ recovery-image] Aug 24 20:22:19.160 INFO O| Aug 24 20:22:19.160 INFO STEP 389 (remove_files) COMPLETE
64562026-08-24T20:22:20.102Z[ recovery-image] Aug 24 20:22:19.160 INFO O| Aug 24 20:22:19.160 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-24T20:22:20.109Z[ recovery-image] Aug 24 20:22:19.171 INFO O| Aug 24 20:22:19.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64582026-08-24T20:22:20.109Z[ recovery-image] Aug 24 20:22:19.171 INFO O| Aug 24 20:22:19.171 INFO STEP 390 (remove_files) COMPLETE
64592026-08-24T20:22:20.113Z[ recovery-image] Aug 24 20:22:19.171 INFO O| Aug 24 20:22:19.171 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-24T20:22:20.119Z[ recovery-image] Aug 24 20:22:19.181 INFO O| Aug 24 20:22:19.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64612026-08-24T20:22:20.119Z[ recovery-image] Aug 24 20:22:19.181 INFO O| Aug 24 20:22:19.181 INFO STEP 391 (remove_files) COMPLETE
64622026-08-24T20:22:20.119Z[ recovery-image] Aug 24 20:22:19.181 INFO O| Aug 24 20:22:19.181 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-24T20:22:20.129Z[ recovery-image] Aug 24 20:22:19.191 INFO O| Aug 24 20:22:19.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64642026-08-24T20:22:20.129Z[ recovery-image] Aug 24 20:22:19.191 INFO O| Aug 24 20:22:19.191 INFO STEP 392 (remove_files) COMPLETE
64652026-08-24T20:22:20.129Z[ recovery-image] Aug 24 20:22:19.191 INFO O| Aug 24 20:22:19.191 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-24T20:22:20.138Z[ recovery-image] Aug 24 20:22:19.200 INFO O| Aug 24 20:22:19.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64672026-08-24T20:22:20.138Z[ recovery-image] Aug 24 20:22:19.200 INFO O| Aug 24 20:22:19.200 INFO STEP 393 (remove_files) COMPLETE
64682026-08-24T20:22:20.138Z[ recovery-image] Aug 24 20:22:19.200 INFO O| Aug 24 20:22:19.200 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-24T20:22:20.148Z[ recovery-image] Aug 24 20:22:19.210 INFO O| Aug 24 20:22:19.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64702026-08-24T20:22:20.151Z[ recovery-image] Aug 24 20:22:19.211 INFO O| Aug 24 20:22:19.211 INFO STEP 394 (remove_files) COMPLETE
64712026-08-24T20:22:20.151Z[ recovery-image] Aug 24 20:22:19.211 INFO O| Aug 24 20:22:19.211 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-24T20:22:20.160Z[ recovery-image] Aug 24 20:22:19.222 INFO O| Aug 24 20:22:19.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64732026-08-24T20:22:20.160Z[ recovery-image] Aug 24 20:22:19.222 INFO O| Aug 24 20:22:19.222 INFO STEP 395 (remove_files) COMPLETE
64742026-08-24T20:22:20.160Z[ recovery-image] Aug 24 20:22:19.222 INFO O| Aug 24 20:22:19.222 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-24T20:22:20.170Z[ recovery-image] Aug 24 20:22:19.232 INFO O| Aug 24 20:22:19.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64762026-08-24T20:22:20.170Z[ recovery-image] Aug 24 20:22:19.232 INFO O| Aug 24 20:22:19.232 INFO STEP 396 (remove_files) COMPLETE
64772026-08-24T20:22:20.170Z[ recovery-image] Aug 24 20:22:19.232 INFO O| Aug 24 20:22:19.232 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-24T20:22:20.180Z[ recovery-image] Aug 24 20:22:19.242 INFO O| Aug 24 20:22:19.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64792026-08-24T20:22:20.180Z[ recovery-image] Aug 24 20:22:19.242 INFO O| Aug 24 20:22:19.242 INFO STEP 397 (remove_files) COMPLETE
64802026-08-24T20:22:20.183Z[ recovery-image] Aug 24 20:22:19.242 INFO O| Aug 24 20:22:19.242 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-24T20:22:20.190Z[ recovery-image] Aug 24 20:22:19.252 INFO O| Aug 24 20:22:19.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64822026-08-24T20:22:20.190Z[ recovery-image] Aug 24 20:22:19.252 INFO O| Aug 24 20:22:19.252 INFO STEP 398 (remove_files) COMPLETE
64832026-08-24T20:22:20.193Z[ recovery-image] Aug 24 20:22:19.252 INFO O| Aug 24 20:22:19.252 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-24T20:22:20.255Z[ recovery-image] Aug 24 20:22:19.262 INFO O| Aug 24 20:22:19.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64852026-08-24T20:22:20.255Z[ recovery-image] Aug 24 20:22:19.262 INFO O| Aug 24 20:22:19.262 INFO STEP 399 (remove_files) COMPLETE
64862026-08-24T20:22:20.255Z[ recovery-image] Aug 24 20:22:19.262 INFO O| Aug 24 20:22:19.262 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-24T20:22:20.255Z[ recovery-image] Aug 24 20:22:19.307 INFO O| Aug 24 20:22:19.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64882026-08-24T20:22:20.255Z[ recovery-image] Aug 24 20:22:19.307 INFO O| Aug 24 20:22:19.306 INFO STEP 400 (remove_files) COMPLETE
64892026-08-24T20:22:20.255Z[ recovery-image] Aug 24 20:22:19.307 INFO O| Aug 24 20:22:19.306 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-24T20:22:20.260Z[ recovery-image] Aug 24 20:22:19.319 INFO O| Aug 24 20:22:19.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64912026-08-24T20:22:20.260Z[ recovery-image] Aug 24 20:22:19.319 INFO O| Aug 24 20:22:19.318 INFO STEP 401 (remove_files) COMPLETE
64922026-08-24T20:22:20.260Z[ recovery-image] Aug 24 20:22:19.319 INFO O| Aug 24 20:22:19.318 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-24T20:22:20.268Z[ recovery-image] Aug 24 20:22:19.331 INFO O| Aug 24 20:22:19.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64942026-08-24T20:22:20.268Z[ recovery-image] Aug 24 20:22:19.331 INFO O| Aug 24 20:22:19.331 INFO STEP 402 (remove_files) COMPLETE
64952026-08-24T20:22:20.272Z[ recovery-image] Aug 24 20:22:19.331 INFO O| Aug 24 20:22:19.331 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-24T20:22:20.279Z[ recovery-image] Aug 24 20:22:19.341 INFO O| Aug 24 20:22:19.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64972026-08-24T20:22:20.279Z[ recovery-image] Aug 24 20:22:19.341 INFO O| Aug 24 20:22:19.341 INFO STEP 403 (remove_files) COMPLETE
64982026-08-24T20:22:20.279Z[ recovery-image] Aug 24 20:22:19.341 INFO O| Aug 24 20:22:19.341 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-24T20:22:20.291Z[ recovery-image] Aug 24 20:22:19.354 INFO O| Aug 24 20:22:19.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65002026-08-24T20:22:20.291Z[ recovery-image] Aug 24 20:22:19.354 INFO O| Aug 24 20:22:19.354 INFO STEP 404 (remove_files) COMPLETE
65012026-08-24T20:22:20.292Z[ recovery-image] Aug 24 20:22:19.354 INFO O| Aug 24 20:22:19.354 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-24T20:22:20.303Z[ recovery-image] Aug 24 20:22:19.365 INFO O| Aug 24 20:22:19.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65032026-08-24T20:22:20.303Z[ recovery-image] Aug 24 20:22:19.365 INFO O| Aug 24 20:22:19.365 INFO STEP 405 (remove_files) COMPLETE
65042026-08-24T20:22:20.303Z[ recovery-image] Aug 24 20:22:19.365 INFO O| Aug 24 20:22:19.365 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-24T20:22:20.313Z[ recovery-image] Aug 24 20:22:19.375 INFO O| Aug 24 20:22:19.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65062026-08-24T20:22:20.313Z[ recovery-image] Aug 24 20:22:19.375 INFO O| Aug 24 20:22:19.375 INFO STEP 406 (remove_files) COMPLETE
65072026-08-24T20:22:20.317Z[ recovery-image] Aug 24 20:22:19.375 INFO O| Aug 24 20:22:19.375 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-24T20:22:20.327Z[ recovery-image] Aug 24 20:22:19.386 INFO O| Aug 24 20:22:19.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65092026-08-24T20:22:20.328Z[ recovery-image] Aug 24 20:22:19.386 INFO O| Aug 24 20:22:19.386 INFO STEP 407 (remove_files) COMPLETE
65102026-08-24T20:22:20.328Z[ recovery-image] Aug 24 20:22:19.386 INFO O| Aug 24 20:22:19.386 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-24T20:22:20.334Z[ recovery-image] Aug 24 20:22:19.396 INFO O| Aug 24 20:22:19.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65122026-08-24T20:22:20.334Z[ recovery-image] Aug 24 20:22:19.396 INFO O| Aug 24 20:22:19.396 INFO STEP 408 (remove_files) COMPLETE
65132026-08-24T20:22:20.334Z[ recovery-image] Aug 24 20:22:19.396 INFO O| Aug 24 20:22:19.396 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-24T20:22:20.345Z[ recovery-image] Aug 24 20:22:19.407 INFO O| Aug 24 20:22:19.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65152026-08-24T20:22:20.345Z[ recovery-image] Aug 24 20:22:19.407 INFO O| Aug 24 20:22:19.407 INFO STEP 409 (remove_files) COMPLETE
65162026-08-24T20:22:20.345Z[ recovery-image] Aug 24 20:22:19.407 INFO O| Aug 24 20:22:19.407 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-24T20:22:20.356Z[ recovery-image] Aug 24 20:22:19.418 INFO O| Aug 24 20:22:19.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65182026-08-24T20:22:20.356Z[ recovery-image] Aug 24 20:22:19.418 INFO O| Aug 24 20:22:19.418 INFO STEP 410 (remove_files) COMPLETE
65192026-08-24T20:22:20.356Z[ recovery-image] Aug 24 20:22:19.418 INFO O| Aug 24 20:22:19.418 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-24T20:22:20.366Z[ recovery-image] Aug 24 20:22:19.428 INFO O| Aug 24 20:22:19.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65212026-08-24T20:22:20.366Z[ recovery-image] Aug 24 20:22:19.428 INFO O| Aug 24 20:22:19.428 INFO STEP 411 (remove_files) COMPLETE
65222026-08-24T20:22:20.366Z[ recovery-image] Aug 24 20:22:19.428 INFO O| Aug 24 20:22:19.428 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-24T20:22:20.375Z[ recovery-image] Aug 24 20:22:19.438 INFO O| Aug 24 20:22:19.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65242026-08-24T20:22:20.376Z[ recovery-image] Aug 24 20:22:19.438 INFO O| Aug 24 20:22:19.438 INFO STEP 412 (remove_files) COMPLETE
65252026-08-24T20:22:20.376Z[ recovery-image] Aug 24 20:22:19.438 INFO O| Aug 24 20:22:19.438 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-24T20:22:20.389Z[ recovery-image] Aug 24 20:22:19.451 INFO O| Aug 24 20:22:19.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65272026-08-24T20:22:20.389Z[ recovery-image] Aug 24 20:22:19.451 INFO O| Aug 24 20:22:19.451 INFO STEP 413 (remove_files) COMPLETE
65282026-08-24T20:22:20.389Z[ recovery-image] Aug 24 20:22:19.451 INFO O| Aug 24 20:22:19.451 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-24T20:22:20.399Z[ recovery-image] Aug 24 20:22:19.461 INFO O| Aug 24 20:22:19.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65302026-08-24T20:22:20.399Z[ recovery-image] Aug 24 20:22:19.461 INFO O| Aug 24 20:22:19.461 INFO STEP 414 (remove_files) COMPLETE
65312026-08-24T20:22:20.399Z[ recovery-image] Aug 24 20:22:19.461 INFO O| Aug 24 20:22:19.461 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-24T20:22:20.409Z[ recovery-image] Aug 24 20:22:19.471 INFO O| Aug 24 20:22:19.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65332026-08-24T20:22:20.409Z[ recovery-image] Aug 24 20:22:19.471 INFO O| Aug 24 20:22:19.471 INFO STEP 415 (remove_files) COMPLETE
65342026-08-24T20:22:20.409Z[ recovery-image] Aug 24 20:22:19.471 INFO O| Aug 24 20:22:19.471 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-24T20:22:20.418Z[ recovery-image] Aug 24 20:22:19.480 INFO O| Aug 24 20:22:19.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65362026-08-24T20:22:20.418Z[ recovery-image] Aug 24 20:22:19.480 INFO O| Aug 24 20:22:19.480 INFO STEP 416 (remove_files) COMPLETE
65372026-08-24T20:22:20.418Z[ recovery-image] Aug 24 20:22:19.480 INFO O| Aug 24 20:22:19.480 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-24T20:22:20.428Z[ recovery-image] Aug 24 20:22:19.491 INFO O| Aug 24 20:22:19.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65392026-08-24T20:22:20.428Z[ recovery-image] Aug 24 20:22:19.491 INFO O| Aug 24 20:22:19.491 INFO STEP 417 (remove_files) COMPLETE
65402026-08-24T20:22:20.428Z[ recovery-image] Aug 24 20:22:19.491 INFO O| Aug 24 20:22:19.491 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-24T20:22:20.440Z[ recovery-image] Aug 24 20:22:19.502 INFO O| Aug 24 20:22:19.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65422026-08-24T20:22:20.440Z[ recovery-image] Aug 24 20:22:19.502 INFO O| Aug 24 20:22:19.502 INFO STEP 418 (remove_files) COMPLETE
65432026-08-24T20:22:20.440Z[ recovery-image] Aug 24 20:22:19.502 INFO O| Aug 24 20:22:19.502 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-24T20:22:20.451Z[ recovery-image] Aug 24 20:22:19.513 INFO O| Aug 24 20:22:19.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65452026-08-24T20:22:20.451Z[ recovery-image] Aug 24 20:22:19.513 INFO O| Aug 24 20:22:19.513 INFO STEP 419 (remove_files) COMPLETE
65462026-08-24T20:22:20.451Z[ recovery-image] Aug 24 20:22:19.513 INFO O| Aug 24 20:22:19.513 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-24T20:22:20.462Z[ recovery-image] Aug 24 20:22:19.524 INFO O| Aug 24 20:22:19.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65482026-08-24T20:22:20.462Z[ recovery-image] Aug 24 20:22:19.524 INFO O| Aug 24 20:22:19.524 INFO STEP 420 (remove_files) COMPLETE
65492026-08-24T20:22:20.462Z[ recovery-image] Aug 24 20:22:19.524 INFO O| Aug 24 20:22:19.524 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-24T20:22:20.473Z[ recovery-image] Aug 24 20:22:19.535 INFO O| Aug 24 20:22:19.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65512026-08-24T20:22:20.473Z[ recovery-image] Aug 24 20:22:19.535 INFO O| Aug 24 20:22:19.535 INFO STEP 421 (remove_files) COMPLETE
65522026-08-24T20:22:20.473Z[ recovery-image] Aug 24 20:22:19.535 INFO O| Aug 24 20:22:19.535 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-24T20:22:20.485Z[ recovery-image] Aug 24 20:22:19.547 INFO O| Aug 24 20:22:19.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65542026-08-24T20:22:20.485Z[ recovery-image] Aug 24 20:22:19.547 INFO O| Aug 24 20:22:19.547 INFO STEP 422 (remove_files) COMPLETE
65552026-08-24T20:22:20.488Z[ recovery-image] Aug 24 20:22:19.547 INFO O| Aug 24 20:22:19.547 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-24T20:22:20.496Z[ recovery-image] Aug 24 20:22:19.559 INFO O| Aug 24 20:22:19.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65572026-08-24T20:22:20.497Z[ recovery-image] Aug 24 20:22:19.559 INFO O| Aug 24 20:22:19.559 INFO STEP 423 (remove_files) COMPLETE
65582026-08-24T20:22:20.501Z[ recovery-image] Aug 24 20:22:19.559 INFO O| Aug 24 20:22:19.559 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-24T20:22:20.509Z[ recovery-image] Aug 24 20:22:19.571 INFO O| Aug 24 20:22:19.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65602026-08-24T20:22:20.509Z[ recovery-image] Aug 24 20:22:19.571 INFO O| Aug 24 20:22:19.571 INFO STEP 424 (remove_files) COMPLETE
65612026-08-24T20:22:20.509Z[ recovery-image] Aug 24 20:22:19.571 INFO O| Aug 24 20:22:19.571 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-24T20:22:20.520Z[ recovery-image] Aug 24 20:22:19.582 INFO O| Aug 24 20:22:19.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65632026-08-24T20:22:20.520Z[ recovery-image] Aug 24 20:22:19.582 INFO O| Aug 24 20:22:19.582 INFO STEP 425 (remove_files) COMPLETE
65642026-08-24T20:22:20.520Z[ recovery-image] Aug 24 20:22:19.582 INFO O| Aug 24 20:22:19.582 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-24T20:22:20.530Z[ recovery-image] Aug 24 20:22:19.593 INFO O| Aug 24 20:22:19.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65662026-08-24T20:22:20.531Z[ recovery-image] Aug 24 20:22:19.593 INFO O| Aug 24 20:22:19.593 INFO STEP 426 (remove_files) COMPLETE
65672026-08-24T20:22:20.531Z[ recovery-image] Aug 24 20:22:19.593 INFO O| Aug 24 20:22:19.593 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-24T20:22:20.541Z[ recovery-image] Aug 24 20:22:19.603 INFO O| Aug 24 20:22:19.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65692026-08-24T20:22:20.544Z[ recovery-image] Aug 24 20:22:19.603 INFO O| Aug 24 20:22:19.603 INFO STEP 427 (remove_files) COMPLETE
65702026-08-24T20:22:20.544Z[ recovery-image] Aug 24 20:22:19.603 INFO O| Aug 24 20:22:19.603 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-24T20:22:20.553Z[ recovery-image] Aug 24 20:22:19.615 INFO O| Aug 24 20:22:19.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65722026-08-24T20:22:20.553Z[ recovery-image] Aug 24 20:22:19.615 INFO O| Aug 24 20:22:19.615 INFO STEP 428 (remove_files) COMPLETE
65732026-08-24T20:22:20.553Z[ recovery-image] Aug 24 20:22:19.615 INFO O| Aug 24 20:22:19.615 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-24T20:22:20.565Z[ recovery-image] Aug 24 20:22:19.627 INFO O| Aug 24 20:22:19.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65752026-08-24T20:22:20.565Z[ recovery-image] Aug 24 20:22:19.627 INFO O| Aug 24 20:22:19.627 INFO STEP 429 (remove_files) COMPLETE
65762026-08-24T20:22:20.565Z[ recovery-image] Aug 24 20:22:19.627 INFO O| Aug 24 20:22:19.627 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-24T20:22:20.577Z[ recovery-image] Aug 24 20:22:19.639 INFO O| Aug 24 20:22:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65782026-08-24T20:22:20.577Z[ recovery-image] Aug 24 20:22:19.640 INFO O| Aug 24 20:22:19.640 INFO STEP 430 (remove_files) COMPLETE
65792026-08-24T20:22:20.577Z[ recovery-image] Aug 24 20:22:19.640 INFO O| Aug 24 20:22:19.640 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-24T20:22:20.589Z[ recovery-image] Aug 24 20:22:19.651 INFO O| Aug 24 20:22:19.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65812026-08-24T20:22:20.589Z[ recovery-image] Aug 24 20:22:19.652 INFO O| Aug 24 20:22:19.651 INFO STEP 431 (remove_files) COMPLETE
65822026-08-24T20:22:20.589Z[ recovery-image] Aug 24 20:22:19.652 INFO O| Aug 24 20:22:19.651 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-24T20:22:20.602Z[ recovery-image] Aug 24 20:22:19.664 INFO O| Aug 24 20:22:19.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65842026-08-24T20:22:20.602Z[ recovery-image] Aug 24 20:22:19.664 INFO O| Aug 24 20:22:19.664 INFO STEP 432 (remove_files) COMPLETE
65852026-08-24T20:22:20.602Z[ recovery-image] Aug 24 20:22:19.664 INFO O| Aug 24 20:22:19.664 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-24T20:22:20.614Z[ recovery-image] Aug 24 20:22:19.675 INFO O| Aug 24 20:22:19.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65872026-08-24T20:22:20.618Z[ recovery-image] Aug 24 20:22:19.676 INFO O| Aug 24 20:22:19.676 INFO STEP 433 (remove_files) COMPLETE
65882026-08-24T20:22:20.618Z[ recovery-image] Aug 24 20:22:19.676 INFO O| Aug 24 20:22:19.676 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-24T20:22:20.625Z[ recovery-image] Aug 24 20:22:19.687 INFO O| Aug 24 20:22:19.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65902026-08-24T20:22:20.625Z[ recovery-image] Aug 24 20:22:19.688 INFO O| Aug 24 20:22:19.687 INFO STEP 434 (remove_files) COMPLETE
65912026-08-24T20:22:20.625Z[ recovery-image] Aug 24 20:22:19.688 INFO O| Aug 24 20:22:19.687 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-24T20:22:20.636Z[ recovery-image] Aug 24 20:22:19.698 INFO O| Aug 24 20:22:19.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65932026-08-24T20:22:20.640Z[ recovery-image] Aug 24 20:22:19.699 INFO O| Aug 24 20:22:19.699 INFO STEP 435 (remove_files) COMPLETE
65942026-08-24T20:22:20.640Z[ recovery-image] Aug 24 20:22:19.699 INFO O| Aug 24 20:22:19.699 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-24T20:22:20.640Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
65962026-08-24T20:22:20.646Z[ recovery-image] Aug 24 20:22:19.708 INFO O| Aug 24 20:22:19.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65972026-08-24T20:22:20.646Z[ recovery-image] Aug 24 20:22:19.708 INFO O| Aug 24 20:22:19.708 INFO STEP 436 (remove_files) COMPLETE
65982026-08-24T20:22:20.646Z[ recovery-image] Aug 24 20:22:19.708 INFO O| Aug 24 20:22:19.708 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-24T20:22:20.654Z[ recovery-image] Aug 24 20:22:19.716 INFO O| Aug 24 20:22:19.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66002026-08-24T20:22:20.654Z[ recovery-image] Aug 24 20:22:19.716 INFO O| Aug 24 20:22:19.716 INFO STEP 437 (remove_files) COMPLETE
66012026-08-24T20:22:20.654Z[ recovery-image] Aug 24 20:22:19.716 INFO O| Aug 24 20:22:19.716 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-24T20:22:20.665Z[ recovery-image] Aug 24 20:22:19.726 INFO O| Aug 24 20:22:19.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66032026-08-24T20:22:20.665Z[ recovery-image] Aug 24 20:22:19.726 INFO O| Aug 24 20:22:19.726 INFO STEP 438 (remove_files) COMPLETE
66042026-08-24T20:22:20.669Z[ recovery-image] Aug 24 20:22:19.726 INFO O| Aug 24 20:22:19.726 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-24T20:22:20.675Z[ recovery-image] Aug 24 20:22:19.737 INFO O| Aug 24 20:22:19.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66062026-08-24T20:22:20.675Z[ recovery-image] Aug 24 20:22:19.737 INFO O| Aug 24 20:22:19.737 INFO STEP 439 (remove_files) COMPLETE
66072026-08-24T20:22:20.675Z[ recovery-image] Aug 24 20:22:19.737 INFO O| Aug 24 20:22:19.737 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-24T20:22:20.684Z[ recovery-image] Aug 24 20:22:19.747 INFO O| Aug 24 20:22:19.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66092026-08-24T20:22:20.684Z[ recovery-image] Aug 24 20:22:19.747 INFO O| Aug 24 20:22:19.747 INFO STEP 440 (remove_files) COMPLETE
66102026-08-24T20:22:20.684Z[ recovery-image] Aug 24 20:22:19.747 INFO O| Aug 24 20:22:19.747 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-24T20:22:20.695Z[ recovery-image] Aug 24 20:22:19.758 INFO O| Aug 24 20:22:19.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66122026-08-24T20:22:20.695Z[ recovery-image] Aug 24 20:22:19.758 INFO O| Aug 24 20:22:19.758 INFO STEP 441 (remove_files) COMPLETE
66132026-08-24T20:22:20.695Z[ recovery-image] Aug 24 20:22:19.758 INFO O| Aug 24 20:22:19.758 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-24T20:22:20.705Z[ recovery-image] Aug 24 20:22:19.767 INFO O| Aug 24 20:22:19.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66152026-08-24T20:22:20.705Z[ recovery-image] Aug 24 20:22:19.767 INFO O| Aug 24 20:22:19.767 INFO STEP 442 (remove_files) COMPLETE
66162026-08-24T20:22:20.709Z[ recovery-image] Aug 24 20:22:19.767 INFO O| Aug 24 20:22:19.767 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-24T20:22:20.714Z[ recovery-image] Aug 24 20:22:19.776 INFO O| Aug 24 20:22:19.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66182026-08-24T20:22:20.714Z[ recovery-image] Aug 24 20:22:19.776 INFO O| Aug 24 20:22:19.776 INFO STEP 443 (remove_files) COMPLETE
66192026-08-24T20:22:20.714Z[ recovery-image] Aug 24 20:22:19.776 INFO O| Aug 24 20:22:19.776 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-24T20:22:20.723Z[ recovery-image] Aug 24 20:22:19.785 INFO O| Aug 24 20:22:19.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66212026-08-24T20:22:20.723Z[ recovery-image] Aug 24 20:22:19.785 INFO O| Aug 24 20:22:19.785 INFO STEP 444 (remove_files) COMPLETE
66222026-08-24T20:22:20.723Z[ recovery-image] Aug 24 20:22:19.785 INFO O| Aug 24 20:22:19.785 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-24T20:22:20.732Z[ recovery-image] Aug 24 20:22:19.794 INFO O| Aug 24 20:22:19.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66242026-08-24T20:22:20.732Z[ recovery-image] Aug 24 20:22:19.794 INFO O| Aug 24 20:22:19.794 INFO STEP 445 (remove_files) COMPLETE
66252026-08-24T20:22:20.735Z[ recovery-image] Aug 24 20:22:19.794 INFO O| Aug 24 20:22:19.794 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-24T20:22:20.740Z[ recovery-image] Aug 24 20:22:19.802 INFO O| Aug 24 20:22:19.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66272026-08-24T20:22:20.740Z[ recovery-image] Aug 24 20:22:19.802 INFO O| Aug 24 20:22:19.802 INFO STEP 446 (remove_files) COMPLETE
66282026-08-24T20:22:20.743Z[ recovery-image] Aug 24 20:22:19.802 INFO O| Aug 24 20:22:19.802 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-24T20:22:20.748Z[ recovery-image] Aug 24 20:22:19.810 INFO O| Aug 24 20:22:19.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66302026-08-24T20:22:20.748Z[ recovery-image] Aug 24 20:22:19.810 INFO O| Aug 24 20:22:19.810 INFO STEP 447 (remove_files) COMPLETE
66312026-08-24T20:22:20.748Z[ recovery-image] Aug 24 20:22:19.810 INFO O| Aug 24 20:22:19.810 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-24T20:22:20.760Z[ recovery-image] Aug 24 20:22:19.821 INFO O| Aug 24 20:22:19.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66332026-08-24T20:22:20.760Z[ recovery-image] Aug 24 20:22:19.821 INFO O| Aug 24 20:22:19.821 INFO STEP 448 (remove_files) COMPLETE
66342026-08-24T20:22:20.760Z[ recovery-image] Aug 24 20:22:19.821 INFO O| Aug 24 20:22:19.821 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-24T20:22:20.770Z[ recovery-image] Aug 24 20:22:19.831 INFO O| Aug 24 20:22:19.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66362026-08-24T20:22:20.770Z[ recovery-image] Aug 24 20:22:19.831 INFO O| Aug 24 20:22:19.831 INFO STEP 449 (remove_files) COMPLETE
66372026-08-24T20:22:20.771Z[ recovery-image] Aug 24 20:22:19.831 INFO O| Aug 24 20:22:19.831 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-24T20:22:20.779Z[ recovery-image] Aug 24 20:22:19.841 INFO O| Aug 24 20:22:19.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66392026-08-24T20:22:20.779Z[ recovery-image] Aug 24 20:22:19.841 INFO O| Aug 24 20:22:19.841 INFO STEP 450 (remove_files) COMPLETE
66402026-08-24T20:22:20.779Z[ recovery-image] Aug 24 20:22:19.841 INFO O| Aug 24 20:22:19.841 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-24T20:22:20.789Z[ recovery-image] Aug 24 20:22:19.851 INFO O| Aug 24 20:22:19.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66422026-08-24T20:22:20.789Z[ recovery-image] Aug 24 20:22:19.851 INFO O| Aug 24 20:22:19.851 INFO STEP 451 (remove_files) COMPLETE
66432026-08-24T20:22:20.789Z[ recovery-image] Aug 24 20:22:19.851 INFO O| Aug 24 20:22:19.851 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-24T20:22:20.799Z[ recovery-image] Aug 24 20:22:19.860 INFO O| Aug 24 20:22:19.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66452026-08-24T20:22:20.799Z[ recovery-image] Aug 24 20:22:19.860 INFO O| Aug 24 20:22:19.860 INFO STEP 452 (remove_files) COMPLETE
66462026-08-24T20:22:20.799Z[ recovery-image] Aug 24 20:22:19.860 INFO O| Aug 24 20:22:19.860 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-24T20:22:20.808Z[ recovery-image] Aug 24 20:22:19.870 INFO O| Aug 24 20:22:19.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66482026-08-24T20:22:20.808Z[ recovery-image] Aug 24 20:22:19.870 INFO O| Aug 24 20:22:19.870 INFO STEP 453 (remove_files) COMPLETE
66492026-08-24T20:22:20.811Z[ recovery-image] Aug 24 20:22:19.870 INFO O| Aug 24 20:22:19.870 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-24T20:22:20.817Z[ recovery-image] Aug 24 20:22:19.879 INFO O| Aug 24 20:22:19.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66512026-08-24T20:22:20.817Z[ recovery-image] Aug 24 20:22:19.879 INFO O| Aug 24 20:22:19.879 INFO STEP 454 (remove_files) COMPLETE
66522026-08-24T20:22:20.817Z[ recovery-image] Aug 24 20:22:19.879 INFO O| Aug 24 20:22:19.879 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-24T20:22:20.828Z[ recovery-image] Aug 24 20:22:19.889 INFO O| Aug 24 20:22:19.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66542026-08-24T20:22:20.828Z[ recovery-image] Aug 24 20:22:19.889 INFO O| Aug 24 20:22:19.889 INFO STEP 455 (remove_files) COMPLETE
66552026-08-24T20:22:20.828Z[ recovery-image] Aug 24 20:22:19.889 INFO O| Aug 24 20:22:19.889 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-24T20:22:20.837Z[ recovery-image] Aug 24 20:22:19.899 INFO O| Aug 24 20:22:19.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66572026-08-24T20:22:20.837Z[ recovery-image] Aug 24 20:22:19.900 INFO O| Aug 24 20:22:19.900 INFO STEP 456 (remove_files) COMPLETE
66582026-08-24T20:22:20.837Z[ recovery-image] Aug 24 20:22:19.900 INFO O| Aug 24 20:22:19.900 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-24T20:22:20.850Z[ recovery-image] Aug 24 20:22:19.911 INFO O| Aug 24 20:22:19.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66602026-08-24T20:22:20.850Z[ recovery-image] Aug 24 20:22:19.911 INFO O| Aug 24 20:22:19.911 INFO STEP 457 (remove_files) COMPLETE
66612026-08-24T20:22:20.850Z[ recovery-image] Aug 24 20:22:19.911 INFO O| Aug 24 20:22:19.911 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-24T20:22:20.859Z[ recovery-image] Aug 24 20:22:19.922 INFO O| Aug 24 20:22:19.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66632026-08-24T20:22:20.859Z[ recovery-image] Aug 24 20:22:19.922 INFO O| Aug 24 20:22:19.922 INFO STEP 458 (remove_files) COMPLETE
66642026-08-24T20:22:20.860Z[ recovery-image] Aug 24 20:22:19.922 INFO O| Aug 24 20:22:19.922 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-24T20:22:20.871Z[ recovery-image] Aug 24 20:22:19.933 INFO O| Aug 24 20:22:19.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66662026-08-24T20:22:20.871Z[ recovery-image] Aug 24 20:22:19.933 INFO O| Aug 24 20:22:19.933 INFO STEP 459 (remove_files) COMPLETE
66672026-08-24T20:22:20.871Z[ recovery-image] Aug 24 20:22:19.933 INFO O| Aug 24 20:22:19.933 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-24T20:22:20.881Z[ recovery-image] Aug 24 20:22:19.943 INFO O| Aug 24 20:22:19.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66692026-08-24T20:22:20.881Z[ recovery-image] Aug 24 20:22:19.943 INFO O| Aug 24 20:22:19.943 INFO STEP 460 (remove_files) COMPLETE
66702026-08-24T20:22:20.881Z[ recovery-image] Aug 24 20:22:19.943 INFO O| Aug 24 20:22:19.943 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-24T20:22:20.890Z[ recovery-image] Aug 24 20:22:19.952 INFO O| Aug 24 20:22:19.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66722026-08-24T20:22:20.890Z[ recovery-image] Aug 24 20:22:19.952 INFO O| Aug 24 20:22:19.952 INFO STEP 461 (remove_files) COMPLETE
66732026-08-24T20:22:20.890Z[ recovery-image] Aug 24 20:22:19.952 INFO O| Aug 24 20:22:19.952 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-24T20:22:20.900Z[ recovery-image] Aug 24 20:22:19.960 INFO O| Aug 24 20:22:19.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66752026-08-24T20:22:20.900Z[ recovery-image] Aug 24 20:22:19.960 INFO O| Aug 24 20:22:19.960 INFO STEP 462 (remove_files) COMPLETE
66762026-08-24T20:22:20.900Z[ recovery-image] Aug 24 20:22:19.960 INFO O| Aug 24 20:22:19.960 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-24T20:22:20.909Z[ recovery-image] Aug 24 20:22:19.971 INFO O| Aug 24 20:22:19.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66782026-08-24T20:22:20.909Z[ recovery-image] Aug 24 20:22:19.971 INFO O| Aug 24 20:22:19.971 INFO STEP 463 (remove_files) COMPLETE
66792026-08-24T20:22:20.909Z[ recovery-image] Aug 24 20:22:19.971 INFO O| Aug 24 20:22:19.971 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-24T20:22:20.919Z[ recovery-image] Aug 24 20:22:19.981 INFO O| Aug 24 20:22:19.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66812026-08-24T20:22:20.919Z[ recovery-image] Aug 24 20:22:19.981 INFO O| Aug 24 20:22:19.981 INFO STEP 464 (remove_files) COMPLETE
66822026-08-24T20:22:20.919Z[ recovery-image] Aug 24 20:22:19.981 INFO O| Aug 24 20:22:19.981 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-24T20:22:20.929Z[ recovery-image] Aug 24 20:22:19.990 INFO O| Aug 24 20:22:19.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66842026-08-24T20:22:20.929Z[ recovery-image] Aug 24 20:22:19.990 INFO O| Aug 24 20:22:19.990 INFO STEP 465 (remove_files) COMPLETE
66852026-08-24T20:22:20.929Z[ recovery-image] Aug 24 20:22:19.990 INFO O| Aug 24 20:22:19.990 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-24T20:22:20.939Z[ recovery-image] Aug 24 20:22:20.001 INFO O| Aug 24 20:22:19.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66872026-08-24T20:22:20.939Z[ recovery-image] Aug 24 20:22:20.001 INFO O| Aug 24 20:22:19.999 INFO STEP 466 (remove_files) COMPLETE
66882026-08-24T20:22:20.942Z[ recovery-image] Aug 24 20:22:20.001 INFO O| Aug 24 20:22:19.999 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-24T20:22:20.947Z[ recovery-image] Aug 24 20:22:20.008 INFO O| Aug 24 20:22:20.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66902026-08-24T20:22:20.947Z[ recovery-image] Aug 24 20:22:20.008 INFO O| Aug 24 20:22:20.008 INFO STEP 467 (remove_files) COMPLETE
66912026-08-24T20:22:20.950Z[ recovery-image] Aug 24 20:22:20.008 INFO O| Aug 24 20:22:20.008 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-24T20:22:20.954Z[ recovery-image] Aug 24 20:22:20.016 INFO O| Aug 24 20:22:20.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66932026-08-24T20:22:20.954Z[ recovery-image] Aug 24 20:22:20.016 INFO O| Aug 24 20:22:20.016 INFO STEP 468 (remove_files) COMPLETE
66942026-08-24T20:22:20.954Z[ recovery-image] Aug 24 20:22:20.016 INFO O| Aug 24 20:22:20.016 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-24T20:22:20.961Z[ recovery-image] Aug 24 20:22:20.024 INFO O| Aug 24 20:22:20.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66962026-08-24T20:22:20.962Z[ recovery-image] Aug 24 20:22:20.024 INFO O| Aug 24 20:22:20.024 INFO STEP 469 (remove_files) COMPLETE
66972026-08-24T20:22:20.962Z[ recovery-image] Aug 24 20:22:20.024 INFO O| Aug 24 20:22:20.024 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-24T20:22:20.971Z[ recovery-image] Aug 24 20:22:20.033 INFO O| Aug 24 20:22:20.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66992026-08-24T20:22:20.971Z[ recovery-image] Aug 24 20:22:20.033 INFO O| Aug 24 20:22:20.033 INFO STEP 470 (remove_files) COMPLETE
67002026-08-24T20:22:20.971Z[ recovery-image] Aug 24 20:22:20.033 INFO O| Aug 24 20:22:20.033 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-24T20:22:20.979Z[ recovery-image] Aug 24 20:22:20.041 INFO O| Aug 24 20:22:20.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67022026-08-24T20:22:20.979Z[ recovery-image] Aug 24 20:22:20.041 INFO O| Aug 24 20:22:20.041 INFO STEP 471 (remove_files) COMPLETE
67032026-08-24T20:22:20.979Z[ recovery-image] Aug 24 20:22:20.041 INFO O| Aug 24 20:22:20.041 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-24T20:22:20.992Z[ recovery-image] Aug 24 20:22:20.054 INFO O| Aug 24 20:22:20.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67052026-08-24T20:22:20.992Z[ recovery-image] Aug 24 20:22:20.054 INFO O| Aug 24 20:22:20.054 INFO STEP 472 (remove_files) COMPLETE
67062026-08-24T20:22:20.992Z[ recovery-image] Aug 24 20:22:20.054 INFO O| Aug 24 20:22:20.054 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-24T20:22:21.002Z[ recovery-image] Aug 24 20:22:20.064 INFO O| Aug 24 20:22:20.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67082026-08-24T20:22:21.002Z[ recovery-image] Aug 24 20:22:20.064 INFO O| Aug 24 20:22:20.064 INFO STEP 473 (remove_files) COMPLETE
67092026-08-24T20:22:21.002Z[ recovery-image] Aug 24 20:22:20.064 INFO O| Aug 24 20:22:20.064 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-24T20:22:21.012Z[ recovery-image] Aug 24 20:22:20.073 INFO O| Aug 24 20:22:20.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67112026-08-24T20:22:21.012Z[ recovery-image] Aug 24 20:22:20.073 INFO O| Aug 24 20:22:20.073 INFO STEP 474 (remove_files) COMPLETE
67122026-08-24T20:22:21.012Z[ recovery-image] Aug 24 20:22:20.073 INFO O| Aug 24 20:22:20.073 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-24T20:22:21.021Z[ recovery-image] Aug 24 20:22:20.083 INFO O| Aug 24 20:22:20.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67142026-08-24T20:22:21.021Z[ recovery-image] Aug 24 20:22:20.083 INFO O| Aug 24 20:22:20.083 INFO STEP 475 (remove_files) COMPLETE
67152026-08-24T20:22:21.026Z[ recovery-image] Aug 24 20:22:20.083 INFO O| Aug 24 20:22:20.083 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-24T20:22:21.031Z[ recovery-image] Aug 24 20:22:20.093 INFO O| Aug 24 20:22:20.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67172026-08-24T20:22:21.034Z[ recovery-image] Aug 24 20:22:20.094 INFO O| Aug 24 20:22:20.094 INFO STEP 476 (remove_files) COMPLETE
67182026-08-24T20:22:21.034Z[ recovery-image] Aug 24 20:22:20.094 INFO O| Aug 24 20:22:20.094 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-24T20:22:21.034Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
67202026-08-24T20:22:21.042Z[ recovery-image] Aug 24 20:22:20.104 INFO O| Aug 24 20:22:20.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67212026-08-24T20:22:21.042Z[ recovery-image] Aug 24 20:22:20.104 INFO O| Aug 24 20:22:20.104 INFO STEP 477 (remove_files) COMPLETE
67222026-08-24T20:22:21.042Z[ recovery-image] Aug 24 20:22:20.104 INFO O| Aug 24 20:22:20.104 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-24T20:22:21.052Z[ recovery-image] Aug 24 20:22:20.114 INFO O| Aug 24 20:22:20.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67242026-08-24T20:22:21.052Z[ recovery-image] Aug 24 20:22:20.114 INFO O| Aug 24 20:22:20.114 INFO STEP 478 (remove_files) COMPLETE
67252026-08-24T20:22:21.052Z[ recovery-image] Aug 24 20:22:20.114 INFO O| Aug 24 20:22:20.114 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-24T20:22:21.062Z[ recovery-image] Aug 24 20:22:20.124 INFO O| Aug 24 20:22:20.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67272026-08-24T20:22:21.065Z[ recovery-image] Aug 24 20:22:20.124 INFO O| Aug 24 20:22:20.124 INFO STEP 479 (remove_files) COMPLETE
67282026-08-24T20:22:21.065Z[ recovery-image] Aug 24 20:22:20.124 INFO O| Aug 24 20:22:20.124 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-24T20:22:21.072Z[ recovery-image] Aug 24 20:22:20.134 INFO O| Aug 24 20:22:20.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67302026-08-24T20:22:21.072Z[ recovery-image] Aug 24 20:22:20.134 INFO O| Aug 24 20:22:20.134 INFO STEP 480 (remove_files) COMPLETE
67312026-08-24T20:22:21.075Z[ recovery-image] Aug 24 20:22:20.134 INFO O| Aug 24 20:22:20.134 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-24T20:22:21.081Z[ recovery-image] Aug 24 20:22:20.143 INFO O| Aug 24 20:22:20.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67332026-08-24T20:22:21.081Z[ recovery-image] Aug 24 20:22:20.143 INFO O| Aug 24 20:22:20.143 INFO STEP 481 (remove_files) COMPLETE
67342026-08-24T20:22:21.081Z[ recovery-image] Aug 24 20:22:20.143 INFO O| Aug 24 20:22:20.143 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-24T20:22:21.088Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
67362026-08-24T20:22:21.092Z[ recovery-image] Aug 24 20:22:20.154 INFO O| Aug 24 20:22:20.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67372026-08-24T20:22:21.092Z[ recovery-image] Aug 24 20:22:20.154 INFO O| Aug 24 20:22:20.154 INFO STEP 482 (remove_files) COMPLETE
67382026-08-24T20:22:21.092Z[ recovery-image] Aug 24 20:22:20.154 INFO O| Aug 24 20:22:20.154 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-24T20:22:21.102Z[ recovery-image] Aug 24 20:22:20.164 INFO O| Aug 24 20:22:20.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67402026-08-24T20:22:21.102Z[ recovery-image] Aug 24 20:22:20.164 INFO O| Aug 24 20:22:20.164 INFO STEP 483 (remove_files) COMPLETE
67412026-08-24T20:22:21.105Z[ recovery-image] Aug 24 20:22:20.164 INFO O| Aug 24 20:22:20.164 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-24T20:22:21.113Z[ recovery-image] Aug 24 20:22:20.174 INFO O| Aug 24 20:22:20.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67432026-08-24T20:22:21.113Z[ recovery-image] Aug 24 20:22:20.174 INFO O| Aug 24 20:22:20.174 INFO STEP 484 (remove_files) COMPLETE
67442026-08-24T20:22:21.116Z[ recovery-image] Aug 24 20:22:20.174 INFO O| Aug 24 20:22:20.174 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-24T20:22:21.121Z[ recovery-image] Aug 24 20:22:20.183 INFO O| Aug 24 20:22:20.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67462026-08-24T20:22:21.121Z[ recovery-image] Aug 24 20:22:20.183 INFO O| Aug 24 20:22:20.183 INFO STEP 485 (remove_files) COMPLETE
67472026-08-24T20:22:21.121Z[ recovery-image] Aug 24 20:22:20.183 INFO O| Aug 24 20:22:20.183 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-24T20:22:21.132Z[ recovery-image] Aug 24 20:22:20.194 INFO O| Aug 24 20:22:20.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67492026-08-24T20:22:21.132Z[ recovery-image] Aug 24 20:22:20.195 INFO O| Aug 24 20:22:20.195 INFO STEP 486 (remove_files) COMPLETE
67502026-08-24T20:22:21.135Z[ recovery-image] Aug 24 20:22:20.195 INFO O| Aug 24 20:22:20.195 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-24T20:22:21.145Z[ recovery-image] Aug 24 20:22:20.205 INFO O| Aug 24 20:22:20.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67522026-08-24T20:22:21.145Z[ recovery-image] Aug 24 20:22:20.205 INFO O| Aug 24 20:22:20.205 INFO STEP 487 (remove_files) COMPLETE
67532026-08-24T20:22:21.146Z[ recovery-image] Aug 24 20:22:20.205 INFO O| Aug 24 20:22:20.205 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-24T20:22:21.153Z[ recovery-image] Aug 24 20:22:20.215 INFO O| Aug 24 20:22:20.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67552026-08-24T20:22:21.153Z[ recovery-image] Aug 24 20:22:20.216 INFO O| Aug 24 20:22:20.216 INFO STEP 488 (remove_files) COMPLETE
67562026-08-24T20:22:21.156Z[ recovery-image] Aug 24 20:22:20.216 INFO O| Aug 24 20:22:20.216 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-24T20:22:21.164Z[ recovery-image] Aug 24 20:22:20.226 INFO O| Aug 24 20:22:20.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67582026-08-24T20:22:21.164Z[ recovery-image] Aug 24 20:22:20.226 INFO O| Aug 24 20:22:20.226 INFO STEP 489 (remove_files) COMPLETE
67592026-08-24T20:22:21.164Z[ recovery-image] Aug 24 20:22:20.226 INFO O| Aug 24 20:22:20.226 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-24T20:22:21.174Z[ recovery-image] Aug 24 20:22:20.235 INFO O| Aug 24 20:22:20.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67612026-08-24T20:22:21.174Z[ recovery-image] Aug 24 20:22:20.235 INFO O| Aug 24 20:22:20.235 INFO STEP 490 (remove_files) COMPLETE
67622026-08-24T20:22:21.177Z[ recovery-image] Aug 24 20:22:20.235 INFO O| Aug 24 20:22:20.235 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-24T20:22:21.184Z[ recovery-image] Aug 24 20:22:20.246 INFO O| Aug 24 20:22:20.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67642026-08-24T20:22:21.184Z[ recovery-image] Aug 24 20:22:20.246 INFO O| Aug 24 20:22:20.246 INFO STEP 491 (remove_files) COMPLETE
67652026-08-24T20:22:21.184Z[ recovery-image] Aug 24 20:22:20.246 INFO O| Aug 24 20:22:20.246 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-24T20:22:21.194Z[ recovery-image] Aug 24 20:22:20.257 INFO O| Aug 24 20:22:20.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67672026-08-24T20:22:21.194Z[ recovery-image] Aug 24 20:22:20.257 INFO O| Aug 24 20:22:20.257 INFO STEP 492 (remove_files) COMPLETE
67682026-08-24T20:22:21.198Z[ recovery-image] Aug 24 20:22:20.257 INFO O| Aug 24 20:22:20.257 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-24T20:22:21.204Z[ recovery-image] Aug 24 20:22:20.266 INFO O| Aug 24 20:22:20.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67702026-08-24T20:22:21.204Z[ recovery-image] Aug 24 20:22:20.266 INFO O| Aug 24 20:22:20.266 INFO STEP 493 (remove_files) COMPLETE
67712026-08-24T20:22:21.204Z[ recovery-image] Aug 24 20:22:20.266 INFO O| Aug 24 20:22:20.266 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-24T20:22:21.214Z[ recovery-image] Aug 24 20:22:20.276 INFO O| Aug 24 20:22:20.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67732026-08-24T20:22:21.214Z[ recovery-image] Aug 24 20:22:20.276 INFO O| Aug 24 20:22:20.276 INFO STEP 494 (remove_files) COMPLETE
67742026-08-24T20:22:21.214Z[ recovery-image] Aug 24 20:22:20.276 INFO O| Aug 24 20:22:20.276 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-24T20:22:21.224Z[ recovery-image] Aug 24 20:22:20.286 INFO O| Aug 24 20:22:20.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67762026-08-24T20:22:21.224Z[ recovery-image] Aug 24 20:22:20.286 INFO O| Aug 24 20:22:20.286 INFO STEP 495 (remove_files) COMPLETE
67772026-08-24T20:22:21.224Z[ recovery-image] Aug 24 20:22:20.286 INFO O| Aug 24 20:22:20.286 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-24T20:22:21.234Z[ recovery-image] Aug 24 20:22:20.296 INFO O| Aug 24 20:22:20.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67792026-08-24T20:22:21.235Z[ recovery-image] Aug 24 20:22:20.296 INFO O| Aug 24 20:22:20.296 INFO STEP 496 (remove_files) COMPLETE
67802026-08-24T20:22:21.236Z[ recovery-image] Aug 24 20:22:20.296 INFO O| Aug 24 20:22:20.296 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-24T20:22:21.244Z[ recovery-image] Aug 24 20:22:20.306 INFO O| Aug 24 20:22:20.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67822026-08-24T20:22:21.244Z[ recovery-image] Aug 24 20:22:20.306 INFO O| Aug 24 20:22:20.306 INFO STEP 497 (remove_files) COMPLETE
67832026-08-24T20:22:21.248Z[ recovery-image] Aug 24 20:22:20.306 INFO O| Aug 24 20:22:20.306 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-24T20:22:21.255Z[ recovery-image] Aug 24 20:22:20.318 INFO O| Aug 24 20:22:20.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67852026-08-24T20:22:21.255Z[ recovery-image] Aug 24 20:22:20.318 INFO O| Aug 24 20:22:20.318 INFO STEP 498 (remove_files) COMPLETE
67862026-08-24T20:22:21.259Z[ recovery-image] Aug 24 20:22:20.318 INFO O| Aug 24 20:22:20.318 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-24T20:22:21.266Z[ recovery-image] Aug 24 20:22:20.328 INFO O| Aug 24 20:22:20.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67882026-08-24T20:22:21.266Z[ recovery-image] Aug 24 20:22:20.328 INFO O| Aug 24 20:22:20.328 INFO STEP 499 (remove_files) COMPLETE
67892026-08-24T20:22:21.269Z[ recovery-image] Aug 24 20:22:20.328 INFO O| Aug 24 20:22:20.328 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-24T20:22:21.276Z[ recovery-image] Aug 24 20:22:20.338 INFO O| Aug 24 20:22:20.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67912026-08-24T20:22:21.277Z[ recovery-image] Aug 24 20:22:20.338 INFO O| Aug 24 20:22:20.338 INFO STEP 500 (remove_files) COMPLETE
67922026-08-24T20:22:21.277Z[ recovery-image] Aug 24 20:22:20.338 INFO O| Aug 24 20:22:20.338 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-24T20:22:21.285Z[ recovery-image] Aug 24 20:22:20.346 INFO O| Aug 24 20:22:20.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67942026-08-24T20:22:21.286Z[ recovery-image] Aug 24 20:22:20.346 INFO O| Aug 24 20:22:20.346 INFO STEP 501 (remove_files) COMPLETE
67952026-08-24T20:22:21.286Z[ recovery-image] Aug 24 20:22:20.346 INFO O| Aug 24 20:22:20.346 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-24T20:22:21.289Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
67972026-08-24T20:22:21.293Z[ recovery-image] Aug 24 20:22:20.355 INFO O| Aug 24 20:22:20.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67982026-08-24T20:22:21.293Z[ recovery-image] Aug 24 20:22:20.355 INFO O| Aug 24 20:22:20.355 INFO STEP 502 (remove_files) COMPLETE
67992026-08-24T20:22:21.293Z[ recovery-image] Aug 24 20:22:20.355 INFO O| Aug 24 20:22:20.355 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-24T20:22:21.306Z[ recovery-image] Aug 24 20:22:20.364 INFO O| Aug 24 20:22:20.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68012026-08-24T20:22:21.306Z[ recovery-image] Aug 24 20:22:20.365 INFO O| Aug 24 20:22:20.365 INFO STEP 503 (remove_files) COMPLETE
68022026-08-24T20:22:21.306Z[ recovery-image] Aug 24 20:22:20.365 INFO O| Aug 24 20:22:20.365 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-24T20:22:21.313Z[ recovery-image] Aug 24 20:22:20.375 INFO O| Aug 24 20:22:20.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68042026-08-24T20:22:21.313Z[ recovery-image] Aug 24 20:22:20.375 INFO O| Aug 24 20:22:20.375 INFO STEP 504 (remove_files) COMPLETE
68052026-08-24T20:22:21.313Z[ recovery-image] Aug 24 20:22:20.375 INFO O| Aug 24 20:22:20.375 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-24T20:22:21.323Z[ recovery-image] Aug 24 20:22:20.385 INFO O| Aug 24 20:22:20.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68072026-08-24T20:22:21.323Z[ recovery-image] Aug 24 20:22:20.385 INFO O| Aug 24 20:22:20.385 INFO STEP 505 (remove_files) COMPLETE
68082026-08-24T20:22:21.323Z[ recovery-image] Aug 24 20:22:20.385 INFO O| Aug 24 20:22:20.385 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-24T20:22:21.333Z[ recovery-image] Aug 24 20:22:20.395 INFO O| Aug 24 20:22:20.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68102026-08-24T20:22:21.334Z[ recovery-image] Aug 24 20:22:20.395 INFO O| Aug 24 20:22:20.395 INFO STEP 506 (remove_files) COMPLETE
68112026-08-24T20:22:21.334Z[ recovery-image] Aug 24 20:22:20.395 INFO O| Aug 24 20:22:20.395 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-24T20:22:21.342Z[ recovery-image] Aug 24 20:22:20.404 INFO O| Aug 24 20:22:20.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68132026-08-24T20:22:21.342Z[ recovery-image] Aug 24 20:22:20.404 INFO O| Aug 24 20:22:20.404 INFO STEP 507 (remove_files) COMPLETE
68142026-08-24T20:22:21.342Z[ recovery-image] Aug 24 20:22:20.404 INFO O| Aug 24 20:22:20.404 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-24T20:22:21.351Z[ recovery-image] Aug 24 20:22:20.413 INFO O| Aug 24 20:22:20.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68162026-08-24T20:22:21.352Z[ recovery-image] Aug 24 20:22:20.413 INFO O| Aug 24 20:22:20.413 INFO STEP 508 (remove_files) COMPLETE
68172026-08-24T20:22:21.355Z[ recovery-image] Aug 24 20:22:20.413 INFO O| Aug 24 20:22:20.413 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-24T20:22:21.361Z[ recovery-image] Aug 24 20:22:20.422 INFO O| Aug 24 20:22:20.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68192026-08-24T20:22:21.361Z[ recovery-image] Aug 24 20:22:20.423 INFO O| Aug 24 20:22:20.422 INFO STEP 509 (remove_files) COMPLETE
68202026-08-24T20:22:21.361Z[ recovery-image] Aug 24 20:22:20.423 INFO O| Aug 24 20:22:20.423 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-24T20:22:21.369Z[ recovery-image] Aug 24 20:22:20.431 INFO O| Aug 24 20:22:20.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68222026-08-24T20:22:21.369Z[ recovery-image] Aug 24 20:22:20.431 INFO O| Aug 24 20:22:20.431 INFO STEP 510 (remove_files) COMPLETE
68232026-08-24T20:22:21.369Z[ recovery-image] Aug 24 20:22:20.431 INFO O| Aug 24 20:22:20.431 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-24T20:22:21.378Z[ recovery-image] Aug 24 20:22:20.440 INFO O| Aug 24 20:22:20.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68252026-08-24T20:22:21.378Z[ recovery-image] Aug 24 20:22:20.440 INFO O| Aug 24 20:22:20.440 INFO STEP 511 (remove_files) COMPLETE
68262026-08-24T20:22:21.378Z[ recovery-image] Aug 24 20:22:20.440 INFO O| Aug 24 20:22:20.440 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-24T20:22:21.387Z[ recovery-image] Aug 24 20:22:20.449 INFO O| Aug 24 20:22:20.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68282026-08-24T20:22:21.387Z[ recovery-image] Aug 24 20:22:20.449 INFO O| Aug 24 20:22:20.449 INFO STEP 512 (remove_files) COMPLETE
68292026-08-24T20:22:21.387Z[ recovery-image] Aug 24 20:22:20.449 INFO O| Aug 24 20:22:20.449 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-24T20:22:21.396Z[ recovery-image] Aug 24 20:22:20.458 INFO O| Aug 24 20:22:20.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68312026-08-24T20:22:21.400Z[ recovery-image] Aug 24 20:22:20.459 INFO O| Aug 24 20:22:20.459 INFO STEP 513 (remove_files) COMPLETE
68322026-08-24T20:22:21.400Z[ recovery-image] Aug 24 20:22:20.459 INFO O| Aug 24 20:22:20.459 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-24T20:22:21.407Z[ recovery-image] Aug 24 20:22:20.468 INFO O| Aug 24 20:22:20.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68342026-08-24T20:22:21.407Z[ recovery-image] Aug 24 20:22:20.468 INFO O| Aug 24 20:22:20.468 INFO STEP 514 (remove_files) COMPLETE
68352026-08-24T20:22:21.407Z[ recovery-image] Aug 24 20:22:20.468 INFO O| Aug 24 20:22:20.468 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-24T20:22:21.416Z[ recovery-image] Aug 24 20:22:20.478 INFO O| Aug 24 20:22:20.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68372026-08-24T20:22:21.420Z[ recovery-image] Aug 24 20:22:20.480 INFO O| Aug 24 20:22:20.480 INFO STEP 515 (remove_files) COMPLETE
68382026-08-24T20:22:21.420Z[ recovery-image] Aug 24 20:22:20.480 INFO O| Aug 24 20:22:20.480 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-24T20:22:21.427Z[ recovery-image] Aug 24 20:22:20.489 INFO O| Aug 24 20:22:20.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68402026-08-24T20:22:21.427Z[ recovery-image] Aug 24 20:22:20.489 INFO O| Aug 24 20:22:20.489 INFO STEP 516 (remove_files) COMPLETE
68412026-08-24T20:22:21.427Z[ recovery-image] Aug 24 20:22:20.489 INFO O| Aug 24 20:22:20.489 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-24T20:22:21.438Z[ recovery-image] Aug 24 20:22:20.499 INFO O| Aug 24 20:22:20.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68432026-08-24T20:22:21.438Z[ recovery-image] Aug 24 20:22:20.499 INFO O| Aug 24 20:22:20.499 INFO STEP 517 (remove_files) COMPLETE
68442026-08-24T20:22:21.438Z[ recovery-image] Aug 24 20:22:20.499 INFO O| Aug 24 20:22:20.499 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-24T20:22:21.447Z[ recovery-image] Aug 24 20:22:20.509 INFO O| Aug 24 20:22:20.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68462026-08-24T20:22:21.447Z[ recovery-image] Aug 24 20:22:20.509 INFO O| Aug 24 20:22:20.509 INFO STEP 518 (remove_files) COMPLETE
68472026-08-24T20:22:21.447Z[ recovery-image] Aug 24 20:22:20.509 INFO O| Aug 24 20:22:20.509 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-24T20:22:21.457Z[ recovery-image] Aug 24 20:22:20.519 INFO O| Aug 24 20:22:20.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68492026-08-24T20:22:21.460Z[ recovery-image] Aug 24 20:22:20.520 INFO O| Aug 24 20:22:20.520 INFO STEP 519 (remove_files) COMPLETE
68502026-08-24T20:22:21.460Z[ recovery-image] Aug 24 20:22:20.520 INFO O| Aug 24 20:22:20.520 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-24T20:22:21.468Z[ recovery-image] Aug 24 20:22:20.530 INFO O| Aug 24 20:22:20.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68522026-08-24T20:22:21.468Z[ recovery-image] Aug 24 20:22:20.530 INFO O| Aug 24 20:22:20.530 INFO STEP 520 (remove_files) COMPLETE
68532026-08-24T20:22:21.468Z[ recovery-image] Aug 24 20:22:20.530 INFO O| Aug 24 20:22:20.530 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-24T20:22:21.478Z[ recovery-image] Aug 24 20:22:20.540 INFO O| Aug 24 20:22:20.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68552026-08-24T20:22:21.478Z[ recovery-image] Aug 24 20:22:20.540 INFO O| Aug 24 20:22:20.540 INFO STEP 521 (remove_files) COMPLETE
68562026-08-24T20:22:21.478Z[ recovery-image] Aug 24 20:22:20.540 INFO O| Aug 24 20:22:20.540 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-24T20:22:21.489Z[ recovery-image] Aug 24 20:22:20.551 INFO O| Aug 24 20:22:20.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68582026-08-24T20:22:21.490Z[ recovery-image] Aug 24 20:22:20.552 INFO O| Aug 24 20:22:20.552 INFO STEP 522 (remove_files) COMPLETE
68592026-08-24T20:22:21.490Z[ recovery-image] Aug 24 20:22:20.552 INFO O| Aug 24 20:22:20.552 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-24T20:22:21.500Z[ recovery-image] Aug 24 20:22:20.562 INFO O| Aug 24 20:22:20.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68612026-08-24T20:22:21.501Z[ recovery-image] Aug 24 20:22:20.562 INFO O| Aug 24 20:22:20.562 INFO STEP 523 (remove_files) COMPLETE
68622026-08-24T20:22:21.501Z[ recovery-image] Aug 24 20:22:20.562 INFO O| Aug 24 20:22:20.562 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-24T20:22:21.511Z[ recovery-image] Aug 24 20:22:20.573 INFO O| Aug 24 20:22:20.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68642026-08-24T20:22:21.511Z[ recovery-image] Aug 24 20:22:20.573 INFO O| Aug 24 20:22:20.573 INFO STEP 524 (remove_files) COMPLETE
68652026-08-24T20:22:21.514Z[ recovery-image] Aug 24 20:22:20.573 INFO O| Aug 24 20:22:20.573 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-24T20:22:21.521Z[ recovery-image] Aug 24 20:22:20.583 INFO O| Aug 24 20:22:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68672026-08-24T20:22:21.521Z[ recovery-image] Aug 24 20:22:20.583 INFO O| Aug 24 20:22:20.583 INFO STEP 525 (remove_files) COMPLETE
68682026-08-24T20:22:21.521Z[ recovery-image] Aug 24 20:22:20.583 INFO O| Aug 24 20:22:20.583 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-24T20:22:21.531Z[ recovery-image] Aug 24 20:22:20.593 INFO O| Aug 24 20:22:20.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68702026-08-24T20:22:21.531Z[ recovery-image] Aug 24 20:22:20.593 INFO O| Aug 24 20:22:20.593 INFO STEP 526 (remove_files) COMPLETE
68712026-08-24T20:22:21.535Z[ recovery-image] Aug 24 20:22:20.593 INFO O| Aug 24 20:22:20.593 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-24T20:22:21.541Z[ recovery-image] Aug 24 20:22:20.603 INFO O| Aug 24 20:22:20.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68732026-08-24T20:22:21.541Z[ recovery-image] Aug 24 20:22:20.603 INFO O| Aug 24 20:22:20.603 INFO STEP 527 (remove_files) COMPLETE
68742026-08-24T20:22:21.541Z[ recovery-image] Aug 24 20:22:20.603 INFO O| Aug 24 20:22:20.603 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-24T20:22:21.550Z[ recovery-image] Aug 24 20:22:20.613 INFO O| Aug 24 20:22:20.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68762026-08-24T20:22:21.550Z[ recovery-image] Aug 24 20:22:20.613 INFO O| Aug 24 20:22:20.613 INFO STEP 528 (remove_files) COMPLETE
68772026-08-24T20:22:21.550Z[ recovery-image] Aug 24 20:22:20.613 INFO O| Aug 24 20:22:20.613 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-24T20:22:21.561Z[ recovery-image] Aug 24 20:22:20.623 INFO O| Aug 24 20:22:20.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68792026-08-24T20:22:21.561Z[ recovery-image] Aug 24 20:22:20.623 INFO O| Aug 24 20:22:20.623 INFO STEP 529 (remove_files) COMPLETE
68802026-08-24T20:22:21.562Z[ recovery-image] Aug 24 20:22:20.623 INFO O| Aug 24 20:22:20.623 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-24T20:22:21.570Z[ recovery-image] Aug 24 20:22:20.633 INFO O| Aug 24 20:22:20.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68822026-08-24T20:22:21.570Z[ recovery-image] Aug 24 20:22:20.633 INFO O| Aug 24 20:22:20.633 INFO STEP 530 (remove_files) COMPLETE
68832026-08-24T20:22:21.570Z[ recovery-image] Aug 24 20:22:20.633 INFO O| Aug 24 20:22:20.633 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-24T20:22:21.580Z[ recovery-image] Aug 24 20:22:20.642 INFO O| Aug 24 20:22:20.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68852026-08-24T20:22:21.580Z[ recovery-image] Aug 24 20:22:20.642 INFO O| Aug 24 20:22:20.642 INFO STEP 531 (remove_files) COMPLETE
68862026-08-24T20:22:21.585Z[ recovery-image] Aug 24 20:22:20.642 INFO O| Aug 24 20:22:20.642 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-24T20:22:21.589Z[ recovery-image] Aug 24 20:22:20.651 INFO O| Aug 24 20:22:20.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68882026-08-24T20:22:21.589Z[ recovery-image] Aug 24 20:22:20.651 INFO O| Aug 24 20:22:20.651 INFO STEP 532 (remove_files) COMPLETE
68892026-08-24T20:22:21.593Z[ recovery-image] Aug 24 20:22:20.651 INFO O| Aug 24 20:22:20.651 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-24T20:22:21.599Z[ recovery-image] Aug 24 20:22:20.661 INFO O| Aug 24 20:22:20.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68912026-08-24T20:22:21.599Z[ recovery-image] Aug 24 20:22:20.661 INFO O| Aug 24 20:22:20.661 INFO STEP 533 (remove_files) COMPLETE
68922026-08-24T20:22:21.599Z[ recovery-image] Aug 24 20:22:20.661 INFO O| Aug 24 20:22:20.661 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-24T20:22:21.608Z[ recovery-image] Aug 24 20:22:20.670 INFO O| Aug 24 20:22:20.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68942026-08-24T20:22:21.611Z[ recovery-image] Aug 24 20:22:20.670 INFO O| Aug 24 20:22:20.670 INFO STEP 534 (remove_files) COMPLETE
68952026-08-24T20:22:21.611Z[ recovery-image] Aug 24 20:22:20.670 INFO O| Aug 24 20:22:20.670 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-24T20:22:21.617Z[ recovery-image] Aug 24 20:22:20.679 INFO O| Aug 24 20:22:20.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68972026-08-24T20:22:21.617Z[ recovery-image] Aug 24 20:22:20.679 INFO O| Aug 24 20:22:20.679 INFO STEP 535 (remove_files) COMPLETE
68982026-08-24T20:22:21.617Z[ recovery-image] Aug 24 20:22:20.679 INFO O| Aug 24 20:22:20.679 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-24T20:22:21.626Z[ recovery-image] Aug 24 20:22:20.688 INFO O| Aug 24 20:22:20.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69002026-08-24T20:22:21.629Z[ recovery-image] Aug 24 20:22:20.688 INFO O| Aug 24 20:22:20.688 INFO STEP 536 (remove_files) COMPLETE
69012026-08-24T20:22:21.629Z[ recovery-image] Aug 24 20:22:20.688 INFO O| Aug 24 20:22:20.688 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-24T20:22:21.637Z[ recovery-image] Aug 24 20:22:20.698 INFO O| Aug 24 20:22:20.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69032026-08-24T20:22:21.637Z[ recovery-image] Aug 24 20:22:20.698 INFO O| Aug 24 20:22:20.698 INFO STEP 537 (remove_files) COMPLETE
69042026-08-24T20:22:21.637Z[ recovery-image] Aug 24 20:22:20.698 INFO O| Aug 24 20:22:20.698 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-24T20:22:21.642Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
69062026-08-24T20:22:21.645Z[ recovery-image] Aug 24 20:22:20.707 INFO O| Aug 24 20:22:20.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69072026-08-24T20:22:21.649Z[ recovery-image] Aug 24 20:22:20.712 INFO O| Aug 24 20:22:20.708 INFO STEP 538 (remove_files) COMPLETE
69082026-08-24T20:22:21.650Z[ recovery-image] Aug 24 20:22:20.712 INFO O| Aug 24 20:22:20.708 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-24T20:22:21.657Z[ recovery-image] Aug 24 20:22:20.719 INFO O| Aug 24 20:22:20.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69102026-08-24T20:22:21.660Z[ recovery-image] Aug 24 20:22:20.719 INFO O| Aug 24 20:22:20.719 INFO STEP 539 (remove_files) COMPLETE
69112026-08-24T20:22:21.660Z[ recovery-image] Aug 24 20:22:20.719 INFO O| Aug 24 20:22:20.719 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-24T20:22:21.673Z[ recovery-image] Aug 24 20:22:20.733 INFO O| Aug 24 20:22:20.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69132026-08-24T20:22:21.673Z[ recovery-image] Aug 24 20:22:20.733 INFO O| Aug 24 20:22:20.733 INFO STEP 540 (remove_files) COMPLETE
69142026-08-24T20:22:21.673Z[ recovery-image] Aug 24 20:22:20.733 INFO O| Aug 24 20:22:20.733 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-24T20:22:21.673Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
69162026-08-24T20:22:21.681Z[ recovery-image] Aug 24 20:22:20.743 INFO O| Aug 24 20:22:20.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69172026-08-24T20:22:21.681Z[ recovery-image] Aug 24 20:22:20.743 INFO O| Aug 24 20:22:20.743 INFO STEP 541 (remove_files) COMPLETE
69182026-08-24T20:22:21.681Z[ recovery-image] Aug 24 20:22:20.743 INFO O| Aug 24 20:22:20.743 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-24T20:22:21.691Z[ recovery-image] Aug 24 20:22:20.753 INFO O| Aug 24 20:22:20.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69202026-08-24T20:22:21.691Z[ recovery-image] Aug 24 20:22:20.753 INFO O| Aug 24 20:22:20.753 INFO STEP 542 (remove_files) COMPLETE
69212026-08-24T20:22:21.694Z[ recovery-image] Aug 24 20:22:20.753 INFO O| Aug 24 20:22:20.753 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-24T20:22:21.701Z[ recovery-image] Aug 24 20:22:20.763 INFO O| Aug 24 20:22:20.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69232026-08-24T20:22:21.704Z[ recovery-image] Aug 24 20:22:20.763 INFO O| Aug 24 20:22:20.763 INFO STEP 543 (remove_files) COMPLETE
69242026-08-24T20:22:21.704Z[ recovery-image] Aug 24 20:22:20.763 INFO O| Aug 24 20:22:20.763 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-24T20:22:21.710Z[ recovery-image] Aug 24 20:22:20.772 INFO O| Aug 24 20:22:20.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69262026-08-24T20:22:21.713Z[ recovery-image] Aug 24 20:22:20.773 INFO O| Aug 24 20:22:20.773 INFO STEP 544 (remove_files) COMPLETE
69272026-08-24T20:22:21.713Z[ recovery-image] Aug 24 20:22:20.773 INFO O| Aug 24 20:22:20.773 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-24T20:22:21.720Z[ recovery-image] Aug 24 20:22:20.782 INFO O| Aug 24 20:22:20.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69292026-08-24T20:22:21.720Z[ recovery-image] Aug 24 20:22:20.782 INFO O| Aug 24 20:22:20.782 INFO STEP 545 (remove_files) COMPLETE
69302026-08-24T20:22:21.723Z[ recovery-image] Aug 24 20:22:20.782 INFO O| Aug 24 20:22:20.782 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-24T20:22:21.729Z[ recovery-image] Aug 24 20:22:20.791 INFO O| Aug 24 20:22:20.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69322026-08-24T20:22:21.729Z[ recovery-image] Aug 24 20:22:20.792 INFO O| Aug 24 20:22:20.791 INFO STEP 546 (remove_files) COMPLETE
69332026-08-24T20:22:21.729Z[ recovery-image] Aug 24 20:22:20.792 INFO O| Aug 24 20:22:20.792 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-24T20:22:21.739Z[ recovery-image] Aug 24 20:22:20.801 INFO O| Aug 24 20:22:20.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69352026-08-24T20:22:21.739Z[ recovery-image] Aug 24 20:22:20.802 INFO O| Aug 24 20:22:20.802 INFO STEP 547 (remove_files) COMPLETE
69362026-08-24T20:22:21.739Z[ recovery-image] Aug 24 20:22:20.802 INFO O| Aug 24 20:22:20.802 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-24T20:22:21.750Z[ recovery-image] Aug 24 20:22:20.812 INFO O| Aug 24 20:22:20.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69382026-08-24T20:22:21.750Z[ recovery-image] Aug 24 20:22:20.812 INFO O| Aug 24 20:22:20.812 INFO STEP 548 (remove_files) COMPLETE
69392026-08-24T20:22:21.750Z[ recovery-image] Aug 24 20:22:20.812 INFO O| Aug 24 20:22:20.812 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-24T20:22:21.762Z[ recovery-image] Aug 24 20:22:20.824 INFO O| Aug 24 20:22:20.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69412026-08-24T20:22:21.762Z[ recovery-image] Aug 24 20:22:20.824 INFO O| Aug 24 20:22:20.824 INFO STEP 549 (remove_files) COMPLETE
69422026-08-24T20:22:21.766Z[ recovery-image] Aug 24 20:22:20.824 INFO O| Aug 24 20:22:20.824 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-24T20:22:21.773Z[ recovery-image] Aug 24 20:22:20.835 INFO O| Aug 24 20:22:20.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69442026-08-24T20:22:21.773Z[ recovery-image] Aug 24 20:22:20.835 INFO O| Aug 24 20:22:20.835 INFO STEP 550 (remove_files) COMPLETE
69452026-08-24T20:22:21.773Z[ recovery-image] Aug 24 20:22:20.835 INFO O| Aug 24 20:22:20.835 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-24T20:22:21.784Z[ recovery-image] Aug 24 20:22:20.846 INFO O| Aug 24 20:22:20.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69472026-08-24T20:22:21.784Z[ recovery-image] Aug 24 20:22:20.846 INFO O| Aug 24 20:22:20.846 INFO STEP 551 (remove_files) COMPLETE
69482026-08-24T20:22:21.784Z[ recovery-image] Aug 24 20:22:20.846 INFO O| Aug 24 20:22:20.846 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-24T20:22:21.795Z[ recovery-image] Aug 24 20:22:20.857 INFO O| Aug 24 20:22:20.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69502026-08-24T20:22:21.795Z[ recovery-image] Aug 24 20:22:20.857 INFO O| Aug 24 20:22:20.857 INFO STEP 552 (remove_files) COMPLETE
69512026-08-24T20:22:21.795Z[ recovery-image] Aug 24 20:22:20.857 INFO O| Aug 24 20:22:20.857 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-24T20:22:21.805Z[ recovery-image] Aug 24 20:22:20.867 INFO O| Aug 24 20:22:20.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69532026-08-24T20:22:21.805Z[ recovery-image] Aug 24 20:22:20.867 INFO O| Aug 24 20:22:20.867 INFO STEP 553 (remove_files) COMPLETE
69542026-08-24T20:22:21.805Z[ recovery-image] Aug 24 20:22:20.867 INFO O| Aug 24 20:22:20.867 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-24T20:22:21.816Z[ recovery-image] Aug 24 20:22:20.878 INFO O| Aug 24 20:22:20.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69562026-08-24T20:22:21.816Z[ recovery-image] Aug 24 20:22:20.878 INFO O| Aug 24 20:22:20.878 INFO STEP 554 (remove_files) COMPLETE
69572026-08-24T20:22:21.817Z[ recovery-image] Aug 24 20:22:20.878 INFO O| Aug 24 20:22:20.878 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-24T20:22:21.828Z[ recovery-image] Aug 24 20:22:20.888 INFO O| Aug 24 20:22:20.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69592026-08-24T20:22:21.828Z[ recovery-image] Aug 24 20:22:20.888 INFO O| Aug 24 20:22:20.888 INFO STEP 555 (remove_files) COMPLETE
69602026-08-24T20:22:21.828Z[ recovery-image] Aug 24 20:22:20.888 INFO O| Aug 24 20:22:20.888 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-24T20:22:21.833Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
69622026-08-24T20:22:21.836Z[ recovery-image] Aug 24 20:22:20.898 INFO O| Aug 24 20:22:20.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69632026-08-24T20:22:21.836Z[ recovery-image] Aug 24 20:22:20.898 INFO O| Aug 24 20:22:20.898 INFO STEP 556 (remove_files) COMPLETE
69642026-08-24T20:22:21.836Z[ recovery-image] Aug 24 20:22:20.898 INFO O| Aug 24 20:22:20.898 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-24T20:22:21.847Z[ recovery-image] Aug 24 20:22:20.909 INFO O| Aug 24 20:22:20.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69662026-08-24T20:22:21.847Z[ recovery-image] Aug 24 20:22:20.909 INFO O| Aug 24 20:22:20.909 INFO STEP 557 (remove_files) COMPLETE
69672026-08-24T20:22:21.847Z[ recovery-image] Aug 24 20:22:20.909 INFO O| Aug 24 20:22:20.909 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-24T20:22:21.856Z[ recovery-image] Aug 24 20:22:20.918 INFO O| Aug 24 20:22:20.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69692026-08-24T20:22:21.856Z[ recovery-image] Aug 24 20:22:20.918 INFO O| Aug 24 20:22:20.918 INFO STEP 558 (remove_files) COMPLETE
69702026-08-24T20:22:21.856Z[ recovery-image] Aug 24 20:22:20.918 INFO O| Aug 24 20:22:20.918 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-24T20:22:21.870Z[ recovery-image] Aug 24 20:22:20.929 INFO O| Aug 24 20:22:20.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69722026-08-24T20:22:21.870Z[ recovery-image] Aug 24 20:22:20.929 INFO O| Aug 24 20:22:20.929 INFO STEP 559 (remove_files) COMPLETE
69732026-08-24T20:22:21.870Z[ recovery-image] Aug 24 20:22:20.929 INFO O| Aug 24 20:22:20.929 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-24T20:22:21.879Z[ recovery-image] Aug 24 20:22:20.940 INFO O| Aug 24 20:22:20.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69752026-08-24T20:22:21.879Z[ recovery-image] Aug 24 20:22:20.940 INFO O| Aug 24 20:22:20.940 INFO STEP 560 (remove_files) COMPLETE
69762026-08-24T20:22:21.879Z[ recovery-image] Aug 24 20:22:20.940 INFO O| Aug 24 20:22:20.940 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-24T20:22:21.885Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
69782026-08-24T20:22:21.889Z[ recovery-image] Aug 24 20:22:20.950 INFO O| Aug 24 20:22:20.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69792026-08-24T20:22:21.889Z[ recovery-image] Aug 24 20:22:20.951 INFO O| Aug 24 20:22:20.951 INFO STEP 561 (remove_files) COMPLETE
69802026-08-24T20:22:21.889Z[ recovery-image] Aug 24 20:22:20.951 INFO O| Aug 24 20:22:20.951 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-24T20:22:21.898Z[ recovery-image] Aug 24 20:22:20.960 INFO O| Aug 24 20:22:20.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69822026-08-24T20:22:21.898Z[ recovery-image] Aug 24 20:22:20.960 INFO O| Aug 24 20:22:20.960 INFO STEP 562 (remove_files) COMPLETE
69832026-08-24T20:22:21.898Z[ recovery-image] Aug 24 20:22:20.960 INFO O| Aug 24 20:22:20.960 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-24T20:22:21.908Z[ recovery-image] Aug 24 20:22:20.970 INFO O| Aug 24 20:22:20.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69852026-08-24T20:22:21.911Z[ recovery-image] Aug 24 20:22:20.971 INFO O| Aug 24 20:22:20.971 INFO STEP 563 (remove_files) COMPLETE
69862026-08-24T20:22:21.911Z[ recovery-image] Aug 24 20:22:20.971 INFO O| Aug 24 20:22:20.971 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-24T20:22:21.918Z[ recovery-image] Aug 24 20:22:20.980 INFO O| Aug 24 20:22:20.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69882026-08-24T20:22:21.918Z[ recovery-image] Aug 24 20:22:20.980 INFO O| Aug 24 20:22:20.980 INFO STEP 564 (remove_files) COMPLETE
69892026-08-24T20:22:21.918Z[ recovery-image] Aug 24 20:22:20.980 INFO O| Aug 24 20:22:20.980 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-24T20:22:21.926Z[ recovery-image] Aug 24 20:22:20.988 INFO O| Aug 24 20:22:20.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69912026-08-24T20:22:21.926Z[ recovery-image] Aug 24 20:22:20.988 INFO O| Aug 24 20:22:20.988 INFO STEP 565 (remove_files) COMPLETE
69922026-08-24T20:22:21.926Z[ recovery-image] Aug 24 20:22:20.988 INFO O| Aug 24 20:22:20.988 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-24T20:22:21.935Z[ recovery-image] Aug 24 20:22:20.997 INFO O| Aug 24 20:22:20.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69942026-08-24T20:22:21.935Z[ recovery-image] Aug 24 20:22:20.997 INFO O| Aug 24 20:22:20.997 INFO STEP 566 (remove_files) COMPLETE
69952026-08-24T20:22:21.938Z[ recovery-image] Aug 24 20:22:20.997 INFO O| Aug 24 20:22:20.997 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-24T20:22:21.938Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
69972026-08-24T20:22:21.945Z[ recovery-image] Aug 24 20:22:21.006 INFO O| Aug 24 20:22:21.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69982026-08-24T20:22:21.945Z[ recovery-image] Aug 24 20:22:21.007 INFO O| Aug 24 20:22:21.007 INFO STEP 567 (remove_files) COMPLETE
69992026-08-24T20:22:21.945Z[ recovery-image] Aug 24 20:22:21.007 INFO O| Aug 24 20:22:21.007 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.028 INFO O| Aug 24 20:22:21.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70012026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.028 INFO O| Aug 24 20:22:21.028 INFO STEP 568 (remove_files) COMPLETE
70022026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.028 INFO O| Aug 24 20:22:21.028 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.037 INFO O| Aug 24 20:22:21.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70042026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.039 INFO O| Aug 24 20:22:21.038 INFO STEP 569 (remove_files) COMPLETE
70052026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.039 INFO O| Aug 24 20:22:21.039 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.049 INFO O| Aug 24 20:22:21.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70072026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.049 INFO O| Aug 24 20:22:21.049 INFO STEP 570 (remove_files) COMPLETE
70082026-08-24T20:22:21.993Z[ recovery-image] Aug 24 20:22:21.049 INFO O| Aug 24 20:22:21.049 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-24T20:22:21.999Z[ recovery-image] Aug 24 20:22:21.059 INFO O| Aug 24 20:22:21.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70102026-08-24T20:22:21.999Z[ recovery-image] Aug 24 20:22:21.059 INFO O| Aug 24 20:22:21.059 INFO STEP 571 (remove_files) COMPLETE
70112026-08-24T20:22:21.999Z[ recovery-image] Aug 24 20:22:21.059 INFO O| Aug 24 20:22:21.059 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-24T20:22:22.003Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
70132026-08-24T20:22:22.010Z[ recovery-image] Aug 24 20:22:21.072 INFO O| Aug 24 20:22:21.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70142026-08-24T20:22:22.010Z[ recovery-image] Aug 24 20:22:21.072 INFO O| Aug 24 20:22:21.072 INFO STEP 572 (remove_files) COMPLETE
70152026-08-24T20:22:22.010Z[ recovery-image] Aug 24 20:22:21.072 INFO O| Aug 24 20:22:21.072 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-24T20:22:22.020Z[ recovery-image] Aug 24 20:22:21.082 INFO O| Aug 24 20:22:21.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70172026-08-24T20:22:22.020Z[ recovery-image] Aug 24 20:22:21.082 INFO O| Aug 24 20:22:21.082 INFO STEP 573 (remove_files) COMPLETE
70182026-08-24T20:22:22.020Z[ recovery-image] Aug 24 20:22:21.082 INFO O| Aug 24 20:22:21.082 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-24T20:22:22.030Z[ recovery-image] Aug 24 20:22:21.092 INFO O| Aug 24 20:22:21.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70202026-08-24T20:22:22.030Z[ recovery-image] Aug 24 20:22:21.092 INFO O| Aug 24 20:22:21.092 INFO STEP 574 (remove_files) COMPLETE
70212026-08-24T20:22:22.030Z[ recovery-image] Aug 24 20:22:21.092 INFO O| Aug 24 20:22:21.092 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-24T20:22:22.041Z[ recovery-image] Aug 24 20:22:21.103 INFO O| Aug 24 20:22:21.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70232026-08-24T20:22:22.041Z[ recovery-image] Aug 24 20:22:21.103 INFO O| Aug 24 20:22:21.103 INFO STEP 575 (remove_files) COMPLETE
70242026-08-24T20:22:22.044Z[ recovery-image] Aug 24 20:22:21.103 INFO O| Aug 24 20:22:21.103 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-24T20:22:22.050Z[ recovery-image] Aug 24 20:22:21.113 INFO O| Aug 24 20:22:21.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70262026-08-24T20:22:22.051Z[ recovery-image] Aug 24 20:22:21.113 INFO O| Aug 24 20:22:21.113 INFO STEP 576 (remove_files) COMPLETE
70272026-08-24T20:22:22.054Z[ recovery-image] Aug 24 20:22:21.113 INFO O| Aug 24 20:22:21.113 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-24T20:22:22.059Z[ recovery-image] Aug 24 20:22:21.122 INFO O| Aug 24 20:22:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70292026-08-24T20:22:22.059Z[ recovery-image] Aug 24 20:22:21.122 INFO O| Aug 24 20:22:21.122 INFO STEP 577 (remove_files) COMPLETE
70302026-08-24T20:22:22.059Z[ recovery-image] Aug 24 20:22:21.122 INFO O| Aug 24 20:22:21.122 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-24T20:22:22.069Z[ recovery-image] Aug 24 20:22:21.131 INFO O| Aug 24 20:22:21.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70322026-08-24T20:22:22.069Z[ recovery-image] Aug 24 20:22:21.131 INFO O| Aug 24 20:22:21.131 INFO STEP 578 (remove_files) COMPLETE
70332026-08-24T20:22:22.072Z[ recovery-image] Aug 24 20:22:21.131 INFO O| Aug 24 20:22:21.131 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-24T20:22:22.078Z[ recovery-image] Aug 24 20:22:21.140 INFO O| Aug 24 20:22:21.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70352026-08-24T20:22:22.078Z[ recovery-image] Aug 24 20:22:21.141 INFO O| Aug 24 20:22:21.141 INFO STEP 579 (remove_files) COMPLETE
70362026-08-24T20:22:22.078Z[ recovery-image] Aug 24 20:22:21.141 INFO O| Aug 24 20:22:21.141 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-24T20:22:22.089Z[ recovery-image] Aug 24 20:22:21.151 INFO O| Aug 24 20:22:21.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70382026-08-24T20:22:22.089Z[ recovery-image] Aug 24 20:22:21.151 INFO O| Aug 24 20:22:21.151 INFO STEP 580 (remove_files) COMPLETE
70392026-08-24T20:22:22.089Z[ recovery-image] Aug 24 20:22:21.151 INFO O| Aug 24 20:22:21.151 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-24T20:22:22.100Z[ recovery-image] Aug 24 20:22:21.162 INFO O| Aug 24 20:22:21.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70412026-08-24T20:22:22.100Z[ recovery-image] Aug 24 20:22:21.162 INFO O| Aug 24 20:22:21.162 INFO STEP 581 (remove_files) COMPLETE
70422026-08-24T20:22:22.100Z[ recovery-image] Aug 24 20:22:21.162 INFO O| Aug 24 20:22:21.162 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-24T20:22:22.115Z[ recovery-image] Aug 24 20:22:21.174 INFO O| Aug 24 20:22:21.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70442026-08-24T20:22:22.115Z[ recovery-image] Aug 24 20:22:21.174 INFO O| Aug 24 20:22:21.174 INFO STEP 582 (remove_files) COMPLETE
70452026-08-24T20:22:22.115Z[ recovery-image] Aug 24 20:22:21.174 INFO O| Aug 24 20:22:21.174 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-24T20:22:22.121Z[ recovery-image] Aug 24 20:22:21.183 INFO O| Aug 24 20:22:21.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70472026-08-24T20:22:22.121Z[ recovery-image] Aug 24 20:22:21.183 INFO O| Aug 24 20:22:21.183 INFO STEP 583 (remove_files) COMPLETE
70482026-08-24T20:22:22.125Z[ recovery-image] Aug 24 20:22:21.183 INFO O| Aug 24 20:22:21.183 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-24T20:22:22.132Z[ recovery-image] Aug 24 20:22:21.194 INFO O| Aug 24 20:22:21.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70502026-08-24T20:22:22.132Z[ recovery-image] Aug 24 20:22:21.194 INFO O| Aug 24 20:22:21.194 INFO STEP 584 (remove_files) COMPLETE
70512026-08-24T20:22:22.132Z[ recovery-image] Aug 24 20:22:21.194 INFO O| Aug 24 20:22:21.194 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-24T20:22:22.143Z[ recovery-image] Aug 24 20:22:21.204 INFO O| Aug 24 20:22:21.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70532026-08-24T20:22:22.143Z[ recovery-image] Aug 24 20:22:21.205 INFO O| Aug 24 20:22:21.205 INFO STEP 585 (remove_files) COMPLETE
70542026-08-24T20:22:22.146Z[ recovery-image] Aug 24 20:22:21.205 INFO O| Aug 24 20:22:21.205 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-24T20:22:22.153Z[ recovery-image] Aug 24 20:22:21.215 INFO O| Aug 24 20:22:21.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70562026-08-24T20:22:22.153Z[ recovery-image] Aug 24 20:22:21.215 INFO O| Aug 24 20:22:21.215 INFO STEP 586 (remove_files) COMPLETE
70572026-08-24T20:22:22.153Z[ recovery-image] Aug 24 20:22:21.215 INFO O| Aug 24 20:22:21.215 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-24T20:22:22.160Z[verify-libraries] Compiling fatfs v0.3.6
70592026-08-24T20:22:22.164Z[ recovery-image] Aug 24 20:22:21.225 INFO O| Aug 24 20:22:21.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70602026-08-24T20:22:22.164Z[ recovery-image] Aug 24 20:22:21.225 INFO O| Aug 24 20:22:21.225 INFO STEP 587 (remove_files) COMPLETE
70612026-08-24T20:22:22.164Z[ recovery-image] Aug 24 20:22:21.225 INFO O| Aug 24 20:22:21.225 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-24T20:22:22.172Z[ recovery-image] Aug 24 20:22:21.234 INFO O| Aug 24 20:22:21.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70632026-08-24T20:22:22.172Z[ recovery-image] Aug 24 20:22:21.235 INFO O| Aug 24 20:22:21.235 INFO STEP 588 (remove_files) COMPLETE
70642026-08-24T20:22:22.172Z[ recovery-image] Aug 24 20:22:21.235 INFO O| Aug 24 20:22:21.235 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-24T20:22:22.182Z[ recovery-image] Aug 24 20:22:21.244 INFO O| Aug 24 20:22:21.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70662026-08-24T20:22:22.182Z[ recovery-image] Aug 24 20:22:21.244 INFO O| Aug 24 20:22:21.244 INFO STEP 589 (remove_files) COMPLETE
70672026-08-24T20:22:22.185Z[ recovery-image] Aug 24 20:22:21.244 INFO O| Aug 24 20:22:21.244 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-24T20:22:22.188Z[verify-libraries] Compiling num-bigint v0.4.6
70692026-08-24T20:22:22.193Z[ recovery-image] Aug 24 20:22:21.255 INFO O| Aug 24 20:22:21.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70702026-08-24T20:22:22.193Z[ recovery-image] Aug 24 20:22:21.255 INFO O| Aug 24 20:22:21.255 INFO STEP 590 (remove_files) COMPLETE
70712026-08-24T20:22:22.196Z[ recovery-image] Aug 24 20:22:21.255 INFO O| Aug 24 20:22:21.255 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-24T20:22:22.202Z[ recovery-image] Aug 24 20:22:21.264 INFO O| Aug 24 20:22:21.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70732026-08-24T20:22:22.202Z[ recovery-image] Aug 24 20:22:21.264 INFO O| Aug 24 20:22:21.264 INFO STEP 591 (remove_files) COMPLETE
70742026-08-24T20:22:22.207Z[ recovery-image] Aug 24 20:22:21.264 INFO O| Aug 24 20:22:21.264 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-24T20:22:22.212Z[ recovery-image] Aug 24 20:22:21.274 INFO O| Aug 24 20:22:21.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70762026-08-24T20:22:22.216Z[ recovery-image] Aug 24 20:22:21.274 INFO O| Aug 24 20:22:21.274 INFO STEP 592 (remove_files) COMPLETE
70772026-08-24T20:22:22.216Z[ recovery-image] Aug 24 20:22:21.274 INFO O| Aug 24 20:22:21.274 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-24T20:22:22.222Z[ recovery-image] Aug 24 20:22:21.284 INFO O| Aug 24 20:22:21.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70792026-08-24T20:22:22.222Z[ recovery-image] Aug 24 20:22:21.284 INFO O| Aug 24 20:22:21.284 INFO STEP 593 (remove_files) COMPLETE
70802026-08-24T20:22:22.222Z[ recovery-image] Aug 24 20:22:21.284 INFO O| Aug 24 20:22:21.284 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-24T20:22:22.233Z[ recovery-image] Aug 24 20:22:21.295 INFO O| Aug 24 20:22:21.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70822026-08-24T20:22:22.233Z[ recovery-image] Aug 24 20:22:21.295 INFO O| Aug 24 20:22:21.295 INFO STEP 594 (remove_files) COMPLETE
70832026-08-24T20:22:22.233Z[ recovery-image] Aug 24 20:22:21.295 INFO O| Aug 24 20:22:21.295 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-24T20:22:22.242Z[ recovery-image] Aug 24 20:22:21.304 INFO O| Aug 24 20:22:21.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70852026-08-24T20:22:22.242Z[ recovery-image] Aug 24 20:22:21.304 INFO O| Aug 24 20:22:21.304 INFO STEP 595 (remove_files) COMPLETE
70862026-08-24T20:22:22.242Z[ recovery-image] Aug 24 20:22:21.304 INFO O| Aug 24 20:22:21.304 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-24T20:22:22.251Z[ recovery-image] Aug 24 20:22:21.313 INFO O| Aug 24 20:22:21.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70882026-08-24T20:22:22.251Z[ recovery-image] Aug 24 20:22:21.313 INFO O| Aug 24 20:22:21.313 INFO STEP 596 (remove_files) COMPLETE
70892026-08-24T20:22:22.251Z[ recovery-image] Aug 24 20:22:21.313 INFO O| Aug 24 20:22:21.313 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-24T20:22:22.259Z[ recovery-image] Aug 24 20:22:21.321 INFO O| Aug 24 20:22:21.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70912026-08-24T20:22:22.259Z[ recovery-image] Aug 24 20:22:21.321 INFO O| Aug 24 20:22:21.321 INFO STEP 597 (remove_files) COMPLETE
70922026-08-24T20:22:22.263Z[ recovery-image] Aug 24 20:22:21.321 INFO O| Aug 24 20:22:21.321 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-24T20:22:22.267Z[ recovery-image] Aug 24 20:22:21.329 INFO O| Aug 24 20:22:21.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70942026-08-24T20:22:22.267Z[ recovery-image] Aug 24 20:22:21.329 INFO O| Aug 24 20:22:21.329 INFO STEP 598 (remove_files) COMPLETE
70952026-08-24T20:22:22.267Z[ recovery-image] Aug 24 20:22:21.329 INFO O| Aug 24 20:22:21.329 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-24T20:22:22.276Z[ recovery-image] Aug 24 20:22:21.339 INFO O| Aug 24 20:22:21.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70972026-08-24T20:22:22.277Z[ recovery-image] Aug 24 20:22:21.339 INFO O| Aug 24 20:22:21.339 INFO STEP 599 (remove_files) COMPLETE
70982026-08-24T20:22:22.281Z[ recovery-image] Aug 24 20:22:21.339 INFO O| Aug 24 20:22:21.339 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-24T20:22:22.284Z[verify-libraries] Compiling generic-array v1.4.3
71002026-08-24T20:22:22.288Z[ recovery-image] Aug 24 20:22:21.348 INFO O| Aug 24 20:22:21.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71012026-08-24T20:22:22.288Z[ recovery-image] Aug 24 20:22:21.349 INFO O| Aug 24 20:22:21.349 INFO STEP 600 (remove_files) COMPLETE
71022026-08-24T20:22:22.288Z[ recovery-image] Aug 24 20:22:21.349 INFO O| Aug 24 20:22:21.349 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-24T20:22:22.297Z[ recovery-image] Aug 24 20:22:21.359 INFO O| Aug 24 20:22:21.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71042026-08-24T20:22:22.297Z[ recovery-image] Aug 24 20:22:21.359 INFO O| Aug 24 20:22:21.359 INFO STEP 601 (remove_files) COMPLETE
71052026-08-24T20:22:22.300Z[ recovery-image] Aug 24 20:22:21.359 INFO O| Aug 24 20:22:21.359 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-24T20:22:22.307Z[ recovery-image] Aug 24 20:22:21.369 INFO O| Aug 24 20:22:21.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71072026-08-24T20:22:22.307Z[ recovery-image] Aug 24 20:22:21.369 INFO O| Aug 24 20:22:21.369 INFO STEP 602 (remove_files) COMPLETE
71082026-08-24T20:22:22.307Z[ recovery-image] Aug 24 20:22:21.369 INFO O| Aug 24 20:22:21.369 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-24T20:22:22.317Z[ recovery-image] Aug 24 20:22:21.379 INFO O| Aug 24 20:22:21.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71102026-08-24T20:22:22.317Z[ recovery-image] Aug 24 20:22:21.379 INFO O| Aug 24 20:22:21.379 INFO STEP 603 (remove_files) COMPLETE
71112026-08-24T20:22:22.317Z[ recovery-image] Aug 24 20:22:21.379 INFO O| Aug 24 20:22:21.379 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-24T20:22:22.328Z[ recovery-image] Aug 24 20:22:21.390 INFO O| Aug 24 20:22:21.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71132026-08-24T20:22:22.328Z[ recovery-image] Aug 24 20:22:21.390 INFO O| Aug 24 20:22:21.390 INFO STEP 604 (remove_files) COMPLETE
71142026-08-24T20:22:22.328Z[ recovery-image] Aug 24 20:22:21.390 INFO O| Aug 24 20:22:21.390 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-24T20:22:22.337Z[ recovery-image] Aug 24 20:22:21.399 INFO O| Aug 24 20:22:21.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71162026-08-24T20:22:22.338Z[ recovery-image] Aug 24 20:22:21.400 INFO O| Aug 24 20:22:21.399 INFO STEP 605 (remove_files) COMPLETE
71172026-08-24T20:22:22.338Z[ recovery-image] Aug 24 20:22:21.400 INFO O| Aug 24 20:22:21.400 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-24T20:22:22.348Z[ recovery-image] Aug 24 20:22:21.409 INFO O| Aug 24 20:22:21.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71192026-08-24T20:22:22.348Z[ recovery-image] Aug 24 20:22:21.410 INFO O| Aug 24 20:22:21.410 INFO STEP 606 (remove_files) COMPLETE
71202026-08-24T20:22:22.351Z[ recovery-image] Aug 24 20:22:21.410 INFO O| Aug 24 20:22:21.410 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-24T20:22:22.358Z[ recovery-image] Aug 24 20:22:21.420 INFO O| Aug 24 20:22:21.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71222026-08-24T20:22:22.358Z[ recovery-image] Aug 24 20:22:21.420 INFO O| Aug 24 20:22:21.420 INFO STEP 607 (remove_files) COMPLETE
71232026-08-24T20:22:22.358Z[ recovery-image] Aug 24 20:22:21.420 INFO O| Aug 24 20:22:21.420 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-24T20:22:22.363Z[verify-libraries] Compiling russh-util v0.52.0
71252026-08-24T20:22:22.367Z[ recovery-image] Aug 24 20:22:21.429 INFO O| Aug 24 20:22:21.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71262026-08-24T20:22:22.367Z[ recovery-image] Aug 24 20:22:21.429 INFO O| Aug 24 20:22:21.429 INFO STEP 608 (remove_files) COMPLETE
71272026-08-24T20:22:22.367Z[ recovery-image] Aug 24 20:22:21.429 INFO O| Aug 24 20:22:21.429 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-24T20:22:22.377Z[ recovery-image] Aug 24 20:22:21.439 INFO O| Aug 24 20:22:21.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71292026-08-24T20:22:22.377Z[ recovery-image] Aug 24 20:22:21.439 INFO O| Aug 24 20:22:21.439 INFO STEP 609 (remove_files) COMPLETE
71302026-08-24T20:22:22.380Z[ recovery-image] Aug 24 20:22:21.439 INFO O| Aug 24 20:22:21.439 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-24T20:22:22.387Z[ recovery-image] Aug 24 20:22:21.449 INFO O| Aug 24 20:22:21.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71322026-08-24T20:22:22.387Z[ recovery-image] Aug 24 20:22:21.449 INFO O| Aug 24 20:22:21.449 INFO STEP 610 (remove_files) COMPLETE
71332026-08-24T20:22:22.390Z[ recovery-image] Aug 24 20:22:21.449 INFO O| Aug 24 20:22:21.449 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-24T20:22:22.397Z[ recovery-image] Aug 24 20:22:21.459 INFO O| Aug 24 20:22:21.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71352026-08-24T20:22:22.397Z[ recovery-image] Aug 24 20:22:21.459 INFO O| Aug 24 20:22:21.459 INFO STEP 611 (remove_files) COMPLETE
71362026-08-24T20:22:22.400Z[ recovery-image] Aug 24 20:22:21.459 INFO O| Aug 24 20:22:21.459 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-24T20:22:22.400Z[verify-libraries] Compiling enum_dispatch v0.3.13
71382026-08-24T20:22:22.407Z[ recovery-image] Aug 24 20:22:21.469 INFO O| Aug 24 20:22:21.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71392026-08-24T20:22:22.407Z[ recovery-image] Aug 24 20:22:21.469 INFO O| Aug 24 20:22:21.469 INFO STEP 612 (remove_files) COMPLETE
71402026-08-24T20:22:22.407Z[ recovery-image] Aug 24 20:22:21.469 INFO O| Aug 24 20:22:21.469 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-24T20:22:22.416Z[ recovery-image] Aug 24 20:22:21.478 INFO O| Aug 24 20:22:21.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71422026-08-24T20:22:22.416Z[ recovery-image] Aug 24 20:22:21.478 INFO O| Aug 24 20:22:21.478 INFO STEP 613 (remove_files) COMPLETE
71432026-08-24T20:22:22.416Z[ recovery-image] Aug 24 20:22:21.478 INFO O| Aug 24 20:22:21.478 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-24T20:22:22.425Z[ recovery-image] Aug 24 20:22:21.487 INFO O| Aug 24 20:22:21.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71452026-08-24T20:22:22.425Z[ recovery-image] Aug 24 20:22:21.487 INFO O| Aug 24 20:22:21.487 INFO STEP 614 (remove_files) COMPLETE
71462026-08-24T20:22:22.425Z[ recovery-image] Aug 24 20:22:21.487 INFO O| Aug 24 20:22:21.487 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-24T20:22:22.434Z[ recovery-image] Aug 24 20:22:21.495 INFO O| Aug 24 20:22:21.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71482026-08-24T20:22:22.434Z[ recovery-image] Aug 24 20:22:21.496 INFO O| Aug 24 20:22:21.495 INFO STEP 615 (remove_files) COMPLETE
71492026-08-24T20:22:22.434Z[ recovery-image] Aug 24 20:22:21.496 INFO O| Aug 24 20:22:21.495 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-24T20:22:22.441Z[ recovery-image] Aug 24 20:22:21.503 INFO O| Aug 24 20:22:21.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71512026-08-24T20:22:22.441Z[ recovery-image] Aug 24 20:22:21.503 INFO O| Aug 24 20:22:21.503 INFO STEP 616 (remove_files) COMPLETE
71522026-08-24T20:22:22.445Z[ recovery-image] Aug 24 20:22:21.503 INFO O| Aug 24 20:22:21.503 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-24T20:22:22.449Z[ recovery-image] Aug 24 20:22:21.512 INFO O| Aug 24 20:22:21.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71542026-08-24T20:22:22.450Z[ recovery-image] Aug 24 20:22:21.512 INFO O| Aug 24 20:22:21.512 INFO STEP 617 (remove_files) COMPLETE
71552026-08-24T20:22:22.453Z[ recovery-image] Aug 24 20:22:21.512 INFO O| Aug 24 20:22:21.512 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-24T20:22:22.461Z[ recovery-image] Aug 24 20:22:21.523 INFO O| Aug 24 20:22:21.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71572026-08-24T20:22:22.461Z[ recovery-image] Aug 24 20:22:21.523 INFO O| Aug 24 20:22:21.523 INFO STEP 618 (remove_files) COMPLETE
71582026-08-24T20:22:22.461Z[ recovery-image] Aug 24 20:22:21.523 INFO O| Aug 24 20:22:21.523 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-24T20:22:22.472Z[ recovery-image] Aug 24 20:22:21.534 INFO O| Aug 24 20:22:21.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71602026-08-24T20:22:22.472Z[ recovery-image] Aug 24 20:22:21.534 INFO O| Aug 24 20:22:21.534 INFO STEP 619 (remove_files) COMPLETE
71612026-08-24T20:22:22.472Z[ recovery-image] Aug 24 20:22:21.534 INFO O| Aug 24 20:22:21.534 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-24T20:22:22.483Z[ recovery-image] Aug 24 20:22:21.545 INFO O| Aug 24 20:22:21.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71632026-08-24T20:22:22.483Z[ recovery-image] Aug 24 20:22:21.545 INFO O| Aug 24 20:22:21.545 INFO STEP 620 (remove_files) COMPLETE
71642026-08-24T20:22:22.483Z[ recovery-image] Aug 24 20:22:21.545 INFO O| Aug 24 20:22:21.545 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-24T20:22:22.494Z[ recovery-image] Aug 24 20:22:21.556 INFO O| Aug 24 20:22:21.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71662026-08-24T20:22:22.498Z[ recovery-image] Aug 24 20:22:21.557 INFO O| Aug 24 20:22:21.557 INFO STEP 621 (remove_files) COMPLETE
71672026-08-24T20:22:22.498Z[ recovery-image] Aug 24 20:22:21.557 INFO O| Aug 24 20:22:21.557 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-24T20:22:22.505Z[ recovery-image] Aug 24 20:22:21.567 INFO O| Aug 24 20:22:21.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71692026-08-24T20:22:22.505Z[ recovery-image] Aug 24 20:22:21.567 INFO O| Aug 24 20:22:21.567 INFO STEP 622 (remove_files) COMPLETE
71702026-08-24T20:22:22.505Z[ recovery-image] Aug 24 20:22:21.567 INFO O| Aug 24 20:22:21.567 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-24T20:22:22.514Z[ recovery-image] Aug 24 20:22:21.576 INFO O| Aug 24 20:22:21.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71722026-08-24T20:22:22.514Z[ recovery-image] Aug 24 20:22:21.576 INFO O| Aug 24 20:22:21.576 INFO STEP 623 (remove_files) COMPLETE
71732026-08-24T20:22:22.514Z[ recovery-image] Aug 24 20:22:21.576 INFO O| Aug 24 20:22:21.576 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-24T20:22:22.524Z[ recovery-image] Aug 24 20:22:21.586 INFO O| Aug 24 20:22:21.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71752026-08-24T20:22:22.524Z[ recovery-image] Aug 24 20:22:21.586 INFO O| Aug 24 20:22:21.586 INFO STEP 624 (remove_files) COMPLETE
71762026-08-24T20:22:22.524Z[ recovery-image] Aug 24 20:22:21.586 INFO O| Aug 24 20:22:21.586 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-24T20:22:22.534Z[ recovery-image] Aug 24 20:22:21.596 INFO O| Aug 24 20:22:21.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71782026-08-24T20:22:22.534Z[ recovery-image] Aug 24 20:22:21.596 INFO O| Aug 24 20:22:21.596 INFO STEP 625 (remove_files) COMPLETE
71792026-08-24T20:22:22.534Z[ recovery-image] Aug 24 20:22:21.596 INFO O| Aug 24 20:22:21.596 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-24T20:22:22.545Z[ recovery-image] Aug 24 20:22:21.607 INFO O| Aug 24 20:22:21.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71812026-08-24T20:22:22.545Z[ recovery-image] Aug 24 20:22:21.607 INFO O| Aug 24 20:22:21.607 INFO STEP 626 (remove_files) COMPLETE
71822026-08-24T20:22:22.545Z[ recovery-image] Aug 24 20:22:21.607 INFO O| Aug 24 20:22:21.607 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-24T20:22:22.555Z[ recovery-image] Aug 24 20:22:21.617 INFO O| Aug 24 20:22:21.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71842026-08-24T20:22:22.555Z[ recovery-image] Aug 24 20:22:21.617 INFO O| Aug 24 20:22:21.617 INFO STEP 627 (remove_files) COMPLETE
71852026-08-24T20:22:22.555Z[ recovery-image] Aug 24 20:22:21.617 INFO O| Aug 24 20:22:21.617 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-24T20:22:22.565Z[ recovery-image] Aug 24 20:22:21.627 INFO O| Aug 24 20:22:21.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71872026-08-24T20:22:22.565Z[ recovery-image] Aug 24 20:22:21.627 INFO O| Aug 24 20:22:21.627 INFO STEP 628 (remove_files) COMPLETE
71882026-08-24T20:22:22.565Z[ recovery-image] Aug 24 20:22:21.627 INFO O| Aug 24 20:22:21.627 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-24T20:22:22.570Z[verify-libraries] Compiling delegate v0.13.5
71902026-08-24T20:22:22.575Z[ recovery-image] Aug 24 20:22:21.637 INFO O| Aug 24 20:22:21.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71912026-08-24T20:22:22.578Z[ recovery-image] Aug 24 20:22:21.639 INFO O| Aug 24 20:22:21.637 INFO STEP 629 (remove_files) COMPLETE
71922026-08-24T20:22:22.578Z[ recovery-image] Aug 24 20:22:21.639 INFO O| Aug 24 20:22:21.637 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-24T20:22:22.585Z[ recovery-image] Aug 24 20:22:21.647 INFO O| Aug 24 20:22:21.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71942026-08-24T20:22:22.585Z[ recovery-image] Aug 24 20:22:21.647 INFO O| Aug 24 20:22:21.647 INFO STEP 630 (remove_files) COMPLETE
71952026-08-24T20:22:22.588Z[ recovery-image] Aug 24 20:22:21.647 INFO O| Aug 24 20:22:21.647 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-24T20:22:22.594Z[ recovery-image] Aug 24 20:22:21.656 INFO O| Aug 24 20:22:21.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71972026-08-24T20:22:22.594Z[ recovery-image] Aug 24 20:22:21.656 INFO O| Aug 24 20:22:21.656 INFO STEP 631 (remove_files) COMPLETE
71982026-08-24T20:22:22.598Z[ recovery-image] Aug 24 20:22:21.656 INFO O| Aug 24 20:22:21.656 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-24T20:22:22.604Z[ recovery-image] Aug 24 20:22:21.667 INFO O| Aug 24 20:22:21.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72002026-08-24T20:22:22.605Z[ recovery-image] Aug 24 20:22:21.667 INFO O| Aug 24 20:22:21.667 INFO STEP 632 (remove_files) COMPLETE
72012026-08-24T20:22:22.608Z[ recovery-image] Aug 24 20:22:21.667 INFO O| Aug 24 20:22:21.667 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-24T20:22:22.615Z[ recovery-image] Aug 24 20:22:21.677 INFO O| Aug 24 20:22:21.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72032026-08-24T20:22:22.615Z[ recovery-image] Aug 24 20:22:21.677 INFO O| Aug 24 20:22:21.677 INFO STEP 633 (remove_files) COMPLETE
72042026-08-24T20:22:22.618Z[ recovery-image] Aug 24 20:22:21.677 INFO O| Aug 24 20:22:21.677 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-24T20:22:22.624Z[ recovery-image] Aug 24 20:22:21.686 INFO O| Aug 24 20:22:21.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72062026-08-24T20:22:22.624Z[ recovery-image] Aug 24 20:22:21.686 INFO O| Aug 24 20:22:21.686 INFO STEP 634 (remove_files) COMPLETE
72072026-08-24T20:22:22.624Z[ recovery-image] Aug 24 20:22:21.686 INFO O| Aug 24 20:22:21.686 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-24T20:22:22.633Z[ recovery-image] Aug 24 20:22:21.695 INFO O| Aug 24 20:22:21.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72092026-08-24T20:22:22.633Z[ recovery-image] Aug 24 20:22:21.695 INFO O| Aug 24 20:22:21.695 INFO STEP 635 (remove_files) COMPLETE
72102026-08-24T20:22:22.637Z[ recovery-image] Aug 24 20:22:21.695 INFO O| Aug 24 20:22:21.695 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-24T20:22:22.642Z[ recovery-image] Aug 24 20:22:21.704 INFO O| Aug 24 20:22:21.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72122026-08-24T20:22:22.642Z[ recovery-image] Aug 24 20:22:21.704 INFO O| Aug 24 20:22:21.704 INFO STEP 636 (remove_files) COMPLETE
72132026-08-24T20:22:22.646Z[ recovery-image] Aug 24 20:22:21.704 INFO O| Aug 24 20:22:21.704 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-24T20:22:22.651Z[ recovery-image] Aug 24 20:22:21.713 INFO O| Aug 24 20:22:21.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72152026-08-24T20:22:22.651Z[ recovery-image] Aug 24 20:22:21.713 INFO O| Aug 24 20:22:21.713 INFO STEP 637 (remove_files) COMPLETE
72162026-08-24T20:22:22.651Z[ recovery-image] Aug 24 20:22:21.713 INFO O| Aug 24 20:22:21.713 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-24T20:22:22.658Z[verify-libraries] Compiling sapling-renderdag v0.1.0
72182026-08-24T20:22:22.662Z[ recovery-image] Aug 24 20:22:21.721 INFO O| Aug 24 20:22:21.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72192026-08-24T20:22:22.662Z[ recovery-image] Aug 24 20:22:21.721 INFO O| Aug 24 20:22:21.721 INFO STEP 638 (remove_files) COMPLETE
72202026-08-24T20:22:22.662Z[ recovery-image] Aug 24 20:22:21.721 INFO O| Aug 24 20:22:21.721 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-24T20:22:22.668Z[ recovery-image] Aug 24 20:22:21.730 INFO O| Aug 24 20:22:21.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72222026-08-24T20:22:22.668Z[ recovery-image] Aug 24 20:22:21.730 INFO O| Aug 24 20:22:21.730 INFO STEP 639 (remove_files) COMPLETE
72232026-08-24T20:22:22.668Z[ recovery-image] Aug 24 20:22:21.730 INFO O| Aug 24 20:22:21.730 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-24T20:22:22.678Z[ recovery-image] Aug 24 20:22:21.740 INFO O| Aug 24 20:22:21.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72252026-08-24T20:22:22.678Z[ recovery-image] Aug 24 20:22:21.740 INFO O| Aug 24 20:22:21.740 INFO STEP 640 (remove_files) COMPLETE
72262026-08-24T20:22:22.681Z[ recovery-image] Aug 24 20:22:21.740 INFO O| Aug 24 20:22:21.740 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-24T20:22:22.686Z[ recovery-image] Aug 24 20:22:21.749 INFO O| Aug 24 20:22:21.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72282026-08-24T20:22:22.687Z[ recovery-image] Aug 24 20:22:21.749 INFO O| Aug 24 20:22:21.749 INFO STEP 641 (remove_files) COMPLETE
72292026-08-24T20:22:22.690Z[ recovery-image] Aug 24 20:22:21.749 INFO O| Aug 24 20:22:21.749 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-24T20:22:22.696Z[ recovery-image] Aug 24 20:22:21.758 INFO O| Aug 24 20:22:21.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72312026-08-24T20:22:22.696Z[ recovery-image] Aug 24 20:22:21.758 INFO O| Aug 24 20:22:21.758 INFO STEP 642 (remove_files) COMPLETE
72322026-08-24T20:22:22.696Z[ recovery-image] Aug 24 20:22:21.758 INFO O| Aug 24 20:22:21.758 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-24T20:22:22.705Z[ recovery-image] Aug 24 20:22:21.767 INFO O| Aug 24 20:22:21.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72342026-08-24T20:22:22.708Z[ recovery-image] Aug 24 20:22:21.767 INFO O| Aug 24 20:22:21.767 INFO STEP 643 (remove_files) COMPLETE
72352026-08-24T20:22:22.708Z[ recovery-image] Aug 24 20:22:21.767 INFO O| Aug 24 20:22:21.767 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-24T20:22:22.714Z[ recovery-image] Aug 24 20:22:21.776 INFO O| Aug 24 20:22:21.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72372026-08-24T20:22:22.714Z[ recovery-image] Aug 24 20:22:21.776 INFO O| Aug 24 20:22:21.776 INFO STEP 644 (remove_files) COMPLETE
72382026-08-24T20:22:22.717Z[ recovery-image] Aug 24 20:22:21.776 INFO O| Aug 24 20:22:21.776 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-24T20:22:22.723Z[ recovery-image] Aug 24 20:22:21.785 INFO O| Aug 24 20:22:21.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72402026-08-24T20:22:22.723Z[ recovery-image] Aug 24 20:22:21.785 INFO O| Aug 24 20:22:21.785 INFO STEP 645 (remove_files) COMPLETE
72412026-08-24T20:22:22.726Z[ recovery-image] Aug 24 20:22:21.785 INFO O| Aug 24 20:22:21.785 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-24T20:22:22.732Z[ recovery-image] Aug 24 20:22:21.794 INFO O| Aug 24 20:22:21.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72432026-08-24T20:22:22.732Z[ recovery-image] Aug 24 20:22:21.795 INFO O| Aug 24 20:22:21.794 INFO STEP 646 (remove_files) COMPLETE
72442026-08-24T20:22:22.736Z[ recovery-image] Aug 24 20:22:21.795 INFO O| Aug 24 20:22:21.794 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-24T20:22:22.741Z[ recovery-image] Aug 24 20:22:21.803 INFO O| Aug 24 20:22:21.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72462026-08-24T20:22:22.745Z[ recovery-image] Aug 24 20:22:21.803 INFO O| Aug 24 20:22:21.803 INFO STEP 647 (remove_files) COMPLETE
72472026-08-24T20:22:22.745Z[ recovery-image] Aug 24 20:22:21.804 INFO O| Aug 24 20:22:21.803 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-24T20:22:22.751Z[ recovery-image] Aug 24 20:22:21.813 INFO O| Aug 24 20:22:21.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72492026-08-24T20:22:22.751Z[ recovery-image] Aug 24 20:22:21.813 INFO O| Aug 24 20:22:21.813 INFO STEP 648 (remove_files) COMPLETE
72502026-08-24T20:22:22.751Z[ recovery-image] Aug 24 20:22:21.813 INFO O| Aug 24 20:22:21.813 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-24T20:22:22.781Z[ recovery-image] Aug 24 20:22:21.843 INFO O| Aug 24 20:22:21.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72522026-08-24T20:22:22.801Z[ recovery-image] Aug 24 20:22:21.863 INFO O| Aug 24 20:22:21.863 INFO STEP 649 (remove_files) COMPLETE
72532026-08-24T20:22:22.801Z[ recovery-image] Aug 24 20:22:21.863 INFO O| Aug 24 20:22:21.863 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-24T20:22:22.812Z[ recovery-image] Aug 24 20:22:21.874 INFO O| Aug 24 20:22:21.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72552026-08-24T20:22:22.812Z[ recovery-image] Aug 24 20:22:21.874 INFO O| Aug 24 20:22:21.874 INFO STEP 650 (remove_files) COMPLETE
72562026-08-24T20:22:22.812Z[ recovery-image] Aug 24 20:22:21.874 INFO O| Aug 24 20:22:21.874 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-24T20:22:22.830Z[ recovery-image] Aug 24 20:22:21.892 INFO O| Aug 24 20:22:21.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72582026-08-24T20:22:22.830Z[ recovery-image] Aug 24 20:22:21.892 INFO O| Aug 24 20:22:21.892 INFO STEP 651 (remove_files) COMPLETE
72592026-08-24T20:22:22.830Z[ recovery-image] Aug 24 20:22:21.892 INFO O| Aug 24 20:22:21.892 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-24T20:22:22.837Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
72612026-08-24T20:22:22.864Z[ recovery-image] Aug 24 20:22:21.926 INFO O| Aug 24 20:22:21.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72622026-08-24T20:22:22.864Z[ recovery-image] Aug 24 20:22:21.926 INFO O| Aug 24 20:22:21.926 INFO STEP 652 (remove_files) COMPLETE
72632026-08-24T20:22:22.864Z[ recovery-image] Aug 24 20:22:21.926 INFO O| Aug 24 20:22:21.926 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-24T20:22:22.875Z[ recovery-image] Aug 24 20:22:21.937 INFO O| Aug 24 20:22:21.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72652026-08-24T20:22:22.875Z[ recovery-image] Aug 24 20:22:21.937 INFO O| Aug 24 20:22:21.937 INFO STEP 653 (remove_files) COMPLETE
72662026-08-24T20:22:22.875Z[ recovery-image] Aug 24 20:22:21.937 INFO O| Aug 24 20:22:21.937 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-24T20:22:22.886Z[ recovery-image] Aug 24 20:22:21.946 INFO O| Aug 24 20:22:21.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72682026-08-24T20:22:22.886Z[ recovery-image] Aug 24 20:22:21.946 INFO O| Aug 24 20:22:21.946 INFO STEP 654 (remove_files) COMPLETE
72692026-08-24T20:22:22.887Z[ recovery-image] Aug 24 20:22:21.946 INFO O| Aug 24 20:22:21.946 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-24T20:22:22.899Z[ recovery-image] Aug 24 20:22:21.960 INFO O| Aug 24 20:22:21.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72712026-08-24T20:22:22.899Z[ recovery-image] Aug 24 20:22:21.960 INFO O| Aug 24 20:22:21.960 INFO STEP 655 (remove_files) COMPLETE
72722026-08-24T20:22:22.899Z[ recovery-image] Aug 24 20:22:21.960 INFO O| Aug 24 20:22:21.960 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-24T20:22:22.903Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
72742026-08-24T20:22:22.910Z[ recovery-image] Aug 24 20:22:21.972 INFO O| Aug 24 20:22:21.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72752026-08-24T20:22:22.910Z[ recovery-image] Aug 24 20:22:21.972 INFO O| Aug 24 20:22:21.972 INFO STEP 656 (remove_files) COMPLETE
72762026-08-24T20:22:22.910Z[ recovery-image] Aug 24 20:22:21.972 INFO O| Aug 24 20:22:21.972 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-24T20:22:22.918Z[ recovery-image] Aug 24 20:22:21.980 INFO O| Aug 24 20:22:21.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72782026-08-24T20:22:22.918Z[ recovery-image] Aug 24 20:22:21.980 INFO O| Aug 24 20:22:21.980 INFO STEP 657 (remove_files) COMPLETE
72792026-08-24T20:22:22.918Z[ recovery-image] Aug 24 20:22:21.980 INFO O| Aug 24 20:22:21.980 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-24T20:22:22.948Z[ recovery-image] Aug 24 20:22:22.010 INFO O| Aug 24 20:22:22.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72812026-08-24T20:22:22.948Z[ recovery-image] Aug 24 20:22:22.010 INFO O| Aug 24 20:22:22.010 INFO STEP 658 (remove_files) COMPLETE
72822026-08-24T20:22:22.952Z[ recovery-image] Aug 24 20:22:22.010 INFO O| Aug 24 20:22:22.010 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-24T20:22:22.958Z[ recovery-image] Aug 24 20:22:22.020 INFO O| Aug 24 20:22:22.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72842026-08-24T20:22:22.958Z[ recovery-image] Aug 24 20:22:22.020 INFO O| Aug 24 20:22:22.020 INFO STEP 659 (remove_files) COMPLETE
72852026-08-24T20:22:22.958Z[ recovery-image] Aug 24 20:22:22.020 INFO O| Aug 24 20:22:22.020 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-24T20:22:22.967Z[ recovery-image] Aug 24 20:22:22.029 INFO O| Aug 24 20:22:22.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72872026-08-24T20:22:22.967Z[ recovery-image] Aug 24 20:22:22.029 INFO O| Aug 24 20:22:22.029 INFO STEP 660 (remove_files) COMPLETE
72882026-08-24T20:22:22.967Z[ recovery-image] Aug 24 20:22:22.029 INFO O| Aug 24 20:22:22.029 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-24T20:22:22.975Z[ recovery-image] Aug 24 20:22:22.037 INFO O| Aug 24 20:22:22.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72902026-08-24T20:22:22.979Z[verify-libraries] Compiling seq-macro v0.3.6
72912026-08-24T20:22:22.992Z[ recovery-image] Aug 24 20:22:22.054 INFO O| Aug 24 20:22:22.054 INFO STEP 661 (remove_files) COMPLETE
72922026-08-24T20:22:22.992Z[ recovery-image] Aug 24 20:22:22.054 INFO O| Aug 24 20:22:22.054 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-24T20:22:23.002Z[ recovery-image] Aug 24 20:22:22.063 INFO O| Aug 24 20:22:22.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72942026-08-24T20:22:23.002Z[ recovery-image] Aug 24 20:22:22.063 INFO O| Aug 24 20:22:22.063 INFO STEP 662 (remove_files) COMPLETE
72952026-08-24T20:22:23.005Z[ recovery-image] Aug 24 20:22:22.063 INFO O| Aug 24 20:22:22.063 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-24T20:22:23.009Z[ recovery-image] Aug 24 20:22:22.071 INFO O| Aug 24 20:22:22.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72972026-08-24T20:22:23.009Z[ recovery-image] Aug 24 20:22:22.072 INFO O| Aug 24 20:22:22.072 INFO STEP 663 (remove_files) COMPLETE
72982026-08-24T20:22:23.013Z[ recovery-image] Aug 24 20:22:22.072 INFO O| Aug 24 20:22:22.072 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-24T20:22:23.017Z[ recovery-image] Aug 24 20:22:22.079 INFO O| Aug 24 20:22:22.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73002026-08-24T20:22:23.017Z[ recovery-image] Aug 24 20:22:22.079 INFO O| Aug 24 20:22:22.079 INFO STEP 664 (remove_files) COMPLETE
73012026-08-24T20:22:23.017Z[ recovery-image] Aug 24 20:22:22.079 INFO O| Aug 24 20:22:22.079 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-24T20:22:23.027Z[ recovery-image] Aug 24 20:22:22.089 INFO O| Aug 24 20:22:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73032026-08-24T20:22:23.027Z[ recovery-image] Aug 24 20:22:22.089 INFO O| Aug 24 20:22:22.089 INFO STEP 665 (remove_files) COMPLETE
73042026-08-24T20:22:23.030Z[ recovery-image] Aug 24 20:22:22.089 INFO O| Aug 24 20:22:22.089 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-24T20:22:23.036Z[ recovery-image] Aug 24 20:22:22.098 INFO O| Aug 24 20:22:22.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73062026-08-24T20:22:23.036Z[ recovery-image] Aug 24 20:22:22.098 INFO O| Aug 24 20:22:22.098 INFO STEP 666 (remove_files) COMPLETE
73072026-08-24T20:22:23.036Z[ recovery-image] Aug 24 20:22:22.098 INFO O| Aug 24 20:22:22.098 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-24T20:22:23.044Z[ recovery-image] Aug 24 20:22:22.106 INFO O| Aug 24 20:22:22.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73092026-08-24T20:22:23.044Z[ recovery-image] Aug 24 20:22:22.106 INFO O| Aug 24 20:22:22.106 INFO STEP 667 (remove_files) COMPLETE
73102026-08-24T20:22:23.044Z[ recovery-image] Aug 24 20:22:22.106 INFO O| Aug 24 20:22:22.106 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-24T20:22:23.052Z[ recovery-image] Aug 24 20:22:22.114 INFO O| Aug 24 20:22:22.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73122026-08-24T20:22:23.052Z[ recovery-image] Aug 24 20:22:22.114 INFO O| Aug 24 20:22:22.114 INFO STEP 668 (remove_files) COMPLETE
73132026-08-24T20:22:23.056Z[ recovery-image] Aug 24 20:22:22.114 INFO O| Aug 24 20:22:22.114 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-24T20:22:23.056Z[verify-libraries] Compiling sync-ptr v0.1.4
73152026-08-24T20:22:23.060Z[ recovery-image] Aug 24 20:22:22.122 INFO O| Aug 24 20:22:22.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73162026-08-24T20:22:23.060Z[ recovery-image] Aug 24 20:22:22.122 INFO O| Aug 24 20:22:22.122 INFO STEP 669 (remove_files) COMPLETE
73172026-08-24T20:22:23.064Z[ recovery-image] Aug 24 20:22:22.122 INFO O| Aug 24 20:22:22.122 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-24T20:22:23.068Z[ recovery-image] Aug 24 20:22:22.131 INFO O| Aug 24 20:22:22.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73192026-08-24T20:22:23.068Z[ recovery-image] Aug 24 20:22:22.131 INFO O| Aug 24 20:22:22.131 INFO STEP 670 (remove_files) COMPLETE
73202026-08-24T20:22:23.068Z[ recovery-image] Aug 24 20:22:22.131 INFO O| Aug 24 20:22:22.131 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-24T20:22:23.079Z[ recovery-image] Aug 24 20:22:22.141 INFO O| Aug 24 20:22:22.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73222026-08-24T20:22:23.079Z[ recovery-image] Aug 24 20:22:22.141 INFO O| Aug 24 20:22:22.141 INFO STEP 671 (remove_files) COMPLETE
73232026-08-24T20:22:23.079Z[ recovery-image] Aug 24 20:22:22.141 INFO O| Aug 24 20:22:22.141 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-24T20:22:23.090Z[ recovery-image] Aug 24 20:22:22.152 INFO O| Aug 24 20:22:22.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73252026-08-24T20:22:23.090Z[ recovery-image] Aug 24 20:22:22.152 INFO O| Aug 24 20:22:22.152 INFO STEP 672 (remove_files) COMPLETE
73262026-08-24T20:22:23.090Z[ recovery-image] Aug 24 20:22:22.152 INFO O| Aug 24 20:22:22.152 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-24T20:22:23.099Z[ recovery-image] Aug 24 20:22:22.161 INFO O| Aug 24 20:22:22.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73282026-08-24T20:22:23.099Z[ recovery-image] Aug 24 20:22:22.161 INFO O| Aug 24 20:22:22.161 INFO STEP 673 (remove_files) COMPLETE
73292026-08-24T20:22:23.103Z[ recovery-image] Aug 24 20:22:22.161 INFO O| Aug 24 20:22:22.161 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-24T20:22:23.109Z[ recovery-image] Aug 24 20:22:22.171 INFO O| Aug 24 20:22:22.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73312026-08-24T20:22:23.109Z[ recovery-image] Aug 24 20:22:22.171 INFO O| Aug 24 20:22:22.171 INFO STEP 674 (remove_files) COMPLETE
73322026-08-24T20:22:23.109Z[ recovery-image] Aug 24 20:22:22.171 INFO O| Aug 24 20:22:22.171 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-24T20:22:23.119Z[ recovery-image] Aug 24 20:22:22.181 INFO O| Aug 24 20:22:22.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73342026-08-24T20:22:23.119Z[ recovery-image] Aug 24 20:22:22.181 INFO O| Aug 24 20:22:22.181 INFO STEP 675 (remove_files) COMPLETE
73352026-08-24T20:22:23.119Z[ recovery-image] Aug 24 20:22:22.181 INFO O| Aug 24 20:22:22.181 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-24T20:22:23.127Z[ recovery-image] Aug 24 20:22:22.189 INFO O| Aug 24 20:22:22.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73372026-08-24T20:22:23.127Z[ recovery-image] Aug 24 20:22:22.189 INFO O| Aug 24 20:22:22.189 INFO STEP 676 (remove_files) COMPLETE
73382026-08-24T20:22:23.127Z[ recovery-image] Aug 24 20:22:22.189 INFO O| Aug 24 20:22:22.189 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-24T20:22:23.138Z[ recovery-image] Aug 24 20:22:22.200 INFO O| Aug 24 20:22:22.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73402026-08-24T20:22:23.138Z[ recovery-image] Aug 24 20:22:22.200 INFO O| Aug 24 20:22:22.200 INFO STEP 677 (remove_files) COMPLETE
73412026-08-24T20:22:23.141Z[ recovery-image] Aug 24 20:22:22.200 INFO O| Aug 24 20:22:22.200 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-24T20:22:23.156Z[ recovery-image] Aug 24 20:22:22.211 INFO O| Aug 24 20:22:22.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73432026-08-24T20:22:23.156Z[ recovery-image] Aug 24 20:22:22.211 INFO O| Aug 24 20:22:22.211 INFO STEP 678 (remove_files) COMPLETE
73442026-08-24T20:22:23.156Z[ recovery-image] Aug 24 20:22:22.211 INFO O| Aug 24 20:22:22.211 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-24T20:22:23.169Z[ recovery-image] Aug 24 20:22:22.231 INFO O| Aug 24 20:22:22.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73462026-08-24T20:22:23.169Z[ recovery-image] Aug 24 20:22:22.231 INFO O| Aug 24 20:22:22.231 INFO STEP 679 (remove_files) COMPLETE
73472026-08-24T20:22:23.169Z[ recovery-image] Aug 24 20:22:22.231 INFO O| Aug 24 20:22:22.231 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-24T20:22:23.179Z[ recovery-image] Aug 24 20:22:22.241 INFO O| Aug 24 20:22:22.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73492026-08-24T20:22:23.179Z[ recovery-image] Aug 24 20:22:22.241 INFO O| Aug 24 20:22:22.241 INFO STEP 680 (remove_files) COMPLETE
73502026-08-24T20:22:23.179Z[ recovery-image] Aug 24 20:22:22.241 INFO O| Aug 24 20:22:22.241 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-24T20:22:23.189Z[ recovery-image] Aug 24 20:22:22.250 INFO O| Aug 24 20:22:22.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73522026-08-24T20:22:23.189Z[ recovery-image] Aug 24 20:22:22.251 INFO O| Aug 24 20:22:22.250 INFO STEP 681 (remove_files) COMPLETE
73532026-08-24T20:22:23.189Z[ recovery-image] Aug 24 20:22:22.251 INFO O| Aug 24 20:22:22.251 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-24T20:22:23.198Z[ recovery-image] Aug 24 20:22:22.260 INFO O| Aug 24 20:22:22.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73552026-08-24T20:22:23.198Z[ recovery-image] Aug 24 20:22:22.260 INFO O| Aug 24 20:22:22.260 INFO STEP 682 (remove_files) COMPLETE
73562026-08-24T20:22:23.198Z[ recovery-image] Aug 24 20:22:22.260 INFO O| Aug 24 20:22:22.260 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-24T20:22:23.208Z[ recovery-image] Aug 24 20:22:22.269 INFO O| Aug 24 20:22:22.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73582026-08-24T20:22:23.208Z[ recovery-image] Aug 24 20:22:22.269 INFO O| Aug 24 20:22:22.269 INFO STEP 683 (remove_files) COMPLETE
73592026-08-24T20:22:23.208Z[ recovery-image] Aug 24 20:22:22.269 INFO O| Aug 24 20:22:22.269 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-24T20:22:23.217Z[ recovery-image] Aug 24 20:22:22.279 INFO O| Aug 24 20:22:22.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73612026-08-24T20:22:23.217Z[ recovery-image] Aug 24 20:22:22.279 INFO O| Aug 24 20:22:22.279 INFO STEP 684 (remove_files) COMPLETE
73622026-08-24T20:22:23.220Z[ recovery-image] Aug 24 20:22:22.279 INFO O| Aug 24 20:22:22.279 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-24T20:22:23.225Z[ recovery-image] Aug 24 20:22:22.288 INFO O| Aug 24 20:22:22.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73642026-08-24T20:22:23.225Z[ recovery-image] Aug 24 20:22:22.288 INFO O| Aug 24 20:22:22.288 INFO STEP 685 (remove_files) COMPLETE
73652026-08-24T20:22:23.229Z[ recovery-image] Aug 24 20:22:22.288 INFO O| Aug 24 20:22:22.288 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-24T20:22:23.234Z[ recovery-image] Aug 24 20:22:22.296 INFO O| Aug 24 20:22:22.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73672026-08-24T20:22:23.234Z[ recovery-image] Aug 24 20:22:22.296 INFO O| Aug 24 20:22:22.296 INFO STEP 686 (remove_files) COMPLETE
73682026-08-24T20:22:23.237Z[ recovery-image] Aug 24 20:22:22.296 INFO O| Aug 24 20:22:22.296 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-24T20:22:23.243Z[ recovery-image] Aug 24 20:22:22.305 INFO O| Aug 24 20:22:22.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73702026-08-24T20:22:23.243Z[ recovery-image] Aug 24 20:22:22.305 INFO O| Aug 24 20:22:22.305 INFO STEP 687 (remove_files) COMPLETE
73712026-08-24T20:22:23.243Z[ recovery-image] Aug 24 20:22:22.305 INFO O| Aug 24 20:22:22.305 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-24T20:22:23.254Z[ recovery-image] Aug 24 20:22:22.314 INFO O| Aug 24 20:22:22.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73732026-08-24T20:22:23.254Z[ recovery-image] Aug 24 20:22:22.314 INFO O| Aug 24 20:22:22.314 INFO STEP 688 (remove_files) COMPLETE
73742026-08-24T20:22:23.254Z[ recovery-image] Aug 24 20:22:22.314 INFO O| Aug 24 20:22:22.314 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-24T20:22:23.264Z[ recovery-image] Aug 24 20:22:22.324 INFO O| Aug 24 20:22:22.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73762026-08-24T20:22:23.264Z[ recovery-image] Aug 24 20:22:22.324 INFO O| Aug 24 20:22:22.324 INFO STEP 689 (remove_files) COMPLETE
73772026-08-24T20:22:23.267Z[ recovery-image] Aug 24 20:22:22.324 INFO O| Aug 24 20:22:22.324 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-24T20:22:23.271Z[ recovery-image] Aug 24 20:22:22.333 INFO O| Aug 24 20:22:22.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73792026-08-24T20:22:23.271Z[ recovery-image] Aug 24 20:22:22.333 INFO O| Aug 24 20:22:22.333 INFO STEP 690 (remove_files) COMPLETE
73802026-08-24T20:22:23.271Z[ recovery-image] Aug 24 20:22:22.333 INFO O| Aug 24 20:22:22.333 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-24T20:22:23.282Z[ recovery-image] Aug 24 20:22:22.344 INFO O| Aug 24 20:22:22.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73822026-08-24T20:22:23.282Z[ recovery-image] Aug 24 20:22:22.344 INFO O| Aug 24 20:22:22.343 INFO STEP 691 (remove_files) COMPLETE
73832026-08-24T20:22:23.286Z[ recovery-image] Aug 24 20:22:22.344 INFO O| Aug 24 20:22:22.343 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-24T20:22:23.286Z[verify-libraries] Compiling hex-literal v1.1.0
73852026-08-24T20:22:23.290Z[ recovery-image] Aug 24 20:22:22.352 INFO O| Aug 24 20:22:22.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73862026-08-24T20:22:23.290Z[ recovery-image] Aug 24 20:22:22.352 INFO O| Aug 24 20:22:22.352 INFO STEP 692 (remove_files) COMPLETE
73872026-08-24T20:22:23.290Z[ recovery-image] Aug 24 20:22:22.352 INFO O| Aug 24 20:22:22.352 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-24T20:22:23.300Z[ recovery-image] Aug 24 20:22:22.361 INFO O| Aug 24 20:22:22.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73892026-08-24T20:22:23.300Z[ recovery-image] Aug 24 20:22:22.361 INFO O| Aug 24 20:22:22.361 INFO STEP 693 (remove_files) COMPLETE
73902026-08-24T20:22:23.300Z[ recovery-image] Aug 24 20:22:22.361 INFO O| Aug 24 20:22:22.361 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-24T20:22:23.309Z[ recovery-image] Aug 24 20:22:22.370 INFO O| Aug 24 20:22:22.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73922026-08-24T20:22:23.309Z[ recovery-image] Aug 24 20:22:22.370 INFO O| Aug 24 20:22:22.370 INFO STEP 694 (remove_files) COMPLETE
73932026-08-24T20:22:23.309Z[ recovery-image] Aug 24 20:22:22.370 INFO O| Aug 24 20:22:22.370 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-24T20:22:23.317Z[ recovery-image] Aug 24 20:22:22.379 INFO O| Aug 24 20:22:22.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73952026-08-24T20:22:23.317Z[ recovery-image] Aug 24 20:22:22.379 INFO O| Aug 24 20:22:22.379 INFO STEP 695 (remove_files) COMPLETE
73962026-08-24T20:22:23.321Z[ recovery-image] Aug 24 20:22:22.379 INFO O| Aug 24 20:22:22.379 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-24T20:22:23.326Z[ recovery-image] Aug 24 20:22:22.388 INFO O| Aug 24 20:22:22.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73982026-08-24T20:22:23.326Z[ recovery-image] Aug 24 20:22:22.388 INFO O| Aug 24 20:22:22.388 INFO STEP 696 (remove_files) COMPLETE
73992026-08-24T20:22:23.326Z[ recovery-image] Aug 24 20:22:22.388 INFO O| Aug 24 20:22:22.388 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-24T20:22:23.338Z[ recovery-image] Aug 24 20:22:22.398 INFO O| Aug 24 20:22:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74012026-08-24T20:22:23.339Z[ recovery-image] Aug 24 20:22:22.398 INFO O| Aug 24 20:22:22.398 INFO STEP 697 (remove_files) COMPLETE
74022026-08-24T20:22:23.339Z[ recovery-image] Aug 24 20:22:22.398 INFO O| Aug 24 20:22:22.398 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-24T20:22:23.346Z[ recovery-image] Aug 24 20:22:22.407 INFO O| Aug 24 20:22:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74042026-08-24T20:22:23.346Z[ recovery-image] Aug 24 20:22:22.407 INFO O| Aug 24 20:22:22.407 INFO STEP 698 (remove_files) COMPLETE
74052026-08-24T20:22:23.349Z[ recovery-image] Aug 24 20:22:22.407 INFO O| Aug 24 20:22:22.407 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-24T20:22:23.355Z[ recovery-image] Aug 24 20:22:22.417 INFO O| Aug 24 20:22:22.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74072026-08-24T20:22:23.355Z[ recovery-image] Aug 24 20:22:22.417 INFO O| Aug 24 20:22:22.417 INFO STEP 699 (remove_files) COMPLETE
74082026-08-24T20:22:23.355Z[ recovery-image] Aug 24 20:22:22.417 INFO O| Aug 24 20:22:22.417 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-24T20:22:23.365Z[ recovery-image] Aug 24 20:22:22.427 INFO O| Aug 24 20:22:22.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74102026-08-24T20:22:23.365Z[ recovery-image] Aug 24 20:22:22.427 INFO O| Aug 24 20:22:22.427 INFO STEP 700 (remove_files) COMPLETE
74112026-08-24T20:22:23.365Z[ recovery-image] Aug 24 20:22:22.427 INFO O| Aug 24 20:22:22.427 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-24T20:22:23.375Z[ recovery-image] Aug 24 20:22:22.437 INFO O| Aug 24 20:22:22.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74132026-08-24T20:22:23.375Z[ recovery-image] Aug 24 20:22:22.437 INFO O| Aug 24 20:22:22.437 INFO STEP 701 (remove_files) COMPLETE
74142026-08-24T20:22:23.378Z[ recovery-image] Aug 24 20:22:22.437 INFO O| Aug 24 20:22:22.437 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-24T20:22:23.385Z[ recovery-image] Aug 24 20:22:22.447 INFO O| Aug 24 20:22:22.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74162026-08-24T20:22:23.388Z[ recovery-image] Aug 24 20:22:22.447 INFO O| Aug 24 20:22:22.447 INFO STEP 702 (remove_files) COMPLETE
74172026-08-24T20:22:23.391Z[ recovery-image] Aug 24 20:22:22.447 INFO O| Aug 24 20:22:22.447 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-24T20:22:23.399Z[ recovery-image] Aug 24 20:22:22.461 INFO O| Aug 24 20:22:22.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74192026-08-24T20:22:23.399Z[ recovery-image] Aug 24 20:22:22.461 INFO O| Aug 24 20:22:22.457 INFO STEP 703 (remove_files) COMPLETE
74202026-08-24T20:22:23.399Z[ recovery-image] Aug 24 20:22:22.461 INFO O| Aug 24 20:22:22.457 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-24T20:22:23.404Z[ recovery-image] Aug 24 20:22:22.466 INFO O| Aug 24 20:22:22.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74222026-08-24T20:22:23.404Z[ recovery-image] Aug 24 20:22:22.466 INFO O| Aug 24 20:22:22.466 INFO STEP 704 (remove_files) COMPLETE
74232026-08-24T20:22:23.408Z[ recovery-image] Aug 24 20:22:22.466 INFO O| Aug 24 20:22:22.466 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-24T20:22:23.415Z[ recovery-image] Aug 24 20:22:22.477 INFO O| Aug 24 20:22:22.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74252026-08-24T20:22:23.415Z[ recovery-image] Aug 24 20:22:22.477 INFO O| Aug 24 20:22:22.477 INFO STEP 705 (remove_files) COMPLETE
74262026-08-24T20:22:23.415Z[ recovery-image] Aug 24 20:22:22.477 INFO O| Aug 24 20:22:22.477 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-24T20:22:23.424Z[ recovery-image] Aug 24 20:22:22.486 INFO O| Aug 24 20:22:22.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74282026-08-24T20:22:23.424Z[ recovery-image] Aug 24 20:22:22.486 INFO O| Aug 24 20:22:22.486 INFO STEP 706 (remove_files) COMPLETE
74292026-08-24T20:22:23.424Z[ recovery-image] Aug 24 20:22:22.486 INFO O| Aug 24 20:22:22.486 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-24T20:22:23.443Z[ recovery-image] Aug 24 20:22:22.496 INFO O| Aug 24 20:22:22.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74312026-08-24T20:22:23.443Z[ recovery-image] Aug 24 20:22:22.496 INFO O| Aug 24 20:22:22.496 INFO STEP 707 (remove_files) COMPLETE
74322026-08-24T20:22:23.443Z[ recovery-image] Aug 24 20:22:22.496 INFO O| Aug 24 20:22:22.496 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-24T20:22:23.446Z[ recovery-image] Aug 24 20:22:22.506 INFO O| Aug 24 20:22:22.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74342026-08-24T20:22:23.446Z[ recovery-image] Aug 24 20:22:22.506 INFO O| Aug 24 20:22:22.506 INFO STEP 708 (remove_files) COMPLETE
74352026-08-24T20:22:23.446Z[ recovery-image] Aug 24 20:22:22.506 INFO O| Aug 24 20:22:22.506 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-24T20:22:23.455Z[ recovery-image] Aug 24 20:22:22.517 INFO O| Aug 24 20:22:22.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74372026-08-24T20:22:23.455Z[ recovery-image] Aug 24 20:22:22.517 INFO O| Aug 24 20:22:22.517 INFO STEP 709 (remove_files) COMPLETE
74382026-08-24T20:22:23.455Z[ recovery-image] Aug 24 20:22:22.517 INFO O| Aug 24 20:22:22.517 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-24T20:22:23.467Z[ recovery-image] Aug 24 20:22:22.529 INFO O| Aug 24 20:22:22.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74402026-08-24T20:22:23.467Z[ recovery-image] Aug 24 20:22:22.529 INFO O| Aug 24 20:22:22.529 INFO STEP 710 (remove_files) COMPLETE
74412026-08-24T20:22:23.467Z[ recovery-image] Aug 24 20:22:22.529 INFO O| Aug 24 20:22:22.529 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-24T20:22:23.471Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
74432026-08-24T20:22:23.478Z[ recovery-image] Aug 24 20:22:22.540 INFO O| Aug 24 20:22:22.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74442026-08-24T20:22:23.479Z[ recovery-image] Aug 24 20:22:22.540 INFO O| Aug 24 20:22:22.540 INFO STEP 711 (remove_files) COMPLETE
74452026-08-24T20:22:23.479Z[ recovery-image] Aug 24 20:22:22.540 INFO O| Aug 24 20:22:22.540 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-24T20:22:23.497Z[ recovery-image] Aug 24 20:22:22.558 INFO O| Aug 24 20:22:22.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74472026-08-24T20:22:23.497Z[ recovery-image] Aug 24 20:22:22.558 INFO O| Aug 24 20:22:22.558 INFO STEP 712 (remove_files) COMPLETE
74482026-08-24T20:22:23.497Z[ recovery-image] Aug 24 20:22:22.558 INFO O| Aug 24 20:22:22.558 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-24T20:22:23.501Z[verify-libraries] Compiling md5 v0.8.0
74502026-08-24T20:22:23.507Z[ recovery-image] Aug 24 20:22:22.569 INFO O| Aug 24 20:22:22.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74512026-08-24T20:22:23.507Z[ recovery-image] Aug 24 20:22:22.569 INFO O| Aug 24 20:22:22.569 INFO STEP 713 (remove_files) COMPLETE
74522026-08-24T20:22:23.507Z[ recovery-image] Aug 24 20:22:22.569 INFO O| Aug 24 20:22:22.569 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-24T20:22:23.517Z[ recovery-image] Aug 24 20:22:22.579 INFO O| Aug 24 20:22:22.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74542026-08-24T20:22:23.517Z[ recovery-image] Aug 24 20:22:22.580 INFO O| Aug 24 20:22:22.579 INFO STEP 714 (remove_files) COMPLETE
74552026-08-24T20:22:23.517Z[ recovery-image] Aug 24 20:22:22.580 INFO O| Aug 24 20:22:22.580 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-24T20:22:23.527Z[ recovery-image] Aug 24 20:22:22.589 INFO O| Aug 24 20:22:22.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74572026-08-24T20:22:23.527Z[ recovery-image] Aug 24 20:22:22.589 INFO O| Aug 24 20:22:22.589 INFO STEP 715 (remove_files) COMPLETE
74582026-08-24T20:22:23.527Z[ recovery-image] Aug 24 20:22:22.589 INFO O| Aug 24 20:22:22.589 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-24T20:22:23.535Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74602026-08-24T20:22:23.540Z[ recovery-image] Aug 24 20:22:22.601 INFO O| Aug 24 20:22:22.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74612026-08-24T20:22:23.540Z[ recovery-image] Aug 24 20:22:22.601 INFO O| Aug 24 20:22:22.600 INFO STEP 716 (remove_files) COMPLETE
74622026-08-24T20:22:23.540Z[ recovery-image] Aug 24 20:22:22.601 INFO O| Aug 24 20:22:22.600 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-24T20:22:23.549Z[ recovery-image] Aug 24 20:22:22.611 INFO O| Aug 24 20:22:22.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74642026-08-24T20:22:23.558Z[ recovery-image] Aug 24 20:22:22.620 INFO O| Aug 24 20:22:22.620 INFO STEP 717 (remove_files) COMPLETE
74652026-08-24T20:22:23.558Z[ recovery-image] Aug 24 20:22:22.620 INFO O| Aug 24 20:22:22.620 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-24T20:22:23.566Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
74672026-08-24T20:22:23.569Z[ recovery-image] Aug 24 20:22:22.629 INFO O| Aug 24 20:22:22.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74682026-08-24T20:22:23.569Z[ recovery-image] Aug 24 20:22:22.629 INFO O| Aug 24 20:22:22.629 INFO STEP 718 (remove_files) COMPLETE
74692026-08-24T20:22:23.569Z[ recovery-image] Aug 24 20:22:22.629 INFO O| Aug 24 20:22:22.629 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-24T20:22:23.576Z[ recovery-image] Aug 24 20:22:22.638 INFO O| Aug 24 20:22:22.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74712026-08-24T20:22:23.576Z[ recovery-image] Aug 24 20:22:22.638 INFO O| Aug 24 20:22:22.638 INFO STEP 719 (remove_files) COMPLETE
74722026-08-24T20:22:23.580Z[ recovery-image] Aug 24 20:22:22.638 INFO O| Aug 24 20:22:22.638 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-24T20:22:23.586Z[ recovery-image] Aug 24 20:22:22.648 INFO O| Aug 24 20:22:22.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74742026-08-24T20:22:23.586Z[ recovery-image] Aug 24 20:22:22.648 INFO O| Aug 24 20:22:22.648 INFO STEP 720 (remove_files) COMPLETE
74752026-08-24T20:22:23.586Z[ recovery-image] Aug 24 20:22:22.648 INFO O| Aug 24 20:22:22.648 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-24T20:22:23.598Z[ recovery-image] Aug 24 20:22:22.659 INFO O| Aug 24 20:22:22.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74772026-08-24T20:22:23.598Z[ recovery-image] Aug 24 20:22:22.659 INFO O| Aug 24 20:22:22.659 INFO STEP 721 (remove_files) COMPLETE
74782026-08-24T20:22:23.601Z[ recovery-image] Aug 24 20:22:22.659 INFO O| Aug 24 20:22:22.659 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-24T20:22:23.607Z[ recovery-image] Aug 24 20:22:22.669 INFO O| Aug 24 20:22:22.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74802026-08-24T20:22:23.607Z[ recovery-image] Aug 24 20:22:22.669 INFO O| Aug 24 20:22:22.669 INFO STEP 722 (remove_files) COMPLETE
74812026-08-24T20:22:23.607Z[ recovery-image] Aug 24 20:22:22.669 INFO O| Aug 24 20:22:22.669 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-24T20:22:23.616Z[ recovery-image] Aug 24 20:22:22.678 INFO O| Aug 24 20:22:22.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74832026-08-24T20:22:23.616Z[ recovery-image] Aug 24 20:22:22.678 INFO O| Aug 24 20:22:22.678 INFO STEP 723 (remove_files) COMPLETE
74842026-08-24T20:22:23.620Z[ recovery-image] Aug 24 20:22:22.678 INFO O| Aug 24 20:22:22.678 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-24T20:22:23.640Z[ recovery-image] Aug 24 20:22:22.702 INFO O| Aug 24 20:22:22.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74862026-08-24T20:22:23.640Z[ recovery-image] Aug 24 20:22:22.702 INFO O| Aug 24 20:22:22.702 INFO STEP 724 (remove_files) COMPLETE
74872026-08-24T20:22:23.640Z[ recovery-image] Aug 24 20:22:22.702 INFO O| Aug 24 20:22:22.702 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-24T20:22:23.649Z[ recovery-image] Aug 24 20:22:22.711 INFO O| Aug 24 20:22:22.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74892026-08-24T20:22:23.649Z[ recovery-image] Aug 24 20:22:22.711 INFO O| Aug 24 20:22:22.711 INFO STEP 725 (remove_files) COMPLETE
74902026-08-24T20:22:23.649Z[ recovery-image] Aug 24 20:22:22.711 INFO O| Aug 24 20:22:22.711 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-24T20:22:23.658Z[ recovery-image] Aug 24 20:22:22.719 INFO O| Aug 24 20:22:22.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74922026-08-24T20:22:23.658Z[ recovery-image] Aug 24 20:22:22.720 INFO O| Aug 24 20:22:22.720 INFO STEP 726 (remove_files) COMPLETE
74932026-08-24T20:22:23.658Z[ recovery-image] Aug 24 20:22:22.720 INFO O| Aug 24 20:22:22.720 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-24T20:22:23.668Z[ recovery-image] Aug 24 20:22:22.730 INFO O| Aug 24 20:22:22.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74952026-08-24T20:22:23.672Z[ recovery-image] Aug 24 20:22:22.731 INFO O| Aug 24 20:22:22.731 INFO STEP 727 (remove_files) COMPLETE
74962026-08-24T20:22:23.672Z[ recovery-image] Aug 24 20:22:22.731 INFO O| Aug 24 20:22:22.731 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-24T20:22:23.679Z[ recovery-image] Aug 24 20:22:22.741 INFO O| Aug 24 20:22:22.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74982026-08-24T20:22:23.679Z[ recovery-image] Aug 24 20:22:22.741 INFO O| Aug 24 20:22:22.741 INFO STEP 728 (remove_files) COMPLETE
74992026-08-24T20:22:23.679Z[ recovery-image] Aug 24 20:22:22.741 INFO O| Aug 24 20:22:22.741 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-24T20:22:23.689Z[ recovery-image] Aug 24 20:22:22.751 INFO O| Aug 24 20:22:22.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75012026-08-24T20:22:23.689Z[ recovery-image] Aug 24 20:22:22.751 INFO O| Aug 24 20:22:22.751 INFO STEP 729 (remove_files) COMPLETE
75022026-08-24T20:22:23.690Z[ recovery-image] Aug 24 20:22:22.751 INFO O| Aug 24 20:22:22.751 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-24T20:22:23.698Z[ recovery-image] Aug 24 20:22:22.760 INFO O| Aug 24 20:22:22.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75042026-08-24T20:22:23.698Z[ recovery-image] Aug 24 20:22:22.760 INFO O| Aug 24 20:22:22.760 INFO STEP 730 (remove_files) COMPLETE
75052026-08-24T20:22:23.702Z[ recovery-image] Aug 24 20:22:22.760 INFO O| Aug 24 20:22:22.760 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-24T20:22:23.702Z[verify-libraries] Compiling russh v0.62.4
75072026-08-24T20:22:23.710Z[ recovery-image] Aug 24 20:22:22.772 INFO O| Aug 24 20:22:22.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75082026-08-24T20:22:23.710Z[ recovery-image] Aug 24 20:22:22.772 INFO O| Aug 24 20:22:22.772 INFO STEP 731 (remove_files) COMPLETE
75092026-08-24T20:22:23.710Z[ recovery-image] Aug 24 20:22:22.772 INFO O| Aug 24 20:22:22.772 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-24T20:22:23.720Z[ recovery-image] Aug 24 20:22:22.782 INFO O| Aug 24 20:22:22.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75112026-08-24T20:22:23.720Z[ recovery-image] Aug 24 20:22:22.782 INFO O| Aug 24 20:22:22.782 INFO STEP 732 (remove_files) COMPLETE
75122026-08-24T20:22:23.720Z[ recovery-image] Aug 24 20:22:22.782 INFO O| Aug 24 20:22:22.782 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-24T20:22:23.743Z[ recovery-image] Aug 24 20:22:22.802 INFO O| Aug 24 20:22:22.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75142026-08-24T20:22:23.743Z[ recovery-image] Aug 24 20:22:22.802 INFO O| Aug 24 20:22:22.802 INFO STEP 733 (remove_files) COMPLETE
75152026-08-24T20:22:23.743Z[ recovery-image] Aug 24 20:22:22.802 INFO O| Aug 24 20:22:22.802 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-24T20:22:23.751Z[ recovery-image] Aug 24 20:22:22.812 INFO O| Aug 24 20:22:22.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75172026-08-24T20:22:23.751Z[ recovery-image] Aug 24 20:22:22.812 INFO O| Aug 24 20:22:22.812 INFO STEP 734 (remove_files) COMPLETE
75182026-08-24T20:22:23.755Z[ recovery-image] Aug 24 20:22:22.812 INFO O| Aug 24 20:22:22.812 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-24T20:22:23.759Z[ recovery-image] Aug 24 20:22:22.820 INFO O| Aug 24 20:22:22.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75202026-08-24T20:22:23.759Z[ recovery-image] Aug 24 20:22:22.820 INFO O| Aug 24 20:22:22.820 INFO STEP 735 (remove_files) COMPLETE
75212026-08-24T20:22:23.759Z[ recovery-image] Aug 24 20:22:22.820 INFO O| Aug 24 20:22:22.820 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-24T20:22:23.766Z[ recovery-image] Aug 24 20:22:22.828 INFO O| Aug 24 20:22:22.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75232026-08-24T20:22:23.766Z[ recovery-image] Aug 24 20:22:22.828 INFO O| Aug 24 20:22:22.828 INFO STEP 736 (remove_files) COMPLETE
75242026-08-24T20:22:23.766Z[ recovery-image] Aug 24 20:22:22.828 INFO O| Aug 24 20:22:22.828 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-24T20:22:23.776Z[ recovery-image] Aug 24 20:22:22.838 INFO O| Aug 24 20:22:22.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75262026-08-24T20:22:23.777Z[ recovery-image] Aug 24 20:22:22.838 INFO O| Aug 24 20:22:22.838 INFO STEP 737 (remove_files) COMPLETE
75272026-08-24T20:22:23.777Z[ recovery-image] Aug 24 20:22:22.838 INFO O| Aug 24 20:22:22.838 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-24T20:22:23.787Z[ recovery-image] Aug 24 20:22:22.848 INFO O| Aug 24 20:22:22.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75292026-08-24T20:22:23.787Z[ recovery-image] Aug 24 20:22:22.848 INFO O| Aug 24 20:22:22.848 INFO STEP 738 (remove_files) COMPLETE
75302026-08-24T20:22:23.787Z[ recovery-image] Aug 24 20:22:22.848 INFO O| Aug 24 20:22:22.848 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-24T20:22:23.796Z[ recovery-image] Aug 24 20:22:22.858 INFO O| Aug 24 20:22:22.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75322026-08-24T20:22:23.801Z[ recovery-image] Aug 24 20:22:22.858 INFO O| Aug 24 20:22:22.858 INFO STEP 739 (remove_files) COMPLETE
75332026-08-24T20:22:23.801Z[ recovery-image] Aug 24 20:22:22.858 INFO O| Aug 24 20:22:22.858 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-24T20:22:23.805Z[ recovery-image] Aug 24 20:22:22.867 INFO O| Aug 24 20:22:22.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75352026-08-24T20:22:23.805Z[ recovery-image] Aug 24 20:22:22.867 INFO O| Aug 24 20:22:22.867 INFO STEP 740 (remove_files) COMPLETE
75362026-08-24T20:22:23.808Z[ recovery-image] Aug 24 20:22:22.867 INFO O| Aug 24 20:22:22.867 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-24T20:22:23.813Z[ recovery-image] Aug 24 20:22:22.875 INFO O| Aug 24 20:22:22.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75382026-08-24T20:22:23.824Z[ recovery-image] Aug 24 20:22:22.876 INFO O| Aug 24 20:22:22.876 INFO STEP 741 (remove_files) COMPLETE
75392026-08-24T20:22:23.824Z[ recovery-image] Aug 24 20:22:22.876 INFO O| Aug 24 20:22:22.876 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-24T20:22:23.824Z[ recovery-image] Aug 24 20:22:22.885 INFO O| Aug 24 20:22:22.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75412026-08-24T20:22:23.828Z[ recovery-image] Aug 24 20:22:22.885 INFO O| Aug 24 20:22:22.885 INFO STEP 742 (remove_files) COMPLETE
75422026-08-24T20:22:23.828Z[ recovery-image] Aug 24 20:22:22.885 INFO O| Aug 24 20:22:22.885 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-24T20:22:23.834Z[ recovery-image] Aug 24 20:22:22.896 INFO O| Aug 24 20:22:22.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75442026-08-24T20:22:23.835Z[ recovery-image] Aug 24 20:22:22.897 INFO O| Aug 24 20:22:22.897 INFO STEP 743 (remove_files) COMPLETE
75452026-08-24T20:22:23.838Z[ recovery-image] Aug 24 20:22:22.897 INFO O| Aug 24 20:22:22.897 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-24T20:22:23.844Z[ recovery-image] Aug 24 20:22:22.906 INFO O| Aug 24 20:22:22.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75472026-08-24T20:22:23.844Z[ recovery-image] Aug 24 20:22:22.906 INFO O| Aug 24 20:22:22.906 INFO STEP 744 (remove_files) COMPLETE
75482026-08-24T20:22:23.848Z[ recovery-image] Aug 24 20:22:22.906 INFO O| Aug 24 20:22:22.906 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-24T20:22:23.854Z[ recovery-image] Aug 24 20:22:22.916 INFO O| Aug 24 20:22:22.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75502026-08-24T20:22:23.854Z[ recovery-image] Aug 24 20:22:22.916 INFO O| Aug 24 20:22:22.916 INFO STEP 745 (remove_files) COMPLETE
75512026-08-24T20:22:23.854Z[ recovery-image] Aug 24 20:22:22.916 INFO O| Aug 24 20:22:22.916 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-24T20:22:23.863Z[ recovery-image] Aug 24 20:22:22.925 INFO O| Aug 24 20:22:22.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75532026-08-24T20:22:23.863Z[ recovery-image] Aug 24 20:22:22.925 INFO O| Aug 24 20:22:22.925 INFO STEP 746 (remove_files) COMPLETE
75542026-08-24T20:22:23.867Z[ recovery-image] Aug 24 20:22:22.925 INFO O| Aug 24 20:22:22.925 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-24T20:22:23.872Z[ recovery-image] Aug 24 20:22:22.935 INFO O| Aug 24 20:22:22.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75562026-08-24T20:22:23.873Z[ recovery-image] Aug 24 20:22:22.935 INFO O| Aug 24 20:22:22.935 INFO STEP 747 (remove_files) COMPLETE
75572026-08-24T20:22:23.877Z[ recovery-image] Aug 24 20:22:22.935 INFO O| Aug 24 20:22:22.935 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-24T20:22:23.881Z[ recovery-image] Aug 24 20:22:22.944 INFO O| Aug 24 20:22:22.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75592026-08-24T20:22:23.881Z[ recovery-image] Aug 24 20:22:22.944 INFO O| Aug 24 20:22:22.944 INFO STEP 748 (remove_files) COMPLETE
75602026-08-24T20:22:23.881Z[ recovery-image] Aug 24 20:22:22.944 INFO O| Aug 24 20:22:22.944 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-24T20:22:23.885Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
75622026-08-24T20:22:23.885Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
75632026-08-24T20:22:23.890Z[ recovery-image] Aug 24 20:22:22.952 INFO O| Aug 24 20:22:22.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75642026-08-24T20:22:23.890Z[ recovery-image] Aug 24 20:22:22.952 INFO O| Aug 24 20:22:22.952 INFO STEP 749 (remove_files) COMPLETE
75652026-08-24T20:22:23.893Z[ recovery-image] Aug 24 20:22:22.952 INFO O| Aug 24 20:22:22.952 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-24T20:22:23.898Z[ recovery-image] Aug 24 20:22:22.960 INFO O| Aug 24 20:22:22.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75672026-08-24T20:22:23.898Z[ recovery-image] Aug 24 20:22:22.960 INFO O| Aug 24 20:22:22.960 INFO STEP 750 (remove_files) COMPLETE
75682026-08-24T20:22:23.898Z[ recovery-image] Aug 24 20:22:22.960 INFO O| Aug 24 20:22:22.960 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-24T20:22:23.906Z[ recovery-image] Aug 24 20:22:22.968 INFO O| Aug 24 20:22:22.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75702026-08-24T20:22:23.906Z[ recovery-image] Aug 24 20:22:22.968 INFO O| Aug 24 20:22:22.968 INFO STEP 751 (remove_files) COMPLETE
75712026-08-24T20:22:23.906Z[ recovery-image] Aug 24 20:22:22.968 INFO O| Aug 24 20:22:22.968 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.978 INFO O| Aug 24 20:22:22.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75732026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.978 INFO O| Aug 24 20:22:22.978 INFO STEP 752 (remove_files) COMPLETE
75742026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.978 INFO O| Aug 24 20:22:22.978 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.987 INFO O| Aug 24 20:22:22.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75762026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.987 INFO O| Aug 24 20:22:22.987 INFO STEP 753 (remove_files) COMPLETE
75772026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.987 INFO O| Aug 24 20:22:22.987 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.996 INFO O| Aug 24 20:22:22.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75792026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.996 INFO O| Aug 24 20:22:22.996 INFO STEP 754 (remove_files) COMPLETE
75802026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:22.997 INFO O| Aug 24 20:22:22.996 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:23.005 INFO O| Aug 24 20:22:23.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75822026-08-24T20:22:23.958Z[ recovery-image] Aug 24 20:22:23.005 INFO O| Aug 24 20:22:23.005 INFO STEP 755 (remove_files) COMPLETE
75832026-08-24T20:22:23.959Z[ recovery-image] Aug 24 20:22:23.005 INFO O| Aug 24 20:22:23.005 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-24T20:22:23.959Z[ recovery-image] Aug 24 20:22:23.014 INFO O| Aug 24 20:22:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75852026-08-24T20:22:23.959Z[ recovery-image] Aug 24 20:22:23.014 INFO O| Aug 24 20:22:23.014 INFO STEP 756 (remove_files) COMPLETE
75862026-08-24T20:22:23.959Z[ recovery-image] Aug 24 20:22:23.014 INFO O| Aug 24 20:22:23.014 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-24T20:22:23.962Z[ recovery-image] Aug 24 20:22:23.023 INFO O| Aug 24 20:22:23.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75882026-08-24T20:22:23.963Z[ recovery-image] Aug 24 20:22:23.023 INFO O| Aug 24 20:22:23.023 INFO STEP 757 (remove_files) COMPLETE
75892026-08-24T20:22:23.963Z[ recovery-image] Aug 24 20:22:23.023 INFO O| Aug 24 20:22:23.023 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-24T20:22:23.970Z[ recovery-image] Aug 24 20:22:23.032 INFO O| Aug 24 20:22:23.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75912026-08-24T20:22:23.970Z[ recovery-image] Aug 24 20:22:23.032 INFO O| Aug 24 20:22:23.032 INFO STEP 758 (remove_files) COMPLETE
75922026-08-24T20:22:23.974Z[ recovery-image] Aug 24 20:22:23.032 INFO O| Aug 24 20:22:23.032 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-24T20:22:23.980Z[ recovery-image] Aug 24 20:22:23.042 INFO O| Aug 24 20:22:23.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75942026-08-24T20:22:23.980Z[ recovery-image] Aug 24 20:22:23.042 INFO O| Aug 24 20:22:23.042 INFO STEP 759 (remove_files) COMPLETE
75952026-08-24T20:22:23.983Z[ recovery-image] Aug 24 20:22:23.042 INFO O| Aug 24 20:22:23.042 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-24T20:22:23.988Z[ recovery-image] Aug 24 20:22:23.050 INFO O| Aug 24 20:22:23.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75972026-08-24T20:22:23.988Z[ recovery-image] Aug 24 20:22:23.050 INFO O| Aug 24 20:22:23.050 INFO STEP 760 (remove_files) COMPLETE
75982026-08-24T20:22:23.988Z[ recovery-image] Aug 24 20:22:23.050 INFO O| Aug 24 20:22:23.050 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-24T20:22:23.996Z[ recovery-image] Aug 24 20:22:23.058 INFO O| Aug 24 20:22:23.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76002026-08-24T20:22:23.996Z[ recovery-image] Aug 24 20:22:23.058 INFO O| Aug 24 20:22:23.058 INFO STEP 761 (remove_files) COMPLETE
76012026-08-24T20:22:23.996Z[ recovery-image] Aug 24 20:22:23.058 INFO O| Aug 24 20:22:23.058 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-24T20:22:24.004Z[ recovery-image] Aug 24 20:22:23.066 INFO O| Aug 24 20:22:23.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76032026-08-24T20:22:24.004Z[ recovery-image] Aug 24 20:22:23.066 INFO O| Aug 24 20:22:23.066 INFO STEP 762 (remove_files) COMPLETE
76042026-08-24T20:22:24.004Z[ recovery-image] Aug 24 20:22:23.066 INFO O| Aug 24 20:22:23.066 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-24T20:22:24.012Z[ recovery-image] Aug 24 20:22:23.074 INFO O| Aug 24 20:22:23.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76062026-08-24T20:22:24.012Z[ recovery-image] Aug 24 20:22:23.074 INFO O| Aug 24 20:22:23.074 INFO STEP 763 (remove_files) COMPLETE
76072026-08-24T20:22:24.012Z[ recovery-image] Aug 24 20:22:23.074 INFO O| Aug 24 20:22:23.074 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-24T20:22:24.020Z[ recovery-image] Aug 24 20:22:23.082 INFO O| Aug 24 20:22:23.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76092026-08-24T20:22:24.020Z[ recovery-image] Aug 24 20:22:23.082 INFO O| Aug 24 20:22:23.082 INFO STEP 764 (remove_files) COMPLETE
76102026-08-24T20:22:24.020Z[ recovery-image] Aug 24 20:22:23.082 INFO O| Aug 24 20:22:23.082 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-24T20:22:24.028Z[ recovery-image] Aug 24 20:22:23.090 INFO O| Aug 24 20:22:23.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76122026-08-24T20:22:24.028Z[ recovery-image] Aug 24 20:22:23.090 INFO O| Aug 24 20:22:23.090 INFO STEP 765 (remove_files) COMPLETE
76132026-08-24T20:22:24.028Z[ recovery-image] Aug 24 20:22:23.090 INFO O| Aug 24 20:22:23.090 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-24T20:22:24.036Z[ recovery-image] Aug 24 20:22:23.098 INFO O| Aug 24 20:22:23.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76152026-08-24T20:22:24.036Z[ recovery-image] Aug 24 20:22:23.098 INFO O| Aug 24 20:22:23.098 INFO STEP 766 (remove_files) COMPLETE
76162026-08-24T20:22:24.036Z[ recovery-image] Aug 24 20:22:23.098 INFO O| Aug 24 20:22:23.098 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-24T20:22:24.047Z[ recovery-image] Aug 24 20:22:23.109 INFO O| Aug 24 20:22:23.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76182026-08-24T20:22:24.047Z[ recovery-image] Aug 24 20:22:23.109 INFO O| Aug 24 20:22:23.109 INFO STEP 767 (remove_files) COMPLETE
76192026-08-24T20:22:24.047Z[ recovery-image] Aug 24 20:22:23.109 INFO O| Aug 24 20:22:23.109 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-24T20:22:24.056Z[ recovery-image] Aug 24 20:22:23.118 INFO O| Aug 24 20:22:23.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76212026-08-24T20:22:24.056Z[ recovery-image] Aug 24 20:22:23.118 INFO O| Aug 24 20:22:23.118 INFO STEP 768 (remove_files) COMPLETE
76222026-08-24T20:22:24.056Z[ recovery-image] Aug 24 20:22:23.118 INFO O| Aug 24 20:22:23.118 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-24T20:22:24.067Z[ recovery-image] Aug 24 20:22:23.129 INFO O| Aug 24 20:22:23.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76242026-08-24T20:22:24.067Z[ recovery-image] Aug 24 20:22:23.129 INFO O| Aug 24 20:22:23.129 INFO STEP 769 (remove_files) COMPLETE
76252026-08-24T20:22:24.067Z[ recovery-image] Aug 24 20:22:23.129 INFO O| Aug 24 20:22:23.129 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-24T20:22:24.076Z[ recovery-image] Aug 24 20:22:23.138 INFO O| Aug 24 20:22:23.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76272026-08-24T20:22:24.076Z[ recovery-image] Aug 24 20:22:23.138 INFO O| Aug 24 20:22:23.138 INFO STEP 770 (remove_files) COMPLETE
76282026-08-24T20:22:24.076Z[ recovery-image] Aug 24 20:22:23.138 INFO O| Aug 24 20:22:23.138 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-24T20:22:24.088Z[ recovery-image] Aug 24 20:22:23.150 INFO O| Aug 24 20:22:23.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76302026-08-24T20:22:24.088Z[ recovery-image] Aug 24 20:22:23.150 INFO O| Aug 24 20:22:23.150 INFO STEP 771 (remove_files) COMPLETE
76312026-08-24T20:22:24.089Z[ recovery-image] Aug 24 20:22:23.150 INFO O| Aug 24 20:22:23.150 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-24T20:22:24.098Z[ recovery-image] Aug 24 20:22:23.160 INFO O| Aug 24 20:22:23.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76332026-08-24T20:22:24.098Z[ recovery-image] Aug 24 20:22:23.160 INFO O| Aug 24 20:22:23.160 INFO STEP 772 (remove_files) COMPLETE
76342026-08-24T20:22:24.098Z[ recovery-image] Aug 24 20:22:23.160 INFO O| Aug 24 20:22:23.160 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-24T20:22:24.108Z[ recovery-image] Aug 24 20:22:23.170 INFO O| Aug 24 20:22:23.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76362026-08-24T20:22:24.108Z[ recovery-image] Aug 24 20:22:23.170 INFO O| Aug 24 20:22:23.170 INFO STEP 773 (remove_files) COMPLETE
76372026-08-24T20:22:24.108Z[ recovery-image] Aug 24 20:22:23.170 INFO O| Aug 24 20:22:23.170 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-24T20:22:24.119Z[ recovery-image] Aug 24 20:22:23.179 INFO O| Aug 24 20:22:23.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76392026-08-24T20:22:24.119Z[ recovery-image] Aug 24 20:22:23.179 INFO O| Aug 24 20:22:23.179 INFO STEP 774 (remove_files) COMPLETE
76402026-08-24T20:22:24.119Z[ recovery-image] Aug 24 20:22:23.179 INFO O| Aug 24 20:22:23.179 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-24T20:22:24.127Z[ recovery-image] Aug 24 20:22:23.189 INFO O| Aug 24 20:22:23.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76422026-08-24T20:22:24.127Z[ recovery-image] Aug 24 20:22:23.189 INFO O| Aug 24 20:22:23.189 INFO STEP 775 (remove_files) COMPLETE
76432026-08-24T20:22:24.127Z[ recovery-image] Aug 24 20:22:23.189 INFO O| Aug 24 20:22:23.189 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-24T20:22:24.136Z[ recovery-image] Aug 24 20:22:23.198 INFO O| Aug 24 20:22:23.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76452026-08-24T20:22:24.137Z[ recovery-image] Aug 24 20:22:23.198 INFO O| Aug 24 20:22:23.198 INFO STEP 776 (remove_files) COMPLETE
76462026-08-24T20:22:24.140Z[ recovery-image] Aug 24 20:22:23.198 INFO O| Aug 24 20:22:23.198 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-24T20:22:24.146Z[ recovery-image] Aug 24 20:22:23.208 INFO O| Aug 24 20:22:23.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76482026-08-24T20:22:24.146Z[ recovery-image] Aug 24 20:22:23.208 INFO O| Aug 24 20:22:23.208 INFO STEP 777 (remove_files) COMPLETE
76492026-08-24T20:22:24.146Z[ recovery-image] Aug 24 20:22:23.208 INFO O| Aug 24 20:22:23.208 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-24T20:22:24.155Z[ recovery-image] Aug 24 20:22:23.217 INFO O| Aug 24 20:22:23.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76512026-08-24T20:22:24.155Z[ recovery-image] Aug 24 20:22:23.217 INFO O| Aug 24 20:22:23.217 INFO STEP 778 (remove_files) COMPLETE
76522026-08-24T20:22:24.155Z[ recovery-image] Aug 24 20:22:23.217 INFO O| Aug 24 20:22:23.217 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-24T20:22:24.164Z[ recovery-image] Aug 24 20:22:23.226 INFO O| Aug 24 20:22:23.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76542026-08-24T20:22:24.164Z[ recovery-image] Aug 24 20:22:23.226 INFO O| Aug 24 20:22:23.226 INFO STEP 779 (remove_files) COMPLETE
76552026-08-24T20:22:24.164Z[ recovery-image] Aug 24 20:22:23.226 INFO O| Aug 24 20:22:23.226 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-24T20:22:24.173Z[ recovery-image] Aug 24 20:22:23.235 INFO O| Aug 24 20:22:23.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76572026-08-24T20:22:24.173Z[ recovery-image] Aug 24 20:22:23.235 INFO O| Aug 24 20:22:23.235 INFO STEP 780 (remove_files) COMPLETE
76582026-08-24T20:22:24.173Z[ recovery-image] Aug 24 20:22:23.235 INFO O| Aug 24 20:22:23.235 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-24T20:22:24.185Z[ recovery-image] Aug 24 20:22:23.247 INFO O| Aug 24 20:22:23.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76602026-08-24T20:22:24.185Z[ recovery-image] Aug 24 20:22:23.247 INFO O| Aug 24 20:22:23.247 INFO STEP 781 (remove_files) COMPLETE
76612026-08-24T20:22:24.185Z[ recovery-image] Aug 24 20:22:23.247 INFO O| Aug 24 20:22:23.247 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-24T20:22:24.196Z[ recovery-image] Aug 24 20:22:23.258 INFO O| Aug 24 20:22:23.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76632026-08-24T20:22:24.196Z[ recovery-image] Aug 24 20:22:23.258 INFO O| Aug 24 20:22:23.258 INFO STEP 782 (remove_files) COMPLETE
76642026-08-24T20:22:24.197Z[ recovery-image] Aug 24 20:22:23.258 INFO O| Aug 24 20:22:23.258 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-24T20:22:24.207Z[ recovery-image] Aug 24 20:22:23.269 INFO O| Aug 24 20:22:23.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76662026-08-24T20:22:24.211Z[ recovery-image] Aug 24 20:22:23.269 INFO O| Aug 24 20:22:23.269 INFO STEP 783 (remove_files) COMPLETE
76672026-08-24T20:22:24.211Z[ recovery-image] Aug 24 20:22:23.269 INFO O| Aug 24 20:22:23.269 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-24T20:22:24.217Z[ recovery-image] Aug 24 20:22:23.279 INFO O| Aug 24 20:22:23.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76692026-08-24T20:22:24.217Z[ recovery-image] Aug 24 20:22:23.279 INFO O| Aug 24 20:22:23.279 INFO STEP 784 (remove_files) COMPLETE
76702026-08-24T20:22:24.217Z[ recovery-image] Aug 24 20:22:23.279 INFO O| Aug 24 20:22:23.279 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-24T20:22:24.226Z[ recovery-image] Aug 24 20:22:23.288 INFO O| Aug 24 20:22:23.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76722026-08-24T20:22:24.226Z[ recovery-image] Aug 24 20:22:23.288 INFO O| Aug 24 20:22:23.288 INFO STEP 785 (remove_files) COMPLETE
76732026-08-24T20:22:24.226Z[ recovery-image] Aug 24 20:22:23.288 INFO O| Aug 24 20:22:23.288 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-24T20:22:24.235Z[ recovery-image] Aug 24 20:22:23.297 INFO O| Aug 24 20:22:23.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76752026-08-24T20:22:24.235Z[ recovery-image] Aug 24 20:22:23.297 INFO O| Aug 24 20:22:23.297 INFO STEP 786 (remove_files) COMPLETE
76762026-08-24T20:22:24.239Z[ recovery-image] Aug 24 20:22:23.297 INFO O| Aug 24 20:22:23.297 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-24T20:22:24.246Z[ recovery-image] Aug 24 20:22:23.308 INFO O| Aug 24 20:22:23.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76782026-08-24T20:22:24.246Z[ recovery-image] Aug 24 20:22:23.308 INFO O| Aug 24 20:22:23.308 INFO STEP 787 (remove_files) COMPLETE
76792026-08-24T20:22:24.246Z[ recovery-image] Aug 24 20:22:23.308 INFO O| Aug 24 20:22:23.308 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-24T20:22:24.258Z[ recovery-image] Aug 24 20:22:23.320 INFO O| Aug 24 20:22:23.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76812026-08-24T20:22:24.258Z[ recovery-image] Aug 24 20:22:23.320 INFO O| Aug 24 20:22:23.320 INFO STEP 788 (remove_files) COMPLETE
76822026-08-24T20:22:24.259Z[ recovery-image] Aug 24 20:22:23.320 INFO O| Aug 24 20:22:23.320 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-24T20:22:24.268Z[ recovery-image] Aug 24 20:22:23.329 INFO O| Aug 24 20:22:23.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76842026-08-24T20:22:24.268Z[ recovery-image] Aug 24 20:22:23.329 INFO O| Aug 24 20:22:23.329 INFO STEP 789 (remove_files) COMPLETE
76852026-08-24T20:22:24.268Z[ recovery-image] Aug 24 20:22:23.329 INFO O| Aug 24 20:22:23.329 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-24T20:22:24.277Z[ recovery-image] Aug 24 20:22:23.339 INFO O| Aug 24 20:22:23.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76872026-08-24T20:22:24.277Z[ recovery-image] Aug 24 20:22:23.339 INFO O| Aug 24 20:22:23.339 INFO STEP 790 (remove_files) COMPLETE
76882026-08-24T20:22:24.277Z[ recovery-image] Aug 24 20:22:23.339 INFO O| Aug 24 20:22:23.339 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-24T20:22:24.287Z[ recovery-image] Aug 24 20:22:23.349 INFO O| Aug 24 20:22:23.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76902026-08-24T20:22:24.287Z[ recovery-image] Aug 24 20:22:23.349 INFO O| Aug 24 20:22:23.349 INFO STEP 791 (remove_files) COMPLETE
76912026-08-24T20:22:24.287Z[ recovery-image] Aug 24 20:22:23.349 INFO O| Aug 24 20:22:23.349 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-24T20:22:24.297Z[ recovery-image] Aug 24 20:22:23.359 INFO O| Aug 24 20:22:23.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76932026-08-24T20:22:24.300Z[ recovery-image] Aug 24 20:22:23.360 INFO O| Aug 24 20:22:23.360 INFO STEP 792 (remove_files) COMPLETE
76942026-08-24T20:22:24.300Z[ recovery-image] Aug 24 20:22:23.360 INFO O| Aug 24 20:22:23.360 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-24T20:22:24.309Z[ recovery-image] Aug 24 20:22:23.370 INFO O| Aug 24 20:22:23.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76962026-08-24T20:22:24.312Z[ recovery-image] Aug 24 20:22:23.370 INFO O| Aug 24 20:22:23.370 INFO STEP 793 (remove_files) COMPLETE
76972026-08-24T20:22:24.312Z[ recovery-image] Aug 24 20:22:23.370 INFO O| Aug 24 20:22:23.370 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-24T20:22:24.318Z[ recovery-image] Aug 24 20:22:23.380 INFO O| Aug 24 20:22:23.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76992026-08-24T20:22:24.322Z[ recovery-image] Aug 24 20:22:23.380 INFO O| Aug 24 20:22:23.380 INFO STEP 794 (remove_files) COMPLETE
77002026-08-24T20:22:24.322Z[ recovery-image] Aug 24 20:22:23.380 INFO O| Aug 24 20:22:23.380 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-24T20:22:24.327Z[ recovery-image] Aug 24 20:22:23.389 INFO O| Aug 24 20:22:23.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77022026-08-24T20:22:24.327Z[ recovery-image] Aug 24 20:22:23.389 INFO O| Aug 24 20:22:23.389 INFO STEP 795 (remove_files) COMPLETE
77032026-08-24T20:22:24.327Z[ recovery-image] Aug 24 20:22:23.389 INFO O| Aug 24 20:22:23.389 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-24T20:22:24.338Z[ recovery-image] Aug 24 20:22:23.399 INFO O| Aug 24 20:22:23.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77052026-08-24T20:22:24.339Z[ recovery-image] Aug 24 20:22:23.399 INFO O| Aug 24 20:22:23.399 INFO STEP 796 (remove_files) COMPLETE
77062026-08-24T20:22:24.342Z[ recovery-image] Aug 24 20:22:23.399 INFO O| Aug 24 20:22:23.399 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-24T20:22:24.346Z[ recovery-image] Aug 24 20:22:23.408 INFO O| Aug 24 20:22:23.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77082026-08-24T20:22:24.346Z[ recovery-image] Aug 24 20:22:23.408 INFO O| Aug 24 20:22:23.408 INFO STEP 797 (remove_files) COMPLETE
77092026-08-24T20:22:24.346Z[ recovery-image] Aug 24 20:22:23.408 INFO O| Aug 24 20:22:23.408 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-24T20:22:24.356Z[ recovery-image] Aug 24 20:22:23.418 INFO O| Aug 24 20:22:23.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77112026-08-24T20:22:24.356Z[ recovery-image] Aug 24 20:22:23.418 INFO O| Aug 24 20:22:23.418 INFO STEP 798 (remove_files) COMPLETE
77122026-08-24T20:22:24.356Z[ recovery-image] Aug 24 20:22:23.418 INFO O| Aug 24 20:22:23.418 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-24T20:22:24.366Z[ recovery-image] Aug 24 20:22:23.428 INFO O| Aug 24 20:22:23.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77142026-08-24T20:22:24.366Z[ recovery-image] Aug 24 20:22:23.428 INFO O| Aug 24 20:22:23.428 INFO STEP 799 (remove_files) COMPLETE
77152026-08-24T20:22:24.366Z[ recovery-image] Aug 24 20:22:23.428 INFO O| Aug 24 20:22:23.428 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-24T20:22:24.376Z[ recovery-image] Aug 24 20:22:23.438 INFO O| Aug 24 20:22:23.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77172026-08-24T20:22:24.376Z[ recovery-image] Aug 24 20:22:23.438 INFO O| Aug 24 20:22:23.438 INFO STEP 800 (remove_files) COMPLETE
77182026-08-24T20:22:24.376Z[ recovery-image] Aug 24 20:22:23.438 INFO O| Aug 24 20:22:23.438 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-24T20:22:24.386Z[ recovery-image] Aug 24 20:22:23.448 INFO O| Aug 24 20:22:23.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77202026-08-24T20:22:24.390Z[ recovery-image] Aug 24 20:22:23.449 INFO O| Aug 24 20:22:23.449 INFO STEP 801 (remove_files) COMPLETE
77212026-08-24T20:22:24.390Z[ recovery-image] Aug 24 20:22:23.449 INFO O| Aug 24 20:22:23.449 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-24T20:22:24.397Z[ recovery-image] Aug 24 20:22:23.459 INFO O| Aug 24 20:22:23.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77232026-08-24T20:22:24.397Z[ recovery-image] Aug 24 20:22:23.459 INFO O| Aug 24 20:22:23.459 INFO STEP 802 (remove_files) COMPLETE
77242026-08-24T20:22:24.397Z[ recovery-image] Aug 24 20:22:23.459 INFO O| Aug 24 20:22:23.459 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-24T20:22:24.407Z[ recovery-image] Aug 24 20:22:23.469 INFO O| Aug 24 20:22:23.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77262026-08-24T20:22:24.408Z[ recovery-image] Aug 24 20:22:23.470 INFO O| Aug 24 20:22:23.469 INFO STEP 803 (remove_files) COMPLETE
77272026-08-24T20:22:24.408Z[ recovery-image] Aug 24 20:22:23.470 INFO O| Aug 24 20:22:23.470 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-24T20:22:24.418Z[ recovery-image] Aug 24 20:22:23.480 INFO O| Aug 24 20:22:23.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77292026-08-24T20:22:24.418Z[ recovery-image] Aug 24 20:22:23.480 INFO O| Aug 24 20:22:23.480 INFO STEP 804 (remove_files) COMPLETE
77302026-08-24T20:22:24.418Z[ recovery-image] Aug 24 20:22:23.480 INFO O| Aug 24 20:22:23.480 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-24T20:22:24.427Z[ recovery-image] Aug 24 20:22:23.489 INFO O| Aug 24 20:22:23.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77322026-08-24T20:22:24.427Z[ recovery-image] Aug 24 20:22:23.489 INFO O| Aug 24 20:22:23.489 INFO STEP 805 (remove_files) COMPLETE
77332026-08-24T20:22:24.427Z[ recovery-image] Aug 24 20:22:23.489 INFO O| Aug 24 20:22:23.489 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-24T20:22:24.437Z[ recovery-image] Aug 24 20:22:23.499 INFO O| Aug 24 20:22:23.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77352026-08-24T20:22:24.437Z[ recovery-image] Aug 24 20:22:23.499 INFO O| Aug 24 20:22:23.499 INFO STEP 806 (remove_files) COMPLETE
77362026-08-24T20:22:24.437Z[ recovery-image] Aug 24 20:22:23.499 INFO O| Aug 24 20:22:23.499 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-24T20:22:24.447Z[ recovery-image] Aug 24 20:22:23.508 INFO O| Aug 24 20:22:23.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77382026-08-24T20:22:24.447Z[ recovery-image] Aug 24 20:22:23.508 INFO O| Aug 24 20:22:23.508 INFO STEP 807 (remove_files) COMPLETE
77392026-08-24T20:22:24.447Z[ recovery-image] Aug 24 20:22:23.508 INFO O| Aug 24 20:22:23.508 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-24T20:22:24.456Z[ recovery-image] Aug 24 20:22:23.518 INFO O| Aug 24 20:22:23.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77412026-08-24T20:22:24.456Z[ recovery-image] Aug 24 20:22:23.518 INFO O| Aug 24 20:22:23.518 INFO STEP 808 (remove_files) COMPLETE
77422026-08-24T20:22:24.456Z[ recovery-image] Aug 24 20:22:23.518 INFO O| Aug 24 20:22:23.518 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-24T20:22:24.466Z[ recovery-image] Aug 24 20:22:23.528 INFO O| Aug 24 20:22:23.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77442026-08-24T20:22:24.466Z[ recovery-image] Aug 24 20:22:23.528 INFO O| Aug 24 20:22:23.528 INFO STEP 809 (remove_files) COMPLETE
77452026-08-24T20:22:24.466Z[ recovery-image] Aug 24 20:22:23.528 INFO O| Aug 24 20:22:23.528 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-24T20:22:24.474Z[ recovery-image] Aug 24 20:22:23.536 INFO O| Aug 24 20:22:23.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77472026-08-24T20:22:24.474Z[ recovery-image] Aug 24 20:22:23.537 INFO O| Aug 24 20:22:23.537 INFO STEP 810 (remove_files) COMPLETE
77482026-08-24T20:22:24.475Z[ recovery-image] Aug 24 20:22:23.537 INFO O| Aug 24 20:22:23.537 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-24T20:22:24.483Z[ recovery-image] Aug 24 20:22:23.545 INFO O| Aug 24 20:22:23.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77502026-08-24T20:22:24.487Z[ recovery-image] Aug 24 20:22:23.546 INFO O| Aug 24 20:22:23.546 INFO STEP 811 (remove_files) COMPLETE
77512026-08-24T20:22:24.487Z[ recovery-image] Aug 24 20:22:23.546 INFO O| Aug 24 20:22:23.546 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-24T20:22:24.493Z[ recovery-image] Aug 24 20:22:23.555 INFO O| Aug 24 20:22:23.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77532026-08-24T20:22:24.493Z[ recovery-image] Aug 24 20:22:23.555 INFO O| Aug 24 20:22:23.555 INFO STEP 812 (remove_files) COMPLETE
77542026-08-24T20:22:24.493Z[ recovery-image] Aug 24 20:22:23.555 INFO O| Aug 24 20:22:23.555 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-24T20:22:24.502Z[ recovery-image] Aug 24 20:22:23.564 INFO O| Aug 24 20:22:23.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77562026-08-24T20:22:24.502Z[ recovery-image] Aug 24 20:22:23.564 INFO O| Aug 24 20:22:23.564 INFO STEP 813 (remove_files) COMPLETE
77572026-08-24T20:22:24.502Z[ recovery-image] Aug 24 20:22:23.564 INFO O| Aug 24 20:22:23.564 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-24T20:22:24.511Z[ recovery-image] Aug 24 20:22:23.573 INFO O| Aug 24 20:22:23.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77592026-08-24T20:22:24.511Z[ recovery-image] Aug 24 20:22:23.573 INFO O| Aug 24 20:22:23.573 INFO STEP 814 (remove_files) COMPLETE
77602026-08-24T20:22:24.515Z[ recovery-image] Aug 24 20:22:23.573 INFO O| Aug 24 20:22:23.573 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-24T20:22:24.520Z[ recovery-image] Aug 24 20:22:23.582 INFO O| Aug 24 20:22:23.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77622026-08-24T20:22:24.520Z[ recovery-image] Aug 24 20:22:23.583 INFO O| Aug 24 20:22:23.582 INFO STEP 815 (remove_files) COMPLETE
77632026-08-24T20:22:24.520Z[ recovery-image] Aug 24 20:22:23.583 INFO O| Aug 24 20:22:23.582 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-24T20:22:24.529Z[ recovery-image] Aug 24 20:22:23.591 INFO O| Aug 24 20:22:23.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77652026-08-24T20:22:24.533Z[ recovery-image] Aug 24 20:22:23.592 INFO O| Aug 24 20:22:23.592 INFO STEP 816 (remove_files) COMPLETE
77662026-08-24T20:22:24.533Z[ recovery-image] Aug 24 20:22:23.592 INFO O| Aug 24 20:22:23.592 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-24T20:22:24.539Z[ recovery-image] Aug 24 20:22:23.601 INFO O| Aug 24 20:22:23.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77682026-08-24T20:22:24.539Z[ recovery-image] Aug 24 20:22:23.601 INFO O| Aug 24 20:22:23.601 INFO STEP 817 (remove_files) COMPLETE
77692026-08-24T20:22:24.539Z[ recovery-image] Aug 24 20:22:23.601 INFO O| Aug 24 20:22:23.601 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-24T20:22:24.548Z[ recovery-image] Aug 24 20:22:23.610 INFO O| Aug 24 20:22:23.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77712026-08-24T20:22:24.551Z[ recovery-image] Aug 24 20:22:23.610 INFO O| Aug 24 20:22:23.610 INFO STEP 818 (remove_files) COMPLETE
77722026-08-24T20:22:24.551Z[ recovery-image] Aug 24 20:22:23.610 INFO O| Aug 24 20:22:23.610 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-24T20:22:24.555Z[verify-libraries] Compiling samael v0.0.19
77742026-08-24T20:22:24.559Z[ recovery-image] Aug 24 20:22:23.619 INFO O| Aug 24 20:22:23.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77752026-08-24T20:22:24.559Z[ recovery-image] Aug 24 20:22:23.619 INFO O| Aug 24 20:22:23.619 INFO STEP 819 (remove_files) COMPLETE
77762026-08-24T20:22:24.559Z[ recovery-image] Aug 24 20:22:23.619 INFO O| Aug 24 20:22:23.619 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-24T20:22:24.567Z[ recovery-image] Aug 24 20:22:23.629 INFO O| Aug 24 20:22:23.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77782026-08-24T20:22:24.567Z[ recovery-image] Aug 24 20:22:23.629 INFO O| Aug 24 20:22:23.629 INFO STEP 820 (remove_files) COMPLETE
77792026-08-24T20:22:24.567Z[ recovery-image] Aug 24 20:22:23.629 INFO O| Aug 24 20:22:23.629 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-24T20:22:24.577Z[ recovery-image] Aug 24 20:22:23.639 INFO O| Aug 24 20:22:23.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77812026-08-24T20:22:24.577Z[ recovery-image] Aug 24 20:22:23.639 INFO O| Aug 24 20:22:23.639 INFO STEP 821 (remove_files) COMPLETE
77822026-08-24T20:22:24.577Z[ recovery-image] Aug 24 20:22:23.639 INFO O| Aug 24 20:22:23.639 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-24T20:22:24.587Z[ recovery-image] Aug 24 20:22:23.649 INFO O| Aug 24 20:22:23.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77842026-08-24T20:22:24.587Z[ recovery-image] Aug 24 20:22:23.649 INFO O| Aug 24 20:22:23.649 INFO STEP 822 (remove_files) COMPLETE
77852026-08-24T20:22:24.587Z[ recovery-image] Aug 24 20:22:23.649 INFO O| Aug 24 20:22:23.649 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-24T20:22:24.597Z[ recovery-image] Aug 24 20:22:23.659 INFO O| Aug 24 20:22:23.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77872026-08-24T20:22:24.597Z[ recovery-image] Aug 24 20:22:23.659 INFO O| Aug 24 20:22:23.659 INFO STEP 823 (remove_files) COMPLETE
77882026-08-24T20:22:24.597Z[ recovery-image] Aug 24 20:22:23.659 INFO O| Aug 24 20:22:23.659 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-24T20:22:24.606Z[ recovery-image] Aug 24 20:22:23.668 INFO O| Aug 24 20:22:23.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77902026-08-24T20:22:24.606Z[ recovery-image] Aug 24 20:22:23.668 INFO O| Aug 24 20:22:23.668 INFO STEP 824 (remove_files) COMPLETE
77912026-08-24T20:22:24.606Z[ recovery-image] Aug 24 20:22:23.668 INFO O| Aug 24 20:22:23.668 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-24T20:22:24.618Z[ recovery-image] Aug 24 20:22:23.680 INFO O| Aug 24 20:22:23.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77932026-08-24T20:22:24.618Z[ recovery-image] Aug 24 20:22:23.680 INFO O| Aug 24 20:22:23.680 INFO STEP 825 (remove_files) COMPLETE
77942026-08-24T20:22:24.618Z[ recovery-image] Aug 24 20:22:23.680 INFO O| Aug 24 20:22:23.680 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-24T20:22:24.628Z[ recovery-image] Aug 24 20:22:23.690 INFO O| Aug 24 20:22:23.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77962026-08-24T20:22:24.628Z[ recovery-image] Aug 24 20:22:23.690 INFO O| Aug 24 20:22:23.690 INFO STEP 826 (remove_files) COMPLETE
77972026-08-24T20:22:24.628Z[ recovery-image] Aug 24 20:22:23.690 INFO O| Aug 24 20:22:23.690 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-24T20:22:24.639Z[ recovery-image] Aug 24 20:22:23.701 INFO O| Aug 24 20:22:23.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77992026-08-24T20:22:24.639Z[ recovery-image] Aug 24 20:22:23.701 INFO O| Aug 24 20:22:23.701 INFO STEP 827 (remove_files) COMPLETE
78002026-08-24T20:22:24.642Z[ recovery-image] Aug 24 20:22:23.701 INFO O| Aug 24 20:22:23.701 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-24T20:22:24.649Z[ recovery-image] Aug 24 20:22:23.711 INFO O| Aug 24 20:22:23.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78022026-08-24T20:22:24.649Z[ recovery-image] Aug 24 20:22:23.711 INFO O| Aug 24 20:22:23.711 INFO STEP 828 (remove_files) COMPLETE
78032026-08-24T20:22:24.649Z[ recovery-image] Aug 24 20:22:23.711 INFO O| Aug 24 20:22:23.711 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-24T20:22:24.659Z[ recovery-image] Aug 24 20:22:23.721 INFO O| Aug 24 20:22:23.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78052026-08-24T20:22:24.659Z[ recovery-image] Aug 24 20:22:23.721 INFO O| Aug 24 20:22:23.721 INFO STEP 829 (remove_files) COMPLETE
78062026-08-24T20:22:24.663Z[ recovery-image] Aug 24 20:22:23.721 INFO O| Aug 24 20:22:23.721 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-24T20:22:24.669Z[ recovery-image] Aug 24 20:22:23.731 INFO O| Aug 24 20:22:23.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78082026-08-24T20:22:24.672Z[ recovery-image] Aug 24 20:22:23.731 INFO O| Aug 24 20:22:23.731 INFO STEP 830 (remove_files) COMPLETE
78092026-08-24T20:22:24.673Z[ recovery-image] Aug 24 20:22:23.731 INFO O| Aug 24 20:22:23.731 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-24T20:22:24.679Z[ recovery-image] Aug 24 20:22:23.741 INFO O| Aug 24 20:22:23.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78112026-08-24T20:22:24.679Z[ recovery-image] Aug 24 20:22:23.741 INFO O| Aug 24 20:22:23.741 INFO STEP 831 (remove_files) COMPLETE
78122026-08-24T20:22:24.679Z[ recovery-image] Aug 24 20:22:23.741 INFO O| Aug 24 20:22:23.741 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-24T20:22:24.690Z[ recovery-image] Aug 24 20:22:23.752 INFO O| Aug 24 20:22:23.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78142026-08-24T20:22:24.690Z[ recovery-image] Aug 24 20:22:23.752 INFO O| Aug 24 20:22:23.752 INFO STEP 832 (remove_files) COMPLETE
78152026-08-24T20:22:24.690Z[ recovery-image] Aug 24 20:22:23.752 INFO O| Aug 24 20:22:23.752 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-24T20:22:24.702Z[ recovery-image] Aug 24 20:22:23.764 INFO O| Aug 24 20:22:23.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78172026-08-24T20:22:24.703Z[ recovery-image] Aug 24 20:22:23.764 INFO O| Aug 24 20:22:23.762 INFO STEP 833 (remove_files) COMPLETE
78182026-08-24T20:22:24.707Z[ recovery-image] Aug 24 20:22:23.764 INFO O| Aug 24 20:22:23.762 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-24T20:22:24.710Z[ recovery-image] Aug 24 20:22:23.771 INFO O| Aug 24 20:22:23.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78202026-08-24T20:22:24.710Z[ recovery-image] Aug 24 20:22:23.771 INFO O| Aug 24 20:22:23.771 INFO STEP 834 (remove_files) COMPLETE
78212026-08-24T20:22:24.710Z[ recovery-image] Aug 24 20:22:23.771 INFO O| Aug 24 20:22:23.771 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-24T20:22:24.718Z[ recovery-image] Aug 24 20:22:23.780 INFO O| Aug 24 20:22:23.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78232026-08-24T20:22:24.718Z[ recovery-image] Aug 24 20:22:23.780 INFO O| Aug 24 20:22:23.780 INFO STEP 835 (remove_files) COMPLETE
78242026-08-24T20:22:24.718Z[ recovery-image] Aug 24 20:22:23.780 INFO O| Aug 24 20:22:23.780 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-24T20:22:24.727Z[ recovery-image] Aug 24 20:22:23.789 INFO O| Aug 24 20:22:23.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78262026-08-24T20:22:24.727Z[ recovery-image] Aug 24 20:22:23.789 INFO O| Aug 24 20:22:23.789 INFO STEP 836 (remove_files) COMPLETE
78272026-08-24T20:22:24.730Z[ recovery-image] Aug 24 20:22:23.789 INFO O| Aug 24 20:22:23.789 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-24T20:22:24.735Z[ recovery-image] Aug 24 20:22:23.798 INFO O| Aug 24 20:22:23.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78292026-08-24T20:22:24.736Z[ recovery-image] Aug 24 20:22:23.798 INFO O| Aug 24 20:22:23.798 INFO STEP 837 (remove_files) COMPLETE
78302026-08-24T20:22:24.739Z[ recovery-image] Aug 24 20:22:23.798 INFO O| Aug 24 20:22:23.798 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-24T20:22:24.744Z[ recovery-image] Aug 24 20:22:23.806 INFO O| Aug 24 20:22:23.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78322026-08-24T20:22:24.744Z[ recovery-image] Aug 24 20:22:23.806 INFO O| Aug 24 20:22:23.806 INFO STEP 838 (remove_files) COMPLETE
78332026-08-24T20:22:24.744Z[ recovery-image] Aug 24 20:22:23.806 INFO O| Aug 24 20:22:23.806 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-24T20:22:24.751Z[ recovery-image] Aug 24 20:22:23.813 INFO O| Aug 24 20:22:23.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78352026-08-24T20:22:24.751Z[ recovery-image] Aug 24 20:22:23.814 INFO O| Aug 24 20:22:23.814 INFO STEP 839 (remove_files) COMPLETE
78362026-08-24T20:22:24.755Z[ recovery-image] Aug 24 20:22:23.814 INFO O| Aug 24 20:22:23.814 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-24T20:22:24.760Z[ recovery-image] Aug 24 20:22:23.822 INFO O| Aug 24 20:22:23.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78382026-08-24T20:22:24.760Z[ recovery-image] Aug 24 20:22:23.822 INFO O| Aug 24 20:22:23.822 INFO STEP 840 (remove_files) COMPLETE
78392026-08-24T20:22:24.763Z[ recovery-image] Aug 24 20:22:23.822 INFO O| Aug 24 20:22:23.822 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-24T20:22:24.769Z[ recovery-image] Aug 24 20:22:23.831 INFO O| Aug 24 20:22:23.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78412026-08-24T20:22:24.769Z[ recovery-image] Aug 24 20:22:23.831 INFO O| Aug 24 20:22:23.831 INFO STEP 841 (remove_files) COMPLETE
78422026-08-24T20:22:24.769Z[ recovery-image] Aug 24 20:22:23.831 INFO O| Aug 24 20:22:23.831 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-24T20:22:24.777Z[ recovery-image] Aug 24 20:22:23.839 INFO O| Aug 24 20:22:23.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78442026-08-24T20:22:24.777Z[ recovery-image] Aug 24 20:22:23.839 INFO O| Aug 24 20:22:23.839 INFO STEP 842 (remove_files) COMPLETE
78452026-08-24T20:22:24.777Z[ recovery-image] Aug 24 20:22:23.839 INFO O| Aug 24 20:22:23.839 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-24T20:22:24.787Z[ recovery-image] Aug 24 20:22:23.849 INFO O| Aug 24 20:22:23.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78472026-08-24T20:22:24.787Z[ recovery-image] Aug 24 20:22:23.849 INFO O| Aug 24 20:22:23.849 INFO STEP 843 (remove_files) COMPLETE
78482026-08-24T20:22:24.787Z[ recovery-image] Aug 24 20:22:23.849 INFO O| Aug 24 20:22:23.849 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-24T20:22:24.797Z[ recovery-image] Aug 24 20:22:23.859 INFO O| Aug 24 20:22:23.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78502026-08-24T20:22:24.797Z[ recovery-image] Aug 24 20:22:23.859 INFO O| Aug 24 20:22:23.859 INFO STEP 844 (remove_files) COMPLETE
78512026-08-24T20:22:24.797Z[ recovery-image] Aug 24 20:22:23.859 INFO O| Aug 24 20:22:23.859 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-24T20:22:24.806Z[ recovery-image] Aug 24 20:22:23.868 INFO O| Aug 24 20:22:23.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78532026-08-24T20:22:24.806Z[ recovery-image] Aug 24 20:22:23.868 INFO O| Aug 24 20:22:23.868 INFO STEP 845 (remove_files) COMPLETE
78542026-08-24T20:22:24.806Z[ recovery-image] Aug 24 20:22:23.868 INFO O| Aug 24 20:22:23.868 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-24T20:22:24.816Z[ recovery-image] Aug 24 20:22:23.878 INFO O| Aug 24 20:22:23.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78562026-08-24T20:22:24.816Z[ recovery-image] Aug 24 20:22:23.878 INFO O| Aug 24 20:22:23.878 INFO STEP 846 (remove_files) COMPLETE
78572026-08-24T20:22:24.816Z[ recovery-image] Aug 24 20:22:23.878 INFO O| Aug 24 20:22:23.878 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-24T20:22:24.826Z[ recovery-image] Aug 24 20:22:23.888 INFO O| Aug 24 20:22:23.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78592026-08-24T20:22:24.826Z[ recovery-image] Aug 24 20:22:23.888 INFO O| Aug 24 20:22:23.888 INFO STEP 847 (remove_files) COMPLETE
78602026-08-24T20:22:24.829Z[ recovery-image] Aug 24 20:22:23.888 INFO O| Aug 24 20:22:23.888 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-24T20:22:24.835Z[ recovery-image] Aug 24 20:22:23.897 INFO O| Aug 24 20:22:23.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78622026-08-24T20:22:24.835Z[ recovery-image] Aug 24 20:22:23.897 INFO O| Aug 24 20:22:23.897 INFO STEP 848 (remove_files) COMPLETE
78632026-08-24T20:22:24.835Z[ recovery-image] Aug 24 20:22:23.897 INFO O| Aug 24 20:22:23.897 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-24T20:22:24.845Z[ recovery-image] Aug 24 20:22:23.907 INFO O| Aug 24 20:22:23.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78652026-08-24T20:22:24.845Z[ recovery-image] Aug 24 20:22:23.907 INFO O| Aug 24 20:22:23.907 INFO STEP 849 (remove_files) COMPLETE
78662026-08-24T20:22:24.845Z[ recovery-image] Aug 24 20:22:23.907 INFO O| Aug 24 20:22:23.907 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-24T20:22:24.855Z[ recovery-image] Aug 24 20:22:23.917 INFO O| Aug 24 20:22:23.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78682026-08-24T20:22:24.855Z[ recovery-image] Aug 24 20:22:23.917 INFO O| Aug 24 20:22:23.917 INFO STEP 850 (remove_files) COMPLETE
78692026-08-24T20:22:24.855Z[ recovery-image] Aug 24 20:22:23.917 INFO O| Aug 24 20:22:23.917 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-24T20:22:24.865Z[ recovery-image] Aug 24 20:22:23.927 INFO O| Aug 24 20:22:23.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78712026-08-24T20:22:24.865Z[ recovery-image] Aug 24 20:22:23.927 INFO O| Aug 24 20:22:23.927 INFO STEP 851 (remove_files) COMPLETE
78722026-08-24T20:22:24.865Z[ recovery-image] Aug 24 20:22:23.927 INFO O| Aug 24 20:22:23.927 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-24T20:22:24.878Z[ recovery-image] Aug 24 20:22:23.940 INFO O| Aug 24 20:22:23.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78742026-08-24T20:22:24.878Z[ recovery-image] Aug 24 20:22:23.940 INFO O| Aug 24 20:22:23.940 INFO STEP 852 (remove_files) COMPLETE
78752026-08-24T20:22:24.878Z[ recovery-image] Aug 24 20:22:23.940 INFO O| Aug 24 20:22:23.940 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-24T20:22:24.891Z[ recovery-image] Aug 24 20:22:23.953 INFO O| Aug 24 20:22:23.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78772026-08-24T20:22:24.891Z[ recovery-image] Aug 24 20:22:23.953 INFO O| Aug 24 20:22:23.953 INFO STEP 853 (remove_files) COMPLETE
78782026-08-24T20:22:24.891Z[ recovery-image] Aug 24 20:22:23.953 INFO O| Aug 24 20:22:23.953 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-24T20:22:24.900Z[ recovery-image] Aug 24 20:22:23.962 INFO O| Aug 24 20:22:23.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78802026-08-24T20:22:24.900Z[ recovery-image] Aug 24 20:22:23.962 INFO O| Aug 24 20:22:23.962 INFO STEP 854 (remove_files) COMPLETE
78812026-08-24T20:22:24.900Z[ recovery-image] Aug 24 20:22:23.962 INFO O| Aug 24 20:22:23.962 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-24T20:22:24.909Z[ recovery-image] Aug 24 20:22:23.971 INFO O| Aug 24 20:22:23.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78832026-08-24T20:22:24.909Z[ recovery-image] Aug 24 20:22:23.971 INFO O| Aug 24 20:22:23.971 INFO STEP 855 (remove_files) COMPLETE
78842026-08-24T20:22:24.909Z[ recovery-image] Aug 24 20:22:23.971 INFO O| Aug 24 20:22:23.971 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-24T20:22:24.918Z[ recovery-image] Aug 24 20:22:23.980 INFO O| Aug 24 20:22:23.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78862026-08-24T20:22:24.918Z[ recovery-image] Aug 24 20:22:23.980 INFO O| Aug 24 20:22:23.980 INFO STEP 856 (remove_files) COMPLETE
78872026-08-24T20:22:24.918Z[ recovery-image] Aug 24 20:22:23.980 INFO O| Aug 24 20:22:23.980 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-24T20:22:24.935Z[ recovery-image] Aug 24 20:22:23.988 INFO O| Aug 24 20:22:23.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78892026-08-24T20:22:24.935Z[ recovery-image] Aug 24 20:22:23.988 INFO O| Aug 24 20:22:23.988 INFO STEP 857 (remove_files) COMPLETE
78902026-08-24T20:22:24.935Z[ recovery-image] Aug 24 20:22:23.988 INFO O| Aug 24 20:22:23.988 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-24T20:22:24.938Z[ recovery-image] Aug 24 20:22:23.999 INFO O| Aug 24 20:22:23.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78922026-08-24T20:22:24.939Z[ recovery-image] Aug 24 20:22:23.999 INFO O| Aug 24 20:22:23.999 INFO STEP 858 (remove_files) COMPLETE
78932026-08-24T20:22:24.939Z[ recovery-image] Aug 24 20:22:23.999 INFO O| Aug 24 20:22:23.999 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-24T20:22:24.947Z[ recovery-image] Aug 24 20:22:24.009 INFO O| Aug 24 20:22:24.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78952026-08-24T20:22:24.947Z[ recovery-image] Aug 24 20:22:24.009 INFO O| Aug 24 20:22:24.009 INFO STEP 859 (remove_files) COMPLETE
78962026-08-24T20:22:24.947Z[ recovery-image] Aug 24 20:22:24.009 INFO O| Aug 24 20:22:24.009 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-24T20:22:24.956Z[ recovery-image] Aug 24 20:22:24.018 INFO O| Aug 24 20:22:24.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78982026-08-24T20:22:24.956Z[ recovery-image] Aug 24 20:22:24.018 INFO O| Aug 24 20:22:24.018 INFO STEP 860 (remove_files) COMPLETE
78992026-08-24T20:22:24.956Z[ recovery-image] Aug 24 20:22:24.018 INFO O| Aug 24 20:22:24.018 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-24T20:22:24.965Z[ recovery-image] Aug 24 20:22:24.027 INFO O| Aug 24 20:22:24.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79012026-08-24T20:22:24.965Z[ recovery-image] Aug 24 20:22:24.027 INFO O| Aug 24 20:22:24.027 INFO STEP 861 (remove_files) COMPLETE
79022026-08-24T20:22:24.965Z[ recovery-image] Aug 24 20:22:24.027 INFO O| Aug 24 20:22:24.027 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-24T20:22:24.973Z[ recovery-image] Aug 24 20:22:24.035 INFO O| Aug 24 20:22:24.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79042026-08-24T20:22:24.973Z[ recovery-image] Aug 24 20:22:24.035 INFO O| Aug 24 20:22:24.035 INFO STEP 862 (remove_files) COMPLETE
79052026-08-24T20:22:24.977Z[ recovery-image] Aug 24 20:22:24.035 INFO O| Aug 24 20:22:24.035 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-24T20:22:24.982Z[ recovery-image] Aug 24 20:22:24.044 INFO O| Aug 24 20:22:24.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79072026-08-24T20:22:24.982Z[ recovery-image] Aug 24 20:22:24.044 INFO O| Aug 24 20:22:24.044 INFO STEP 863 (remove_files) COMPLETE
79082026-08-24T20:22:24.982Z[ recovery-image] Aug 24 20:22:24.044 INFO O| Aug 24 20:22:24.044 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-24T20:22:24.993Z[ recovery-image] Aug 24 20:22:24.055 INFO O| Aug 24 20:22:24.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79102026-08-24T20:22:24.993Z[ recovery-image] Aug 24 20:22:24.055 INFO O| Aug 24 20:22:24.055 INFO STEP 864 (remove_files) COMPLETE
79112026-08-24T20:22:24.994Z[ recovery-image] Aug 24 20:22:24.055 INFO O| Aug 24 20:22:24.055 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-24T20:22:25.004Z[ recovery-image] Aug 24 20:22:24.066 INFO O| Aug 24 20:22:24.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79132026-08-24T20:22:25.004Z[ recovery-image] Aug 24 20:22:24.066 INFO O| Aug 24 20:22:24.066 INFO STEP 865 (remove_files) COMPLETE
79142026-08-24T20:22:25.004Z[ recovery-image] Aug 24 20:22:24.066 INFO O| Aug 24 20:22:24.066 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-24T20:22:25.014Z[ recovery-image] Aug 24 20:22:24.076 INFO O| Aug 24 20:22:24.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79162026-08-24T20:22:25.014Z[ recovery-image] Aug 24 20:22:24.076 INFO O| Aug 24 20:22:24.076 INFO STEP 866 (remove_files) COMPLETE
79172026-08-24T20:22:25.017Z[ recovery-image] Aug 24 20:22:24.076 INFO O| Aug 24 20:22:24.076 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-24T20:22:25.023Z[ recovery-image] Aug 24 20:22:24.086 INFO O| Aug 24 20:22:24.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79192026-08-24T20:22:25.023Z[ recovery-image] Aug 24 20:22:24.086 INFO O| Aug 24 20:22:24.086 INFO STEP 867 (remove_files) COMPLETE
79202026-08-24T20:22:25.023Z[ recovery-image] Aug 24 20:22:24.086 INFO O| Aug 24 20:22:24.086 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-24T20:22:25.035Z[ recovery-image] Aug 24 20:22:24.097 INFO O| Aug 24 20:22:24.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79222026-08-24T20:22:25.035Z[ recovery-image] Aug 24 20:22:24.097 INFO O| Aug 24 20:22:24.097 INFO STEP 868 (remove_files) COMPLETE
79232026-08-24T20:22:25.035Z[ recovery-image] Aug 24 20:22:24.097 INFO O| Aug 24 20:22:24.097 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-24T20:22:25.046Z[ recovery-image] Aug 24 20:22:24.108 INFO O| Aug 24 20:22:24.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79252026-08-24T20:22:25.046Z[ recovery-image] Aug 24 20:22:24.108 INFO O| Aug 24 20:22:24.108 INFO STEP 869 (remove_files) COMPLETE
79262026-08-24T20:22:25.046Z[ recovery-image] Aug 24 20:22:24.108 INFO O| Aug 24 20:22:24.108 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-24T20:22:25.050Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
79282026-08-24T20:22:25.061Z[ recovery-image] Aug 24 20:22:24.118 INFO O| Aug 24 20:22:24.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79292026-08-24T20:22:25.061Z[ recovery-image] Aug 24 20:22:24.118 INFO O| Aug 24 20:22:24.118 INFO STEP 870 (remove_files) COMPLETE
79302026-08-24T20:22:25.061Z[ recovery-image] Aug 24 20:22:24.118 INFO O| Aug 24 20:22:24.118 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-24T20:22:25.066Z[ recovery-image] Aug 24 20:22:24.128 INFO O| Aug 24 20:22:24.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79322026-08-24T20:22:25.066Z[ recovery-image] Aug 24 20:22:24.128 INFO O| Aug 24 20:22:24.128 INFO STEP 871 (remove_files) COMPLETE
79332026-08-24T20:22:25.066Z[ recovery-image] Aug 24 20:22:24.128 INFO O| Aug 24 20:22:24.128 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-24T20:22:25.078Z[ recovery-image] Aug 24 20:22:24.139 INFO O| Aug 24 20:22:24.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79352026-08-24T20:22:25.078Z[ recovery-image] Aug 24 20:22:24.140 INFO O| Aug 24 20:22:24.140 INFO STEP 872 (remove_files) COMPLETE
79362026-08-24T20:22:25.078Z[ recovery-image] Aug 24 20:22:24.140 INFO O| Aug 24 20:22:24.140 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-24T20:22:25.087Z[ recovery-image] Aug 24 20:22:24.149 INFO O| Aug 24 20:22:24.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79382026-08-24T20:22:25.087Z[ recovery-image] Aug 24 20:22:24.149 INFO O| Aug 24 20:22:24.149 INFO STEP 873 (remove_files) COMPLETE
79392026-08-24T20:22:25.087Z[ recovery-image] Aug 24 20:22:24.149 INFO O| Aug 24 20:22:24.149 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-24T20:22:25.097Z[ recovery-image] Aug 24 20:22:24.159 INFO O| Aug 24 20:22:24.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79412026-08-24T20:22:25.097Z[ recovery-image] Aug 24 20:22:24.159 INFO O| Aug 24 20:22:24.159 INFO STEP 874 (remove_files) COMPLETE
79422026-08-24T20:22:25.097Z[ recovery-image] Aug 24 20:22:24.159 INFO O| Aug 24 20:22:24.159 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-24T20:22:25.107Z[ recovery-image] Aug 24 20:22:24.169 INFO O| Aug 24 20:22:24.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79442026-08-24T20:22:25.107Z[ recovery-image] Aug 24 20:22:24.169 INFO O| Aug 24 20:22:24.169 INFO STEP 875 (remove_files) COMPLETE
79452026-08-24T20:22:25.107Z[ recovery-image] Aug 24 20:22:24.169 INFO O| Aug 24 20:22:24.169 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-24T20:22:25.118Z[ recovery-image] Aug 24 20:22:24.180 INFO O| Aug 24 20:22:24.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79472026-08-24T20:22:25.118Z[ recovery-image] Aug 24 20:22:24.180 INFO O| Aug 24 20:22:24.180 INFO STEP 876 (remove_files) COMPLETE
79482026-08-24T20:22:25.118Z[ recovery-image] Aug 24 20:22:24.180 INFO O| Aug 24 20:22:24.180 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-24T20:22:25.128Z[ recovery-image] Aug 24 20:22:24.190 INFO O| Aug 24 20:22:24.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79502026-08-24T20:22:25.128Z[ recovery-image] Aug 24 20:22:24.190 INFO O| Aug 24 20:22:24.190 INFO STEP 877 (remove_files) COMPLETE
79512026-08-24T20:22:25.131Z[ recovery-image] Aug 24 20:22:24.190 INFO O| Aug 24 20:22:24.190 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-24T20:22:25.136Z[ recovery-image] Aug 24 20:22:24.198 INFO O| Aug 24 20:22:24.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79532026-08-24T20:22:25.136Z[ recovery-image] Aug 24 20:22:24.198 INFO O| Aug 24 20:22:24.198 INFO STEP 878 (remove_files) COMPLETE
79542026-08-24T20:22:25.136Z[ recovery-image] Aug 24 20:22:24.198 INFO O| Aug 24 20:22:24.198 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-24T20:22:25.144Z[ recovery-image] Aug 24 20:22:24.206 INFO O| Aug 24 20:22:24.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79562026-08-24T20:22:25.144Z[ recovery-image] Aug 24 20:22:24.206 INFO O| Aug 24 20:22:24.206 INFO STEP 879 (remove_files) COMPLETE
79572026-08-24T20:22:25.147Z[ recovery-image] Aug 24 20:22:24.206 INFO O| Aug 24 20:22:24.206 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-24T20:22:25.151Z[ recovery-image] Aug 24 20:22:24.213 INFO O| Aug 24 20:22:24.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79592026-08-24T20:22:25.151Z[ recovery-image] Aug 24 20:22:24.213 INFO O| Aug 24 20:22:24.213 INFO STEP 880 (remove_files) COMPLETE
79602026-08-24T20:22:25.151Z[ recovery-image] Aug 24 20:22:24.213 INFO O| Aug 24 20:22:24.213 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-24T20:22:25.159Z[ recovery-image] Aug 24 20:22:24.221 INFO O| Aug 24 20:22:24.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79622026-08-24T20:22:25.159Z[ recovery-image] Aug 24 20:22:24.221 INFO O| Aug 24 20:22:24.221 INFO STEP 881 (remove_files) COMPLETE
79632026-08-24T20:22:25.159Z[ recovery-image] Aug 24 20:22:24.221 INFO O| Aug 24 20:22:24.221 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-24T20:22:25.166Z[ recovery-image] Aug 24 20:22:24.229 INFO O| Aug 24 20:22:24.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79652026-08-24T20:22:25.167Z[ recovery-image] Aug 24 20:22:24.229 INFO O| Aug 24 20:22:24.229 INFO STEP 882 (remove_files) COMPLETE
79662026-08-24T20:22:25.167Z[ recovery-image] Aug 24 20:22:24.229 INFO O| Aug 24 20:22:24.229 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-24T20:22:25.174Z[ recovery-image] Aug 24 20:22:24.236 INFO O| Aug 24 20:22:24.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79682026-08-24T20:22:25.174Z[ recovery-image] Aug 24 20:22:24.236 INFO O| Aug 24 20:22:24.236 INFO STEP 883 (remove_files) COMPLETE
79692026-08-24T20:22:25.174Z[ recovery-image] Aug 24 20:22:24.236 INFO O| Aug 24 20:22:24.236 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-24T20:22:25.180Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
79712026-08-24T20:22:25.184Z[ recovery-image] Aug 24 20:22:24.245 INFO O| Aug 24 20:22:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79722026-08-24T20:22:25.184Z[ recovery-image] Aug 24 20:22:24.245 INFO O| Aug 24 20:22:24.245 INFO STEP 884 (remove_files) COMPLETE
79732026-08-24T20:22:25.184Z[ recovery-image] Aug 24 20:22:24.245 INFO O| Aug 24 20:22:24.245 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-24T20:22:25.191Z[ recovery-image] Aug 24 20:22:24.253 INFO O| Aug 24 20:22:24.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79752026-08-24T20:22:25.191Z[ recovery-image] Aug 24 20:22:24.253 INFO O| Aug 24 20:22:24.253 INFO STEP 885 (remove_files) COMPLETE
79762026-08-24T20:22:25.194Z[ recovery-image] Aug 24 20:22:24.253 INFO O| Aug 24 20:22:24.253 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-24T20:22:25.199Z[ recovery-image] Aug 24 20:22:24.261 INFO O| Aug 24 20:22:24.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79782026-08-24T20:22:25.199Z[ recovery-image] Aug 24 20:22:24.262 INFO O| Aug 24 20:22:24.261 INFO STEP 886 (remove_files) COMPLETE
79792026-08-24T20:22:25.222Z[ recovery-image] Aug 24 20:22:24.262 INFO O| Aug 24 20:22:24.262 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-24T20:22:25.233Z[ recovery-image] Aug 24 20:22:24.295 INFO O| Aug 24 20:22:24.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79812026-08-24T20:22:25.233Z[ recovery-image] Aug 24 20:22:24.295 INFO O| Aug 24 20:22:24.295 INFO STEP 887 (remove_files) COMPLETE
79822026-08-24T20:22:25.233Z[ recovery-image] Aug 24 20:22:24.295 INFO O| Aug 24 20:22:24.295 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-24T20:22:25.243Z[ recovery-image] Aug 24 20:22:24.304 INFO O| Aug 24 20:22:24.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79842026-08-24T20:22:25.243Z[ recovery-image] Aug 24 20:22:24.305 INFO O| Aug 24 20:22:24.305 INFO STEP 888 (remove_files) COMPLETE
79852026-08-24T20:22:25.243Z[ recovery-image] Aug 24 20:22:24.305 INFO O| Aug 24 20:22:24.305 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-24T20:22:25.261Z[ recovery-image] Aug 24 20:22:24.322 INFO O| Aug 24 20:22:24.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79872026-08-24T20:22:25.261Z[ recovery-image] Aug 24 20:22:24.322 INFO O| Aug 24 20:22:24.321 INFO STEP 889 (remove_files) COMPLETE
79882026-08-24T20:22:25.280Z[ recovery-image] Aug 24 20:22:24.322 INFO O| Aug 24 20:22:24.321 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-24T20:22:25.280Z[ recovery-image] Aug 24 20:22:24.332 INFO O| Aug 24 20:22:24.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79902026-08-24T20:22:25.280Z[ recovery-image] Aug 24 20:22:24.332 INFO O| Aug 24 20:22:24.332 INFO STEP 890 (remove_files) COMPLETE
79912026-08-24T20:22:25.280Z[ recovery-image] Aug 24 20:22:24.332 INFO O| Aug 24 20:22:24.332 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-24T20:22:25.280Z[ recovery-image] Aug 24 20:22:24.342 INFO O| Aug 24 20:22:24.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79932026-08-24T20:22:25.280Z[ recovery-image] Aug 24 20:22:24.342 INFO O| Aug 24 20:22:24.342 INFO STEP 891 (remove_files) COMPLETE
79942026-08-24T20:22:25.281Z[ recovery-image] Aug 24 20:22:24.342 INFO O| Aug 24 20:22:24.342 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-24T20:22:25.291Z[ recovery-image] Aug 24 20:22:24.353 INFO O| Aug 24 20:22:24.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79962026-08-24T20:22:25.291Z[ recovery-image] Aug 24 20:22:24.353 INFO O| Aug 24 20:22:24.353 INFO STEP 892 (remove_files) COMPLETE
79972026-08-24T20:22:25.294Z[ recovery-image] Aug 24 20:22:24.353 INFO O| Aug 24 20:22:24.353 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-24T20:22:25.301Z[ recovery-image] Aug 24 20:22:24.363 INFO O| Aug 24 20:22:24.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79992026-08-24T20:22:25.301Z[ recovery-image] Aug 24 20:22:24.363 INFO O| Aug 24 20:22:24.363 INFO STEP 893 (remove_files) COMPLETE
80002026-08-24T20:22:25.301Z[ recovery-image] Aug 24 20:22:24.363 INFO O| Aug 24 20:22:24.363 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-24T20:22:25.311Z[ recovery-image] Aug 24 20:22:24.373 INFO O| Aug 24 20:22:24.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80022026-08-24T20:22:25.311Z[ recovery-image] Aug 24 20:22:24.373 INFO O| Aug 24 20:22:24.373 INFO STEP 894 (remove_files) COMPLETE
80032026-08-24T20:22:25.311Z[ recovery-image] Aug 24 20:22:24.373 INFO O| Aug 24 20:22:24.373 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-24T20:22:25.321Z[ recovery-image] Aug 24 20:22:24.383 INFO O| Aug 24 20:22:24.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80052026-08-24T20:22:25.321Z[ recovery-image] Aug 24 20:22:24.383 INFO O| Aug 24 20:22:24.383 INFO STEP 895 (remove_files) COMPLETE
80062026-08-24T20:22:25.321Z[ recovery-image] Aug 24 20:22:24.383 INFO O| Aug 24 20:22:24.383 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-24T20:22:25.333Z[ recovery-image] Aug 24 20:22:24.395 INFO O| Aug 24 20:22:24.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80082026-08-24T20:22:25.333Z[ recovery-image] Aug 24 20:22:24.395 INFO O| Aug 24 20:22:24.395 INFO STEP 896 (remove_files) COMPLETE
80092026-08-24T20:22:25.336Z[ recovery-image] Aug 24 20:22:24.395 INFO O| Aug 24 20:22:24.395 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-24T20:22:25.344Z[ recovery-image] Aug 24 20:22:24.406 INFO O| Aug 24 20:22:24.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80112026-08-24T20:22:25.344Z[ recovery-image] Aug 24 20:22:24.406 INFO O| Aug 24 20:22:24.406 INFO STEP 897 (remove_files) COMPLETE
80122026-08-24T20:22:25.348Z[ recovery-image] Aug 24 20:22:24.406 INFO O| Aug 24 20:22:24.406 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-24T20:22:25.355Z[ recovery-image] Aug 24 20:22:24.417 INFO O| Aug 24 20:22:24.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80142026-08-24T20:22:25.355Z[ recovery-image] Aug 24 20:22:24.417 INFO O| Aug 24 20:22:24.417 INFO STEP 898 (remove_files) COMPLETE
80152026-08-24T20:22:25.355Z[ recovery-image] Aug 24 20:22:24.417 INFO O| Aug 24 20:22:24.417 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-24T20:22:25.366Z[ recovery-image] Aug 24 20:22:24.428 INFO O| Aug 24 20:22:24.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80172026-08-24T20:22:25.367Z[ recovery-image] Aug 24 20:22:24.428 INFO O| Aug 24 20:22:24.428 INFO STEP 899 (remove_files) COMPLETE
80182026-08-24T20:22:25.367Z[ recovery-image] Aug 24 20:22:24.428 INFO O| Aug 24 20:22:24.428 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-24T20:22:25.377Z[ recovery-image] Aug 24 20:22:24.439 INFO O| Aug 24 20:22:24.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80202026-08-24T20:22:25.377Z[ recovery-image] Aug 24 20:22:24.439 INFO O| Aug 24 20:22:24.439 INFO STEP 900 (remove_files) COMPLETE
80212026-08-24T20:22:25.381Z[ recovery-image] Aug 24 20:22:24.439 INFO O| Aug 24 20:22:24.439 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-24T20:22:25.388Z[ recovery-image] Aug 24 20:22:24.450 INFO O| Aug 24 20:22:24.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80232026-08-24T20:22:25.388Z[ recovery-image] Aug 24 20:22:24.450 INFO O| Aug 24 20:22:24.450 INFO STEP 901 (remove_files) COMPLETE
80242026-08-24T20:22:25.388Z[ recovery-image] Aug 24 20:22:24.450 INFO O| Aug 24 20:22:24.450 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-24T20:22:25.399Z[ recovery-image] Aug 24 20:22:24.460 INFO O| Aug 24 20:22:24.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80262026-08-24T20:22:25.399Z[ recovery-image] Aug 24 20:22:24.460 INFO O| Aug 24 20:22:24.460 INFO STEP 902 (remove_files) COMPLETE
80272026-08-24T20:22:25.399Z[ recovery-image] Aug 24 20:22:24.460 INFO O| Aug 24 20:22:24.460 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-24T20:22:25.408Z[ recovery-image] Aug 24 20:22:24.470 INFO O| Aug 24 20:22:24.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80292026-08-24T20:22:25.408Z[ recovery-image] Aug 24 20:22:24.470 INFO O| Aug 24 20:22:24.470 INFO STEP 903 (remove_files) COMPLETE
80302026-08-24T20:22:25.412Z[ recovery-image] Aug 24 20:22:24.470 INFO O| Aug 24 20:22:24.470 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-24T20:22:25.419Z[ recovery-image] Aug 24 20:22:24.481 INFO O| Aug 24 20:22:24.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80322026-08-24T20:22:25.419Z[ recovery-image] Aug 24 20:22:24.481 INFO O| Aug 24 20:22:24.481 INFO STEP 904 (remove_files) COMPLETE
80332026-08-24T20:22:25.419Z[ recovery-image] Aug 24 20:22:24.481 INFO O| Aug 24 20:22:24.481 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-24T20:22:25.428Z[ recovery-image] Aug 24 20:22:24.490 INFO O| Aug 24 20:22:24.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80352026-08-24T20:22:25.428Z[ recovery-image] Aug 24 20:22:24.490 INFO O| Aug 24 20:22:24.490 INFO STEP 905 (remove_files) COMPLETE
80362026-08-24T20:22:25.428Z[ recovery-image] Aug 24 20:22:24.490 INFO O| Aug 24 20:22:24.490 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-24T20:22:25.438Z[ recovery-image] Aug 24 20:22:24.500 INFO O| Aug 24 20:22:24.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80382026-08-24T20:22:25.438Z[ recovery-image] Aug 24 20:22:24.500 INFO O| Aug 24 20:22:24.500 INFO STEP 906 (remove_files) COMPLETE
80392026-08-24T20:22:25.438Z[ recovery-image] Aug 24 20:22:24.500 INFO O| Aug 24 20:22:24.500 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-24T20:22:25.450Z[ recovery-image] Aug 24 20:22:24.510 INFO O| Aug 24 20:22:24.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80412026-08-24T20:22:25.450Z[ recovery-image] Aug 24 20:22:24.510 INFO O| Aug 24 20:22:24.510 INFO STEP 907 (remove_files) COMPLETE
80422026-08-24T20:22:25.450Z[ recovery-image] Aug 24 20:22:24.510 INFO O| Aug 24 20:22:24.510 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-24T20:22:25.459Z[ recovery-image] Aug 24 20:22:24.521 INFO O| Aug 24 20:22:24.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80442026-08-24T20:22:25.459Z[ recovery-image] Aug 24 20:22:24.521 INFO O| Aug 24 20:22:24.521 INFO STEP 908 (remove_files) COMPLETE
80452026-08-24T20:22:25.459Z[ recovery-image] Aug 24 20:22:24.521 INFO O| Aug 24 20:22:24.521 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-24T20:22:25.465Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
80472026-08-24T20:22:25.469Z[ recovery-image] Aug 24 20:22:24.531 INFO O| Aug 24 20:22:24.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80482026-08-24T20:22:25.469Z[ recovery-image] Aug 24 20:22:24.531 INFO O| Aug 24 20:22:24.531 INFO STEP 909 (remove_files) COMPLETE
80492026-08-24T20:22:25.469Z[ recovery-image] Aug 24 20:22:24.531 INFO O| Aug 24 20:22:24.531 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-24T20:22:25.479Z[ recovery-image] Aug 24 20:22:24.541 INFO O| Aug 24 20:22:24.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80512026-08-24T20:22:25.479Z[ recovery-image] Aug 24 20:22:24.541 INFO O| Aug 24 20:22:24.541 INFO STEP 910 (remove_files) COMPLETE
80522026-08-24T20:22:25.479Z[ recovery-image] Aug 24 20:22:24.541 INFO O| Aug 24 20:22:24.541 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-24T20:22:25.490Z[ recovery-image] Aug 24 20:22:24.552 INFO O| Aug 24 20:22:24.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80542026-08-24T20:22:25.490Z[ recovery-image] Aug 24 20:22:24.552 INFO O| Aug 24 20:22:24.552 INFO STEP 911 (remove_files) COMPLETE
80552026-08-24T20:22:25.490Z[ recovery-image] Aug 24 20:22:24.552 INFO O| Aug 24 20:22:24.552 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-24T20:22:25.500Z[ recovery-image] Aug 24 20:22:24.562 INFO O| Aug 24 20:22:24.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80572026-08-24T20:22:25.500Z[ recovery-image] Aug 24 20:22:24.562 INFO O| Aug 24 20:22:24.562 INFO STEP 912 (remove_files) COMPLETE
80582026-08-24T20:22:25.500Z[ recovery-image] Aug 24 20:22:24.562 INFO O| Aug 24 20:22:24.562 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-24T20:22:25.509Z[ recovery-image] Aug 24 20:22:24.571 INFO O| Aug 24 20:22:24.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80602026-08-24T20:22:25.509Z[ recovery-image] Aug 24 20:22:24.571 INFO O| Aug 24 20:22:24.571 INFO STEP 913 (remove_files) COMPLETE
80612026-08-24T20:22:25.513Z[ recovery-image] Aug 24 20:22:24.571 INFO O| Aug 24 20:22:24.571 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-24T20:22:25.518Z[ recovery-image] Aug 24 20:22:24.580 INFO O| Aug 24 20:22:24.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80632026-08-24T20:22:25.518Z[ recovery-image] Aug 24 20:22:24.580 INFO O| Aug 24 20:22:24.580 INFO STEP 914 (remove_files) COMPLETE
80642026-08-24T20:22:25.518Z[ recovery-image] Aug 24 20:22:24.580 INFO O| Aug 24 20:22:24.580 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-24T20:22:25.528Z[ recovery-image] Aug 24 20:22:24.590 INFO O| Aug 24 20:22:24.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80662026-08-24T20:22:25.528Z[ recovery-image] Aug 24 20:22:24.590 INFO O| Aug 24 20:22:24.590 INFO STEP 915 (remove_files) COMPLETE
80672026-08-24T20:22:25.531Z[ recovery-image] Aug 24 20:22:24.590 INFO O| Aug 24 20:22:24.590 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-24T20:22:25.536Z[ recovery-image] Aug 24 20:22:24.599 INFO O| Aug 24 20:22:24.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80692026-08-24T20:22:25.537Z[ recovery-image] Aug 24 20:22:24.599 INFO O| Aug 24 20:22:24.599 INFO STEP 916 (remove_files) COMPLETE
80702026-08-24T20:22:25.540Z[ recovery-image] Aug 24 20:22:24.599 INFO O| Aug 24 20:22:24.599 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-24T20:22:25.546Z[ recovery-image] Aug 24 20:22:24.608 INFO O| Aug 24 20:22:24.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80722026-08-24T20:22:25.546Z[ recovery-image] Aug 24 20:22:24.608 INFO O| Aug 24 20:22:24.608 INFO STEP 917 (remove_files) COMPLETE
80732026-08-24T20:22:25.546Z[ recovery-image] Aug 24 20:22:24.608 INFO O| Aug 24 20:22:24.608 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-24T20:22:25.555Z[ recovery-image] Aug 24 20:22:24.617 INFO O| Aug 24 20:22:24.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80752026-08-24T20:22:25.555Z[ recovery-image] Aug 24 20:22:24.617 INFO O| Aug 24 20:22:24.617 INFO STEP 918 (remove_files) COMPLETE
80762026-08-24T20:22:25.555Z[ recovery-image] Aug 24 20:22:24.617 INFO O| Aug 24 20:22:24.617 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-24T20:22:25.564Z[ recovery-image] Aug 24 20:22:24.626 INFO O| Aug 24 20:22:24.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80782026-08-24T20:22:25.564Z[ recovery-image] Aug 24 20:22:24.626 INFO O| Aug 24 20:22:24.626 INFO STEP 919 (remove_files) COMPLETE
80792026-08-24T20:22:25.564Z[ recovery-image] Aug 24 20:22:24.626 INFO O| Aug 24 20:22:24.626 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-24T20:22:25.573Z[ recovery-image] Aug 24 20:22:24.635 INFO O| Aug 24 20:22:24.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80812026-08-24T20:22:25.573Z[ recovery-image] Aug 24 20:22:24.635 INFO O| Aug 24 20:22:24.635 INFO STEP 920 (remove_files) COMPLETE
80822026-08-24T20:22:25.576Z[ recovery-image] Aug 24 20:22:24.635 INFO O| Aug 24 20:22:24.635 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-24T20:22:25.582Z[ recovery-image] Aug 24 20:22:24.644 INFO O| Aug 24 20:22:24.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80842026-08-24T20:22:25.582Z[ recovery-image] Aug 24 20:22:24.644 INFO O| Aug 24 20:22:24.644 INFO STEP 921 (remove_files) COMPLETE
80852026-08-24T20:22:25.582Z[ recovery-image] Aug 24 20:22:24.644 INFO O| Aug 24 20:22:24.644 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-24T20:22:25.591Z[ recovery-image] Aug 24 20:22:24.653 INFO O| Aug 24 20:22:24.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80872026-08-24T20:22:25.591Z[ recovery-image] Aug 24 20:22:24.653 INFO O| Aug 24 20:22:24.653 INFO STEP 922 (remove_files) COMPLETE
80882026-08-24T20:22:25.591Z[ recovery-image] Aug 24 20:22:24.653 INFO O| Aug 24 20:22:24.653 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-24T20:22:25.601Z[ recovery-image] Aug 24 20:22:24.663 INFO O| Aug 24 20:22:24.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80902026-08-24T20:22:25.601Z[ recovery-image] Aug 24 20:22:24.663 INFO O| Aug 24 20:22:24.663 INFO STEP 923 (remove_files) COMPLETE
80912026-08-24T20:22:25.601Z[ recovery-image] Aug 24 20:22:24.663 INFO O| Aug 24 20:22:24.663 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-24T20:22:25.612Z[ recovery-image] Aug 24 20:22:24.674 INFO O| Aug 24 20:22:24.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80932026-08-24T20:22:25.612Z[ recovery-image] Aug 24 20:22:24.674 INFO O| Aug 24 20:22:24.674 INFO STEP 924 (remove_files) COMPLETE
80942026-08-24T20:22:25.612Z[ recovery-image] Aug 24 20:22:24.674 INFO O| Aug 24 20:22:24.674 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-24T20:22:25.623Z[ recovery-image] Aug 24 20:22:24.685 INFO O| Aug 24 20:22:24.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80962026-08-24T20:22:25.623Z[ recovery-image] Aug 24 20:22:24.685 INFO O| Aug 24 20:22:24.685 INFO STEP 925 (remove_files) COMPLETE
80972026-08-24T20:22:25.623Z[ recovery-image] Aug 24 20:22:24.685 INFO O| Aug 24 20:22:24.685 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-24T20:22:25.633Z[ recovery-image] Aug 24 20:22:24.695 INFO O| Aug 24 20:22:24.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80992026-08-24T20:22:25.633Z[ recovery-image] Aug 24 20:22:24.695 INFO O| Aug 24 20:22:24.695 INFO STEP 926 (remove_files) COMPLETE
81002026-08-24T20:22:25.633Z[ recovery-image] Aug 24 20:22:24.695 INFO O| Aug 24 20:22:24.695 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-24T20:22:25.642Z[ recovery-image] Aug 24 20:22:24.704 INFO O| Aug 24 20:22:24.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81022026-08-24T20:22:25.642Z[ recovery-image] Aug 24 20:22:24.704 INFO O| Aug 24 20:22:24.704 INFO STEP 927 (remove_files) COMPLETE
81032026-08-24T20:22:25.642Z[ recovery-image] Aug 24 20:22:24.704 INFO O| Aug 24 20:22:24.704 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-24T20:22:25.652Z[ recovery-image] Aug 24 20:22:24.714 INFO O| Aug 24 20:22:24.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81052026-08-24T20:22:25.653Z[ recovery-image] Aug 24 20:22:24.715 INFO O| Aug 24 20:22:24.715 INFO STEP 928 (remove_files) COMPLETE
81062026-08-24T20:22:25.656Z[ recovery-image] Aug 24 20:22:24.715 INFO O| Aug 24 20:22:24.715 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-24T20:22:25.662Z[ recovery-image] Aug 24 20:22:24.724 INFO O| Aug 24 20:22:24.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81082026-08-24T20:22:25.662Z[ recovery-image] Aug 24 20:22:24.724 INFO O| Aug 24 20:22:24.724 INFO STEP 929 (remove_files) COMPLETE
81092026-08-24T20:22:25.662Z[ recovery-image] Aug 24 20:22:24.724 INFO O| Aug 24 20:22:24.724 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-24T20:22:25.673Z[ recovery-image] Aug 24 20:22:24.735 INFO O| Aug 24 20:22:24.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81112026-08-24T20:22:25.673Z[ recovery-image] Aug 24 20:22:24.735 INFO O| Aug 24 20:22:24.735 INFO STEP 930 (remove_files) COMPLETE
81122026-08-24T20:22:25.673Z[ recovery-image] Aug 24 20:22:24.735 INFO O| Aug 24 20:22:24.735 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-24T20:22:25.705Z[ recovery-image] Aug 24 20:22:24.767 INFO O| Aug 24 20:22:24.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81142026-08-24T20:22:25.705Z[ recovery-image] Aug 24 20:22:24.767 INFO O| Aug 24 20:22:24.767 INFO STEP 931 (remove_files) COMPLETE
81152026-08-24T20:22:25.705Z[ recovery-image] Aug 24 20:22:24.767 INFO O| Aug 24 20:22:24.767 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-24T20:22:25.716Z[ recovery-image] Aug 24 20:22:24.778 INFO O| Aug 24 20:22:24.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81172026-08-24T20:22:25.716Z[ recovery-image] Aug 24 20:22:24.778 INFO O| Aug 24 20:22:24.778 INFO STEP 932 (remove_files) COMPLETE
81182026-08-24T20:22:25.716Z[ recovery-image] Aug 24 20:22:24.778 INFO O| Aug 24 20:22:24.778 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-24T20:22:25.726Z[ recovery-image] Aug 24 20:22:24.788 INFO O| Aug 24 20:22:24.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81202026-08-24T20:22:25.726Z[ recovery-image] Aug 24 20:22:24.788 INFO O| Aug 24 20:22:24.788 INFO STEP 933 (remove_files) COMPLETE
81212026-08-24T20:22:25.726Z[ recovery-image] Aug 24 20:22:24.788 INFO O| Aug 24 20:22:24.788 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-24T20:22:25.737Z[ recovery-image] Aug 24 20:22:24.799 INFO O| Aug 24 20:22:24.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81232026-08-24T20:22:25.737Z[ recovery-image] Aug 24 20:22:24.799 INFO O| Aug 24 20:22:24.799 INFO STEP 934 (remove_files) COMPLETE
81242026-08-24T20:22:25.737Z[ recovery-image] Aug 24 20:22:24.799 INFO O| Aug 24 20:22:24.799 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-24T20:22:25.747Z[ recovery-image] Aug 24 20:22:24.809 INFO O| Aug 24 20:22:24.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81262026-08-24T20:22:25.751Z[ recovery-image] Aug 24 20:22:24.809 INFO O| Aug 24 20:22:24.809 INFO STEP 935 (remove_files) COMPLETE
81272026-08-24T20:22:25.751Z[ recovery-image] Aug 24 20:22:24.809 INFO O| Aug 24 20:22:24.809 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-24T20:22:25.756Z[ recovery-image] Aug 24 20:22:24.818 INFO O| Aug 24 20:22:24.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81292026-08-24T20:22:25.756Z[ recovery-image] Aug 24 20:22:24.818 INFO O| Aug 24 20:22:24.818 INFO STEP 936 (remove_files) COMPLETE
81302026-08-24T20:22:25.761Z[ recovery-image] Aug 24 20:22:24.818 INFO O| Aug 24 20:22:24.818 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-24T20:22:25.766Z[ recovery-image] Aug 24 20:22:24.828 INFO O| Aug 24 20:22:24.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81322026-08-24T20:22:25.770Z[ recovery-image] Aug 24 20:22:24.829 INFO O| Aug 24 20:22:24.829 INFO STEP 937 (remove_files) COMPLETE
81332026-08-24T20:22:25.770Z[ recovery-image] Aug 24 20:22:24.829 INFO O| Aug 24 20:22:24.829 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-24T20:22:25.777Z[ recovery-image] Aug 24 20:22:24.839 INFO O| Aug 24 20:22:24.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81352026-08-24T20:22:25.777Z[ recovery-image] Aug 24 20:22:24.839 INFO O| Aug 24 20:22:24.839 INFO STEP 938 (remove_files) COMPLETE
81362026-08-24T20:22:25.780Z[ recovery-image] Aug 24 20:22:24.839 INFO O| Aug 24 20:22:24.839 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-24T20:22:25.787Z[ recovery-image] Aug 24 20:22:24.849 INFO O| Aug 24 20:22:24.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81382026-08-24T20:22:25.790Z[ recovery-image] Aug 24 20:22:24.850 INFO O| Aug 24 20:22:24.850 INFO STEP 939 (remove_files) COMPLETE
81392026-08-24T20:22:25.790Z[ recovery-image] Aug 24 20:22:24.850 INFO O| Aug 24 20:22:24.850 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-24T20:22:25.800Z[ recovery-image] Aug 24 20:22:24.860 INFO O| Aug 24 20:22:24.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81412026-08-24T20:22:25.800Z[ recovery-image] Aug 24 20:22:24.860 INFO O| Aug 24 20:22:24.860 INFO STEP 940 (remove_files) COMPLETE
81422026-08-24T20:22:25.800Z[ recovery-image] Aug 24 20:22:24.860 INFO O| Aug 24 20:22:24.860 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-24T20:22:25.808Z[ recovery-image] Aug 24 20:22:24.870 INFO O| Aug 24 20:22:24.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81442026-08-24T20:22:25.808Z[ recovery-image] Aug 24 20:22:24.870 INFO O| Aug 24 20:22:24.870 INFO STEP 941 (remove_files) COMPLETE
81452026-08-24T20:22:25.811Z[ recovery-image] Aug 24 20:22:24.870 INFO O| Aug 24 20:22:24.870 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-24T20:22:25.818Z[ recovery-image] Aug 24 20:22:24.880 INFO O| Aug 24 20:22:24.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81472026-08-24T20:22:25.818Z[ recovery-image] Aug 24 20:22:24.880 INFO O| Aug 24 20:22:24.880 INFO STEP 942 (remove_files) COMPLETE
81482026-08-24T20:22:25.818Z[ recovery-image] Aug 24 20:22:24.880 INFO O| Aug 24 20:22:24.880 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-24T20:22:25.829Z[ recovery-image] Aug 24 20:22:24.891 INFO O| Aug 24 20:22:24.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81502026-08-24T20:22:25.832Z[ recovery-image] Aug 24 20:22:24.892 INFO O| Aug 24 20:22:24.892 INFO STEP 943 (remove_files) COMPLETE
81512026-08-24T20:22:25.832Z[ recovery-image] Aug 24 20:22:24.892 INFO O| Aug 24 20:22:24.892 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-24T20:22:25.840Z[ recovery-image] Aug 24 20:22:24.902 INFO O| Aug 24 20:22:24.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81532026-08-24T20:22:25.840Z[ recovery-image] Aug 24 20:22:24.902 INFO O| Aug 24 20:22:24.902 INFO STEP 944 (remove_files) COMPLETE
81542026-08-24T20:22:25.843Z[ recovery-image] Aug 24 20:22:24.902 INFO O| Aug 24 20:22:24.902 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-24T20:22:25.850Z[ recovery-image] Aug 24 20:22:24.913 INFO O| Aug 24 20:22:24.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81562026-08-24T20:22:25.851Z[ recovery-image] Aug 24 20:22:24.913 INFO O| Aug 24 20:22:24.913 INFO STEP 945 (remove_files) COMPLETE
81572026-08-24T20:22:25.854Z[ recovery-image] Aug 24 20:22:24.913 INFO O| Aug 24 20:22:24.913 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-24T20:22:25.861Z[ recovery-image] Aug 24 20:22:24.923 INFO O| Aug 24 20:22:24.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81592026-08-24T20:22:25.861Z[ recovery-image] Aug 24 20:22:24.923 INFO O| Aug 24 20:22:24.923 INFO STEP 946 (remove_files) COMPLETE
81602026-08-24T20:22:25.865Z[ recovery-image] Aug 24 20:22:24.923 INFO O| Aug 24 20:22:24.923 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-24T20:22:25.872Z[ recovery-image] Aug 24 20:22:24.934 INFO O| Aug 24 20:22:24.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81622026-08-24T20:22:25.872Z[ recovery-image] Aug 24 20:22:24.934 INFO O| Aug 24 20:22:24.934 INFO STEP 947 (remove_files) COMPLETE
81632026-08-24T20:22:25.872Z[ recovery-image] Aug 24 20:22:24.934 INFO O| Aug 24 20:22:24.934 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-24T20:22:25.882Z[ recovery-image] Aug 24 20:22:24.944 INFO O| Aug 24 20:22:24.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81652026-08-24T20:22:25.882Z[ recovery-image] Aug 24 20:22:24.944 INFO O| Aug 24 20:22:24.944 INFO STEP 948 (remove_files) COMPLETE
81662026-08-24T20:22:25.886Z[ recovery-image] Aug 24 20:22:24.944 INFO O| Aug 24 20:22:24.944 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-24T20:22:25.892Z[ recovery-image] Aug 24 20:22:24.954 INFO O| Aug 24 20:22:24.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81682026-08-24T20:22:25.892Z[ recovery-image] Aug 24 20:22:24.954 INFO O| Aug 24 20:22:24.954 INFO STEP 949 (remove_files) COMPLETE
81692026-08-24T20:22:25.892Z[ recovery-image] Aug 24 20:22:24.954 INFO O| Aug 24 20:22:24.954 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-24T20:22:25.904Z[ recovery-image] Aug 24 20:22:24.964 INFO O| Aug 24 20:22:24.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81712026-08-24T20:22:25.904Z[ recovery-image] Aug 24 20:22:24.964 INFO O| Aug 24 20:22:24.964 INFO STEP 950 (remove_files) COMPLETE
81722026-08-24T20:22:25.904Z[ recovery-image] Aug 24 20:22:24.964 INFO O| Aug 24 20:22:24.964 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-24T20:22:25.912Z[ recovery-image] Aug 24 20:22:24.974 INFO O| Aug 24 20:22:24.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81742026-08-24T20:22:25.912Z[ recovery-image] Aug 24 20:22:24.974 INFO O| Aug 24 20:22:24.974 INFO STEP 951 (remove_files) COMPLETE
81752026-08-24T20:22:25.915Z[ recovery-image] Aug 24 20:22:24.974 INFO O| Aug 24 20:22:24.974 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-24T20:22:25.923Z[ recovery-image] Aug 24 20:22:24.985 INFO O| Aug 24 20:22:24.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81772026-08-24T20:22:25.923Z[ recovery-image] Aug 24 20:22:24.985 INFO O| Aug 24 20:22:24.985 INFO STEP 952 (remove_files) COMPLETE
81782026-08-24T20:22:25.926Z[ recovery-image] Aug 24 20:22:24.985 INFO O| Aug 24 20:22:24.985 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-24T20:22:25.932Z[ recovery-image] Aug 24 20:22:24.994 INFO O| Aug 24 20:22:24.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81802026-08-24T20:22:25.932Z[ recovery-image] Aug 24 20:22:24.994 INFO O| Aug 24 20:22:24.994 INFO STEP 953 (remove_files) COMPLETE
81812026-08-24T20:22:25.932Z[ recovery-image] Aug 24 20:22:24.994 INFO O| Aug 24 20:22:24.994 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-24T20:22:25.941Z[ recovery-image] Aug 24 20:22:25.003 INFO O| Aug 24 20:22:25.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81832026-08-24T20:22:25.941Z[ recovery-image] Aug 24 20:22:25.003 INFO O| Aug 24 20:22:25.003 INFO STEP 954 (remove_files) COMPLETE
81842026-08-24T20:22:25.941Z[ recovery-image] Aug 24 20:22:25.003 INFO O| Aug 24 20:22:25.003 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-24T20:22:25.950Z[ recovery-image] Aug 24 20:22:25.012 INFO O| Aug 24 20:22:25.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81862026-08-24T20:22:25.950Z[ recovery-image] Aug 24 20:22:25.012 INFO O| Aug 24 20:22:25.012 INFO STEP 955 (remove_files) COMPLETE
81872026-08-24T20:22:25.953Z[ recovery-image] Aug 24 20:22:25.012 INFO O| Aug 24 20:22:25.012 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-24T20:22:25.958Z[ recovery-image] Aug 24 20:22:25.020 INFO O| Aug 24 20:22:25.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81892026-08-24T20:22:25.958Z[ recovery-image] Aug 24 20:22:25.020 INFO O| Aug 24 20:22:25.020 INFO STEP 956 (remove_files) COMPLETE
81902026-08-24T20:22:25.958Z[ recovery-image] Aug 24 20:22:25.020 INFO O| Aug 24 20:22:25.020 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-24T20:22:25.967Z[ recovery-image] Aug 24 20:22:25.029 INFO O| Aug 24 20:22:25.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81922026-08-24T20:22:25.967Z[ recovery-image] Aug 24 20:22:25.029 INFO O| Aug 24 20:22:25.029 INFO STEP 957 (remove_files) COMPLETE
81932026-08-24T20:22:25.967Z[ recovery-image] Aug 24 20:22:25.029 INFO O| Aug 24 20:22:25.029 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-24T20:22:25.977Z[ recovery-image] Aug 24 20:22:25.039 INFO O| Aug 24 20:22:25.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81952026-08-24T20:22:25.977Z[ recovery-image] Aug 24 20:22:25.039 INFO O| Aug 24 20:22:25.039 INFO STEP 958 (remove_files) COMPLETE
81962026-08-24T20:22:25.977Z[ recovery-image] Aug 24 20:22:25.039 INFO O| Aug 24 20:22:25.039 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-24T20:22:25.985Z[ recovery-image] Aug 24 20:22:25.047 INFO O| Aug 24 20:22:25.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81982026-08-24T20:22:25.985Z[ recovery-image] Aug 24 20:22:25.047 INFO O| Aug 24 20:22:25.047 INFO STEP 959 (remove_files) COMPLETE
81992026-08-24T20:22:25.985Z[ recovery-image] Aug 24 20:22:25.047 INFO O| Aug 24 20:22:25.047 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-24T20:22:25.994Z[ recovery-image] Aug 24 20:22:25.056 INFO O| Aug 24 20:22:25.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82012026-08-24T20:22:25.994Z[ recovery-image] Aug 24 20:22:25.056 INFO O| Aug 24 20:22:25.056 INFO STEP 960 (remove_files) COMPLETE
82022026-08-24T20:22:25.998Z[ recovery-image] Aug 24 20:22:25.056 INFO O| Aug 24 20:22:25.056 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-24T20:22:26.005Z[ recovery-image] Aug 24 20:22:25.067 INFO O| Aug 24 20:22:25.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82042026-08-24T20:22:26.005Z[ recovery-image] Aug 24 20:22:25.067 INFO O| Aug 24 20:22:25.067 INFO STEP 961 (remove_files) COMPLETE
82052026-08-24T20:22:26.009Z[ recovery-image] Aug 24 20:22:25.067 INFO O| Aug 24 20:22:25.067 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-24T20:22:26.014Z[ recovery-image] Aug 24 20:22:25.076 INFO O| Aug 24 20:22:25.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82072026-08-24T20:22:26.014Z[ recovery-image] Aug 24 20:22:25.076 INFO O| Aug 24 20:22:25.076 INFO STEP 962 (remove_files) COMPLETE
82082026-08-24T20:22:26.018Z[ recovery-image] Aug 24 20:22:25.076 INFO O| Aug 24 20:22:25.076 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-24T20:22:26.023Z[ recovery-image] Aug 24 20:22:25.085 INFO O| Aug 24 20:22:25.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82102026-08-24T20:22:26.023Z[ recovery-image] Aug 24 20:22:25.085 INFO O| Aug 24 20:22:25.085 INFO STEP 963 (remove_files) COMPLETE
82112026-08-24T20:22:26.026Z[ recovery-image] Aug 24 20:22:25.085 INFO O| Aug 24 20:22:25.085 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-24T20:22:26.031Z[ recovery-image] Aug 24 20:22:25.094 INFO O| Aug 24 20:22:25.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82132026-08-24T20:22:26.032Z[ recovery-image] Aug 24 20:22:25.094 INFO O| Aug 24 20:22:25.094 INFO STEP 964 (remove_files) COMPLETE
82142026-08-24T20:22:26.080Z[ recovery-image] Aug 24 20:22:25.094 INFO O| Aug 24 20:22:25.094 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.105 INFO O| Aug 24 20:22:25.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82162026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.105 INFO O| Aug 24 20:22:25.105 INFO STEP 965 (remove_files) COMPLETE
82172026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.105 INFO O| Aug 24 20:22:25.105 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.116 INFO O| Aug 24 20:22:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82192026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.116 INFO O| Aug 24 20:22:25.116 INFO STEP 966 (remove_files) COMPLETE
82202026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.116 INFO O| Aug 24 20:22:25.116 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.125 INFO O| Aug 24 20:22:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82222026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.125 INFO O| Aug 24 20:22:25.125 INFO STEP 967 (remove_files) COMPLETE
82232026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.125 INFO O| Aug 24 20:22:25.125 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.134 INFO O| Aug 24 20:22:25.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82252026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.135 INFO O| Aug 24 20:22:25.134 INFO STEP 968 (remove_files) COMPLETE
82262026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.135 INFO O| Aug 24 20:22:25.134 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.143 INFO O| Aug 24 20:22:25.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82282026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.143 INFO O| Aug 24 20:22:25.143 INFO STEP 969 (remove_files) COMPLETE
82292026-08-24T20:22:26.085Z[ recovery-image] Aug 24 20:22:25.143 INFO O| Aug 24 20:22:25.143 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-24T20:22:26.089Z[ recovery-image] Aug 24 20:22:25.151 INFO O| Aug 24 20:22:25.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82312026-08-24T20:22:26.093Z[ recovery-image] Aug 24 20:22:25.151 INFO O| Aug 24 20:22:25.151 INFO STEP 970 (remove_files) COMPLETE
82322026-08-24T20:22:26.093Z[ recovery-image] Aug 24 20:22:25.151 INFO O| Aug 24 20:22:25.151 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-24T20:22:26.100Z[ recovery-image] Aug 24 20:22:25.162 INFO O| Aug 24 20:22:25.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82342026-08-24T20:22:26.100Z[ recovery-image] Aug 24 20:22:25.162 INFO O| Aug 24 20:22:25.162 INFO STEP 971 (remove_files) COMPLETE
82352026-08-24T20:22:26.100Z[ recovery-image] Aug 24 20:22:25.162 INFO O| Aug 24 20:22:25.162 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-24T20:22:26.111Z[ recovery-image] Aug 24 20:22:25.173 INFO O| Aug 24 20:22:25.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82372026-08-24T20:22:26.111Z[ recovery-image] Aug 24 20:22:25.173 INFO O| Aug 24 20:22:25.173 INFO STEP 972 (remove_files) COMPLETE
82382026-08-24T20:22:26.111Z[ recovery-image] Aug 24 20:22:25.173 INFO O| Aug 24 20:22:25.173 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-24T20:22:26.122Z[ recovery-image] Aug 24 20:22:25.184 INFO O| Aug 24 20:22:25.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82402026-08-24T20:22:26.122Z[ recovery-image] Aug 24 20:22:25.184 INFO O| Aug 24 20:22:25.184 INFO STEP 973 (remove_files) COMPLETE
82412026-08-24T20:22:26.126Z[ recovery-image] Aug 24 20:22:25.184 INFO O| Aug 24 20:22:25.184 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-24T20:22:26.133Z[ recovery-image] Aug 24 20:22:25.195 INFO O| Aug 24 20:22:25.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82432026-08-24T20:22:26.133Z[ recovery-image] Aug 24 20:22:25.195 INFO O| Aug 24 20:22:25.195 INFO STEP 974 (remove_files) COMPLETE
82442026-08-24T20:22:26.136Z[ recovery-image] Aug 24 20:22:25.195 INFO O| Aug 24 20:22:25.195 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-24T20:22:26.144Z[ recovery-image] Aug 24 20:22:25.206 INFO O| Aug 24 20:22:25.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82462026-08-24T20:22:26.144Z[ recovery-image] Aug 24 20:22:25.206 INFO O| Aug 24 20:22:25.206 INFO STEP 975 (remove_files) COMPLETE
82472026-08-24T20:22:26.148Z[ recovery-image] Aug 24 20:22:25.206 INFO O| Aug 24 20:22:25.206 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-24T20:22:26.155Z[ recovery-image] Aug 24 20:22:25.217 INFO O| Aug 24 20:22:25.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82492026-08-24T20:22:26.155Z[ recovery-image] Aug 24 20:22:25.217 INFO O| Aug 24 20:22:25.217 INFO STEP 976 (remove_files) COMPLETE
82502026-08-24T20:22:26.158Z[ recovery-image] Aug 24 20:22:25.217 INFO O| Aug 24 20:22:25.217 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-24T20:22:26.164Z[ recovery-image] Aug 24 20:22:25.226 INFO O| Aug 24 20:22:25.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82522026-08-24T20:22:26.164Z[ recovery-image] Aug 24 20:22:25.227 INFO O| Aug 24 20:22:25.226 INFO STEP 977 (remove_files) COMPLETE
82532026-08-24T20:22:26.168Z[ recovery-image] Aug 24 20:22:25.227 INFO O| Aug 24 20:22:25.227 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-24T20:22:26.174Z[ recovery-image] Aug 24 20:22:25.235 INFO O| Aug 24 20:22:25.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82552026-08-24T20:22:26.174Z[ recovery-image] Aug 24 20:22:25.235 INFO O| Aug 24 20:22:25.235 INFO STEP 978 (remove_files) COMPLETE
82562026-08-24T20:22:26.174Z[ recovery-image] Aug 24 20:22:25.235 INFO O| Aug 24 20:22:25.235 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-24T20:22:26.181Z[ recovery-image] Aug 24 20:22:25.243 INFO O| Aug 24 20:22:25.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82582026-08-24T20:22:26.181Z[ recovery-image] Aug 24 20:22:25.243 INFO O| Aug 24 20:22:25.243 INFO STEP 979 (remove_files) COMPLETE
82592026-08-24T20:22:26.185Z[ recovery-image] Aug 24 20:22:25.243 INFO O| Aug 24 20:22:25.243 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-24T20:22:26.191Z[ recovery-image] Aug 24 20:22:25.253 INFO O| Aug 24 20:22:25.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82612026-08-24T20:22:26.191Z[ recovery-image] Aug 24 20:22:25.253 INFO O| Aug 24 20:22:25.253 INFO STEP 980 (remove_files) COMPLETE
82622026-08-24T20:22:26.191Z[ recovery-image] Aug 24 20:22:25.253 INFO O| Aug 24 20:22:25.253 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-24T20:22:26.201Z[ recovery-image] Aug 24 20:22:25.263 INFO O| Aug 24 20:22:25.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82642026-08-24T20:22:26.201Z[ recovery-image] Aug 24 20:22:25.263 INFO O| Aug 24 20:22:25.263 INFO STEP 981 (remove_files) COMPLETE
82652026-08-24T20:22:26.201Z[ recovery-image] Aug 24 20:22:25.263 INFO O| Aug 24 20:22:25.263 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-24T20:22:26.212Z[ recovery-image] Aug 24 20:22:25.274 INFO O| Aug 24 20:22:25.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82672026-08-24T20:22:26.212Z[ recovery-image] Aug 24 20:22:25.274 INFO O| Aug 24 20:22:25.274 INFO STEP 982 (remove_files) COMPLETE
82682026-08-24T20:22:26.212Z[ recovery-image] Aug 24 20:22:25.274 INFO O| Aug 24 20:22:25.274 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-24T20:22:26.224Z[ recovery-image] Aug 24 20:22:25.285 INFO O| Aug 24 20:22:25.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82702026-08-24T20:22:26.224Z[ recovery-image] Aug 24 20:22:25.285 INFO O| Aug 24 20:22:25.285 INFO STEP 983 (remove_files) COMPLETE
82712026-08-24T20:22:26.228Z[ recovery-image] Aug 24 20:22:25.285 INFO O| Aug 24 20:22:25.285 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-24T20:22:26.232Z[ recovery-image] Aug 24 20:22:25.294 INFO O| Aug 24 20:22:25.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82732026-08-24T20:22:26.236Z[ recovery-image] Aug 24 20:22:25.294 INFO O| Aug 24 20:22:25.294 INFO STEP 984 (remove_files) COMPLETE
82742026-08-24T20:22:26.236Z[ recovery-image] Aug 24 20:22:25.294 INFO O| Aug 24 20:22:25.294 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-24T20:22:26.243Z[ recovery-image] Aug 24 20:22:25.304 INFO O| Aug 24 20:22:25.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82762026-08-24T20:22:26.243Z[ recovery-image] Aug 24 20:22:25.305 INFO O| Aug 24 20:22:25.304 INFO STEP 985 (remove_files) COMPLETE
82772026-08-24T20:22:26.243Z[ recovery-image] Aug 24 20:22:25.305 INFO O| Aug 24 20:22:25.305 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-24T20:22:26.252Z[ recovery-image] Aug 24 20:22:25.314 INFO O| Aug 24 20:22:25.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82792026-08-24T20:22:26.252Z[ recovery-image] Aug 24 20:22:25.314 INFO O| Aug 24 20:22:25.314 INFO STEP 986 (remove_files) COMPLETE
82802026-08-24T20:22:26.252Z[ recovery-image] Aug 24 20:22:25.314 INFO O| Aug 24 20:22:25.314 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-24T20:22:26.261Z[ recovery-image] Aug 24 20:22:25.323 INFO O| Aug 24 20:22:25.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82822026-08-24T20:22:26.261Z[ recovery-image] Aug 24 20:22:25.323 INFO O| Aug 24 20:22:25.323 INFO STEP 987 (remove_files) COMPLETE
82832026-08-24T20:22:26.265Z[ recovery-image] Aug 24 20:22:25.323 INFO O| Aug 24 20:22:25.323 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-24T20:22:26.271Z[ recovery-image] Aug 24 20:22:25.334 INFO O| Aug 24 20:22:25.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82852026-08-24T20:22:26.271Z[ recovery-image] Aug 24 20:22:25.334 INFO O| Aug 24 20:22:25.334 INFO STEP 988 (remove_files) COMPLETE
82862026-08-24T20:22:26.272Z[ recovery-image] Aug 24 20:22:25.334 INFO O| Aug 24 20:22:25.334 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-24T20:22:26.281Z[ recovery-image] Aug 24 20:22:25.343 INFO O| Aug 24 20:22:25.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82882026-08-24T20:22:26.281Z[ recovery-image] Aug 24 20:22:25.343 INFO O| Aug 24 20:22:25.343 INFO STEP 989 (remove_files) COMPLETE
82892026-08-24T20:22:26.281Z[ recovery-image] Aug 24 20:22:25.343 INFO O| Aug 24 20:22:25.343 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-24T20:22:26.291Z[ recovery-image] Aug 24 20:22:25.353 INFO O| Aug 24 20:22:25.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82912026-08-24T20:22:26.291Z[ recovery-image] Aug 24 20:22:25.353 INFO O| Aug 24 20:22:25.353 INFO STEP 990 (remove_files) COMPLETE
82922026-08-24T20:22:26.294Z[ recovery-image] Aug 24 20:22:25.353 INFO O| Aug 24 20:22:25.353 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-24T20:22:26.301Z[ recovery-image] Aug 24 20:22:25.363 INFO O| Aug 24 20:22:25.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82942026-08-24T20:22:26.301Z[ recovery-image] Aug 24 20:22:25.363 INFO O| Aug 24 20:22:25.363 INFO STEP 991 (remove_files) COMPLETE
82952026-08-24T20:22:26.301Z[ recovery-image] Aug 24 20:22:25.363 INFO O| Aug 24 20:22:25.363 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-24T20:22:26.311Z[ recovery-image] Aug 24 20:22:25.372 INFO O| Aug 24 20:22:25.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82972026-08-24T20:22:26.311Z[ recovery-image] Aug 24 20:22:25.372 INFO O| Aug 24 20:22:25.372 INFO STEP 992 (remove_files) COMPLETE
82982026-08-24T20:22:26.312Z[ recovery-image] Aug 24 20:22:25.373 INFO O| Aug 24 20:22:25.372 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-24T20:22:26.321Z[ recovery-image] Aug 24 20:22:25.383 INFO O| Aug 24 20:22:25.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83002026-08-24T20:22:26.321Z[ recovery-image] Aug 24 20:22:25.383 INFO O| Aug 24 20:22:25.383 INFO STEP 993 (remove_files) COMPLETE
83012026-08-24T20:22:26.324Z[ recovery-image] Aug 24 20:22:25.383 INFO O| Aug 24 20:22:25.383 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-24T20:22:26.331Z[ recovery-image] Aug 24 20:22:25.393 INFO O| Aug 24 20:22:25.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83032026-08-24T20:22:26.331Z[ recovery-image] Aug 24 20:22:25.393 INFO O| Aug 24 20:22:25.393 INFO STEP 994 (remove_files) COMPLETE
83042026-08-24T20:22:26.334Z[ recovery-image] Aug 24 20:22:25.393 INFO O| Aug 24 20:22:25.393 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-24T20:22:26.341Z[ recovery-image] Aug 24 20:22:25.403 INFO O| Aug 24 20:22:25.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83062026-08-24T20:22:26.341Z[ recovery-image] Aug 24 20:22:25.403 INFO O| Aug 24 20:22:25.403 INFO STEP 995 (remove_files) COMPLETE
83072026-08-24T20:22:26.341Z[ recovery-image] Aug 24 20:22:25.403 INFO O| Aug 24 20:22:25.403 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-24T20:22:26.352Z[ recovery-image] Aug 24 20:22:25.413 INFO O| Aug 24 20:22:25.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83092026-08-24T20:22:26.352Z[ recovery-image] Aug 24 20:22:25.413 INFO O| Aug 24 20:22:25.413 INFO STEP 996 (remove_files) COMPLETE
83102026-08-24T20:22:26.356Z[ recovery-image] Aug 24 20:22:25.413 INFO O| Aug 24 20:22:25.413 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-24T20:22:26.360Z[ recovery-image] Aug 24 20:22:25.422 INFO O| Aug 24 20:22:25.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83122026-08-24T20:22:26.361Z[ recovery-image] Aug 24 20:22:25.423 INFO O| Aug 24 20:22:25.423 INFO STEP 997 (remove_files) COMPLETE
83132026-08-24T20:22:26.361Z[ recovery-image] Aug 24 20:22:25.423 INFO O| Aug 24 20:22:25.423 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-24T20:22:26.370Z[ recovery-image] Aug 24 20:22:25.432 INFO O| Aug 24 20:22:25.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83152026-08-24T20:22:26.370Z[ recovery-image] Aug 24 20:22:25.432 INFO O| Aug 24 20:22:25.432 INFO STEP 998 (remove_files) COMPLETE
83162026-08-24T20:22:26.371Z[ recovery-image] Aug 24 20:22:25.432 INFO O| Aug 24 20:22:25.432 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-24T20:22:26.380Z[ recovery-image] Aug 24 20:22:25.442 INFO O| Aug 24 20:22:25.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83182026-08-24T20:22:26.380Z[ recovery-image] Aug 24 20:22:25.442 INFO O| Aug 24 20:22:25.442 INFO STEP 999 (remove_files) COMPLETE
83192026-08-24T20:22:26.380Z[ recovery-image] Aug 24 20:22:25.442 INFO O| Aug 24 20:22:25.442 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-24T20:22:26.390Z[ recovery-image] Aug 24 20:22:25.452 INFO O| Aug 24 20:22:25.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83212026-08-24T20:22:26.390Z[ recovery-image] Aug 24 20:22:25.452 INFO O| Aug 24 20:22:25.452 INFO STEP 1000 (remove_files) COMPLETE
83222026-08-24T20:22:26.390Z[ recovery-image] Aug 24 20:22:25.452 INFO O| Aug 24 20:22:25.452 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-24T20:22:26.399Z[ recovery-image] Aug 24 20:22:25.461 INFO O| Aug 24 20:22:25.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83242026-08-24T20:22:26.399Z[ recovery-image] Aug 24 20:22:25.461 INFO O| Aug 24 20:22:25.461 INFO STEP 1001 (remove_files) COMPLETE
83252026-08-24T20:22:26.399Z[ recovery-image] Aug 24 20:22:25.461 INFO O| Aug 24 20:22:25.461 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-24T20:22:26.409Z[ recovery-image] Aug 24 20:22:25.471 INFO O| Aug 24 20:22:25.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83272026-08-24T20:22:26.409Z[ recovery-image] Aug 24 20:22:25.471 INFO O| Aug 24 20:22:25.471 INFO STEP 1002 (remove_files) COMPLETE
83282026-08-24T20:22:26.409Z[ recovery-image] Aug 24 20:22:25.471 INFO O| Aug 24 20:22:25.471 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-24T20:22:26.421Z[ recovery-image] Aug 24 20:22:25.483 INFO O| Aug 24 20:22:25.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83302026-08-24T20:22:26.421Z[ recovery-image] Aug 24 20:22:25.483 INFO O| Aug 24 20:22:25.483 INFO STEP 1003 (remove_files) COMPLETE
83312026-08-24T20:22:26.421Z[ recovery-image] Aug 24 20:22:25.483 INFO O| Aug 24 20:22:25.483 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-24T20:22:26.432Z[ recovery-image] Aug 24 20:22:25.494 INFO O| Aug 24 20:22:25.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83332026-08-24T20:22:26.432Z[ recovery-image] Aug 24 20:22:25.494 INFO O| Aug 24 20:22:25.494 INFO STEP 1004 (remove_files) COMPLETE
83342026-08-24T20:22:26.432Z[ recovery-image] Aug 24 20:22:25.494 INFO O| Aug 24 20:22:25.494 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-24T20:22:26.443Z[ recovery-image] Aug 24 20:22:25.505 INFO O| Aug 24 20:22:25.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83362026-08-24T20:22:26.443Z[ recovery-image] Aug 24 20:22:25.505 INFO O| Aug 24 20:22:25.505 INFO STEP 1005 (remove_files) COMPLETE
83372026-08-24T20:22:26.443Z[ recovery-image] Aug 24 20:22:25.505 INFO O| Aug 24 20:22:25.505 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-24T20:22:26.454Z[ recovery-image] Aug 24 20:22:25.515 INFO O| Aug 24 20:22:25.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83392026-08-24T20:22:26.454Z[ recovery-image] Aug 24 20:22:25.515 INFO O| Aug 24 20:22:25.515 INFO STEP 1006 (remove_files) COMPLETE
83402026-08-24T20:22:26.454Z[ recovery-image] Aug 24 20:22:25.515 INFO O| Aug 24 20:22:25.515 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-24T20:22:26.462Z[ recovery-image] Aug 24 20:22:25.524 INFO O| Aug 24 20:22:25.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83422026-08-24T20:22:26.462Z[ recovery-image] Aug 24 20:22:25.524 INFO O| Aug 24 20:22:25.524 INFO STEP 1007 (remove_files) COMPLETE
83432026-08-24T20:22:26.462Z[ recovery-image] Aug 24 20:22:25.524 INFO O| Aug 24 20:22:25.524 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-24T20:22:26.472Z[ recovery-image] Aug 24 20:22:25.533 INFO O| Aug 24 20:22:25.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83452026-08-24T20:22:26.473Z[ recovery-image] Aug 24 20:22:25.533 INFO O| Aug 24 20:22:25.533 INFO STEP 1008 (remove_files) COMPLETE
83462026-08-24T20:22:26.473Z[ recovery-image] Aug 24 20:22:25.533 INFO O| Aug 24 20:22:25.533 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-24T20:22:26.481Z[ recovery-image] Aug 24 20:22:25.543 INFO O| Aug 24 20:22:25.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83482026-08-24T20:22:26.482Z[ recovery-image] Aug 24 20:22:25.543 INFO O| Aug 24 20:22:25.543 INFO STEP 1009 (remove_files) COMPLETE
83492026-08-24T20:22:26.482Z[ recovery-image] Aug 24 20:22:25.543 INFO O| Aug 24 20:22:25.543 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-24T20:22:26.492Z[ recovery-image] Aug 24 20:22:25.554 INFO O| Aug 24 20:22:25.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83512026-08-24T20:22:26.492Z[ recovery-image] Aug 24 20:22:25.554 INFO O| Aug 24 20:22:25.554 INFO STEP 1010 (remove_files) COMPLETE
83522026-08-24T20:22:26.492Z[ recovery-image] Aug 24 20:22:25.554 INFO O| Aug 24 20:22:25.554 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-24T20:22:26.502Z[ recovery-image] Aug 24 20:22:25.564 INFO O| Aug 24 20:22:25.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83542026-08-24T20:22:26.502Z[ recovery-image] Aug 24 20:22:25.564 INFO O| Aug 24 20:22:25.564 INFO STEP 1011 (remove_files) COMPLETE
83552026-08-24T20:22:26.506Z[ recovery-image] Aug 24 20:22:25.564 INFO O| Aug 24 20:22:25.564 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-24T20:22:26.513Z[ recovery-image] Aug 24 20:22:25.575 INFO O| Aug 24 20:22:25.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83572026-08-24T20:22:26.513Z[ recovery-image] Aug 24 20:22:25.575 INFO O| Aug 24 20:22:25.575 INFO STEP 1012 (remove_files) COMPLETE
83582026-08-24T20:22:26.516Z[ recovery-image] Aug 24 20:22:25.575 INFO O| Aug 24 20:22:25.575 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-24T20:22:26.523Z[ recovery-image] Aug 24 20:22:25.586 INFO O| Aug 24 20:22:25.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83602026-08-24T20:22:26.523Z[ recovery-image] Aug 24 20:22:25.586 INFO O| Aug 24 20:22:25.586 INFO STEP 1013 (remove_files) COMPLETE
83612026-08-24T20:22:26.527Z[ recovery-image] Aug 24 20:22:25.586 INFO O| Aug 24 20:22:25.586 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-24T20:22:26.535Z[ recovery-image] Aug 24 20:22:25.597 INFO O| Aug 24 20:22:25.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83632026-08-24T20:22:26.535Z[ recovery-image] Aug 24 20:22:25.597 INFO O| Aug 24 20:22:25.597 INFO STEP 1014 (remove_files) COMPLETE
83642026-08-24T20:22:26.535Z[ recovery-image] Aug 24 20:22:25.597 INFO O| Aug 24 20:22:25.597 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-24T20:22:26.544Z[ recovery-image] Aug 24 20:22:25.606 INFO O| Aug 24 20:22:25.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83662026-08-24T20:22:26.544Z[ recovery-image] Aug 24 20:22:25.606 INFO O| Aug 24 20:22:25.606 INFO STEP 1015 (remove_files) COMPLETE
83672026-08-24T20:22:26.544Z[ recovery-image] Aug 24 20:22:25.606 INFO O| Aug 24 20:22:25.606 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-24T20:22:26.554Z[ recovery-image] Aug 24 20:22:25.616 INFO O| Aug 24 20:22:25.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83692026-08-24T20:22:26.554Z[ recovery-image] Aug 24 20:22:25.616 INFO O| Aug 24 20:22:25.616 INFO STEP 1016 (remove_files) COMPLETE
83702026-08-24T20:22:26.554Z[ recovery-image] Aug 24 20:22:25.616 INFO O| Aug 24 20:22:25.616 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-24T20:22:26.564Z[ recovery-image] Aug 24 20:22:25.626 INFO O| Aug 24 20:22:25.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83722026-08-24T20:22:26.564Z[ recovery-image] Aug 24 20:22:25.626 INFO O| Aug 24 20:22:25.626 INFO STEP 1017 (remove_files) COMPLETE
83732026-08-24T20:22:26.564Z[ recovery-image] Aug 24 20:22:25.626 INFO O| Aug 24 20:22:25.626 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-24T20:22:26.576Z[ recovery-image] Aug 24 20:22:25.638 INFO O| Aug 24 20:22:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83752026-08-24T20:22:26.577Z[ recovery-image] Aug 24 20:22:25.638 INFO O| Aug 24 20:22:25.638 INFO STEP 1018 (remove_files) COMPLETE
83762026-08-24T20:22:26.580Z[ recovery-image] Aug 24 20:22:25.638 INFO O| Aug 24 20:22:25.638 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-24T20:22:26.586Z[ recovery-image] Aug 24 20:22:25.648 INFO O| Aug 24 20:22:25.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83782026-08-24T20:22:26.586Z[ recovery-image] Aug 24 20:22:25.648 INFO O| Aug 24 20:22:25.648 INFO STEP 1019 (remove_files) COMPLETE
83792026-08-24T20:22:26.586Z[ recovery-image] Aug 24 20:22:25.648 INFO O| Aug 24 20:22:25.648 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-24T20:22:26.596Z[ recovery-image] Aug 24 20:22:25.658 INFO O| Aug 24 20:22:25.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83812026-08-24T20:22:26.596Z[ recovery-image] Aug 24 20:22:25.658 INFO O| Aug 24 20:22:25.658 INFO STEP 1020 (remove_files) COMPLETE
83822026-08-24T20:22:26.596Z[ recovery-image] Aug 24 20:22:25.658 INFO O| Aug 24 20:22:25.658 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-24T20:22:26.606Z[ recovery-image] Aug 24 20:22:25.668 INFO O| Aug 24 20:22:25.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83842026-08-24T20:22:26.606Z[ recovery-image] Aug 24 20:22:25.668 INFO O| Aug 24 20:22:25.668 INFO STEP 1021 (remove_files) COMPLETE
83852026-08-24T20:22:26.606Z[ recovery-image] Aug 24 20:22:25.668 INFO O| Aug 24 20:22:25.668 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-24T20:22:26.617Z[ recovery-image] Aug 24 20:22:25.679 INFO O| Aug 24 20:22:25.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83872026-08-24T20:22:26.621Z[ recovery-image] Aug 24 20:22:25.679 INFO O| Aug 24 20:22:25.679 INFO STEP 1022 (remove_files) COMPLETE
83882026-08-24T20:22:26.621Z[ recovery-image] Aug 24 20:22:25.679 INFO O| Aug 24 20:22:25.679 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-24T20:22:26.628Z[ recovery-image] Aug 24 20:22:25.690 INFO O| Aug 24 20:22:25.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83902026-08-24T20:22:26.632Z[ recovery-image] Aug 24 20:22:25.690 INFO O| Aug 24 20:22:25.690 INFO STEP 1023 (remove_files) COMPLETE
83912026-08-24T20:22:26.632Z[ recovery-image] Aug 24 20:22:25.690 INFO O| Aug 24 20:22:25.690 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-24T20:22:26.639Z[ recovery-image] Aug 24 20:22:25.700 INFO O| Aug 24 20:22:25.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83932026-08-24T20:22:26.643Z[ recovery-image] Aug 24 20:22:25.701 INFO O| Aug 24 20:22:25.701 INFO STEP 1024 (remove_files) COMPLETE
83942026-08-24T20:22:26.643Z[ recovery-image] Aug 24 20:22:25.701 INFO O| Aug 24 20:22:25.701 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-24T20:22:26.650Z[ recovery-image] Aug 24 20:22:25.712 INFO O| Aug 24 20:22:25.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83962026-08-24T20:22:26.650Z[ recovery-image] Aug 24 20:22:25.712 INFO O| Aug 24 20:22:25.712 INFO STEP 1025 (remove_files) COMPLETE
83972026-08-24T20:22:26.650Z[ recovery-image] Aug 24 20:22:25.712 INFO O| Aug 24 20:22:25.712 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-24T20:22:26.662Z[ recovery-image] Aug 24 20:22:25.723 INFO O| Aug 24 20:22:25.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83992026-08-24T20:22:26.662Z[ recovery-image] Aug 24 20:22:25.723 INFO O| Aug 24 20:22:25.723 INFO STEP 1026 (remove_files) COMPLETE
84002026-08-24T20:22:26.665Z[ recovery-image] Aug 24 20:22:25.723 INFO O| Aug 24 20:22:25.723 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-24T20:22:26.671Z[ recovery-image] Aug 24 20:22:25.733 INFO O| Aug 24 20:22:25.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84022026-08-24T20:22:26.671Z[ recovery-image] Aug 24 20:22:25.733 INFO O| Aug 24 20:22:25.733 INFO STEP 1027 (remove_files) COMPLETE
84032026-08-24T20:22:26.671Z[ recovery-image] Aug 24 20:22:25.733 INFO O| Aug 24 20:22:25.733 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-24T20:22:26.681Z[ recovery-image] Aug 24 20:22:25.743 INFO O| Aug 24 20:22:25.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84052026-08-24T20:22:26.681Z[ recovery-image] Aug 24 20:22:25.743 INFO O| Aug 24 20:22:25.743 INFO STEP 1028 (remove_files) COMPLETE
84062026-08-24T20:22:26.684Z[ recovery-image] Aug 24 20:22:25.743 INFO O| Aug 24 20:22:25.743 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-24T20:22:26.690Z[ recovery-image] Aug 24 20:22:25.752 INFO O| Aug 24 20:22:25.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84082026-08-24T20:22:26.694Z[ recovery-image] Aug 24 20:22:25.752 INFO O| Aug 24 20:22:25.752 INFO STEP 1029 (remove_files) COMPLETE
84092026-08-24T20:22:26.694Z[ recovery-image] Aug 24 20:22:25.752 INFO O| Aug 24 20:22:25.752 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-24T20:22:26.701Z[ recovery-image] Aug 24 20:22:25.763 INFO O| Aug 24 20:22:25.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84112026-08-24T20:22:26.704Z[ recovery-image] Aug 24 20:22:25.763 INFO O| Aug 24 20:22:25.763 INFO STEP 1030 (remove_files) COMPLETE
84122026-08-24T20:22:26.705Z[ recovery-image] Aug 24 20:22:25.763 INFO O| Aug 24 20:22:25.763 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-24T20:22:26.711Z[ recovery-image] Aug 24 20:22:25.774 INFO O| Aug 24 20:22:25.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84142026-08-24T20:22:26.712Z[ recovery-image] Aug 24 20:22:25.774 INFO O| Aug 24 20:22:25.774 INFO STEP 1031 (remove_files) COMPLETE
84152026-08-24T20:22:26.712Z[ recovery-image] Aug 24 20:22:25.774 INFO O| Aug 24 20:22:25.774 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-24T20:22:26.724Z[ recovery-image] Aug 24 20:22:25.785 INFO O| Aug 24 20:22:25.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84172026-08-24T20:22:26.726Z[ recovery-image] Aug 24 20:22:25.785 INFO O| Aug 24 20:22:25.785 INFO STEP 1032 (remove_files) COMPLETE
84182026-08-24T20:22:26.726Z[ recovery-image] Aug 24 20:22:25.785 INFO O| Aug 24 20:22:25.785 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-24T20:22:26.735Z[ recovery-image] Aug 24 20:22:25.795 INFO O| Aug 24 20:22:25.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84202026-08-24T20:22:26.739Z[ recovery-image] Aug 24 20:22:25.795 INFO O| Aug 24 20:22:25.795 INFO STEP 1033 (remove_files) COMPLETE
84212026-08-24T20:22:26.739Z[ recovery-image] Aug 24 20:22:25.795 INFO O| Aug 24 20:22:25.795 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-24T20:22:26.742Z[ recovery-image] Aug 24 20:22:25.804 INFO O| Aug 24 20:22:25.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84232026-08-24T20:22:26.742Z[ recovery-image] Aug 24 20:22:25.805 INFO O| Aug 24 20:22:25.805 INFO STEP 1034 (remove_files) COMPLETE
84242026-08-24T20:22:26.742Z[ recovery-image] Aug 24 20:22:25.805 INFO O| Aug 24 20:22:25.805 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-24T20:22:26.752Z[ recovery-image] Aug 24 20:22:25.813 INFO O| Aug 24 20:22:25.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84262026-08-24T20:22:26.752Z[ recovery-image] Aug 24 20:22:25.813 INFO O| Aug 24 20:22:25.813 INFO STEP 1035 (remove_files) COMPLETE
84272026-08-24T20:22:26.755Z[ recovery-image] Aug 24 20:22:25.813 INFO O| Aug 24 20:22:25.813 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-24T20:22:26.760Z[ recovery-image] Aug 24 20:22:25.822 INFO O| Aug 24 20:22:25.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84292026-08-24T20:22:26.760Z[ recovery-image] Aug 24 20:22:25.822 INFO O| Aug 24 20:22:25.822 INFO STEP 1036 (remove_files) COMPLETE
84302026-08-24T20:22:26.760Z[ recovery-image] Aug 24 20:22:25.822 INFO O| Aug 24 20:22:25.822 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-24T20:22:26.769Z[ recovery-image] Aug 24 20:22:25.831 INFO O| Aug 24 20:22:25.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84322026-08-24T20:22:26.769Z[ recovery-image] Aug 24 20:22:25.831 INFO O| Aug 24 20:22:25.831 INFO STEP 1037 (remove_files) COMPLETE
84332026-08-24T20:22:26.769Z[ recovery-image] Aug 24 20:22:25.831 INFO O| Aug 24 20:22:25.831 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-24T20:22:26.782Z[ recovery-image] Aug 24 20:22:25.839 INFO O| Aug 24 20:22:25.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84352026-08-24T20:22:26.782Z[ recovery-image] Aug 24 20:22:25.839 INFO O| Aug 24 20:22:25.839 INFO STEP 1038 (remove_files) COMPLETE
84362026-08-24T20:22:26.782Z[ recovery-image] Aug 24 20:22:25.839 INFO O| Aug 24 20:22:25.839 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-24T20:22:26.785Z[ recovery-image] Aug 24 20:22:25.847 INFO O| Aug 24 20:22:25.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84382026-08-24T20:22:26.785Z[ recovery-image] Aug 24 20:22:25.848 INFO O| Aug 24 20:22:25.847 INFO STEP 1039 (remove_files) COMPLETE
84392026-08-24T20:22:26.785Z[ recovery-image] Aug 24 20:22:25.848 INFO O| Aug 24 20:22:25.848 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-24T20:22:26.794Z[ recovery-image] Aug 24 20:22:25.856 INFO O| Aug 24 20:22:25.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84412026-08-24T20:22:26.794Z[ recovery-image] Aug 24 20:22:25.856 INFO O| Aug 24 20:22:25.856 INFO STEP 1040 (remove_files) COMPLETE
84422026-08-24T20:22:26.794Z[ recovery-image] Aug 24 20:22:25.856 INFO O| Aug 24 20:22:25.856 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-24T20:22:26.806Z[ recovery-image] Aug 24 20:22:25.866 INFO O| Aug 24 20:22:25.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84442026-08-24T20:22:26.806Z[ recovery-image] Aug 24 20:22:25.866 INFO O| Aug 24 20:22:25.866 INFO STEP 1041 (remove_files) COMPLETE
84452026-08-24T20:22:26.806Z[ recovery-image] Aug 24 20:22:25.866 INFO O| Aug 24 20:22:25.866 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-24T20:22:26.814Z[ recovery-image] Aug 24 20:22:25.875 INFO O| Aug 24 20:22:25.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84472026-08-24T20:22:26.814Z[ recovery-image] Aug 24 20:22:25.875 INFO O| Aug 24 20:22:25.875 INFO STEP 1042 (remove_files) COMPLETE
84482026-08-24T20:22:26.818Z[ recovery-image] Aug 24 20:22:25.875 INFO O| Aug 24 20:22:25.875 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-24T20:22:26.827Z[ recovery-image] Aug 24 20:22:25.885 INFO O| Aug 24 20:22:25.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84502026-08-24T20:22:26.827Z[ recovery-image] Aug 24 20:22:25.885 INFO O| Aug 24 20:22:25.885 INFO STEP 1043 (remove_files) COMPLETE
84512026-08-24T20:22:26.827Z[ recovery-image] Aug 24 20:22:25.885 INFO O| Aug 24 20:22:25.885 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-24T20:22:26.831Z[ recovery-image] Aug 24 20:22:25.893 INFO O| Aug 24 20:22:25.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84532026-08-24T20:22:26.831Z[ recovery-image] Aug 24 20:22:25.894 INFO O| Aug 24 20:22:25.894 INFO STEP 1044 (remove_files) COMPLETE
84542026-08-24T20:22:26.832Z[ recovery-image] Aug 24 20:22:25.894 INFO O| Aug 24 20:22:25.894 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-24T20:22:26.841Z[ recovery-image] Aug 24 20:22:25.903 INFO O| Aug 24 20:22:25.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84562026-08-24T20:22:26.841Z[ recovery-image] Aug 24 20:22:25.903 INFO O| Aug 24 20:22:25.903 INFO STEP 1045 (remove_files) COMPLETE
84572026-08-24T20:22:26.841Z[ recovery-image] Aug 24 20:22:25.903 INFO O| Aug 24 20:22:25.903 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-24T20:22:26.851Z[ recovery-image] Aug 24 20:22:25.913 INFO O| Aug 24 20:22:25.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84592026-08-24T20:22:26.851Z[ recovery-image] Aug 24 20:22:25.913 INFO O| Aug 24 20:22:25.913 INFO STEP 1046 (remove_files) COMPLETE
84602026-08-24T20:22:26.851Z[ recovery-image] Aug 24 20:22:25.913 INFO O| Aug 24 20:22:25.913 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-24T20:22:26.862Z[ recovery-image] Aug 24 20:22:25.924 INFO O| Aug 24 20:22:25.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84622026-08-24T20:22:26.862Z[ recovery-image] Aug 24 20:22:25.924 INFO O| Aug 24 20:22:25.924 INFO STEP 1047 (remove_files) COMPLETE
84632026-08-24T20:22:26.862Z[ recovery-image] Aug 24 20:22:25.924 INFO O| Aug 24 20:22:25.924 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-24T20:22:26.872Z[ recovery-image] Aug 24 20:22:25.934 INFO O| Aug 24 20:22:25.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84652026-08-24T20:22:26.872Z[ recovery-image] Aug 24 20:22:25.934 INFO O| Aug 24 20:22:25.934 INFO STEP 1048 (remove_files) COMPLETE
84662026-08-24T20:22:26.872Z[ recovery-image] Aug 24 20:22:25.934 INFO O| Aug 24 20:22:25.934 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-24T20:22:26.882Z[ recovery-image] Aug 24 20:22:25.944 INFO O| Aug 24 20:22:25.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84682026-08-24T20:22:26.883Z[ recovery-image] Aug 24 20:22:25.944 INFO O| Aug 24 20:22:25.944 INFO STEP 1049 (remove_files) COMPLETE
84692026-08-24T20:22:26.883Z[ recovery-image] Aug 24 20:22:25.944 INFO O| Aug 24 20:22:25.944 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-24T20:22:26.891Z[ recovery-image] Aug 24 20:22:25.953 INFO O| Aug 24 20:22:25.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84712026-08-24T20:22:26.895Z[ recovery-image] Aug 24 20:22:25.957 INFO O| Aug 24 20:22:25.953 INFO STEP 1050 (remove_files) COMPLETE
84722026-08-24T20:22:26.895Z[ recovery-image] Aug 24 20:22:25.957 INFO O| Aug 24 20:22:25.953 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-24T20:22:26.901Z[ recovery-image] Aug 24 20:22:25.962 INFO O| Aug 24 20:22:25.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84742026-08-24T20:22:26.901Z[ recovery-image] Aug 24 20:22:25.962 INFO O| Aug 24 20:22:25.962 INFO STEP 1051 (remove_files) COMPLETE
84752026-08-24T20:22:26.901Z[ recovery-image] Aug 24 20:22:25.962 INFO O| Aug 24 20:22:25.962 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-24T20:22:26.909Z[ recovery-image] Aug 24 20:22:25.970 INFO O| Aug 24 20:22:25.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84772026-08-24T20:22:26.909Z[ recovery-image] Aug 24 20:22:25.971 INFO O| Aug 24 20:22:25.971 INFO STEP 1052 (remove_files) COMPLETE
84782026-08-24T20:22:26.909Z[ recovery-image] Aug 24 20:22:25.971 INFO O| Aug 24 20:22:25.971 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-24T20:22:26.918Z[ recovery-image] Aug 24 20:22:25.980 INFO O| Aug 24 20:22:25.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84802026-08-24T20:22:26.918Z[ recovery-image] Aug 24 20:22:25.980 INFO O| Aug 24 20:22:25.980 INFO STEP 1053 (remove_files) COMPLETE
84812026-08-24T20:22:26.918Z[ recovery-image] Aug 24 20:22:25.980 INFO O| Aug 24 20:22:25.980 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-24T20:22:26.927Z[ recovery-image] Aug 24 20:22:25.989 INFO O| Aug 24 20:22:25.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84832026-08-24T20:22:26.927Z[ recovery-image] Aug 24 20:22:25.989 INFO O| Aug 24 20:22:25.989 INFO STEP 1054 (remove_files) COMPLETE
84842026-08-24T20:22:26.927Z[ recovery-image] Aug 24 20:22:25.989 INFO O| Aug 24 20:22:25.989 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-24T20:22:26.936Z[ recovery-image] Aug 24 20:22:25.998 INFO O| Aug 24 20:22:25.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84862026-08-24T20:22:26.936Z[ recovery-image] Aug 24 20:22:25.998 INFO O| Aug 24 20:22:25.998 INFO STEP 1055 (remove_files) COMPLETE
84872026-08-24T20:22:26.941Z[ recovery-image] Aug 24 20:22:25.998 INFO O| Aug 24 20:22:25.998 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-24T20:22:26.946Z[ recovery-image] Aug 24 20:22:26.008 INFO O| Aug 24 20:22:26.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84892026-08-24T20:22:26.946Z[ recovery-image] Aug 24 20:22:26.008 INFO O| Aug 24 20:22:26.008 INFO STEP 1056 (remove_files) COMPLETE
84902026-08-24T20:22:26.946Z[ recovery-image] Aug 24 20:22:26.008 INFO O| Aug 24 20:22:26.008 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-24T20:22:26.956Z[ recovery-image] Aug 24 20:22:26.018 INFO O| Aug 24 20:22:26.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84922026-08-24T20:22:26.956Z[ recovery-image] Aug 24 20:22:26.018 INFO O| Aug 24 20:22:26.018 INFO STEP 1057 (remove_files) COMPLETE
84932026-08-24T20:22:26.956Z[ recovery-image] Aug 24 20:22:26.018 INFO O| Aug 24 20:22:26.018 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-24T20:22:26.965Z[ recovery-image] Aug 24 20:22:26.027 INFO O| Aug 24 20:22:26.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84952026-08-24T20:22:26.965Z[ recovery-image] Aug 24 20:22:26.027 INFO O| Aug 24 20:22:26.027 INFO STEP 1058 (remove_files) COMPLETE
84962026-08-24T20:22:26.965Z[ recovery-image] Aug 24 20:22:26.027 INFO O| Aug 24 20:22:26.027 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-24T20:22:26.973Z[ recovery-image] Aug 24 20:22:26.035 INFO O| Aug 24 20:22:26.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84982026-08-24T20:22:26.973Z[ recovery-image] Aug 24 20:22:26.035 INFO O| Aug 24 20:22:26.035 INFO STEP 1059 (remove_files) COMPLETE
84992026-08-24T20:22:26.973Z[ recovery-image] Aug 24 20:22:26.035 INFO O| Aug 24 20:22:26.035 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-24T20:22:26.981Z[ recovery-image] Aug 24 20:22:26.043 INFO O| Aug 24 20:22:26.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85012026-08-24T20:22:26.981Z[ recovery-image] Aug 24 20:22:26.043 INFO O| Aug 24 20:22:26.043 INFO STEP 1060 (remove_files) COMPLETE
85022026-08-24T20:22:26.981Z[ recovery-image] Aug 24 20:22:26.043 INFO O| Aug 24 20:22:26.043 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-24T20:22:26.991Z[ recovery-image] Aug 24 20:22:26.052 INFO O| Aug 24 20:22:26.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85042026-08-24T20:22:26.991Z[ recovery-image] Aug 24 20:22:26.052 INFO O| Aug 24 20:22:26.052 INFO STEP 1061 (remove_files) COMPLETE
85052026-08-24T20:22:26.991Z[ recovery-image] Aug 24 20:22:26.052 INFO O| Aug 24 20:22:26.052 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-24T20:22:26.998Z[ recovery-image] Aug 24 20:22:26.060 INFO O| Aug 24 20:22:26.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85072026-08-24T20:22:26.998Z[ recovery-image] Aug 24 20:22:26.060 INFO O| Aug 24 20:22:26.060 INFO STEP 1062 (remove_files) COMPLETE
85082026-08-24T20:22:26.998Z[ recovery-image] Aug 24 20:22:26.060 INFO O| Aug 24 20:22:26.060 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-24T20:22:27.005Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
85102026-08-24T20:22:27.008Z[ recovery-image] Aug 24 20:22:26.069 INFO O| Aug 24 20:22:26.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85112026-08-24T20:22:27.008Z[ recovery-image] Aug 24 20:22:26.069 INFO O| Aug 24 20:22:26.069 INFO STEP 1063 (remove_files) COMPLETE
85122026-08-24T20:22:27.008Z[ recovery-image] Aug 24 20:22:26.069 INFO O| Aug 24 20:22:26.069 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-24T20:22:27.018Z[ recovery-image] Aug 24 20:22:26.080 INFO O| Aug 24 20:22:26.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85142026-08-24T20:22:27.018Z[ recovery-image] Aug 24 20:22:26.080 INFO O| Aug 24 20:22:26.079 INFO STEP 1064 (remove_files) COMPLETE
85152026-08-24T20:22:27.018Z[ recovery-image] Aug 24 20:22:26.080 INFO O| Aug 24 20:22:26.079 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-24T20:22:27.028Z[ recovery-image] Aug 24 20:22:26.090 INFO O| Aug 24 20:22:26.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85172026-08-24T20:22:27.028Z[ recovery-image] Aug 24 20:22:26.090 INFO O| Aug 24 20:22:26.090 INFO STEP 1065 (remove_files) COMPLETE
85182026-08-24T20:22:27.028Z[ recovery-image] Aug 24 20:22:26.090 INFO O| Aug 24 20:22:26.090 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-24T20:22:27.039Z[ recovery-image] Aug 24 20:22:26.101 INFO O| Aug 24 20:22:26.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85202026-08-24T20:22:27.039Z[ recovery-image] Aug 24 20:22:26.101 INFO O| Aug 24 20:22:26.101 INFO STEP 1066 (remove_files) COMPLETE
85212026-08-24T20:22:27.039Z[ recovery-image] Aug 24 20:22:26.101 INFO O| Aug 24 20:22:26.101 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-24T20:22:27.051Z[ recovery-image] Aug 24 20:22:26.112 INFO O| Aug 24 20:22:26.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85232026-08-24T20:22:27.051Z[ recovery-image] Aug 24 20:22:26.112 INFO O| Aug 24 20:22:26.112 INFO STEP 1067 (remove_files) COMPLETE
85242026-08-24T20:22:27.051Z[ recovery-image] Aug 24 20:22:26.112 INFO O| Aug 24 20:22:26.112 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-24T20:22:27.062Z[ recovery-image] Aug 24 20:22:26.123 INFO O| Aug 24 20:22:26.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85262026-08-24T20:22:27.062Z[ recovery-image] Aug 24 20:22:26.123 INFO O| Aug 24 20:22:26.123 INFO STEP 1068 (remove_files) COMPLETE
85272026-08-24T20:22:27.062Z[ recovery-image] Aug 24 20:22:26.123 INFO O| Aug 24 20:22:26.123 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-24T20:22:27.072Z[ recovery-image] Aug 24 20:22:26.134 INFO O| Aug 24 20:22:26.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85292026-08-24T20:22:27.072Z[ recovery-image] Aug 24 20:22:26.134 INFO O| Aug 24 20:22:26.134 INFO STEP 1069 (remove_files) COMPLETE
85302026-08-24T20:22:27.075Z[ recovery-image] Aug 24 20:22:26.134 INFO O| Aug 24 20:22:26.134 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-24T20:22:27.079Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
85322026-08-24T20:22:27.082Z[ recovery-image] Aug 24 20:22:26.144 INFO O| Aug 24 20:22:26.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85332026-08-24T20:22:27.083Z[ recovery-image] Aug 24 20:22:26.144 INFO O| Aug 24 20:22:26.144 INFO STEP 1070 (remove_files) COMPLETE
85342026-08-24T20:22:27.083Z[ recovery-image] Aug 24 20:22:26.144 INFO O| Aug 24 20:22:26.144 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-24T20:22:27.091Z[ recovery-image] Aug 24 20:22:26.153 INFO O| Aug 24 20:22:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85362026-08-24T20:22:27.091Z[ recovery-image] Aug 24 20:22:26.153 INFO O| Aug 24 20:22:26.153 INFO STEP 1071 (remove_files) COMPLETE
85372026-08-24T20:22:27.095Z[ recovery-image] Aug 24 20:22:26.153 INFO O| Aug 24 20:22:26.153 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-24T20:22:27.101Z[ recovery-image] Aug 24 20:22:26.162 INFO O| Aug 24 20:22:26.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85392026-08-24T20:22:27.101Z[ recovery-image] Aug 24 20:22:26.163 INFO O| Aug 24 20:22:26.162 INFO STEP 1072 (remove_files) COMPLETE
85402026-08-24T20:22:27.101Z[ recovery-image] Aug 24 20:22:26.163 INFO O| Aug 24 20:22:26.162 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-24T20:22:27.109Z[ recovery-image] Aug 24 20:22:26.171 INFO O| Aug 24 20:22:26.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85422026-08-24T20:22:27.109Z[ recovery-image] Aug 24 20:22:26.171 INFO O| Aug 24 20:22:26.171 INFO STEP 1073 (remove_files) COMPLETE
85432026-08-24T20:22:27.113Z[ recovery-image] Aug 24 20:22:26.171 INFO O| Aug 24 20:22:26.171 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-24T20:22:27.118Z[ recovery-image] Aug 24 20:22:26.180 INFO O| Aug 24 20:22:26.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85452026-08-24T20:22:27.118Z[ recovery-image] Aug 24 20:22:26.180 INFO O| Aug 24 20:22:26.180 INFO STEP 1074 (remove_files) COMPLETE
85462026-08-24T20:22:27.118Z[ recovery-image] Aug 24 20:22:26.180 INFO O| Aug 24 20:22:26.180 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-24T20:22:27.128Z[ recovery-image] Aug 24 20:22:26.190 INFO O| Aug 24 20:22:26.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85482026-08-24T20:22:27.128Z[ recovery-image] Aug 24 20:22:26.190 INFO O| Aug 24 20:22:26.190 INFO STEP 1075 (remove_files) COMPLETE
85492026-08-24T20:22:27.128Z[ recovery-image] Aug 24 20:22:26.190 INFO O| Aug 24 20:22:26.190 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-24T20:22:27.138Z[ recovery-image] Aug 24 20:22:26.200 INFO O| Aug 24 20:22:26.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85512026-08-24T20:22:27.138Z[ recovery-image] Aug 24 20:22:26.200 INFO O| Aug 24 20:22:26.200 INFO STEP 1076 (remove_files) COMPLETE
85522026-08-24T20:22:27.141Z[ recovery-image] Aug 24 20:22:26.200 INFO O| Aug 24 20:22:26.200 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-24T20:22:27.148Z[ recovery-image] Aug 24 20:22:26.210 INFO O| Aug 24 20:22:26.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85542026-08-24T20:22:27.148Z[ recovery-image] Aug 24 20:22:26.210 INFO O| Aug 24 20:22:26.210 INFO STEP 1077 (remove_files) COMPLETE
85552026-08-24T20:22:27.152Z[ recovery-image] Aug 24 20:22:26.210 INFO O| Aug 24 20:22:26.210 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-24T20:22:27.159Z[ recovery-image] Aug 24 20:22:26.221 INFO O| Aug 24 20:22:26.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85572026-08-24T20:22:27.159Z[ recovery-image] Aug 24 20:22:26.221 INFO O| Aug 24 20:22:26.221 INFO STEP 1078 (remove_files) COMPLETE
85582026-08-24T20:22:27.159Z[ recovery-image] Aug 24 20:22:26.221 INFO O| Aug 24 20:22:26.221 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-24T20:22:27.170Z[ recovery-image] Aug 24 20:22:26.232 INFO O| Aug 24 20:22:26.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85602026-08-24T20:22:27.170Z[ recovery-image] Aug 24 20:22:26.232 INFO O| Aug 24 20:22:26.232 INFO STEP 1079 (remove_files) COMPLETE
85612026-08-24T20:22:27.171Z[ recovery-image] Aug 24 20:22:26.232 INFO O| Aug 24 20:22:26.232 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-24T20:22:27.181Z[ recovery-image] Aug 24 20:22:26.243 INFO O| Aug 24 20:22:26.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85632026-08-24T20:22:27.181Z[ recovery-image] Aug 24 20:22:26.243 INFO O| Aug 24 20:22:26.243 INFO STEP 1080 (remove_files) COMPLETE
85642026-08-24T20:22:27.181Z[ recovery-image] Aug 24 20:22:26.243 INFO O| Aug 24 20:22:26.243 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-24T20:22:27.191Z[ recovery-image] Aug 24 20:22:26.253 INFO O| Aug 24 20:22:26.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85662026-08-24T20:22:27.191Z[ recovery-image] Aug 24 20:22:26.253 INFO O| Aug 24 20:22:26.253 INFO STEP 1081 (remove_files) COMPLETE
85672026-08-24T20:22:27.191Z[ recovery-image] Aug 24 20:22:26.253 INFO O| Aug 24 20:22:26.253 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-24T20:22:27.201Z[ recovery-image] Aug 24 20:22:26.262 INFO O| Aug 24 20:22:26.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85692026-08-24T20:22:27.201Z[ recovery-image] Aug 24 20:22:26.262 INFO O| Aug 24 20:22:26.262 INFO STEP 1082 (remove_files) COMPLETE
85702026-08-24T20:22:27.201Z[ recovery-image] Aug 24 20:22:26.262 INFO O| Aug 24 20:22:26.262 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-24T20:22:27.211Z[ recovery-image] Aug 24 20:22:26.273 INFO O| Aug 24 20:22:26.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85722026-08-24T20:22:27.211Z[ recovery-image] Aug 24 20:22:26.273 INFO O| Aug 24 20:22:26.273 INFO STEP 1083 (remove_files) COMPLETE
85732026-08-24T20:22:27.215Z[ recovery-image] Aug 24 20:22:26.273 INFO O| Aug 24 20:22:26.273 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-24T20:22:27.223Z[ recovery-image] Aug 24 20:22:26.283 INFO O| Aug 24 20:22:26.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85752026-08-24T20:22:27.223Z[ recovery-image] Aug 24 20:22:26.283 INFO O| Aug 24 20:22:26.283 INFO STEP 1084 (remove_files) COMPLETE
85762026-08-24T20:22:27.223Z[ recovery-image] Aug 24 20:22:26.283 INFO O| Aug 24 20:22:26.283 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-24T20:22:27.230Z[ recovery-image] Aug 24 20:22:26.292 INFO O| Aug 24 20:22:26.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85782026-08-24T20:22:27.230Z[ recovery-image] Aug 24 20:22:26.292 INFO O| Aug 24 20:22:26.292 INFO STEP 1085 (remove_files) COMPLETE
85792026-08-24T20:22:27.233Z[ recovery-image] Aug 24 20:22:26.292 INFO O| Aug 24 20:22:26.292 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-24T20:22:27.239Z[ recovery-image] Aug 24 20:22:26.301 INFO O| Aug 24 20:22:26.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85812026-08-24T20:22:27.239Z[ recovery-image] Aug 24 20:22:26.301 INFO O| Aug 24 20:22:26.301 INFO STEP 1086 (remove_files) COMPLETE
85822026-08-24T20:22:27.239Z[ recovery-image] Aug 24 20:22:26.301 INFO O| Aug 24 20:22:26.301 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-24T20:22:27.251Z[ recovery-image] Aug 24 20:22:26.310 INFO O| Aug 24 20:22:26.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85842026-08-24T20:22:27.251Z[ recovery-image] Aug 24 20:22:26.310 INFO O| Aug 24 20:22:26.310 INFO STEP 1087 (remove_files) COMPLETE
85852026-08-24T20:22:27.251Z[ recovery-image] Aug 24 20:22:26.310 INFO O| Aug 24 20:22:26.310 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-24T20:22:27.258Z[ recovery-image] Aug 24 20:22:26.320 INFO O| Aug 24 20:22:26.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85872026-08-24T20:22:27.258Z[ recovery-image] Aug 24 20:22:26.320 INFO O| Aug 24 20:22:26.320 INFO STEP 1088 (remove_files) COMPLETE
85882026-08-24T20:22:27.258Z[ recovery-image] Aug 24 20:22:26.320 INFO O| Aug 24 20:22:26.320 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-24T20:22:27.268Z[ recovery-image] Aug 24 20:22:26.330 INFO O| Aug 24 20:22:26.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85902026-08-24T20:22:27.269Z[ recovery-image] Aug 24 20:22:26.330 INFO O| Aug 24 20:22:26.330 INFO STEP 1089 (remove_files) COMPLETE
85912026-08-24T20:22:27.269Z[ recovery-image] Aug 24 20:22:26.330 INFO O| Aug 24 20:22:26.330 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-24T20:22:27.278Z[ recovery-image] Aug 24 20:22:26.340 INFO O| Aug 24 20:22:26.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85932026-08-24T20:22:27.282Z[ recovery-image] Aug 24 20:22:26.341 INFO O| Aug 24 20:22:26.341 INFO STEP 1090 (remove_files) COMPLETE
85942026-08-24T20:22:27.282Z[ recovery-image] Aug 24 20:22:26.341 INFO O| Aug 24 20:22:26.341 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-24T20:22:27.290Z[ recovery-image] Aug 24 20:22:26.352 INFO O| Aug 24 20:22:26.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85962026-08-24T20:22:27.290Z[ recovery-image] Aug 24 20:22:26.352 INFO O| Aug 24 20:22:26.352 INFO STEP 1091 (remove_files) COMPLETE
85972026-08-24T20:22:27.294Z[ recovery-image] Aug 24 20:22:26.352 INFO O| Aug 24 20:22:26.352 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-24T20:22:27.299Z[ recovery-image] Aug 24 20:22:26.361 INFO O| Aug 24 20:22:26.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85992026-08-24T20:22:27.299Z[ recovery-image] Aug 24 20:22:26.361 INFO O| Aug 24 20:22:26.361 INFO STEP 1092 (remove_files) COMPLETE
86002026-08-24T20:22:27.304Z[ recovery-image] Aug 24 20:22:26.361 INFO O| Aug 24 20:22:26.361 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-24T20:22:27.308Z[ recovery-image] Aug 24 20:22:26.370 INFO O| Aug 24 20:22:26.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86022026-08-24T20:22:27.308Z[ recovery-image] Aug 24 20:22:26.370 INFO O| Aug 24 20:22:26.370 INFO STEP 1093 (remove_files) COMPLETE
86032026-08-24T20:22:27.311Z[ recovery-image] Aug 24 20:22:26.370 INFO O| Aug 24 20:22:26.370 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-24T20:22:27.318Z[ recovery-image] Aug 24 20:22:26.380 INFO O| Aug 24 20:22:26.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86052026-08-24T20:22:27.318Z[ recovery-image] Aug 24 20:22:26.380 INFO O| Aug 24 20:22:26.380 INFO STEP 1094 (remove_files) COMPLETE
86062026-08-24T20:22:27.318Z[ recovery-image] Aug 24 20:22:26.380 INFO O| Aug 24 20:22:26.380 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-24T20:22:27.326Z[verify-libraries] Compiling socket2 v0.5.10
86082026-08-24T20:22:27.330Z[ recovery-image] Aug 24 20:22:26.389 INFO O| Aug 24 20:22:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86092026-08-24T20:22:27.330Z[ recovery-image] Aug 24 20:22:26.389 INFO O| Aug 24 20:22:26.389 INFO STEP 1095 (remove_files) COMPLETE
86102026-08-24T20:22:27.330Z[ recovery-image] Aug 24 20:22:26.389 INFO O| Aug 24 20:22:26.389 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-24T20:22:27.337Z[ recovery-image] Aug 24 20:22:26.399 INFO O| Aug 24 20:22:26.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86122026-08-24T20:22:27.337Z[ recovery-image] Aug 24 20:22:26.399 INFO O| Aug 24 20:22:26.399 INFO STEP 1096 (remove_files) COMPLETE
86132026-08-24T20:22:27.337Z[ recovery-image] Aug 24 20:22:26.399 INFO O| Aug 24 20:22:26.399 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-24T20:22:27.350Z[ recovery-image] Aug 24 20:22:26.408 INFO O| Aug 24 20:22:26.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86152026-08-24T20:22:27.350Z[ recovery-image] Aug 24 20:22:26.408 INFO O| Aug 24 20:22:26.408 INFO STEP 1097 (remove_files) COMPLETE
86162026-08-24T20:22:27.350Z[ recovery-image] Aug 24 20:22:26.408 INFO O| Aug 24 20:22:26.408 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-24T20:22:27.356Z[ recovery-image] Aug 24 20:22:26.418 INFO O| Aug 24 20:22:26.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86182026-08-24T20:22:27.356Z[ recovery-image] Aug 24 20:22:26.418 INFO O| Aug 24 20:22:26.418 INFO STEP 1098 (remove_files) COMPLETE
86192026-08-24T20:22:27.356Z[ recovery-image] Aug 24 20:22:26.418 INFO O| Aug 24 20:22:26.418 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-24T20:22:27.368Z[ recovery-image] Aug 24 20:22:26.430 INFO O| Aug 24 20:22:26.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86212026-08-24T20:22:27.368Z[ recovery-image] Aug 24 20:22:26.430 INFO O| Aug 24 20:22:26.430 INFO STEP 1099 (remove_files) COMPLETE
86222026-08-24T20:22:27.368Z[ recovery-image] Aug 24 20:22:26.430 INFO O| Aug 24 20:22:26.430 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-24T20:22:27.378Z[ recovery-image] Aug 24 20:22:26.440 INFO O| Aug 24 20:22:26.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86242026-08-24T20:22:27.378Z[ recovery-image] Aug 24 20:22:26.440 INFO O| Aug 24 20:22:26.440 INFO STEP 1100 (remove_files) COMPLETE
86252026-08-24T20:22:27.382Z[ recovery-image] Aug 24 20:22:26.440 INFO O| Aug 24 20:22:26.440 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-24T20:22:27.388Z[ recovery-image] Aug 24 20:22:26.450 INFO O| Aug 24 20:22:26.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86272026-08-24T20:22:27.388Z[ recovery-image] Aug 24 20:22:26.450 INFO O| Aug 24 20:22:26.450 INFO STEP 1101 (remove_files) COMPLETE
86282026-08-24T20:22:27.388Z[ recovery-image] Aug 24 20:22:26.450 INFO O| Aug 24 20:22:26.450 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-24T20:22:27.398Z[verify-libraries] Compiling fs-err v2.11.0
86302026-08-24T20:22:27.403Z[ recovery-image] Aug 24 20:22:26.461 INFO O| Aug 24 20:22:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86312026-08-24T20:22:27.403Z[ recovery-image] Aug 24 20:22:26.461 INFO O| Aug 24 20:22:26.461 INFO STEP 1102 (remove_files) COMPLETE
86322026-08-24T20:22:27.403Z[ recovery-image] Aug 24 20:22:26.461 INFO O| Aug 24 20:22:26.461 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-24T20:22:27.409Z[ recovery-image] Aug 24 20:22:26.471 INFO O| Aug 24 20:22:26.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86342026-08-24T20:22:27.410Z[ recovery-image] Aug 24 20:22:26.471 INFO O| Aug 24 20:22:26.471 INFO STEP 1103 (remove_files) COMPLETE
86352026-08-24T20:22:27.410Z[ recovery-image] Aug 24 20:22:26.471 INFO O| Aug 24 20:22:26.471 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-24T20:22:27.423Z[ recovery-image] Aug 24 20:22:26.484 INFO O| Aug 24 20:22:26.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86372026-08-24T20:22:27.423Z[ recovery-image] Aug 24 20:22:26.485 INFO O| Aug 24 20:22:26.485 INFO STEP 1104 (remove_files) COMPLETE
86382026-08-24T20:22:27.423Z[ recovery-image] Aug 24 20:22:26.485 INFO O| Aug 24 20:22:26.485 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-24T20:22:27.432Z[ recovery-image] Aug 24 20:22:26.494 INFO O| Aug 24 20:22:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86402026-08-24T20:22:27.432Z[ recovery-image] Aug 24 20:22:26.494 INFO O| Aug 24 20:22:26.494 INFO STEP 1105 (remove_files) COMPLETE
86412026-08-24T20:22:27.436Z[ recovery-image] Aug 24 20:22:26.494 INFO O| Aug 24 20:22:26.494 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-24T20:22:27.443Z[ recovery-image] Aug 24 20:22:26.505 INFO O| Aug 24 20:22:26.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86432026-08-24T20:22:27.443Z[ recovery-image] Aug 24 20:22:26.505 INFO O| Aug 24 20:22:26.505 INFO STEP 1106 (remove_files) COMPLETE
86442026-08-24T20:22:27.447Z[ recovery-image] Aug 24 20:22:26.505 INFO O| Aug 24 20:22:26.505 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-24T20:22:27.453Z[ recovery-image] Aug 24 20:22:26.515 INFO O| Aug 24 20:22:26.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86462026-08-24T20:22:27.453Z[ recovery-image] Aug 24 20:22:26.515 INFO O| Aug 24 20:22:26.515 INFO STEP 1107 (remove_files) COMPLETE
86472026-08-24T20:22:27.453Z[ recovery-image] Aug 24 20:22:26.515 INFO O| Aug 24 20:22:26.515 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-24T20:22:27.463Z[ recovery-image] Aug 24 20:22:26.525 INFO O| Aug 24 20:22:26.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86492026-08-24T20:22:27.463Z[ recovery-image] Aug 24 20:22:26.525 INFO O| Aug 24 20:22:26.525 INFO STEP 1108 (remove_files) COMPLETE
86502026-08-24T20:22:27.467Z[ recovery-image] Aug 24 20:22:26.525 INFO O| Aug 24 20:22:26.525 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-24T20:22:27.474Z[ recovery-image] Aug 24 20:22:26.535 INFO O| Aug 24 20:22:26.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86522026-08-24T20:22:27.474Z[ recovery-image] Aug 24 20:22:26.535 INFO O| Aug 24 20:22:26.535 INFO STEP 1109 (remove_files) COMPLETE
86532026-08-24T20:22:27.474Z[ recovery-image] Aug 24 20:22:26.535 INFO O| Aug 24 20:22:26.535 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-24T20:22:27.484Z[ recovery-image] Aug 24 20:22:26.546 INFO O| Aug 24 20:22:26.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86552026-08-24T20:22:27.484Z[ recovery-image] Aug 24 20:22:26.546 INFO O| Aug 24 20:22:26.546 INFO STEP 1110 (remove_files) COMPLETE
86562026-08-24T20:22:27.484Z[ recovery-image] Aug 24 20:22:26.546 INFO O| Aug 24 20:22:26.546 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-24T20:22:27.495Z[ recovery-image] Aug 24 20:22:26.557 INFO O| Aug 24 20:22:26.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86582026-08-24T20:22:27.495Z[ recovery-image] Aug 24 20:22:26.557 INFO O| Aug 24 20:22:26.557 INFO STEP 1111 (remove_files) COMPLETE
86592026-08-24T20:22:27.495Z[ recovery-image] Aug 24 20:22:26.557 INFO O| Aug 24 20:22:26.557 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-24T20:22:27.506Z[ recovery-image] Aug 24 20:22:26.567 INFO O| Aug 24 20:22:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86612026-08-24T20:22:27.506Z[ recovery-image] Aug 24 20:22:26.567 INFO O| Aug 24 20:22:26.567 INFO STEP 1112 (remove_files) COMPLETE
86622026-08-24T20:22:27.506Z[ recovery-image] Aug 24 20:22:26.567 INFO O| Aug 24 20:22:26.567 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-24T20:22:27.511Z[verify-libraries] Compiling internet-checksum v0.2.1
86642026-08-24T20:22:27.517Z[ recovery-image] Aug 24 20:22:26.579 INFO O| Aug 24 20:22:26.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86652026-08-24T20:22:27.517Z[ recovery-image] Aug 24 20:22:26.579 INFO O| Aug 24 20:22:26.579 INFO STEP 1113 (remove_files) COMPLETE
86662026-08-24T20:22:27.517Z[ recovery-image] Aug 24 20:22:26.579 INFO O| Aug 24 20:22:26.579 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-24T20:22:27.530Z[ recovery-image] Aug 24 20:22:26.591 INFO O| Aug 24 20:22:26.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86682026-08-24T20:22:27.530Z[ recovery-image] Aug 24 20:22:26.591 INFO O| Aug 24 20:22:26.591 INFO STEP 1114 (remove_files) COMPLETE
86692026-08-24T20:22:27.530Z[ recovery-image] Aug 24 20:22:26.591 INFO O| Aug 24 20:22:26.591 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-24T20:22:27.539Z[ recovery-image] Aug 24 20:22:26.601 INFO O| Aug 24 20:22:26.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86712026-08-24T20:22:27.539Z[ recovery-image] Aug 24 20:22:26.601 INFO O| Aug 24 20:22:26.601 INFO STEP 1115 (remove_files) COMPLETE
86722026-08-24T20:22:27.539Z[ recovery-image] Aug 24 20:22:26.601 INFO O| Aug 24 20:22:26.601 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-24T20:22:27.547Z[ recovery-image] Aug 24 20:22:26.609 INFO O| Aug 24 20:22:26.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86742026-08-24T20:22:27.547Z[ recovery-image] Aug 24 20:22:26.609 INFO O| Aug 24 20:22:26.609 INFO STEP 1116 (remove_files) COMPLETE
86752026-08-24T20:22:27.551Z[ recovery-image] Aug 24 20:22:26.609 INFO O| Aug 24 20:22:26.609 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-24T20:22:27.558Z[ recovery-image] Aug 24 20:22:26.620 INFO O| Aug 24 20:22:26.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86772026-08-24T20:22:27.558Z[ recovery-image] Aug 24 20:22:26.620 INFO O| Aug 24 20:22:26.620 INFO STEP 1117 (remove_files) COMPLETE
86782026-08-24T20:22:27.558Z[ recovery-image] Aug 24 20:22:26.620 INFO O| Aug 24 20:22:26.620 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86792026-08-24T20:22:27.576Z[ recovery-image] Aug 24 20:22:26.637 INFO O| Aug 24 20:22:26.637 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86802026-08-24T20:22:27.576Z[ recovery-image] Aug 24 20:22:26.637 INFO O| Aug 24 20:22:26.637 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86812026-08-24T20:22:27.661Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86822026-08-24T20:22:27.961Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86832026-08-24T20:22:28.234Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86842026-08-24T20:22:28.376Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86852026-08-24T20:22:28.391Z[ recovery-image] Aug 24 20:22:27.453 INFO O| Aug 24 20:22:27.453 INFO STEP 1118 (pack_tar) COMPLETE
86862026-08-24T20:22:28.391Z[ recovery-image] Aug 24 20:22:27.453 INFO O| Aug 24 20:22:27.453 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86872026-08-24T20:22:28.391Z[ recovery-image] Aug 24 20:22:27.453 INFO O| Aug 24 20:22:27.453 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86882026-08-24T20:22:29.008Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86892026-08-24T20:22:29.080Z[ recovery-image] Aug 24 20:22:28.142 INFO O| Aug 24 20:22:28.142 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86902026-08-24T20:22:29.286Z[verify-libraries] Compiling git2 v0.20.4
86912026-08-24T20:22:29.317Z[ recovery-image] Aug 24 20:22:28.379 INFO O| Aug 24 20:22:28.379 INFO completed processing sled/ramdisk-03-recovery-trim
86922026-08-24T20:22:29.321Z[ recovery-image] Aug 24 20:22:28.383 INFO image builder template: zfs-recovery...
86932026-08-24T20:22:29.321Z[ recovery-image] Aug 24 20:22:28.383 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/.tmpsF5wwU/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
86942026-08-24T20:22:29.349Z[ recovery-image] Aug 24 20:22:28.410 INFO O| Aug 24 20:22:28.410 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86952026-08-24T20:22:29.355Z[ recovery-image] Aug 24 20:22:28.414 INFO O| Aug 24 20:22:28.414 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86962026-08-24T20:22:29.415Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86972026-08-24T20:22:29.486Z[ recovery-image] Aug 24 20:22:28.548 INFO O| Aug 24 20:22:28.547 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86982026-08-24T20:22:29.575Z[ recovery-image] Aug 24 20:22:28.636 INFO O| Aug 24 20:22:28.636 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86992026-08-24T20:22:29.575Z[ recovery-image] Aug 24 20:22:28.636 INFO O| Aug 24 20:22:28.636 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87002026-08-24T20:22:29.579Z[ recovery-image] Aug 24 20:22:28.640 INFO O| Aug 24 20:22:28.640 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87012026-08-24T20:22:29.684Z[ recovery-image] Aug 24 20:22:28.746 INFO O| Aug 24 20:22:28.746 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87022026-08-24T20:22:29.763Z[ recovery-image] Aug 24 20:22:28.824 INFO O| Aug 24 20:22:28.823 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87032026-08-24T20:22:29.771Z[ recovery-image] Aug 24 20:22:28.833 INFO O| Aug 24 20:22:28.833 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87042026-08-24T20:22:29.776Z[ recovery-image] Aug 24 20:22:28.838 INFO O| Aug 24 20:22:28.838 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87052026-08-24T20:22:29.780Z[ recovery-image] Aug 24 20:22:28.839 INFO O| Aug 24 20:22:28.839 INFO no lofi found
87062026-08-24T20:22:29.780Z[ recovery-image] Aug 24 20:22:28.839 INFO O| Aug 24 20:22:28.839 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87072026-08-24T20:22:29.780Z[ recovery-image] Aug 24 20:22:28.839 INFO O| Aug 24 20:22:28.839 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87082026-08-24T20:22:30.701Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87092026-08-24T20:22:31.142Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87102026-08-24T20:22:31.225Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87112026-08-24T20:22:31.386Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87122026-08-24T20:22:31.531Z[verify-libraries] Compiling yansi v1.0.1
87132026-08-24T20:22:31.939Z[ recovery-image] Aug 24 20:22:31.001 INFO O| Aug 24 20:22:31.001 INFO lofi device = /dev/dsk/c2t1d0p0
87142026-08-24T20:22:31.939Z[ recovery-image] Aug 24 20:22:31.001 INFO O| Aug 24 20:22:31.001 INFO pool device = /dev/dsk/c2t1d0p0
87152026-08-24T20:22:31.945Z[ recovery-image] Aug 24 20:22:31.001 INFO O| Aug 24 20:22:31.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"]
87162026-08-24T20:22:31.970Z[verify-libraries] Compiling pretty_assertions v1.4.1
87172026-08-24T20:22:32.099Z[ recovery-image] Aug 24 20:22:31.160 INFO O| Aug 24 20:22:31.160 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87182026-08-24T20:22:32.099Z[ recovery-image] Aug 24 20:22:31.160 INFO O| Aug 24 20:22:31.160 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87192026-08-24T20:22:32.124Z[ recovery-image] Aug 24 20:22:31.186 INFO O| Aug 24 20:22:31.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87202026-08-24T20:22:32.232Z[ recovery-image] Aug 24 20:22:31.294 INFO O| Aug 24 20:22:31.294 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87212026-08-24T20:22:32.249Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87222026-08-24T20:22:32.268Z[ recovery-image] Aug 24 20:22:31.327 INFO O| Aug 24 20:22:31.327 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87232026-08-24T20:22:32.288Z[ recovery-image] Aug 24 20:22:31.350 INFO O| Aug 24 20:22:31.350 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87242026-08-24T20:22:32.306Z[ recovery-image] Aug 24 20:22:31.367 INFO O| Aug 24 20:22:31.367 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87252026-08-24T20:22:32.347Z[ recovery-image] Aug 24 20:22:31.408 INFO O| Aug 24 20:22:31.408 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87262026-08-24T20:22:32.347Z[ recovery-image] Aug 24 20:22:31.408 INFO O| Aug 24 20:22:31.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87272026-08-24T20:22:32.347Z[ recovery-image] Aug 24 20:22:31.408 INFO O| Aug 24 20:22:31.408 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87282026-08-24T20:22:32.353Z[ recovery-image] Aug 24 20:22:31.415 INFO O| Aug 24 20:22:31.415 INFO boot environment UUID: cb39756f-10a5-438f-aef4-47d103d670a7
87292026-08-24T20:22:32.353Z[ recovery-image] Aug 24 20:22:31.415 INFO O| Aug 24 20:22:31.415 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = cb39756f-10a5-438f-aef4-47d103d670a7
87302026-08-24T20:22:32.371Z[ recovery-image] Aug 24 20:22:31.432 INFO O| Aug 24 20:22:31.432 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87312026-08-24T20:22:32.392Z[ recovery-image] Aug 24 20:22:31.454 INFO O| Aug 24 20:22:31.454 INFO STEP 0 (create_be) COMPLETE
87322026-08-24T20:22:32.392Z[ recovery-image] Aug 24 20:22:31.454 INFO O| Aug 24 20:22:31.454 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87332026-08-24T20:22:32.407Z[ recovery-image] Aug 24 20:22:31.469 INFO O| Aug 24 20:22:31.469 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"]
87342026-08-24T20:22:32.455Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87352026-08-24T20:22:33.273Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87362026-08-24T20:22:33.564Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87372026-08-24T20:22:33.608Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87382026-08-24T20:22:33.781Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87392026-08-24T20:22:33.863Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87402026-08-24T20:22:34.085Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87412026-08-24T20:22:34.142Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87422026-08-24T20:22:34.382Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87432026-08-24T20:22:34.486Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87442026-08-24T20:22:34.539Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87452026-08-24T20:22:34.790Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87462026-08-24T20:22:34.833Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87472026-08-24T20:22:35.027Z[verify-libraries] Compiling drift v0.2.0
87482026-08-24T20:22:35.074Z[verify-libraries] Compiling uzers v0.12.2
87492026-08-24T20:22:35.499Z[verify-libraries] Compiling parse-size v1.1.0
87502026-08-24T20:22:35.563Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87512026-08-24T20:22:35.817Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87522026-08-24T20:22:36.102Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87532026-08-24T20:22:36.694Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87542026-08-24T20:22:36.960Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87552026-08-24T20:22:37.583Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87562026-08-24T20:22:38.467Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87572026-08-24T20:22:39.499Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87582026-08-24T20:22:40.407Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87592026-08-24T20:22:41.255Z[ recovery-image] Aug 24 20:22:40.316 INFO O| Aug 24 20:22:40.316 INFO STEP 1 (unpack_tar) COMPLETE
87602026-08-24T20:22:41.255Z[ recovery-image] Aug 24 20:22:40.316 INFO O| Aug 24 20:22:40.316 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87612026-08-24T20:22:41.266Z[ recovery-image] Aug 24 20:22:40.328 INFO O| Aug 24 20:22:40.327 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87622026-08-24T20:22:41.482Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87632026-08-24T20:22:41.974Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87642026-08-24T20:22:42.127Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87652026-08-24T20:22:42.312Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87662026-08-24T20:22:42.453Z[ recovery-image] Aug 24 20:22:41.514 INFO O| Aug 24 20:22:41.513 INFO STEP 2 (devfsadm) COMPLETE
87672026-08-24T20:22:42.453Z[ recovery-image] Aug 24 20:22:41.514 INFO O| Aug 24 20:22:41.514 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-24T20:22:42.463Z[ recovery-image] Aug 24 20:22:41.524 INFO O| Aug 24 20:22:41.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87692026-08-24T20:22:42.463Z[ recovery-image] Aug 24 20:22:41.524 INFO O| Aug 24 20:22:41.523 INFO STEP 3 (ensure_dir) COMPLETE
87702026-08-24T20:22:42.463Z[ recovery-image] Aug 24 20:22:41.524 INFO O| Aug 24 20:22:41.524 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-24T20:22:42.473Z[ recovery-image] Aug 24 20:22:41.533 INFO O| Aug 24 20:22:41.533 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87722026-08-24T20:22:42.473Z[ recovery-image] Aug 24 20:22:41.533 INFO O| Aug 24 20:22:41.533 INFO STEP 4 (ensure_dir) COMPLETE
87732026-08-24T20:22:42.473Z[ recovery-image] Aug 24 20:22:41.533 INFO O| Aug 24 20:22:41.533 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-08-24T20:22:42.482Z[ recovery-image] Aug 24 20:22:41.543 INFO O| Aug 24 20:22:41.543 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87752026-08-24T20:22:42.483Z[ recovery-image] Aug 24 20:22:41.544 INFO O| Aug 24 20:22:41.543 INFO STEP 5 (ensure_dir) COMPLETE
87762026-08-24T20:22:42.483Z[ recovery-image] Aug 24 20:22:41.544 INFO O| Aug 24 20:22:41.543 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-08-24T20:22:42.493Z[ recovery-image] Aug 24 20:22:41.553 INFO O| Aug 24 20:22:41.553 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87782026-08-24T20:22:42.493Z[ recovery-image] Aug 24 20:22:41.553 INFO O| Aug 24 20:22:41.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87792026-08-24T20:22:42.493Z[ recovery-image] Aug 24 20:22:41.553 INFO O| Aug 24 20:22:41.553 INFO STEP 6 (ensure_dir) COMPLETE
87802026-08-24T20:22:42.498Z[ recovery-image] Aug 24 20:22:41.553 INFO O| Aug 24 20:22:41.553 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-24T20:22:42.504Z[ recovery-image] Aug 24 20:22:41.561 INFO O| Aug 24 20:22:41.561 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87822026-08-24T20:22:42.504Z[ recovery-image] Aug 24 20:22:41.561 INFO O| Aug 24 20:22:41.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87832026-08-24T20:22:42.504Z[ recovery-image] Aug 24 20:22:41.561 INFO O| Aug 24 20:22:41.561 INFO STEP 7 (ensure_dir) COMPLETE
87842026-08-24T20:22:42.504Z[ recovery-image] Aug 24 20:22:41.562 INFO O| Aug 24 20:22:41.561 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-24T20:22:42.511Z[ recovery-image] Aug 24 20:22:41.570 INFO O| Aug 24 20:22:41.570 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87862026-08-24T20:22:42.511Z[ recovery-image] Aug 24 20:22:41.570 INFO O| Aug 24 20:22:41.570 INFO STEP 8 (remove_files) COMPLETE
87872026-08-24T20:22:42.511Z[ recovery-image] Aug 24 20:22:41.570 INFO O| Aug 24 20:22:41.570 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-24T20:22:42.518Z[ recovery-image] Aug 24 20:22:41.580 INFO O| Aug 24 20:22:41.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87892026-08-24T20:22:42.525Z[ recovery-image] Aug 24 20:22:41.580 INFO O| Aug 24 20:22:41.580 INFO STEP 9 (remove_files) COMPLETE
87902026-08-24T20:22:42.525Z[ recovery-image] Aug 24 20:22:41.580 INFO O| Aug 24 20:22:41.580 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-24T20:22:42.530Z[ recovery-image] Aug 24 20:22:41.589 INFO O| Aug 24 20:22:41.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87922026-08-24T20:22:42.530Z[ recovery-image] Aug 24 20:22:41.590 INFO O| Aug 24 20:22:41.590 INFO STEP 10 (remove_files) COMPLETE
87932026-08-24T20:22:42.530Z[ recovery-image] Aug 24 20:22:41.590 INFO O| Aug 24 20:22:41.590 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-08-24T20:22:42.537Z[ recovery-image] Aug 24 20:22:41.599 INFO O| Aug 24 20:22:41.599 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87952026-08-24T20:22:42.537Z[ recovery-image] Aug 24 20:22:41.599 INFO O| Aug 24 20:22:41.599 INFO STEP 11 (remove_files) COMPLETE
87962026-08-24T20:22:42.537Z[ recovery-image] Aug 24 20:22:41.599 INFO O| Aug 24 20:22:41.599 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-08-24T20:22:42.547Z[ recovery-image] Aug 24 20:22:41.608 INFO O| Aug 24 20:22:41.608 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87982026-08-24T20:22:42.547Z[ recovery-image] Aug 24 20:22:41.608 INFO O| Aug 24 20:22:41.608 INFO STEP 12 (remove_files) COMPLETE
87992026-08-24T20:22:42.553Z[ recovery-image] Aug 24 20:22:41.608 INFO O| Aug 24 20:22:41.608 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-24T20:22:42.557Z[ recovery-image] Aug 24 20:22:41.617 INFO O| Aug 24 20:22:41.617 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88012026-08-24T20:22:42.558Z[ recovery-image] Aug 24 20:22:41.617 INFO O| Aug 24 20:22:41.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88022026-08-24T20:22:42.558Z[ recovery-image] Aug 24 20:22:41.617 INFO O| Aug 24 20:22:41.617 INFO STEP 13 (ensure_dir) COMPLETE
88032026-08-24T20:22:42.558Z[ recovery-image] Aug 24 20:22:41.617 INFO O| Aug 24 20:22:41.617 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-24T20:22:42.564Z[ recovery-image] Aug 24 20:22:41.625 INFO O| Aug 24 20:22:41.625 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88052026-08-24T20:22:42.564Z[ recovery-image] Aug 24 20:22:41.625 INFO O| Aug 24 20:22:41.625 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88062026-08-24T20:22:42.564Z[ recovery-image] Aug 24 20:22:41.625 INFO O| Aug 24 20:22:41.625 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88072026-08-24T20:22:42.564Z[ recovery-image] Aug 24 20:22:41.625 INFO O| Aug 24 20:22:41.625 INFO STEP 14 (ensure_dir) COMPLETE
88082026-08-24T20:22:42.569Z[ recovery-image] Aug 24 20:22:41.625 INFO O| Aug 24 20:22:41.625 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-24T20:22:42.575Z[ recovery-image] Aug 24 20:22:41.634 INFO O| Aug 24 20:22:41.634 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88102026-08-24T20:22:42.575Z[ recovery-image] Aug 24 20:22:41.634 INFO O| Aug 24 20:22:41.634 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88112026-08-24T20:22:42.575Z[ recovery-image] Aug 24 20:22:41.634 INFO O| Aug 24 20:22:41.634 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88122026-08-24T20:22:42.575Z[ recovery-image] Aug 24 20:22:41.635 INFO O| Aug 24 20:22:41.634 INFO STEP 15 (ensure_dir) COMPLETE
88132026-08-24T20:22:42.579Z[ recovery-image] Aug 24 20:22:41.635 INFO O| Aug 24 20:22:41.634 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-08-24T20:22:42.587Z[ recovery-image] Aug 24 20:22:41.643 INFO O| Aug 24 20:22:41.643 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88152026-08-24T20:22:42.587Z[ recovery-image] Aug 24 20:22:41.643 INFO O| Aug 24 20:22:41.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88162026-08-24T20:22:42.587Z[ recovery-image] Aug 24 20:22:41.643 INFO O| Aug 24 20:22:41.643 INFO STEP 16 (ensure_dir) COMPLETE
88172026-08-24T20:22:42.587Z[ recovery-image] Aug 24 20:22:41.643 INFO O| Aug 24 20:22:41.643 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-08-24T20:22:42.592Z[ recovery-image] Aug 24 20:22:41.652 INFO O| Aug 24 20:22:41.652 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88192026-08-24T20:22:42.593Z[ recovery-image] Aug 24 20:22:41.652 INFO O| Aug 24 20:22:41.652 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88202026-08-24T20:22:42.593Z[ recovery-image] Aug 24 20:22:41.652 INFO O| Aug 24 20:22:41.652 INFO STEP 17 (ensure_dir) COMPLETE
88212026-08-24T20:22:42.593Z[ recovery-image] Aug 24 20:22:41.652 INFO O| Aug 24 20:22:41.652 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-08-24T20:22:42.604Z[ recovery-image] Aug 24 20:22:41.664 INFO O| Aug 24 20:22:41.664 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88232026-08-24T20:22:42.604Z[ recovery-image] Aug 24 20:22:41.665 INFO O| Aug 24 20:22:41.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88242026-08-24T20:22:42.608Z[ recovery-image] Aug 24 20:22:41.665 INFO O| Aug 24 20:22:41.664 INFO ok!
88252026-08-24T20:22:42.608Z[ recovery-image] Aug 24 20:22:41.665 INFO O| Aug 24 20:22:41.664 INFO STEP 18 (ensure_symlink) COMPLETE
88262026-08-24T20:22:42.609Z[ recovery-image] Aug 24 20:22:41.665 INFO O| Aug 24 20:22:41.664 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-08-24T20:22:42.615Z[ recovery-image] Aug 24 20:22:41.676 INFO O| Aug 24 20:22:41.676 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88282026-08-24T20:22:42.615Z[ recovery-image] Aug 24 20:22:41.676 INFO O| Aug 24 20:22:41.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88292026-08-24T20:22:42.615Z[ recovery-image] Aug 24 20:22:41.676 INFO O| Aug 24 20:22:41.676 INFO ok!
88302026-08-24T20:22:42.619Z[ recovery-image] Aug 24 20:22:41.676 INFO O| Aug 24 20:22:41.676 INFO STEP 19 (ensure_file) COMPLETE
88312026-08-24T20:22:42.619Z[ recovery-image] Aug 24 20:22:41.676 INFO O| Aug 24 20:22:41.676 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-08-24T20:22:42.627Z[ recovery-image] Aug 24 20:22:41.687 INFO O| Aug 24 20:22:41.687 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88332026-08-24T20:22:42.627Z[ recovery-image] Aug 24 20:22:41.687 INFO O| Aug 24 20:22:41.687 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88342026-08-24T20:22:42.632Z[ recovery-image] Aug 24 20:22:41.687 INFO O| Aug 24 20:22:41.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88352026-08-24T20:22:42.632Z[ recovery-image] Aug 24 20:22:41.687 INFO O| Aug 24 20:22:41.687 INFO ok!
88362026-08-24T20:22:42.632Z[ recovery-image] Aug 24 20:22:41.687 INFO O| Aug 24 20:22:41.687 INFO STEP 20 (ensure_symlink) COMPLETE
88372026-08-24T20:22:42.632Z[ recovery-image] Aug 24 20:22:41.687 INFO O| Aug 24 20:22:41.687 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-24T20:22:42.637Z[ recovery-image] Aug 24 20:22:41.697 INFO O| Aug 24 20:22:41.697 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88392026-08-24T20:22:42.637Z[ recovery-image] Aug 24 20:22:41.697 INFO O| Aug 24 20:22:41.697 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88402026-08-24T20:22:42.637Z[ recovery-image] Aug 24 20:22:41.697 INFO O| Aug 24 20:22:41.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88412026-08-24T20:22:42.637Z[ recovery-image] Aug 24 20:22:41.697 INFO O| Aug 24 20:22:41.697 INFO ok!
88422026-08-24T20:22:42.637Z[ recovery-image] Aug 24 20:22:41.697 INFO O| Aug 24 20:22:41.697 INFO STEP 21 (ensure_symlink) COMPLETE
88432026-08-24T20:22:42.637Z[ recovery-image] Aug 24 20:22:41.697 INFO O| Aug 24 20:22:41.697 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-24T20:22:42.645Z[ recovery-image] Aug 24 20:22:41.706 INFO O| Aug 24 20:22:41.706 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88452026-08-24T20:22:42.651Z[ recovery-image] Aug 24 20:22:41.706 INFO O| Aug 24 20:22:41.706 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88462026-08-24T20:22:42.651Z[ recovery-image] Aug 24 20:22:41.706 INFO O| Aug 24 20:22:41.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88472026-08-24T20:22:42.651Z[ recovery-image] Aug 24 20:22:41.706 INFO O| Aug 24 20:22:41.706 INFO ok!
88482026-08-24T20:22:42.651Z[ recovery-image] Aug 24 20:22:41.707 INFO O| Aug 24 20:22:41.706 INFO STEP 22 (ensure_symlink) COMPLETE
88492026-08-24T20:22:42.651Z[ recovery-image] Aug 24 20:22:41.707 INFO O| Aug 24 20:22:41.707 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-24T20:22:42.656Z[ recovery-image] Aug 24 20:22:41.716 INFO O| Aug 24 20:22:41.715 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88512026-08-24T20:22:42.656Z[ recovery-image] Aug 24 20:22:41.716 INFO O| Aug 24 20:22:41.716 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88522026-08-24T20:22:42.656Z[ recovery-image] Aug 24 20:22:41.716 INFO O| Aug 24 20:22:41.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88532026-08-24T20:22:42.656Z[ recovery-image] Aug 24 20:22:41.716 INFO O| Aug 24 20:22:41.716 INFO ok!
88542026-08-24T20:22:42.656Z[ recovery-image] Aug 24 20:22:41.716 INFO O| Aug 24 20:22:41.716 INFO STEP 23 (ensure_symlink) COMPLETE
88552026-08-24T20:22:42.657Z[ recovery-image] Aug 24 20:22:41.716 INFO O| Aug 24 20:22:41.716 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-08-24T20:22:42.664Z[ recovery-image] Aug 24 20:22:41.726 INFO O| Aug 24 20:22:41.726 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88572026-08-24T20:22:42.664Z[ recovery-image] Aug 24 20:22:41.726 INFO O| Aug 24 20:22:41.726 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 ...
88582026-08-24T20:22:42.664Z[ recovery-image] Aug 24 20:22:41.726 INFO O| Aug 24 20:22:41.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88592026-08-24T20:22:42.670Z[ recovery-image] Aug 24 20:22:41.726 INFO O| Aug 24 20:22:41.726 INFO ok!
88602026-08-24T20:22:42.671Z[ recovery-image] Aug 24 20:22:41.726 INFO O| Aug 24 20:22:41.726 INFO STEP 24 (ensure_file) COMPLETE
88612026-08-24T20:22:42.671Z[ recovery-image] Aug 24 20:22:41.726 INFO O| Aug 24 20:22:41.726 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-08-24T20:22:42.678Z[ recovery-image] Aug 24 20:22:41.737 INFO O| Aug 24 20:22:41.737 INFO updating shadow file
88632026-08-24T20:22:42.678Z[ recovery-image] Aug 24 20:22:41.737 INFO O| Aug 24 20:22:41.737 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88642026-08-24T20:22:42.678Z[ recovery-image] Aug 24 20:22:41.737 INFO O| Aug 24 20:22:41.737 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88652026-08-24T20:22:42.678Z[ recovery-image] Aug 24 20:22:41.737 INFO O| Aug 24 20:22:41.737 INFO STEP 25 (shadow) COMPLETE
88662026-08-24T20:22:42.678Z[ recovery-image] Aug 24 20:22:41.737 INFO O| Aug 24 20:22:41.737 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-08-24T20:22:42.687Z[ recovery-image] Aug 24 20:22:41.747 INFO O| Aug 24 20:22:41.747 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88682026-08-24T20:22:42.687Z[ recovery-image] Aug 24 20:22:41.747 INFO O| Aug 24 20:22:41.747 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88692026-08-24T20:22:42.687Z[ recovery-image] Aug 24 20:22:41.747 INFO O| Aug 24 20:22:41.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88702026-08-24T20:22:42.687Z[ recovery-image] Aug 24 20:22:41.747 INFO O| Aug 24 20:22:41.747 INFO ok!
88712026-08-24T20:22:42.688Z[ recovery-image] Aug 24 20:22:41.747 INFO O| Aug 24 20:22:41.747 INFO STEP 26 (ensure_file) COMPLETE
88722026-08-24T20:22:42.688Z[ recovery-image] Aug 24 20:22:41.747 INFO O| Aug 24 20:22:41.747 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-08-24T20:22:42.696Z[ recovery-image] Aug 24 20:22:41.757 INFO O| Aug 24 20:22:41.757 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88742026-08-24T20:22:42.696Z[ recovery-image] Aug 24 20:22:41.757 INFO O| Aug 24 20:22:41.757 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88752026-08-24T20:22:42.696Z[ recovery-image] Aug 24 20:22:41.757 INFO O| Aug 24 20:22:41.757 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88762026-08-24T20:22:42.702Z[ recovery-image] Aug 24 20:22:41.757 INFO O| Aug 24 20:22:41.757 INFO ok!
88772026-08-24T20:22:42.702Z[ recovery-image] Aug 24 20:22:41.757 INFO O| Aug 24 20:22:41.757 INFO STEP 27 (ensure_file) COMPLETE
88782026-08-24T20:22:42.702Z[ recovery-image] Aug 24 20:22:41.757 INFO O| Aug 24 20:22:41.757 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-08-24T20:22:42.707Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
88802026-08-24T20:22:42.711Z[ recovery-image] Aug 24 20:22:41.768 INFO O| Aug 24 20:22:41.768 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88812026-08-24T20:22:42.711Z[ recovery-image] Aug 24 20:22:41.768 INFO O| Aug 24 20:22:41.768 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88822026-08-24T20:22:42.711Z[ recovery-image] Aug 24 20:22:41.768 INFO O| Aug 24 20:22:41.768 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88832026-08-24T20:22:42.712Z[ recovery-image] Aug 24 20:22:41.768 INFO O| Aug 24 20:22:41.768 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88842026-08-24T20:22:42.712Z[ recovery-image] Aug 24 20:22:41.768 INFO O| Aug 24 20:22:41.768 INFO ok!
88852026-08-24T20:22:42.712Z[ recovery-image] Aug 24 20:22:41.768 INFO O| Aug 24 20:22:41.768 INFO STEP 28 (ensure_file) COMPLETE
88862026-08-24T20:22:42.712Z[ recovery-image] Aug 24 20:22:41.768 INFO O| Aug 24 20:22:41.768 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872026-08-24T20:22:42.725Z[ recovery-image] Aug 24 20:22:41.779 INFO O| Aug 24 20:22:41.779 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88882026-08-24T20:22:42.725Z[ recovery-image] Aug 24 20:22:41.779 INFO O| Aug 24 20:22:41.779 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88892026-08-24T20:22:42.737Z[ recovery-image] Aug 24 20:22:41.779 INFO O| Aug 24 20:22:41.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88902026-08-24T20:22:42.738Z[ recovery-image] Aug 24 20:22:41.779 INFO O| Aug 24 20:22:41.779 INFO ok!
88912026-08-24T20:22:42.739Z[ recovery-image] Aug 24 20:22:41.779 INFO O| Aug 24 20:22:41.779 INFO STEP 29 (ensure_file) COMPLETE
88922026-08-24T20:22:42.739Z[ recovery-image] Aug 24 20:22:41.779 INFO O| Aug 24 20:22:41.779 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88932026-08-24T20:22:42.739Z[ recovery-image] Aug 24 20:22:41.789 INFO O| Aug 24 20:22:41.789 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88942026-08-24T20:22:42.739Z[ recovery-image] Aug 24 20:22:41.789 INFO O| Aug 24 20:22:41.789 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88952026-08-24T20:22:42.739Z[ recovery-image] Aug 24 20:22:41.789 INFO O| Aug 24 20:22:41.789 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88962026-08-24T20:22:42.739Z[ recovery-image] Aug 24 20:22:41.789 INFO O| Aug 24 20:22:41.789 INFO STEP 30 (ensure_dir) COMPLETE
88972026-08-24T20:22:42.739Z[ recovery-image] Aug 24 20:22:41.789 INFO O| Aug 24 20:22:41.789 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88982026-08-24T20:22:42.745Z[ recovery-image] Aug 24 20:22:41.799 INFO O| Aug 24 20:22:41.798 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88992026-08-24T20:22:42.745Z[ recovery-image] Aug 24 20:22:41.799 INFO O| Aug 24 20:22:41.799 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 ...
89002026-08-24T20:22:42.745Z[ recovery-image] Aug 24 20:22:41.799 INFO O| Aug 24 20:22:41.799 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
89012026-08-24T20:22:42.745Z[ recovery-image] Aug 24 20:22:41.799 INFO O| Aug 24 20:22:41.799 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89022026-08-24T20:22:42.745Z[ recovery-image] Aug 24 20:22:41.799 INFO O| Aug 24 20:22:41.799 INFO ok!
89032026-08-24T20:22:42.745Z[ recovery-image] Aug 24 20:22:41.799 INFO O| Aug 24 20:22:41.799 INFO STEP 31 (ensure_file) COMPLETE
89042026-08-24T20:22:42.745Z[ recovery-image] Aug 24 20:22:41.799 INFO O| Aug 24 20:22:41.799 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89052026-08-24T20:22:42.750Z[ recovery-image] Aug 24 20:22:41.809 INFO O| Aug 24 20:22:41.809 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89062026-08-24T20:22:42.750Z[ recovery-image] Aug 24 20:22:41.809 INFO O| Aug 24 20:22:41.809 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89072026-08-24T20:22:42.750Z[ recovery-image] Aug 24 20:22:41.809 INFO O| Aug 24 20:22:41.809 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89082026-08-24T20:22:42.750Z[ recovery-image] Aug 24 20:22:41.809 INFO O| Aug 24 20:22:41.809 INFO STEP 32 (ensure_dir) COMPLETE
89092026-08-24T20:22:42.750Z[ recovery-image] Aug 24 20:22:41.809 INFO O| Aug 24 20:22:41.809 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89102026-08-24T20:22:42.759Z[ recovery-image] Aug 24 20:22:41.819 INFO O| Aug 24 20:22:41.819 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89112026-08-24T20:22:42.759Z[ recovery-image] Aug 24 20:22:41.819 INFO O| Aug 24 20:22:41.819 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 ...
89122026-08-24T20:22:42.759Z[ recovery-image] Aug 24 20:22:41.819 INFO O| Aug 24 20:22:41.819 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
89132026-08-24T20:22:42.763Z[ recovery-image] Aug 24 20:22:41.819 INFO O| Aug 24 20:22:41.819 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89142026-08-24T20:22:42.763Z[ recovery-image] Aug 24 20:22:41.819 INFO O| Aug 24 20:22:41.819 INFO ok!
89152026-08-24T20:22:42.763Z[ recovery-image] Aug 24 20:22:41.819 INFO O| Aug 24 20:22:41.819 INFO STEP 33 (ensure_file) COMPLETE
89162026-08-24T20:22:42.763Z[ recovery-image] Aug 24 20:22:41.819 INFO O| Aug 24 20:22:41.819 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89172026-08-24T20:22:42.769Z[ recovery-image] Aug 24 20:22:41.830 INFO O| Aug 24 20:22:41.830 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89182026-08-24T20:22:42.769Z[ recovery-image] Aug 24 20:22:41.830 INFO O| Aug 24 20:22:41.830 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89192026-08-24T20:22:42.774Z[ recovery-image] Aug 24 20:22:41.830 INFO O| Aug 24 20:22:41.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89202026-08-24T20:22:42.774Z[ recovery-image] Aug 24 20:22:41.830 INFO O| Aug 24 20:22:41.830 INFO ok!
89212026-08-24T20:22:42.774Z[ recovery-image] Aug 24 20:22:41.830 INFO O| Aug 24 20:22:41.830 INFO STEP 34 (ensure_file) COMPLETE
89222026-08-24T20:22:42.774Z[ recovery-image] Aug 24 20:22:41.830 INFO O| Aug 24 20:22:41.830 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89232026-08-24T20:22:42.780Z[ recovery-image] Aug 24 20:22:41.841 INFO O| Aug 24 20:22:41.841 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89242026-08-24T20:22:42.780Z[ recovery-image] Aug 24 20:22:41.841 INFO O| Aug 24 20:22:41.841 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89252026-08-24T20:22:42.780Z[ recovery-image] Aug 24 20:22:41.841 INFO O| Aug 24 20:22:41.841 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89262026-08-24T20:22:42.780Z[ recovery-image] Aug 24 20:22:41.841 INFO O| Aug 24 20:22:41.841 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89272026-08-24T20:22:42.780Z[ recovery-image] Aug 24 20:22:41.841 INFO O| Aug 24 20:22:41.841 INFO ok!
89282026-08-24T20:22:42.780Z[ recovery-image] Aug 24 20:22:41.841 INFO O| Aug 24 20:22:41.841 INFO STEP 35 (ensure_file) COMPLETE
89292026-08-24T20:22:42.780Z[ recovery-image] Aug 24 20:22:41.841 INFO O| Aug 24 20:22:41.841 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-08-24T20:22:42.798Z[ recovery-image] Aug 24 20:22:41.851 INFO O| Aug 24 20:22:41.851 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89312026-08-24T20:22:42.798Z[ recovery-image] Aug 24 20:22:41.852 INFO O| Aug 24 20:22:41.851 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89322026-08-24T20:22:42.799Z[ recovery-image] Aug 24 20:22:41.852 INFO O| Aug 24 20:22:41.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89332026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.852 INFO O| Aug 24 20:22:41.852 INFO ok!
89342026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.852 INFO O| Aug 24 20:22:41.852 INFO STEP 36 (ensure_file) COMPLETE
89352026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.852 INFO O| Aug 24 20:22:41.852 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.863 INFO O| Aug 24 20:22:41.862 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89372026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.863 INFO O| Aug 24 20:22:41.863 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89382026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.863 INFO O| Aug 24 20:22:41.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89392026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.863 INFO O| Aug 24 20:22:41.863 INFO ok!
89402026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.863 INFO O| Aug 24 20:22:41.863 INFO STEP 37 (ensure_file) COMPLETE
89412026-08-24T20:22:42.805Z[ recovery-image] Aug 24 20:22:41.863 INFO O| Aug 24 20:22:41.863 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89422026-08-24T20:22:42.813Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89432026-08-24T20:22:42.813Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89442026-08-24T20:22:42.813Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89452026-08-24T20:22:42.817Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89462026-08-24T20:22:42.820Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89472026-08-24T20:22:42.820Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89482026-08-24T20:22:42.820Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO ok!
89492026-08-24T20:22:42.820Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO STEP 38 (ensure_file) COMPLETE
89502026-08-24T20:22:42.820Z[ recovery-image] Aug 24 20:22:41.873 INFO O| Aug 24 20:22:41.873 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89512026-08-24T20:22:42.825Z[ recovery-image] Aug 24 20:22:41.883 INFO O| Aug 24 20:22:41.883 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89522026-08-24T20:22:42.825Z[ recovery-image] Aug 24 20:22:41.883 INFO O| Aug 24 20:22:41.883 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89532026-08-24T20:22:42.825Z[ recovery-image] Aug 24 20:22:41.883 INFO O| Aug 24 20:22:41.883 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89542026-08-24T20:22:42.825Z[ recovery-image] Aug 24 20:22:41.883 INFO O| Aug 24 20:22:41.883 INFO STEP 39 (ensure_dir) COMPLETE
89552026-08-24T20:22:42.825Z[ recovery-image] Aug 24 20:22:41.883 INFO O| Aug 24 20:22:41.883 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89562026-08-24T20:22:42.831Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 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
89572026-08-24T20:22:42.831Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 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 ...
89582026-08-24T20:22:42.836Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 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
89592026-08-24T20:22:42.836Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 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
89602026-08-24T20:22:42.836Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 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
89612026-08-24T20:22:42.836Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 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
89622026-08-24T20:22:42.837Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 INFO ok!
89632026-08-24T20:22:42.837Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 INFO STEP 40 (ensure_file) COMPLETE
89642026-08-24T20:22:42.837Z[ recovery-image] Aug 24 20:22:41.892 INFO O| Aug 24 20:22:41.892 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89652026-08-24T20:22:42.842Z[ recovery-image] Aug 24 20:22:41.902 INFO O| Aug 24 20:22:41.902 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89662026-08-24T20:22:42.842Z[ recovery-image] Aug 24 20:22:41.902 INFO O| Aug 24 20:22:41.902 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 ...
89672026-08-24T20:22:42.842Z[ recovery-image] Aug 24 20:22:41.902 INFO O| Aug 24 20:22:41.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89682026-08-24T20:22:42.842Z[ recovery-image] Aug 24 20:22:41.902 INFO O| Aug 24 20:22:41.902 INFO ok!
89692026-08-24T20:22:42.842Z[ recovery-image] Aug 24 20:22:41.902 INFO O| Aug 24 20:22:41.902 INFO STEP 41 (ensure_symlink) COMPLETE
89702026-08-24T20:22:42.842Z[ recovery-image] Aug 24 20:22:41.902 INFO O| Aug 24 20:22:41.902 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89712026-08-24T20:22:42.851Z[ recovery-image] Aug 24 20:22:41.912 INFO O| Aug 24 20:22:41.912 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89722026-08-24T20:22:42.851Z[ recovery-image] Aug 24 20:22:41.912 INFO O| Aug 24 20:22:41.912 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89732026-08-24T20:22:42.851Z[ recovery-image] Aug 24 20:22:41.912 INFO O| Aug 24 20:22:41.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89742026-08-24T20:22:42.852Z[ recovery-image] Aug 24 20:22:41.912 INFO O| Aug 24 20:22:41.912 INFO ok!
89752026-08-24T20:22:42.862Z[ recovery-image] Aug 24 20:22:41.912 INFO O| Aug 24 20:22:41.912 INFO STEP 42 (ensure_symlink) COMPLETE
89762026-08-24T20:22:42.862Z[ recovery-image] Aug 24 20:22:41.912 INFO O| Aug 24 20:22:41.912 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89772026-08-24T20:22:42.869Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89782026-08-24T20:22:42.869Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89792026-08-24T20:22:42.869Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89802026-08-24T20:22:42.870Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89812026-08-24T20:22:42.870Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89822026-08-24T20:22:42.870Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89832026-08-24T20:22:42.870Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO ok!
89842026-08-24T20:22:42.870Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO STEP 43 (ensure_file) COMPLETE
89852026-08-24T20:22:42.870Z[ recovery-image] Aug 24 20:22:41.920 INFO O| Aug 24 20:22:41.920 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89862026-08-24T20:22:42.876Z[ recovery-image] Aug 24 20:22:41.931 INFO O| Aug 24 20:22:41.931 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89872026-08-24T20:22:42.877Z[ recovery-image] Aug 24 20:22:41.931 INFO O| Aug 24 20:22:41.931 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 ...
89882026-08-24T20:22:42.877Z[ recovery-image] Aug 24 20:22:41.931 INFO O| Aug 24 20:22:41.931 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
89892026-08-24T20:22:42.877Z[ recovery-image] Aug 24 20:22:41.931 INFO O| Aug 24 20:22:41.931 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89902026-08-24T20:22:42.877Z[ recovery-image] Aug 24 20:22:41.931 INFO O| Aug 24 20:22:41.931 INFO ok!
89912026-08-24T20:22:42.877Z[ recovery-image] Aug 24 20:22:41.931 INFO O| Aug 24 20:22:41.931 INFO STEP 44 (ensure_file) COMPLETE
89922026-08-24T20:22:42.877Z[ recovery-image] Aug 24 20:22:41.931 INFO O| Aug 24 20:22:41.931 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89932026-08-24T20:22:42.889Z[ recovery-image] Aug 24 20:22:41.942 INFO O| Aug 24 20:22:41.942 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89942026-08-24T20:22:42.889Z[ recovery-image] Aug 24 20:22:41.942 INFO O| Aug 24 20:22:41.942 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89952026-08-24T20:22:42.889Z[ recovery-image] Aug 24 20:22:41.942 INFO O| Aug 24 20:22:41.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89962026-08-24T20:22:42.889Z[ recovery-image] Aug 24 20:22:41.942 INFO O| Aug 24 20:22:41.942 INFO ok!
89972026-08-24T20:22:42.889Z[ recovery-image] Aug 24 20:22:41.942 INFO O| Aug 24 20:22:41.942 INFO STEP 45 (ensure_file) COMPLETE
89982026-08-24T20:22:42.889Z[ recovery-image] Aug 24 20:22:41.942 INFO O| Aug 24 20:22:41.942 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89992026-08-24T20:22:42.899Z[ recovery-image] Aug 24 20:22:41.953 INFO O| Aug 24 20:22:41.953 INFO updating shadow file
90002026-08-24T20:22:42.899Z[ recovery-image] Aug 24 20:22:41.953 INFO O| Aug 24 20:22:41.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90012026-08-24T20:22:42.899Z[ recovery-image] Aug 24 20:22:41.953 INFO O| Aug 24 20:22:41.953 INFO STEP 46 (shadow) COMPLETE
90022026-08-24T20:22:42.900Z[ recovery-image] Aug 24 20:22:41.953 INFO O| Aug 24 20:22:41.953 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90032026-08-24T20:22:42.914Z[ recovery-image] Aug 24 20:22:41.965 INFO O| Aug 24 20:22:41.964 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90042026-08-24T20:22:42.914Z[ recovery-image] Aug 24 20:22:41.965 INFO O| Aug 24 20:22:41.965 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90052026-08-24T20:22:42.914Z[ recovery-image] Aug 24 20:22:41.965 INFO O| Aug 24 20:22:41.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90062026-08-24T20:22:42.914Z[ recovery-image] Aug 24 20:22:41.965 INFO O| Aug 24 20:22:41.965 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90072026-08-24T20:22:42.914Z[ recovery-image] Aug 24 20:22:41.965 INFO O| Aug 24 20:22:41.965 INFO ok!
90082026-08-24T20:22:42.914Z[ recovery-image] Aug 24 20:22:41.965 INFO O| Aug 24 20:22:41.965 INFO STEP 47 (ensure_file) COMPLETE
90092026-08-24T20:22:42.915Z[ recovery-image] Aug 24 20:22:41.965 INFO O| Aug 24 20:22:41.965 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90102026-08-24T20:22:42.921Z[ recovery-image] Aug 24 20:22:41.973 INFO O| Aug 24 20:22:41.973 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90112026-08-24T20:22:42.921Z[ recovery-image] Aug 24 20:22:41.973 INFO O| Aug 24 20:22:41.973 INFO STEP 48 (ensure_dir) COMPLETE
90122026-08-24T20:22:42.921Z[ recovery-image] Aug 24 20:22:41.973 INFO O| Aug 24 20:22:41.973 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90132026-08-24T20:22:42.921Z[ recovery-image] Aug 24 20:22:41.980 INFO O| Aug 24 20:22:41.980 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90142026-08-24T20:22:42.921Z[ recovery-image] Aug 24 20:22:41.980 INFO O| Aug 24 20:22:41.980 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90152026-08-24T20:22:42.921Z[ recovery-image] Aug 24 20:22:41.980 INFO O| Aug 24 20:22:41.980 INFO STEP 49 (ensure_dir) COMPLETE
90162026-08-24T20:22:42.933Z[ recovery-image] Aug 24 20:22:41.980 INFO O| Aug 24 20:22:41.980 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-08-24T20:22:42.957Z[ recovery-image] Aug 24 20:22:41.991 INFO O| Aug 24 20:22:41.991 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90182026-08-24T20:22:42.957Z[ recovery-image] Aug 24 20:22:41.991 INFO O| Aug 24 20:22:41.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90192026-08-24T20:22:42.957Z[ recovery-image] Aug 24 20:22:41.992 INFO O| Aug 24 20:22:41.991 INFO STEP 50 (ensure_dir) COMPLETE
90202026-08-24T20:22:42.957Z[ recovery-image] Aug 24 20:22:41.992 INFO O| Aug 24 20:22:41.992 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-08-24T20:22:42.957Z[ recovery-image] Aug 24 20:22:42.002 INFO O| Aug 24 20:22:42.001 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90222026-08-24T20:22:42.957Z[ recovery-image] Aug 24 20:22:42.002 INFO O| Aug 24 20:22:42.002 INFO copying /tmp/.tmpsF5wwU/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90232026-08-24T20:22:42.957Z[verify-libraries] Compiling multimap v0.10.1
90242026-08-24T20:22:43.026Z[ recovery-image] Aug 24 20:22:42.031 INFO O| Aug 24 20:22:42.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90252026-08-24T20:22:43.026Z[ recovery-image] Aug 24 20:22:42.031 INFO O| Aug 24 20:22:42.031 INFO ok!
90262026-08-24T20:22:43.026Z[ recovery-image] Aug 24 20:22:42.031 INFO O| Aug 24 20:22:42.031 INFO STEP 51 (ensure_file) COMPLETE
90272026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.031 INFO O| Aug 24 20:22:42.031 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.043 INFO O| Aug 24 20:22:42.043 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90292026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.043 INFO O| Aug 24 20:22:42.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90302026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.043 INFO O| Aug 24 20:22:42.043 INFO STEP 52 (ensure_dir) COMPLETE
90312026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.043 INFO O| Aug 24 20:22:42.043 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-08-24T20:22:43.027Z[verify-libraries] Compiling termios v0.3.3
90332026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.054 INFO O| Aug 24 20:22:42.053 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90342026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.054 INFO O| Aug 24 20:22:42.054 INFO copying /tmp/.tmpsF5wwU/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90352026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.054 INFO O| Aug 24 20:22:42.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90362026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.054 INFO O| Aug 24 20:22:42.054 INFO ok!
90372026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.054 INFO O| Aug 24 20:22:42.054 INFO STEP 53 (ensure_file) COMPLETE
90382026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.054 INFO O| Aug 24 20:22:42.054 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.063 INFO O| Aug 24 20:22:42.063 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90402026-08-24T20:22:43.027Z[ recovery-image] Aug 24 20:22:42.063 INFO O| Aug 24 20:22:42.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90412026-08-24T20:22:43.028Z[ recovery-image] Aug 24 20:22:42.063 INFO O| Aug 24 20:22:42.063 INFO STEP 54 (ensure_dir) COMPLETE
90422026-08-24T20:22:43.028Z[ recovery-image] Aug 24 20:22:42.063 INFO O| Aug 24 20:22:42.063 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-24T20:22:43.034Z[ recovery-image] Aug 24 20:22:42.085 INFO O| Aug 24 20:22:42.085 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90442026-08-24T20:22:43.034Z[ recovery-image] Aug 24 20:22:42.085 INFO O| Aug 24 20:22:42.085 INFO copying /tmp/.tmpsF5wwU/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90452026-08-24T20:22:43.245Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90462026-08-24T20:22:45.032Z[ recovery-image] Aug 24 20:22:44.093 INFO O| Aug 24 20:22:44.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90472026-08-24T20:22:45.032Z[ recovery-image] Aug 24 20:22:44.093 INFO O| Aug 24 20:22:44.093 INFO ok!
90482026-08-24T20:22:45.037Z[ recovery-image] Aug 24 20:22:44.093 INFO O| Aug 24 20:22:44.093 INFO STEP 55 (ensure_file) COMPLETE
90492026-08-24T20:22:45.037Z[ recovery-image] Aug 24 20:22:44.093 INFO O| Aug 24 20:22:44.093 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-08-24T20:22:45.041Z[ recovery-image] Aug 24 20:22:44.103 INFO O| Aug 24 20:22:44.103 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90512026-08-24T20:22:45.041Z[ recovery-image] Aug 24 20:22:44.103 INFO O| Aug 24 20:22:44.103 INFO copying /tmp/.tmpsF5wwU/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90522026-08-24T20:22:46.418Z[verify-libraries] Compiling polar-core v0.27.3
90532026-08-24T20:22:47.036Z[ recovery-image] Aug 24 20:22:46.093 INFO O| Aug 24 20:22:46.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90542026-08-24T20:22:47.036Z[ recovery-image] Aug 24 20:22:46.093 INFO O| Aug 24 20:22:46.093 INFO ok!
90552026-08-24T20:22:47.043Z[ recovery-image] Aug 24 20:22:46.093 INFO O| Aug 24 20:22:46.093 INFO STEP 56 (ensure_file) COMPLETE
90562026-08-24T20:22:47.043Z[ recovery-image] Aug 24 20:22:46.093 INFO O| Aug 24 20:22:46.093 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-08-24T20:22:47.047Z[ recovery-image] Aug 24 20:22:46.104 INFO O| Aug 24 20:22:46.104 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90582026-08-24T20:22:47.047Z[ recovery-image] Aug 24 20:22:46.104 INFO O| Aug 24 20:22:46.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90592026-08-24T20:22:47.047Z[ recovery-image] Aug 24 20:22:46.104 INFO O| Aug 24 20:22:46.104 INFO STEP 57 (ensure_dir) COMPLETE
90602026-08-24T20:22:47.047Z[ recovery-image] Aug 24 20:22:46.104 INFO O| Aug 24 20:22:46.104 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90612026-08-24T20:22:47.053Z[ recovery-image] Aug 24 20:22:46.115 INFO O| Aug 24 20:22:46.115 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90622026-08-24T20:22:47.053Z[ recovery-image] Aug 24 20:22:46.115 INFO O| Aug 24 20:22:46.115 INFO copying /tmp/.tmpsF5wwU/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 ...
90632026-08-24T20:22:47.058Z[ recovery-image] Aug 24 20:22:46.115 INFO O| Aug 24 20:22:46.115 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
90642026-08-24T20:22:47.058Z[ recovery-image] Aug 24 20:22:46.115 INFO O| Aug 24 20:22:46.115 INFO ok!
90652026-08-24T20:22:47.058Z[ recovery-image] Aug 24 20:22:46.115 INFO O| Aug 24 20:22:46.115 INFO STEP 58 (ensure_file) COMPLETE
90662026-08-24T20:22:47.058Z[ recovery-image] Aug 24 20:22:46.115 INFO O| Aug 24 20:22:46.115 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-08-24T20:22:47.070Z[ recovery-image] Aug 24 20:22:46.127 INFO O| Aug 24 20:22:46.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90682026-08-24T20:22:47.070Z[ recovery-image] Aug 24 20:22:46.127 INFO O| Aug 24 20:22:46.127 INFO copying /tmp/.tmpsF5wwU/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 ...
90692026-08-24T20:22:47.070Z[ recovery-image] Aug 24 20:22:46.127 INFO O| Aug 24 20:22:46.127 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
90702026-08-24T20:22:47.081Z[ recovery-image] Aug 24 20:22:46.127 INFO O| Aug 24 20:22:46.127 INFO ok!
90712026-08-24T20:22:47.081Z[ recovery-image] Aug 24 20:22:46.127 INFO O| Aug 24 20:22:46.127 INFO STEP 59 (ensure_file) COMPLETE
90722026-08-24T20:22:47.082Z[ recovery-image] Aug 24 20:22:46.127 INFO O| Aug 24 20:22:46.127 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.138 INFO O| Aug 24 20:22:46.138 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90742026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.139 INFO O| Aug 24 20:22:46.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90752026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.139 INFO O| Aug 24 20:22:46.138 INFO STEP 60 (ensure_dir) COMPLETE
90762026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.139 INFO O| Aug 24 20:22:46.139 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90772026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.149 INFO O| Aug 24 20:22:46.149 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90782026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.149 INFO O| Aug 24 20:22:46.149 INFO copying /tmp/.tmpsF5wwU/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 ...
90792026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.149 INFO O| Aug 24 20:22:46.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90802026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.149 INFO O| Aug 24 20:22:46.149 INFO ok!
90812026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.149 INFO O| Aug 24 20:22:46.149 INFO STEP 61 (ensure_file) COMPLETE
90822026-08-24T20:22:47.101Z[ recovery-image] Aug 24 20:22:46.149 INFO O| Aug 24 20:22:46.149 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-08-24T20:22:47.105Z[ recovery-image] Aug 24 20:22:46.159 INFO O| Aug 24 20:22:46.158 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90842026-08-24T20:22:47.106Z[ recovery-image] Aug 24 20:22:46.159 INFO O| Aug 24 20:22:46.159 INFO copying /tmp/.tmpsF5wwU/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 ...
90852026-08-24T20:22:47.106Z[ recovery-image] Aug 24 20:22:46.159 INFO O| Aug 24 20:22:46.159 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
90862026-08-24T20:22:47.106Z[ recovery-image] Aug 24 20:22:46.159 INFO O| Aug 24 20:22:46.159 INFO ok!
90872026-08-24T20:22:47.106Z[ recovery-image] Aug 24 20:22:46.159 INFO O| Aug 24 20:22:46.159 INFO STEP 62 (ensure_file) COMPLETE
90882026-08-24T20:22:47.106Z[ recovery-image] Aug 24 20:22:46.159 INFO O| Aug 24 20:22:46.159 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90892026-08-24T20:22:47.111Z[ recovery-image] Aug 24 20:22:46.168 INFO O| Aug 24 20:22:46.168 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90902026-08-24T20:22:47.111Z[ recovery-image] Aug 24 20:22:46.168 INFO O| Aug 24 20:22:46.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90912026-08-24T20:22:47.111Z[ recovery-image] Aug 24 20:22:46.168 INFO O| Aug 24 20:22:46.168 INFO STEP 63 (ensure_dir) COMPLETE
90922026-08-24T20:22:47.111Z[ recovery-image] Aug 24 20:22:46.168 INFO O| Aug 24 20:22:46.168 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90932026-08-24T20:22:47.119Z[ recovery-image] Aug 24 20:22:46.176 INFO O| Aug 24 20:22:46.176 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90942026-08-24T20:22:47.119Z[ recovery-image] Aug 24 20:22:46.177 INFO O| Aug 24 20:22:46.176 INFO copying /tmp/.tmpsF5wwU/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 ...
90952026-08-24T20:22:47.128Z[ recovery-image] Aug 24 20:22:46.177 INFO O| Aug 24 20:22:46.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90962026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.177 INFO O| Aug 24 20:22:46.177 INFO ok!
90972026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.177 INFO O| Aug 24 20:22:46.177 INFO STEP 64 (ensure_file) COMPLETE
90982026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.177 INFO O| Aug 24 20:22:46.177 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90992026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.184 INFO O| Aug 24 20:22:46.184 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91002026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.184 INFO O| Aug 24 20:22:46.184 INFO copying /tmp/.tmpsF5wwU/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91012026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.184 INFO O| Aug 24 20:22:46.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91022026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.184 INFO O| Aug 24 20:22:46.184 INFO ok!
91032026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.184 INFO O| Aug 24 20:22:46.184 INFO STEP 65 (ensure_file) COMPLETE
91042026-08-24T20:22:47.129Z[ recovery-image] Aug 24 20:22:46.184 INFO O| Aug 24 20:22:46.184 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91052026-08-24T20:22:47.136Z[ recovery-image] Aug 24 20:22:46.193 INFO O| Aug 24 20:22:46.193 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91062026-08-24T20:22:47.136Z[ recovery-image] Aug 24 20:22:46.193 INFO O| Aug 24 20:22:46.193 INFO STEP 66 (ensure_dir) COMPLETE
91072026-08-24T20:22:47.136Z[ recovery-image] Aug 24 20:22:46.193 INFO O| Aug 24 20:22:46.193 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-08-24T20:22:47.146Z[ recovery-image] Aug 24 20:22:46.201 INFO O| Aug 24 20:22:46.201 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91092026-08-24T20:22:47.146Z[ recovery-image] Aug 24 20:22:46.201 INFO O| Aug 24 20:22:46.201 INFO STEP 67 (ensure_dir) COMPLETE
91102026-08-24T20:22:47.146Z[ recovery-image] Aug 24 20:22:46.201 INFO O| Aug 24 20:22:46.201 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-08-24T20:22:47.165Z[ recovery-image] Aug 24 20:22:46.211 INFO O| Aug 24 20:22:46.211 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91122026-08-24T20:22:47.166Z[ recovery-image] Aug 24 20:22:46.211 INFO O| Aug 24 20:22:46.211 INFO STEP 68 (ensure_dir) COMPLETE
91132026-08-24T20:22:47.166Z[ recovery-image] Aug 24 20:22:46.211 INFO O| Aug 24 20:22:46.211 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-08-24T20:22:47.177Z[ recovery-image] Aug 24 20:22:46.222 INFO O| Aug 24 20:22:46.222 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91152026-08-24T20:22:47.177Z[ recovery-image] Aug 24 20:22:46.222 INFO O| Aug 24 20:22:46.222 INFO STEP 69 (ensure_dir) COMPLETE
91162026-08-24T20:22:47.177Z[ recovery-image] Aug 24 20:22:46.222 INFO O| Aug 24 20:22:46.222 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-08-24T20:22:47.192Z[ recovery-image] Aug 24 20:22:46.239 INFO O| Aug 24 20:22:46.239 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91182026-08-24T20:22:47.192Z[ recovery-image] Aug 24 20:22:46.239 INFO O| Aug 24 20:22:46.239 INFO copying /tmp/.tmpsF5wwU/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91192026-08-24T20:22:47.192Z[ recovery-image] Aug 24 20:22:46.239 INFO O| Aug 24 20:22:46.239 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91202026-08-24T20:22:47.192Z[ recovery-image] Aug 24 20:22:46.239 INFO O| Aug 24 20:22:46.239 INFO ok!
91212026-08-24T20:22:47.192Z[ recovery-image] Aug 24 20:22:46.239 INFO O| Aug 24 20:22:46.239 INFO STEP 70 (ensure_file) COMPLETE
91222026-08-24T20:22:47.192Z[ recovery-image] Aug 24 20:22:46.239 INFO O| Aug 24 20:22:46.239 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-24T20:22:47.193Z[ recovery-image] Aug 24 20:22:46.248 INFO O| Aug 24 20:22:46.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91242026-08-24T20:22:47.193Z[ recovery-image] Aug 24 20:22:46.248 INFO O| Aug 24 20:22:46.248 INFO STEP 71 (remove_files) COMPLETE
91252026-08-24T20:22:47.193Z[ recovery-image] Aug 24 20:22:46.248 INFO O| Aug 24 20:22:46.248 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-24T20:22:47.206Z[ recovery-image] Aug 24 20:22:46.256 INFO O| Aug 24 20:22:46.256 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91272026-08-24T20:22:47.206Z[ recovery-image] Aug 24 20:22:46.257 INFO O| Aug 24 20:22:46.257 INFO STEP 72 (remove_files) COMPLETE
91282026-08-24T20:22:47.206Z[ recovery-image] Aug 24 20:22:46.257 INFO O| Aug 24 20:22:46.257 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-24T20:22:47.227Z[ recovery-image] Aug 24 20:22:46.266 INFO O| Aug 24 20:22:46.266 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91302026-08-24T20:22:47.228Z[ recovery-image] Aug 24 20:22:46.267 INFO O| Aug 24 20:22:46.267 INFO STEP 73 (remove_files) COMPLETE
91312026-08-24T20:22:47.228Z[ recovery-image] Aug 24 20:22:46.267 INFO O| Aug 24 20:22:46.267 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-24T20:22:47.234Z[ recovery-image] Aug 24 20:22:46.276 INFO O| Aug 24 20:22:46.276 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91332026-08-24T20:22:47.234Z[ recovery-image] Aug 24 20:22:46.276 INFO O| Aug 24 20:22:46.276 INFO STEP 74 (remove_files) COMPLETE
91342026-08-24T20:22:47.234Z[ recovery-image] Aug 24 20:22:46.276 INFO O| Aug 24 20:22:46.276 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-24T20:22:47.235Z[ recovery-image] Aug 24 20:22:46.287 INFO O| Aug 24 20:22:46.287 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91362026-08-24T20:22:47.235Z[ recovery-image] Aug 24 20:22:46.287 INFO O| Aug 24 20:22:46.287 INFO STEP 75 (remove_files) COMPLETE
91372026-08-24T20:22:47.235Z[ recovery-image] Aug 24 20:22:46.287 INFO O| Aug 24 20:22:46.287 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-24T20:22:47.246Z[ recovery-image] Aug 24 20:22:46.298 INFO O| Aug 24 20:22:46.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91392026-08-24T20:22:47.246Z[ recovery-image] Aug 24 20:22:46.298 INFO O| Aug 24 20:22:46.298 INFO STEP 76 (remove_files) COMPLETE
91402026-08-24T20:22:47.246Z[ recovery-image] Aug 24 20:22:46.298 INFO O| Aug 24 20:22:46.298 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-24T20:22:47.253Z[ recovery-image] Aug 24 20:22:46.309 INFO O| Aug 24 20:22:46.309 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91422026-08-24T20:22:47.253Z[ recovery-image] Aug 24 20:22:46.309 INFO O| Aug 24 20:22:46.309 INFO STEP 77 (remove_files) COMPLETE
91432026-08-24T20:22:47.253Z[ recovery-image] Aug 24 20:22:46.309 INFO O| Aug 24 20:22:46.309 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-24T20:22:47.266Z[ recovery-image] Aug 24 20:22:46.320 INFO O| Aug 24 20:22:46.320 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91452026-08-24T20:22:47.266Z[ recovery-image] Aug 24 20:22:46.320 INFO O| Aug 24 20:22:46.320 INFO STEP 78 (remove_files) COMPLETE
91462026-08-24T20:22:47.266Z[ recovery-image] Aug 24 20:22:46.320 INFO O| Aug 24 20:22:46.320 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-24T20:22:47.272Z[ recovery-image] Aug 24 20:22:46.330 INFO O| Aug 24 20:22:46.330 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91482026-08-24T20:22:47.272Z[ recovery-image] Aug 24 20:22:46.330 INFO O| Aug 24 20:22:46.330 INFO STEP 79 (remove_files) COMPLETE
91492026-08-24T20:22:47.272Z[ recovery-image] Aug 24 20:22:46.330 INFO O| Aug 24 20:22:46.330 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-24T20:22:47.292Z[ recovery-image] Aug 24 20:22:46.342 INFO O| Aug 24 20:22:46.340 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91512026-08-24T20:22:47.292Z[ recovery-image] Aug 24 20:22:46.342 INFO O| Aug 24 20:22:46.340 INFO STEP 80 (remove_files) COMPLETE
91522026-08-24T20:22:47.292Z[ recovery-image] Aug 24 20:22:46.342 INFO O| Aug 24 20:22:46.340 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-24T20:22:47.292Z[ recovery-image] Aug 24 20:22:46.350 INFO O| Aug 24 20:22:46.350 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91542026-08-24T20:22:47.306Z[ recovery-image] Aug 24 20:22:46.350 INFO O| Aug 24 20:22:46.350 INFO STEP 81 (remove_files) COMPLETE
91552026-08-24T20:22:47.306Z[ recovery-image] Aug 24 20:22:46.350 INFO O| Aug 24 20:22:46.350 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-24T20:22:47.323Z[ recovery-image] Aug 24 20:22:46.367 INFO O| Aug 24 20:22:46.359 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91572026-08-24T20:22:47.323Z[ recovery-image] Aug 24 20:22:46.367 INFO O| Aug 24 20:22:46.359 INFO STEP 82 (remove_files) COMPLETE
91582026-08-24T20:22:47.323Z[ recovery-image] Aug 24 20:22:46.367 INFO O| Aug 24 20:22:46.359 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-24T20:22:47.324Z[ recovery-image] Aug 24 20:22:46.373 INFO O| Aug 24 20:22:46.369 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91602026-08-24T20:22:47.324Z[ recovery-image] Aug 24 20:22:46.373 INFO O| Aug 24 20:22:46.369 INFO STEP 83 (remove_files) COMPLETE
91612026-08-24T20:22:47.324Z[ recovery-image] Aug 24 20:22:46.373 INFO O| Aug 24 20:22:46.369 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-24T20:22:47.334Z[ recovery-image] Aug 24 20:22:46.378 INFO O| Aug 24 20:22:46.378 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91632026-08-24T20:22:47.334Z[ recovery-image] Aug 24 20:22:46.378 INFO O| Aug 24 20:22:46.378 INFO STEP 84 (remove_files) COMPLETE
91642026-08-24T20:22:47.334Z[ recovery-image] Aug 24 20:22:46.378 INFO O| Aug 24 20:22:46.378 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-24T20:22:47.369Z[ recovery-image] Aug 24 20:22:46.387 INFO O| Aug 24 20:22:46.387 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91662026-08-24T20:22:47.369Z[ recovery-image] Aug 24 20:22:46.387 INFO O| Aug 24 20:22:46.387 INFO STEP 85 (remove_files) COMPLETE
91672026-08-24T20:22:47.369Z[ recovery-image] Aug 24 20:22:46.387 INFO O| Aug 24 20:22:46.387 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-24T20:22:47.369Z[ recovery-image] Aug 24 20:22:46.397 INFO O| Aug 24 20:22:46.397 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91692026-08-24T20:22:47.369Z[ recovery-image] Aug 24 20:22:46.397 INFO O| Aug 24 20:22:46.397 INFO STEP 86 (remove_files) COMPLETE
91702026-08-24T20:22:47.369Z[ recovery-image] Aug 24 20:22:46.397 INFO O| Aug 24 20:22:46.397 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-24T20:22:47.369Z[ recovery-image] Aug 24 20:22:46.406 INFO O| Aug 24 20:22:46.406 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91722026-08-24T20:22:47.369Z[ recovery-image] Aug 24 20:22:46.406 INFO O| Aug 24 20:22:46.406 INFO STEP 87 (remove_files) COMPLETE
91732026-08-24T20:22:47.370Z[ recovery-image] Aug 24 20:22:46.406 INFO O| Aug 24 20:22:46.406 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-24T20:22:47.370Z[ recovery-image] Aug 24 20:22:46.414 INFO O| Aug 24 20:22:46.414 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91752026-08-24T20:22:47.370Z[ recovery-image] Aug 24 20:22:46.415 INFO O| Aug 24 20:22:46.414 INFO STEP 88 (remove_files) COMPLETE
91762026-08-24T20:22:47.370Z[ recovery-image] Aug 24 20:22:46.415 INFO O| Aug 24 20:22:46.415 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-24T20:22:47.370Z[ recovery-image] Aug 24 20:22:46.423 INFO O| Aug 24 20:22:46.423 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91782026-08-24T20:22:47.370Z[ recovery-image] Aug 24 20:22:46.423 INFO O| Aug 24 20:22:46.423 INFO STEP 89 (remove_files) COMPLETE
91792026-08-24T20:22:47.370Z[ recovery-image] Aug 24 20:22:46.423 INFO O| Aug 24 20:22:46.423 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-24T20:22:47.377Z[ recovery-image] Aug 24 20:22:46.433 INFO O| Aug 24 20:22:46.433 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91812026-08-24T20:22:47.377Z[ recovery-image] Aug 24 20:22:46.433 INFO O| Aug 24 20:22:46.433 INFO STEP 90 (remove_files) COMPLETE
91822026-08-24T20:22:47.377Z[ recovery-image] Aug 24 20:22:46.433 INFO O| Aug 24 20:22:46.433 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-24T20:22:47.383Z[ recovery-image] Aug 24 20:22:46.443 INFO O| Aug 24 20:22:46.443 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91842026-08-24T20:22:47.383Z[ recovery-image] Aug 24 20:22:46.444 INFO O| Aug 24 20:22:46.444 INFO STEP 91 (remove_files) COMPLETE
91852026-08-24T20:22:47.383Z[ recovery-image] Aug 24 20:22:46.444 INFO O| Aug 24 20:22:46.444 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-24T20:22:47.393Z[ recovery-image] Aug 24 20:22:46.454 INFO O| Aug 24 20:22:46.454 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91872026-08-24T20:22:47.393Z[ recovery-image] Aug 24 20:22:46.454 INFO O| Aug 24 20:22:46.454 INFO STEP 92 (remove_files) COMPLETE
91882026-08-24T20:22:47.399Z[ recovery-image] Aug 24 20:22:46.454 INFO O| Aug 24 20:22:46.454 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-24T20:22:47.403Z[ recovery-image] Aug 24 20:22:46.464 INFO O| Aug 24 20:22:46.464 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91902026-08-24T20:22:47.403Z[ recovery-image] Aug 24 20:22:46.464 INFO O| Aug 24 20:22:46.464 INFO STEP 93 (remove_files) COMPLETE
91912026-08-24T20:22:47.403Z[ recovery-image] Aug 24 20:22:46.464 INFO O| Aug 24 20:22:46.464 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-24T20:22:47.414Z[ recovery-image] Aug 24 20:22:46.475 INFO O| Aug 24 20:22:46.475 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91932026-08-24T20:22:47.414Z[ recovery-image] Aug 24 20:22:46.475 INFO O| Aug 24 20:22:46.475 INFO STEP 94 (remove_files) COMPLETE
91942026-08-24T20:22:47.415Z[ recovery-image] Aug 24 20:22:46.475 INFO O| Aug 24 20:22:46.475 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-24T20:22:47.424Z[ recovery-image] Aug 24 20:22:46.484 INFO O| Aug 24 20:22:46.484 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91962026-08-24T20:22:47.424Z[ recovery-image] Aug 24 20:22:46.484 INFO O| Aug 24 20:22:46.484 INFO STEP 95 (remove_files) COMPLETE
91972026-08-24T20:22:47.430Z[ recovery-image] Aug 24 20:22:46.484 INFO O| Aug 24 20:22:46.484 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-08-24T20:22:47.436Z[ recovery-image] Aug 24 20:22:46.494 INFO O| Aug 24 20:22:46.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91992026-08-24T20:22:47.436Z[ recovery-image] Aug 24 20:22:46.494 INFO O| Aug 24 20:22:46.494 INFO STEP 96 (remove_files) COMPLETE
92002026-08-24T20:22:47.436Z[ recovery-image] Aug 24 20:22:46.494 INFO O| Aug 24 20:22:46.494 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-08-24T20:22:47.444Z[ recovery-image] Aug 24 20:22:46.505 INFO O| Aug 24 20:22:46.505 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92022026-08-24T20:22:47.444Z[ recovery-image] Aug 24 20:22:46.505 INFO O| Aug 24 20:22:46.505 INFO STEP 97 (remove_files) COMPLETE
92032026-08-24T20:22:47.444Z[ recovery-image] Aug 24 20:22:46.505 INFO O| Aug 24 20:22:46.505 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-08-24T20:22:47.457Z[ recovery-image] Aug 24 20:22:46.514 INFO O| Aug 24 20:22:46.514 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92052026-08-24T20:22:47.457Z[ recovery-image] Aug 24 20:22:46.514 INFO O| Aug 24 20:22:46.514 INFO STEP 98 (remove_files) COMPLETE
92062026-08-24T20:22:47.457Z[ recovery-image] Aug 24 20:22:46.514 INFO O| Aug 24 20:22:46.514 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-08-24T20:22:47.463Z[ recovery-image] Aug 24 20:22:46.523 INFO O| Aug 24 20:22:46.523 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92082026-08-24T20:22:47.463Z[ recovery-image] Aug 24 20:22:46.523 INFO O| Aug 24 20:22:46.523 INFO STEP 99 (remove_files) COMPLETE
92092026-08-24T20:22:47.463Z[ recovery-image] Aug 24 20:22:46.523 INFO O| Aug 24 20:22:46.523 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92102026-08-24T20:22:47.484Z[ recovery-image] Aug 24 20:22:46.538 INFO O| Aug 24 20:22:46.538 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92112026-08-24T20:22:47.484Z[ recovery-image] Aug 24 20:22:46.539 INFO O| Aug 24 20:22:46.538 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92122026-08-24T20:22:52.171Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92132026-08-24T20:22:52.288Z[ recovery-image] Aug 24 20:22:51.348 INFO O| Aug 24 20:22:51.347 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
92142026-08-24T20:22:52.288Z[ recovery-image] Aug 24 20:22:51.348 INFO O| Aug 24 20:22:51.348 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92152026-08-24T20:22:52.305Z[ recovery-image] Aug 24 20:22:51.364 INFO O| Aug 24 20:22:51.364 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92162026-08-24T20:22:52.402Z[ recovery-image] Aug 24 20:22:51.463 INFO O| Aug 24 20:22:51.462 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92172026-08-24T20:22:52.503Z[ recovery-image] Aug 24 20:22:51.561 INFO O| Aug 24 20:22:51.561 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92182026-08-24T20:22:52.570Z[ recovery-image] Aug 24 20:22:51.631 INFO O| Aug 24 20:22:51.631 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92192026-08-24T20:22:52.570Z[ recovery-image] Aug 24 20:22:51.631 INFO O| Aug 24 20:22:51.631 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 ...
92202026-08-24T20:22:52.576Z[ recovery-image] Aug 24 20:22:51.632 INFO O| Aug 24 20:22:51.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92212026-08-24T20:22:52.576Z[ recovery-image] Aug 24 20:22:51.632 INFO O| Aug 24 20:22:51.632 INFO ok!
92222026-08-24T20:22:52.576Z[ recovery-image] Aug 24 20:22:51.632 INFO O| Aug 24 20:22:51.632 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92232026-08-24T20:22:52.576Z[ recovery-image] Aug 24 20:22:51.632 INFO O| Aug 24 20:22:51.632 INFO STEP 100 (seed_smf) COMPLETE
92242026-08-24T20:22:52.576Z[ recovery-image] Aug 24 20:22:51.632 INFO O| Aug 24 20:22:51.632 INFO steps complete; finalising image!
92252026-08-24T20:22:52.576Z[ recovery-image] Aug 24 20:22:51.632 INFO O| Aug 24 20:22:51.632 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92262026-08-24T20:22:52.638Z[ recovery-image] Aug 24 20:22:51.699 INFO O| Aug 24 20:22:51.699 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Aug 24 20:22:51 2026)
92272026-08-24T20:22:52.846Z[ recovery-image] Aug 24 20:22:51.907 INFO O| Aug 24 20:22:51.907 INFO trim TEMPORARY-sled-zfs-recovery: (55% trimmed, started at Mon Aug 24 20:22:51 2026)
92282026-08-24T20:22:53.052Z[ recovery-image] Aug 24 20:22:52.114 INFO O| Aug 24 20:22:52.114 INFO trim TEMPORARY-sled-zfs-recovery: (65% trimmed, started at Mon Aug 24 20:22:51 2026)
92292026-08-24T20:22:53.259Z[ recovery-image] Aug 24 20:22:52.320 INFO O| Aug 24 20:22:52.320 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Mon Aug 24 20:22:51 2026)
92302026-08-24T20:22:53.484Z[ recovery-image] Aug 24 20:22:52.527 INFO O| Aug 24 20:22:52.527 INFO trim TEMPORARY-sled-zfs-recovery: (80% trimmed, started at Mon Aug 24 20:22:51 2026)
92312026-08-24T20:22:53.672Z[ recovery-image] Aug 24 20:22:52.734 INFO O| Aug 24 20:22:52.734 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92322026-08-24T20:22:53.879Z[ recovery-image] Aug 24 20:22:52.940 INFO O| Aug 24 20:22:52.940 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92332026-08-24T20:22:54.085Z[ recovery-image] Aug 24 20:22:53.146 INFO O| Aug 24 20:22:53.146 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92342026-08-24T20:22:54.292Z[ recovery-image] Aug 24 20:22:53.353 INFO O| Aug 24 20:22:53.353 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92352026-08-24T20:22:54.500Z[ recovery-image] Aug 24 20:22:53.559 INFO O| Aug 24 20:22:53.558 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92362026-08-24T20:22:54.703Z[ recovery-image] Aug 24 20:22:53.764 INFO O| Aug 24 20:22:53.764 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92372026-08-24T20:22:54.922Z[ recovery-image] Aug 24 20:22:53.983 INFO O| Aug 24 20:22:53.983 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92382026-08-24T20:22:55.165Z[ recovery-image] Aug 24 20:22:54.190 INFO O| Aug 24 20:22:54.189 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92392026-08-24T20:22:55.336Z[ recovery-image] Aug 24 20:22:54.395 INFO O| Aug 24 20:22:54.395 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92402026-08-24T20:22:55.671Z[ recovery-image] Aug 24 20:22:54.601 INFO O| Aug 24 20:22:54.601 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92412026-08-24T20:22:55.768Z[ recovery-image] Aug 24 20:22:54.807 INFO O| Aug 24 20:22:54.807 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92422026-08-24T20:22:55.981Z[ recovery-image] Aug 24 20:22:55.014 INFO O| Aug 24 20:22:55.014 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92432026-08-24T20:22:56.209Z[ recovery-image] Aug 24 20:22:55.219 INFO O| Aug 24 20:22:55.219 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92442026-08-24T20:22:56.481Z[ recovery-image] Aug 24 20:22:55.425 INFO O| Aug 24 20:22:55.425 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92452026-08-24T20:22:56.596Z[ recovery-image] Aug 24 20:22:55.631 INFO O| Aug 24 20:22:55.631 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92462026-08-24T20:22:56.797Z[ recovery-image] Aug 24 20:22:55.838 INFO O| Aug 24 20:22:55.838 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92472026-08-24T20:22:56.996Z[ recovery-image] Aug 24 20:22:56.043 INFO O| Aug 24 20:22:56.043 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92482026-08-24T20:22:57.230Z[ recovery-image] Aug 24 20:22:56.250 INFO O| Aug 24 20:22:56.250 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92492026-08-24T20:22:57.455Z[ recovery-image] Aug 24 20:22:56.456 INFO O| Aug 24 20:22:56.456 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92502026-08-24T20:22:57.623Z[ recovery-image] Aug 24 20:22:56.663 INFO O| Aug 24 20:22:56.663 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 24 20:22:51 2026)
92512026-08-24T20:22:57.829Z[ recovery-image] Aug 24 20:22:56.890 INFO O| Aug 24 20:22:56.890 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
92522026-08-24T20:22:57.841Z[ recovery-image] Aug 24 20:22:56.890 INFO O| Aug 24 20:22:56.890 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92532026-08-24T20:22:57.933Z[verify-libraries] Compiling oso v0.27.3
92542026-08-24T20:22:58.021Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92552026-08-24T20:22:58.883Z[ recovery-image] Aug 24 20:22:57.892 INFO O| Aug 24 20:22:57.892 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
92562026-08-24T20:22:58.883Z[ recovery-image] Aug 24 20:22:57.892 INFO O| Aug 24 20:22:57.892 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92572026-08-24T20:23:01.109Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92582026-08-24T20:23:01.376Z[ recovery-image] Aug 24 20:23:00.437 INFO O| Aug 24 20:23:00.437 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92592026-08-24T20:23:01.376Z[ recovery-image] Aug 24 20:23:00.437 INFO O| Aug 24 20:23:00.437 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92602026-08-24T20:23:01.376Z[ recovery-image] Aug 24 20:23:00.437 INFO O| Aug 24 20:23:00.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92612026-08-24T20:23:01.411Z[ recovery-image] Aug 24 20:23:00.437 INFO O| Aug 24 20:23:00.437 INFO completed processing sled/zfs-recovery
92622026-08-24T20:23:01.411Z[ recovery-image] Aug 24 20:23:00.437 INFO O| Aug 24 20:23:00.437 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92632026-08-24T20:23:01.906Z[ host-image] Aug 24 20:23:00.967 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24213:20260824T152232Z
92642026-08-24T20:23:01.906Z[ host-image] Aug 24 20:23:00.967 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24213:20260824T152232Z
92652026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.967 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92662026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.967 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92672026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.967 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92682026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.967 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92692026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.967 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92702026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.967 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92712026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.968 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260824T200534Z
92722026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.968 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92732026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.968 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92742026-08-24T20:23:01.921Z[ host-image] Aug 24 20:23:00.968 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24213:20260824T152232Z
92752026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.969 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24213:20260824T152233Z
92762026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.969 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24213:20260824T152233Z
92772026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.969 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24213:20260824T152233Z
92782026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.969 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92792026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.969 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24213:20260824T152233Z
92802026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.969 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24213:20260824T152233Z
92812026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.969 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24213:20260824T152233Z
92822026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.969 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24213:20260824T152233Z
92832026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24213:20260824T152234Z
92842026-08-24T20:23:01.931Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24213:20260824T152234Z
92852026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24213:20260824T152234Z
92862026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24213:20260824T152234Z
92872026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24213:20260824T152234Z
92882026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24213:20260824T152234Z
92892026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24213:20260824T152234Z
92902026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24213:20260824T152235Z
92912026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24213:20260824T152235Z
92922026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24213:20260824T152236Z
92932026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24213:20260824T152236Z
92942026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92952026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24213:20260824T152236Z
92962026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24213:20260824T152237Z
92972026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24213:20260824T152237Z
92982026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24213:20260824T152238Z
92992026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.970 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24213:20260824T152238Z
93002026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.971 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24213:20260824T152239Z
93012026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.971 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24213:20260824T152239Z
93022026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93032026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24213:20260824T152239Z
93042026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93052026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93062026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93072026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93082026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24213:20260824T152239Z
93092026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93102026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93112026-08-24T20:23:01.932Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93122026-08-24T20:23:01.933Z[ host-image] Aug 24 20:23:00.974 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93132026-08-24T20:23:01.933Z[ host-image] Aug 24 20:23:00.978 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93142026-08-24T20:23:01.933Z[ host-image] Aug 24 20:23:00.978 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93152026-08-24T20:23:01.933Z[ host-image] Aug 24 20:23:00.978 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93162026-08-24T20:23:01.933Z[ host-image] Aug 24 20:23:00.978 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93172026-08-24T20:23:01.933Z[ host-image] Aug 24 20:23:00.978 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93182026-08-24T20:23:01.933Z[ host-image] Aug 24 20:23:00.978 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93192026-08-24T20:23:01.962Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93202026-08-24T20:23:01.962Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93212026-08-24T20:23:01.962Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93222026-08-24T20:23:01.962Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24213:20260824T152240Z
93232026-08-24T20:23:01.962Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24213:20260824T152242Z
93242026-08-24T20:23:01.962Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93252026-08-24T20:23:01.962Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24213:20260824T152243Z
93262026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93272026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93282026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93292026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93302026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24213:20260824T152243Z
93312026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.990 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93322026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.992 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93332026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.992 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93342026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.992 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93352026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.992 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24213:20260824T152243Z
93362026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.992 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93372026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.996 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93382026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.996 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24213:20260824T152243Z
93392026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.996 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24213:20260824T152243Z
93402026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.996 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24213:20260824T152243Z
93412026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.996 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93422026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.997 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24213:20260824T152244Z
93432026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.997 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24213:20260824T152244Z
93442026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.997 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24213:20260824T152244Z
93452026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.997 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24213:20260824T152244Z
93462026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.998 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93472026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.998 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24213:20260824T152244Z
93482026-08-24T20:23:01.973Z[ host-image] Aug 24 20:23:00.998 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24213:20260824T152245Z
93492026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:00.998 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93502026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:00.998 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24213:20260824T152245Z
93512026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:00.998 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24213:20260824T152245Z
93522026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:00.998 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24213:20260824T152245Z
93532026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:00.998 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24213:20260824T152245Z
93542026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.001 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24213:20260824T152245Z
93552026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.001 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93562026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.001 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24213:20260824T152245Z
93572026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.001 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24213:20260824T152245Z
93582026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.001 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24213:20260824T152245Z
93592026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.001 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24213:20260824T152245Z
93602026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.001 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24213:20260824T152245Z
93612026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.002 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24213:20260824T152245Z
93622026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.002 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24213:20260824T152246Z
93632026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.002 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24213:20260824T152246Z
93642026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.004 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24213:20260824T152246Z
93652026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.004 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24213:20260824T152246Z
93662026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.005 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24213:20260824T152246Z
93672026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.005 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24213:20260824T152246Z
93682026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.005 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24213:20260824T152246Z
93692026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.011 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24213:20260824T152248Z
93702026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.011 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24213:20260824T152246Z
93712026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.011 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24213:20260824T152246Z
93722026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.011 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93732026-08-24T20:23:01.974Z[ host-image] Aug 24 20:23:01.011 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93742026-08-24T20:23:01.995Z[ host-image] Aug 24 20:23:01.019 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24213:20260824T152246Z
93752026-08-24T20:23:01.995Z[ host-image] Aug 24 20:23:01.019 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93762026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.019 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24213:20260824T152247Z
93772026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.019 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24213:20260824T152247Z
93782026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.019 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24213:20260824T152247Z
93792026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.020 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93802026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.020 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93812026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.020 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24213:20260824T152247Z
93822026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.020 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24213:20260824T152247Z
93832026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.020 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24213:20260824T152247Z
93842026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.020 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24213:20260824T152247Z
93852026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.020 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24213:20260824T152248Z
93862026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.020 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24213:20260824T152248Z
93872026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.021 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93882026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.021 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24213:20260824T152248Z
93892026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.021 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24213:20260824T152248Z
93902026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.021 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24213:20260824T152248Z
93912026-08-24T20:23:02.003Z[ host-image] Aug 24 20:23:01.021 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24213:20260824T152249Z
93922026-08-24T20:23:02.008Z[ host-image] Aug 24 20:23:01.021 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24213:20260824T152248Z
93932026-08-24T20:23:02.008Z[ host-image] Aug 24 20:23:01.021 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24213:20260824T152248Z
93942026-08-24T20:23:02.008Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93952026-08-24T20:23:02.008Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93962026-08-24T20:23:02.008Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24213:20260824T152250Z
93972026-08-24T20:23:02.008Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24213:20260824T152250Z
93982026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93992026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94002026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94012026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94022026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94032026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.022 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94042026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.023 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94052026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.023 INFO O| tempdir @ "/tmp/.tmpsrtClI/tmp"
94062026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.023 INFO O| image root @ "/tmp/.tmpsrtClI/tmp/root"
94072026-08-24T20:23:02.009Z[ host-image] Aug 24 20:23:01.023 INFO O| creating image...
94082026-08-24T20:23:07.172Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94092026-08-24T20:23:07.233Z[ host-image] Aug 24 20:23:01.832 INFO O| copying publishers...
94102026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:01.941 INFO O| Aug 24 20:23:01.941 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94112026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.190 INFO BUILD STRING "heads/stlouis-0-g9ef5f08df1\n"
94122026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.190 INFO expanded image name: "recovery 9311c66/${os_short_commit} 2026-08-24 20:05" -> "recovery 9311c66/9ef5f08 2026-08-24 20:05"
94132026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.190 INFO output artefacts stored in: "/work/os-recovery"
94142026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.190 INFO collecting git info from project "amd-host-image-builder"...
94152026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.233 INFO collecting git info from project "pilot"...
94162026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.244 INFO collecting git info from project "bootserver"...
94172026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.251 INFO collecting git info from project "dmar-report"...
94182026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.262 INFO collecting git info from project "phbl"...
94192026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.269 INFO collecting git info from project "chelsio-t6-roms"...
94202026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.290 INFO collecting git info from project "pinprick"...
94212026-08-24T20:23:07.233Z[ recovery-image] Aug 24 20:23:02.314 INFO collecting git info from project "image-builder"...
94222026-08-24T20:23:07.234Z[ recovery-image] Aug 24 20:23:02.331 INFO collecting git info from project "amd-firmware"...
94232026-08-24T20:23:07.234Z[ recovery-image] Aug 24 20:23:02.558 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94242026-08-24T20:23:07.234Z[ recovery-image] Aug 24 20:23:02.998 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94252026-08-24T20:23:07.234Z[ recovery-image] Aug 24 20:23:03.391 INFO creating Oxide boot image...
94262026-08-24T20:23:07.234Z[ recovery-image] Aug 24 20:23:03.391 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 9311c66/9ef5f08 2026-08-24 20:05", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94272026-08-24T20:23:07.234Z[ host-image] Aug 24 20:23:05.179 INFO O| adding properties...
94282026-08-24T20:23:07.332Z[ host-image] Aug 24 20:23:06.394 INFO O| installing packages...
94292026-08-24T20:23:09.624Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94302026-08-24T20:23:14.641Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94312026-08-24T20:23:15.379Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94322026-08-24T20:23:16.236Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94332026-08-24T20:23:17.720Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94342026-08-24T20:23:18.525Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94352026-08-24T20:23:19.553Z[ host-image] Aug 24 20:23:18.611 INFO O| seeding SMF database...
94362026-08-24T20:23:21.407Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94372026-08-24T20:23:22.257Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94382026-08-24T20:23:24.468Z[ host-image] Aug 24 20:23:23.525 INFO O| configuring SMF profile...
94392026-08-24T20:23:24.473Z[ host-image] Aug 24 20:23:23.525 INFO O| modifying shadow(5)...
94402026-08-24T20:23:24.473Z[ host-image] Aug 24 20:23:23.525 INFO O| loading user and group database...
94412026-08-24T20:23:24.479Z[ host-image] Aug 24 20:23:23.525 INFO O| loading facet selections...
94422026-08-24T20:23:24.740Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94432026-08-24T20:23:25.020Z[ host-image] Aug 24 20:23:24.080 INFO O| devel -> true
94442026-08-24T20:23:25.020Z[ host-image] Aug 24 20:23:24.080 INFO O| doc.man -> true
94452026-08-24T20:23:25.024Z[ host-image] Aug 24 20:23:24.080 INFO O| version-lock.shell/ksh93 -> true
94462026-08-24T20:23:25.024Z[ host-image] Aug 24 20:23:24.080 INFO O| version-lock.system/data/hardware-registry -> true
94472026-08-24T20:23:25.024Z[ host-image] Aug 24 20:23:24.080 INFO O| version-lock.system/data/zoneinfo -> true
94482026-08-24T20:23:25.024Z[ host-image] Aug 24 20:23:24.080 INFO O| version-lock.system/microcode/amd -> true
94492026-08-24T20:23:25.024Z[ host-image] Aug 24 20:23:24.080 INFO O| version-lock.system/microcode/intel -> true
94502026-08-24T20:23:25.024Z[ host-image] Aug 24 20:23:24.080 INFO O| version-lock.system/microcode/oxide -> true
94512026-08-24T20:23:25.024Z[ host-image] Aug 24 20:23:24.080 INFO O| assessing packaged files...
94522026-08-24T20:23:26.946Z[ host-image] Aug 24 20:23:26.006 INFO O| creating archive...
94532026-08-24T20:23:26.974Z[ host-image] Aug 24 20:23:26.029 INFO O| missing from packaging:
94542026-08-24T20:23:26.974Z[ host-image] Aug 24 20:23:26.029 INFO O| "etc/.pwd.lock"
94552026-08-24T20:23:26.974Z[ host-image] Aug 24 20:23:26.029 INFO O| "etc/bash"
94562026-08-24T20:23:26.974Z[ host-image] Aug 24 20:23:26.033 INFO O| "etc/svc/profile/generic.xml"
94572026-08-24T20:23:26.975Z[ host-image] Aug 24 20:23:26.033 INFO O| "etc/svc/profile/inetd_services.xml"
94582026-08-24T20:23:26.975Z[ host-image] Aug 24 20:23:26.033 INFO O| "etc/svc/profile/name_service.xml"
94592026-08-24T20:23:26.975Z[ host-image] Aug 24 20:23:26.033 INFO O| "etc/svc/profile/platform.xml"
94602026-08-24T20:23:26.975Z[ host-image] Aug 24 20:23:26.033 INFO O| "etc/svc/profile/platform_omicron1.xml"
94612026-08-24T20:23:26.975Z[ host-image] Aug 24 20:23:26.033 INFO O| "etc/svc/repository.db"
94622026-08-24T20:23:26.981Z[ host-image] Aug 24 20:23:26.039 INFO O| "opt/ooce/share"
94632026-08-24T20:23:26.982Z[ host-image] Aug 24 20:23:26.040 INFO O| "opt/ooce/share/man"
94642026-08-24T20:23:26.982Z[ host-image] Aug 24 20:23:26.040 INFO O| "opt/ooce/share/man/man1"
94652026-08-24T20:23:26.988Z[ host-image] Aug 24 20:23:26.049 INFO O| finishing archive...
94662026-08-24T20:23:29.665Z[ host-image] Aug 24 20:23:28.725 INFO O| creating gzonly manifest...
94672026-08-24T20:23:29.672Z[ host-image] Aug 24 20:23:28.734 INFO O| ok
94682026-08-24T20:23:29.855Z[ host-image] Aug 24 20:23:28.915 INFO image builder template: ramdisk-02-trim...
94692026-08-24T20:23:29.855Z[ host-image] Aug 24 20:23:28.915 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/.tmpsF5wwU/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
94702026-08-24T20:23:29.875Z[ host-image] Aug 24 20:23:28.935 INFO O| Aug 24 20:23:28.935 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94712026-08-24T20:23:29.881Z[ host-image] Aug 24 20:23:28.938 INFO O| Aug 24 20:23:28.938 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94722026-08-24T20:23:31.547Z[ host-image] Aug 24 20:23:30.607 INFO O| Aug 24 20:23:30.607 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94732026-08-24T20:23:31.869Z[ host-image] Aug 24 20:23:30.929 INFO O| Aug 24 20:23:30.929 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94742026-08-24T20:23:31.869Z[ host-image] Aug 24 20:23:30.929 INFO O| Aug 24 20:23:30.929 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94752026-08-24T20:23:31.873Z[ host-image] Aug 24 20:23:30.934 INFO O| Aug 24 20:23:30.934 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94762026-08-24T20:23:31.877Z[ host-image] Aug 24 20:23:30.938 INFO O| Aug 24 20:23:30.938 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94772026-08-24T20:23:31.908Z[ host-image] Aug 24 20:23:30.942 INFO O| Aug 24 20:23:30.942 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94782026-08-24T20:23:32.269Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94792026-08-24T20:23:32.535Z[ host-image] Aug 24 20:23:31.595 INFO O| Aug 24 20:23:31.595 INFO rolled back to input snapshot; work may begin
94802026-08-24T20:23:32.535Z[ host-image] Aug 24 20:23:31.595 INFO O| Aug 24 20:23:31.595 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94812026-08-24T20:23:32.540Z[ host-image] Aug 24 20:23:31.600 INFO O| Aug 24 20:23:31.600 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-24T20:23:32.547Z[ host-image] Aug 24 20:23:31.609 INFO O| Aug 24 20:23:31.609 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94832026-08-24T20:23:32.591Z[ host-image] Aug 24 20:23:31.651 INFO O| Aug 24 20:23:31.651 INFO STEP 0 (remove_files) COMPLETE
94842026-08-24T20:23:32.591Z[ host-image] Aug 24 20:23:31.651 INFO O| Aug 24 20:23:31.651 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-24T20:23:32.601Z[ host-image] Aug 24 20:23:31.661 INFO O| Aug 24 20:23:31.661 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94862026-08-24T20:23:32.606Z[ host-image] Aug 24 20:23:31.662 INFO O| Aug 24 20:23:31.662 INFO STEP 1 (remove_files) COMPLETE
94872026-08-24T20:23:32.607Z[ host-image] Aug 24 20:23:31.662 INFO O| Aug 24 20:23:31.662 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-24T20:23:32.611Z[ host-image] Aug 24 20:23:31.672 INFO O| Aug 24 20:23:31.672 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94892026-08-24T20:23:32.625Z[ host-image] Aug 24 20:23:31.685 INFO O| Aug 24 20:23:31.685 INFO STEP 2 (remove_files) COMPLETE
94902026-08-24T20:23:32.625Z[ host-image] Aug 24 20:23:31.685 INFO O| Aug 24 20:23:31.685 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-24T20:23:32.636Z[ host-image] Aug 24 20:23:31.696 INFO O| Aug 24 20:23:31.696 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94922026-08-24T20:23:32.640Z[ host-image] Aug 24 20:23:31.697 INFO O| Aug 24 20:23:31.697 INFO STEP 3 (remove_files) COMPLETE
94932026-08-24T20:23:32.640Z[ host-image] Aug 24 20:23:31.697 INFO O| Aug 24 20:23:31.697 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-24T20:23:32.646Z[ host-image] Aug 24 20:23:31.708 INFO O| Aug 24 20:23:31.707 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94952026-08-24T20:23:32.651Z[ host-image] Aug 24 20:23:31.710 INFO O| Aug 24 20:23:31.710 INFO STEP 4 (remove_files) COMPLETE
94962026-08-24T20:23:32.651Z[ host-image] Aug 24 20:23:31.710 INFO O| Aug 24 20:23:31.710 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-24T20:23:32.660Z[ host-image] Aug 24 20:23:31.721 INFO O| Aug 24 20:23:31.721 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94982026-08-24T20:23:32.663Z[ host-image] Aug 24 20:23:31.723 INFO O| Aug 24 20:23:31.723 INFO STEP 5 (remove_files) COMPLETE
94992026-08-24T20:23:32.663Z[ host-image] Aug 24 20:23:31.723 INFO O| Aug 24 20:23:31.723 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-24T20:23:32.672Z[ host-image] Aug 24 20:23:31.733 INFO O| Aug 24 20:23:31.733 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95012026-08-24T20:23:32.683Z[ host-image] Aug 24 20:23:31.743 INFO O| Aug 24 20:23:31.743 INFO STEP 6 (remove_files) COMPLETE
95022026-08-24T20:23:32.683Z[ host-image] Aug 24 20:23:31.743 INFO O| Aug 24 20:23:31.743 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-24T20:23:32.686Z[ host-image] Aug 24 20:23:31.743 INFO O| Aug 24 20:23:31.743 INFO skip step because feature "heliosv2" is not enabled
95042026-08-24T20:23:32.686Z[ host-image] Aug 24 20:23:31.743 INFO O| Aug 24 20:23:31.743 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-24T20:23:32.691Z[ host-image] Aug 24 20:23:31.752 INFO O| Aug 24 20:23:31.752 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95062026-08-24T20:23:32.702Z[ host-image] Aug 24 20:23:31.763 INFO O| Aug 24 20:23:31.763 INFO STEP 8 (remove_files) COMPLETE
95072026-08-24T20:23:32.702Z[ host-image] Aug 24 20:23:31.763 INFO O| Aug 24 20:23:31.763 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-24T20:23:32.712Z[ host-image] Aug 24 20:23:31.773 INFO O| Aug 24 20:23:31.772 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95092026-08-24T20:23:32.788Z[ host-image] Aug 24 20:23:31.848 INFO O| Aug 24 20:23:31.848 INFO STEP 9 (remove_files) COMPLETE
95102026-08-24T20:23:32.788Z[ host-image] Aug 24 20:23:31.848 INFO O| Aug 24 20:23:31.848 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-24T20:23:32.796Z[ host-image] Aug 24 20:23:31.856 INFO O| Aug 24 20:23:31.856 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95122026-08-24T20:23:32.880Z[ host-image] Aug 24 20:23:31.940 INFO O| Aug 24 20:23:31.940 INFO STEP 10 (remove_files) COMPLETE
95132026-08-24T20:23:32.880Z[ host-image] Aug 24 20:23:31.940 INFO O| Aug 24 20:23:31.940 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-24T20:23:32.890Z[ host-image] Aug 24 20:23:31.950 INFO O| Aug 24 20:23:31.950 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95152026-08-24T20:23:32.894Z[ host-image] Aug 24 20:23:31.953 INFO O| Aug 24 20:23:31.953 INFO STEP 11 (remove_files) COMPLETE
95162026-08-24T20:23:32.894Z[ host-image] Aug 24 20:23:31.953 INFO O| Aug 24 20:23:31.953 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-24T20:23:32.941Z[ host-image] Aug 24 20:23:31.962 INFO O| Aug 24 20:23:31.962 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95182026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.963 INFO O| Aug 24 20:23:31.963 INFO STEP 12 (remove_files) COMPLETE
95192026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.963 INFO O| Aug 24 20:23:31.963 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.978 INFO O| Aug 24 20:23:31.978 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95212026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.981 INFO O| Aug 24 20:23:31.979 INFO STEP 13 (remove_files) COMPLETE
95222026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.981 INFO O| Aug 24 20:23:31.979 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95242026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95252026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95262026-08-24T20:23:32.948Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95272026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95282026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95292026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95302026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95312026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95322026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95332026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95342026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95352026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95362026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95372026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95382026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:31.995 INFO O| Aug 24 20:23:31.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95392026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:32.002 INFO O| Aug 24 20:23:32.002 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95402026-08-24T20:23:32.949Z[ host-image] Aug 24 20:23:32.002 INFO O| Aug 24 20:23:32.002 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95412026-08-24T20:23:33.123Z[ host-image] Aug 24 20:23:32.184 INFO O| Aug 24 20:23:32.184 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95422026-08-24T20:23:33.142Z[ host-image] Aug 24 20:23:32.201 INFO O| Aug 24 20:23:32.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95432026-08-24T20:23:33.195Z[ host-image] Aug 24 20:23:32.257 INFO O| Aug 24 20:23:32.257 INFO STEP 14 (remove_files) COMPLETE
95442026-08-24T20:23:33.196Z[ host-image] Aug 24 20:23:32.257 INFO O| Aug 24 20:23:32.257 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-24T20:23:33.205Z[ host-image] Aug 24 20:23:32.266 INFO O| Aug 24 20:23:32.266 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95462026-08-24T20:23:33.209Z[ host-image] Aug 24 20:23:32.267 INFO O| Aug 24 20:23:32.267 INFO STEP 15 (remove_files) COMPLETE
95472026-08-24T20:23:33.210Z[ host-image] Aug 24 20:23:32.267 INFO O| Aug 24 20:23:32.267 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-24T20:23:33.216Z[ host-image] Aug 24 20:23:32.275 INFO O| Aug 24 20:23:32.275 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95492026-08-24T20:23:33.220Z[ host-image] Aug 24 20:23:32.282 INFO O| Aug 24 20:23:32.282 INFO STEP 16 (remove_files) COMPLETE
95502026-08-24T20:23:33.221Z[ host-image] Aug 24 20:23:32.282 INFO O| Aug 24 20:23:32.282 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-24T20:23:33.232Z[ host-image] Aug 24 20:23:32.291 INFO O| Aug 24 20:23:32.291 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95522026-08-24T20:23:33.236Z[ host-image] Aug 24 20:23:32.292 INFO O| Aug 24 20:23:32.292 INFO STEP 17 (remove_files) COMPLETE
95532026-08-24T20:23:33.236Z[ host-image] Aug 24 20:23:32.292 INFO O| Aug 24 20:23:32.292 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-24T20:23:33.241Z[ host-image] Aug 24 20:23:32.302 INFO O| Aug 24 20:23:32.302 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95552026-08-24T20:23:33.245Z[ host-image] Aug 24 20:23:32.304 INFO O| Aug 24 20:23:32.303 INFO STEP 18 (remove_files) COMPLETE
95562026-08-24T20:23:33.245Z[ host-image] Aug 24 20:23:32.304 INFO O| Aug 24 20:23:32.303 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-24T20:23:33.253Z[ host-image] Aug 24 20:23:32.314 INFO O| Aug 24 20:23:32.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95582026-08-24T20:23:33.253Z[ host-image] Aug 24 20:23:32.314 INFO O| Aug 24 20:23:32.314 INFO STEP 19 (remove_files) COMPLETE
95592026-08-24T20:23:33.253Z[ host-image] Aug 24 20:23:32.314 INFO O| Aug 24 20:23:32.314 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-24T20:23:33.263Z[ host-image] Aug 24 20:23:32.325 INFO O| Aug 24 20:23:32.325 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95612026-08-24T20:23:33.263Z[ host-image] Aug 24 20:23:32.325 INFO O| Aug 24 20:23:32.325 INFO STEP 20 (remove_files) COMPLETE
95622026-08-24T20:23:33.264Z[ host-image] Aug 24 20:23:32.325 INFO O| Aug 24 20:23:32.325 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-24T20:23:33.273Z[ host-image] Aug 24 20:23:32.333 INFO O| Aug 24 20:23:32.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95642026-08-24T20:23:33.274Z[ host-image] Aug 24 20:23:32.334 INFO O| Aug 24 20:23:32.334 INFO STEP 21 (remove_files) COMPLETE
95652026-08-24T20:23:33.277Z[ host-image] Aug 24 20:23:32.334 INFO O| Aug 24 20:23:32.334 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-24T20:23:33.282Z[ host-image] Aug 24 20:23:32.343 INFO O| Aug 24 20:23:32.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95672026-08-24T20:23:33.283Z[ host-image] Aug 24 20:23:32.343 INFO O| Aug 24 20:23:32.343 INFO STEP 22 (remove_files) COMPLETE
95682026-08-24T20:23:33.286Z[ host-image] Aug 24 20:23:32.343 INFO O| Aug 24 20:23:32.343 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-24T20:23:33.291Z[ host-image] Aug 24 20:23:32.352 INFO O| Aug 24 20:23:32.352 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95702026-08-24T20:23:33.291Z[ host-image] Aug 24 20:23:32.352 INFO O| Aug 24 20:23:32.352 INFO STEP 23 (remove_files) COMPLETE
95712026-08-24T20:23:33.291Z[ host-image] Aug 24 20:23:32.352 INFO O| Aug 24 20:23:32.352 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-24T20:23:33.300Z[ host-image] Aug 24 20:23:32.362 INFO O| Aug 24 20:23:32.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95732026-08-24T20:23:33.301Z[ host-image] Aug 24 20:23:32.362 INFO O| Aug 24 20:23:32.362 INFO STEP 24 (remove_files) COMPLETE
95742026-08-24T20:23:33.301Z[ host-image] Aug 24 20:23:32.362 INFO O| Aug 24 20:23:32.362 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-24T20:23:33.312Z[ host-image] Aug 24 20:23:32.372 INFO O| Aug 24 20:23:32.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95762026-08-24T20:23:33.312Z[ host-image] Aug 24 20:23:32.372 INFO O| Aug 24 20:23:32.372 INFO STEP 25 (remove_files) COMPLETE
95772026-08-24T20:23:33.316Z[ host-image] Aug 24 20:23:32.372 INFO O| Aug 24 20:23:32.372 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-24T20:23:33.322Z[ host-image] Aug 24 20:23:32.381 INFO O| Aug 24 20:23:32.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95792026-08-24T20:23:33.326Z[ host-image] Aug 24 20:23:32.381 INFO O| Aug 24 20:23:32.381 INFO STEP 26 (remove_files) COMPLETE
95802026-08-24T20:23:33.326Z[ host-image] Aug 24 20:23:32.381 INFO O| Aug 24 20:23:32.381 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-24T20:23:33.330Z[ host-image] Aug 24 20:23:32.390 INFO O| Aug 24 20:23:32.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95822026-08-24T20:23:33.330Z[ host-image] Aug 24 20:23:32.390 INFO O| Aug 24 20:23:32.390 INFO STEP 27 (remove_files) COMPLETE
95832026-08-24T20:23:33.330Z[ host-image] Aug 24 20:23:32.390 INFO O| Aug 24 20:23:32.390 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-24T20:23:33.338Z[ host-image] Aug 24 20:23:32.399 INFO O| Aug 24 20:23:32.399 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95852026-08-24T20:23:33.338Z[ host-image] Aug 24 20:23:32.399 INFO O| Aug 24 20:23:32.399 INFO STEP 28 (remove_files) COMPLETE
95862026-08-24T20:23:33.338Z[ host-image] Aug 24 20:23:32.399 INFO O| Aug 24 20:23:32.399 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-24T20:23:33.348Z[ host-image] Aug 24 20:23:32.407 INFO O| Aug 24 20:23:32.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95882026-08-24T20:23:33.348Z[ host-image] Aug 24 20:23:32.407 INFO O| Aug 24 20:23:32.407 INFO STEP 29 (remove_files) COMPLETE
95892026-08-24T20:23:33.348Z[ host-image] Aug 24 20:23:32.407 INFO O| Aug 24 20:23:32.407 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-24T20:23:33.355Z[ host-image] Aug 24 20:23:32.416 INFO O| Aug 24 20:23:32.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95912026-08-24T20:23:33.355Z[ host-image] Aug 24 20:23:32.416 INFO O| Aug 24 20:23:32.416 INFO STEP 30 (remove_files) COMPLETE
95922026-08-24T20:23:33.355Z[ host-image] Aug 24 20:23:32.416 INFO O| Aug 24 20:23:32.416 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-24T20:23:33.364Z[ host-image] Aug 24 20:23:32.424 INFO O| Aug 24 20:23:32.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95942026-08-24T20:23:33.364Z[ host-image] Aug 24 20:23:32.424 INFO O| Aug 24 20:23:32.424 INFO STEP 31 (remove_files) COMPLETE
95952026-08-24T20:23:33.368Z[ host-image] Aug 24 20:23:32.424 INFO O| Aug 24 20:23:32.424 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-24T20:23:33.372Z[ host-image] Aug 24 20:23:32.433 INFO O| Aug 24 20:23:32.432 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95972026-08-24T20:23:33.372Z[ host-image] Aug 24 20:23:32.433 INFO O| Aug 24 20:23:32.433 INFO STEP 32 (remove_files) COMPLETE
95982026-08-24T20:23:33.372Z[ host-image] Aug 24 20:23:32.433 INFO O| Aug 24 20:23:32.433 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-24T20:23:33.382Z[ host-image] Aug 24 20:23:32.442 INFO O| Aug 24 20:23:32.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96002026-08-24T20:23:33.387Z[ host-image] Aug 24 20:23:32.442 INFO O| Aug 24 20:23:32.442 INFO STEP 33 (remove_files) COMPLETE
96012026-08-24T20:23:33.387Z[ host-image] Aug 24 20:23:32.442 INFO O| Aug 24 20:23:32.442 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-24T20:23:33.391Z[ host-image] Aug 24 20:23:32.452 INFO O| Aug 24 20:23:32.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96032026-08-24T20:23:33.391Z[ host-image] Aug 24 20:23:32.452 INFO O| Aug 24 20:23:32.452 INFO STEP 34 (remove_files) COMPLETE
96042026-08-24T20:23:33.391Z[ host-image] Aug 24 20:23:32.452 INFO O| Aug 24 20:23:32.452 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-24T20:23:33.400Z[ host-image] Aug 24 20:23:32.461 INFO O| Aug 24 20:23:32.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96062026-08-24T20:23:33.400Z[ host-image] Aug 24 20:23:32.461 INFO O| Aug 24 20:23:32.461 INFO STEP 35 (remove_files) COMPLETE
96072026-08-24T20:23:33.400Z[ host-image] Aug 24 20:23:32.461 INFO O| Aug 24 20:23:32.461 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-24T20:23:33.411Z[ host-image] Aug 24 20:23:32.472 INFO O| Aug 24 20:23:32.471 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96092026-08-24T20:23:33.411Z[ host-image] Aug 24 20:23:32.472 INFO O| Aug 24 20:23:32.472 INFO STEP 36 (remove_files) COMPLETE
96102026-08-24T20:23:33.412Z[ host-image] Aug 24 20:23:32.472 INFO O| Aug 24 20:23:32.472 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-24T20:23:33.419Z[ host-image] Aug 24 20:23:32.481 INFO O| Aug 24 20:23:32.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96122026-08-24T20:23:33.419Z[ host-image] Aug 24 20:23:32.481 INFO O| Aug 24 20:23:32.481 INFO STEP 37 (remove_files) COMPLETE
96132026-08-24T20:23:33.419Z[ host-image] Aug 24 20:23:32.481 INFO O| Aug 24 20:23:32.481 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-24T20:23:33.429Z[ host-image] Aug 24 20:23:32.491 INFO O| Aug 24 20:23:32.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96152026-08-24T20:23:33.433Z[ host-image] Aug 24 20:23:32.491 INFO O| Aug 24 20:23:32.491 INFO STEP 38 (remove_files) COMPLETE
96162026-08-24T20:23:33.433Z[ host-image] Aug 24 20:23:32.491 INFO O| Aug 24 20:23:32.491 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-24T20:23:33.438Z[ host-image] Aug 24 20:23:32.500 INFO O| Aug 24 20:23:32.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96182026-08-24T20:23:33.443Z[ host-image] Aug 24 20:23:32.500 INFO O| Aug 24 20:23:32.500 INFO STEP 39 (remove_files) COMPLETE
96192026-08-24T20:23:33.443Z[ host-image] Aug 24 20:23:32.500 INFO O| Aug 24 20:23:32.500 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-24T20:23:33.451Z[ host-image] Aug 24 20:23:32.510 INFO O| Aug 24 20:23:32.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96212026-08-24T20:23:33.455Z[ host-image] Aug 24 20:23:32.510 INFO O| Aug 24 20:23:32.510 INFO STEP 40 (remove_files) COMPLETE
96222026-08-24T20:23:33.455Z[ host-image] Aug 24 20:23:32.510 INFO O| Aug 24 20:23:32.510 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-24T20:23:33.459Z[ host-image] Aug 24 20:23:32.518 INFO O| Aug 24 20:23:32.518 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96242026-08-24T20:23:33.459Z[ host-image] Aug 24 20:23:32.518 INFO O| Aug 24 20:23:32.518 INFO STEP 41 (remove_files) COMPLETE
96252026-08-24T20:23:33.459Z[ host-image] Aug 24 20:23:32.518 INFO O| Aug 24 20:23:32.518 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-24T20:23:33.463Z[ host-image] Aug 24 20:23:32.524 INFO O| Aug 24 20:23:32.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96272026-08-24T20:23:33.463Z[ host-image] Aug 24 20:23:32.524 INFO O| Aug 24 20:23:32.524 INFO STEP 42 (remove_files) COMPLETE
96282026-08-24T20:23:33.466Z[ host-image] Aug 24 20:23:32.524 INFO O| Aug 24 20:23:32.524 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-08-24T20:23:33.470Z[ host-image] Aug 24 20:23:32.530 INFO O| Aug 24 20:23:32.530 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96302026-08-24T20:23:33.470Z[ host-image] Aug 24 20:23:32.530 INFO O| Aug 24 20:23:32.530 INFO STEP 43 (remove_files) COMPLETE
96312026-08-24T20:23:33.470Z[ host-image] Aug 24 20:23:32.530 INFO O| Aug 24 20:23:32.530 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-24T20:23:33.477Z[ host-image] Aug 24 20:23:32.539 INFO O| Aug 24 20:23:32.539 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96332026-08-24T20:23:33.477Z[ host-image] Aug 24 20:23:32.539 INFO O| Aug 24 20:23:32.539 INFO STEP 44 (remove_files) COMPLETE
96342026-08-24T20:23:33.484Z[ host-image] Aug 24 20:23:32.539 INFO O| Aug 24 20:23:32.539 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-24T20:23:33.487Z[ host-image] Aug 24 20:23:32.545 INFO O| Aug 24 20:23:32.545 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96362026-08-24T20:23:33.487Z[ host-image] Aug 24 20:23:32.545 INFO O| Aug 24 20:23:32.545 INFO STEP 45 (remove_files) COMPLETE
96372026-08-24T20:23:33.487Z[ host-image] Aug 24 20:23:32.545 INFO O| Aug 24 20:23:32.545 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-24T20:23:33.491Z[ host-image] Aug 24 20:23:32.551 INFO O| Aug 24 20:23:32.551 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96392026-08-24T20:23:33.491Z[ host-image] Aug 24 20:23:32.551 INFO O| Aug 24 20:23:32.551 INFO STEP 46 (remove_files) COMPLETE
96402026-08-24T20:23:33.491Z[ host-image] Aug 24 20:23:32.551 INFO O| Aug 24 20:23:32.551 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-24T20:23:33.498Z[ host-image] Aug 24 20:23:32.560 INFO O| Aug 24 20:23:32.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96422026-08-24T20:23:33.498Z[ host-image] Aug 24 20:23:32.560 INFO O| Aug 24 20:23:32.560 INFO STEP 47 (remove_files) COMPLETE
96432026-08-24T20:23:33.502Z[ host-image] Aug 24 20:23:32.560 INFO O| Aug 24 20:23:32.560 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-24T20:23:33.505Z[ host-image] Aug 24 20:23:32.566 INFO O| Aug 24 20:23:32.566 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96452026-08-24T20:23:33.505Z[ host-image] Aug 24 20:23:32.566 INFO O| Aug 24 20:23:32.566 INFO STEP 48 (remove_files) COMPLETE
96462026-08-24T20:23:33.505Z[ host-image] Aug 24 20:23:32.566 INFO O| Aug 24 20:23:32.566 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-08-24T20:23:33.512Z[ host-image] Aug 24 20:23:32.573 INFO O| Aug 24 20:23:32.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96482026-08-24T20:23:33.512Z[ host-image] Aug 24 20:23:32.573 INFO O| Aug 24 20:23:32.573 INFO STEP 49 (remove_files) COMPLETE
96492026-08-24T20:23:33.517Z[ host-image] Aug 24 20:23:32.573 INFO O| Aug 24 20:23:32.573 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-08-24T20:23:33.521Z[ host-image] Aug 24 20:23:32.581 INFO O| Aug 24 20:23:32.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96512026-08-24T20:23:33.521Z[ host-image] Aug 24 20:23:32.581 INFO O| Aug 24 20:23:32.581 INFO STEP 50 (remove_files) COMPLETE
96522026-08-24T20:23:33.521Z[ host-image] Aug 24 20:23:32.581 INFO O| Aug 24 20:23:32.581 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-24T20:23:33.528Z[ host-image] Aug 24 20:23:32.589 INFO O| Aug 24 20:23:32.589 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96542026-08-24T20:23:33.529Z[ host-image] Aug 24 20:23:32.589 INFO O| Aug 24 20:23:32.589 INFO STEP 51 (remove_files) COMPLETE
96552026-08-24T20:23:33.532Z[ host-image] Aug 24 20:23:32.589 INFO O| Aug 24 20:23:32.589 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-08-24T20:23:33.538Z[ host-image] Aug 24 20:23:32.596 INFO O| Aug 24 20:23:32.596 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96572026-08-24T20:23:33.538Z[ host-image] Aug 24 20:23:32.596 INFO O| Aug 24 20:23:32.596 INFO STEP 52 (remove_files) COMPLETE
96582026-08-24T20:23:33.538Z[ host-image] Aug 24 20:23:32.596 INFO O| Aug 24 20:23:32.596 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-08-24T20:23:33.545Z[ host-image] Aug 24 20:23:32.606 INFO O| Aug 24 20:23:32.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96602026-08-24T20:23:33.548Z[ host-image] Aug 24 20:23:32.606 INFO O| Aug 24 20:23:32.606 INFO STEP 53 (remove_files) COMPLETE
96612026-08-24T20:23:33.549Z[ host-image] Aug 24 20:23:32.606 INFO O| Aug 24 20:23:32.606 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-08-24T20:23:33.552Z[ host-image] Aug 24 20:23:32.614 INFO O| Aug 24 20:23:32.614 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96632026-08-24T20:23:33.552Z[ host-image] Aug 24 20:23:32.614 INFO O| Aug 24 20:23:32.614 INFO STEP 54 (remove_files) COMPLETE
96642026-08-24T20:23:33.556Z[ host-image] Aug 24 20:23:32.614 INFO O| Aug 24 20:23:32.614 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-24T20:23:33.562Z[ host-image] Aug 24 20:23:32.622 INFO O| Aug 24 20:23:32.622 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96662026-08-24T20:23:33.562Z[ host-image] Aug 24 20:23:32.622 INFO O| Aug 24 20:23:32.622 INFO STEP 55 (remove_files) COMPLETE
96672026-08-24T20:23:33.562Z[ host-image] Aug 24 20:23:32.622 INFO O| Aug 24 20:23:32.622 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-08-24T20:23:33.567Z[ host-image] Aug 24 20:23:32.629 INFO O| Aug 24 20:23:32.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96692026-08-24T20:23:33.571Z[ host-image] Aug 24 20:23:32.629 INFO O| Aug 24 20:23:32.629 INFO STEP 56 (remove_files) COMPLETE
96702026-08-24T20:23:33.571Z[ host-image] Aug 24 20:23:32.629 INFO O| Aug 24 20:23:32.629 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-08-24T20:23:33.576Z[ host-image] Aug 24 20:23:32.638 INFO O| Aug 24 20:23:32.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96722026-08-24T20:23:33.576Z[ host-image] Aug 24 20:23:32.638 INFO O| Aug 24 20:23:32.638 INFO STEP 57 (remove_files) COMPLETE
96732026-08-24T20:23:33.576Z[ host-image] Aug 24 20:23:32.638 INFO O| Aug 24 20:23:32.638 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-08-24T20:23:33.587Z[ host-image] Aug 24 20:23:32.648 INFO O| Aug 24 20:23:32.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96752026-08-24T20:23:33.591Z[ host-image] Aug 24 20:23:32.648 INFO O| Aug 24 20:23:32.648 INFO STEP 58 (remove_files) COMPLETE
96762026-08-24T20:23:33.591Z[ host-image] Aug 24 20:23:32.648 INFO O| Aug 24 20:23:32.648 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-08-24T20:23:33.595Z[ host-image] Aug 24 20:23:32.655 INFO O| Aug 24 20:23:32.655 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96782026-08-24T20:23:33.596Z[ host-image] Aug 24 20:23:32.655 INFO O| Aug 24 20:23:32.655 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96792026-08-24T20:23:33.596Z[ host-image] Aug 24 20:23:32.656 INFO O| Aug 24 20:23:32.656 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96802026-08-24T20:23:33.596Z[ host-image] Aug 24 20:23:32.656 INFO O| Aug 24 20:23:32.656 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96812026-08-24T20:23:33.596Z[ host-image] Aug 24 20:23:32.656 INFO O| Aug 24 20:23:32.656 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96822026-08-24T20:23:33.596Z[ host-image] Aug 24 20:23:32.656 INFO O| Aug 24 20:23:32.656 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96832026-08-24T20:23:33.596Z[ host-image] Aug 24 20:23:32.656 INFO O| Aug 24 20:23:32.656 INFO ok!
96842026-08-24T20:23:33.596Z[ host-image] Aug 24 20:23:32.656 INFO O| Aug 24 20:23:32.656 INFO STEP 59 (ensure_file) COMPLETE
96852026-08-24T20:23:33.596Z[ host-image] Aug 24 20:23:32.656 INFO O| Aug 24 20:23:32.656 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-08-24T20:23:33.604Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96872026-08-24T20:23:33.604Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96882026-08-24T20:23:33.608Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96892026-08-24T20:23:33.608Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96902026-08-24T20:23:33.608Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96912026-08-24T20:23:33.608Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96922026-08-24T20:23:33.608Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 INFO ok!
96932026-08-24T20:23:33.608Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 INFO STEP 60 (ensure_file) COMPLETE
96942026-08-24T20:23:33.608Z[ host-image] Aug 24 20:23:32.665 INFO O| Aug 24 20:23:32.665 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96952026-08-24T20:23:33.613Z[ host-image] Aug 24 20:23:32.674 INFO O| Aug 24 20:23:32.674 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96962026-08-24T20:23:33.618Z[ host-image] Aug 24 20:23:32.674 INFO O| Aug 24 20:23:32.674 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96972026-08-24T20:23:33.618Z[ host-image] Aug 24 20:23:32.674 INFO O| Aug 24 20:23:32.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96982026-08-24T20:23:33.618Z[ host-image] Aug 24 20:23:32.674 INFO O| Aug 24 20:23:32.674 INFO ok!
96992026-08-24T20:23:33.618Z[ host-image] Aug 24 20:23:32.674 INFO O| Aug 24 20:23:32.674 INFO STEP 61 (ensure_file) COMPLETE
97002026-08-24T20:23:33.618Z[ host-image] Aug 24 20:23:32.674 INFO O| Aug 24 20:23:32.674 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-08-24T20:23:33.623Z[ host-image] Aug 24 20:23:32.683 INFO O| Aug 24 20:23:32.683 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97022026-08-24T20:23:33.623Z[ host-image] Aug 24 20:23:32.683 INFO O| Aug 24 20:23:32.683 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97032026-08-24T20:23:33.623Z[ host-image] Aug 24 20:23:32.683 INFO O| Aug 24 20:23:32.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97042026-08-24T20:23:33.623Z[ host-image] Aug 24 20:23:32.683 INFO O| Aug 24 20:23:32.683 INFO ok!
97052026-08-24T20:23:33.623Z[ host-image] Aug 24 20:23:32.683 INFO O| Aug 24 20:23:32.683 INFO STEP 62 (ensure_file) COMPLETE
97062026-08-24T20:23:33.623Z[ host-image] Aug 24 20:23:32.683 INFO O| Aug 24 20:23:32.683 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-08-24T20:23:33.630Z[ host-image] Aug 24 20:23:32.692 INFO O| Aug 24 20:23:32.692 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97082026-08-24T20:23:33.630Z[ host-image] Aug 24 20:23:32.692 INFO O| Aug 24 20:23:32.692 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97092026-08-24T20:23:33.631Z[ host-image] Aug 24 20:23:32.692 INFO O| Aug 24 20:23:32.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97102026-08-24T20:23:33.635Z[ host-image] Aug 24 20:23:32.692 INFO O| Aug 24 20:23:32.692 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97112026-08-24T20:23:33.635Z[ host-image] Aug 24 20:23:32.692 INFO O| Aug 24 20:23:32.692 INFO ok!
97122026-08-24T20:23:33.635Z[ host-image] Aug 24 20:23:32.692 INFO O| Aug 24 20:23:32.692 INFO STEP 63 (ensure_file) COMPLETE
97132026-08-24T20:23:33.635Z[ host-image] Aug 24 20:23:32.692 INFO O| Aug 24 20:23:32.692 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97142026-08-24T20:23:33.639Z[ host-image] Aug 24 20:23:32.698 INFO O| Aug 24 20:23:32.698 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97152026-08-24T20:23:33.640Z[ host-image] Aug 24 20:23:32.699 INFO O| Aug 24 20:23:32.698 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97162026-08-24T20:23:33.640Z[ host-image] Aug 24 20:23:32.699 INFO O| Aug 24 20:23:32.699 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97172026-08-24T20:23:33.640Z[ host-image] Aug 24 20:23:32.699 INFO O| Aug 24 20:23:32.699 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97182026-08-24T20:23:33.640Z[ host-image] Aug 24 20:23:32.699 INFO O| Aug 24 20:23:32.699 INFO ok!
97192026-08-24T20:23:33.640Z[ host-image] Aug 24 20:23:32.699 INFO O| Aug 24 20:23:32.699 INFO STEP 64 (ensure_file) COMPLETE
97202026-08-24T20:23:33.640Z[ host-image] Aug 24 20:23:32.699 INFO O| Aug 24 20:23:32.699 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97212026-08-24T20:23:33.644Z[ host-image] Aug 24 20:23:32.705 INFO O| Aug 24 20:23:32.705 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97222026-08-24T20:23:33.644Z[ host-image] Aug 24 20:23:32.705 INFO O| Aug 24 20:23:32.705 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97232026-08-24T20:23:33.644Z[ host-image] Aug 24 20:23:32.705 INFO O| Aug 24 20:23:32.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97242026-08-24T20:23:33.644Z[ host-image] Aug 24 20:23:32.705 INFO O| Aug 24 20:23:32.705 INFO ok!
97252026-08-24T20:23:33.644Z[ host-image] Aug 24 20:23:32.705 INFO O| Aug 24 20:23:32.705 INFO STEP 65 (assemble_files) COMPLETE
97262026-08-24T20:23:33.644Z[ host-image] Aug 24 20:23:32.705 INFO O| Aug 24 20:23:32.705 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97272026-08-24T20:23:33.650Z[ host-image] Aug 24 20:23:32.711 INFO O| Aug 24 20:23:32.711 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97282026-08-24T20:23:33.650Z[ host-image] Aug 24 20:23:32.711 INFO O| Aug 24 20:23:32.711 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97292026-08-24T20:23:33.654Z[ host-image] Aug 24 20:23:32.711 INFO O| Aug 24 20:23:32.711 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97302026-08-24T20:23:33.654Z[ host-image] Aug 24 20:23:32.711 INFO O| Aug 24 20:23:32.711 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97312026-08-24T20:23:33.654Z[ host-image] Aug 24 20:23:32.711 INFO O| Aug 24 20:23:32.711 INFO ok!
97322026-08-24T20:23:33.654Z[ host-image] Aug 24 20:23:32.712 INFO O| Aug 24 20:23:32.711 INFO STEP 66 (ensure_file) COMPLETE
97332026-08-24T20:23:33.654Z[ host-image] Aug 24 20:23:32.712 INFO O| Aug 24 20:23:32.711 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97342026-08-24T20:23:33.658Z[ host-image] Aug 24 20:23:32.718 INFO O| Aug 24 20:23:32.718 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97352026-08-24T20:23:33.658Z[ host-image] Aug 24 20:23:32.718 INFO O| Aug 24 20:23:32.718 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97362026-08-24T20:23:33.658Z[ host-image] Aug 24 20:23:32.718 INFO O| Aug 24 20:23:32.718 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97372026-08-24T20:23:33.658Z[ host-image] Aug 24 20:23:32.718 INFO O| Aug 24 20:23:32.718 INFO STEP 67 (ensure_dir) COMPLETE
97382026-08-24T20:23:33.658Z[ host-image] Aug 24 20:23:32.718 INFO O| Aug 24 20:23:32.718 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97392026-08-24T20:23:33.667Z[ host-image] Aug 24 20:23:32.728 INFO O| Aug 24 20:23:32.728 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97402026-08-24T20:23:33.667Z[ host-image] Aug 24 20:23:32.728 INFO O| Aug 24 20:23:32.728 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 ...
97412026-08-24T20:23:33.672Z[ host-image] Aug 24 20:23:32.734 INFO O| Aug 24 20:23:32.734 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
97422026-08-24T20:23:33.673Z[ host-image] Aug 24 20:23:32.734 INFO O| Aug 24 20:23:32.734 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97432026-08-24T20:23:33.676Z[ host-image] Aug 24 20:23:32.734 INFO O| Aug 24 20:23:32.734 INFO ok!
97442026-08-24T20:23:33.677Z[ host-image] Aug 24 20:23:32.734 INFO O| Aug 24 20:23:32.734 INFO STEP 68 (ensure_file) COMPLETE
97452026-08-24T20:23:33.677Z[ host-image] Aug 24 20:23:32.734 INFO O| Aug 24 20:23:32.734 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97462026-08-24T20:23:33.682Z[ host-image] Aug 24 20:23:32.743 INFO O| Aug 24 20:23:32.742 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97472026-08-24T20:23:33.682Z[ host-image] Aug 24 20:23:32.743 INFO O| Aug 24 20:23:32.742 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 ...
97482026-08-24T20:23:33.687Z[ host-image] Aug 24 20:23:32.743 INFO O| Aug 24 20:23:32.743 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
97492026-08-24T20:23:33.687Z[ host-image] Aug 24 20:23:32.743 INFO O| Aug 24 20:23:32.743 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97502026-08-24T20:23:33.687Z[ host-image] Aug 24 20:23:32.743 INFO O| Aug 24 20:23:32.743 INFO ok!
97512026-08-24T20:23:33.687Z[ host-image] Aug 24 20:23:32.743 INFO O| Aug 24 20:23:32.743 INFO STEP 69 (ensure_file) COMPLETE
97522026-08-24T20:23:33.687Z[ host-image] Aug 24 20:23:32.743 INFO O| Aug 24 20:23:32.743 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97532026-08-24T20:23:33.692Z[ host-image] Aug 24 20:23:32.753 INFO O| Aug 24 20:23:32.753 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97542026-08-24T20:23:33.692Z[ host-image] Aug 24 20:23:32.753 INFO O| Aug 24 20:23:32.753 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97552026-08-24T20:23:35.142Z[ host-image] Aug 24 20:23:34.203 INFO O| Aug 24 20:23:34.203 INFO STEP 70 (pack_tar) COMPLETE
97562026-08-24T20:23:35.142Z[ host-image] Aug 24 20:23:34.203 INFO O| Aug 24 20:23:34.203 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97572026-08-24T20:23:35.147Z[ host-image] Aug 24 20:23:34.203 INFO O| Aug 24 20:23:34.203 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97582026-08-24T20:23:35.590Z[ host-image] Aug 24 20:23:34.595 INFO O| Aug 24 20:23:34.595 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97592026-08-24T20:23:35.645Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97602026-08-24T20:23:35.676Z[ host-image] Aug 24 20:23:34.708 INFO O| Aug 24 20:23:34.708 INFO completed processing sled/ramdisk-02-trim
97612026-08-24T20:23:35.676Z[ host-image] Aug 24 20:23:34.710 INFO image builder template: zfs...
97622026-08-24T20:23:35.676Z[ host-image] Aug 24 20:23:34.710 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/.tmpsF5wwU/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
97632026-08-24T20:23:35.676Z[ host-image] Aug 24 20:23:34.722 INFO O| Aug 24 20:23:34.722 INFO skip include "stress" because feature "stress" is not enabled
97642026-08-24T20:23:35.676Z[ host-image] Aug 24 20:23:34.722 INFO O| Aug 24 20:23:34.722 INFO skip include "stress" because feature "compliance" is not enabled
97652026-08-24T20:23:35.695Z[ host-image] Aug 24 20:23:34.749 INFO O| Aug 24 20:23:34.749 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97662026-08-24T20:23:35.706Z[ host-image] Aug 24 20:23:34.752 INFO O| Aug 24 20:23:34.752 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97672026-08-24T20:23:35.847Z[ host-image] Aug 24 20:23:34.848 INFO O| Aug 24 20:23:34.848 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97682026-08-24T20:23:35.873Z[ host-image] Aug 24 20:23:34.898 INFO O| Aug 24 20:23:34.898 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97692026-08-24T20:23:35.873Z[ host-image] Aug 24 20:23:34.898 INFO O| Aug 24 20:23:34.898 INFO work dataset: rpool/images/build/host/work/sled/zfs
97702026-08-24T20:23:35.873Z[ host-image] Aug 24 20:23:34.902 INFO O| Aug 24 20:23:34.902 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97712026-08-24T20:23:35.966Z[ host-image] Aug 24 20:23:34.970 INFO O| Aug 24 20:23:34.970 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97722026-08-24T20:23:36.012Z[ host-image] Aug 24 20:23:35.027 INFO O| Aug 24 20:23:35.027 INFO DESTROY POOL: TEMPORARY-sled-zfs
97732026-08-24T20:23:36.048Z[ host-image] Aug 24 20:23:35.037 INFO O| Aug 24 20:23:35.037 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97742026-08-24T20:23:36.048Z[ host-image] Aug 24 20:23:35.043 INFO O| Aug 24 20:23:35.043 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97752026-08-24T20:23:36.048Z[ host-image] Aug 24 20:23:35.043 INFO O| Aug 24 20:23:35.043 INFO no lofi found
97762026-08-24T20:23:36.048Z[ host-image] Aug 24 20:23:35.043 INFO O| Aug 24 20:23:35.043 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97772026-08-24T20:23:36.048Z[ host-image] Aug 24 20:23:35.043 INFO O| Aug 24 20:23:35.043 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97782026-08-24T20:23:37.940Z[ host-image] Aug 24 20:23:37.001 INFO O| Aug 24 20:23:37.001 INFO lofi device = /dev/dsk/c2t1d0p0
97792026-08-24T20:23:37.940Z[ host-image] Aug 24 20:23:37.001 INFO O| Aug 24 20:23:37.001 INFO pool device = /dev/dsk/c2t1d0p0
97802026-08-24T20:23:37.945Z[ host-image] Aug 24 20:23:37.001 INFO O| Aug 24 20:23:37.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"]
97812026-08-24T20:23:38.026Z[ host-image] Aug 24 20:23:37.087 INFO O| Aug 24 20:23:37.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97822026-08-24T20:23:38.026Z[ host-image] Aug 24 20:23:37.087 INFO O| Aug 24 20:23:37.087 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97832026-08-24T20:23:38.046Z[ host-image] Aug 24 20:23:37.108 INFO O| Aug 24 20:23:37.108 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97842026-08-24T20:23:38.095Z[ host-image] Aug 24 20:23:37.156 INFO O| Aug 24 20:23:37.156 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97852026-08-24T20:23:38.124Z[ host-image] Aug 24 20:23:37.185 INFO O| Aug 24 20:23:37.185 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97862026-08-24T20:23:38.137Z[ host-image] Aug 24 20:23:37.198 INFO O| Aug 24 20:23:37.198 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97872026-08-24T20:23:38.149Z[ host-image] Aug 24 20:23:37.210 INFO O| Aug 24 20:23:37.210 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97882026-08-24T20:23:38.185Z[ host-image] Aug 24 20:23:37.246 INFO O| Aug 24 20:23:37.246 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97892026-08-24T20:23:38.185Z[ host-image] Aug 24 20:23:37.246 INFO O| Aug 24 20:23:37.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97902026-08-24T20:23:38.185Z[ host-image] Aug 24 20:23:37.246 INFO O| Aug 24 20:23:37.246 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97912026-08-24T20:23:38.192Z[ host-image] Aug 24 20:23:37.252 INFO O| Aug 24 20:23:37.252 INFO boot environment UUID: 5fef78df-ac1f-4d96-8cb2-747cb9a17f99
97922026-08-24T20:23:38.192Z[ host-image] Aug 24 20:23:37.252 INFO O| Aug 24 20:23:37.252 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5fef78df-ac1f-4d96-8cb2-747cb9a17f99
97932026-08-24T20:23:38.202Z[ host-image] Aug 24 20:23:37.263 INFO O| Aug 24 20:23:37.263 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97942026-08-24T20:23:38.212Z[ host-image] Aug 24 20:23:37.273 INFO O| Aug 24 20:23:37.273 INFO STEP 0 (create_be) COMPLETE
97952026-08-24T20:23:38.212Z[ host-image] Aug 24 20:23:37.273 INFO O| Aug 24 20:23:37.273 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97962026-08-24T20:23:38.228Z[ host-image] Aug 24 20:23:37.289 INFO O| Aug 24 20:23:37.289 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97972026-08-24T20:23:48.542Z[ host-image] Aug 24 20:23:47.601 INFO O| Aug 24 20:23:47.601 INFO STEP 1 (unpack_tar) COMPLETE
97982026-08-24T20:23:48.542Z[ host-image] Aug 24 20:23:47.601 INFO O| Aug 24 20:23:47.601 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-24T20:23:48.549Z[ host-image] Aug 24 20:23:47.610 INFO O| Aug 24 20:23:47.610 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98002026-08-24T20:23:48.788Z[ host-image] Aug 24 20:23:47.849 INFO O| Aug 24 20:23:47.849 INFO STEP 2 (devfsadm) COMPLETE
98012026-08-24T20:23:48.788Z[ host-image] Aug 24 20:23:47.849 INFO O| Aug 24 20:23:47.849 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-24T20:23:48.806Z[ host-image] Aug 24 20:23:47.859 INFO O| Aug 24 20:23:47.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98032026-08-24T20:23:48.806Z[ host-image] Aug 24 20:23:47.859 INFO O| Aug 24 20:23:47.859 INFO STEP 3 (ensure_dir) COMPLETE
98042026-08-24T20:23:48.806Z[ host-image] Aug 24 20:23:47.859 INFO O| Aug 24 20:23:47.859 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.867 INFO O| Aug 24 20:23:47.867 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98062026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.867 INFO O| Aug 24 20:23:47.867 INFO STEP 4 (ensure_dir) COMPLETE
98072026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.867 INFO O| Aug 24 20:23:47.867 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98082026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.875 INFO O| Aug 24 20:23:47.875 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98092026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.875 INFO O| Aug 24 20:23:47.875 INFO STEP 5 (ensure_dir) COMPLETE
98102026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.875 INFO O| Aug 24 20:23:47.875 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.882 INFO O| Aug 24 20:23:47.882 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98122026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.883 INFO O| Aug 24 20:23:47.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98132026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.883 INFO O| Aug 24 20:23:47.883 INFO STEP 6 (ensure_dir) COMPLETE
98142026-08-24T20:23:48.830Z[ host-image] Aug 24 20:23:47.883 INFO O| Aug 24 20:23:47.883 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-24T20:23:48.835Z[ host-image] Aug 24 20:23:47.891 INFO O| Aug 24 20:23:47.891 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98162026-08-24T20:23:48.835Z[ host-image] Aug 24 20:23:47.891 INFO O| Aug 24 20:23:47.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98172026-08-24T20:23:48.835Z[ host-image] Aug 24 20:23:47.891 INFO O| Aug 24 20:23:47.891 INFO STEP 7 (ensure_dir) COMPLETE
98182026-08-24T20:23:48.835Z[ host-image] Aug 24 20:23:47.891 INFO O| Aug 24 20:23:47.891 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-24T20:23:48.845Z[ host-image] Aug 24 20:23:47.898 INFO O| Aug 24 20:23:47.898 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98202026-08-24T20:23:48.845Z[ host-image] Aug 24 20:23:47.899 INFO O| Aug 24 20:23:47.899 INFO STEP 8 (remove_files) COMPLETE
98212026-08-24T20:23:48.846Z[ host-image] Aug 24 20:23:47.899 INFO O| Aug 24 20:23:47.899 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-24T20:23:48.846Z[ host-image] Aug 24 20:23:47.907 INFO O| Aug 24 20:23:47.907 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98232026-08-24T20:23:48.860Z[ host-image] Aug 24 20:23:47.907 INFO O| Aug 24 20:23:47.907 INFO STEP 9 (remove_files) COMPLETE
98242026-08-24T20:23:48.860Z[ host-image] Aug 24 20:23:47.907 INFO O| Aug 24 20:23:47.907 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-24T20:23:48.860Z[ host-image] Aug 24 20:23:47.917 INFO O| Aug 24 20:23:47.917 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98262026-08-24T20:23:48.860Z[ host-image] Aug 24 20:23:47.917 INFO O| Aug 24 20:23:47.917 INFO STEP 10 (remove_files) COMPLETE
98272026-08-24T20:23:48.860Z[ host-image] Aug 24 20:23:47.917 INFO O| Aug 24 20:23:47.917 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-08-24T20:23:48.864Z[ host-image] Aug 24 20:23:47.924 INFO O| Aug 24 20:23:47.924 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98292026-08-24T20:23:48.864Z[ host-image] Aug 24 20:23:47.924 INFO O| Aug 24 20:23:47.924 INFO STEP 11 (remove_files) COMPLETE
98302026-08-24T20:23:48.864Z[ host-image] Aug 24 20:23:47.924 INFO O| Aug 24 20:23:47.924 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-24T20:23:48.870Z[ host-image] Aug 24 20:23:47.932 INFO O| Aug 24 20:23:47.932 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98322026-08-24T20:23:48.870Z[ host-image] Aug 24 20:23:47.932 INFO O| Aug 24 20:23:47.932 INFO STEP 12 (remove_files) COMPLETE
98332026-08-24T20:23:48.870Z[ host-image] Aug 24 20:23:47.932 INFO O| Aug 24 20:23:47.932 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98342026-08-24T20:23:48.877Z[ host-image] Aug 24 20:23:47.939 INFO O| Aug 24 20:23:47.939 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98352026-08-24T20:23:48.877Z[ host-image] Aug 24 20:23:47.939 INFO O| Aug 24 20:23:47.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98362026-08-24T20:23:48.881Z[ host-image] Aug 24 20:23:47.939 INFO O| Aug 24 20:23:47.939 INFO STEP 13 (ensure_dir) COMPLETE
98372026-08-24T20:23:48.881Z[ host-image] Aug 24 20:23:47.939 INFO O| Aug 24 20:23:47.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-08-24T20:23:48.886Z[ host-image] Aug 24 20:23:47.947 INFO O| Aug 24 20:23:47.947 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98392026-08-24T20:23:48.890Z[ host-image] Aug 24 20:23:47.948 INFO O| Aug 24 20:23:47.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98402026-08-24T20:23:48.890Z[ host-image] Aug 24 20:23:47.948 INFO O| Aug 24 20:23:47.948 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98412026-08-24T20:23:48.890Z[ host-image] Aug 24 20:23:47.948 INFO O| Aug 24 20:23:47.948 INFO STEP 14 (ensure_dir) COMPLETE
98422026-08-24T20:23:48.890Z[ host-image] Aug 24 20:23:47.948 INFO O| Aug 24 20:23:47.948 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98432026-08-24T20:23:48.895Z[ host-image] Aug 24 20:23:47.957 INFO O| Aug 24 20:23:47.956 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98442026-08-24T20:23:48.895Z[ host-image] Aug 24 20:23:47.957 INFO O| Aug 24 20:23:47.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98452026-08-24T20:23:48.895Z[ host-image] Aug 24 20:23:47.957 INFO O| Aug 24 20:23:47.957 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98462026-08-24T20:23:48.899Z[ host-image] Aug 24 20:23:47.957 INFO O| Aug 24 20:23:47.957 INFO STEP 15 (ensure_dir) COMPLETE
98472026-08-24T20:23:48.899Z[ host-image] Aug 24 20:23:47.957 INFO O| Aug 24 20:23:47.957 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-24T20:23:48.903Z[ host-image] Aug 24 20:23:47.965 INFO O| Aug 24 20:23:47.964 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98492026-08-24T20:23:48.906Z[ host-image] Aug 24 20:23:47.965 INFO O| Aug 24 20:23:47.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98502026-08-24T20:23:48.906Z[ host-image] Aug 24 20:23:47.965 INFO O| Aug 24 20:23:47.965 INFO STEP 16 (ensure_dir) COMPLETE
98512026-08-24T20:23:48.906Z[ host-image] Aug 24 20:23:47.965 INFO O| Aug 24 20:23:47.965 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-08-24T20:23:48.911Z[ host-image] Aug 24 20:23:47.973 INFO O| Aug 24 20:23:47.973 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98532026-08-24T20:23:48.911Z[ host-image] Aug 24 20:23:47.973 INFO O| Aug 24 20:23:47.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98542026-08-24T20:23:48.915Z[ host-image] Aug 24 20:23:47.973 INFO O| Aug 24 20:23:47.973 INFO STEP 17 (ensure_dir) COMPLETE
98552026-08-24T20:23:48.915Z[ host-image] Aug 24 20:23:47.973 INFO O| Aug 24 20:23:47.973 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-08-24T20:23:48.919Z[ host-image] Aug 24 20:23:47.980 INFO O| Aug 24 20:23:47.980 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98572026-08-24T20:23:48.919Z[ host-image] Aug 24 20:23:47.980 INFO O| Aug 24 20:23:47.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98582026-08-24T20:23:48.919Z[ host-image] Aug 24 20:23:47.980 INFO O| Aug 24 20:23:47.980 INFO ok!
98592026-08-24T20:23:48.919Z[ host-image] Aug 24 20:23:47.980 INFO O| Aug 24 20:23:47.980 INFO STEP 18 (ensure_symlink) COMPLETE
98602026-08-24T20:23:48.919Z[ host-image] Aug 24 20:23:47.980 INFO O| Aug 24 20:23:47.980 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-08-24T20:23:48.926Z[ host-image] Aug 24 20:23:47.988 INFO O| Aug 24 20:23:47.988 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98622026-08-24T20:23:48.926Z[ host-image] Aug 24 20:23:47.988 INFO O| Aug 24 20:23:47.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98632026-08-24T20:23:48.931Z[ host-image] Aug 24 20:23:47.988 INFO O| Aug 24 20:23:47.988 INFO ok!
98642026-08-24T20:23:48.931Z[ host-image] Aug 24 20:23:47.988 INFO O| Aug 24 20:23:47.988 INFO STEP 19 (ensure_file) COMPLETE
98652026-08-24T20:23:48.931Z[ host-image] Aug 24 20:23:47.988 INFO O| Aug 24 20:23:47.988 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98662026-08-24T20:23:48.935Z[ host-image] Aug 24 20:23:47.996 INFO O| Aug 24 20:23:47.996 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98672026-08-24T20:23:48.935Z[ host-image] Aug 24 20:23:47.996 INFO O| Aug 24 20:23:47.996 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98682026-08-24T20:23:48.935Z[ host-image] Aug 24 20:23:47.996 INFO O| Aug 24 20:23:47.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98692026-08-24T20:23:48.935Z[ host-image] Aug 24 20:23:47.996 INFO O| Aug 24 20:23:47.996 INFO ok!
98702026-08-24T20:23:48.935Z[ host-image] Aug 24 20:23:47.996 INFO O| Aug 24 20:23:47.996 INFO STEP 20 (ensure_symlink) COMPLETE
98712026-08-24T20:23:48.935Z[ host-image] Aug 24 20:23:47.996 INFO O| Aug 24 20:23:47.996 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-08-24T20:23:48.942Z[ host-image] Aug 24 20:23:48.003 INFO O| Aug 24 20:23:48.003 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98732026-08-24T20:23:48.942Z[ host-image] Aug 24 20:23:48.003 INFO O| Aug 24 20:23:48.003 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98742026-08-24T20:23:48.946Z[ host-image] Aug 24 20:23:48.004 INFO O| Aug 24 20:23:48.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98752026-08-24T20:23:48.946Z[ host-image] Aug 24 20:23:48.004 INFO O| Aug 24 20:23:48.004 INFO ok!
98762026-08-24T20:23:48.946Z[ host-image] Aug 24 20:23:48.004 INFO O| Aug 24 20:23:48.004 INFO STEP 21 (ensure_symlink) COMPLETE
98772026-08-24T20:23:48.946Z[ host-image] Aug 24 20:23:48.004 INFO O| Aug 24 20:23:48.004 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-08-24T20:23:48.953Z[ host-image] Aug 24 20:23:48.014 INFO O| Aug 24 20:23:48.013 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98792026-08-24T20:23:48.953Z[ host-image] Aug 24 20:23:48.014 INFO O| Aug 24 20:23:48.014 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98802026-08-24T20:23:48.957Z[ host-image] Aug 24 20:23:48.014 INFO O| Aug 24 20:23:48.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98812026-08-24T20:23:48.957Z[ host-image] Aug 24 20:23:48.014 INFO O| Aug 24 20:23:48.014 INFO ok!
98822026-08-24T20:23:48.957Z[ host-image] Aug 24 20:23:48.014 INFO O| Aug 24 20:23:48.014 INFO STEP 22 (ensure_symlink) COMPLETE
98832026-08-24T20:23:48.957Z[ host-image] Aug 24 20:23:48.014 INFO O| Aug 24 20:23:48.014 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-24T20:23:48.961Z[ host-image] Aug 24 20:23:48.023 INFO O| Aug 24 20:23:48.023 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98852026-08-24T20:23:48.961Z[ host-image] Aug 24 20:23:48.023 INFO O| Aug 24 20:23:48.023 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98862026-08-24T20:23:48.965Z[ host-image] Aug 24 20:23:48.023 INFO O| Aug 24 20:23:48.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98872026-08-24T20:23:48.965Z[ host-image] Aug 24 20:23:48.023 INFO O| Aug 24 20:23:48.023 INFO ok!
98882026-08-24T20:23:48.965Z[ host-image] Aug 24 20:23:48.023 INFO O| Aug 24 20:23:48.023 INFO STEP 23 (ensure_symlink) COMPLETE
98892026-08-24T20:23:48.965Z[ host-image] Aug 24 20:23:48.023 INFO O| Aug 24 20:23:48.023 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-08-24T20:23:48.969Z[ host-image] Aug 24 20:23:48.030 INFO O| Aug 24 20:23:48.030 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98912026-08-24T20:23:48.969Z[ host-image] Aug 24 20:23:48.030 INFO O| Aug 24 20:23:48.030 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98922026-08-24T20:23:48.969Z[ host-image] Aug 24 20:23:48.030 INFO O| Aug 24 20:23:48.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98932026-08-24T20:23:48.969Z[ host-image] Aug 24 20:23:48.030 INFO O| Aug 24 20:23:48.030 INFO ok!
98942026-08-24T20:23:48.969Z[ host-image] Aug 24 20:23:48.030 INFO O| Aug 24 20:23:48.030 INFO STEP 24 (ensure_file) COMPLETE
98952026-08-24T20:23:48.969Z[ host-image] Aug 24 20:23:48.030 INFO O| Aug 24 20:23:48.030 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98962026-08-24T20:23:48.987Z[ host-image] Aug 24 20:23:48.039 INFO O| Aug 24 20:23:48.039 INFO updating shadow file
98972026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.039 INFO O| Aug 24 20:23:48.039 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98982026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.039 INFO O| Aug 24 20:23:48.039 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98992026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.039 INFO O| Aug 24 20:23:48.039 INFO STEP 25 (shadow) COMPLETE
99002026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.039 INFO O| Aug 24 20:23:48.039 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.048 INFO O| Aug 24 20:23:48.048 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99022026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.048 INFO O| Aug 24 20:23:48.048 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99032026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.048 INFO O| Aug 24 20:23:48.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99042026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.048 INFO O| Aug 24 20:23:48.048 INFO ok!
99052026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.048 INFO O| Aug 24 20:23:48.048 INFO STEP 26 (ensure_file) COMPLETE
99062026-08-24T20:23:49.007Z[ host-image] Aug 24 20:23:48.048 INFO O| Aug 24 20:23:48.048 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-08-24T20:23:49.016Z[ host-image] Aug 24 20:23:48.056 INFO O| Aug 24 20:23:48.056 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99082026-08-24T20:23:49.017Z[ host-image] Aug 24 20:23:48.056 INFO O| Aug 24 20:23:48.056 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99092026-08-24T20:23:49.018Z[ host-image] Aug 24 20:23:48.056 INFO O| Aug 24 20:23:48.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99102026-08-24T20:23:49.018Z[ host-image] Aug 24 20:23:48.056 INFO O| Aug 24 20:23:48.056 INFO ok!
99112026-08-24T20:23:49.019Z[ host-image] Aug 24 20:23:48.056 INFO O| Aug 24 20:23:48.056 INFO STEP 27 (ensure_file) COMPLETE
99122026-08-24T20:23:49.020Z[ host-image] Aug 24 20:23:48.056 INFO O| Aug 24 20:23:48.056 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99132026-08-24T20:23:49.020Z[ host-image] Aug 24 20:23:48.065 INFO O| Aug 24 20:23:48.065 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99142026-08-24T20:23:49.021Z[ host-image] Aug 24 20:23:48.065 INFO O| Aug 24 20:23:48.065 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99152026-08-24T20:23:49.023Z[ host-image] Aug 24 20:23:48.065 INFO O| Aug 24 20:23:48.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99162026-08-24T20:23:49.023Z[ host-image] Aug 24 20:23:48.065 INFO O| Aug 24 20:23:48.065 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99172026-08-24T20:23:49.023Z[ host-image] Aug 24 20:23:48.065 INFO O| Aug 24 20:23:48.065 INFO ok!
99182026-08-24T20:23:49.023Z[ host-image] Aug 24 20:23:48.065 INFO O| Aug 24 20:23:48.065 INFO STEP 28 (ensure_file) COMPLETE
99192026-08-24T20:23:49.023Z[ host-image] Aug 24 20:23:48.065 INFO O| Aug 24 20:23:48.065 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99202026-08-24T20:23:49.031Z[ host-image] Aug 24 20:23:48.074 INFO O| Aug 24 20:23:48.074 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99212026-08-24T20:23:49.031Z[ host-image] Aug 24 20:23:48.074 INFO O| Aug 24 20:23:48.074 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99222026-08-24T20:23:49.031Z[ host-image] Aug 24 20:23:48.074 INFO O| Aug 24 20:23:48.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99232026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.074 INFO O| Aug 24 20:23:48.074 INFO ok!
99242026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.074 INFO O| Aug 24 20:23:48.074 INFO STEP 29 (ensure_file) COMPLETE
99252026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.074 INFO O| Aug 24 20:23:48.074 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99262026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.081 INFO O| Aug 24 20:23:48.081 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99272026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.081 INFO O| Aug 24 20:23:48.081 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99282026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.081 INFO O| Aug 24 20:23:48.081 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99292026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.081 INFO O| Aug 24 20:23:48.081 INFO STEP 30 (ensure_dir) COMPLETE
99302026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.081 INFO O| Aug 24 20:23:48.081 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.089 INFO O| Aug 24 20:23:48.089 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99322026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.089 INFO O| Aug 24 20:23:48.089 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99332026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.089 INFO O| Aug 24 20:23:48.089 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99342026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.089 INFO O| Aug 24 20:23:48.089 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99352026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.089 INFO O| Aug 24 20:23:48.089 INFO ok!
99362026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.089 INFO O| Aug 24 20:23:48.089 INFO STEP 31 (ensure_file) COMPLETE
99372026-08-24T20:23:49.032Z[ host-image] Aug 24 20:23:48.089 INFO O| Aug 24 20:23:48.089 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99382026-08-24T20:23:49.036Z[ host-image] Aug 24 20:23:48.096 INFO O| Aug 24 20:23:48.096 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99392026-08-24T20:23:49.036Z[ host-image] Aug 24 20:23:48.096 INFO O| Aug 24 20:23:48.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99402026-08-24T20:23:49.036Z[ host-image] Aug 24 20:23:48.096 INFO O| Aug 24 20:23:48.096 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99412026-08-24T20:23:49.036Z[ host-image] Aug 24 20:23:48.096 INFO O| Aug 24 20:23:48.096 INFO STEP 32 (ensure_dir) COMPLETE
99422026-08-24T20:23:49.036Z[ host-image] Aug 24 20:23:48.096 INFO O| Aug 24 20:23:48.096 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99432026-08-24T20:23:49.044Z[ host-image] Aug 24 20:23:48.105 INFO O| Aug 24 20:23:48.105 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99442026-08-24T20:23:49.044Z[ host-image] Aug 24 20:23:48.105 INFO O| Aug 24 20:23:48.105 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 ...
99452026-08-24T20:23:49.044Z[ host-image] Aug 24 20:23:48.105 INFO O| Aug 24 20:23:48.105 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
99462026-08-24T20:23:49.048Z[ host-image] Aug 24 20:23:48.105 INFO O| Aug 24 20:23:48.105 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99472026-08-24T20:23:49.048Z[ host-image] Aug 24 20:23:48.105 INFO O| Aug 24 20:23:48.105 INFO ok!
99482026-08-24T20:23:49.048Z[ host-image] Aug 24 20:23:48.105 INFO O| Aug 24 20:23:48.105 INFO STEP 33 (ensure_file) COMPLETE
99492026-08-24T20:23:49.048Z[ host-image] Aug 24 20:23:48.105 INFO O| Aug 24 20:23:48.105 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99502026-08-24T20:23:49.053Z[ host-image] Aug 24 20:23:48.114 INFO O| Aug 24 20:23:48.114 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99512026-08-24T20:23:49.053Z[ host-image] Aug 24 20:23:48.114 INFO O| Aug 24 20:23:48.114 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99522026-08-24T20:23:49.057Z[ host-image] Aug 24 20:23:48.114 INFO O| Aug 24 20:23:48.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99532026-08-24T20:23:49.057Z[ host-image] Aug 24 20:23:48.114 INFO O| Aug 24 20:23:48.114 INFO ok!
99542026-08-24T20:23:49.057Z[ host-image] Aug 24 20:23:48.114 INFO O| Aug 24 20:23:48.114 INFO STEP 34 (ensure_file) COMPLETE
99552026-08-24T20:23:49.057Z[ host-image] Aug 24 20:23:48.114 INFO O| Aug 24 20:23:48.114 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99562026-08-24T20:23:49.073Z[ host-image] Aug 24 20:23:48.122 INFO O| Aug 24 20:23:48.122 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99572026-08-24T20:23:49.074Z[ host-image] Aug 24 20:23:48.122 INFO O| Aug 24 20:23:48.122 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99582026-08-24T20:23:49.074Z[ host-image] Aug 24 20:23:48.123 INFO O| Aug 24 20:23:48.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99592026-08-24T20:23:49.074Z[ host-image] Aug 24 20:23:48.123 INFO O| Aug 24 20:23:48.122 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99602026-08-24T20:23:49.074Z[ host-image] Aug 24 20:23:48.123 INFO O| Aug 24 20:23:48.122 INFO ok!
99612026-08-24T20:23:49.074Z[ host-image] Aug 24 20:23:48.123 INFO O| Aug 24 20:23:48.122 INFO STEP 35 (ensure_file) COMPLETE
99622026-08-24T20:23:49.074Z[ host-image] Aug 24 20:23:48.123 INFO O| Aug 24 20:23:48.122 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99632026-08-24T20:23:49.081Z[ host-image] Aug 24 20:23:48.131 INFO O| Aug 24 20:23:48.131 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99642026-08-24T20:23:49.081Z[ host-image] Aug 24 20:23:48.131 INFO O| Aug 24 20:23:48.131 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99652026-08-24T20:23:49.081Z[ host-image] Aug 24 20:23:48.131 INFO O| Aug 24 20:23:48.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99662026-08-24T20:23:49.081Z[ host-image] Aug 24 20:23:48.131 INFO O| Aug 24 20:23:48.131 INFO ok!
99672026-08-24T20:23:49.082Z[ host-image] Aug 24 20:23:48.131 INFO O| Aug 24 20:23:48.131 INFO STEP 36 (ensure_file) COMPLETE
99682026-08-24T20:23:49.082Z[ host-image] Aug 24 20:23:48.131 INFO O| Aug 24 20:23:48.131 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99692026-08-24T20:23:49.082Z[ host-image] Aug 24 20:23:48.140 INFO O| Aug 24 20:23:48.140 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99702026-08-24T20:23:49.082Z[ host-image] Aug 24 20:23:48.140 INFO O| Aug 24 20:23:48.140 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99712026-08-24T20:23:49.082Z[ host-image] Aug 24 20:23:48.140 INFO O| Aug 24 20:23:48.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99722026-08-24T20:23:49.082Z[ host-image] Aug 24 20:23:48.140 INFO O| Aug 24 20:23:48.140 INFO ok!
99732026-08-24T20:23:49.082Z[ host-image] Aug 24 20:23:48.140 INFO O| Aug 24 20:23:48.140 INFO STEP 37 (ensure_file) COMPLETE
99742026-08-24T20:23:49.082Z[ host-image] Aug 24 20:23:48.140 INFO O| Aug 24 20:23:48.140 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99752026-08-24T20:23:49.092Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99762026-08-24T20:23:49.092Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99772026-08-24T20:23:49.095Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99782026-08-24T20:23:49.095Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99792026-08-24T20:23:49.095Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99802026-08-24T20:23:49.095Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99812026-08-24T20:23:49.096Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO ok!
99822026-08-24T20:23:49.096Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO STEP 38 (ensure_file) COMPLETE
99832026-08-24T20:23:49.096Z[ host-image] Aug 24 20:23:48.148 INFO O| Aug 24 20:23:48.148 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99842026-08-24T20:23:49.096Z[ host-image] Aug 24 20:23:48.156 INFO O| Aug 24 20:23:48.156 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99852026-08-24T20:23:49.096Z[ host-image] Aug 24 20:23:48.156 INFO O| Aug 24 20:23:48.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99862026-08-24T20:23:49.096Z[ host-image] Aug 24 20:23:48.156 INFO O| Aug 24 20:23:48.156 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99872026-08-24T20:23:49.096Z[ host-image] Aug 24 20:23:48.156 INFO O| Aug 24 20:23:48.156 INFO STEP 39 (ensure_dir) COMPLETE
99882026-08-24T20:23:49.096Z[ host-image] Aug 24 20:23:48.156 INFO O| Aug 24 20:23:48.156 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99892026-08-24T20:23:49.130Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 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
99902026-08-24T20:23:49.130Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 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 ...
99912026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 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
99922026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 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
99932026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 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
99942026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 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
99952026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 INFO ok!
99962026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 INFO STEP 40 (ensure_file) COMPLETE
99972026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.166 INFO O| Aug 24 20:23:48.166 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99982026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.174 INFO O| Aug 24 20:23:48.174 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99992026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.174 INFO O| Aug 24 20:23:48.174 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 ...
100002026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.174 INFO O| Aug 24 20:23:48.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100012026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.174 INFO O| Aug 24 20:23:48.174 INFO ok!
100022026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.174 INFO O| Aug 24 20:23:48.174 INFO STEP 41 (ensure_symlink) COMPLETE
100032026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.174 INFO O| Aug 24 20:23:48.174 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100042026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.181 INFO O| Aug 24 20:23:48.181 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100052026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.181 INFO O| Aug 24 20:23:48.181 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100062026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.181 INFO O| Aug 24 20:23:48.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100072026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.181 INFO O| Aug 24 20:23:48.181 INFO ok!
100082026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.181 INFO O| Aug 24 20:23:48.181 INFO STEP 42 (ensure_symlink) COMPLETE
100092026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.181 INFO O| Aug 24 20:23:48.181 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100102026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100112026-08-24T20:23:49.154Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100122026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100132026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100142026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100152026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100162026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO ok!
100172026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO STEP 43 (ensure_file) COMPLETE
100182026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.190 INFO O| Aug 24 20:23:48.190 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100192026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.198 INFO O| Aug 24 20:23:48.198 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100202026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.198 INFO O| Aug 24 20:23:48.198 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 ...
100212026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.198 INFO O| Aug 24 20:23:48.198 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
100222026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.198 INFO O| Aug 24 20:23:48.198 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100232026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.198 INFO O| Aug 24 20:23:48.198 INFO ok!
100242026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.198 INFO O| Aug 24 20:23:48.198 INFO STEP 44 (ensure_file) COMPLETE
100252026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.198 INFO O| Aug 24 20:23:48.198 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100262026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.205 INFO O| Aug 24 20:23:48.205 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100272026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.205 INFO O| Aug 24 20:23:48.205 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100282026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.205 INFO O| Aug 24 20:23:48.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100292026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.205 INFO O| Aug 24 20:23:48.205 INFO ok!
100302026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.205 INFO O| Aug 24 20:23:48.205 INFO STEP 45 (ensure_file) COMPLETE
100312026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.205 INFO O| Aug 24 20:23:48.205 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100322026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.212 INFO O| Aug 24 20:23:48.212 INFO updating shadow file
100332026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.212 INFO O| Aug 24 20:23:48.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100342026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.212 INFO O| Aug 24 20:23:48.212 INFO STEP 46 (shadow) COMPLETE
100352026-08-24T20:23:49.155Z[ host-image] Aug 24 20:23:48.212 INFO O| Aug 24 20:23:48.212 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100362026-08-24T20:23:49.185Z[ recovery-image] Aug 24 20:23:48.217 INFO O| ok, image written!
100372026-08-24T20:23:49.185Z[ recovery-image] Aug 24 20:23:48.217 INFO O| ok, boot_image_csum file written!
100382026-08-24T20:23:49.185Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100392026-08-24T20:23:49.185Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100402026-08-24T20:23:49.185Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100412026-08-24T20:23:49.185Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100422026-08-24T20:23:49.185Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO ok!
100432026-08-24T20:23:49.186Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO STEP 47 (ensure_file) COMPLETE
100442026-08-24T20:23:49.186Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100452026-08-24T20:23:49.186Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO skip step because feature "mfg" is not enabled
100462026-08-24T20:23:49.186Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-08-24T20:23:49.186Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO skip step because feature "mfg" is not enabled
100482026-08-24T20:23:49.186Z[ host-image] Aug 24 20:23:48.219 INFO O| Aug 24 20:23:48.219 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100492026-08-24T20:23:49.186Z[ recovery-image] Aug 24 20:23:48.219 INFO creating boot archive (CPIO)...
100502026-08-24T20:23:49.186Z[ recovery-image] Aug 24 20:23:48.219 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
100512026-08-24T20:23:49.186Z[ recovery-image] Aug 24 20:23:48.223 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
100522026-08-24T20:23:49.186Z[ recovery-image] Aug 24 20:23:48.223 INFO E| + outfile=/work/os-recovery/cpio
100532026-08-24T20:23:49.186Z[ recovery-image] Aug 24 20:23:48.223 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
100542026-08-24T20:23:49.186Z[ recovery-image] Aug 24 20:23:48.225 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
100552026-08-24T20:23:49.186Z[ recovery-image] Aug 24 20:23:48.225 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
100562026-08-24T20:23:49.186Z[ host-image] Aug 24 20:23:48.228 INFO O| Aug 24 20:23:48.228 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100572026-08-24T20:23:49.186Z[ host-image] Aug 24 20:23:48.228 INFO O| Aug 24 20:23:48.228 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100582026-08-24T20:23:49.208Z[ host-image] Aug 24 20:23:48.263 INFO O| Aug 24 20:23:48.263 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100592026-08-24T20:23:49.208Z[ host-image] Aug 24 20:23:48.263 INFO O| Aug 24 20:23:48.263 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100602026-08-24T20:23:49.213Z[ host-image] Aug 24 20:23:48.263 INFO O| Aug 24 20:23:48.263 INFO ok!
100612026-08-24T20:23:49.213Z[ host-image] Aug 24 20:23:48.263 INFO O| Aug 24 20:23:48.263 INFO STEP 50 (ensure_file) COMPLETE
100622026-08-24T20:23:49.213Z[ host-image] Aug 24 20:23:48.263 INFO O| Aug 24 20:23:48.263 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100632026-08-24T20:23:49.213Z[ host-image] Aug 24 20:23:48.263 INFO O| Aug 24 20:23:48.263 INFO skip step because feature "compliance" is not enabled
100642026-08-24T20:23:49.213Z[ host-image] Aug 24 20:23:48.263 INFO O| Aug 24 20:23:48.263 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-08-24T20:23:49.213Z[ recovery-image] Aug 24 20:23:48.268 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
100662026-08-24T20:23:49.213Z[ recovery-image] Aug 24 20:23:48.268 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
100672026-08-24T20:23:49.213Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100682026-08-24T20:23:49.213Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100692026-08-24T20:23:49.213Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100702026-08-24T20:23:49.214Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100712026-08-24T20:23:49.214Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100722026-08-24T20:23:49.214Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100732026-08-24T20:23:49.214Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO ok!
100742026-08-24T20:23:49.214Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO STEP 52 (ensure_file) COMPLETE
100752026-08-24T20:23:49.214Z[ host-image] Aug 24 20:23:48.272 INFO O| Aug 24 20:23:48.272 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-24T20:23:49.218Z[ recovery-image] Aug 24 20:23:48.275 INFO creating compressed cpio/unix for dev loaders...
100772026-08-24T20:23:49.218Z[ recovery-image] Aug 24 20:23:48.275 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
100782026-08-24T20:23:49.222Z[ host-image] Aug 24 20:23:48.281 INFO O| Aug 24 20:23:48.281 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100792026-08-24T20:23:49.222Z[ host-image] Aug 24 20:23:48.281 INFO O| Aug 24 20:23:48.281 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 ...
100802026-08-24T20:23:49.222Z[ host-image] Aug 24 20:23:48.281 INFO O| Aug 24 20:23:48.281 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
100812026-08-24T20:23:49.222Z[ host-image] Aug 24 20:23:48.281 INFO O| Aug 24 20:23:48.281 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100822026-08-24T20:23:49.223Z[ host-image] Aug 24 20:23:48.281 INFO O| Aug 24 20:23:48.281 INFO ok!
100832026-08-24T20:23:49.223Z[ host-image] Aug 24 20:23:48.281 INFO O| Aug 24 20:23:48.281 INFO STEP 53 (ensure_file) COMPLETE
100842026-08-24T20:23:49.223Z[ host-image] Aug 24 20:23:48.281 INFO O| Aug 24 20:23:48.281 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100852026-08-24T20:23:49.227Z[ host-image] Aug 24 20:23:48.288 INFO O| Aug 24 20:23:48.288 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100862026-08-24T20:23:49.227Z[ host-image] Aug 24 20:23:48.288 INFO O| Aug 24 20:23:48.288 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 ...
100872026-08-24T20:23:49.228Z[ host-image] Aug 24 20:23:48.289 INFO O| Aug 24 20:23:48.289 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100882026-08-24T20:23:49.228Z[ host-image] Aug 24 20:23:48.289 INFO O| Aug 24 20:23:48.289 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100892026-08-24T20:23:49.228Z[ host-image] Aug 24 20:23:48.289 INFO O| Aug 24 20:23:48.289 INFO ok!
100902026-08-24T20:23:49.228Z[ host-image] Aug 24 20:23:48.289 INFO O| Aug 24 20:23:48.289 INFO STEP 54 (ensure_file) COMPLETE
100912026-08-24T20:23:49.228Z[ host-image] Aug 24 20:23:48.289 INFO O| Aug 24 20:23:48.289 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100922026-08-24T20:23:49.237Z[ host-image] Aug 24 20:23:48.299 INFO O| Aug 24 20:23:48.299 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100932026-08-24T20:23:49.237Z[ host-image] Aug 24 20:23:48.299 INFO O| Aug 24 20:23:48.299 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 ...
100942026-08-24T20:23:49.241Z[ host-image] Aug 24 20:23:48.299 INFO O| Aug 24 20:23:48.299 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
100952026-08-24T20:23:49.241Z[ host-image] Aug 24 20:23:48.299 INFO O| Aug 24 20:23:48.299 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100962026-08-24T20:23:49.241Z[ host-image] Aug 24 20:23:48.299 INFO O| Aug 24 20:23:48.299 INFO ok!
100972026-08-24T20:23:49.241Z[ host-image] Aug 24 20:23:48.299 INFO O| Aug 24 20:23:48.299 INFO STEP 55 (ensure_file) COMPLETE
100982026-08-24T20:23:49.241Z[ host-image] Aug 24 20:23:48.299 INFO O| Aug 24 20:23:48.299 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100992026-08-24T20:23:49.246Z[ host-image] Aug 24 20:23:48.307 INFO O| Aug 24 20:23:48.307 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101002026-08-24T20:23:49.250Z[ host-image] Aug 24 20:23:48.307 INFO O| Aug 24 20:23:48.307 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 ...
101012026-08-24T20:23:49.250Z[ host-image] Aug 24 20:23:48.308 INFO O| Aug 24 20:23:48.307 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101022026-08-24T20:23:49.250Z[ host-image] Aug 24 20:23:48.308 INFO O| Aug 24 20:23:48.308 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101032026-08-24T20:23:49.250Z[ host-image] Aug 24 20:23:48.308 INFO O| Aug 24 20:23:48.308 INFO ok!
101042026-08-24T20:23:49.250Z[ host-image] Aug 24 20:23:48.308 INFO O| Aug 24 20:23:48.308 INFO STEP 56 (ensure_file) COMPLETE
101052026-08-24T20:23:49.250Z[ host-image] Aug 24 20:23:48.308 INFO O| Aug 24 20:23:48.308 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101062026-08-24T20:23:49.255Z[ host-image] Aug 24 20:23:48.316 INFO O| Aug 24 20:23:48.316 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101072026-08-24T20:23:49.259Z[ host-image] Aug 24 20:23:48.316 INFO O| Aug 24 20:23:48.316 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 ...
101082026-08-24T20:23:49.259Z[ host-image] Aug 24 20:23:48.316 INFO O| Aug 24 20:23:48.316 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
101092026-08-24T20:23:49.259Z[ host-image] Aug 24 20:23:48.316 INFO O| Aug 24 20:23:48.316 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101102026-08-24T20:23:49.259Z[ host-image] Aug 24 20:23:48.316 INFO O| Aug 24 20:23:48.316 INFO ok!
101112026-08-24T20:23:49.259Z[ host-image] Aug 24 20:23:48.316 INFO O| Aug 24 20:23:48.316 INFO STEP 57 (ensure_file) COMPLETE
101122026-08-24T20:23:49.259Z[ host-image] Aug 24 20:23:48.316 INFO O| Aug 24 20:23:48.316 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101142026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 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 ...
101152026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101162026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101172026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101182026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101192026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 INFO ok!
101202026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 INFO STEP 58 (ensure_file) COMPLETE
101212026-08-24T20:23:49.263Z[ host-image] Aug 24 20:23:48.323 INFO O| Aug 24 20:23:48.323 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101222026-08-24T20:23:49.269Z[ host-image] Aug 24 20:23:48.331 INFO O| Aug 24 20:23:48.331 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101232026-08-24T20:23:49.269Z[ host-image] Aug 24 20:23:48.331 INFO O| Aug 24 20:23:48.331 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 ...
101242026-08-24T20:23:49.274Z[ host-image] Aug 24 20:23:48.331 INFO O| Aug 24 20:23:48.331 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
101252026-08-24T20:23:49.274Z[ host-image] Aug 24 20:23:48.331 INFO O| Aug 24 20:23:48.331 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101262026-08-24T20:23:49.274Z[ host-image] Aug 24 20:23:48.331 INFO O| Aug 24 20:23:48.331 INFO ok!
101272026-08-24T20:23:49.274Z[ host-image] Aug 24 20:23:48.331 INFO O| Aug 24 20:23:48.331 INFO STEP 59 (ensure_file) COMPLETE
101282026-08-24T20:23:49.274Z[ host-image] Aug 24 20:23:48.331 INFO O| Aug 24 20:23:48.331 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101292026-08-24T20:23:49.277Z[ host-image] Aug 24 20:23:48.339 INFO O| Aug 24 20:23:48.339 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101302026-08-24T20:23:49.277Z[ host-image] Aug 24 20:23:48.339 INFO O| Aug 24 20:23:48.339 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101312026-08-24T20:23:49.278Z[ host-image] Aug 24 20:23:48.339 INFO O| Aug 24 20:23:48.339 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101322026-08-24T20:23:49.278Z[ host-image] Aug 24 20:23:48.339 INFO O| Aug 24 20:23:48.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101332026-08-24T20:23:49.278Z[ host-image] Aug 24 20:23:48.339 INFO O| Aug 24 20:23:48.339 INFO ok!
101342026-08-24T20:23:49.278Z[ host-image] Aug 24 20:23:48.339 INFO O| Aug 24 20:23:48.339 INFO STEP 60 (ensure_file) COMPLETE
101352026-08-24T20:23:49.278Z[ host-image] Aug 24 20:23:48.339 INFO O| Aug 24 20:23:48.339 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101362026-08-24T20:23:49.296Z[ host-image] Aug 24 20:23:48.348 INFO O| Aug 24 20:23:48.348 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101372026-08-24T20:23:49.296Z[ host-image] Aug 24 20:23:48.348 INFO O| Aug 24 20:23:48.348 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 ...
101382026-08-24T20:23:49.296Z[ host-image] Aug 24 20:23:48.348 INFO O| Aug 24 20:23:48.348 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
101392026-08-24T20:23:49.296Z[ host-image] Aug 24 20:23:48.348 INFO O| Aug 24 20:23:48.348 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101402026-08-24T20:23:49.314Z[ host-image] Aug 24 20:23:48.348 INFO O| Aug 24 20:23:48.348 INFO ok!
101412026-08-24T20:23:49.314Z[ host-image] Aug 24 20:23:48.348 INFO O| Aug 24 20:23:48.348 INFO STEP 61 (ensure_file) COMPLETE
101422026-08-24T20:23:49.315Z[ host-image] Aug 24 20:23:48.348 INFO O| Aug 24 20:23:48.348 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101432026-08-24T20:23:49.315Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101442026-08-24T20:23:49.315Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101452026-08-24T20:23:49.315Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101462026-08-24T20:23:49.315Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101472026-08-24T20:23:49.315Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101482026-08-24T20:23:49.315Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101492026-08-24T20:23:49.315Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO ok!
101502026-08-24T20:23:49.316Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO STEP 62 (ensure_file) COMPLETE
101512026-08-24T20:23:49.316Z[ host-image] Aug 24 20:23:48.356 INFO O| Aug 24 20:23:48.356 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101522026-08-24T20:23:49.323Z[ host-image] Aug 24 20:23:48.365 INFO O| Aug 24 20:23:48.365 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101532026-08-24T20:23:49.323Z[ host-image] Aug 24 20:23:48.365 INFO O| Aug 24 20:23:48.365 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 ...
101542026-08-24T20:23:49.323Z[ host-image] Aug 24 20:23:48.365 INFO O| Aug 24 20:23:48.365 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
101552026-08-24T20:23:49.323Z[ host-image] Aug 24 20:23:48.365 INFO O| Aug 24 20:23:48.365 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101562026-08-24T20:23:49.323Z[ host-image] Aug 24 20:23:48.365 INFO O| Aug 24 20:23:48.365 INFO ok!
101572026-08-24T20:23:49.323Z[ host-image] Aug 24 20:23:48.365 INFO O| Aug 24 20:23:48.365 INFO STEP 63 (ensure_file) COMPLETE
101582026-08-24T20:23:49.323Z[ host-image] Aug 24 20:23:48.365 INFO O| Aug 24 20:23:48.365 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101592026-08-24T20:23:49.323Z[ host-image] Aug 24 20:23:48.372 INFO O| Aug 24 20:23:48.372 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101602026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.372 INFO O| Aug 24 20:23:48.372 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
101612026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.372 INFO O| Aug 24 20:23:48.372 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101622026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.372 INFO O| Aug 24 20:23:48.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101632026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.372 INFO O| Aug 24 20:23:48.372 INFO ok!
101642026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.372 INFO O| Aug 24 20:23:48.372 INFO STEP 64 (ensure_file) COMPLETE
101652026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.372 INFO O| Aug 24 20:23:48.372 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101662026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101672026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 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 ...
101682026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 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
101692026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101702026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 INFO ok!
101712026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 INFO STEP 65 (ensure_file) COMPLETE
101722026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101732026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 INFO skip step because feature "mbist" is not enabled
101742026-08-24T20:23:49.324Z[ host-image] Aug 24 20:23:48.379 INFO O| Aug 24 20:23:48.379 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-24T20:23:49.345Z[ host-image] Aug 24 20:23:48.386 INFO O| Aug 24 20:23:48.386 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101762026-08-24T20:23:49.345Z[ host-image] Aug 24 20:23:48.386 INFO O| Aug 24 20:23:48.386 INFO STEP 67 (ensure_dir) COMPLETE
101772026-08-24T20:23:49.345Z[ host-image] Aug 24 20:23:48.386 INFO O| Aug 24 20:23:48.386 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.392 INFO O| Aug 24 20:23:48.392 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101792026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.392 INFO O| Aug 24 20:23:48.392 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101802026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.392 INFO O| Aug 24 20:23:48.392 INFO STEP 68 (ensure_dir) COMPLETE
101812026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.392 INFO O| Aug 24 20:23:48.392 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.399 INFO O| Aug 24 20:23:48.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101832026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.399 INFO O| Aug 24 20:23:48.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101842026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.399 INFO O| Aug 24 20:23:48.399 INFO STEP 69 (ensure_dir) COMPLETE
101852026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.399 INFO O| Aug 24 20:23:48.399 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.407 INFO O| Aug 24 20:23:48.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101872026-08-24T20:23:49.349Z[ host-image] Aug 24 20:23:48.407 INFO O| Aug 24 20:23:48.407 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101882026-08-24T20:23:49.461Z[ recovery-image] Aug 24 20:23:48.516 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101892026-08-24T20:23:49.718Z[ host-image] Aug 24 20:23:48.779 INFO O| Aug 24 20:23:48.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101902026-08-24T20:23:49.718Z[ host-image] Aug 24 20:23:48.779 INFO O| Aug 24 20:23:48.779 INFO ok!
101912026-08-24T20:23:49.718Z[ host-image] Aug 24 20:23:48.779 INFO O| Aug 24 20:23:48.779 INFO STEP 70 (ensure_file) COMPLETE
101922026-08-24T20:23:49.718Z[ host-image] Aug 24 20:23:48.779 INFO O| Aug 24 20:23:48.779 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-24T20:23:49.738Z[ host-image] Aug 24 20:23:48.788 INFO O| Aug 24 20:23:48.787 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101942026-08-24T20:23:49.738Z[ host-image] Aug 24 20:23:48.788 INFO O| Aug 24 20:23:48.788 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101952026-08-24T20:23:50.375Z[ host-image] Aug 24 20:23:49.436 INFO O| Aug 24 20:23:49.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101962026-08-24T20:23:50.375Z[ host-image] Aug 24 20:23:49.436 INFO O| Aug 24 20:23:49.436 INFO ok!
101972026-08-24T20:23:50.379Z[ host-image] Aug 24 20:23:49.436 INFO O| Aug 24 20:23:49.436 INFO STEP 71 (ensure_file) COMPLETE
101982026-08-24T20:23:50.379Z[ host-image] Aug 24 20:23:49.436 INFO O| Aug 24 20:23:49.436 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-08-24T20:23:50.383Z[ host-image] Aug 24 20:23:49.445 INFO O| Aug 24 20:23:49.445 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102002026-08-24T20:23:50.387Z[ host-image] Aug 24 20:23:49.445 INFO O| Aug 24 20:23:49.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102012026-08-24T20:23:50.387Z[ host-image] Aug 24 20:23:49.445 INFO O| Aug 24 20:23:49.445 INFO STEP 72 (ensure_dir) COMPLETE
102022026-08-24T20:23:50.387Z[ host-image] Aug 24 20:23:49.445 INFO O| Aug 24 20:23:49.445 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-08-24T20:23:50.392Z[ host-image] Aug 24 20:23:49.454 INFO O| Aug 24 20:23:49.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102042026-08-24T20:23:50.392Z[ host-image] Aug 24 20:23:49.454 INFO O| Aug 24 20:23:49.454 INFO copying /tmp/.tmpsF5wwU/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 ...
102052026-08-24T20:23:50.396Z[ host-image] Aug 24 20:23:49.454 INFO O| Aug 24 20:23:49.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102062026-08-24T20:23:50.396Z[ host-image] Aug 24 20:23:49.454 INFO O| Aug 24 20:23:49.454 INFO ok!
102072026-08-24T20:23:50.396Z[ host-image] Aug 24 20:23:49.454 INFO O| Aug 24 20:23:49.454 INFO STEP 73 (ensure_file) COMPLETE
102082026-08-24T20:23:50.396Z[ host-image] Aug 24 20:23:49.454 INFO O| Aug 24 20:23:49.454 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-24T20:23:50.402Z[ host-image] Aug 24 20:23:49.463 INFO O| Aug 24 20:23:49.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102102026-08-24T20:23:50.402Z[ host-image] Aug 24 20:23:49.463 INFO O| Aug 24 20:23:49.463 INFO copying /tmp/.tmpsF5wwU/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 ...
102112026-08-24T20:23:50.406Z[ host-image] Aug 24 20:23:49.463 INFO O| Aug 24 20:23:49.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102122026-08-24T20:23:50.406Z[ host-image] Aug 24 20:23:49.463 INFO O| Aug 24 20:23:49.463 INFO ok!
102132026-08-24T20:23:50.406Z[ host-image] Aug 24 20:23:49.463 INFO O| Aug 24 20:23:49.463 INFO STEP 74 (ensure_file) COMPLETE
102142026-08-24T20:23:50.406Z[ host-image] Aug 24 20:23:49.463 INFO O| Aug 24 20:23:49.463 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-24T20:23:50.410Z[ host-image] Aug 24 20:23:49.471 INFO O| Aug 24 20:23:49.471 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102162026-08-24T20:23:50.410Z[ host-image] Aug 24 20:23:49.471 INFO O| Aug 24 20:23:49.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102172026-08-24T20:23:50.415Z[ host-image] Aug 24 20:23:49.471 INFO O| Aug 24 20:23:49.471 INFO STEP 75 (ensure_dir) COMPLETE
102182026-08-24T20:23:50.415Z[ host-image] Aug 24 20:23:49.471 INFO O| Aug 24 20:23:49.471 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-08-24T20:23:50.419Z[ host-image] Aug 24 20:23:49.479 INFO O| Aug 24 20:23:49.479 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102202026-08-24T20:23:50.419Z[ host-image] Aug 24 20:23:49.479 INFO O| Aug 24 20:23:49.479 INFO copying /tmp/.tmpsF5wwU/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 ...
102212026-08-24T20:23:50.419Z[ host-image] Aug 24 20:23:49.479 INFO O| Aug 24 20:23:49.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102222026-08-24T20:23:50.419Z[ host-image] Aug 24 20:23:49.479 INFO O| Aug 24 20:23:49.479 INFO ok!
102232026-08-24T20:23:50.419Z[ host-image] Aug 24 20:23:49.479 INFO O| Aug 24 20:23:49.479 INFO STEP 76 (ensure_file) COMPLETE
102242026-08-24T20:23:50.419Z[ host-image] Aug 24 20:23:49.479 INFO O| Aug 24 20:23:49.479 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-24T20:23:50.425Z[ host-image] Aug 24 20:23:49.486 INFO O| Aug 24 20:23:49.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102262026-08-24T20:23:50.425Z[ host-image] Aug 24 20:23:49.487 INFO O| Aug 24 20:23:49.486 INFO copying /tmp/.tmpsF5wwU/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 ...
102272026-08-24T20:23:50.425Z[ host-image] Aug 24 20:23:49.487 INFO O| Aug 24 20:23:49.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102282026-08-24T20:23:50.425Z[ host-image] Aug 24 20:23:49.487 INFO O| Aug 24 20:23:49.487 INFO ok!
102292026-08-24T20:23:50.467Z[ host-image] Aug 24 20:23:49.487 INFO O| Aug 24 20:23:49.487 INFO STEP 77 (ensure_file) COMPLETE
102302026-08-24T20:23:50.467Z[ host-image] Aug 24 20:23:49.487 INFO O| Aug 24 20:23:49.487 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-24T20:23:50.472Z[ host-image] Aug 24 20:23:49.495 INFO O| Aug 24 20:23:49.495 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102322026-08-24T20:23:50.472Z[ host-image] Aug 24 20:23:49.496 INFO O| Aug 24 20:23:49.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102332026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.496 INFO O| Aug 24 20:23:49.496 INFO STEP 78 (ensure_dir) COMPLETE
102342026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.496 INFO O| Aug 24 20:23:49.496 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.504 INFO O| Aug 24 20:23:49.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102362026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.504 INFO O| Aug 24 20:23:49.504 INFO copying /tmp/.tmpsF5wwU/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 ...
102372026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.504 INFO O| Aug 24 20:23:49.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102382026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.504 INFO O| Aug 24 20:23:49.504 INFO ok!
102392026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.504 INFO O| Aug 24 20:23:49.504 INFO STEP 79 (ensure_file) COMPLETE
102402026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.504 INFO O| Aug 24 20:23:49.504 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.511 INFO O| Aug 24 20:23:49.511 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102422026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.511 INFO O| Aug 24 20:23:49.511 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102432026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.511 INFO O| Aug 24 20:23:49.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102442026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.511 INFO O| Aug 24 20:23:49.511 INFO ok!
102452026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.511 INFO O| Aug 24 20:23:49.511 INFO STEP 80 (ensure_file) COMPLETE
102462026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.511 INFO O| Aug 24 20:23:49.511 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.519 INFO O| Aug 24 20:23:49.519 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102482026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.519 INFO O| Aug 24 20:23:49.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102492026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.519 INFO O| Aug 24 20:23:49.519 INFO STEP 81 (ensure_dir) COMPLETE
102502026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.519 INFO O| Aug 24 20:23:49.519 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.527 INFO O| Aug 24 20:23:49.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102522026-08-24T20:23:50.473Z[ host-image] Aug 24 20:23:49.527 INFO O| Aug 24 20:23:49.527 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102532026-08-24T20:23:51.117Z[ host-image] Aug 24 20:23:50.178 INFO O| Aug 24 20:23:50.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102542026-08-24T20:23:51.117Z[ host-image] Aug 24 20:23:50.178 INFO O| Aug 24 20:23:50.178 INFO ok!
102552026-08-24T20:23:51.118Z[ host-image] Aug 24 20:23:50.178 INFO O| Aug 24 20:23:50.178 INFO STEP 82 (ensure_file) COMPLETE
102562026-08-24T20:23:51.118Z[ host-image] Aug 24 20:23:50.178 INFO O| Aug 24 20:23:50.178 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-08-24T20:23:51.128Z[ host-image] Aug 24 20:23:50.189 INFO O| Aug 24 20:23:50.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102582026-08-24T20:23:51.128Z[ host-image] Aug 24 20:23:50.189 INFO O| Aug 24 20:23:50.189 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102592026-08-24T20:23:51.409Z[ host-image] Aug 24 20:23:50.470 INFO O| Aug 24 20:23:50.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102602026-08-24T20:23:51.409Z[ host-image] Aug 24 20:23:50.470 INFO O| Aug 24 20:23:50.470 INFO ok!
102612026-08-24T20:23:51.409Z[ host-image] Aug 24 20:23:50.470 INFO O| Aug 24 20:23:50.470 INFO STEP 83 (ensure_file) COMPLETE
102622026-08-24T20:23:51.409Z[ host-image] Aug 24 20:23:50.470 INFO O| Aug 24 20:23:50.470 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-24T20:23:51.419Z[ host-image] Aug 24 20:23:50.480 INFO O| Aug 24 20:23:50.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102642026-08-24T20:23:51.423Z[ host-image] Aug 24 20:23:50.480 INFO O| Aug 24 20:23:50.480 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102652026-08-24T20:23:52.805Z[ host-image] Aug 24 20:23:51.866 INFO O| Aug 24 20:23:51.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102662026-08-24T20:23:52.805Z[ host-image] Aug 24 20:23:51.866 INFO O| Aug 24 20:23:51.866 INFO ok!
102672026-08-24T20:23:52.805Z[ host-image] Aug 24 20:23:51.866 INFO O| Aug 24 20:23:51.866 INFO STEP 84 (ensure_file) COMPLETE
102682026-08-24T20:23:52.809Z[ host-image] Aug 24 20:23:51.866 INFO O| Aug 24 20:23:51.866 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-24T20:23:52.816Z[ host-image] Aug 24 20:23:51.877 INFO O| Aug 24 20:23:51.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102702026-08-24T20:23:52.816Z[ host-image] Aug 24 20:23:51.877 INFO O| Aug 24 20:23:51.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102712026-08-24T20:23:52.820Z[ host-image] Aug 24 20:23:51.877 INFO O| Aug 24 20:23:51.877 INFO STEP 85 (ensure_dir) COMPLETE
102722026-08-24T20:23:52.820Z[ host-image] Aug 24 20:23:51.877 INFO O| Aug 24 20:23:51.877 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-24T20:23:52.826Z[ host-image] Aug 24 20:23:51.887 INFO O| Aug 24 20:23:51.887 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102742026-08-24T20:23:52.826Z[ host-image] Aug 24 20:23:51.887 INFO O| Aug 24 20:23:51.887 INFO copying /tmp/.tmpsF5wwU/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 ...
102752026-08-24T20:23:52.826Z[ host-image] Aug 24 20:23:51.887 INFO O| Aug 24 20:23:51.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102762026-08-24T20:23:52.830Z[ host-image] Aug 24 20:23:51.887 INFO O| Aug 24 20:23:51.887 INFO ok!
102772026-08-24T20:23:52.830Z[ host-image] Aug 24 20:23:51.887 INFO O| Aug 24 20:23:51.887 INFO STEP 86 (ensure_file) COMPLETE
102782026-08-24T20:23:52.830Z[ host-image] Aug 24 20:23:51.887 INFO O| Aug 24 20:23:51.887 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-08-24T20:23:52.835Z[ host-image] Aug 24 20:23:51.897 INFO O| Aug 24 20:23:51.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102802026-08-24T20:23:52.835Z[ host-image] Aug 24 20:23:51.897 INFO O| Aug 24 20:23:51.897 INFO copying /tmp/.tmpsF5wwU/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 ...
102812026-08-24T20:23:52.839Z[ host-image] Aug 24 20:23:51.897 INFO O| Aug 24 20:23:51.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102822026-08-24T20:23:52.839Z[ host-image] Aug 24 20:23:51.897 INFO O| Aug 24 20:23:51.897 INFO ok!
102832026-08-24T20:23:52.839Z[ host-image] Aug 24 20:23:51.897 INFO O| Aug 24 20:23:51.897 INFO STEP 87 (ensure_file) COMPLETE
102842026-08-24T20:23:52.839Z[ host-image] Aug 24 20:23:51.897 INFO O| Aug 24 20:23:51.897 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-24T20:23:52.844Z[ host-image] Aug 24 20:23:51.906 INFO O| Aug 24 20:23:51.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102862026-08-24T20:23:52.844Z[ host-image] Aug 24 20:23:51.906 INFO O| Aug 24 20:23:51.906 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102872026-08-24T20:23:52.848Z[ host-image] Aug 24 20:23:51.906 INFO O| Aug 24 20:23:51.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102882026-08-24T20:23:52.848Z[ host-image] Aug 24 20:23:51.906 INFO O| Aug 24 20:23:51.906 INFO ok!
102892026-08-24T20:23:52.848Z[ host-image] Aug 24 20:23:51.906 INFO O| Aug 24 20:23:51.906 INFO STEP 88 (ensure_file) COMPLETE
102902026-08-24T20:23:52.848Z[ host-image] Aug 24 20:23:51.906 INFO O| Aug 24 20:23:51.906 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-24T20:23:52.853Z[ host-image] Aug 24 20:23:51.914 INFO O| Aug 24 20:23:51.914 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102922026-08-24T20:23:52.853Z[ host-image] Aug 24 20:23:51.914 INFO O| Aug 24 20:23:51.914 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102932026-08-24T20:23:52.857Z[ host-image] Aug 24 20:23:51.914 INFO O| Aug 24 20:23:51.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102942026-08-24T20:23:52.857Z[ host-image] Aug 24 20:23:51.914 INFO O| Aug 24 20:23:51.914 INFO ok!
102952026-08-24T20:23:52.857Z[ host-image] Aug 24 20:23:51.914 INFO O| Aug 24 20:23:51.914 INFO STEP 89 (ensure_file) COMPLETE
102962026-08-24T20:23:52.857Z[ host-image] Aug 24 20:23:51.914 INFO O| Aug 24 20:23:51.914 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-24T20:23:52.861Z[ host-image] Aug 24 20:23:51.923 INFO O| Aug 24 20:23:51.923 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102982026-08-24T20:23:52.866Z[ host-image] Aug 24 20:23:51.923 INFO O| Aug 24 20:23:51.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102992026-08-24T20:23:52.866Z[ host-image] Aug 24 20:23:51.923 INFO O| Aug 24 20:23:51.923 INFO STEP 90 (ensure_dir) COMPLETE
103002026-08-24T20:23:52.866Z[ host-image] Aug 24 20:23:51.923 INFO O| Aug 24 20:23:51.923 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-24T20:23:52.869Z[ host-image] Aug 24 20:23:51.929 INFO O| Aug 24 20:23:51.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103022026-08-24T20:23:52.869Z[ host-image] Aug 24 20:23:51.929 INFO O| Aug 24 20:23:51.929 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103032026-08-24T20:23:53.060Z[ host-image] Aug 24 20:23:52.116 INFO O| Aug 24 20:23:52.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103042026-08-24T20:23:53.060Z[ host-image] Aug 24 20:23:52.116 INFO O| Aug 24 20:23:52.116 INFO ok!
103052026-08-24T20:23:53.065Z[ host-image] Aug 24 20:23:52.116 INFO O| Aug 24 20:23:52.116 INFO STEP 91 (ensure_file) COMPLETE
103062026-08-24T20:23:53.065Z[ host-image] Aug 24 20:23:52.116 INFO O| Aug 24 20:23:52.116 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-24T20:23:53.069Z[ host-image] Aug 24 20:23:52.126 INFO O| Aug 24 20:23:52.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103082026-08-24T20:23:53.069Z[ host-image] Aug 24 20:23:52.126 INFO O| Aug 24 20:23:52.126 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103092026-08-24T20:23:53.069Z[ host-image] Aug 24 20:23:52.126 INFO O| Aug 24 20:23:52.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103102026-08-24T20:23:53.069Z[ host-image] Aug 24 20:23:52.127 INFO O| Aug 24 20:23:52.126 INFO ok!
103112026-08-24T20:23:53.069Z[ host-image] Aug 24 20:23:52.127 INFO O| Aug 24 20:23:52.127 INFO STEP 92 (ensure_file) COMPLETE
103122026-08-24T20:23:53.069Z[ host-image] Aug 24 20:23:52.127 INFO O| Aug 24 20:23:52.127 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-08-24T20:23:53.073Z[ host-image] Aug 24 20:23:52.134 INFO O| Aug 24 20:23:52.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103142026-08-24T20:23:53.073Z[ host-image] Aug 24 20:23:52.134 INFO O| Aug 24 20:23:52.134 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103152026-08-24T20:23:53.475Z[ recovery-image] Aug 24 20:23:52.536 INFO creating reset image...
103162026-08-24T20:23:53.475Z[ recovery-image] Aug 24 20:23:52.536 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")
103172026-08-24T20:23:53.496Z[ host-image] Aug 24 20:23:52.557 INFO O| Aug 24 20:23:52.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103182026-08-24T20:23:53.496Z[ host-image] Aug 24 20:23:52.557 INFO O| Aug 24 20:23:52.557 INFO ok!
103192026-08-24T20:23:53.500Z[ host-image] Aug 24 20:23:52.557 INFO O| Aug 24 20:23:52.557 INFO STEP 93 (ensure_file) COMPLETE
103202026-08-24T20:23:53.500Z[ host-image] Aug 24 20:23:52.557 INFO O| Aug 24 20:23:52.557 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-08-24T20:23:53.506Z[ host-image] Aug 24 20:23:52.567 INFO O| Aug 24 20:23:52.567 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103222026-08-24T20:23:53.506Z[ host-image] Aug 24 20:23:52.567 INFO O| Aug 24 20:23:52.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103232026-08-24T20:23:53.510Z[ host-image] Aug 24 20:23:52.567 INFO O| Aug 24 20:23:52.567 INFO STEP 94 (ensure_dir) COMPLETE
103242026-08-24T20:23:53.510Z[ host-image] Aug 24 20:23:52.567 INFO O| Aug 24 20:23:52.567 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-24T20:23:53.514Z[ host-image] Aug 24 20:23:52.576 INFO O| Aug 24 20:23:52.576 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103262026-08-24T20:23:53.518Z[ host-image] Aug 24 20:23:52.576 INFO O| Aug 24 20:23:52.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103272026-08-24T20:23:53.518Z[ host-image] Aug 24 20:23:52.576 INFO O| Aug 24 20:23:52.576 INFO STEP 95 (ensure_dir) COMPLETE
103282026-08-24T20:23:53.518Z[ host-image] Aug 24 20:23:52.576 INFO O| Aug 24 20:23:52.576 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-08-24T20:23:53.522Z[ host-image] Aug 24 20:23:52.583 INFO O| Aug 24 20:23:52.583 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103302026-08-24T20:23:53.522Z[ host-image] Aug 24 20:23:52.583 INFO O| Aug 24 20:23:52.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103312026-08-24T20:23:53.523Z[ host-image] Aug 24 20:23:52.583 INFO O| Aug 24 20:23:52.583 INFO STEP 96 (ensure_dir) COMPLETE
103322026-08-24T20:23:53.523Z[ host-image] Aug 24 20:23:52.583 INFO O| Aug 24 20:23:52.583 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-08-24T20:23:53.528Z[ host-image] Aug 24 20:23:52.589 INFO O| Aug 24 20:23:52.589 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103342026-08-24T20:23:53.528Z[ host-image] Aug 24 20:23:52.589 INFO O| Aug 24 20:23:52.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103352026-08-24T20:23:53.528Z[ host-image] Aug 24 20:23:52.589 INFO O| Aug 24 20:23:52.589 INFO STEP 97 (ensure_dir) COMPLETE
103362026-08-24T20:23:53.532Z[ host-image] Aug 24 20:23:52.589 INFO O| Aug 24 20:23:52.589 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-24T20:23:53.535Z[ host-image] Aug 24 20:23:52.595 INFO O| Aug 24 20:23:52.595 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103382026-08-24T20:23:53.536Z[ host-image] Aug 24 20:23:52.595 INFO O| Aug 24 20:23:52.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103392026-08-24T20:23:53.536Z[ host-image] Aug 24 20:23:52.595 INFO O| Aug 24 20:23:52.595 INFO STEP 98 (ensure_dir) COMPLETE
103402026-08-24T20:23:53.536Z[ host-image] Aug 24 20:23:52.595 INFO O| Aug 24 20:23:52.595 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-24T20:23:53.543Z[ host-image] Aug 24 20:23:52.604 INFO O| Aug 24 20:23:52.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103422026-08-24T20:23:53.546Z[ host-image] Aug 24 20:23:52.604 INFO O| Aug 24 20:23:52.604 INFO copying /tmp/.tmpsF5wwU/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 ...
103432026-08-24T20:23:53.546Z[ host-image] Aug 24 20:23:52.604 INFO O| Aug 24 20:23:52.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103442026-08-24T20:23:53.546Z[ host-image] Aug 24 20:23:52.604 INFO O| Aug 24 20:23:52.604 INFO ok!
103452026-08-24T20:23:53.546Z[ host-image] Aug 24 20:23:52.604 INFO O| Aug 24 20:23:52.604 INFO STEP 99 (ensure_file) COMPLETE
103462026-08-24T20:23:53.546Z[ host-image] Aug 24 20:23:52.604 INFO O| Aug 24 20:23:52.604 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-24T20:23:53.550Z[ host-image] Aug 24 20:23:52.611 INFO O| Aug 24 20:23:52.611 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103482026-08-24T20:23:53.550Z[ host-image] Aug 24 20:23:52.611 INFO O| Aug 24 20:23:52.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103492026-08-24T20:23:53.550Z[ host-image] Aug 24 20:23:52.611 INFO O| Aug 24 20:23:52.611 INFO STEP 100 (ensure_dir) COMPLETE
103502026-08-24T20:23:53.550Z[ host-image] Aug 24 20:23:52.611 INFO O| Aug 24 20:23:52.611 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-08-24T20:23:53.558Z[ host-image] Aug 24 20:23:52.620 INFO O| Aug 24 20:23:52.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103522026-08-24T20:23:53.558Z[ host-image] Aug 24 20:23:52.620 INFO O| Aug 24 20:23:52.620 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103532026-08-24T20:23:53.739Z[ recovery-image] Aug 24 20:23:52.800 INFO E| Updating crates.io index
103542026-08-24T20:23:53.916Z[ host-image] Aug 24 20:23:52.977 INFO O| Aug 24 20:23:52.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103552026-08-24T20:23:53.916Z[ host-image] Aug 24 20:23:52.977 INFO O| Aug 24 20:23:52.977 INFO ok!
103562026-08-24T20:23:53.920Z[ host-image] Aug 24 20:23:52.977 INFO O| Aug 24 20:23:52.977 INFO STEP 101 (ensure_file) COMPLETE
103572026-08-24T20:23:53.920Z[ host-image] Aug 24 20:23:52.977 INFO O| Aug 24 20:23:52.977 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-24T20:23:53.925Z[ host-image] Aug 24 20:23:52.987 INFO O| Aug 24 20:23:52.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103592026-08-24T20:23:53.925Z[ host-image] Aug 24 20:23:52.987 INFO O| Aug 24 20:23:52.987 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103602026-08-24T20:23:53.929Z[ host-image] Aug 24 20:23:52.987 INFO O| Aug 24 20:23:52.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103612026-08-24T20:23:53.929Z[ host-image] Aug 24 20:23:52.987 INFO O| Aug 24 20:23:52.987 INFO ok!
103622026-08-24T20:23:53.929Z[ host-image] Aug 24 20:23:52.987 INFO O| Aug 24 20:23:52.987 INFO STEP 102 (ensure_file) COMPLETE
103632026-08-24T20:23:53.929Z[ host-image] Aug 24 20:23:52.987 INFO O| Aug 24 20:23:52.987 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-24T20:23:53.933Z[ host-image] Aug 24 20:23:52.994 INFO O| Aug 24 20:23:52.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103652026-08-24T20:23:53.936Z[ host-image] Aug 24 20:23:52.994 INFO O| Aug 24 20:23:52.994 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103662026-08-24T20:23:53.942Z[ host-image] Aug 24 20:23:53.003 INFO O| Aug 24 20:23:53.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103672026-08-24T20:23:53.942Z[ host-image] Aug 24 20:23:53.003 INFO O| Aug 24 20:23:53.003 INFO ok!
103682026-08-24T20:23:53.945Z[ host-image] Aug 24 20:23:53.003 INFO O| Aug 24 20:23:53.003 INFO STEP 103 (ensure_file) COMPLETE
103692026-08-24T20:23:53.946Z[ host-image] Aug 24 20:23:53.003 INFO O| Aug 24 20:23:53.003 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-24T20:23:53.950Z[ host-image] Aug 24 20:23:53.011 INFO O| Aug 24 20:23:53.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103712026-08-24T20:23:53.950Z[ host-image] Aug 24 20:23:53.011 INFO O| Aug 24 20:23:53.011 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103722026-08-24T20:23:53.953Z[ host-image] Aug 24 20:23:53.011 INFO O| Aug 24 20:23:53.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103732026-08-24T20:23:53.953Z[ host-image] Aug 24 20:23:53.011 INFO O| Aug 24 20:23:53.011 INFO ok!
103742026-08-24T20:23:53.953Z[ host-image] Aug 24 20:23:53.011 INFO O| Aug 24 20:23:53.011 INFO STEP 104 (ensure_file) COMPLETE
103752026-08-24T20:23:53.953Z[ host-image] Aug 24 20:23:53.011 INFO O| Aug 24 20:23:53.011 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-24T20:23:53.957Z[ host-image] Aug 24 20:23:53.018 INFO O| Aug 24 20:23:53.018 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103772026-08-24T20:23:53.957Z[ host-image] Aug 24 20:23:53.018 INFO O| Aug 24 20:23:53.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103782026-08-24T20:23:53.957Z[ host-image] Aug 24 20:23:53.018 INFO O| Aug 24 20:23:53.018 INFO STEP 105 (ensure_dir) COMPLETE
103792026-08-24T20:23:53.957Z[ host-image] Aug 24 20:23:53.018 INFO O| Aug 24 20:23:53.018 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-24T20:23:53.964Z[ host-image] Aug 24 20:23:53.025 INFO O| Aug 24 20:23:53.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103812026-08-24T20:23:53.964Z[ host-image] Aug 24 20:23:53.025 INFO O| Aug 24 20:23:53.025 INFO copying /tmp/.tmpsF5wwU/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 ...
103822026-08-24T20:23:54.062Z[ recovery-image] Aug 24 20:23:53.121 INFO E| Downloading crates ...
103832026-08-24T20:23:54.178Z[ recovery-image] Aug 24 20:23:53.235 INFO E| Downloaded clap_lex v1.1.0
103842026-08-24T20:23:54.181Z[ recovery-image] Aug 24 20:23:53.237 INFO E| Downloaded colorchoice v1.0.5
103852026-08-24T20:23:54.182Z[ recovery-image] Aug 24 20:23:53.237 INFO E| Downloaded os_pipe v1.2.3
103862026-08-24T20:23:54.182Z[ recovery-image] Aug 24 20:23:53.238 INFO E| Downloaded shared_thread v0.2.0
103872026-08-24T20:23:54.185Z[ recovery-image] Aug 24 20:23:53.243 INFO E| Downloaded shared_child v1.1.1
103882026-08-24T20:23:54.191Z[ recovery-image] Aug 24 20:23:53.252 INFO E| Downloaded sigchld v0.2.4
103892026-08-24T20:23:54.205Z[ recovery-image] Aug 24 20:23:53.267 INFO E| Downloaded duct v1.1.1
103902026-08-24T20:23:54.252Z[ recovery-image] Aug 24 20:23:53.313 INFO E| Compiling libc v0.2.186
103912026-08-24T20:23:54.252Z[ recovery-image] Aug 24 20:23:53.313 INFO E| Compiling proc-macro2 v1.0.106
103922026-08-24T20:23:54.256Z[ recovery-image] Aug 24 20:23:53.313 INFO E| Compiling signal-hook v0.3.18
103932026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.313 INFO E| Compiling unicode-ident v1.0.24
103942026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.313 INFO E| Compiling quote v1.0.45
103952026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.313 INFO E| Compiling utf8parse v0.2.2
103962026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.313 INFO E| Compiling colorchoice v1.0.5
103972026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.314 INFO E| Compiling is_terminal_polyfill v1.70.2
103982026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.314 INFO E| Compiling anstyle v1.0.14
103992026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.314 INFO E| Compiling anstyle-query v1.1.5
104002026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.314 INFO E| Compiling clap_lex v1.1.0
104012026-08-24T20:23:54.257Z[ recovery-image] Aug 24 20:23:53.314 INFO E| Compiling heck v0.5.0
104022026-08-24T20:23:54.257Z[ host-image] Aug 24 20:23:53.315 INFO O| Aug 24 20:23:53.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104032026-08-24T20:23:54.257Z[ host-image] Aug 24 20:23:53.315 INFO O| Aug 24 20:23:53.315 INFO ok!
104042026-08-24T20:23:54.257Z[ host-image] Aug 24 20:23:53.315 INFO O| Aug 24 20:23:53.315 INFO STEP 106 (ensure_file) COMPLETE
104052026-08-24T20:23:54.257Z[ host-image] Aug 24 20:23:53.315 INFO O| Aug 24 20:23:53.315 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-24T20:23:54.262Z[ recovery-image] Aug 24 20:23:53.323 INFO E| Compiling strsim v0.11.1
104072026-08-24T20:23:54.266Z[ recovery-image] Aug 24 20:23:53.324 INFO E| Compiling shared_thread v0.2.0
104082026-08-24T20:23:54.266Z[ host-image] Aug 24 20:23:53.324 INFO O| Aug 24 20:23:53.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104092026-08-24T20:23:54.266Z[ host-image] Aug 24 20:23:53.324 INFO O| Aug 24 20:23:53.324 INFO copying /tmp/.tmpsF5wwU/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 ...
104102026-08-24T20:23:54.266Z[ host-image] Aug 24 20:23:53.324 INFO O| Aug 24 20:23:53.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104112026-08-24T20:23:54.266Z[ host-image] Aug 24 20:23:53.324 INFO O| Aug 24 20:23:53.324 INFO ok!
104122026-08-24T20:23:54.266Z[ host-image] Aug 24 20:23:53.324 INFO O| Aug 24 20:23:53.324 INFO STEP 107 (ensure_file) COMPLETE
104132026-08-24T20:23:54.266Z[ host-image] Aug 24 20:23:53.324 INFO O| Aug 24 20:23:53.324 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-24T20:23:54.273Z[ host-image] Aug 24 20:23:53.334 INFO O| Aug 24 20:23:53.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104152026-08-24T20:23:54.277Z[ host-image] Aug 24 20:23:53.335 INFO O| Aug 24 20:23:53.334 INFO copying /tmp/.tmpsF5wwU/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 ...
104162026-08-24T20:23:54.277Z[ host-image] Aug 24 20:23:53.335 INFO O| Aug 24 20:23:53.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104172026-08-24T20:23:54.277Z[ host-image] Aug 24 20:23:53.335 INFO O| Aug 24 20:23:53.335 INFO ok!
104182026-08-24T20:23:54.277Z[ host-image] Aug 24 20:23:53.335 INFO O| Aug 24 20:23:53.335 INFO STEP 108 (ensure_file) COMPLETE
104192026-08-24T20:23:54.277Z[ host-image] Aug 24 20:23:53.335 INFO O| Aug 24 20:23:53.335 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-08-24T20:23:54.283Z[ host-image] Aug 24 20:23:53.344 INFO O| Aug 24 20:23:53.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104212026-08-24T20:23:54.283Z[ host-image] Aug 24 20:23:53.344 INFO O| Aug 24 20:23:53.344 INFO copying /tmp/.tmpsF5wwU/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 ...
104222026-08-24T20:23:54.284Z[ host-image] Aug 24 20:23:53.344 INFO O| Aug 24 20:23:53.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104232026-08-24T20:23:54.287Z[ host-image] Aug 24 20:23:53.344 INFO O| Aug 24 20:23:53.344 INFO ok!
104242026-08-24T20:23:54.287Z[ host-image] Aug 24 20:23:53.344 INFO O| Aug 24 20:23:53.344 INFO STEP 109 (ensure_file) COMPLETE
104252026-08-24T20:23:54.287Z[ host-image] Aug 24 20:23:53.344 INFO O| Aug 24 20:23:53.344 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-08-24T20:23:54.294Z[ host-image] Aug 24 20:23:53.355 INFO O| Aug 24 20:23:53.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104272026-08-24T20:23:54.294Z[ host-image] Aug 24 20:23:53.355 INFO O| Aug 24 20:23:53.355 INFO copying /tmp/.tmpsF5wwU/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 ...
104282026-08-24T20:23:54.299Z[ host-image] Aug 24 20:23:53.355 INFO O| Aug 24 20:23:53.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104292026-08-24T20:23:54.299Z[ host-image] Aug 24 20:23:53.355 INFO O| Aug 24 20:23:53.355 INFO ok!
104302026-08-24T20:23:54.299Z[ host-image] Aug 24 20:23:53.355 INFO O| Aug 24 20:23:53.355 INFO STEP 110 (ensure_file) COMPLETE
104312026-08-24T20:23:54.299Z[ host-image] Aug 24 20:23:53.355 INFO O| Aug 24 20:23:53.355 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-24T20:23:54.305Z[ host-image] Aug 24 20:23:53.366 INFO O| Aug 24 20:23:53.366 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104332026-08-24T20:23:54.305Z[ host-image] Aug 24 20:23:53.366 INFO O| Aug 24 20:23:53.366 INFO copying /tmp/.tmpsF5wwU/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 ...
104342026-08-24T20:23:54.305Z[ host-image] Aug 24 20:23:53.366 INFO O| Aug 24 20:23:53.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104352026-08-24T20:23:54.305Z[ host-image] Aug 24 20:23:53.366 INFO O| Aug 24 20:23:53.366 INFO ok!
104362026-08-24T20:23:54.305Z[ host-image] Aug 24 20:23:53.366 INFO O| Aug 24 20:23:53.366 INFO STEP 111 (ensure_file) COMPLETE
104372026-08-24T20:23:54.309Z[ host-image] Aug 24 20:23:53.366 INFO O| Aug 24 20:23:53.366 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-24T20:23:54.316Z[ host-image] Aug 24 20:23:53.377 INFO O| Aug 24 20:23:53.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104392026-08-24T20:23:54.316Z[ host-image] Aug 24 20:23:53.377 INFO O| Aug 24 20:23:53.377 INFO copying /tmp/.tmpsF5wwU/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 ...
104402026-08-24T20:23:54.316Z[ host-image] Aug 24 20:23:53.377 INFO O| Aug 24 20:23:53.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104412026-08-24T20:23:54.319Z[ host-image] Aug 24 20:23:53.377 INFO O| Aug 24 20:23:53.377 INFO ok!
104422026-08-24T20:23:54.320Z[ host-image] Aug 24 20:23:53.377 INFO O| Aug 24 20:23:53.377 INFO STEP 112 (ensure_file) COMPLETE
104432026-08-24T20:23:54.320Z[ host-image] Aug 24 20:23:53.377 INFO O| Aug 24 20:23:53.377 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-24T20:23:54.327Z[ host-image] Aug 24 20:23:53.388 INFO O| Aug 24 20:23:53.388 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104452026-08-24T20:23:54.331Z[ host-image] Aug 24 20:23:53.388 INFO O| Aug 24 20:23:53.388 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104462026-08-24T20:23:54.331Z[ host-image] Aug 24 20:23:53.388 INFO O| Aug 24 20:23:53.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104472026-08-24T20:23:54.331Z[ host-image] Aug 24 20:23:53.388 INFO O| Aug 24 20:23:53.388 INFO ok!
104482026-08-24T20:23:54.331Z[ host-image] Aug 24 20:23:53.388 INFO O| Aug 24 20:23:53.388 INFO STEP 113 (ensure_file) COMPLETE
104492026-08-24T20:23:54.331Z[ host-image] Aug 24 20:23:53.388 INFO O| Aug 24 20:23:53.388 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-24T20:23:54.338Z[ host-image] Aug 24 20:23:53.400 INFO O| Aug 24 20:23:53.400 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104512026-08-24T20:23:54.339Z[ host-image] Aug 24 20:23:53.400 INFO O| Aug 24 20:23:53.400 INFO copying /tmp/.tmpsF5wwU/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 ...
104522026-08-24T20:23:54.339Z[ host-image] Aug 24 20:23:53.400 INFO O| Aug 24 20:23:53.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104532026-08-24T20:23:54.342Z[ host-image] Aug 24 20:23:53.400 INFO O| Aug 24 20:23:53.400 INFO ok!
104542026-08-24T20:23:54.342Z[ host-image] Aug 24 20:23:53.400 INFO O| Aug 24 20:23:53.400 INFO STEP 114 (ensure_file) COMPLETE
104552026-08-24T20:23:54.343Z[ host-image] Aug 24 20:23:53.400 INFO O| Aug 24 20:23:53.400 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-24T20:23:54.349Z[ host-image] Aug 24 20:23:53.410 INFO O| Aug 24 20:23:53.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104572026-08-24T20:23:54.349Z[ host-image] Aug 24 20:23:53.410 INFO O| Aug 24 20:23:53.410 INFO copying /tmp/.tmpsF5wwU/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 ...
104582026-08-24T20:23:54.352Z[ host-image] Aug 24 20:23:53.410 INFO O| Aug 24 20:23:53.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104592026-08-24T20:23:54.353Z[ host-image] Aug 24 20:23:53.410 INFO O| Aug 24 20:23:53.410 INFO ok!
104602026-08-24T20:23:54.353Z[ host-image] Aug 24 20:23:53.410 INFO O| Aug 24 20:23:53.410 INFO STEP 115 (ensure_file) COMPLETE
104612026-08-24T20:23:54.353Z[ host-image] Aug 24 20:23:53.410 INFO O| Aug 24 20:23:53.410 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-08-24T20:23:54.360Z[ host-image] Aug 24 20:23:53.422 INFO O| Aug 24 20:23:53.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104632026-08-24T20:23:54.360Z[ host-image] Aug 24 20:23:53.422 INFO O| Aug 24 20:23:53.422 INFO copying /tmp/.tmpsF5wwU/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 ...
104642026-08-24T20:23:54.360Z[ host-image] Aug 24 20:23:53.422 INFO O| Aug 24 20:23:53.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104652026-08-24T20:23:54.365Z[ host-image] Aug 24 20:23:53.422 INFO O| Aug 24 20:23:53.422 INFO ok!
104662026-08-24T20:23:54.365Z[ host-image] Aug 24 20:23:53.422 INFO O| Aug 24 20:23:53.422 INFO STEP 116 (ensure_file) COMPLETE
104672026-08-24T20:23:54.365Z[ host-image] Aug 24 20:23:53.422 INFO O| Aug 24 20:23:53.422 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-24T20:23:54.372Z[ host-image] Aug 24 20:23:53.433 INFO O| Aug 24 20:23:53.433 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104692026-08-24T20:23:54.372Z[ host-image] Aug 24 20:23:53.433 INFO O| Aug 24 20:23:53.433 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104702026-08-24T20:23:54.376Z[ host-image] Aug 24 20:23:53.433 INFO O| Aug 24 20:23:53.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104712026-08-24T20:23:54.376Z[ host-image] Aug 24 20:23:53.433 INFO O| Aug 24 20:23:53.433 INFO ok!
104722026-08-24T20:23:54.376Z[ host-image] Aug 24 20:23:53.433 INFO O| Aug 24 20:23:53.433 INFO STEP 117 (ensure_file) COMPLETE
104732026-08-24T20:23:54.376Z[ host-image] Aug 24 20:23:53.433 INFO O| Aug 24 20:23:53.433 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-24T20:23:54.380Z[ recovery-image] Aug 24 20:23:53.441 INFO E| Compiling anstyle-parse v1.0.0
104752026-08-24T20:23:54.384Z[ host-image] Aug 24 20:23:53.445 INFO O| Aug 24 20:23:53.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104762026-08-24T20:23:54.384Z[ host-image] Aug 24 20:23:53.445 INFO O| Aug 24 20:23:53.445 INFO copying /tmp/.tmpsF5wwU/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 ...
104772026-08-24T20:23:54.384Z[ host-image] Aug 24 20:23:53.445 INFO O| Aug 24 20:23:53.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104782026-08-24T20:23:54.384Z[ host-image] Aug 24 20:23:53.445 INFO O| Aug 24 20:23:53.445 INFO ok!
104792026-08-24T20:23:54.385Z[ host-image] Aug 24 20:23:53.445 INFO O| Aug 24 20:23:53.445 INFO STEP 118 (ensure_file) COMPLETE
104802026-08-24T20:23:54.385Z[ host-image] Aug 24 20:23:53.445 INFO O| Aug 24 20:23:53.445 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-24T20:23:54.396Z[ host-image] Aug 24 20:23:53.457 INFO O| Aug 24 20:23:53.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104822026-08-24T20:23:54.396Z[ host-image] Aug 24 20:23:53.457 INFO O| Aug 24 20:23:53.457 INFO copying /tmp/.tmpsF5wwU/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 ...
104832026-08-24T20:23:54.396Z[ host-image] Aug 24 20:23:53.457 INFO O| Aug 24 20:23:53.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104842026-08-24T20:23:54.396Z[ host-image] Aug 24 20:23:53.457 INFO O| Aug 24 20:23:53.457 INFO ok!
104852026-08-24T20:23:54.400Z[ host-image] Aug 24 20:23:53.457 INFO O| Aug 24 20:23:53.457 INFO STEP 119 (ensure_file) COMPLETE
104862026-08-24T20:23:54.400Z[ host-image] Aug 24 20:23:53.457 INFO O| Aug 24 20:23:53.457 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-24T20:23:54.408Z[ host-image] Aug 24 20:23:53.469 INFO O| Aug 24 20:23:53.469 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104882026-08-24T20:23:54.408Z[ host-image] Aug 24 20:23:53.469 INFO O| Aug 24 20:23:53.469 INFO copying /tmp/.tmpsF5wwU/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 ...
104892026-08-24T20:23:54.411Z[ host-image] Aug 24 20:23:53.469 INFO O| Aug 24 20:23:53.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104902026-08-24T20:23:54.412Z[ host-image] Aug 24 20:23:53.469 INFO O| Aug 24 20:23:53.469 INFO ok!
104912026-08-24T20:23:54.412Z[ host-image] Aug 24 20:23:53.469 INFO O| Aug 24 20:23:53.469 INFO STEP 120 (ensure_file) COMPLETE
104922026-08-24T20:23:54.412Z[ host-image] Aug 24 20:23:53.469 INFO O| Aug 24 20:23:53.469 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-24T20:23:54.418Z[ host-image] Aug 24 20:23:53.478 INFO O| Aug 24 20:23:53.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104942026-08-24T20:23:54.419Z[ host-image] Aug 24 20:23:53.479 INFO O| Aug 24 20:23:53.478 INFO copying /tmp/.tmpsF5wwU/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 ...
104952026-08-24T20:23:54.422Z[ host-image] Aug 24 20:23:53.479 INFO O| Aug 24 20:23:53.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104962026-08-24T20:23:54.422Z[ host-image] Aug 24 20:23:53.479 INFO O| Aug 24 20:23:53.479 INFO ok!
104972026-08-24T20:23:54.422Z[ host-image] Aug 24 20:23:53.479 INFO O| Aug 24 20:23:53.479 INFO STEP 121 (ensure_file) COMPLETE
104982026-08-24T20:23:54.422Z[ host-image] Aug 24 20:23:53.479 INFO O| Aug 24 20:23:53.479 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-24T20:23:54.434Z[ host-image] Aug 24 20:23:53.492 INFO O| Aug 24 20:23:53.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105002026-08-24T20:23:54.435Z[ host-image] Aug 24 20:23:53.492 INFO O| Aug 24 20:23:53.491 INFO copying /tmp/.tmpsF5wwU/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 ...
105012026-08-24T20:23:54.435Z[ host-image] Aug 24 20:23:53.492 INFO O| Aug 24 20:23:53.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105022026-08-24T20:23:54.435Z[ host-image] Aug 24 20:23:53.492 INFO O| Aug 24 20:23:53.492 INFO ok!
105032026-08-24T20:23:54.435Z[ host-image] Aug 24 20:23:53.492 INFO O| Aug 24 20:23:53.492 INFO STEP 122 (ensure_file) COMPLETE
105042026-08-24T20:23:54.435Z[ host-image] Aug 24 20:23:53.492 INFO O| Aug 24 20:23:53.492 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-08-24T20:23:54.445Z[ host-image] Aug 24 20:23:53.506 INFO O| Aug 24 20:23:53.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105062026-08-24T20:23:54.445Z[ host-image] Aug 24 20:23:53.506 INFO O| Aug 24 20:23:53.506 INFO copying /tmp/.tmpsF5wwU/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 ...
105072026-08-24T20:23:54.445Z[ host-image] Aug 24 20:23:53.506 INFO O| Aug 24 20:23:53.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105082026-08-24T20:23:54.450Z[ host-image] Aug 24 20:23:53.506 INFO O| Aug 24 20:23:53.506 INFO ok!
105092026-08-24T20:23:54.450Z[ host-image] Aug 24 20:23:53.506 INFO O| Aug 24 20:23:53.506 INFO STEP 123 (ensure_file) COMPLETE
105102026-08-24T20:23:54.450Z[ host-image] Aug 24 20:23:53.506 INFO O| Aug 24 20:23:53.506 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-08-24T20:23:54.460Z[ host-image] Aug 24 20:23:53.517 INFO O| Aug 24 20:23:53.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105122026-08-24T20:23:54.461Z[ host-image] Aug 24 20:23:53.517 INFO O| Aug 24 20:23:53.516 INFO copying /tmp/.tmpsF5wwU/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 ...
105132026-08-24T20:23:54.461Z[ host-image] Aug 24 20:23:53.517 INFO O| Aug 24 20:23:53.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105142026-08-24T20:23:54.461Z[ host-image] Aug 24 20:23:53.517 INFO O| Aug 24 20:23:53.516 INFO ok!
105152026-08-24T20:23:54.461Z[ host-image] Aug 24 20:23:53.517 INFO O| Aug 24 20:23:53.516 INFO STEP 124 (ensure_file) COMPLETE
105162026-08-24T20:23:54.461Z[ host-image] Aug 24 20:23:53.517 INFO O| Aug 24 20:23:53.516 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-08-24T20:23:54.465Z[ host-image] Aug 24 20:23:53.527 INFO O| Aug 24 20:23:53.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105182026-08-24T20:23:54.465Z[ host-image] Aug 24 20:23:53.527 INFO O| Aug 24 20:23:53.527 INFO copying /tmp/.tmpsF5wwU/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 ...
105192026-08-24T20:23:54.465Z[ host-image] Aug 24 20:23:53.527 INFO O| Aug 24 20:23:53.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105202026-08-24T20:23:54.469Z[ host-image] Aug 24 20:23:53.527 INFO O| Aug 24 20:23:53.527 INFO ok!
105212026-08-24T20:23:54.469Z[ host-image] Aug 24 20:23:53.527 INFO O| Aug 24 20:23:53.527 INFO STEP 125 (ensure_file) COMPLETE
105222026-08-24T20:23:54.469Z[ host-image] Aug 24 20:23:53.527 INFO O| Aug 24 20:23:53.527 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-08-24T20:23:54.476Z[ host-image] Aug 24 20:23:53.537 INFO O| Aug 24 20:23:53.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105242026-08-24T20:23:54.480Z[ host-image] Aug 24 20:23:53.537 INFO O| Aug 24 20:23:53.537 INFO copying /tmp/.tmpsF5wwU/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 ...
105252026-08-24T20:23:54.480Z[ host-image] Aug 24 20:23:53.537 INFO O| Aug 24 20:23:53.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105262026-08-24T20:23:54.480Z[ host-image] Aug 24 20:23:53.537 INFO O| Aug 24 20:23:53.537 INFO ok!
105272026-08-24T20:23:54.480Z[ host-image] Aug 24 20:23:53.537 INFO O| Aug 24 20:23:53.537 INFO STEP 126 (ensure_file) COMPLETE
105282026-08-24T20:23:54.480Z[ host-image] Aug 24 20:23:53.537 INFO O| Aug 24 20:23:53.537 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-08-24T20:23:54.488Z[ host-image] Aug 24 20:23:53.550 INFO O| Aug 24 20:23:53.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105302026-08-24T20:23:54.488Z[ host-image] Aug 24 20:23:53.550 INFO O| Aug 24 20:23:53.549 INFO copying /tmp/.tmpsF5wwU/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 ...
105312026-08-24T20:23:54.492Z[ host-image] Aug 24 20:23:53.550 INFO O| Aug 24 20:23:53.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105322026-08-24T20:23:54.492Z[ host-image] Aug 24 20:23:53.550 INFO O| Aug 24 20:23:53.549 INFO ok!
105332026-08-24T20:23:54.492Z[ host-image] Aug 24 20:23:53.550 INFO O| Aug 24 20:23:53.549 INFO STEP 127 (ensure_file) COMPLETE
105342026-08-24T20:23:54.492Z[ host-image] Aug 24 20:23:53.550 INFO O| Aug 24 20:23:53.549 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-24T20:23:54.499Z[ host-image] Aug 24 20:23:53.560 INFO O| Aug 24 20:23:53.560 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105362026-08-24T20:23:54.499Z[ host-image] Aug 24 20:23:53.561 INFO O| Aug 24 20:23:53.560 INFO copying /tmp/.tmpsF5wwU/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 ...
105372026-08-24T20:23:54.503Z[ host-image] Aug 24 20:23:53.561 INFO O| Aug 24 20:23:53.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105382026-08-24T20:23:54.503Z[ host-image] Aug 24 20:23:53.561 INFO O| Aug 24 20:23:53.561 INFO ok!
105392026-08-24T20:23:54.503Z[ host-image] Aug 24 20:23:53.561 INFO O| Aug 24 20:23:53.561 INFO STEP 128 (ensure_file) COMPLETE
105402026-08-24T20:23:54.503Z[ host-image] Aug 24 20:23:53.561 INFO O| Aug 24 20:23:53.561 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-24T20:23:54.511Z[ host-image] Aug 24 20:23:53.573 INFO O| Aug 24 20:23:53.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105422026-08-24T20:23:54.515Z[ host-image] Aug 24 20:23:53.573 INFO O| Aug 24 20:23:53.573 INFO copying /tmp/.tmpsF5wwU/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 ...
105432026-08-24T20:23:54.515Z[ host-image] Aug 24 20:23:53.573 INFO O| Aug 24 20:23:53.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105442026-08-24T20:23:54.515Z[ host-image] Aug 24 20:23:53.573 INFO O| Aug 24 20:23:53.573 INFO ok!
105452026-08-24T20:23:54.515Z[ host-image] Aug 24 20:23:53.573 INFO O| Aug 24 20:23:53.573 INFO STEP 129 (ensure_file) COMPLETE
105462026-08-24T20:23:54.515Z[ host-image] Aug 24 20:23:53.573 INFO O| Aug 24 20:23:53.573 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-08-24T20:23:54.522Z[ host-image] Aug 24 20:23:53.583 INFO O| Aug 24 20:23:53.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105482026-08-24T20:23:54.522Z[ host-image] Aug 24 20:23:53.583 INFO O| Aug 24 20:23:53.583 INFO copying /tmp/.tmpsF5wwU/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 ...
105492026-08-24T20:23:54.522Z[ host-image] Aug 24 20:23:53.583 INFO O| Aug 24 20:23:53.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105502026-08-24T20:23:54.526Z[ host-image] Aug 24 20:23:53.583 INFO O| Aug 24 20:23:53.583 INFO ok!
105512026-08-24T20:23:54.526Z[ host-image] Aug 24 20:23:53.583 INFO O| Aug 24 20:23:53.583 INFO STEP 130 (ensure_file) COMPLETE
105522026-08-24T20:23:54.526Z[ host-image] Aug 24 20:23:53.584 INFO O| Aug 24 20:23:53.583 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-08-24T20:23:54.534Z[ host-image] Aug 24 20:23:53.595 INFO O| Aug 24 20:23:53.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105542026-08-24T20:23:54.534Z[ host-image] Aug 24 20:23:53.595 INFO O| Aug 24 20:23:53.595 INFO copying /tmp/.tmpsF5wwU/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 ...
105552026-08-24T20:23:54.534Z[ recovery-image] Aug 24 20:23:53.596 INFO E| Compiling anstream v1.0.0
105562026-08-24T20:23:54.538Z[ host-image] Aug 24 20:23:53.595 INFO O| Aug 24 20:23:53.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105572026-08-24T20:23:54.538Z[ host-image] Aug 24 20:23:53.595 INFO O| Aug 24 20:23:53.595 INFO ok!
105582026-08-24T20:23:54.538Z[ host-image] Aug 24 20:23:53.595 INFO O| Aug 24 20:23:53.595 INFO STEP 131 (ensure_file) COMPLETE
105592026-08-24T20:23:54.538Z[ host-image] Aug 24 20:23:53.595 INFO O| Aug 24 20:23:53.595 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-08-24T20:23:54.545Z[ host-image] Aug 24 20:23:53.606 INFO O| Aug 24 20:23:53.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105612026-08-24T20:23:54.545Z[ host-image] Aug 24 20:23:53.606 INFO O| Aug 24 20:23:53.606 INFO copying /tmp/.tmpsF5wwU/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 ...
105622026-08-24T20:23:54.549Z[ host-image] Aug 24 20:23:53.606 INFO O| Aug 24 20:23:53.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105632026-08-24T20:23:54.549Z[ host-image] Aug 24 20:23:53.606 INFO O| Aug 24 20:23:53.606 INFO ok!
105642026-08-24T20:23:54.549Z[ host-image] Aug 24 20:23:53.606 INFO O| Aug 24 20:23:53.606 INFO STEP 132 (ensure_file) COMPLETE
105652026-08-24T20:23:54.549Z[ host-image] Aug 24 20:23:53.606 INFO O| Aug 24 20:23:53.606 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-08-24T20:23:54.556Z[ host-image] Aug 24 20:23:53.618 INFO O| Aug 24 20:23:53.618 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105672026-08-24T20:23:54.556Z[ host-image] Aug 24 20:23:53.618 INFO O| Aug 24 20:23:53.618 INFO copying /tmp/.tmpsF5wwU/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 ...
105682026-08-24T20:23:54.561Z[ host-image] Aug 24 20:23:53.618 INFO O| Aug 24 20:23:53.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105692026-08-24T20:23:54.561Z[ host-image] Aug 24 20:23:53.618 INFO O| Aug 24 20:23:53.618 INFO ok!
105702026-08-24T20:23:54.561Z[ host-image] Aug 24 20:23:53.618 INFO O| Aug 24 20:23:53.618 INFO STEP 133 (ensure_file) COMPLETE
105712026-08-24T20:23:54.561Z[ host-image] Aug 24 20:23:53.618 INFO O| Aug 24 20:23:53.618 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-08-24T20:23:54.568Z[ host-image] Aug 24 20:23:53.629 INFO O| Aug 24 20:23:53.629 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105732026-08-24T20:23:54.568Z[ host-image] Aug 24 20:23:53.629 INFO O| Aug 24 20:23:53.629 INFO copying /tmp/.tmpsF5wwU/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 ...
105742026-08-24T20:23:54.571Z[ host-image] Aug 24 20:23:53.629 INFO O| Aug 24 20:23:53.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105752026-08-24T20:23:54.571Z[ host-image] Aug 24 20:23:53.629 INFO O| Aug 24 20:23:53.629 INFO ok!
105762026-08-24T20:23:54.571Z[ host-image] Aug 24 20:23:53.629 INFO O| Aug 24 20:23:53.629 INFO STEP 134 (ensure_file) COMPLETE
105772026-08-24T20:23:54.571Z[ host-image] Aug 24 20:23:53.629 INFO O| Aug 24 20:23:53.629 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-08-24T20:23:54.579Z[ host-image] Aug 24 20:23:53.640 INFO O| Aug 24 20:23:53.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105792026-08-24T20:23:54.579Z[ host-image] Aug 24 20:23:53.640 INFO O| Aug 24 20:23:53.640 INFO copying /tmp/.tmpsF5wwU/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 ...
105802026-08-24T20:23:54.579Z[ host-image] Aug 24 20:23:53.640 INFO O| Aug 24 20:23:53.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105812026-08-24T20:23:54.584Z[ host-image] Aug 24 20:23:53.640 INFO O| Aug 24 20:23:53.640 INFO ok!
105822026-08-24T20:23:54.584Z[ host-image] Aug 24 20:23:53.640 INFO O| Aug 24 20:23:53.640 INFO STEP 135 (ensure_file) COMPLETE
105832026-08-24T20:23:54.584Z[ host-image] Aug 24 20:23:53.640 INFO O| Aug 24 20:23:53.640 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-08-24T20:23:54.590Z[ host-image] Aug 24 20:23:53.651 INFO O| Aug 24 20:23:53.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105852026-08-24T20:23:54.590Z[ host-image] Aug 24 20:23:53.651 INFO O| Aug 24 20:23:53.651 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105862026-08-24T20:23:54.594Z[ host-image] Aug 24 20:23:53.651 INFO O| Aug 24 20:23:53.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105872026-08-24T20:23:54.594Z[ host-image] Aug 24 20:23:53.651 INFO O| Aug 24 20:23:53.651 INFO ok!
105882026-08-24T20:23:54.594Z[ host-image] Aug 24 20:23:53.651 INFO O| Aug 24 20:23:53.651 INFO STEP 136 (ensure_file) COMPLETE
105892026-08-24T20:23:54.594Z[ host-image] Aug 24 20:23:53.651 INFO O| Aug 24 20:23:53.651 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-08-24T20:23:54.601Z[ host-image] Aug 24 20:23:53.662 INFO O| Aug 24 20:23:53.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105912026-08-24T20:23:54.601Z[ host-image] Aug 24 20:23:53.662 INFO O| Aug 24 20:23:53.662 INFO copying /tmp/.tmpsF5wwU/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 ...
105922026-08-24T20:23:54.601Z[ host-image] Aug 24 20:23:53.662 INFO O| Aug 24 20:23:53.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105932026-08-24T20:23:54.605Z[ host-image] Aug 24 20:23:53.662 INFO O| Aug 24 20:23:53.662 INFO ok!
105942026-08-24T20:23:54.605Z[ host-image] Aug 24 20:23:53.662 INFO O| Aug 24 20:23:53.662 INFO STEP 137 (ensure_file) COMPLETE
105952026-08-24T20:23:54.605Z[ host-image] Aug 24 20:23:53.662 INFO O| Aug 24 20:23:53.662 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-08-24T20:23:54.611Z[ host-image] Aug 24 20:23:53.673 INFO O| Aug 24 20:23:53.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105972026-08-24T20:23:54.611Z[ host-image] Aug 24 20:23:53.673 INFO O| Aug 24 20:23:53.673 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105982026-08-24T20:23:54.615Z[ host-image] Aug 24 20:23:53.673 INFO O| Aug 24 20:23:53.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105992026-08-24T20:23:54.615Z[ host-image] Aug 24 20:23:53.673 INFO O| Aug 24 20:23:53.673 INFO ok!
106002026-08-24T20:23:54.615Z[ host-image] Aug 24 20:23:53.673 INFO O| Aug 24 20:23:53.673 INFO STEP 138 (ensure_file) COMPLETE
106012026-08-24T20:23:54.615Z[ host-image] Aug 24 20:23:53.673 INFO O| Aug 24 20:23:53.673 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-08-24T20:23:54.622Z[ host-image] Aug 24 20:23:53.682 INFO O| Aug 24 20:23:53.682 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106032026-08-24T20:23:54.622Z[ host-image] Aug 24 20:23:53.682 INFO O| Aug 24 20:23:53.682 INFO copying /tmp/.tmpsF5wwU/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106042026-08-24T20:23:54.803Z[ recovery-image] Aug 24 20:23:53.863 INFO E| Compiling clap_builder v4.6.0
106052026-08-24T20:23:55.145Z[ recovery-image] Aug 24 20:23:54.206 INFO E| Compiling errno v0.3.14
106062026-08-24T20:23:55.145Z[ recovery-image] Aug 24 20:23:54.206 INFO E| Compiling os_pipe v1.2.3
106072026-08-24T20:23:55.280Z[ recovery-image] Aug 24 20:23:54.342 INFO E| Compiling signal-hook-registry v1.4.8
106082026-08-24T20:23:55.506Z[ recovery-image] Aug 24 20:23:54.566 INFO E| Compiling syn v2.0.117
106092026-08-24T20:23:55.605Z[ recovery-image] Aug 24 20:23:54.666 INFO E| Compiling sigchld v0.2.4
106102026-08-24T20:23:55.712Z[ recovery-image] Aug 24 20:23:54.773 INFO E| Compiling shared_child v1.1.1
106112026-08-24T20:23:55.855Z[ recovery-image] Aug 24 20:23:54.916 INFO E| Compiling duct v1.1.1
106122026-08-24T20:23:58.109Z[ recovery-image] Aug 24 20:23:57.170 INFO E| Compiling clap_derive v4.6.1
106132026-08-24T20:23:59.742Z[ recovery-image] Aug 24 20:23:58.803 INFO E| Compiling clap v4.6.1
106142026-08-24T20:23:59.821Z[ recovery-image] Aug 24 20:23:58.882 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106152026-08-24T20:24:00.863Z[ recovery-image] Aug 24 20:23:59.925 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s
106162026-08-24T20:24:00.870Z[ recovery-image] Aug 24 20:23:59.932 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106172026-08-24T20:24:01.185Z[ recovery-image] Aug 24 20:24:00.246 INFO E| Downloading crates ...
106182026-08-24T20:24:01.241Z[ recovery-image] Aug 24 20:24:00.302 INFO E| Downloaded bitflags v2.13.0
106192026-08-24T20:24:01.245Z[ recovery-image] Aug 24 20:24:00.306 INFO E| Downloaded log v0.4.32
106202026-08-24T20:24:01.248Z[ recovery-image] Aug 24 20:24:00.309 INFO E| Downloaded bitstruct v0.1.1
106212026-08-24T20:24:01.252Z[ recovery-image] Aug 24 20:24:00.310 INFO E| Downloaded bit_field v0.10.3
106222026-08-24T20:24:01.255Z[ recovery-image] Aug 24 20:24:00.317 INFO E| Downloaded bitstruct_derive v0.1.0
106232026-08-24T20:24:01.259Z[ recovery-image] Aug 24 20:24:00.318 INFO E| Downloaded cpio_reader v0.1.2
106242026-08-24T20:24:01.262Z[ recovery-image] Aug 24 20:24:00.321 INFO E| Downloaded miniz_oxide v0.9.1
106252026-08-24T20:24:01.278Z[ recovery-image] Aug 24 20:24:00.340 INFO E| Downloaded raw-cpuid v10.7.0
106262026-08-24T20:24:01.298Z[ recovery-image] Aug 24 20:24:00.359 INFO E| Downloaded goblin v0.10.7
106272026-08-24T20:24:01.421Z[ recovery-image] Aug 24 20:24:00.482 INFO E| Downloaded x86 v0.52.0
106282026-08-24T20:24:01.459Z[ recovery-image] Aug 24 20:24:00.519 INFO E| Updating crates.io index
106292026-08-24T20:24:01.510Z[ recovery-image] Aug 24 20:24:00.571 INFO E| Downloading crates ...
106302026-08-24T20:24:01.534Z[ recovery-image] Aug 24 20:24:00.595 INFO E| Downloaded hashbrown v0.17.1
106312026-08-24T20:24:01.538Z[ recovery-image] Aug 24 20:24:00.600 INFO E| Downloaded rustc-literal-escaper v0.0.7
106322026-08-24T20:24:01.593Z[ recovery-image] Aug 24 20:24:00.654 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)
106332026-08-24T20:24:01.593Z[ recovery-image] Aug 24 20:24:00.654 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)
106342026-08-24T20:24:01.596Z[ recovery-image] Aug 24 20:24:00.654 INFO E| Compiling proc-macro2 v1.0.106
106352026-08-24T20:24:01.597Z[ recovery-image] Aug 24 20:24:00.654 INFO E| Compiling quote v1.0.45
106362026-08-24T20:24:01.597Z[ recovery-image] Aug 24 20:24:00.654 INFO E| Compiling unicode-ident v1.0.24
106372026-08-24T20:24:01.597Z[ recovery-image] Aug 24 20:24:00.654 INFO E| Compiling syn v1.0.109
106382026-08-24T20:24:01.597Z[ recovery-image] Aug 24 20:24:00.654 INFO E| Compiling x86 v0.52.0
106392026-08-24T20:24:01.607Z[ recovery-image] Aug 24 20:24:00.668 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106402026-08-24T20:24:01.611Z[ recovery-image] Aug 24 20:24:00.669 INFO E| Compiling seq-macro v0.3.6
106412026-08-24T20:24:02.493Z[ host-image] Aug 24 20:24:01.554 INFO O| Aug 24 20:24:01.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106422026-08-24T20:24:02.493Z[ host-image] Aug 24 20:24:01.554 INFO O| Aug 24 20:24:01.554 INFO ok!
106432026-08-24T20:24:02.493Z[ host-image] Aug 24 20:24:01.554 INFO O| Aug 24 20:24:01.554 INFO STEP 139 (ensure_file) COMPLETE
106442026-08-24T20:24:02.497Z[ host-image] Aug 24 20:24:01.554 INFO O| Aug 24 20:24:01.554 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106452026-08-24T20:24:02.502Z[ host-image] Aug 24 20:24:01.564 INFO O| Aug 24 20:24:01.564 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106462026-08-24T20:24:02.508Z[ host-image] Aug 24 20:24:01.564 INFO O| Aug 24 20:24:01.564 INFO STEP 140 (ensure_dir) COMPLETE
106472026-08-24T20:24:02.508Z[ host-image] Aug 24 20:24:01.564 INFO O| Aug 24 20:24:01.564 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-08-24T20:24:02.512Z[ host-image] Aug 24 20:24:01.571 INFO O| Aug 24 20:24:01.571 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106492026-08-24T20:24:02.512Z[ host-image] Aug 24 20:24:01.571 INFO O| Aug 24 20:24:01.571 INFO STEP 141 (ensure_dir) COMPLETE
106502026-08-24T20:24:02.512Z[ host-image] Aug 24 20:24:01.571 INFO O| Aug 24 20:24:01.571 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-08-24T20:24:02.516Z[ host-image] Aug 24 20:24:01.578 INFO O| Aug 24 20:24:01.578 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106522026-08-24T20:24:02.517Z[ host-image] Aug 24 20:24:01.578 INFO O| Aug 24 20:24:01.578 INFO STEP 142 (ensure_dir) COMPLETE
106532026-08-24T20:24:02.517Z[ host-image] Aug 24 20:24:01.578 INFO O| Aug 24 20:24:01.578 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-08-24T20:24:02.523Z[ host-image] Aug 24 20:24:01.584 INFO O| Aug 24 20:24:01.584 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106552026-08-24T20:24:02.523Z[ host-image] Aug 24 20:24:01.584 INFO O| Aug 24 20:24:01.584 INFO STEP 143 (ensure_dir) COMPLETE
106562026-08-24T20:24:02.528Z[ host-image] Aug 24 20:24:01.584 INFO O| Aug 24 20:24:01.584 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106572026-08-24T20:24:02.531Z[ host-image] Aug 24 20:24:01.592 INFO O| Aug 24 20:24:01.592 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106582026-08-24T20:24:02.531Z[ host-image] Aug 24 20:24:01.592 INFO O| Aug 24 20:24:01.592 INFO copying /tmp/.tmpsF5wwU/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 ...
106592026-08-24T20:24:02.531Z[ host-image] Aug 24 20:24:01.592 INFO O| Aug 24 20:24:01.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106602026-08-24T20:24:02.531Z[ host-image] Aug 24 20:24:01.592 INFO O| Aug 24 20:24:01.592 INFO ok!
106612026-08-24T20:24:02.531Z[ host-image] Aug 24 20:24:01.592 INFO O| Aug 24 20:24:01.592 INFO STEP 144 (ensure_file) COMPLETE
106622026-08-24T20:24:02.531Z[ host-image] Aug 24 20:24:01.592 INFO O| Aug 24 20:24:01.592 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106632026-08-24T20:24:02.539Z[ host-image] Aug 24 20:24:01.600 INFO O| Aug 24 20:24:01.600 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106642026-08-24T20:24:02.539Z[ host-image] Aug 24 20:24:01.600 INFO O| Aug 24 20:24:01.600 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106652026-08-24T20:24:02.539Z[ host-image] Aug 24 20:24:01.600 INFO O| Aug 24 20:24:01.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106662026-08-24T20:24:02.543Z[ host-image] Aug 24 20:24:01.600 INFO O| Aug 24 20:24:01.600 INFO STEP 145 (ensure_dir) COMPLETE
106672026-08-24T20:24:02.543Z[ host-image] Aug 24 20:24:01.600 INFO O| Aug 24 20:24:01.600 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106682026-08-24T20:24:02.547Z[ host-image] Aug 24 20:24:01.609 INFO O| Aug 24 20:24:01.609 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106692026-08-24T20:24:02.550Z[ host-image] Aug 24 20:24:01.609 INFO O| Aug 24 20:24:01.609 INFO copying /tmp/.tmpsF5wwU/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106702026-08-24T20:24:02.550Z[ host-image] Aug 24 20:24:01.609 INFO O| Aug 24 20:24:01.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106712026-08-24T20:24:02.551Z[ host-image] Aug 24 20:24:01.609 INFO O| Aug 24 20:24:01.609 INFO ok!
106722026-08-24T20:24:02.551Z[ host-image] Aug 24 20:24:01.609 INFO O| Aug 24 20:24:01.609 INFO STEP 146 (ensure_file) COMPLETE
106732026-08-24T20:24:02.551Z[ host-image] Aug 24 20:24:01.609 INFO O| Aug 24 20:24:01.609 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-24T20:24:02.555Z[ host-image] Aug 24 20:24:01.617 INFO O| Aug 24 20:24:01.617 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106752026-08-24T20:24:02.559Z[ host-image] Aug 24 20:24:01.617 INFO O| Aug 24 20:24:01.617 INFO STEP 147 (remove_files) COMPLETE
106762026-08-24T20:24:02.559Z[ host-image] Aug 24 20:24:01.617 INFO O| Aug 24 20:24:01.617 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-24T20:24:02.563Z[ host-image] Aug 24 20:24:01.625 INFO O| Aug 24 20:24:01.625 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106782026-08-24T20:24:02.563Z[ host-image] Aug 24 20:24:01.625 INFO O| Aug 24 20:24:01.625 INFO STEP 148 (remove_files) COMPLETE
106792026-08-24T20:24:02.567Z[ host-image] Aug 24 20:24:01.625 INFO O| Aug 24 20:24:01.625 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-24T20:24:02.571Z[ host-image] Aug 24 20:24:01.632 INFO O| Aug 24 20:24:01.632 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106812026-08-24T20:24:02.574Z[ host-image] Aug 24 20:24:01.632 INFO O| Aug 24 20:24:01.632 INFO STEP 149 (remove_files) COMPLETE
106822026-08-24T20:24:02.574Z[ host-image] Aug 24 20:24:01.632 INFO O| Aug 24 20:24:01.632 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-24T20:24:02.578Z[ host-image] Aug 24 20:24:01.640 INFO O| Aug 24 20:24:01.640 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106842026-08-24T20:24:02.581Z[ host-image] Aug 24 20:24:01.640 INFO O| Aug 24 20:24:01.640 INFO STEP 150 (remove_files) COMPLETE
106852026-08-24T20:24:02.581Z[ host-image] Aug 24 20:24:01.640 INFO O| Aug 24 20:24:01.640 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-24T20:24:02.588Z[ host-image] Aug 24 20:24:01.649 INFO O| Aug 24 20:24:01.649 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106872026-08-24T20:24:02.591Z[ host-image] Aug 24 20:24:01.649 INFO O| Aug 24 20:24:01.649 INFO STEP 151 (remove_files) COMPLETE
106882026-08-24T20:24:02.591Z[ host-image] Aug 24 20:24:01.649 INFO O| Aug 24 20:24:01.649 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-24T20:24:02.596Z[ host-image] Aug 24 20:24:01.658 INFO O| Aug 24 20:24:01.657 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106902026-08-24T20:24:02.599Z[ host-image] Aug 24 20:24:01.658 INFO O| Aug 24 20:24:01.658 INFO STEP 152 (remove_files) COMPLETE
106912026-08-24T20:24:02.599Z[ host-image] Aug 24 20:24:01.658 INFO O| Aug 24 20:24:01.658 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-24T20:24:02.604Z[ host-image] Aug 24 20:24:01.666 INFO O| Aug 24 20:24:01.666 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106932026-08-24T20:24:02.607Z[ host-image] Aug 24 20:24:01.666 INFO O| Aug 24 20:24:01.666 INFO STEP 153 (remove_files) COMPLETE
106942026-08-24T20:24:02.608Z[ host-image] Aug 24 20:24:01.666 INFO O| Aug 24 20:24:01.666 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-24T20:24:02.614Z[ host-image] Aug 24 20:24:01.675 INFO O| Aug 24 20:24:01.675 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106962026-08-24T20:24:02.614Z[ host-image] Aug 24 20:24:01.675 INFO O| Aug 24 20:24:01.675 INFO STEP 154 (remove_files) COMPLETE
106972026-08-24T20:24:02.617Z[ host-image] Aug 24 20:24:01.675 INFO O| Aug 24 20:24:01.675 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-24T20:24:02.622Z[ host-image] Aug 24 20:24:01.683 INFO O| Aug 24 20:24:01.683 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106992026-08-24T20:24:02.622Z[ host-image] Aug 24 20:24:01.683 INFO O| Aug 24 20:24:01.683 INFO STEP 155 (remove_files) COMPLETE
107002026-08-24T20:24:02.622Z[ host-image] Aug 24 20:24:01.683 INFO O| Aug 24 20:24:01.683 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-24T20:24:02.628Z[ host-image] Aug 24 20:24:01.690 INFO O| Aug 24 20:24:01.690 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107022026-08-24T20:24:02.628Z[ host-image] Aug 24 20:24:01.690 INFO O| Aug 24 20:24:01.690 INFO STEP 156 (remove_files) COMPLETE
107032026-08-24T20:24:02.632Z[ host-image] Aug 24 20:24:01.690 INFO O| Aug 24 20:24:01.690 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-24T20:24:02.636Z[ host-image] Aug 24 20:24:01.697 INFO O| Aug 24 20:24:01.697 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107052026-08-24T20:24:02.636Z[ host-image] Aug 24 20:24:01.697 INFO O| Aug 24 20:24:01.697 INFO STEP 157 (remove_files) COMPLETE
107062026-08-24T20:24:02.636Z[ host-image] Aug 24 20:24:01.697 INFO O| Aug 24 20:24:01.697 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-24T20:24:02.643Z[ host-image] Aug 24 20:24:01.704 INFO O| Aug 24 20:24:01.704 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107082026-08-24T20:24:02.643Z[ host-image] Aug 24 20:24:01.704 INFO O| Aug 24 20:24:01.704 INFO STEP 158 (remove_files) COMPLETE
107092026-08-24T20:24:02.646Z[ host-image] Aug 24 20:24:01.704 INFO O| Aug 24 20:24:01.704 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-24T20:24:02.651Z[ host-image] Aug 24 20:24:01.713 INFO O| Aug 24 20:24:01.713 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107112026-08-24T20:24:02.654Z[ host-image] Aug 24 20:24:01.713 INFO O| Aug 24 20:24:01.713 INFO STEP 159 (remove_files) COMPLETE
107122026-08-24T20:24:02.654Z[ host-image] Aug 24 20:24:01.713 INFO O| Aug 24 20:24:01.713 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-24T20:24:02.658Z[ host-image] Aug 24 20:24:01.720 INFO O| Aug 24 20:24:01.720 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107142026-08-24T20:24:02.658Z[ host-image] Aug 24 20:24:01.720 INFO O| Aug 24 20:24:01.720 INFO STEP 160 (remove_files) COMPLETE
107152026-08-24T20:24:02.662Z[ host-image] Aug 24 20:24:01.720 INFO O| Aug 24 20:24:01.720 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-08-24T20:24:02.665Z[ host-image] Aug 24 20:24:01.726 INFO O| Aug 24 20:24:01.726 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107172026-08-24T20:24:02.665Z[ host-image] Aug 24 20:24:01.726 INFO O| Aug 24 20:24:01.726 INFO STEP 161 (remove_files) COMPLETE
107182026-08-24T20:24:02.665Z[ host-image] Aug 24 20:24:01.726 INFO O| Aug 24 20:24:01.726 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-08-24T20:24:02.672Z[ host-image] Aug 24 20:24:01.734 INFO O| Aug 24 20:24:01.734 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107202026-08-24T20:24:02.672Z[ host-image] Aug 24 20:24:01.734 INFO O| Aug 24 20:24:01.734 INFO STEP 162 (remove_files) COMPLETE
107212026-08-24T20:24:02.676Z[ host-image] Aug 24 20:24:01.734 INFO O| Aug 24 20:24:01.734 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-08-24T20:24:02.679Z[ host-image] Aug 24 20:24:01.741 INFO O| Aug 24 20:24:01.741 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107232026-08-24T20:24:02.679Z[ host-image] Aug 24 20:24:01.741 INFO O| Aug 24 20:24:01.741 INFO STEP 163 (remove_files) COMPLETE
107242026-08-24T20:24:02.683Z[ host-image] Aug 24 20:24:01.741 INFO O| Aug 24 20:24:01.741 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-08-24T20:24:02.686Z[ host-image] Aug 24 20:24:01.747 INFO O| Aug 24 20:24:01.747 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107262026-08-24T20:24:02.686Z[ host-image] Aug 24 20:24:01.747 INFO O| Aug 24 20:24:01.747 INFO STEP 164 (remove_files) COMPLETE
107272026-08-24T20:24:02.686Z[ host-image] Aug 24 20:24:01.747 INFO O| Aug 24 20:24:01.747 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-08-24T20:24:02.692Z[ recovery-image] Aug 24 20:24:01.754 INFO E| Compiling syn v2.0.117
107292026-08-24T20:24:02.696Z[ host-image] Aug 24 20:24:01.754 INFO O| Aug 24 20:24:01.754 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107302026-08-24T20:24:02.696Z[ host-image] Aug 24 20:24:01.754 INFO O| Aug 24 20:24:01.754 INFO STEP 165 (remove_files) COMPLETE
107312026-08-24T20:24:02.696Z[ host-image] Aug 24 20:24:01.754 INFO O| Aug 24 20:24:01.754 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107322026-08-24T20:24:02.701Z[ host-image] Aug 24 20:24:01.763 INFO O| Aug 24 20:24:01.763 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107332026-08-24T20:24:02.701Z[ host-image] Aug 24 20:24:01.763 INFO O| Aug 24 20:24:01.763 INFO STEP 166 (remove_files) COMPLETE
107342026-08-24T20:24:02.705Z[ host-image] Aug 24 20:24:01.763 INFO O| Aug 24 20:24:01.763 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107352026-08-24T20:24:02.709Z[ host-image] Aug 24 20:24:01.770 INFO O| Aug 24 20:24:01.770 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107362026-08-24T20:24:02.709Z[ host-image] Aug 24 20:24:01.770 INFO O| Aug 24 20:24:01.770 INFO STEP 167 (remove_files) COMPLETE
107372026-08-24T20:24:02.709Z[ host-image] Aug 24 20:24:01.770 INFO O| Aug 24 20:24:01.770 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107382026-08-24T20:24:02.718Z[ host-image] Aug 24 20:24:01.779 INFO O| Aug 24 20:24:01.779 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107392026-08-24T20:24:02.721Z[ host-image] Aug 24 20:24:01.779 INFO O| Aug 24 20:24:01.779 INFO STEP 168 (remove_files) COMPLETE
107402026-08-24T20:24:02.721Z[ host-image] Aug 24 20:24:01.779 INFO O| Aug 24 20:24:01.779 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107412026-08-24T20:24:02.725Z[ host-image] Aug 24 20:24:01.786 INFO O| Aug 24 20:24:01.786 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107422026-08-24T20:24:02.725Z[ host-image] Aug 24 20:24:01.786 INFO O| Aug 24 20:24:01.786 INFO STEP 169 (remove_files) COMPLETE
107432026-08-24T20:24:02.728Z[ host-image] Aug 24 20:24:01.786 INFO O| Aug 24 20:24:01.786 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107442026-08-24T20:24:02.732Z[ host-image] Aug 24 20:24:01.793 INFO O| Aug 24 20:24:01.793 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107452026-08-24T20:24:02.735Z[ host-image] Aug 24 20:24:01.793 INFO O| Aug 24 20:24:01.793 INFO STEP 170 (remove_files) COMPLETE
107462026-08-24T20:24:02.735Z[ host-image] Aug 24 20:24:01.793 INFO O| Aug 24 20:24:01.793 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107472026-08-24T20:24:02.741Z[ host-image] Aug 24 20:24:01.802 INFO O| Aug 24 20:24:01.802 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107482026-08-24T20:24:02.741Z[ host-image] Aug 24 20:24:01.802 INFO O| Aug 24 20:24:01.802 INFO STEP 171 (remove_files) COMPLETE
107492026-08-24T20:24:02.741Z[ host-image] Aug 24 20:24:01.802 INFO O| Aug 24 20:24:01.802 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107502026-08-24T20:24:02.747Z[ host-image] Aug 24 20:24:01.809 INFO O| Aug 24 20:24:01.809 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107512026-08-24T20:24:02.747Z[ host-image] Aug 24 20:24:01.809 INFO O| Aug 24 20:24:01.809 INFO STEP 172 (remove_files) COMPLETE
107522026-08-24T20:24:02.751Z[ host-image] Aug 24 20:24:01.809 INFO O| Aug 24 20:24:01.809 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107532026-08-24T20:24:02.754Z[ host-image] Aug 24 20:24:01.816 INFO O| Aug 24 20:24:01.816 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107542026-08-24T20:24:02.755Z[ host-image] Aug 24 20:24:01.816 INFO O| Aug 24 20:24:01.816 INFO STEP 173 (remove_files) COMPLETE
107552026-08-24T20:24:02.758Z[ host-image] Aug 24 20:24:01.816 INFO O| Aug 24 20:24:01.816 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107562026-08-24T20:24:02.762Z[ host-image] Aug 24 20:24:01.823 INFO O| Aug 24 20:24:01.823 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107572026-08-24T20:24:02.762Z[ host-image] Aug 24 20:24:01.823 INFO O| Aug 24 20:24:01.823 INFO STEP 174 (remove_files) COMPLETE
107582026-08-24T20:24:02.762Z[ host-image] Aug 24 20:24:01.823 INFO O| Aug 24 20:24:01.823 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107592026-08-24T20:24:02.770Z[ host-image] Aug 24 20:24:01.831 INFO O| Aug 24 20:24:01.831 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107602026-08-24T20:24:02.770Z[ host-image] Aug 24 20:24:01.832 INFO O| Aug 24 20:24:01.832 INFO STEP 175 (remove_files) COMPLETE
107612026-08-24T20:24:02.773Z[ host-image] Aug 24 20:24:01.832 INFO O| Aug 24 20:24:01.832 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107622026-08-24T20:24:02.780Z[ host-image] Aug 24 20:24:01.842 INFO O| Aug 24 20:24:01.842 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107632026-08-24T20:24:02.784Z[ host-image] Aug 24 20:24:01.842 INFO O| Aug 24 20:24:01.842 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107642026-08-24T20:24:04.004Z[ recovery-image] Aug 24 20:24:03.065 INFO E| Compiling scroll_derive v0.13.1
107652026-08-24T20:24:04.988Z[ recovery-image] Aug 24 20:24:04.050 INFO E| Compiling bitstruct_derive v0.1.0
107662026-08-24T20:24:09.466Z[ host-image] Aug 24 20:24:08.526 INFO O| Aug 24 20:24:08.526 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
107672026-08-24T20:24:09.466Z[ host-image] Aug 24 20:24:08.526 INFO O| Aug 24 20:24:08.526 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107682026-08-24T20:24:09.478Z[ host-image] Aug 24 20:24:08.539 INFO O| Aug 24 20:24:08.539 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"}
107692026-08-24T20:24:09.574Z[ host-image] Aug 24 20:24:08.635 INFO O| Aug 24 20:24:08.635 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107702026-08-24T20:24:09.628Z[ host-image] Aug 24 20:24:08.690 INFO O| Aug 24 20:24:08.690 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107712026-08-24T20:24:09.691Z[ host-image] Aug 24 20:24:08.752 INFO O| Aug 24 20:24:08.752 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107722026-08-24T20:24:09.691Z[ host-image] Aug 24 20:24:08.753 INFO O| Aug 24 20:24:08.752 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107732026-08-24T20:24:09.695Z[ host-image] Aug 24 20:24:08.754 INFO O| Aug 24 20:24:08.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107742026-08-24T20:24:09.695Z[ host-image] Aug 24 20:24:08.754 INFO O| Aug 24 20:24:08.754 INFO ok!
107752026-08-24T20:24:09.695Z[ host-image] Aug 24 20:24:08.754 INFO O| Aug 24 20:24:08.754 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107762026-08-24T20:24:09.695Z[ host-image] Aug 24 20:24:08.754 INFO O| Aug 24 20:24:08.754 INFO STEP 176 (seed_smf) COMPLETE
107772026-08-24T20:24:09.695Z[ host-image] Aug 24 20:24:08.754 INFO O| Aug 24 20:24:08.754 INFO steps complete; finalising image!
107782026-08-24T20:24:09.695Z[ host-image] Aug 24 20:24:08.754 INFO O| Aug 24 20:24:08.754 INFO TRIM POOL: TEMPORARY-sled-zfs
107792026-08-24T20:24:09.768Z[ host-image] Aug 24 20:24:08.829 INFO O| Aug 24 20:24:08.829 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Mon Aug 24 20:24:08 2026)
107802026-08-24T20:24:09.981Z[ host-image] Aug 24 20:24:09.042 INFO O| Aug 24 20:24:09.042 INFO temporary pool has 912M used, 112M avail, 1.81x compressratio
107812026-08-24T20:24:09.982Z[ host-image] Aug 24 20:24:09.043 INFO O| Aug 24 20:24:09.042 INFO EXPORT POOL: TEMPORARY-sled-zfs
107822026-08-24T20:24:10.378Z[ host-image] Aug 24 20:24:09.439 INFO O| Aug 24 20:24:09.439 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107832026-08-24T20:24:10.378Z[ host-image] Aug 24 20:24:09.439 INFO O| Aug 24 20:24:09.439 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107842026-08-24T20:24:11.104Z[ host-image] Aug 24 20:24:10.165 INFO O| Aug 24 20:24:10.165 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107852026-08-24T20:24:11.104Z[ host-image] Aug 24 20:24:10.165 INFO O| Aug 24 20:24:10.165 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107862026-08-24T20:24:11.104Z[ host-image] Aug 24 20:24:10.165 INFO O| Aug 24 20:24:10.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107872026-08-24T20:24:11.107Z[ host-image] Aug 24 20:24:10.165 INFO O| Aug 24 20:24:10.165 INFO completed processing sled/zfs
107882026-08-24T20:24:11.107Z[ host-image] Aug 24 20:24:10.165 INFO O| Aug 24 20:24:10.165 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107892026-08-24T20:24:14.184Z[ recovery-image] Aug 24 20:24:13.244 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)
107902026-08-24T20:24:16.245Z[ recovery-image] Aug 24 20:24:15.287 INFO E| Compiling bitflags v1.3.2
107912026-08-24T20:24:16.245Z[ recovery-image] Aug 24 20:24:15.287 INFO E| Compiling bitflags v2.13.0
107922026-08-24T20:24:16.245Z[ recovery-image] Aug 24 20:24:15.287 INFO E| Compiling plain v0.2.3
107932026-08-24T20:24:16.258Z[ recovery-image] Aug 24 20:24:15.287 INFO E| Compiling adler2 v2.0.1
107942026-08-24T20:24:16.258Z[ recovery-image] Aug 24 20:24:15.287 INFO E| Compiling scroll v0.13.0
107952026-08-24T20:24:16.259Z[ recovery-image] Aug 24 20:24:15.287 INFO E| Compiling log v0.4.32
107962026-08-24T20:24:16.259Z[ recovery-image] Aug 24 20:24:15.287 INFO E| Compiling bit_field v0.10.3
107972026-08-24T20:24:16.259Z[ recovery-image] Aug 24 20:24:15.287 INFO E| Compiling bitstruct v0.1.1
107982026-08-24T20:24:16.259Z[ recovery-image] Aug 24 20:24:15.288 INFO E| Compiling static_assertions v1.1.0
107992026-08-24T20:24:16.313Z[ recovery-image] Aug 24 20:24:15.338 INFO E| Compiling raw-cpuid v10.7.0
108002026-08-24T20:24:16.325Z[ recovery-image] Aug 24 20:24:15.384 INFO E| Compiling miniz_oxide v0.9.1
108012026-08-24T20:24:16.392Z[ recovery-image] Aug 24 20:24:15.452 INFO E| Compiling cpio_reader v0.1.2
108022026-08-24T20:24:16.449Z[ recovery-image] Aug 24 20:24:15.495 INFO E| Compiling goblin v0.10.7
108032026-08-24T20:24:19.226Z[ recovery-image] Aug 24 20:24:18.287 INFO E| Finished `release` profile [optimized] target(s) in 18.33s
108042026-08-24T20:24:19.254Z[ recovery-image] Aug 24 20:24:18.305 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108052026-08-24T20:24:19.254Z[ recovery-image] Aug 24 20:24:18.305 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108062026-08-24T20:24:19.261Z[ recovery-image] Aug 24 20:24:18.305 INFO building ROM for cosmo
108072026-08-24T20:24:19.261Z[ recovery-image] Aug 24 20:24:18.305 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")
108082026-08-24T20:24:19.319Z[ recovery-image] Aug 24 20:24:18.379 INFO E| Downloading crates ...
108092026-08-24T20:24:19.366Z[ recovery-image] Aug 24 20:24:18.427 INFO E| Downloaded anstream v0.6.18
108102026-08-24T20:24:19.370Z[ recovery-image] Aug 24 20:24:18.429 INFO E| Downloaded anstyle-query v1.1.2
108112026-08-24T20:24:19.374Z[ recovery-image] Aug 24 20:24:18.433 INFO E| Downloaded anstyle v1.0.10
108122026-08-24T20:24:19.391Z[ recovery-image] Aug 24 20:24:18.448 INFO E| Downloaded cc v1.2.20
108132026-08-24T20:24:19.402Z[ recovery-image] Aug 24 20:24:18.450 INFO E| Downloaded is_terminal_polyfill v1.70.1
108142026-08-24T20:24:19.402Z[ recovery-image] Aug 24 20:24:18.452 INFO E| Downloaded clap_lex v0.7.4
108152026-08-24T20:24:19.402Z[ recovery-image] Aug 24 20:24:18.453 INFO E| Downloaded duct v0.13.7
108162026-08-24T20:24:19.402Z[ recovery-image] Aug 24 20:24:18.454 INFO E| Downloaded os_pipe v1.2.1
108172026-08-24T20:24:19.406Z[ recovery-image] Aug 24 20:24:18.461 INFO E| Downloaded toml_datetime v0.6.9
108182026-08-24T20:24:19.406Z[ recovery-image] Aug 24 20:24:18.462 INFO E| Downloaded colorchoice v1.0.3
108192026-08-24T20:24:19.406Z[ recovery-image] Aug 24 20:24:18.463 INFO E| Downloaded serde_spanned v0.6.8
108202026-08-24T20:24:19.422Z[ recovery-image] Aug 24 20:24:18.469 INFO E| Downloaded anstyle-parse v0.2.6
108212026-08-24T20:24:19.422Z[ recovery-image] Aug 24 20:24:18.471 INFO E| Downloaded clap_derive v4.5.32
108222026-08-24T20:24:19.426Z[ recovery-image] Aug 24 20:24:18.472 INFO E| Downloaded shared_child v1.0.1
108232026-08-24T20:24:19.426Z[ recovery-image] Aug 24 20:24:18.473 INFO E| Downloaded toml_write v0.1.1
108242026-08-24T20:24:19.426Z[ recovery-image] Aug 24 20:24:18.474 INFO E| Downloaded clap v4.5.37
108252026-08-24T20:24:19.426Z[ recovery-image] Aug 24 20:24:18.479 INFO E| Downloaded toml v0.8.22
108262026-08-24T20:24:19.437Z[ recovery-image] Aug 24 20:24:18.497 INFO E| Downloaded toml_edit v0.22.26
108272026-08-24T20:24:19.460Z[ recovery-image] Aug 24 20:24:18.517 INFO E| Downloaded clap_builder v4.5.37
108282026-08-24T20:24:19.469Z[ recovery-image] Aug 24 20:24:18.520 INFO E| Downloaded winnow v0.7.7
108292026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling libc v0.2.172
108302026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling utf8parse v0.2.2
108312026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling anstyle-query v1.1.2
108322026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling colorchoice v1.0.3
108332026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling is_terminal_polyfill v1.70.1
108342026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling anstyle v1.0.10
108352026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling shlex v1.3.0
108362026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling equivalent v1.0.2
108372026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling once_cell v1.21.3
108382026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling hashbrown v0.15.2
108392026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling winnow v0.7.7
108402026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.535 INFO E| Compiling clap_lex v0.7.4
108412026-08-24T20:24:19.477Z[ recovery-image] Aug 24 20:24:18.536 INFO E| Compiling anyhow v1.0.98
108422026-08-24T20:24:19.512Z[ recovery-image] Aug 24 20:24:18.572 INFO E| Compiling strsim v0.11.1
108432026-08-24T20:24:19.525Z[ recovery-image] Aug 24 20:24:18.581 INFO E| Compiling syn v2.0.101
108442026-08-24T20:24:19.525Z[ recovery-image] Aug 24 20:24:18.581 INFO E| Compiling toml_write v0.1.1
108452026-08-24T20:24:19.619Z[ recovery-image] Aug 24 20:24:18.673 INFO E| Compiling anstyle-parse v0.2.6
108462026-08-24T20:24:19.631Z[ recovery-image] Aug 24 20:24:18.692 INFO E| Compiling cc v1.2.20
108472026-08-24T20:24:19.747Z[ recovery-image] Aug 24 20:24:18.808 INFO E| Compiling anstream v0.6.18
108482026-08-24T20:24:19.940Z[ recovery-image] Aug 24 20:24:19.001 INFO E| Compiling clap_builder v4.5.37
108492026-08-24T20:24:19.959Z[ recovery-image] Aug 24 20:24:19.018 INFO E| Compiling indexmap v2.9.0
108502026-08-24T20:24:20.094Z[ recovery-image] Aug 24 20:24:19.155 INFO E| Compiling os_pipe v1.2.1
108512026-08-24T20:24:20.094Z[ recovery-image] Aug 24 20:24:19.155 INFO E| Compiling shared_child v1.0.1
108522026-08-24T20:24:20.207Z[ recovery-image] Aug 24 20:24:19.268 INFO E| Compiling duct v0.13.7
108532026-08-24T20:24:20.672Z[ recovery-image] Aug 24 20:24:19.732 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108542026-08-24T20:24:21.496Z[ recovery-image] Aug 24 20:24:20.557 INFO E| Compiling serde_derive v1.0.219
108552026-08-24T20:24:21.496Z[ recovery-image] Aug 24 20:24:20.557 INFO E| Compiling clap_derive v4.5.32
108562026-08-24T20:24:22.709Z[ recovery-image] Aug 24 20:24:21.770 INFO E| Compiling clap v4.5.37
108572026-08-24T20:24:23.349Z[ recovery-image] Aug 24 20:24:22.405 INFO E| Compiling serde v1.0.219
108582026-08-24T20:24:25.008Z[ recovery-image] Aug 24 20:24:24.069 INFO E| Compiling toml_datetime v0.6.9
108592026-08-24T20:24:25.008Z[ recovery-image] Aug 24 20:24:24.069 INFO E| Compiling serde_spanned v0.6.8
108602026-08-24T20:24:25.156Z[ recovery-image] Aug 24 20:24:24.217 INFO E| Compiling toml_edit v0.22.26
108612026-08-24T20:24:26.512Z[ host-image] Aug 24 20:24:25.573 INFO O| Aug 24 20:24:25.573 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108622026-08-24T20:24:26.551Z[ recovery-image] Aug 24 20:24:25.612 INFO E| Compiling toml v0.8.22
108632026-08-24T20:24:26.697Z[ host-image] Aug 24 20:24:25.758 INFO BUILD STRING "heads/stlouis-0-g9ef5f08df1\n"
108642026-08-24T20:24:26.697Z[ host-image] Aug 24 20:24:25.758 INFO expanded image name: "ci 9311c66/${os_short_commit} 2026-08-24 20:05" -> "ci 9311c66/9ef5f08 2026-08-24 20:05"
108652026-08-24T20:24:26.697Z[ host-image] Aug 24 20:24:25.758 INFO output artefacts stored in: "/work/os-host"
108662026-08-24T20:24:26.700Z[ host-image] Aug 24 20:24:25.758 INFO collecting git info from project "amd-host-image-builder"...
108672026-08-24T20:24:26.705Z[ host-image] Aug 24 20:24:25.766 INFO collecting git info from project "pilot"...
108682026-08-24T20:24:26.712Z[ host-image] Aug 24 20:24:25.773 INFO collecting git info from project "bootserver"...
108692026-08-24T20:24:26.718Z[ host-image] Aug 24 20:24:25.779 INFO collecting git info from project "dmar-report"...
108702026-08-24T20:24:26.725Z[ host-image] Aug 24 20:24:25.785 INFO collecting git info from project "phbl"...
108712026-08-24T20:24:26.729Z[ host-image] Aug 24 20:24:25.790 INFO collecting git info from project "chelsio-t6-roms"...
108722026-08-24T20:24:26.734Z[ host-image] Aug 24 20:24:25.796 INFO collecting git info from project "pinprick"...
108732026-08-24T20:24:26.739Z[ host-image] Aug 24 20:24:25.801 INFO collecting git info from project "image-builder"...
108742026-08-24T20:24:26.745Z[ host-image] Aug 24 20:24:25.805 INFO collecting git info from project "amd-firmware"...
108752026-08-24T20:24:26.766Z[ host-image] Aug 24 20:24:25.826 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108762026-08-24T20:24:27.156Z[ host-image] Aug 24 20:24:26.216 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108772026-08-24T20:24:27.488Z[ host-image] Aug 24 20:24:26.549 INFO creating Oxide boot image...
108782026-08-24T20:24:27.488Z[ host-image] Aug 24 20:24:26.549 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 9311c66/9ef5f08 2026-08-24 20:05", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108792026-08-24T20:24:28.439Z[ host-image] Aug 24 20:24:27.497 INFO O| ok, image written!
108802026-08-24T20:24:28.440Z[ host-image] Aug 24 20:24:27.497 INFO O| ok, boot_image_csum file written!
108812026-08-24T20:24:28.452Z[ host-image] Aug 24 20:24:27.500 INFO creating boot archive (CPIO)...
108822026-08-24T20:24:28.452Z[ host-image] Aug 24 20:24:27.500 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
108832026-08-24T20:24:28.452Z[ host-image] Aug 24 20:24:27.504 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108842026-08-24T20:24:28.452Z[ host-image] Aug 24 20:24:27.504 INFO E| + outfile=/work/os-host/cpio
108852026-08-24T20:24:28.452Z[ host-image] Aug 24 20:24:27.504 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108862026-08-24T20:24:28.452Z[ host-image] Aug 24 20:24:27.506 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108872026-08-24T20:24:28.452Z[ host-image] Aug 24 20:24:27.506 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108882026-08-24T20:24:28.529Z[ host-image] Aug 24 20:24:27.545 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108892026-08-24T20:24:28.529Z[ host-image] Aug 24 20:24:27.545 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108902026-08-24T20:24:28.569Z[ host-image] Aug 24 20:24:27.552 INFO creating compressed cpio/unix for dev loaders...
108912026-08-24T20:24:28.569Z[ host-image] Aug 24 20:24:27.552 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
108922026-08-24T20:24:28.725Z[ host-image] Aug 24 20:24:27.783 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108932026-08-24T20:24:29.222Z[ recovery-image] Aug 24 20:24:28.283 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s
108942026-08-24T20:24:29.231Z[ recovery-image] Aug 24 20:24:28.292 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`
108952026-08-24T20:24:29.247Z[ recovery-image] Aug 24 20:24:28.308 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108962026-08-24T20:24:29.328Z[ recovery-image] Aug 24 20:24:28.388 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108972026-08-24T20:24:29.332Z[ recovery-image] Aug 24 20:24:28.392 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`
108982026-08-24T20:24:29.540Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108992026-08-24T20:24:29.540Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109002026-08-24T20:24:29.540Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109012026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109022026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109032026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109042026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109052026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109062026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109072026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109082026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109092026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109102026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109112026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109122026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109132026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109142026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109152026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109162026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109172026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109182026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109192026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109202026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109212026-08-24T20:24:29.547Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109222026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109232026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109242026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109252026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109262026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109272026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109282026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109292026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109302026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109312026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109322026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109332026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109342026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109352026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109362026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109372026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109382026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109392026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109402026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109412026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109422026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109432026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109442026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109452026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109462026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109472026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109482026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109492026-08-24T20:24:29.548Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109502026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109512026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO O| Info: ABL version: 0x100af010
109522026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109532026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109542026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109552026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109562026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109572026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109582026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109592026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109602026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109612026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109622026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109632026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109642026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109652026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109662026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109672026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109682026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109692026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109702026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109712026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109722026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109732026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109742026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109752026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109762026-08-24T20:24:29.549Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109772026-08-24T20:24:29.550Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109782026-08-24T20:24:29.550Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109792026-08-24T20:24:29.550Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109802026-08-24T20:24:29.550Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109812026-08-24T20:24:29.550Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109822026-08-24T20:24:29.550Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109832026-08-24T20:24:29.550Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109842026-08-24T20:24:29.551Z[ recovery-image] Aug 24 20:24:28.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109852026-08-24T20:24:29.582Z[ recovery-image] Aug 24 20:24:28.642 INFO building ROM for gimlet
109862026-08-24T20:24:29.582Z[ recovery-image] Aug 24 20:24:28.642 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")
109872026-08-24T20:24:29.682Z[ recovery-image] Aug 24 20:24:28.743 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109882026-08-24T20:24:29.685Z[ recovery-image] Aug 24 20:24:28.746 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`
109892026-08-24T20:24:29.701Z[ recovery-image] Aug 24 20:24:28.762 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109902026-08-24T20:24:29.776Z[ recovery-image] Aug 24 20:24:28.837 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109912026-08-24T20:24:29.780Z[ recovery-image] Aug 24 20:24:28.841 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`
109922026-08-24T20:24:29.897Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109932026-08-24T20:24:29.897Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109942026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109952026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109962026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109972026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109982026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109992026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110002026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110012026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110022026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110032026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110042026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110052026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110062026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110072026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO O| Info: ABL version: 0x100f5010
110082026-08-24T20:24:29.901Z[ recovery-image] Aug 24 20:24:28.958 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110092026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110102026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110112026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110122026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110132026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110142026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110152026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110162026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110172026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110182026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110192026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110202026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110212026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110222026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110232026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110242026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110252026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110262026-08-24T20:24:29.902Z[ recovery-image] Aug 24 20:24:28.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110272026-08-24T20:24:29.931Z[ recovery-image] Aug 24 20:24:28.992 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110282026-08-24T20:24:31.239Z[ recovery-image] Aug 24 20:24:30.275 INFO image complete! materials are in "/work/os-recovery"
110292026-08-24T20:24:31.254Z[ recovery-image]
110302026-08-24T20:24:31.255Z[ recovery-image] real 3:19.009530082
110312026-08-24T20:24:31.255Z[ recovery-image] user 2:37.270284782
110322026-08-24T20:24:31.255Z[ recovery-image] sys 38.415891595
110332026-08-24T20:24:31.255Z[ recovery-image] trap 0.139706721
110342026-08-24T20:24:31.255Z[ recovery-image] tflt 0.763858547
110352026-08-24T20:24:31.255Z[ recovery-image] dflt 0.625819821
110362026-08-24T20:24:31.255Z[ recovery-image] kflt 0.000085051
110372026-08-24T20:24:31.255Z[ recovery-image] lock 8:03.135767944
110382026-08-24T20:24:31.255Z[ recovery-image] slp 17:42.275168618
110392026-08-24T20:24:31.255Z[ recovery-image] lat 29.949120310
110402026-08-24T20:24:31.255Z[ recovery-image] stop 6.725416669
110412026-08-24T20:24:31.255ZAug 24 20:24:30.279 INFO [recovery-image] process exited with exit status: 0 (199.014956792s)
110422026-08-24T20:24:31.256ZAug 24 20:24:30.279 INFO [tuf-v2-recovery] running task
110432026-08-24T20:24:31.256ZAug 24 20:24:30.280 INFO [tuf-v2-recovery] task succeeded (795.21µs)
110442026-08-24T20:24:31.998Z[ host-image] Aug 24 20:24:31.058 INFO creating reset image...
110452026-08-24T20:24:31.998Z[ host-image] Aug 24 20:24:31.058 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")
110462026-08-24T20:24:32.075Z[ host-image] Aug 24 20:24:31.136 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110472026-08-24T20:24:32.078Z[ host-image] Aug 24 20:24:31.137 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110482026-08-24T20:24:32.384Z[ host-image] Aug 24 20:24:31.445 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)
110492026-08-24T20:24:32.384Z[ host-image] Aug 24 20:24:31.445 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)
110502026-08-24T20:24:32.387Z[ host-image] Aug 24 20:24:31.445 INFO E| Compiling proc-macro2 v1.0.106
110512026-08-24T20:24:32.388Z[ host-image] Aug 24 20:24:31.445 INFO E| Compiling unicode-ident v1.0.24
110522026-08-24T20:24:32.388Z[ host-image] Aug 24 20:24:31.445 INFO E| Compiling quote v1.0.45
110532026-08-24T20:24:32.388Z[ host-image] Aug 24 20:24:31.445 INFO E| Compiling syn v1.0.109
110542026-08-24T20:24:32.388Z[ host-image] Aug 24 20:24:31.445 INFO E| Compiling x86 v0.52.0
110552026-08-24T20:24:32.388Z[ host-image] Aug 24 20:24:31.445 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110562026-08-24T20:24:32.388Z[ host-image] Aug 24 20:24:31.445 INFO E| Compiling seq-macro v0.3.6
110572026-08-24T20:24:33.490Z[ host-image] Aug 24 20:24:32.546 INFO E| Compiling syn v2.0.117
110582026-08-24T20:24:34.932Z[ host-image] Aug 24 20:24:33.988 INFO E| Compiling scroll_derive v0.13.1
110592026-08-24T20:24:35.920Z[ host-image] Aug 24 20:24:34.981 INFO E| Compiling bitstruct_derive v0.1.0
110602026-08-24T20:24:45.075Z[ host-image] Aug 24 20:24:44.136 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)
110612026-08-24T20:24:47.198Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling bitflags v1.3.2
110622026-08-24T20:24:47.201Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling log v0.4.32
110632026-08-24T20:24:47.201Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling bitflags v2.13.0
110642026-08-24T20:24:47.201Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling plain v0.2.3
110652026-08-24T20:24:47.201Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling scroll v0.13.0
110662026-08-24T20:24:47.201Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling adler2 v2.0.1
110672026-08-24T20:24:47.202Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling bit_field v0.10.3
110682026-08-24T20:24:47.202Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling static_assertions v1.1.0
110692026-08-24T20:24:47.202Z[ host-image] Aug 24 20:24:46.259 INFO E| Compiling bitstruct v0.1.1
110702026-08-24T20:24:47.250Z[ host-image] Aug 24 20:24:46.310 INFO E| Compiling raw-cpuid v10.7.0
110712026-08-24T20:24:47.304Z[ host-image] Aug 24 20:24:46.363 INFO E| Compiling miniz_oxide v0.9.1
110722026-08-24T20:24:47.375Z[ host-image] Aug 24 20:24:46.436 INFO E| Compiling cpio_reader v0.1.2
110732026-08-24T20:24:47.418Z[ host-image] Aug 24 20:24:46.479 INFO E| Compiling goblin v0.10.7
110742026-08-24T20:24:50.282Z[ host-image] Aug 24 20:24:49.343 INFO E| Finished `release` profile [optimized] target(s) in 18.19s
110752026-08-24T20:24:50.293Z[ host-image] Aug 24 20:24:49.354 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110762026-08-24T20:24:50.296Z[ host-image] Aug 24 20:24:49.354 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110772026-08-24T20:24:50.296Z[ host-image] Aug 24 20:24:49.354 INFO building ROM for cosmo
110782026-08-24T20:24:50.296Z[ host-image] Aug 24 20:24:49.354 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")
110792026-08-24T20:24:50.382Z[ host-image] Aug 24 20:24:49.443 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110802026-08-24T20:24:50.385Z[ host-image] Aug 24 20:24:49.445 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`
110812026-08-24T20:24:50.394Z[ host-image] Aug 24 20:24:49.456 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110822026-08-24T20:24:50.461Z[ host-image] Aug 24 20:24:49.522 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110832026-08-24T20:24:50.464Z[ host-image] Aug 24 20:24:49.524 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`
110842026-08-24T20:24:50.667Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110852026-08-24T20:24:50.667Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110862026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110872026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110882026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110892026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110902026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110912026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110922026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110932026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110942026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110952026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110962026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110972026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110982026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110992026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111002026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111012026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111022026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111032026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111042026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111052026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111062026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111072026-08-24T20:24:50.671Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111082026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111092026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111102026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111112026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111122026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111132026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111142026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111152026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111162026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.728 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111172026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111182026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111192026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111202026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111212026-08-24T20:24:50.672Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111222026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111232026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111242026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111252026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111262026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111272026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111282026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111292026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111302026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111312026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111322026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111332026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111342026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111352026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111362026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111372026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO O| Info: ABL version: 0x100af010
111382026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111392026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111402026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111412026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111422026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111432026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111442026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111452026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111462026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111472026-08-24T20:24:50.673Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111482026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111492026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111502026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111512026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111522026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111532026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111542026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111552026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111562026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111572026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111582026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111592026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111602026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111612026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111622026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111632026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111642026-08-24T20:24:50.674Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111652026-08-24T20:24:50.680Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111662026-08-24T20:24:50.680Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111672026-08-24T20:24:50.680Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111682026-08-24T20:24:50.680Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111692026-08-24T20:24:50.680Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111702026-08-24T20:24:50.680Z[ host-image] Aug 24 20:24:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111712026-08-24T20:24:50.699Z[ host-image] Aug 24 20:24:49.760 INFO building ROM for gimlet
111722026-08-24T20:24:50.703Z[ host-image] Aug 24 20:24:49.760 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")
111732026-08-24T20:24:50.784Z[ host-image] Aug 24 20:24:49.845 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111742026-08-24T20:24:50.787Z[ host-image] Aug 24 20:24:49.847 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`
111752026-08-24T20:24:50.797Z[ host-image] Aug 24 20:24:49.857 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111762026-08-24T20:24:50.861Z[ host-image] Aug 24 20:24:49.922 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111772026-08-24T20:24:50.865Z[ host-image] Aug 24 20:24:49.924 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`
111782026-08-24T20:24:50.972Z[ host-image] Aug 24 20:24:50.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111792026-08-24T20:24:50.972Z[ host-image] Aug 24 20:24:50.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111802026-08-24T20:24:50.972Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111812026-08-24T20:24:50.973Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111822026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111832026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111842026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111852026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111862026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111872026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111882026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111892026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111902026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111912026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111922026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111932026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO O| Info: ABL version: 0x100f5010
111942026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111952026-08-24T20:24:50.977Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111962026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111972026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111982026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111992026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112002026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
112012026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
112022026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
112032026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
112042026-08-24T20:24:50.978Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
112052026-08-24T20:24:50.979Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
112062026-08-24T20:24:50.979Z[ host-image] Aug 24 20:24:50.034 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
112072026-08-24T20:24:50.979Z[ host-image] Aug 24 20:24:50.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
112082026-08-24T20:24:50.979Z[ host-image] Aug 24 20:24:50.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112092026-08-24T20:24:50.979Z[ host-image] Aug 24 20:24:50.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112102026-08-24T20:24:50.979Z[ host-image] Aug 24 20:24:50.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112112026-08-24T20:24:50.979Z[ host-image] Aug 24 20:24:50.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112122026-08-24T20:24:50.979Z[ host-image] Aug 24 20:24:50.035 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112132026-08-24T20:24:51.006Z[ host-image] Aug 24 20:24:50.067 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112142026-08-24T20:25:02.204Z[ host-image] Aug 24 20:25:01.262 INFO image complete! materials are in "/work/os-host"
112152026-08-24T20:25:02.209Z[ host-image]
112162026-08-24T20:25:02.210Z[ host-image] real 3:59.954011560
112172026-08-24T20:25:02.210Z[ host-image] user 2:49.606883227
112182026-08-24T20:25:02.210Z[ host-image] sys 37.830842743
112192026-08-24T20:25:02.210Z[ host-image] trap 0.147380949
112202026-08-24T20:25:02.210Z[ host-image] tflt 0.284824620
112212026-08-24T20:25:02.210Z[ host-image] dflt 0.282315338
112222026-08-24T20:25:02.210Z[ host-image] kflt 0.000136849
112232026-08-24T20:25:02.210Z[ host-image] lock 4:50.488170910
112242026-08-24T20:25:02.210Z[ host-image] slp 20:27.757539025
112252026-08-24T20:25:02.210Z[ host-image] lat 27.152624704
112262026-08-24T20:25:02.210Z[ host-image] stop 2.237559024
112272026-08-24T20:25:02.210ZAug 24 20:25:01.266 INFO [host-image] process exited with exit status: 0 (239.95921307s)
112282026-08-24T20:25:02.210ZAug 24 20:25:01.266 INFO [tuf-v2-host] running task
112292026-08-24T20:25:02.210ZAug 24 20:25:01.266 INFO [tuf-repo] running task
112302026-08-24T20:25:02.210ZAug 24 20:25:01.267 INFO [tuf-v2-host] task succeeded (557.96µs)
112312026-08-24T20:25:02.210ZAug 24 20:25:01.267 INFO [tuf-v2-repo] running task
112322026-08-24T20:25:24.873ZAug 24 20:25:22.425 INFO assembling repository in `/tmp/tufaceous2iK3pE`, component: OmicronRepoAssembler
112332026-08-24T20:25:24.908ZAug 24 20:25:22.442 INFO [tuf-v2-repo] task succeeded (21.175190158s)
112342026-08-24T20:25:32.023ZAug 24 20:25:31.080 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112352026-08-24T20:25:32.279ZAug 24 20:25:31.330 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112362026-08-24T20:25:34.549ZAug 24 20:25:33.609 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112372026-08-24T20:25:34.612ZAug 24 20:25:33.673 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112382026-08-24T20:25:34.665ZAug 24 20:25:33.725 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112392026-08-24T20:25:34.714ZAug 24 20:25:33.773 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112402026-08-24T20:25:34.767ZAug 24 20:25:33.823 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112412026-08-24T20:25:34.814ZAug 24 20:25:33.873 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112422026-08-24T20:25:34.862ZAug 24 20:25:33.923 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112432026-08-24T20:25:45.266ZAug 24 20:25:44.326 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
112442026-08-24T20:25:45.271ZAug 24 20:25:44.332 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
112452026-08-24T20:25:45.306ZAug 24 20:25:44.356 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
112462026-08-24T20:25:45.349ZAug 24 20:25:44.409 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112472026-08-24T20:25:45.405ZAug 24 20:25:44.466 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112482026-08-24T20:25:45.459ZAug 24 20:25:44.520 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112492026-08-24T20:25:45.522ZAug 24 20:25:44.583 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
112502026-08-24T20:25:45.528ZAug 24 20:25:44.589 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
112512026-08-24T20:25:45.552ZAug 24 20:25:44.613 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
112522026-08-24T20:25:47.262ZAug 24 20:25:46.317 INFO [tuf-repo] task succeeded (45.05061386s)
112532026-08-24T20:28:21.248Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
112542026-08-24T20:28:21.251Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112552026-08-24T20:28:21.251Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112562026-08-24T20:28:23.966ZAug 24 20:28:23.026 INFO [verify-libraries] process exited with exit status: 0 (432.013899816s)
112572026-08-24T20:28:23.967ZAug 24 20:28:23.026 INFO all jobs completed in 1373.925734052s
112582026-08-24T20:28:25.198Zprocess exited: duration 1598128 ms, exit code 0
 
112592026-08-24T20:28:25.211Zfound 41 output files
112602026-08-24T20:28:25.218Zuploading: /work/manifest.toml (17334 bytes)
112612026-08-24T20:28:26.229Zuploaded: /work/manifest.toml
112622026-08-24T20:28:26.229Zuploading: /work/repo.zip (3278758832 bytes)
112632026-08-24T20:29:09.438Zuploaded: /work/repo.zip
112642026-08-24T20:29:09.438Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112652026-08-24T20:29:10.506Zuploaded: /work/repo.zip.sha256.txt
112662026-08-24T20:29:10.506Zuploading: /work/helios.json (647 bytes)
112672026-08-24T20:29:11.520Zuploaded: /work/helios.json
112682026-08-24T20:29:11.520Zuploading: /work/incorporation.p5m (113590 bytes)
112692026-08-24T20:29:12.535Zuploaded: /work/incorporation.p5m
112702026-08-24T20:29:12.535Zuploading: /work/incorporation.p5p (133120 bytes)
112712026-08-24T20:29:13.553Zuploaded: /work/incorporation.p5p
112722026-08-24T20:29:13.553Zuploading: /work/helios-incorp.log (522 bytes)
112732026-08-24T20:29:14.565Zuploaded: /work/helios-incorp.log
112742026-08-24T20:29:14.565Zuploading: /work/helios-setup.log (57113 bytes)
112752026-08-24T20:29:15.578Zuploaded: /work/helios-setup.log
112762026-08-24T20:29:15.578Zuploading: /work/host-image.log (233349 bytes)
112772026-08-24T20:29:16.597Zuploaded: /work/host-image.log
112782026-08-24T20:29:16.597Zuploading: /work/host-package.log (33948 bytes)
112792026-08-24T20:29:17.610Zuploaded: /work/host-package.log
112802026-08-24T20:29:17.611Zuploading: /work/host-target.log (101 bytes)
112812026-08-24T20:29:18.622Zuploaded: /work/host-target.log
112822026-08-24T20:29:18.622Zuploading: /work/incorp-create.log (0 bytes)
112832026-08-24T20:29:19.630Zuploaded: /work/incorp-create.log
112842026-08-24T20:29:19.630Zuploading: /work/incorp-fmt.log (0 bytes)
112852026-08-24T20:29:20.637Zuploaded: /work/incorp-fmt.log
112862026-08-24T20:29:20.637Zuploading: /work/incorp-pkgsend.log (108 bytes)
112872026-08-24T20:29:21.648Zuploaded: /work/incorp-pkgsend.log
112882026-08-24T20:29:21.648Zuploading: /work/incorp-publisher.log (0 bytes)
112892026-08-24T20:29:22.658Zuploaded: /work/incorp-publisher.log
112902026-08-24T20:29:22.658Zuploading: /work/omicron-package.log (10028 bytes)
112912026-08-24T20:29:23.669Zuploaded: /work/omicron-package.log
112922026-08-24T20:29:23.669Zuploading: /work/recovery-image.log (591936 bytes)
112932026-08-24T20:29:24.691Zuploaded: /work/recovery-image.log
112942026-08-24T20:29:24.691Zuploading: /work/recovery-package.log (321 bytes)
112952026-08-24T20:29:25.703Zuploaded: /work/recovery-package.log
112962026-08-24T20:29:25.703Zuploading: /work/recovery-target.log (98 bytes)
112972026-08-24T20:29:26.726Zuploaded: /work/recovery-target.log
112982026-08-24T20:29:26.726Zuploading: /work/stamp-clickhouse.log (117 bytes)
112992026-08-24T20:29:27.739Zuploaded: /work/stamp-clickhouse.log
113002026-08-24T20:29:27.739Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113012026-08-24T20:29:28.749Zuploaded: /work/stamp-clickhouse_keeper.log
113022026-08-24T20:29:28.749Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113032026-08-24T20:29:29.761Zuploaded: /work/stamp-clickhouse_server.log
113042026-08-24T20:29:29.761Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113052026-08-24T20:29:30.771Zuploaded: /work/stamp-cockroachdb.log
113062026-08-24T20:29:30.771Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113072026-08-24T20:29:31.783Zuploaded: /work/stamp-crucible-pantry-zone.log
113082026-08-24T20:29:31.783Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113092026-08-24T20:29:32.795Zuploaded: /work/stamp-crucible-utils.log
113102026-08-24T20:29:32.795Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113112026-08-24T20:29:34.069Zuploaded: /work/stamp-crucible-zone.log
113122026-08-24T20:29:34.069Zuploading: /work/stamp-external-dns.log (119 bytes)
113132026-08-24T20:29:35.094Zuploaded: /work/stamp-external-dns.log
113142026-08-24T20:29:35.094Zuploading: /work/stamp-installinator.log (103 bytes)
113152026-08-24T20:29:36.185Zuploaded: /work/stamp-installinator.log
113162026-08-24T20:29:36.185Zuploading: /work/stamp-internal-dns.log (119 bytes)
113172026-08-24T20:29:37.202Zuploaded: /work/stamp-internal-dns.log
113182026-08-24T20:29:37.202Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113192026-08-24T20:29:38.216Zuploaded: /work/stamp-mg-ddm-gz.log
113202026-08-24T20:29:38.216Zuploading: /work/stamp-nexus.log (112 bytes)
113212026-08-24T20:29:39.226Zuploaded: /work/stamp-nexus.log
113222026-08-24T20:29:39.226Zuploading: /work/stamp-ntp.log (110 bytes)
113232026-08-24T20:29:40.235Zuploaded: /work/stamp-ntp.log
113242026-08-24T20:29:40.236Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113252026-08-24T20:29:41.245Zuploaded: /work/stamp-omicron-sled-agent.log
113262026-08-24T20:29:41.245Zuploading: /work/stamp-overlay.log (114 bytes)
113272026-08-24T20:29:42.255Zuploaded: /work/stamp-overlay.log
113282026-08-24T20:29:42.255Zuploading: /work/stamp-oximeter.log (115 bytes)
113292026-08-24T20:29:43.267Zuploaded: /work/stamp-oximeter.log
113302026-08-24T20:29:43.267Zuploading: /work/stamp-oxlog.log (109 bytes)
113312026-08-24T20:29:44.277Zuploaded: /work/stamp-oxlog.log
113322026-08-24T20:29:44.277Zuploading: /work/stamp-probe.log (112 bytes)
113332026-08-24T20:29:45.287Zuploaded: /work/stamp-probe.log
113342026-08-24T20:29:45.287Zuploading: /work/stamp-propolis-server.log (122 bytes)
113352026-08-24T20:29:46.299Zuploaded: /work/stamp-propolis-server.log
113362026-08-24T20:29:46.299Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113372026-08-24T20:29:47.309Zuploaded: /work/stamp-pumpkind-gz.log
113382026-08-24T20:29:47.309Zuploading: /work/stamp-switch-asic.log (118 bytes)
113392026-08-24T20:29:48.320Zuploaded: /work/stamp-switch-asic.log
113402026-08-24T20:29:48.320Zuploading: /work/verify-libraries.log (50570 bytes)
113412026-08-24T20:29:49.337Zuploaded: /work/verify-libraries.log