01KYJKX24744D9A0GH7RMEN3J1: 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: 01KYJKXP1K6R3Q4TRF8NH7YKQG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-27T20:23:58.995Zjob assigned to worker 01KYJKXX6J3ADNQ51PG12KAWB3 [factory aws, i-0fbb89467c539e18c] (queued for 51 s)
 
22026-07-27T20:24:06.258Zstarting task 0: "setup"
32026-07-27T20:24:06.263Z++ uname -s
42026-07-27T20:24:06.267Z+ kern=SunOS
52026-07-27T20:24:06.267Z+ build_user=build
62026-07-27T20:24:06.268Z+ build_uid=12345
72026-07-27T20:24:06.268Z+ work_dir=/work
82026-07-27T20:24:06.268Z+ input_dir=/input
92026-07-27T20:24:06.268Z+ [[ 0 == 12345 ]]
102026-07-27T20:24:06.268Z+ case "$kern" in
112026-07-27T20:24:06.268Z+ groupadd -g 12345 build
122026-07-27T20:24:06.271Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-27T20:24:08.274Z+ zfs create -o mountpoint=/work rpool/work
142026-07-27T20:24:08.338Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-27T20:24:08.343Z+ home_fs=zfs
162026-07-27T20:24:08.343Z+ [[ zfs == autofs ]]
172026-07-27T20:24:08.343Z+ mkdir -p /home/build
182026-07-27T20:24:08.344Z+ chown build:build /home/build /work
192026-07-27T20:24:10.344Z+ chmod 0700 /home/build /work
202026-07-27T20:24:10.348Zprocess exited: duration 4089 ms, exit code 0
 
212026-07-27T20:24:10.356Zstarting task 1: "rust-toolchain"
222026-07-27T20:24:10.360Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-27T20:24:10.360Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-27T20:24:10.360Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-27T20:24:10.360Z * rust toolchain channel = "1.97.1"
262026-07-27T20:24:10.360Z * rust toolchain profile = "default"
272026-07-27T20:24:10.360Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-27T20:24:10.367Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-27T20:24:10.367Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-27T20:24:10.474Zinfo: downloading installer
312026-07-27T20:24:11.968Zwarn: It looks like you have an existing rustup settings file at:
322026-07-27T20:24:11.969Zwarn: /home/build/.rustup/settings.toml
332026-07-27T20:24:11.969Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-27T20:24:11.969Zwarn: instead of the one inferred from the default host triple.
352026-07-27T20:24:11.976Zinfo: profile set to default
362026-07-27T20:24:11.977Zinfo: default host triple is x86_64-unknown-illumos
372026-07-27T20:24:11.977Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-27T20:24:12.090Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-27T20:24:12.093Zinfo: downloading 6 components
402026-07-27T20:24:27.519Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-27T20:24:27.519Z
422026-07-27T20:24:27.545Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-27T20:24:27.545Z
442026-07-27T20:24:27.545Z
452026-07-27T20:24:27.545ZRust is installed now. Great!
462026-07-27T20:24:27.546Z
472026-07-27T20:24:27.546ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-27T20:24:27.546Zenvironment variable. This has not been done automatically.
492026-07-27T20:24:27.546Z
502026-07-27T20:24:27.546ZTo configure your current shell, you need to source
512026-07-27T20:24:27.546Zthe corresponding env file under $HOME/.cargo.
522026-07-27T20:24:27.546Z
532026-07-27T20:24:27.546ZThis is usually done by running one of the following (note the leading DOT):
542026-07-27T20:24:27.546Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-27T20:24:27.546Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-27T20:24:27.546Zsource "~/.cargo/env.nu" # For nushell
572026-07-27T20:24:27.546Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-27T20:24:27.546Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-27T20:24:27.546Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-27T20:24:27.549Zwarn: no default linker (`cc`) was found in your PATH
612026-07-27T20:24:27.549Zwarn: many Rust crates require a system C toolchain to build
622026-07-27T20:24:27.657Z+ rustup --version
632026-07-27T20:24:27.661Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-27T20:24:27.664Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-27T20:24:27.683Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-27T20:24:27.760Z+ cargo --version
672026-07-27T20:24:27.760Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-27T20:24:27.760Z+ rustc --version
692026-07-27T20:24:27.760Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-27T20:24:27.760Zprocess exited: duration 17363 ms, exit code 0
 
712026-07-27T20:24:27.767Zstarting task 2: "authentication"
722026-07-27T20:24:27.784Zprocess exited: duration 17 ms, exit code 0
 
732026-07-27T20:24:27.791Zstarting task 3: "clone repository"
742026-07-27T20:24:27.795Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-27T20:24:27.798Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-27T20:24:27.830ZCloning into '/work/oxidecomputer/omicron'...
772026-07-27T20:24:43.846Z+ cd /work/oxidecomputer/omicron
782026-07-27T20:24:43.846Z+ git fetch origin f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
792026-07-27T20:24:44.166ZFrom https://github.com/oxidecomputer/omicron
802026-07-27T20:24:44.166Z * branch f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c -> FETCH_HEAD
812026-07-27T20:24:44.177Z+ [[ -n '' ]]
822026-07-27T20:24:44.177Z+ git reset --hard f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
832026-07-27T20:24:44.404ZHEAD is now at f20be7e2e update rust toolchain to 1.97.1
842026-07-27T20:24:44.409Zprocess exited: duration 16614 ms, exit code 0
 
852026-07-27T20:24:44.418Zstarting task 4: "build"
862026-07-27T20:24:44.424Z+ source .github/buildomat/ci-env.sh
872026-07-27T20:24:44.424Z++ export CARGO_TERM_COLOR=always
882026-07-27T20:24:44.424Z++ CARGO_TERM_COLOR=always
892026-07-27T20:24:44.427Z+++ uname -s
902026-07-27T20:24:44.427Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-27T20:24:44.427Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-27T20:24:44.427Z+ cargo --version
932026-07-27T20:24:44.437Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-07-27T20:24:44.461Z+ rustc --version
952026-07-27T20:24:44.475Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-07-27T20:24:44.475Z+ cargo tree --locked
972026-07-27T20:24:44.628Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-07-27T20:24:44.898Z Updating crates.io index
992026-07-27T20:24:44.903Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-07-27T20:24:45.113Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-07-27T20:24:45.419Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-07-27T20:24:46.611Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-07-27T20:24:47.183Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-07-27T20:24:49.126Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-07-27T20:24:50.097Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-07-27T20:24:50.335Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-07-27T20:24:50.651Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-07-27T20:24:52.005Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-07-27T20:24:52.245Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-07-27T20:24:52.576Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1112026-07-27T20:24:52.824Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1122026-07-27T20:24:53.344Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1132026-07-27T20:24:53.877Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1142026-07-27T20:24:54.107Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-07-27T20:24:54.330Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-07-27T20:24:54.589Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1172026-07-27T20:24:54.897Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-07-27T20:24:55.114Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-07-27T20:24:55.332Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-07-27T20:24:55.579Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1212026-07-27T20:24:55.922Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1222026-07-27T20:24:56.254Z Updating git repository `https://github.com/oxidecomputer/erebor`
1232026-07-27T20:24:56.518Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1242026-07-27T20:24:56.907Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1252026-07-27T20:24:57.164Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1262026-07-27T20:24:57.513Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272026-07-27T20:24:57.798Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282026-07-27T20:24:58.153Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1292026-07-27T20:24:58.368Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1302026-07-27T20:24:58.694Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1312026-07-27T20:24:59.028Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-07-27T20:24:59.258Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1332026-07-27T20:24:59.625Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-07-27T20:24:59.798Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-07-27T20:25:00.038Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-07-27T20:25:00.318Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1372026-07-27T20:25:00.566Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1382026-07-27T20:25:00.819Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-07-27T20:25:01.049Z Updating git repository `https://github.com/illumos/smf-rs`
1402026-07-27T20:25:03.824Z Downloading crates ...
1412026-07-27T20:25:03.882Z Downloaded clap_lex v1.0.0
1422026-07-27T20:25:03.901Z Downloaded cmake v0.1.57
1432026-07-27T20:25:03.905Z Downloaded addr2line v0.25.1
1442026-07-27T20:25:03.905Z Downloaded colorchoice v1.0.4
1452026-07-27T20:25:03.905Z Downloaded crucible-workspace-hack v0.1.0
1462026-07-27T20:25:03.905Z Downloaded clap_derive v4.6.1
1472026-07-27T20:25:03.911Z Downloaded ciborium-ll v0.2.2
1482026-07-27T20:25:03.914Z Downloaded convert_case v0.4.0
1492026-07-27T20:25:03.918Z Downloaded group v0.13.0
1502026-07-27T20:25:03.918Z Downloaded hashbrown v0.12.3
1512026-07-27T20:25:03.921Z Downloaded cipher v0.5.2
1522026-07-27T20:25:03.921Z Downloaded corncobs v0.1.4
1532026-07-27T20:25:03.926Z Downloaded hostname v0.3.1
1542026-07-27T20:25:03.930Z Downloaded cpubits v0.1.1
1552026-07-27T20:25:03.930Z Downloaded headers-core v0.3.0
1562026-07-27T20:25:03.935Z Downloaded hashbrown v0.15.5
1572026-07-27T20:25:03.945Z Downloaded cpufeatures v0.2.17
1582026-07-27T20:25:03.949Z Downloaded cpufeatures v0.3.0
1592026-07-27T20:25:03.949Z Downloaded crc8 v0.1.1
1602026-07-27T20:25:03.949Z Downloaded cobs v0.3.0
1612026-07-27T20:25:03.968Z Downloaded crc v3.4.0
1622026-07-27T20:25:03.968Z Downloaded http-body-util v0.1.3
1632026-07-27T20:25:03.968Z Downloaded diesel-dtrace v0.5.0
1642026-07-27T20:25:03.968Z Downloaded glob v0.3.3
1652026-07-27T20:25:03.968Z Downloaded critical-section v1.2.0
1662026-07-27T20:25:03.968Z Downloaded crc-catalog v2.4.0
1672026-07-27T20:25:03.968Z Downloaded crunchy v0.2.4
1682026-07-27T20:25:03.968Z Downloaded debug-ignore v1.0.5
1692026-07-27T20:25:03.968Z Downloaded compression-core v0.4.31
1702026-07-27T20:25:03.968Z Downloaded curve25519-dalek-derive v0.1.1
1712026-07-27T20:25:03.971Z Downloaded hash32 v0.2.1
1722026-07-27T20:25:03.972Z Downloaded constant_time_eq v0.3.1
1732026-07-27T20:25:03.972Z Downloaded crypto-common v0.1.7
1742026-07-27T20:25:03.972Z Downloaded heck v0.5.0
1752026-07-27T20:25:03.972Z Downloaded hash32 v0.3.1
1762026-07-27T20:25:03.972Z Downloaded hex-literal v1.1.0
1772026-07-27T20:25:03.972Z Downloaded highway v1.3.0
1782026-07-27T20:25:03.978Z Downloaded hmac v0.13.0
1792026-07-27T20:25:03.984Z Downloaded darling_macro v0.20.11
1802026-07-27T20:25:03.984Z Downloaded darling_macro v0.21.3
1812026-07-27T20:25:03.984Z Downloaded derive_builder_macro v0.20.2
1822026-07-27T20:25:03.984Z Downloaded defmt-parser v1.0.0
1832026-07-27T20:25:03.984Z Downloaded defmt v0.3.100
1842026-07-27T20:25:03.984Z Downloaded hex v0.4.3
1852026-07-27T20:25:03.987Z Downloaded home v0.5.12
1862026-07-27T20:25:03.987Z Downloaded globset v0.4.18
1872026-07-27T20:25:03.987Z Downloaded cstr-argument v0.1.2
1882026-07-27T20:25:03.993Z Downloaded hostname v0.4.2
1892026-07-27T20:25:03.996Z Downloaded http-range v0.1.5
1902026-07-27T20:25:03.996Z Downloaded heck v0.4.1
1912026-07-27T20:25:03.996Z Downloaded darling_macro v0.13.4
1922026-07-27T20:25:04.000Z Downloaded crypto-common v0.2.2
1932026-07-27T20:25:04.004Z Downloaded hex-literal v0.4.1
1942026-07-27T20:25:04.009Z Downloaded guppy-workspace-hack v0.1.0
1952026-07-27T20:25:04.009Z Downloaded httpdate v1.0.3
1962026-07-27T20:25:04.009Z Downloaded hubpack v0.1.2
1972026-07-27T20:25:04.009Z Downloaded inout v0.1.4
1982026-07-27T20:25:04.009Z Downloaded darling_macro v0.23.0
1992026-07-27T20:25:04.014Z Downloaded instant v0.1.13
2002026-07-27T20:25:04.017Z Downloaded aead v0.5.2
2012026-07-27T20:25:04.017Z Downloaded console v0.15.11
2022026-07-27T20:25:04.017Z Downloaded console v0.16.2
2032026-07-27T20:25:04.021Z Downloaded criterion-plot v0.6.0
2042026-07-27T20:25:04.021Z Downloaded is_terminal_polyfill v1.70.2
2052026-07-27T20:25:04.021Z Downloaded internet-checksum v0.2.1
2062026-07-27T20:25:04.021Z Downloaded instability v0.3.11
2072026-07-27T20:25:04.024Z Downloaded const_format_proc_macros v0.2.34
2082026-07-27T20:25:04.029Z Downloaded compression-codecs v0.4.37
2092026-07-27T20:25:04.029Z Downloaded convert_case v0.10.0
2102026-07-27T20:25:04.033Z Downloaded hyper-tls v0.6.0
2112026-07-27T20:25:04.033Z Downloaded illumos-nvpair-sys v0.2.0
2122026-07-27T20:25:04.033Z Downloaded cipher v0.4.4
2132026-07-27T20:25:04.033Z Downloaded clang-sys v1.8.1
2142026-07-27T20:25:04.033Z Downloaded indent_write v2.2.0
2152026-07-27T20:25:04.033Z Downloaded httparse v1.10.1
2162026-07-27T20:25:04.037Z Downloaded illumos-nvpair v0.3.0
2172026-07-27T20:25:04.037Z Downloaded anstyle-query v1.1.5
2182026-07-27T20:25:04.045Z Downloaded array-init v0.0.4
2192026-07-27T20:25:04.045Z Downloaded async-stream-impl v0.3.6
2202026-07-27T20:25:04.045Z Downloaded http-body v1.0.1
2212026-07-27T20:25:04.049Z Downloaded assert-json-diff v2.0.2
2222026-07-27T20:25:04.049Z Downloaded inout v0.2.2
2232026-07-27T20:25:04.053Z Downloaded globwalk v0.9.1
2242026-07-27T20:25:04.053Z Downloaded cfg-if v1.0.4
2252026-07-27T20:25:04.053Z Downloaded hubpack_derive v0.1.1
2262026-07-27T20:25:04.053Z Downloaded idna_adapter v1.2.1
2272026-07-27T20:25:04.056Z Downloaded ident_case v1.0.1
2282026-07-27T20:25:04.059Z Downloaded indoc v1.0.9
2292026-07-27T20:25:04.059Z Downloaded bitfield-struct v0.6.2
2302026-07-27T20:25:04.064Z Downloaded cmov v0.5.4
2312026-07-27T20:25:04.064Z Downloaded constant_time_eq v0.4.2
2322026-07-27T20:25:04.064Z Downloaded crossbeam-deque v0.8.6
2332026-07-27T20:25:04.067Z Downloaded concurrent-queue v2.5.0
2342026-07-27T20:25:04.067Z Downloaded path-slash v0.1.5
2352026-07-27T20:25:04.073Z Downloaded daft-derive v0.1.7
2362026-07-27T20:25:04.077Z Downloaded defmt-macros v1.0.1
2372026-07-27T20:25:04.077Z Downloaded derive-ex v0.1.8
2382026-07-27T20:25:04.077Z Downloaded group v0.14.0
2392026-07-27T20:25:04.077Z Downloaded data-encoding v2.10.0
2402026-07-27T20:25:04.081Z Downloaded deranged v0.5.8
2412026-07-27T20:25:04.081Z Downloaded csv-core v0.1.13
2422026-07-27T20:25:04.081Z Downloaded delegate v0.13.5
2432026-07-27T20:25:04.084Z Downloaded derive_builder_core v0.20.2
2442026-07-27T20:25:04.084Z Downloaded humantime v2.3.0
2452026-07-27T20:25:04.084Z Downloaded hyper-staticfile v0.10.1
2462026-07-27T20:25:04.084Z Downloaded impl-trait-for-tuples v0.2.3
2472026-07-27T20:25:04.088Z Downloaded is_ci v1.2.0
2482026-07-27T20:25:04.088Z Downloaded indoc v2.0.7
2492026-07-27T20:25:04.092Z Downloaded ipnetwork v0.21.1
2502026-07-27T20:25:04.095Z Downloaded parse-display v0.10.0
2512026-07-27T20:25:04.095Z Downloaded ctutils v0.4.2
2522026-07-27T20:25:04.099Z Downloaded daft v0.1.7
2532026-07-27T20:25:04.099Z Downloaded darling v0.13.4
2542026-07-27T20:25:04.102Z Downloaded plotters-svg v0.3.7
2552026-07-27T20:25:04.106Z Downloaded defmt v1.0.1
2562026-07-27T20:25:04.109Z Downloaded colored v2.2.0
2572026-07-27T20:25:04.110Z Downloaded const-oid v0.9.6
2582026-07-27T20:25:04.113Z Downloaded async-stream v0.3.6
2592026-07-27T20:25:04.113Z Downloaded cookie_store v0.22.1
2602026-07-27T20:25:04.116Z Downloaded crossbeam-epoch v0.9.18
2612026-07-27T20:25:04.116Z Downloaded colored v3.1.1
2622026-07-27T20:25:04.120Z Downloaded predicates-tree v1.0.13
2632026-07-27T20:25:04.120Z Downloaded proc-macro-error-attr2 v2.0.0
2642026-07-27T20:25:04.120Z Downloaded progenitor-client v0.14.0
2652026-07-27T20:25:04.120Z Downloaded radium v0.7.0
2662026-07-27T20:25:04.130Z Downloaded percent-encoding v2.3.2
2672026-07-27T20:25:04.134Z Downloaded der_derive v0.7.3
2682026-07-27T20:25:04.134Z Downloaded is-terminal v0.4.17
2692026-07-27T20:25:04.134Z Downloaded anstream v0.6.21
2702026-07-27T20:25:04.134Z Downloaded bit-vec v0.6.3
2712026-07-27T20:25:04.134Z Downloaded ingot v0.1.1
2722026-07-27T20:25:04.134Z Downloaded camino-tempfile v1.4.1
2732026-07-27T20:25:04.134Z Downloaded anstyle-parse v1.0.0
2742026-07-27T20:25:04.137Z Downloaded backoff v0.4.0
2752026-07-27T20:25:04.137Z Downloaded bcs v0.1.6
2762026-07-27T20:25:04.137Z Downloaded rtoolbox v0.0.3
2772026-07-27T20:25:04.140Z Downloaded scheduled-thread-pool v0.2.7
2782026-07-27T20:25:04.144Z Downloaded proc-macro-crate v1.3.1
2792026-07-27T20:25:04.144Z Downloaded rustc_version v0.1.7
2802026-07-27T20:25:04.144Z Downloaded cargo_metadata v0.23.1
2812026-07-27T20:25:04.147Z Downloaded cassowary v0.3.0
2822026-07-27T20:25:04.147Z Downloaded oxide-update-engine v0.1.2
2832026-07-27T20:25:04.147Z Downloaded path-tree v0.8.3
2842026-07-27T20:25:04.147Z Downloaded heapless v0.8.0
2852026-07-27T20:25:04.151Z Downloaded rustc_version v0.4.1
2862026-07-27T20:25:04.156Z Downloaded crc32fast v1.5.0
2872026-07-27T20:25:04.156Z Downloaded hmac v0.12.1
2882026-07-27T20:25:04.156Z Downloaded hybrid-array v0.4.13
2892026-07-27T20:25:04.160Z Downloaded bytecount v0.6.9
2902026-07-27T20:25:04.160Z Downloaded darling v0.20.11
2912026-07-27T20:25:04.160Z Downloaded half v1.8.3
2922026-07-27T20:25:04.163Z Downloaded ingot-types v0.1.2
2932026-07-27T20:25:04.163Z Downloaded ipnet v2.11.0
2942026-07-27T20:25:04.163Z Downloaded darling v0.21.3
2952026-07-27T20:25:04.166Z Downloaded datatest-stable v0.3.3
2962026-07-27T20:25:04.169Z Downloaded ctr v0.10.1
2972026-07-27T20:25:04.169Z Downloaded darling v0.23.0
2982026-07-27T20:25:04.173Z Downloaded des v0.9.0
2992026-07-27T20:25:04.173Z Downloaded iana-time-zone v0.1.65
3002026-07-27T20:25:04.176Z Downloaded derive_builder v0.20.2
3012026-07-27T20:25:04.176Z Downloaded byte-wrapper v0.1.0
3022026-07-27T20:25:04.180Z Downloaded serde_plain v1.0.2
3032026-07-27T20:25:04.180Z Downloaded scroll_derive v0.12.1
3042026-07-27T20:25:04.180Z Downloaded serde_spanned v0.6.9
3052026-07-27T20:25:04.184Z Downloaded half v2.7.1
3062026-07-27T20:25:04.184Z Downloaded clap v4.6.1
3072026-07-27T20:25:04.188Z Downloaded crossbeam-utils v0.8.21
3082026-07-27T20:25:04.191Z Downloaded crc-any v2.5.0
3092026-07-27T20:25:04.195Z Downloaded hashbrown v0.13.2
3102026-07-27T20:25:04.198Z Downloaded httptest v0.16.4
3112026-07-27T20:25:04.202Z Downloaded packed_struct v0.10.1
3122026-07-27T20:25:04.202Z Downloaded pem-rfc7468 v0.7.0
3132026-07-27T20:25:04.202Z Downloaded phf v0.13.1
3142026-07-27T20:25:04.205Z Downloaded postgres-protocol v0.6.10
3152026-07-27T20:25:04.205Z Downloaded progenitor v0.14.0
3162026-07-27T20:25:04.205Z Downloaded progenitor-client v0.13.0
3172026-07-27T20:25:04.205Z Downloaded supports-unicode v2.1.0
3182026-07-27T20:25:04.205Z Downloaded pem-rfc7468 v1.0.0
3192026-07-27T20:25:04.209Z Downloaded slog-bunyan v2.5.0
3202026-07-27T20:25:04.212Z Downloaded structmeta v0.3.0
3212026-07-27T20:25:04.212Z Downloaded hyper-rustls v0.27.7
3222026-07-27T20:25:04.212Z Downloaded structmeta-derive v0.3.0
3232026-07-27T20:25:04.213Z Downloaded strum v0.26.3
3242026-07-27T20:25:04.295Z Downloaded assert_cmd v2.1.2
3252026-07-27T20:25:04.305Z Downloaded blake2 v0.11.0-rc.6
3262026-07-27T20:25:04.305Z Downloaded polyval v0.7.1
3272026-07-27T20:25:04.305Z Downloaded rusty-fork v0.3.1
3282026-07-27T20:25:04.305Z Downloaded swrite v0.1.0
3292026-07-27T20:25:04.305Z Downloaded rand_core v0.9.5
3302026-07-27T20:25:04.305Z Downloaded supports-hyperlinks v2.1.0
3312026-07-27T20:25:04.305Z Downloaded terminal_size v0.1.17
3322026-07-27T20:25:04.305Z Downloaded rand_core v0.10.0
3332026-07-27T20:25:04.305Z Downloaded testing_table v0.3.0
3342026-07-27T20:25:04.305Z Downloaded termtree v0.5.1
3352026-07-27T20:25:04.305Z Downloaded tinyvec_macros v0.1.1
3362026-07-27T20:25:04.305Z Downloaded toml_write v0.1.2
3372026-07-27T20:25:04.305Z Downloaded parking_lot_core v0.9.12
3382026-07-27T20:25:04.305Z Downloaded sec1 v0.8.1
3392026-07-27T20:25:04.305Z Downloaded resolv-conf v0.7.6
3402026-07-27T20:25:04.305Z Downloaded headers v0.4.1
3412026-07-27T20:25:04.305Z Downloaded derive-where v1.6.0
3422026-07-27T20:25:04.306Z Downloaded icu_provider v2.1.1
3432026-07-27T20:25:04.306Z Downloaded hickory-client v0.25.2
3442026-07-27T20:25:04.306Z Downloaded ingot-macros v0.1.1
3452026-07-27T20:25:04.306Z Downloaded typify-macro v0.6.2
3462026-07-27T20:25:04.306Z Downloaded unit-prefix v0.5.2
3472026-07-27T20:25:04.306Z Downloaded heapless v0.7.17
3482026-07-27T20:25:04.306Z Downloaded pkcs1 v0.8.0-rc.4
3492026-07-27T20:25:04.306Z Downloaded usdt v0.5.0
3502026-07-27T20:25:04.306Z Downloaded usdt-attr-macro v0.5.0
3512026-07-27T20:25:04.306Z Downloaded void v1.0.2
3522026-07-27T20:25:04.306Z Downloaded waitgroup v0.1.2
3532026-07-27T20:25:04.306Z Downloaded compact_str v0.8.1
3542026-07-27T20:25:04.306Z Downloaded shlex v1.3.0
3552026-07-27T20:25:04.306Z Downloaded signal-hook-registry v1.4.8
3562026-07-27T20:25:04.306Z Downloaded ssh-encoding v0.3.0-rc.9
3572026-07-27T20:25:04.306Z Downloaded chacha20 v0.10.0
3582026-07-27T20:25:04.306Z Downloaded serde-hex v0.1.0
3592026-07-27T20:25:04.306Z Downloaded simd-adler32 v0.3.8
3602026-07-27T20:25:04.306Z Downloaded const-oid v0.10.2
3612026-07-27T20:25:04.306Z Downloaded cookie v0.18.1
3622026-07-27T20:25:04.306Z Downloaded derive_more v0.99.20
3632026-07-27T20:25:04.306Z Downloaded indexmap v1.9.3
3642026-07-27T20:25:04.306Z Downloaded phf_shared v0.13.1
3652026-07-27T20:25:04.306Z Downloaded slog-json v2.6.1
3662026-07-27T20:25:04.306Z Downloaded static_assertions v1.1.0
3672026-07-27T20:25:04.306Z Downloaded digest-io v0.1.0
3682026-07-27T20:25:04.306Z Downloaded endian-type v0.1.2
3692026-07-27T20:25:04.306Z Downloaded downcast-rs v2.0.2
3702026-07-27T20:25:04.307Z Downloaded dyn-clone v1.0.20
3712026-07-27T20:25:04.307Z Downloaded ahash v0.8.12
3722026-07-27T20:25:04.311Z Downloaded blake2 v0.10.6
3732026-07-27T20:25:04.311Z Downloaded darling_core v0.13.4
3742026-07-27T20:25:04.311Z Downloaded ignore v0.4.25
3752026-07-27T20:25:04.315Z Downloaded tokio-tungstenite v0.23.1
3762026-07-27T20:25:04.316Z Downloaded tiny-keccak v2.0.2
3772026-07-27T20:25:04.316Z Downloaded errno v0.3.14
3782026-07-27T20:25:04.319Z Downloaded thread_local v1.1.9
3792026-07-27T20:25:04.319Z Downloaded toml_writer v1.1.1+spec-1.1.0
3802026-07-27T20:25:04.319Z Downloaded flagset v0.4.7
3812026-07-27T20:25:04.319Z Downloaded hickory-resolver v0.25.2
3822026-07-27T20:25:04.323Z Downloaded icu_locale_core v2.1.1
3832026-07-27T20:25:04.323Z Downloaded icu_properties v2.1.2
3842026-07-27T20:25:04.327Z Downloaded fd-lock v4.0.4
3852026-07-27T20:25:04.327Z Downloaded foreign-types v0.3.2
3862026-07-27T20:25:04.327Z Downloaded foreign-types-shared v0.3.1
3872026-07-27T20:25:04.327Z Downloaded futures-sink v0.3.32
3882026-07-27T20:25:04.327Z Downloaded futures-task v0.3.32
3892026-07-27T20:25:04.330Z Downloaded lalrpop-util v0.19.12
3902026-07-27T20:25:04.333Z Downloaded darling_core v0.21.3
3912026-07-27T20:25:04.337Z Downloaded semver v1.0.28
3922026-07-27T20:25:04.337Z Downloaded futures-core v0.3.32
3932026-07-27T20:25:04.340Z Downloaded darling_core v0.23.0
3942026-07-27T20:25:04.348Z Downloaded blake2b_simd v1.0.4
3952026-07-27T20:25:04.348Z Downloaded papergrid v0.17.0
3962026-07-27T20:25:04.352Z Downloaded pkcs5 v0.8.1
3972026-07-27T20:25:04.352Z Downloaded postgres-types v0.2.12
3982026-07-27T20:25:04.352Z Downloaded sha2 v0.11.0
3992026-07-27T20:25:04.352Z Downloaded git-stub v1.0.0
4002026-07-27T20:25:04.352Z Downloaded libscf-sys v1.1.0
4012026-07-27T20:25:04.352Z Downloaded memoffset v0.9.1
4022026-07-27T20:25:04.352Z Downloaded usdt v0.6.0
4032026-07-27T20:25:04.352Z Downloaded nested v0.1.1
4042026-07-27T20:25:04.352Z Downloaded linked-hash-map v0.5.6
4052026-07-27T20:25:04.355Z Downloaded num-iter v0.1.45
4062026-07-27T20:25:04.355Z Downloaded lru-cache v0.1.2
4072026-07-27T20:25:04.359Z Downloaded smallvec v1.15.1
4082026-07-27T20:25:04.359Z Downloaded indicatif v0.18.4
4092026-07-27T20:25:04.362Z Downloaded const_format v0.2.35
4102026-07-27T20:25:04.362Z Downloaded icu_normalizer v2.1.1
4112026-07-27T20:25:04.365Z Downloaded managed v0.8.0
4122026-07-27T20:25:04.365Z Downloaded uzers v0.12.2
4132026-07-27T20:25:04.365Z Downloaded whoami v1.6.1
4142026-07-27T20:25:04.366Z Downloaded whoami v2.1.0
4152026-07-27T20:25:04.369Z Downloaded newtype_derive v0.1.6
4162026-07-27T20:25:04.369Z Downloaded num v0.4.3
4172026-07-27T20:25:04.369Z Downloaded maplit v1.0.2
4182026-07-27T20:25:04.369Z Downloaded newtype-uuid-macros v0.1.0
4192026-07-27T20:25:04.369Z Downloaded snafu-derive v0.8.9
4202026-07-27T20:25:04.373Z Downloaded zerovec-derive v0.11.2
4212026-07-27T20:25:04.376Z Downloaded base64 v0.22.1
4222026-07-27T20:25:04.379Z Downloaded zeroize v1.8.2
4232026-07-27T20:25:04.379Z Downloaded ecdsa v0.16.9
4242026-07-27T20:25:04.382Z Downloaded fallible-iterator v0.2.0
4252026-07-27T20:25:04.395Z Downloaded salsa20 v0.11.0
4262026-07-27T20:25:04.398Z Downloaded env_logger v0.11.9
4272026-07-27T20:25:04.398Z Downloaded tempfile v3.25.0
4282026-07-27T20:25:04.398Z Downloaded tokio-rustls v0.26.4
4292026-07-27T20:25:04.398Z Downloaded fs_extra v1.3.0
4302026-07-27T20:25:04.401Z Downloaded assert_matches v1.5.0
4312026-07-27T20:25:04.402Z Downloaded async-object-pool v0.2.0
4322026-07-27T20:25:04.402Z Downloaded async-recursion v1.1.1
4332026-07-27T20:25:04.402Z Downloaded ff v0.13.1
4342026-07-27T20:25:04.407Z Downloaded bcrypt-pbkdf v0.11.0
4352026-07-27T20:25:04.407Z Downloaded hickory-resolver v0.24.4
4362026-07-27T20:25:04.411Z Downloaded base16ct v1.0.0
4372026-07-27T20:25:04.411Z Downloaded cast v0.3.0
4382026-07-27T20:25:04.411Z Downloaded bitfield-macros v0.19.4
4392026-07-27T20:25:04.411Z Downloaded castaway v0.2.4
4402026-07-27T20:25:04.411Z Downloaded ciborium-io v0.2.2
4412026-07-27T20:25:04.411Z Downloaded opaque-debug v0.3.1
4422026-07-27T20:25:04.414Z Downloaded packed_struct_codegen v0.10.1
4432026-07-27T20:25:04.417Z Downloaded serde_derive v1.0.228
4442026-07-27T20:25:04.417Z Downloaded ucd-trie v0.1.7
4452026-07-27T20:25:04.421Z Downloaded rstest v0.25.0
4462026-07-27T20:25:04.424Z Downloaded futures-timer v3.0.3
4472026-07-27T20:25:04.428Z Downloaded darling_core v0.20.11
4482026-07-27T20:25:04.432Z Downloaded derive_more v2.1.1
4492026-07-27T20:25:04.438Z Downloaded password-hash v0.6.1
4502026-07-27T20:25:04.441Z Downloaded git-stub-vcs v0.1.0
4512026-07-27T20:25:04.444Z Downloaded multer v3.1.0
4522026-07-27T20:25:04.444Z Downloaded plotters-backend v0.3.7
4532026-07-27T20:25:04.447Z Downloaded linkme v0.3.35
4542026-07-27T20:25:04.447Z Downloaded hashbrown v0.16.1
4552026-07-27T20:25:04.450Z Downloaded icu_normalizer_data v2.1.1
4562026-07-27T20:25:04.450Z Downloaded chacha20poly1305 v0.10.1
4572026-07-27T20:25:04.453Z Downloaded similar v2.7.0
4582026-07-27T20:25:04.453Z Downloaded der v0.7.10
4592026-07-27T20:25:04.457Z Downloaded powerfmt v0.2.0
4602026-07-27T20:25:04.457Z Downloaded num-rational v0.4.2
4612026-07-27T20:25:04.457Z Downloaded vergen-gitcl v1.0.8
4622026-07-27T20:25:04.461Z Downloaded yasna v0.5.2
4632026-07-27T20:25:04.461Z Downloaded anstream v1.0.0
4642026-07-27T20:25:04.461Z Downloaded p256 v0.14.0-rc.10
4652026-07-27T20:25:04.464Z Downloaded progenitor-macro v0.14.0
4662026-07-27T20:25:04.464Z Downloaded russh-util v0.52.0
4672026-07-27T20:25:04.464Z Downloaded serde-big-array v0.5.1
4682026-07-27T20:25:04.464Z Downloaded diff v0.1.13
4692026-07-27T20:25:04.467Z Downloaded dropshot-api-manager-types v0.7.2
4702026-07-27T20:25:04.467Z Downloaded ecdsa v0.17.0-rc.18
4712026-07-27T20:25:04.467Z Downloaded icu_collections v2.1.1
4722026-07-27T20:25:04.473Z Downloaded rfc6979 v0.4.0
4732026-07-27T20:25:04.476Z Downloaded approx v0.5.1
4742026-07-27T20:25:04.477Z Downloaded serde_regex v1.1.0
4752026-07-27T20:25:04.480Z Downloaded serde_urlencoded v0.7.1
4762026-07-27T20:25:04.484Z Downloaded signature v3.0.0
4772026-07-27T20:25:04.484Z Downloaded signal-hook-mio v0.2.5
4782026-07-27T20:25:04.484Z Downloaded prettyplease v0.2.37
4792026-07-27T20:25:04.487Z Downloaded rayon-core v1.13.0
4802026-07-27T20:25:04.487Z Downloaded test-strategy v0.4.5
4812026-07-27T20:25:04.490Z Downloaded tagptr v0.2.0
4822026-07-27T20:25:04.490Z Downloaded tinyvec v1.10.0
4832026-07-27T20:25:04.493Z Downloaded tracing-attributes v0.1.31
4842026-07-27T20:25:04.493Z Downloaded bit-vec v0.8.0
4852026-07-27T20:25:04.493Z Downloaded bitfield v0.19.4
4862026-07-27T20:25:04.498Z Downloaded oorandom v11.1.5
4872026-07-27T20:25:04.498Z Downloaded slog-envlogger v2.2.0
4882026-07-27T20:25:04.498Z Downloaded strsim v0.11.1
4892026-07-27T20:25:04.498Z Downloaded strsim v0.10.0
4902026-07-27T20:25:04.498Z Downloaded supports-color v2.1.0
4912026-07-27T20:25:04.498Z Downloaded http v1.4.2
4922026-07-27T20:25:04.502Z Downloaded buf-list v1.1.2
4932026-07-27T20:25:04.505Z Downloaded oxide-update-engine-display v0.1.2
4942026-07-27T20:25:04.505Z Downloaded crossbeam-channel v0.5.15
4952026-07-27T20:25:04.508Z Downloaded phc v0.6.1
4962026-07-27T20:25:04.508Z Downloaded pin-project-internal v1.1.11
4972026-07-27T20:25:04.509Z Downloaded pkcs8 v0.10.2
4982026-07-27T20:25:04.513Z Downloaded paste v1.0.15
4992026-07-27T20:25:04.513Z Downloaded ron v0.8.1
5002026-07-27T20:25:04.516Z Downloaded crypto-bigint v0.5.5
5012026-07-27T20:25:04.521Z Downloaded derive_more-impl v2.1.1
5022026-07-27T20:25:04.521Z Downloaded thread-id v5.1.0
5032026-07-27T20:25:04.525Z Downloaded displaydoc v0.2.5
5042026-07-27T20:25:04.525Z Downloaded once_cell v1.21.3
5052026-07-27T20:25:04.528Z Downloaded primefield v0.14.0
5062026-07-27T20:25:04.528Z Downloaded primeorder v0.14.0-rc.10
5072026-07-27T20:25:04.528Z Downloaded tungstenite v0.23.0
5082026-07-27T20:25:04.532Z Downloaded progenitor-macro v0.13.0
5092026-07-27T20:25:04.532Z Downloaded tokio-test v0.4.5
5102026-07-27T20:25:04.536Z Downloaded ppv-lite86 v0.2.21
5112026-07-27T20:25:04.539Z Downloaded version_check v0.9.5
5122026-07-27T20:25:04.539Z Downloaded zeroize_derive v1.4.3
5132026-07-27T20:25:04.543Z Downloaded trait-variant v0.1.2
5142026-07-27T20:25:04.543Z Downloaded universal-hash v0.6.1
5152026-07-27T20:25:04.544Z Downloaded hyper-util v0.1.20
5162026-07-27T20:25:04.547Z Downloaded unicode-xid v0.2.6
5172026-07-27T20:25:04.547Z Downloaded universal-hash v0.5.1
5182026-07-27T20:25:04.548Z Downloaded qorb v0.4.1
5192026-07-27T20:25:04.551Z Downloaded rstest_macros v0.25.0
5202026-07-27T20:25:04.554Z Downloaded snafu v0.8.9
5212026-07-27T20:25:04.558Z Downloaded port-file v0.1.0
5222026-07-27T20:25:04.558Z Downloaded zopfli v0.8.3
5232026-07-27T20:25:04.558Z Downloaded clap_builder v4.6.0
5242026-07-27T20:25:04.561Z Downloaded scroll v0.12.0
5252026-07-27T20:25:04.564Z Downloaded scroll v0.13.0
5262026-07-27T20:25:04.564Z Downloaded dropshot_endpoint v0.17.1
5272026-07-27T20:25:04.564Z Downloaded sigpipe v0.1.3
5282026-07-27T20:25:04.567Z Downloaded dof v0.4.0
5292026-07-27T20:25:04.568Z Downloaded escape8259 v0.5.3
5302026-07-27T20:25:04.568Z Downloaded backon v1.6.0
5312026-07-27T20:25:04.568Z Downloaded internal-russh-num-bigint v0.5.0
5322026-07-27T20:25:04.571Z Downloaded ssh-cipher v0.3.0-rc.9
5332026-07-27T20:25:04.574Z Downloaded smallvec v0.6.14
5342026-07-27T20:25:04.577Z Downloaded spki v0.8.0
5352026-07-27T20:25:04.577Z Downloaded yoke-derive v0.8.1
5362026-07-27T20:25:04.577Z Downloaded dirs-next v2.0.0
5372026-07-27T20:25:04.577Z Downloaded fixedbitset v0.4.2
5382026-07-27T20:25:04.580Z Downloaded foreign-types v0.5.0
5392026-07-27T20:25:04.580Z Downloaded quinn v0.11.9
5402026-07-27T20:25:04.583Z Downloaded hashbrown v0.14.5
5412026-07-27T20:25:04.586Z Downloaded target-spec v3.5.7
5422026-07-27T20:25:04.586Z Downloaded cbc v0.2.1
5432026-07-27T20:25:04.590Z Downloaded support-bundle-viewer v0.1.2
5442026-07-27T20:25:04.590Z Downloaded termcolor v1.4.1
5452026-07-27T20:25:04.590Z Downloaded float-ord v0.3.2
5462026-07-27T20:25:04.590Z Downloaded primeorder v0.13.6
5472026-07-27T20:25:04.590Z Downloaded thiserror-impl v2.0.18
5482026-07-27T20:25:04.590Z Downloaded memmap2 v0.9.10
5492026-07-27T20:25:04.593Z Downloaded kstat-rs v0.2.4
5502026-07-27T20:25:04.593Z Downloaded new_debug_unreachable v1.0.6
5512026-07-27T20:25:04.593Z Downloaded zip v0.6.6
5522026-07-27T20:25:04.601Z Downloaded unarray v0.1.4
5532026-07-27T20:25:04.604Z Downloaded vsss-rs v3.3.4
5542026-07-27T20:25:04.607Z Downloaded typify v0.6.2
5552026-07-27T20:25:04.611Z Downloaded gethostname v0.5.0
5562026-07-27T20:25:04.614Z Downloaded zstd v0.13.3
5572026-07-27T20:25:04.618Z Downloaded md5 v0.8.0
5582026-07-27T20:25:04.618Z Downloaded indexmap v2.14.0
5592026-07-27T20:25:04.621Z Downloaded schemars v1.2.1
5602026-07-27T20:25:04.626Z Downloaded tar v0.4.46
5612026-07-27T20:25:04.630Z Downloaded tinystr v0.8.2
5622026-07-27T20:25:04.630Z Downloaded tui-tree-widget v0.23.1
5632026-07-27T20:25:04.630Z Downloaded unicode-linebreak v0.1.5
5642026-07-27T20:25:04.633Z Downloaded zstd-safe v7.2.4
5652026-07-27T20:25:04.633Z Downloaded dof v0.3.0
5662026-07-27T20:25:04.634Z Downloaded openssl-macros v0.1.1
5672026-07-27T20:25:04.634Z Downloaded openssl-probe v0.1.6
5682026-07-27T20:25:04.634Z Downloaded lzss v0.8.2
5692026-07-27T20:25:04.634Z Downloaded md-5 v0.10.6
5702026-07-27T20:25:04.637Z Downloaded parking v2.2.1
5712026-07-27T20:25:04.637Z Downloaded itertools v0.10.5
5722026-07-27T20:25:04.640Z Downloaded nodrop v0.1.14
5732026-07-27T20:25:04.643Z Downloaded atty v0.2.14
5742026-07-27T20:25:04.649Z Downloaded steno v0.4.1
5752026-07-27T20:25:04.652Z Downloaded erased-serde v0.3.31
5762026-07-27T20:25:04.652Z Downloaded ff v0.14.0
5772026-07-27T20:25:04.652Z Downloaded fs-err v3.3.0
5782026-07-27T20:25:04.652Z Downloaded fs-err v2.11.0
5792026-07-27T20:25:04.652Z Downloaded unicode_categories v0.1.1
5802026-07-27T20:25:04.657Z Downloaded tokio-native-tls v0.3.1
5812026-07-27T20:25:04.661Z Downloaded rand_xorshift v0.4.0
5822026-07-27T20:25:04.670Z Downloaded yoke v0.8.1
5832026-07-27T20:25:04.673Z Downloaded atomicwrites v0.4.4
5842026-07-27T20:25:04.673Z Downloaded hkdf v0.13.0
5852026-07-27T20:25:04.673Z Downloaded bb8 v0.8.6
5862026-07-27T20:25:04.676Z Downloaded block-buffer v0.10.4
5872026-07-27T20:25:04.676Z Downloaded serdect v0.4.3
5882026-07-27T20:25:04.676Z Downloaded tokio-stream v0.1.18
5892026-07-27T20:25:04.679Z Downloaded libsw-core v0.3.2
5902026-07-27T20:25:04.679Z Downloaded linear-map v1.2.0
5912026-07-27T20:25:04.682Z Downloaded arrayvec v0.7.6
5922026-07-27T20:25:04.682Z Downloaded flume v0.11.1
5932026-07-27T20:25:04.682Z Downloaded same-file v1.0.6
5942026-07-27T20:25:04.685Z Downloaded dunce v1.0.5
5952026-07-27T20:25:04.685Z Downloaded ed25519 v2.2.3
5962026-07-27T20:25:04.685Z Downloaded ed25519 v3.0.0
5972026-07-27T20:25:04.685Z Downloaded pathdiff v0.2.3
5982026-07-27T20:25:04.688Z Downloaded secrecy v0.10.3
5992026-07-27T20:25:04.688Z Downloaded scroll_derive v0.13.1
6002026-07-27T20:25:04.689Z Downloaded sha1 v0.11.0
6012026-07-27T20:25:04.689Z Downloaded phf_shared v0.11.3
6022026-07-27T20:25:04.689Z Downloaded phf_shared v0.12.1
6032026-07-27T20:25:04.693Z Downloaded anes v0.1.6
6042026-07-27T20:25:04.693Z Downloaded bitflags v1.3.2
6052026-07-27T20:25:04.693Z Downloaded rustls-platform-verifier v0.6.2
6062026-07-27T20:25:04.697Z Downloaded crossterm v0.28.1
6072026-07-27T20:25:04.768Z Downloaded der v0.8.0
6082026-07-27T20:25:04.768Z Downloaded toml_edit v0.19.15
6092026-07-27T20:25:04.768Z Downloaded siphasher v1.0.2
6102026-07-27T20:25:04.768Z Downloaded keccak v0.2.0
6112026-07-27T20:25:04.768Z Downloaded tabled_derive v0.11.0
6122026-07-27T20:25:04.769Z Downloaded tabled_derive v0.7.0
6132026-07-27T20:25:04.769Z Downloaded crossterm v0.29.0
6142026-07-27T20:25:04.769Z Downloaded vergen v9.1.0
6152026-07-27T20:25:04.769Z Downloaded lock_api v0.4.14
6162026-07-27T20:25:04.769Z Downloaded idna v1.1.0
6172026-07-27T20:25:04.769Z Downloaded itertools v0.12.1
6182026-07-27T20:25:04.769Z Downloaded iri-string v0.7.10
6192026-07-27T20:25:04.769Z Downloaded num_enum v0.7.6
6202026-07-27T20:25:04.769Z Downloaded aead v0.6.1
6212026-07-27T20:25:04.769Z Downloaded serde_with v1.14.0
6222026-07-27T20:25:04.769Z Downloaded proc-macro-error2 v2.0.1
6232026-07-27T20:25:04.769Z Downloaded utf8_iter v1.0.4
6242026-07-27T20:25:04.769Z Downloaded utf8parse v0.2.2
6252026-07-27T20:25:04.769Z Downloaded utf-8 v0.7.6
6262026-07-27T20:25:04.769Z Downloaded rustc-demangle v0.1.27
6272026-07-27T20:25:04.769Z Downloaded goblin v0.8.2
6282026-07-27T20:25:04.769Z Downloaded bs58 v0.5.1
6292026-07-27T20:25:04.769Z Downloaded rustls-pemfile v2.2.0
6302026-07-27T20:25:04.769Z Downloaded serde_tokenstream v0.2.3
6312026-07-27T20:25:04.769Z Downloaded zerofrom v0.1.6
6322026-07-27T20:25:04.769Z Downloaded document-features v0.2.12
6332026-07-27T20:25:04.769Z Downloaded byteorder v1.5.0
6342026-07-27T20:25:04.773Z Downloaded socket2 v0.5.10
6352026-07-27T20:25:04.773Z Downloaded event-listener-strategy v0.5.4
6362026-07-27T20:25:04.773Z Downloaded textwrap v0.16.2
6372026-07-27T20:25:04.773Z Downloaded ar_archive_writer v0.5.1
6382026-07-27T20:25:04.773Z Downloaded guppy v0.17.25
6392026-07-27T20:25:04.779Z Downloaded hickory-server v0.25.2
6402026-07-27T20:25:04.779Z Downloaded tower-service v0.3.3
6412026-07-27T20:25:04.779Z Downloaded untrusted v0.7.1
6422026-07-27T20:25:04.782Z Downloaded schemars v0.9.0
6432026-07-27T20:25:04.785Z Downloaded criterion v0.7.0
6442026-07-27T20:25:04.788Z Downloaded cancel-safe-futures v0.1.5
6452026-07-27T20:25:04.792Z Downloaded cfg-expr v0.20.6
6462026-07-27T20:25:04.792Z Downloaded slog-async v2.8.0
6472026-07-27T20:25:04.792Z Downloaded sqlformat v0.3.5
6482026-07-27T20:25:04.795Z Downloaded parse-display-derive v0.10.0
6492026-07-27T20:25:04.795Z Downloaded strum_macros v0.27.2
6502026-07-27T20:25:04.795Z Downloaded p384 v0.14.0-rc.10
6512026-07-27T20:25:04.799Z Downloaded hashbrown v0.17.0
6522026-07-27T20:25:04.804Z Downloaded thiserror v1.0.69
6532026-07-27T20:25:04.807Z Downloaded thiserror-no-std v2.0.2
6542026-07-27T20:25:04.808Z Downloaded getrandom v0.2.17
6552026-07-27T20:25:04.808Z Downloaded libefi-sys v0.1.0
6562026-07-27T20:25:04.808Z Downloaded form_urlencoded v1.2.2
6572026-07-27T20:25:04.808Z Downloaded ghash v0.6.0
6582026-07-27T20:25:04.808Z Downloaded pbkdf2 v0.13.0
6592026-07-27T20:25:04.813Z Downloaded match_cfg v0.1.0
6602026-07-27T20:25:04.813Z Downloaded funty v2.0.0
6612026-07-27T20:25:04.813Z Downloaded macaddr v1.0.1
6622026-07-27T20:25:04.816Z Downloaded unsafe-libyaml v0.2.11
6632026-07-27T20:25:04.816Z Downloaded usdt-impl v0.5.0
6642026-07-27T20:25:04.821Z Downloaded block-padding v0.4.2
6652026-07-27T20:25:04.824Z Downloaded cfg_aliases v0.1.1
6662026-07-27T20:25:04.828Z Downloaded slog-term v2.9.2
6672026-07-27T20:25:04.832Z Downloaded spki v0.7.3
6682026-07-27T20:25:04.832Z Downloaded icu_properties_data v2.1.2
6692026-07-27T20:25:04.837Z Downloaded multimap v0.10.1
6702026-07-27T20:25:04.841Z Downloaded rsa v0.9.10
6712026-07-27T20:25:04.841Z Downloaded lru-slab v0.1.2
6722026-07-27T20:25:04.841Z Downloaded embedded-io v0.4.0
6732026-07-27T20:25:04.841Z Downloaded strum_macros v0.26.4
6742026-07-27T20:25:04.844Z Downloaded zerocopy-derive v0.8.40
6752026-07-27T20:25:04.848Z Downloaded async-lock v3.4.2
6762026-07-27T20:25:04.851Z Downloaded enum_dispatch v0.3.13
6772026-07-27T20:25:04.851Z Downloaded reedline v0.40.0
6782026-07-27T20:25:04.854Z Downloaded rustls-webpki v0.103.13
6792026-07-27T20:25:04.857Z Downloaded tokio-dtrace v0.1.1
6802026-07-27T20:25:04.857Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6812026-07-27T20:25:04.861Z Downloaded time-macros v0.2.27
6822026-07-27T20:25:04.861Z Downloaded precomputed-hash v0.1.1
6832026-07-27T20:25:04.861Z Downloaded psl-types v2.0.11
6842026-07-27T20:25:04.861Z Downloaded rand v0.10.1
6852026-07-27T20:25:04.864Z Downloaded pretty-hex v0.4.1
6862026-07-27T20:25:04.864Z Downloaded proc-macro-crate v3.4.0
6872026-07-27T20:25:04.864Z Downloaded hyper v1.10.1
6882026-07-27T20:25:04.867Z Downloaded hkdf v0.12.4
6892026-07-27T20:25:04.870Z Downloaded unicase v2.9.0
6902026-07-27T20:25:04.871Z Downloaded block-buffer v0.12.1
6912026-07-27T20:25:04.871Z Downloaded maybe-uninit v2.0.0
6922026-07-27T20:25:04.874Z Downloaded knuffel-derive v3.2.0
6932026-07-27T20:25:04.874Z Downloaded libtest-mimic v0.8.1
6942026-07-27T20:25:04.877Z Downloaded rfc6979 v0.5.0
6952026-07-27T20:25:04.880Z Downloaded postcard v1.1.3
6962026-07-27T20:25:04.880Z Downloaded quinn-udp v0.5.14
6972026-07-27T20:25:04.880Z Downloaded digest v0.10.7
6982026-07-27T20:25:04.883Z Downloaded serde_spanned v1.1.1
6992026-07-27T20:25:04.884Z Downloaded sha1 v0.10.6
7002026-07-27T20:25:04.887Z Downloaded num-complex v0.4.6
7012026-07-27T20:25:04.887Z Downloaded num-integer v0.1.46
7022026-07-27T20:25:04.887Z Downloaded toml v0.8.23
7032026-07-27T20:25:04.894Z Downloaded nonempty v0.12.0
7042026-07-27T20:25:04.897Z Downloaded anstyle v1.0.14
7052026-07-27T20:25:04.897Z Downloaded fixedbitset v0.5.7
7062026-07-27T20:25:04.897Z Downloaded foldhash v0.1.5
7072026-07-27T20:25:04.900Z Downloaded recursive-proc-macro-impl v0.1.1
7082026-07-27T20:25:04.901Z Downloaded sapling-renderdag v0.1.0
7092026-07-27T20:25:04.901Z Downloaded serde_bytes v0.11.19
7102026-07-27T20:25:04.901Z Downloaded terminal_size v0.4.3
7112026-07-27T20:25:04.905Z Downloaded camino-tempfile-ext v0.3.3
7122026-07-27T20:25:04.908Z Downloaded serde_cbor v0.11.2
7132026-07-27T20:25:04.911Z Downloaded ryu v1.0.23
7142026-07-27T20:25:04.915Z Downloaded zerocopy v0.6.6
7152026-07-27T20:25:04.918Z Downloaded num_enum_derive v0.7.6
7162026-07-27T20:25:04.918Z Downloaded adler2 v2.0.1
7172026-07-27T20:25:04.918Z Downloaded spin v0.9.8
7182026-07-27T20:25:04.918Z Downloaded parking_lot_core v0.8.6
7192026-07-27T20:25:04.921Z Downloaded peg-macros v0.8.5
7202026-07-27T20:25:04.922Z Downloaded toml_datetime v0.6.11
7212026-07-27T20:25:04.925Z Downloaded usdt-macro v0.5.0
7222026-07-27T20:25:04.925Z Downloaded time-core v0.1.8
7232026-07-27T20:25:04.925Z Downloaded arc-swap v1.8.2
7242026-07-27T20:25:04.925Z Downloaded h2 v0.4.15
7252026-07-27T20:25:04.928Z Downloaded serde v1.0.228
7262026-07-27T20:25:04.931Z Downloaded term v1.2.1
7272026-07-27T20:25:04.935Z Downloaded zerofrom-derive v0.1.6
7282026-07-27T20:25:04.935Z Downloaded rand v0.8.6
7292026-07-27T20:25:04.935Z Downloaded difflib v0.4.0
7302026-07-27T20:25:04.938Z Downloaded bumpalo v3.20.2
7312026-07-27T20:25:04.942Z Downloaded iddqd v0.4.2
7322026-07-27T20:25:04.945Z Downloaded bit-set v0.8.0
7332026-07-27T20:25:04.945Z Downloaded quote v1.0.45
7342026-07-27T20:25:04.948Z Downloaded wait-timeout v0.2.1
7352026-07-27T20:25:04.948Z Downloaded rand_core v0.6.4
7362026-07-27T20:25:04.957Z Downloaded pest_meta v2.8.6
7372026-07-27T20:25:04.960Z Downloaded pretty_assertions v1.4.1
7382026-07-27T20:25:04.960Z Downloaded toml_parser v1.1.2+spec-1.1.0
7392026-07-27T20:25:04.968Z Downloaded goblin v0.10.5
7402026-07-27T20:25:04.972Z Downloaded strum v0.27.2
7412026-07-27T20:25:04.972Z Downloaded tungstenite v0.21.0
7422026-07-27T20:25:04.972Z Downloaded synstructure v0.13.2
7432026-07-27T20:25:04.972Z Downloaded termios v0.3.3
7442026-07-27T20:25:04.972Z Downloaded keccak v0.1.6
7452026-07-27T20:25:04.972Z Downloaded oxnet v0.1.6
7462026-07-27T20:25:04.972Z Downloaded newline-converter v0.3.0
7472026-07-27T20:25:04.972Z Downloaded num_enum_derive v0.5.11
7482026-07-27T20:25:04.972Z Downloaded ascii-canvas v3.0.0
7492026-07-27T20:25:04.975Z Downloaded num-bigint v0.4.6
7502026-07-27T20:25:04.975Z Downloaded argon2 v0.6.0-rc.8
7512026-07-27T20:25:04.978Z Downloaded rcgen v0.12.1
7522026-07-27T20:25:04.978Z Downloaded strum_macros v0.24.3
7532026-07-27T20:25:04.978Z Downloaded dsl_auto_type v0.2.0
7542026-07-27T20:25:04.981Z Downloaded env_filter v1.0.0
7552026-07-27T20:25:04.981Z Downloaded drift v0.2.0
7562026-07-27T20:25:04.986Z Downloaded tokio-macros v2.7.0
7572026-07-27T20:25:04.989Z Downloaded futures v0.3.32
7582026-07-27T20:25:04.992Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7592026-07-27T20:25:04.992Z Downloaded fatfs v0.3.6
7602026-07-27T20:25:04.995Z Downloaded progenitor-impl v0.13.0
7612026-07-27T20:25:04.995Z Downloaded zone v0.3.1
7622026-07-27T20:25:04.995Z Downloaded rustls-native-certs v0.8.3
7632026-07-27T20:25:04.998Z Downloaded plain v0.2.3
7642026-07-27T20:25:04.999Z Downloaded pest v2.8.6
7652026-07-27T20:25:05.004Z Downloaded generic-array v0.14.7
7662026-07-27T20:25:05.004Z Downloaded num-conv v0.2.0
7672026-07-27T20:25:05.008Z Downloaded scopeguard v1.2.0
7682026-07-27T20:25:05.011Z Downloaded semver v0.1.20
7692026-07-27T20:25:05.014Z Downloaded mio v1.2.0
7702026-07-27T20:25:05.014Z Downloaded string_cache v0.8.9
7712026-07-27T20:25:05.017Z Downloaded signature v2.2.0
7722026-07-27T20:25:05.017Z Downloaded subtle v2.6.1
7732026-07-27T20:25:05.018Z Downloaded tokio-postgres v0.7.16
7742026-07-27T20:25:05.021Z Downloaded foldhash v0.2.0
7752026-07-27T20:25:05.021Z Downloaded futures-executor v0.3.32
7762026-07-27T20:25:05.021Z Downloaded rustls-pki-types v1.14.0
7772026-07-27T20:25:05.024Z Downloaded signal-hook v0.3.18
7782026-07-27T20:25:05.024Z Downloaded serde_core v1.0.228
7792026-07-27T20:25:05.027Z Downloaded unicode-truncate v1.1.0
7802026-07-27T20:25:05.027Z Downloaded litemap v0.8.1
7812026-07-27T20:25:05.027Z Downloaded libsw v3.5.0
7822026-07-27T20:25:05.030Z Downloaded num_enum v0.5.11
7832026-07-27T20:25:05.031Z Downloaded native-tls v0.2.18
7842026-07-27T20:25:05.034Z Downloaded oso-derive v0.27.3
7852026-07-27T20:25:05.034Z Downloaded supports-color v3.0.2
7862026-07-27T20:25:05.034Z Downloaded tower-layer v0.3.3
7872026-07-27T20:25:05.034Z Downloaded xshell-macros v0.2.7
7882026-07-27T20:25:05.038Z Downloaded zerocopy v0.7.35
7892026-07-27T20:25:05.046Z Downloaded winnow v0.5.40
7902026-07-27T20:25:05.050Z Downloaded parking_lot v0.12.5
7912026-07-27T20:25:05.053Z Downloaded chacha20 v0.9.1
7922026-07-27T20:25:05.053Z Downloaded vergen-git2 v9.1.0
7932026-07-27T20:25:05.053Z Downloaded russh-cryptovec v0.61.0
7942026-07-27T20:25:05.057Z Downloaded phf v0.12.1
7952026-07-27T20:25:05.057Z Downloaded pkg-config v0.3.32
7962026-07-27T20:25:05.060Z Downloaded diesel_table_macro_syntax v0.3.0
7972026-07-27T20:25:05.060Z Downloaded proc-macro-error v1.0.4
7982026-07-27T20:25:05.060Z Downloaded futures-io v0.3.32
7992026-07-27T20:25:05.060Z Downloaded fastrand v2.3.0
8002026-07-27T20:25:05.063Z Downloaded foreign-types-shared v0.1.1
8012026-07-27T20:25:05.063Z Downloaded lazy_static v1.5.0
8022026-07-27T20:25:05.063Z Downloaded progenitor-extras v0.2.0
8032026-07-27T20:25:05.068Z Downloaded knuffel v3.2.0
8042026-07-27T20:25:05.068Z Downloaded oxide-update-engine-types v0.1.2
8052026-07-27T20:25:05.068Z Downloaded unicode-bidi v0.3.18
8062026-07-27T20:25:05.072Z Downloaded schemars v0.8.22
8072026-07-27T20:25:05.076Z Downloaded ciborium v0.2.2
8082026-07-27T20:25:05.080Z Downloaded pkcs1 v0.7.5
8092026-07-27T20:25:05.080Z Downloaded find-msvc-tools v0.1.9
8102026-07-27T20:25:05.083Z Downloaded sqlparser_derive v0.5.0
8112026-07-27T20:25:05.083Z Downloaded normalize-line-endings v0.3.0
8122026-07-27T20:25:05.083Z Downloaded cfg_aliases v0.2.1
8132026-07-27T20:25:05.086Z Downloaded sha2 v0.10.9
8142026-07-27T20:25:05.086Z Downloaded p521 v0.14.0-rc.10
8152026-07-27T20:25:05.093Z Downloaded libloading v0.8.9
8162026-07-27T20:25:05.096Z Downloaded tokio-tungstenite v0.21.0
8172026-07-27T20:25:05.096Z Downloaded anstyle-parse v0.2.7
8182026-07-27T20:25:05.101Z Downloaded thiserror v2.0.18
8192026-07-27T20:25:05.105Z Downloaded vergen-lib v0.1.6
8202026-07-27T20:25:05.105Z Downloaded peg-runtime v0.8.5
8212026-07-27T20:25:05.106Z Downloaded rand_chacha v0.3.1
8222026-07-27T20:25:05.106Z Downloaded minimal-lexical v0.2.1
8232026-07-27T20:25:05.110Z Downloaded rsa v0.10.0-rc.18
8242026-07-27T20:25:05.110Z Downloaded writeable v0.6.2
8252026-07-27T20:25:05.113Z Downloaded bzip2 v0.6.1
8262026-07-27T20:25:05.113Z Downloaded bzip2 v0.4.4
8272026-07-27T20:25:05.113Z Downloaded parse-size v1.1.0
8282026-07-27T20:25:05.116Z Downloaded ref-cast-impl v1.0.25
8292026-07-27T20:25:05.116Z Downloaded autocfg v1.5.0
8302026-07-27T20:25:05.119Z Downloaded pem v3.0.6
8312026-07-27T20:25:05.123Z Downloaded socket2 v0.6.3
8322026-07-27T20:25:05.126Z Downloaded base64ct v1.8.3
8332026-07-27T20:25:05.126Z Downloaded owo-colors v4.3.0
8342026-07-27T20:25:05.126Z Downloaded mime v0.3.17
8352026-07-27T20:25:05.126Z Downloaded seq-macro v0.3.6
8362026-07-27T20:25:05.129Z Downloaded stable_deref_trait v1.2.1
8372026-07-27T20:25:05.129Z Downloaded thread-id v4.2.2
8382026-07-27T20:25:05.129Z Downloaded similar-asserts v1.7.0
8392026-07-27T20:25:05.129Z Downloaded sync-ptr v0.1.4
8402026-07-27T20:25:05.133Z Downloaded rand v0.9.2
8412026-07-27T20:25:05.136Z Downloaded jiff-static v0.2.21
8422026-07-27T20:25:05.136Z Downloaded ssh-key v0.7.0-rc.10
8432026-07-27T20:25:05.140Z Downloaded x509-cert v0.2.5
8442026-07-27T20:25:05.143Z Downloaded elliptic-curve v0.14.0-rc.33
8452026-07-27T20:25:05.147Z Downloaded unicode-properties v0.1.4
8462026-07-27T20:25:05.147Z Downloaded ena v0.14.4
8472026-07-27T20:25:05.150Z Downloaded nanorand v0.7.0
8482026-07-27T20:25:05.150Z Downloaded owo-colors v3.5.0
8492026-07-27T20:25:05.150Z Downloaded display-error-chain v0.2.2
8502026-07-27T20:25:05.154Z Downloaded rand_seeder v0.4.0
8512026-07-27T20:25:05.154Z Downloaded rust-argon2 v2.1.0
8522026-07-27T20:25:05.154Z Downloaded equivalent v1.0.2
8532026-07-27T20:25:05.154Z Downloaded futures-macro v0.3.32
8542026-07-27T20:25:05.157Z Downloaded nu-ansi-term v0.50.3
8552026-07-27T20:25:05.157Z Downloaded shell-words v1.1.1
8562026-07-27T20:25:05.158Z Downloaded argon2 v0.5.3
8572026-07-27T20:25:05.161Z Downloaded serde_yaml v0.9.34+deprecated
8582026-07-27T20:25:05.164Z Downloaded target-lexicon v0.13.3
8592026-07-27T20:25:05.167Z Downloaded slog-scope v4.4.1
8602026-07-27T20:25:05.167Z Downloaded slog-stdlog v4.1.1
8612026-07-27T20:25:05.167Z Downloaded tokio-util v0.7.18
8622026-07-27T20:25:05.171Z Downloaded kem v0.3.0
8632026-07-27T20:25:05.175Z Downloaded num_threads v0.1.7
8642026-07-27T20:25:05.175Z Downloaded bit-set v0.5.3
8652026-07-27T20:25:05.175Z Downloaded oso v0.27.3
8662026-07-27T20:25:05.180Z Downloaded serde_path_to_error v0.1.20
8672026-07-27T20:25:05.180Z Downloaded usdt-impl v0.6.0
8682026-07-27T20:25:05.180Z Downloaded tower-http v0.6.8
8692026-07-27T20:25:05.186Z Downloaded progenitor-impl v0.14.0
8702026-07-27T20:25:05.189Z Downloaded schemars_derive v0.8.22
8712026-07-27T20:25:05.192Z Downloaded crypto-primes v0.7.2
8722026-07-27T20:25:05.195Z Downloaded publicsuffix v2.3.0
8732026-07-27T20:25:05.201Z Downloaded signal-hook-tokio v0.3.1
8742026-07-27T20:25:05.201Z Downloaded take_mut v0.2.2
8752026-07-27T20:25:05.204Z Downloaded slog v2.8.2
8762026-07-27T20:25:05.205Z Downloaded try-lock v0.2.5
8772026-07-27T20:25:05.205Z Downloaded usdt-attr-macro v0.6.0
8782026-07-27T20:25:05.208Z Downloaded want v0.3.1
8792026-07-27T20:25:05.211Z Downloaded tracing-core v0.1.36
8802026-07-27T20:25:05.215Z Downloaded futures-channel v0.3.32
8812026-07-27T20:25:05.215Z Downloaded blowfish v0.10.0
8822026-07-27T20:25:05.215Z Downloaded anyhow v1.0.102
8832026-07-27T20:25:05.219Z Downloaded either v1.15.0
8842026-07-27T20:25:05.222Z Downloaded recursive v0.1.1
8852026-07-27T20:25:05.225Z Downloaded fnv v1.0.7
8862026-07-27T20:25:05.234Z Downloaded nom v8.0.0
8872026-07-27T20:25:05.250Z Downloaded psm v0.1.30
8882026-07-27T20:25:05.254Z Downloaded rpassword v7.5.4
8892026-07-27T20:25:05.254Z Downloaded rustversion v1.0.22
8902026-07-27T20:25:05.258Z Downloaded serde_with_macros v1.5.2
8912026-07-27T20:25:05.258Z Downloaded newtype-uuid v1.3.2
8922026-07-27T20:25:05.258Z Downloaded async-compression v0.4.41
8932026-07-27T20:25:05.262Z Downloaded potential_utf v0.1.4
8942026-07-27T20:25:05.268Z Downloaded thiserror-impl-no-std v2.0.2
8952026-07-27T20:25:05.271Z Downloaded embedded-io v0.6.1
8962026-07-27T20:25:05.276Z Downloaded num-derive v0.3.3
8972026-07-27T20:25:05.279Z Downloaded serde_repr v0.1.20
8982026-07-27T20:25:05.282Z Downloaded arrayref v0.3.9
8992026-07-27T20:25:05.282Z Downloaded ref-cast v1.0.25
9002026-07-27T20:25:05.286Z Downloaded topological-sort v0.2.2
9012026-07-27T20:25:05.286Z Downloaded progenitor v0.13.0
9022026-07-27T20:25:05.286Z Downloaded smf v0.2.3
9032026-07-27T20:25:05.286Z Downloaded float-cmp v0.10.0
9042026-07-27T20:25:05.289Z Downloaded zone_cfg_derive v0.3.1
9052026-07-27T20:25:05.289Z Downloaded linkme-impl v0.3.35
9062026-07-27T20:25:05.289Z Downloaded quick-error v1.2.3
9072026-07-27T20:25:05.293Z Downloaded tls_codec v0.4.2
9082026-07-27T20:25:05.296Z Downloaded fancy-regex v0.14.0
9092026-07-27T20:25:05.299Z Downloaded libbz2-rs-sys v0.2.2
9102026-07-27T20:25:05.302Z Downloaded omicron-zone-package v0.12.3
9112026-07-27T20:25:05.306Z Downloaded tls_codec_derive v0.4.2
9122026-07-27T20:25:05.310Z Downloaded usdt-macro v0.6.0
9132026-07-27T20:25:05.310Z Downloaded atomic-waker v1.1.2
9142026-07-27T20:25:05.310Z Downloaded openssl-probe v0.2.1
9152026-07-27T20:25:05.310Z Downloaded unicode-segmentation v1.12.0
9162026-07-27T20:25:05.315Z Downloaded backtrace-ext v0.2.1
9172026-07-27T20:25:05.315Z Downloaded target-triple v1.0.0
9182026-07-27T20:25:05.315Z Downloaded tap v1.0.1
9192026-07-27T20:25:05.319Z Downloaded serde_with v3.21.0
9202026-07-27T20:25:05.323Z Downloaded toml_edit v0.23.10+spec-1.0.0
9212026-07-27T20:25:05.326Z Downloaded module-lattice v0.2.3
9222026-07-27T20:25:05.329Z Downloaded peg v0.8.5
9232026-07-27T20:25:05.329Z Downloaded predicates v3.1.4
9242026-07-27T20:25:05.334Z Downloaded scrypt v0.12.0
9252026-07-27T20:25:05.334Z Downloaded stringmetrics v2.2.2
9262026-07-27T20:25:05.334Z Downloaded base64 v0.21.7
9272026-07-27T20:25:05.338Z Downloaded rand_chacha v0.9.0
9282026-07-27T20:25:05.338Z Downloaded cexpr v0.6.0
9292026-07-27T20:25:05.338Z Downloaded relative-path v1.9.3
9302026-07-27T20:25:05.338Z Downloaded bitflags v2.11.0
9312026-07-27T20:25:05.341Z Downloaded pin-project v1.1.11
9322026-07-27T20:25:05.346Z Downloaded prefix-trie v0.7.0
9332026-07-27T20:25:05.352Z Downloaded vte v0.14.1
9342026-07-27T20:25:05.356Z Downloaded aes-gcm v0.11.0
9352026-07-27T20:25:05.356Z Downloaded poly1305 v0.8.0
9362026-07-27T20:25:05.356Z Downloaded slog-dtrace v0.3.0
9372026-07-27T20:25:05.356Z Downloaded stringprep v0.1.5
9382026-07-27T20:25:05.356Z Downloaded itoa v1.0.17
9392026-07-27T20:25:05.359Z Downloaded predicates-core v1.0.10
9402026-07-27T20:25:05.359Z Downloaded poly1305 v0.9.0
9412026-07-27T20:25:05.359Z Downloaded lru v0.12.5
9422026-07-27T20:25:05.359Z Downloaded pest_derive v2.8.6
9432026-07-27T20:25:05.362Z Downloaded base16ct v0.2.0
9442026-07-27T20:25:05.362Z Downloaded trybuild v1.0.116
9452026-07-27T20:25:05.366Z Downloaded twox-hash v2.1.2
9462026-07-27T20:25:05.366Z Downloaded subprocess v0.2.15
9472026-07-27T20:25:05.369Z Downloaded mime_guess v2.0.5
9482026-07-27T20:25:05.369Z Downloaded num-derive v0.4.2
9492026-07-27T20:25:05.369Z Downloaded foreign-types-macros v0.2.3
9502026-07-27T20:25:05.372Z Downloaded fxhash v0.2.1
9512026-07-27T20:25:05.372Z Downloaded openssl-sys v0.9.115
9522026-07-27T20:25:05.375Z Downloaded uuid v1.23.4
9532026-07-27T20:25:05.375Z Downloaded sync_wrapper v1.0.2
9542026-07-27T20:25:05.379Z Downloaded ml-kem v0.3.2
9552026-07-27T20:25:05.382Z Downloaded allocator-api2 v0.2.21
9562026-07-27T20:25:05.386Z Downloaded pest_generator v2.8.6
9572026-07-27T20:25:05.388Z Downloaded getrandom v0.4.1
9582026-07-27T20:25:05.393Z Downloaded plotters v0.3.7
9592026-07-27T20:25:05.397Z Downloaded zmij v1.0.21
9602026-07-27T20:25:05.397Z Downloaded digest v0.11.3
9612026-07-27T20:25:05.397Z Downloaded litrs v1.0.0
9622026-07-27T20:25:05.402Z Downloaded miniz_oxide v0.8.9
9632026-07-27T20:25:05.402Z Downloaded xattr v1.6.1
9642026-07-27T20:25:05.405Z Downloaded miette-derive v5.10.0
9652026-07-27T20:25:05.405Z Downloaded dtrace-parser v0.3.0
9662026-07-27T20:25:05.405Z Downloaded proptest v1.10.0
9672026-07-27T20:25:05.410Z Downloaded jobserver v0.1.34
9682026-07-27T20:25:05.413Z Downloaded stacker v0.1.23
9692026-07-27T20:25:05.413Z Downloaded vergen-lib v9.1.0
9702026-07-27T20:25:05.413Z Downloaded libm v0.2.16
9712026-07-27T20:25:05.417Z Downloaded sec1 v0.7.3
9722026-07-27T20:25:05.421Z Downloaded r2d2 v0.8.10
9732026-07-27T20:25:05.421Z Downloaded secrecy v0.8.0
9742026-07-27T20:25:05.424Z Downloaded dtrace-parser v0.2.0
9752026-07-27T20:25:05.425Z Downloaded papergrid v0.11.0
9762026-07-27T20:25:05.428Z Downloaded yansi v1.0.1
9772026-07-27T20:25:05.431Z Downloaded rand_distr v0.5.1
9782026-07-27T20:25:05.435Z Downloaded nibble_vec v0.1.0
9792026-07-27T20:25:05.435Z Downloaded partial-io v0.5.4
9802026-07-27T20:25:05.435Z Downloaded pkcs8 v0.11.0
9812026-07-27T20:25:05.438Z Downloaded textwrap v0.15.2
9822026-07-27T20:25:05.438Z Downloaded cargo-platform v0.3.2
9832026-07-27T20:25:05.438Z Downloaded toml v0.7.8
9842026-07-27T20:25:05.442Z Downloaded filetime v0.2.27
9852026-07-27T20:25:05.445Z Downloaded zip v4.6.1
9862026-07-27T20:25:05.445Z Downloaded zerocopy-derive v0.7.35
9872026-07-27T20:25:05.448Z Downloaded event-listener v5.4.1
9882026-07-27T20:25:05.448Z Downloaded smawk v0.3.2
9892026-07-27T20:25:05.452Z Downloaded strip-ansi-escapes v0.2.1
9902026-07-27T20:25:05.452Z Downloaded memmap v0.7.0
9912026-07-27T20:25:05.452Z Downloaded enum-as-inner v0.6.1
9922026-07-27T20:25:05.455Z Downloaded zerotrie v0.2.3
9932026-07-27T20:25:05.455Z Downloaded proc-macro-error-attr v1.0.4
9942026-07-27T20:25:05.455Z Downloaded getrandom v0.3.4
9952026-07-27T20:25:05.462Z Downloaded tabwriter v1.4.1
9962026-07-27T20:25:05.466Z Downloaded untrusted v0.9.0
9972026-07-27T20:25:05.469Z Downloaded async-trait v0.1.89
9982026-07-27T20:25:05.473Z Downloaded async-bb8-diesel v0.2.1
9992026-07-27T20:25:05.473Z Downloaded tinytemplate v1.2.1
10002026-07-27T20:25:05.477Z Downloaded reqwest v0.13.2
10012026-07-27T20:25:05.480Z Downloaded walkdir v2.5.0
10022026-07-27T20:25:05.494Z Downloaded rustc-hash v2.1.1
10032026-07-27T20:25:05.497Z Downloaded expectorate v1.2.0
10042026-07-27T20:25:05.500Z Downloaded flate2 v1.1.9
10052026-07-27T20:25:05.504Z Downloaded password-hash v0.5.0
10062026-07-27T20:25:05.507Z Downloaded dirs-sys-next v0.1.2
10072026-07-27T20:25:05.508Z Downloaded pin-project-lite v0.2.17
10082026-07-27T20:25:05.512Z Downloaded rayon v1.11.0
10092026-07-27T20:25:05.516Z Downloaded serde_derive_internals v0.29.1
10102026-07-27T20:25:05.519Z Downloaded chumsky v0.9.3
10112026-07-27T20:25:05.524Z Downloaded slab v0.4.12
10122026-07-27T20:25:05.524Z Downloaded backtrace v0.3.76
10132026-07-27T20:25:05.527Z Downloaded typenum v1.20.1
10142026-07-27T20:25:05.534Z Downloaded syn v1.0.109
10152026-07-27T20:25:05.540Z Downloaded ed25519-dalek v3.0.0-rc.0
10162026-07-27T20:25:05.547Z Downloaded memchr v2.8.0
10172026-07-27T20:25:05.551Z Downloaded olpc-cjson v0.1.4
10182026-07-27T20:25:05.551Z Downloaded ed25519-dalek v2.2.0
10192026-07-27T20:25:05.554Z Downloaded wyz v0.5.1
10202026-07-27T20:25:05.559Z Downloaded generic-array v1.4.3
10212026-07-27T20:25:05.564Z Downloaded git2 v0.20.4
10222026-07-27T20:25:05.568Z Downloaded chrono v0.4.45
10232026-07-27T20:25:05.572Z Downloaded thiserror-impl v1.0.69
10242026-07-27T20:25:05.576Z Downloaded parking_lot v0.11.2
10252026-07-27T20:25:05.576Z Downloaded proc-macro2 v1.0.106
10262026-07-27T20:25:05.579Z Downloaded samael v0.0.19
10272026-07-27T20:25:05.579Z Downloaded oxide-tokio-rt v0.1.4
10282026-07-27T20:25:05.583Z Downloaded elliptic-curve v0.13.8
10292026-07-27T20:25:05.583Z Downloaded xshell v0.2.7
10302026-07-27T20:25:05.586Z Downloaded typed-path v0.9.3
10312026-07-27T20:25:05.592Z Downloaded serde_with_macros v3.21.0
10322026-07-27T20:25:05.596Z Downloaded rawzip v0.4.4
10332026-07-27T20:25:05.599Z Downloaded term v0.7.0
10342026-07-27T20:25:05.599Z Downloaded cc v1.2.56
10352026-07-27T20:25:05.610Z Downloaded zlib-rs v0.6.2
10362026-07-27T20:25:05.631Z Downloaded camino v1.2.2
10372026-07-27T20:25:05.654Z Downloaded url v2.5.8
10382026-07-27T20:25:05.672Z Downloaded futures-util v0.3.32
10392026-07-27T20:25:05.672Z Downloaded toml v1.1.2+spec-1.1.0
10402026-07-27T20:25:05.678Z Downloaded gimli v0.32.3
10412026-07-27T20:25:05.678Z Downloaded libxml v0.3.3
10422026-07-27T20:25:05.678Z Downloaded unicode-ident v1.0.24
10432026-07-27T20:25:05.686Z Downloaded log v0.4.29
10442026-07-27T20:25:05.686Z Downloaded hickory-proto v0.24.4
10452026-07-27T20:25:05.695Z Downloaded bytes v1.11.1
10462026-07-27T20:25:05.702Z Downloaded tabled v0.15.0
10472026-07-27T20:25:05.706Z Downloaded num-bigint-dig v0.8.6
10482026-07-27T20:25:05.712Z Downloaded num-traits v0.2.19
10492026-07-27T20:25:05.712Z Downloaded regress v0.10.5
10502026-07-27T20:25:05.719Z Downloaded zerovec v0.11.5
10512026-07-27T20:25:05.719Z Downloaded serde_json v1.0.150
10522026-07-27T20:25:05.729Z Downloaded toml_edit v0.22.27
10532026-07-27T20:25:05.729Z Downloaded miette v5.10.0
10542026-07-27T20:25:05.733Z Downloaded diesel_derives v2.3.7
10552026-07-27T20:25:05.733Z Downloaded lalrpop v0.19.12
10562026-07-27T20:25:05.740Z Downloaded nom v7.1.3
10572026-07-27T20:25:05.740Z Downloaded aho-corasick v1.1.4
10582026-07-27T20:25:05.755Z Downloaded portable-atomic v1.13.1
10592026-07-27T20:25:05.759Z Downloaded winnow v0.6.26
10602026-07-27T20:25:05.759Z Downloaded dropshot-api-manager v0.7.2
10612026-07-27T20:25:05.765Z Downloaded hickory-proto v0.25.2
10622026-07-27T20:25:05.771Z Downloaded bstr v1.12.1
10632026-07-27T20:25:05.784Z Downloaded winnow v1.0.3
10642026-07-27T20:25:05.803Z Downloaded winnow v0.7.14
10652026-07-27T20:25:05.809Z Downloaded polar-core v0.27.3
10662026-07-27T20:25:05.813Z Downloaded tabled v0.20.0
10672026-07-27T20:25:05.840Z Downloaded crypto-bigint v0.7.5
10682026-07-27T20:25:05.852Z Downloaded p384 v0.13.1
10692026-07-27T20:25:05.855Z Downloaded curve25519-dalek v4.1.3
10702026-07-27T20:25:05.861Z Downloaded regex-syntax v0.6.29
10712026-07-27T20:25:05.873Z Downloaded itertools v0.13.0
10722026-07-27T20:25:05.876Z Downloaded bindgen v0.71.1
10732026-07-27T20:25:05.929Z Downloaded vcpkg v0.2.15
10742026-07-27T20:25:05.929Z Downloaded object v0.30.4
10752026-07-27T20:25:05.929Z Downloaded radix_trie v0.2.1
10762026-07-27T20:25:05.929Z Downloaded unicode-width v0.2.0
10772026-07-27T20:25:05.929Z Downloaded rustyline v14.0.0
10782026-07-27T20:25:05.929Z Downloaded tough v0.22.0
10792026-07-27T20:25:05.929Z Downloaded aes v0.9.1
10802026-07-27T20:25:05.929Z Downloaded openssl v0.10.79
10812026-07-27T20:25:05.936Z Downloaded tower v0.5.3
10822026-07-27T20:25:05.939Z Downloaded tracing v0.1.44
10832026-07-27T20:25:05.945Z Downloaded dropshot v0.17.1
10842026-07-27T20:25:05.957Z Downloaded russh v0.61.2
10852026-07-27T20:25:05.962Z Downloaded unicode-width v0.1.14
10862026-07-27T20:25:05.965Z Downloaded bitvec v1.0.1
10872026-07-27T20:25:05.973Z Downloaded reqwest v0.12.28
10882026-07-27T20:25:05.976Z Downloaded unicode-normalization v0.1.25
10892026-07-27T20:25:05.979Z Downloaded smoltcp v0.9.1
10902026-07-27T20:25:05.984Z Downloaded syn v2.0.117
10912026-07-27T20:25:05.990Z Downloaded moka v0.12.13
10922026-07-27T20:25:05.994Z Downloaded itertools v0.14.0
10932026-07-27T20:25:05.998Z Downloaded sqlparser v0.61.0
10942026-07-27T20:25:06.003Z Downloaded smoltcp v0.11.0
10952026-07-27T20:25:06.009Z Downloaded aws-lc-rs v1.16.3
10962026-07-27T20:25:06.015Z Downloaded curve25519-dalek v5.0.0-rc.0
10972026-07-27T20:25:06.020Z Downloaded petname v2.0.2
10982026-07-27T20:25:06.023Z Downloaded nix v0.27.1
10992026-07-27T20:25:06.028Z Downloaded quinn-proto v0.11.13
11002026-07-27T20:25:06.032Z Downloaded regex v1.12.3
11012026-07-27T20:25:06.035Z Downloaded salty v0.3.0
11022026-07-27T20:25:06.038Z Downloaded regex-automata v0.4.14
11032026-07-27T20:25:06.055Z Downloaded openapiv3 v2.2.0
11042026-07-27T20:25:06.062Z Downloaded blake3 v1.8.5
11052026-07-27T20:25:06.066Z Downloaded quick-xml v0.37.5
11062026-07-27T20:25:06.069Z Downloaded zerocopy-derive v0.6.6
11072026-07-27T20:25:06.088Z Downloaded time v0.3.47
11082026-07-27T20:25:06.095Z Downloaded sha3 v0.11.0
11092026-07-27T20:25:06.112Z Downloaded zerocopy v0.8.40
11102026-07-27T20:25:06.130Z Downloaded jiff v0.2.21
11112026-07-27T20:25:06.140Z Downloaded object v0.37.3
11122026-07-27T20:25:06.152Z Downloaded bzip2-sys v0.1.13+1.0.8
11132026-07-27T20:25:06.158Z Downloaded nix v0.28.0
11142026-07-27T20:25:06.166Z Downloaded nix v0.31.2
11152026-07-27T20:25:06.170Z Downloaded rustix v0.38.44
11162026-07-27T20:25:06.184Z Downloaded diesel v2.3.7
11172026-07-27T20:25:06.196Z Downloaded chrono-tz v0.10.4
11182026-07-27T20:25:06.205Z Downloaded sha3 v0.10.8
11192026-07-27T20:25:06.208Z Downloaded tokio v1.52.1
11202026-07-27T20:25:06.230Z Downloaded petgraph v0.8.3
11212026-07-27T20:25:06.243Z Downloaded regex-syntax v0.8.10
11222026-07-27T20:25:06.250Z Downloaded typify-impl v0.6.2
11232026-07-27T20:25:06.255Z Downloaded rustix v1.1.3
11242026-07-27T20:25:06.268Z Downloaded libz-sys v1.1.24
11252026-07-27T20:25:06.280Z Downloaded rustls v0.23.41
11262026-07-27T20:25:06.288Z Downloaded ring v0.17.14
11272026-07-27T20:25:06.312Z Downloaded regress v0.11.1
11282026-07-27T20:25:06.318Z Downloaded httpmock v0.8.3
11292026-07-27T20:25:06.330Z Downloaded sled v0.34.7
11302026-07-27T20:25:06.339Z Downloaded ratatui v0.29.0
11312026-07-27T20:25:06.432Z Downloaded petgraph v0.6.5
11322026-07-27T20:25:06.463Z Downloaded fiat-crypto v0.3.0
11332026-07-27T20:25:06.485Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11342026-07-27T20:25:06.492Z Downloaded csv v1.4.0
11352026-07-27T20:25:06.543Z Downloaded libc v0.2.185
11362026-07-27T20:25:06.630Z Downloaded encoding_rs v0.8.35
11372026-07-27T20:25:06.727Z Downloaded libgit2-sys v0.18.3+1.9.2
11382026-07-27T20:25:07.345Z Downloaded aws-lc-sys v0.40.0
11392026-07-27T20:25:07.785Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11402026-07-27T20:25:09.645Z Startup: Refreshing catalog 'helios' ... Done
11412026-07-27T20:25:09.903Z Startup: Caching catalogs ... Done
11422026-07-27T20:25:11.061ZPlanning: Solver setup ... Done (1.106s)
11432026-07-27T20:25:11.102ZPlanning: Running solver ... Done (0.044s)
11442026-07-27T20:25:11.129ZPlanning: Finding local manifests ... Done (0.003s)
11452026-07-27T20:25:11.129ZPlanning: Fetching manifests: 0/2 0% complete
11462026-07-27T20:25:11.129ZPlanning: Fetching manifests: 2/2 100% complete
11472026-07-27T20:25:11.150ZPlanning: Package planning ... Done (0.015s)
11482026-07-27T20:25:11.150ZPlanning: Merging actions ... Done (0.001s)
11492026-07-27T20:25:11.424ZPlanning: Checking for conflicting actions ... Done (0.210s)
11502026-07-27T20:25:11.424ZPlanning: Consolidating action changes ... Done (0.001s)
11512026-07-27T20:25:12.223ZPlanning: Evaluating mediators ... Done (0.875s)
11522026-07-27T20:25:12.234ZPlanning: Planning completed in 2.38 seconds
11532026-07-27T20:25:12.234Z Packages to install: 2
11542026-07-27T20:25:12.234Z Estimated space available: 155.74 GB
11552026-07-27T20:25:12.234ZEstimated space to be consumed: 55.04 MB
11562026-07-27T20:25:12.234Z Create boot environment: No
11572026-07-27T20:25:12.234ZCreate backup boot environment: No
11582026-07-27T20:25:12.234Z Rebuild boot archive: No
11592026-07-27T20:25:12.234Z
11602026-07-27T20:25:12.234ZChanged packages:
11612026-07-27T20:25:12.234Zhelios
11622026-07-27T20:25:12.234Z developer/build-essential
11632026-07-27T20:25:12.234Z None -> 11-3.0
11642026-07-27T20:25:12.234Z library/libxmlsec1
11652026-07-27T20:25:12.234Z None -> 1.2.35-3.0
11662026-07-27T20:25:12.245Z
11672026-07-27T20:25:12.245ZDownload: 0/214 items 0.0/1.3MB 0% complete
11682026-07-27T20:25:12.316ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
11692026-07-27T20:25:12.402Z Actions: 1/268 actions (Installing new actions)
11702026-07-27T20:25:12.443Z Actions: Completed 268 actions in 0.04 seconds.
11712026-07-27T20:25:12.471ZFinalize: Updating package state database ... Done (0.027s)
11722026-07-27T20:25:12.476ZFinalize: Updating package cache ... Done (0.000s)
11732026-07-27T20:25:12.528ZFinalize: Updating image state ... Done (0.059s)
11742026-07-27T20:25:15.118ZFinalize: Creating fast lookup database ... Done (2.550s)
11752026-07-27T20:25:15.220ZFinalize: Reading search index ... Done (0.012s)
11762026-07-27T20:25:15.220ZFinalize: Updating search index ... Done (0.000s)
11772026-07-27T20:25:15.290ZFinalize: Updating package cache ... Done (0.000s)
11782026-07-27T20:25:15.645ZPlanning: Evaluating mediator changes ... Done
11792026-07-27T20:25:15.740ZPlanning: Checking for conflicting actions ... Done
11802026-07-27T20:25:15.743ZPlanning: Consolidating action changes ... Done
11812026-07-27T20:25:15.902ZPlanning: Evaluating mediators ... Done
11822026-07-27T20:25:15.915ZPlanning: Planning completed in 0.26 seconds
11832026-07-27T20:25:15.924Z Mediators to change: 2
11842026-07-27T20:25:15.924Z Create boot environment: No
11852026-07-27T20:25:15.924ZCreate backup boot environment: No
11862026-07-27T20:25:15.970ZFinalize: Updating package state database ... Done
11872026-07-27T20:25:15.971ZFinalize: Updating package cache ... Done
11882026-07-27T20:25:16.009ZFinalize: Updating image state ... Done
11892026-07-27T20:25:17.950ZFinalize: Creating fast lookup database ... Done
11902026-07-27T20:25:18.012ZFinalize: Reading search index ... Done
11912026-07-27T20:25:18.015ZFinalize: Updating search index ... Done
11922026-07-27T20:25:18.081ZFinalize: Updating package cache ... Done
11932026-07-27T20:25:18.367ZPlanning: Evaluating mediator changes ... Done
11942026-07-27T20:25:18.472ZPlanning: Checking for conflicting actions ... Done
11952026-07-27T20:25:18.480ZPlanning: Consolidating action changes ... Done
11962026-07-27T20:25:18.636ZPlanning: Evaluating mediators ... Done
11972026-07-27T20:25:18.639ZPlanning: Planning completed in 0.26 seconds
11982026-07-27T20:25:18.653Z Mediators to change: 1
11992026-07-27T20:25:18.654Z Create boot environment: No
12002026-07-27T20:25:18.654ZCreate backup boot environment: No
12012026-07-27T20:25:18.699ZFinalize: Updating package state database ... Done
12022026-07-27T20:25:18.699ZFinalize: Updating package cache ... Done
12032026-07-27T20:25:18.733ZFinalize: Updating image state ... Done
12042026-07-27T20:25:20.670ZFinalize: Creating fast lookup database ... Done
12052026-07-27T20:25:20.731ZFinalize: Reading search index ... Done
12062026-07-27T20:25:20.735ZFinalize: Updating search index ... Done
12072026-07-27T20:25:20.783ZFinalize: Updating package cache ... Done
12082026-07-27T20:25:21.094ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12092026-07-27T20:25:21.094Zapache system 2.4 system
12102026-07-27T20:25:21.094Zclang system 15 system
12112026-07-27T20:25:21.094Zcsh system system illumos
12122026-07-27T20:25:21.094Zctags system system illumos
12132026-07-27T20:25:21.094Zfile vendor vendor darwinsys
12142026-07-27T20:25:21.094Zfile system system illumos
12152026-07-27T20:25:21.094Zgcc vendor 14 vendor
12162026-07-27T20:25:21.094Zgcc system 13 system
12172026-07-27T20:25:21.095Zgcc system 10 system
12182026-07-27T20:25:21.095Zgo system 1.25 system
12192026-07-27T20:25:21.095Zllvm system 15 system
12202026-07-27T20:25:21.095Zmariadb system 11.4 system
12212026-07-27T20:25:21.095Zmta vendor vendor dma
12222026-07-27T20:25:21.095Zopenjdk system 17 system
12232026-07-27T20:25:21.095Zopenjdk system 11 system
12242026-07-27T20:25:21.095Zopenssl vendor 3 vendor
12252026-07-27T20:25:21.095Zperl system 5.40 system
12262026-07-27T20:25:21.095Zpostgresql system 18 system
12272026-07-27T20:25:21.095Zpostgresql system 17 system
12282026-07-27T20:25:21.095Zpython vendor 3 vendor
12292026-07-27T20:25:21.095Zpython system 2 system
12302026-07-27T20:25:21.095Zpython3 vendor 3.13 vendor
12312026-07-27T20:25:21.095Zruby system 3.4 system
12322026-07-27T20:25:21.095Zruby system 3.0 system
12332026-07-27T20:25:21.095Zwords vendor vendor american-english
12342026-07-27T20:25:21.095Zwords system system australian-english
12352026-07-27T20:25:21.095Zwords system system british-english
12362026-07-27T20:25:21.095Zwords system system canadian-english
12372026-07-27T20:25:21.095Zwords system system french
12382026-07-27T20:25:21.095Zwords system system italian
12392026-07-27T20:25:21.095Zwords system system ngerman
12402026-07-27T20:25:21.095Zwords system system ogerman
12412026-07-27T20:25:21.095Zwords system system spanish
12422026-07-27T20:25:21.345ZPUBLISHER TYPE STATUS P LOCATION
12432026-07-27T20:25:21.345Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12442026-07-27T20:25:21.731ZFMRI IFO
12452026-07-27T20:25:21.731Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12462026-07-27T20:25:21.731Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12472026-07-27T20:25:21.731Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12482026-07-27T20:25:21.731Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12492026-07-27T20:25:21.731Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12502026-07-27T20:25:21.731Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12512026-07-27T20:25:21.731Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12522026-07-27T20:25:21.731Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12532026-07-27T20:25:21.732Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12542026-07-27T20:25:22.312Z Downloading crates ...
12552026-07-27T20:25:22.355Z Downloaded cargo_toml v0.21.0
12562026-07-27T20:25:22.397Z Compiling proc-macro2 v1.0.106
12572026-07-27T20:25:22.397Z Compiling unicode-ident v1.0.24
12582026-07-27T20:25:22.405Z Compiling quote v1.0.45
12592026-07-27T20:25:22.405Z Compiling serde_core v1.0.228
12602026-07-27T20:25:22.405Z Compiling libc v0.2.185
12612026-07-27T20:25:22.405Z Compiling version_check v0.9.5
12622026-07-27T20:25:22.405Z Compiling memchr v2.8.0
12632026-07-27T20:25:22.405Z Compiling serde v1.0.228
12642026-07-27T20:25:22.405Z Compiling zmij v1.0.21
12652026-07-27T20:25:22.405Z Compiling thiserror v1.0.69
12662026-07-27T20:25:22.487Z Compiling itoa v1.0.17
12672026-07-27T20:25:22.496Z Compiling ucd-trie v0.1.7
12682026-07-27T20:25:22.496Z Compiling rustix v1.1.3
12692026-07-27T20:25:22.496Z Compiling byteorder v1.5.0
12702026-07-27T20:25:22.620Z Compiling serde_json v1.0.150
12712026-07-27T20:25:22.731Z Compiling bitflags v2.11.0
12722026-07-27T20:25:22.863Z Compiling syn v1.0.109
12732026-07-27T20:25:22.874Z Compiling proc-macro-error-attr v1.0.4
12742026-07-27T20:25:22.947Z Compiling usdt-impl v0.5.0
12752026-07-27T20:25:22.956Z Compiling camino v1.2.2
12762026-07-27T20:25:22.991Z Compiling pest v2.8.6
12772026-07-27T20:25:22.996Z Compiling proc-macro-error v1.0.4
12782026-07-27T20:25:22.996Z Compiling equivalent v1.0.2
12792026-07-27T20:25:23.119Z Compiling plain v0.2.3
12802026-07-27T20:25:23.122Z Compiling log v0.4.29
12812026-07-27T20:25:23.122Z Compiling hashbrown v0.17.0
12822026-07-27T20:25:23.163Z Compiling utf8parse v0.2.2
12832026-07-27T20:25:23.217Z Compiling getrandom v0.4.1
12842026-07-27T20:25:23.292Z Compiling anstyle-parse v1.0.0
12852026-07-27T20:25:23.297Z Compiling thiserror v2.0.18
12862026-07-27T20:25:23.301Z Compiling winnow v0.7.14
12872026-07-27T20:25:23.301Z Compiling cfg-if v1.0.4
12882026-07-27T20:25:23.305Z Compiling pretty-hex v0.4.1
12892026-07-27T20:25:23.342Z Compiling anstyle v1.0.14
12902026-07-27T20:25:23.361Z Compiling toml_write v0.1.2
12912026-07-27T20:25:23.379Z Compiling is_terminal_polyfill v1.70.2
12922026-07-27T20:25:23.398Z Compiling errno v0.3.14
12932026-07-27T20:25:23.455Z Compiling thread-id v4.2.2
12942026-07-27T20:25:23.469Z Compiling anstyle-query v1.1.5
12952026-07-27T20:25:23.482Z Compiling autocfg v1.5.0
12962026-07-27T20:25:23.488Z Compiling colorchoice v1.0.4
12972026-07-27T20:25:23.572Z Compiling heck v0.5.0
12982026-07-27T20:25:23.581Z Compiling anstream v1.0.0
12992026-07-27T20:25:23.584Z Compiling bytecount v0.6.9
13002026-07-27T20:25:23.584Z Compiling once_cell v1.21.3
13012026-07-27T20:25:23.630Z Compiling fnv v1.0.7
13022026-07-27T20:25:23.631Z Compiling clap_lex v1.0.0
13032026-07-27T20:25:23.697Z Compiling indexmap v2.14.0
13042026-07-27T20:25:23.795Z Compiling anyhow v1.0.102
13052026-07-27T20:25:23.876Z Compiling unicode-width v0.1.14
13062026-07-27T20:25:23.887Z Compiling syn v2.0.117
13072026-07-27T20:25:23.956Z Compiling heck v0.4.1
13082026-07-27T20:25:23.967Z Compiling fastrand v2.3.0
13092026-07-27T20:25:23.980Z Compiling fs-err v3.3.0
13102026-07-27T20:25:23.998Z Compiling strsim v0.11.1
13112026-07-27T20:25:24.003Z Compiling memmap v0.7.0
13122026-07-27T20:25:24.113Z Compiling pest_meta v2.8.6
13132026-07-27T20:25:24.203Z Compiling papergrid v0.11.0
13142026-07-27T20:25:24.214Z Compiling smawk v0.3.2
13152026-07-27T20:25:24.250Z Compiling unicode-linebreak v0.1.5
13162026-07-27T20:25:24.303Z Compiling unicode-width v0.2.0
13172026-07-27T20:25:24.371Z Compiling swrite v0.1.0
13182026-07-27T20:25:24.473Z Compiling terminal_size v0.4.3
13192026-07-27T20:25:24.473Z Compiling tempfile v3.25.0
13202026-07-27T20:25:24.570Z Compiling clap_builder v4.6.0
13212026-07-27T20:25:24.573Z Compiling textwrap v0.16.2
13222026-07-27T20:25:24.886Z Compiling cargo-platform v0.3.2
13232026-07-27T20:25:24.895Z Compiling semver v1.0.28
13242026-07-27T20:25:25.147Z Compiling camino-tempfile v1.4.1
13252026-07-27T20:25:25.373Z Compiling tabled_derive v0.7.0
13262026-07-27T20:25:26.042Z Compiling pest_generator v2.8.6
13272026-07-27T20:25:26.056Z Compiling tabled v0.15.0
13282026-07-27T20:25:26.532Z Compiling serde_derive v1.0.228
13292026-07-27T20:25:26.532Z Compiling thiserror-impl v1.0.69
13302026-07-27T20:25:26.536Z Compiling zerocopy-derive v0.7.35
13312026-07-27T20:25:26.537Z Compiling scroll_derive v0.12.1
13322026-07-27T20:25:26.537Z Compiling thiserror-impl v2.0.18
13332026-07-27T20:25:26.537Z Compiling clap_derive v4.6.1
13342026-07-27T20:25:26.582Z Compiling pest_derive v2.8.6
13352026-07-27T20:25:27.168Z Compiling scroll v0.12.0
13362026-07-27T20:25:27.277Z Compiling zerocopy v0.7.35
13372026-07-27T20:25:27.373Z Compiling goblin v0.8.2
13382026-07-27T20:25:27.605Z Compiling dtrace-parser v0.2.0
13392026-07-27T20:25:27.874Z Compiling clap v4.6.1
13402026-07-27T20:25:28.901Z Compiling dof v0.3.0
13412026-07-27T20:25:28.901Z Compiling serde_tokenstream v0.2.3
13422026-07-27T20:25:28.910Z Compiling serde_spanned v0.6.9
13432026-07-27T20:25:28.915Z Compiling toml_datetime v0.6.11
13442026-07-27T20:25:28.915Z Compiling cargo_metadata v0.23.1
13452026-07-27T20:25:28.915Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13462026-07-27T20:25:28.915Z Compiling macaddr v1.0.1
13472026-07-27T20:25:29.096Z Compiling toml_edit v0.22.27
13482026-07-27T20:25:29.568Z Compiling usdt-attr-macro v0.5.0
13492026-07-27T20:25:29.573Z Compiling usdt-macro v0.5.0
13502026-07-27T20:25:30.206Z Compiling usdt v0.5.0
13512026-07-27T20:25:30.348Z Compiling toml v0.8.23
13522026-07-27T20:25:30.658Z Compiling cargo_toml v0.21.0
13532026-07-27T20:25:31.955Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13542026-07-27T20:25:34.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s
13552026-07-27T20:25:34.046Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13562026-07-27T20:25:34.794Z Compiling libc v0.2.185
13572026-07-27T20:25:34.794Z Compiling serde_core v1.0.228
13582026-07-27T20:25:34.794Z Compiling serde v1.0.228
13592026-07-27T20:25:34.794Z Compiling log v0.4.29
13602026-07-27T20:25:34.798Z Compiling smallvec v1.15.1
13612026-07-27T20:25:34.798Z Compiling shlex v1.3.0
13622026-07-27T20:25:34.798Z Compiling find-msvc-tools v0.1.9
13632026-07-27T20:25:34.798Z Compiling subtle v2.6.1
13642026-07-27T20:25:34.798Z Compiling scopeguard v1.2.0
13652026-07-27T20:25:34.931Z Compiling stable_deref_trait v1.2.1
13662026-07-27T20:25:34.940Z Compiling typenum v1.20.1
13672026-07-27T20:25:34.948Z Compiling serde_json v1.0.150
13682026-07-27T20:25:34.992Z Compiling portable-atomic v1.13.1
13692026-07-27T20:25:34.997Z Compiling zerocopy v0.8.40
13702026-07-27T20:25:35.006Z Compiling syn v2.0.117
13712026-07-27T20:25:35.035Z Compiling pin-project-lite v0.2.17
13722026-07-27T20:25:35.054Z Compiling parking_lot_core v0.9.12
13732026-07-27T20:25:35.115Z Compiling pkg-config v0.3.32
13742026-07-27T20:25:35.132Z Compiling lock_api v0.4.14
13752026-07-27T20:25:35.151Z Compiling critical-section v1.2.0
13762026-07-27T20:25:35.197Z Compiling getrandom v0.4.1
13772026-07-27T20:25:35.212Z Compiling libm v0.2.16
13782026-07-27T20:25:35.212Z Compiling num-traits v0.2.19
13792026-07-27T20:25:35.270Z Compiling futures-core v0.3.32
13802026-07-27T20:25:35.294Z Compiling rand_core v0.10.0
13812026-07-27T20:25:35.298Z Compiling generic-array v0.14.7
13822026-07-27T20:25:35.325Z Compiling const-oid v0.9.6
13832026-07-27T20:25:35.382Z Compiling writeable v0.6.2
13842026-07-27T20:25:35.399Z Compiling litemap v0.8.1
13852026-07-27T20:25:35.442Z Compiling percent-encoding v2.3.2
13862026-07-27T20:25:35.475Z Compiling icu_properties_data v2.1.2
13872026-07-27T20:25:35.511Z Compiling icu_normalizer_data v2.1.1
13882026-07-27T20:25:35.608Z Compiling futures-sink v0.3.32
13892026-07-27T20:25:35.608Z Compiling futures-io v0.3.32
13902026-07-27T20:25:35.611Z Compiling slab v0.4.12
13912026-07-27T20:25:35.622Z Compiling futures-task v0.3.32
13922026-07-27T20:25:35.666Z Compiling utf8_iter v1.0.4
13932026-07-27T20:25:35.677Z Compiling form_urlencoded v1.2.2
13942026-07-27T20:25:35.677Z Compiling getrandom v0.3.4
13952026-07-27T20:25:35.788Z Compiling futures-channel v0.3.32
13962026-07-27T20:25:35.793Z Compiling rustversion v1.0.22
13972026-07-27T20:25:35.805Z Compiling ident_case v1.0.1
13982026-07-27T20:25:35.880Z Compiling jobserver v0.1.34
13992026-07-27T20:25:35.884Z Compiling errno v0.3.14
14002026-07-27T20:25:35.884Z Compiling getrandom v0.2.17
14012026-07-27T20:25:35.949Z Compiling mio v1.2.0
14022026-07-27T20:25:35.996Z Compiling socket2 v0.6.3
14032026-07-27T20:25:36.011Z Compiling signal-hook-registry v1.4.8
14042026-07-27T20:25:36.062Z Compiling rand_core v0.6.4
14052026-07-27T20:25:36.097Z Compiling rustix v1.1.3
14062026-07-27T20:25:36.141Z Compiling cc v1.2.56
14072026-07-27T20:25:36.168Z Compiling parking_lot v0.12.5
14082026-07-27T20:25:36.209Z Compiling fs_extra v1.3.0
14092026-07-27T20:25:36.234Z Compiling iana-time-zone v0.1.65
14102026-07-27T20:25:36.249Z Compiling once_cell v1.21.3
14112026-07-27T20:25:36.310Z Compiling dunce v1.0.5
14122026-07-27T20:25:36.351Z Compiling regex-syntax v0.8.10
14132026-07-27T20:25:36.366Z Compiling base64 v0.22.1
14142026-07-27T20:25:36.440Z Compiling base64ct v1.8.3
14152026-07-27T20:25:36.450Z Compiling vcpkg v0.2.15
14162026-07-27T20:25:36.482Z Compiling tracing-core v0.1.36
14172026-07-27T20:25:36.482Z Compiling aws-lc-rs v1.16.3
14182026-07-27T20:25:36.526Z Compiling flagset v0.4.7
14192026-07-27T20:25:36.564Z Compiling httparse v1.10.1
14202026-07-27T20:25:36.686Z Compiling dyn-clone v1.0.20
14212026-07-27T20:25:36.735Z Compiling rand_core v0.9.5
14222026-07-27T20:25:36.755Z Compiling pem-rfc7468 v0.7.0
14232026-07-27T20:25:36.769Z Compiling tinyvec_macros v0.1.1
14242026-07-27T20:25:36.786Z Compiling cmov v0.5.4
14252026-07-27T20:25:36.800Z Compiling schemars v0.8.22
14262026-07-27T20:25:36.822Z Compiling openssl-probe v0.2.1
14272026-07-27T20:25:36.842Z Compiling tinyvec v1.10.0
14282026-07-27T20:25:36.854Z Compiling aho-corasick v1.1.4
14292026-07-27T20:25:36.944Z Compiling cmake v0.1.57
14302026-07-27T20:25:37.015Z Compiling ctutils v0.4.2
14312026-07-27T20:25:37.022Z Compiling try-lock v0.2.5
14322026-07-27T20:25:37.027Z Compiling atomic-waker v1.1.2
14332026-07-27T20:25:37.027Z Compiling tower-layer v0.3.3
14342026-07-27T20:25:37.080Z Compiling tower-service v0.3.3
14352026-07-27T20:25:37.080Z Compiling untrusted v0.7.1
14362026-07-27T20:25:37.108Z Compiling bitflags v2.11.0
14372026-07-27T20:25:37.150Z Compiling semver v1.0.28
14382026-07-27T20:25:37.171Z Compiling indexmap v2.14.0
14392026-07-27T20:25:37.204Z Compiling uuid v1.23.4
14402026-07-27T20:25:37.217Z Compiling want v0.3.1
14412026-07-27T20:25:37.247Z Compiling untrusted v0.9.0
14422026-07-27T20:25:37.251Z Compiling rustls v0.23.41
14432026-07-27T20:25:37.275Z Compiling httpdate v1.0.3
14442026-07-27T20:25:37.346Z Compiling foreign-types-shared v0.1.1
14452026-07-27T20:25:37.366Z Compiling rustc_version v0.4.1
14462026-07-27T20:25:37.381Z Compiling cpufeatures v0.2.17
14472026-07-27T20:25:37.408Z Compiling openssl v0.10.79
14482026-07-27T20:25:37.445Z Compiling foreign-types v0.3.2
14492026-07-27T20:25:37.457Z Compiling unicode-normalization v0.1.25
14502026-07-27T20:25:37.472Z Compiling spin v0.9.8
14512026-07-27T20:25:37.489Z Compiling crc32fast v1.5.0
14522026-07-27T20:25:37.521Z Compiling time-core v0.1.8
14532026-07-27T20:25:37.538Z Compiling powerfmt v0.2.0
14542026-07-27T20:25:37.555Z Compiling native-tls v0.2.18
14552026-07-27T20:25:37.657Z Compiling num-conv v0.2.0
14562026-07-27T20:25:37.685Z Compiling deranged v0.5.8
14572026-07-27T20:25:37.699Z Compiling wait-timeout v0.2.1
14582026-07-27T20:25:37.713Z Compiling sync_wrapper v1.0.2
14592026-07-27T20:25:37.750Z Compiling aws-lc-sys v0.40.0
14602026-07-27T20:25:37.764Z Compiling openssl-sys v0.9.115
14612026-07-27T20:25:37.784Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-07-27T20:25:37.802Z Compiling time-macros v0.2.27
14632026-07-27T20:25:37.831Z Compiling num_threads v0.1.7
14642026-07-27T20:25:37.842Z Compiling usdt-impl v0.6.0
14652026-07-27T20:25:37.861Z Compiling regex-automata v0.4.14
14662026-07-27T20:25:37.913Z Compiling bit-vec v0.8.0
14672026-07-27T20:25:37.944Z Compiling synstructure v0.13.2
14682026-07-27T20:25:37.951Z Compiling serde_derive_internals v0.29.1
14692026-07-27T20:25:37.978Z Compiling pest_generator v2.8.6
14702026-07-27T20:25:38.063Z Compiling darling_core v0.20.11
14712026-07-27T20:25:38.165Z Compiling simd-adler32 v0.3.8
14722026-07-27T20:25:38.204Z Compiling tempfile v3.25.0
14732026-07-27T20:25:38.430Z Compiling quick-error v1.2.3
14742026-07-27T20:25:38.448Z Compiling siphasher v1.0.2
14752026-07-27T20:25:38.586Z Compiling crossbeam-utils v0.8.21
14762026-07-27T20:25:38.592Z Compiling syn v1.0.109
14772026-07-27T20:25:38.609Z Compiling rusty-fork v0.3.1
14782026-07-27T20:25:38.617Z Compiling bit-set v0.8.0
14792026-07-27T20:25:38.698Z Compiling darling_core v0.23.0
14802026-07-27T20:25:38.724Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-07-27T20:25:38.776Z Compiling heapless v0.7.17
14822026-07-27T20:25:38.802Z Compiling slog v2.8.2
14832026-07-27T20:25:38.860Z Compiling rand_xorshift v0.4.0
14842026-07-27T20:25:38.901Z Compiling thread-id v5.1.0
14852026-07-27T20:25:38.934Z Compiling cookie v0.18.1
14862026-07-27T20:25:38.939Z Compiling time v0.3.47
14872026-07-27T20:25:38.959Z Compiling signal-hook v0.3.18
14882026-07-27T20:25:38.968Z Compiling zstd-safe v7.2.4
14892026-07-27T20:25:39.002Z Compiling unarray v0.1.4
14902026-07-27T20:25:39.025Z Compiling ryu v1.0.23
14912026-07-27T20:25:39.029Z Compiling unicode-bidi v0.3.18
14922026-07-27T20:25:39.033Z Compiling iri-string v0.7.10
14932026-07-27T20:25:39.061Z Compiling anyhow v1.0.102
14942026-07-27T20:25:39.064Z Compiling adler2 v2.0.1
14952026-07-27T20:25:39.127Z Compiling paste v1.0.15
14962026-07-27T20:25:39.146Z Compiling allocator-api2 v0.2.21
14972026-07-27T20:25:39.185Z Compiling unicode-properties v0.1.4
14982026-07-27T20:25:39.217Z Compiling miniz_oxide v0.8.9
14992026-07-27T20:25:39.416Z Compiling stringprep v0.1.5
15002026-07-27T20:25:39.492Z Compiling camino v1.2.2
15012026-07-27T20:25:39.593Z Compiling curve25519-dalek v4.1.3
15022026-07-27T20:25:39.617Z Compiling num-integer v0.1.46
15032026-07-27T20:25:39.653Z Compiling serde_derive v1.0.228
15042026-07-27T20:25:39.852Z Compiling zeroize_derive v1.4.3
15052026-07-27T20:25:39.886Z Compiling zerofrom-derive v0.1.6
15062026-07-27T20:25:39.948Z Compiling yoke-derive v0.8.1
15072026-07-27T20:25:39.955Z Compiling zerovec-derive v0.11.2
15082026-07-27T20:25:39.972Z Compiling zerocopy-derive v0.8.40
15092026-07-27T20:25:40.004Z Compiling displaydoc v0.2.5
15102026-07-27T20:25:40.064Z Compiling tokio-macros v2.7.0
15112026-07-27T20:25:40.386Z Compiling futures-macro v0.3.32
15122026-07-27T20:25:40.549Z Compiling zeroize v1.8.2
15132026-07-27T20:25:40.596Z Compiling der_derive v0.7.3
15142026-07-27T20:25:40.616Z Compiling thiserror-impl v2.0.18
15152026-07-27T20:25:40.948Z Compiling tracing-attributes v0.1.31
15162026-07-27T20:25:41.017Z Compiling rustls-pki-types v1.14.0
15172026-07-27T20:25:41.141Z Compiling schemars_derive v0.8.22
15182026-07-27T20:25:41.187Z Compiling hybrid-array v0.4.13
15192026-07-27T20:25:41.235Z Compiling pest_derive v2.8.6
15202026-07-27T20:25:41.297Z Compiling futures-util v0.3.32
15212026-07-27T20:25:41.348Z Compiling block-buffer v0.10.4
15222026-07-27T20:25:41.366Z Compiling zerofrom v0.1.6
15232026-07-27T20:25:41.413Z Compiling crypto-common v0.1.7
15242026-07-27T20:25:41.519Z Compiling yoke v0.8.1
15252026-07-27T20:25:41.541Z Compiling digest v0.10.7
15262026-07-27T20:25:41.585Z Compiling scroll_derive v0.13.1
15272026-07-27T20:25:41.659Z Compiling der v0.7.10
15282026-07-27T20:25:41.714Z Compiling zerovec v0.11.5
15292026-07-27T20:25:41.729Z Compiling zerotrie v0.2.3
15302026-07-27T20:25:41.817Z Compiling darling_macro v0.20.11
15312026-07-27T20:25:42.054Z Compiling openssl-macros v0.1.1
15322026-07-27T20:25:42.103Z Compiling thiserror v2.0.18
15332026-07-27T20:25:42.107Z Compiling hmac v0.12.1
15342026-07-27T20:25:42.133Z Compiling sha2 v0.10.9
15352026-07-27T20:25:42.223Z Compiling dtrace-parser v0.3.0
15362026-07-27T20:25:42.248Z Compiling tinystr v0.8.2
15372026-07-27T20:25:42.291Z Compiling potential_utf v0.1.4
15382026-07-27T20:25:42.309Z Compiling tracing v0.1.44
15392026-07-27T20:25:42.412Z Compiling darling v0.20.11
15402026-07-27T20:25:42.486Z Compiling icu_locale_core v2.1.1
15412026-07-27T20:25:42.500Z Compiling icu_collections v2.1.1
15422026-07-27T20:25:42.500Z Compiling scroll v0.13.0
15432026-07-27T20:25:42.555Z Compiling derive_builder_core v0.20.2
15442026-07-27T20:25:42.572Z Compiling thiserror-impl v1.0.69
15452026-07-27T20:25:42.610Z Compiling spki v0.7.3
15462026-07-27T20:25:42.806Z Compiling pkcs8 v0.10.2
15472026-07-27T20:25:42.837Z Compiling goblin v0.10.5
15482026-07-27T20:25:42.966Z Compiling scroll_derive v0.12.1
15492026-07-27T20:25:43.011Z Compiling block-buffer v0.12.1
15502026-07-27T20:25:43.026Z Compiling block-padding v0.4.2
15512026-07-27T20:25:43.096Z Compiling crypto-common v0.2.2
15522026-07-27T20:25:43.228Z Compiling bytes v1.11.1
15532026-07-27T20:25:43.242Z Compiling icu_provider v2.1.1
15542026-07-27T20:25:43.362Z Compiling chrono v0.4.45
15552026-07-27T20:25:43.425Z Compiling ipnet v2.11.0
15562026-07-27T20:25:43.454Z Compiling erased-serde v0.3.31
15572026-07-27T20:25:43.467Z Compiling derive_builder_macro v0.20.2
15582026-07-27T20:25:43.508Z Compiling icu_properties v2.1.2
15592026-07-27T20:25:43.589Z Compiling icu_normalizer v2.1.1
15602026-07-27T20:25:43.695Z Compiling tokio v1.52.1
15612026-07-27T20:25:43.739Z Compiling http v1.4.2
15622026-07-27T20:25:43.853Z Compiling scroll v0.12.0
15632026-07-27T20:25:43.871Z Compiling thiserror v1.0.69
15642026-07-27T20:25:43.907Z Compiling serde_spanned v0.6.9
15652026-07-27T20:25:43.915Z Compiling serde_tokenstream v0.2.3
15662026-07-27T20:25:43.977Z Compiling hex v0.4.3
15672026-07-27T20:25:43.990Z Compiling serde_urlencoded v0.7.1
15682026-07-27T20:25:44.064Z Compiling toml_datetime v0.6.11
15692026-07-27T20:25:44.157Z Compiling signature v2.2.0
15702026-07-27T20:25:44.172Z Compiling md-5 v0.10.6
15712026-07-27T20:25:44.242Z Compiling darling_macro v0.23.0
15722026-07-27T20:25:44.253Z Compiling rustls-native-certs v0.8.3
15732026-07-27T20:25:44.273Z Compiling bstr v1.12.1
15742026-07-27T20:25:44.318Z Compiling pin-project-internal v1.1.11
15752026-07-27T20:25:44.331Z Compiling async-trait v0.1.89
15762026-07-27T20:25:44.351Z Compiling idna_adapter v1.2.1
15772026-07-27T20:25:44.500Z Compiling idna v1.1.0
15782026-07-27T20:25:44.565Z Compiling ppv-lite86 v0.2.21
15792026-07-27T20:25:44.608Z Compiling http-body v1.0.1
15802026-07-27T20:25:44.706Z Compiling zerocopy-derive v0.7.35
15812026-07-27T20:25:44.807Z Compiling vergen-lib v9.1.0
15822026-07-27T20:25:44.835Z Compiling http-body-util v0.1.3
15832026-07-27T20:25:44.835Z Compiling url v2.5.8
15842026-07-27T20:25:44.847Z Compiling hash32 v0.2.1
15852026-07-27T20:25:44.926Z Compiling rand_chacha v0.9.0
15862026-07-27T20:25:44.926Z Compiling rand_chacha v0.3.1
15872026-07-27T20:25:44.964Z Compiling memoffset v0.9.1
15882026-07-27T20:25:45.001Z Compiling encoding_rs v0.8.35
15892026-07-27T20:25:45.045Z Compiling mime v0.3.17
15902026-07-27T20:25:45.122Z Compiling rand v0.9.2
15912026-07-27T20:25:45.161Z Compiling num-bigint-dig v0.8.6
15922026-07-27T20:25:45.166Z Compiling fallible-iterator v0.2.0
15932026-07-27T20:25:45.363Z Compiling litrs v1.0.0
15942026-07-27T20:25:45.390Z Compiling zlib-rs v0.6.2
15952026-07-27T20:25:45.467Z Compiling psl-types v2.0.11
15962026-07-27T20:25:45.498Z Compiling smoltcp v0.9.1
15972026-07-27T20:25:45.566Z Compiling dof v0.4.0
15982026-07-27T20:25:45.605Z Compiling rustix v0.38.44
15992026-07-27T20:25:45.616Z Compiling ref-cast v1.0.25
16002026-07-27T20:25:45.642Z Compiling cfg_aliases v0.2.1
16012026-07-27T20:25:45.642Z Compiling zerocopy v0.7.35
16022026-07-27T20:25:45.710Z Compiling proptest v1.10.0
16032026-07-27T20:25:45.721Z Compiling nix v0.31.2
16042026-07-27T20:25:45.923Z Compiling document-features v0.2.12
16052026-07-27T20:25:45.940Z Compiling postgres-protocol v0.6.10
16062026-07-27T20:25:45.968Z Compiling publicsuffix v2.3.0
16072026-07-27T20:25:46.046Z Compiling pin-project v1.1.11
16082026-07-27T20:25:46.147Z Compiling rand v0.8.6
16092026-07-27T20:25:46.161Z Compiling ipnetwork v0.21.1
16102026-07-27T20:25:46.283Z Compiling darling v0.23.0
16112026-07-27T20:25:46.287Z Compiling goblin v0.8.2
16122026-07-27T20:25:46.287Z Compiling derive_builder v0.20.2
16132026-07-27T20:25:46.493Z Compiling oxnet v0.1.6
16142026-07-27T20:25:46.561Z Compiling futures-executor v0.3.32
16152026-07-27T20:25:46.592Z Compiling hubpack_derive v0.1.1
16162026-07-27T20:25:46.614Z Compiling inout v0.2.2
16172026-07-27T20:25:46.743Z Compiling regex v1.12.3
16182026-07-27T20:25:46.845Z Compiling num-iter v0.1.45
16192026-07-27T20:25:46.891Z Compiling daft-derive v0.1.7
16202026-07-27T20:25:46.911Z Compiling ref-cast-impl v1.0.25
16212026-07-27T20:25:46.948Z Compiling curve25519-dalek-derive v0.1.1
16222026-07-27T20:25:46.968Z Compiling strum_macros v0.27.2
16232026-07-27T20:25:46.980Z Compiling snafu-derive v0.8.9
16242026-07-27T20:25:47.156Z Compiling phf_shared v0.13.1
16252026-07-27T20:25:47.180Z Compiling terminal_size v0.4.3
16262026-07-27T20:25:47.235Z Compiling lazy_static v1.5.0
16272026-07-27T20:25:47.343Z Compiling anstyle-parse v0.2.7
16282026-07-27T20:25:47.349Z Compiling cargo-platform v0.3.2
16292026-07-27T20:25:47.392Z Compiling vergen v9.1.0
16302026-07-27T20:25:47.408Z Compiling ff v0.13.1
16312026-07-27T20:25:47.418Z Compiling fs-err v3.3.0
16322026-07-27T20:25:47.500Z Compiling ahash v0.8.12
16332026-07-27T20:25:47.539Z Compiling bitflags v1.3.2
16342026-07-27T20:25:47.551Z Compiling tokio-util v0.7.18
16352026-07-27T20:25:47.568Z Compiling tower v0.5.3
16362026-07-27T20:25:47.592Z Compiling tokio-native-tls v0.3.1
16372026-07-27T20:25:47.630Z Compiling foldhash v0.2.0
16382026-07-27T20:25:47.640Z Compiling object v0.37.3
16392026-07-27T20:25:47.652Z Compiling foldhash v0.1.5
16402026-07-27T20:25:47.656Z Compiling libbz2-rs-sys v0.2.2
16412026-07-27T20:25:47.695Z Compiling base16ct v0.2.0
16422026-07-27T20:25:47.731Z Compiling winnow v0.5.40
16432026-07-27T20:25:47.785Z Compiling same-file v1.0.6
16442026-07-27T20:25:47.845Z Compiling bumpalo v3.20.2
16452026-07-27T20:25:47.871Z Compiling unicode-segmentation v1.12.0
16462026-07-27T20:25:47.886Z Compiling managed v0.8.0
16472026-07-27T20:25:47.976Z Compiling walkdir v2.5.0
16482026-07-27T20:25:47.983Z Compiling sec1 v0.7.3
16492026-07-27T20:25:48.076Z Compiling tower-http v0.6.8
16502026-07-27T20:25:48.107Z Compiling bzip2 v0.6.1
16512026-07-27T20:25:48.296Z Compiling h2 v0.4.15
16522026-07-27T20:25:48.314Z Compiling flate2 v1.1.9
16532026-07-27T20:25:48.324Z Compiling newtype-uuid v1.3.2
16542026-07-27T20:25:48.357Z Compiling zopfli v0.8.3
16552026-07-27T20:25:48.393Z Compiling hashbrown v0.15.5
16562026-07-27T20:25:48.527Z Compiling hashbrown v0.16.1
16572026-07-27T20:25:48.654Z Compiling dof v0.3.0
16582026-07-27T20:25:48.681Z Compiling daft v0.1.7
16592026-07-27T20:25:48.749Z Compiling clap_builder v4.6.0
16602026-07-27T20:25:49.006Z Compiling snafu v0.8.9
16612026-07-27T20:25:49.018Z Compiling cargo_metadata v0.23.1
16622026-07-27T20:25:49.026Z Compiling group v0.13.0
16632026-07-27T20:25:49.032Z Compiling strum v0.27.2
16642026-07-27T20:25:49.067Z Compiling anstream v0.6.21
16652026-07-27T20:25:49.144Z Compiling toml_edit v0.19.15
16662026-07-27T20:25:49.163Z Compiling phf v0.13.1
16672026-07-27T20:25:49.217Z Compiling signal-hook-mio v0.2.5
16682026-07-27T20:25:49.338Z Compiling usdt-macro v0.6.0
16692026-07-27T20:25:49.353Z Compiling usdt-attr-macro v0.6.0
16702026-07-27T20:25:49.357Z Compiling hubpack v0.1.2
16712026-07-27T20:25:49.391Z Compiling cookie_store v0.22.1
16722026-07-27T20:25:49.404Z Compiling bzip2 v0.4.4
16732026-07-27T20:25:49.579Z Compiling cipher v0.5.2
16742026-07-27T20:25:49.600Z Compiling futures v0.3.32
16752026-07-27T20:25:49.633Z Compiling serde_with_macros v3.21.0
16762026-07-27T20:25:49.644Z Compiling postgres-types v0.2.12
16772026-07-27T20:25:49.796Z Compiling zstd v0.13.3
16782026-07-27T20:25:49.888Z Compiling globset v0.4.18
16792026-07-27T20:25:50.062Z Compiling ed25519 v2.2.3
16802026-07-27T20:25:50.089Z Compiling dtrace-parser v0.2.0
16812026-07-27T20:25:50.156Z Compiling olpc-cjson v0.1.4
16822026-07-27T20:25:50.229Z Compiling serde_plain v1.0.2
16832026-07-27T20:25:50.251Z Compiling serde-big-array v0.5.1
16842026-07-27T20:25:50.332Z Compiling pkcs1 v0.7.5
16852026-07-27T20:25:50.364Z Compiling hkdf v0.12.4
16862026-07-27T20:25:50.407Z Compiling crypto-bigint v0.5.5
16872026-07-27T20:25:50.465Z Compiling strum_macros v0.26.4
16882026-07-27T20:25:50.542Z Compiling clap_derive v4.6.1
16892026-07-27T20:25:50.586Z Compiling async-recursion v1.1.1
16902026-07-27T20:25:50.761Z Compiling serde_repr v0.1.20
16912026-07-27T20:25:50.824Z Compiling enum-as-inner v0.6.1
16922026-07-27T20:25:50.878Z Compiling phf_shared v0.11.3
16932026-07-27T20:25:51.000Z Compiling float-cmp v0.10.0
16942026-07-27T20:25:51.073Z Compiling pem v3.0.6
16952026-07-27T20:25:51.084Z Compiling thread-id v4.2.2
16962026-07-27T20:25:51.166Z Compiling memmap2 v0.9.10
16972026-07-27T20:25:51.185Z Compiling env_filter v1.0.0
16982026-07-27T20:25:51.332Z Compiling keccak v0.1.6
16992026-07-27T20:25:51.379Z Compiling const-oid v0.10.2
17002026-07-27T20:25:51.402Z Compiling static_assertions v1.1.0
17012026-07-27T20:25:51.441Z Compiling predicates-core v1.0.10
17022026-07-27T20:25:51.469Z Compiling fixedbitset v0.5.7
17032026-07-27T20:25:51.475Z Compiling hyper v1.10.1
17042026-07-27T20:25:51.516Z Compiling fixedbitset v0.4.2
17052026-07-27T20:25:51.611Z Compiling either v1.15.0
17062026-07-27T20:25:51.628Z Compiling normalize-line-endings v0.3.0
17072026-07-27T20:25:51.742Z Compiling difflib v0.4.0
17082026-07-27T20:25:51.757Z Compiling jiff v0.2.21
17092026-07-27T20:25:51.773Z Compiling cpufeatures v0.3.0
17102026-07-27T20:25:51.842Z Compiling whoami v2.1.0
17112026-07-27T20:25:51.871Z Compiling data-encoding v2.10.0
17122026-07-27T20:25:51.874Z Compiling typed-path v0.9.3
17132026-07-27T20:25:51.889Z Compiling precomputed-hash v0.1.1
17142026-07-27T20:25:51.889Z Compiling winnow v1.0.3
17152026-07-27T20:25:52.004Z Compiling new_debug_unreachable v1.0.6
17162026-07-27T20:25:52.092Z Compiling toml_edit v0.22.27
17172026-07-27T20:25:52.100Z Compiling tokio-postgres v0.7.16
17182026-07-27T20:25:52.260Z Compiling toml_parser v1.1.2+spec-1.1.0
17192026-07-27T20:25:52.297Z Compiling hickory-proto v0.25.2
17202026-07-27T20:25:52.327Z Compiling strum v0.26.3
17212026-07-27T20:25:52.348Z Compiling string_cache v0.8.9
17222026-07-27T20:25:52.416Z Compiling clap v4.6.1
17232026-07-27T20:25:52.474Z Compiling predicates v3.1.4
17242026-07-27T20:25:52.518Z Compiling chacha20 v0.10.0
17252026-07-27T20:25:52.537Z Compiling itertools v0.13.0
17262026-07-27T20:25:52.587Z Compiling petgraph v0.6.5
17272026-07-27T20:25:52.614Z Compiling petgraph v0.8.3
17282026-07-27T20:25:52.629Z Compiling hyper-util v0.1.20
17292026-07-27T20:25:52.918Z Compiling digest v0.11.3
17302026-07-27T20:25:52.932Z Compiling sha3 v0.10.8
17312026-07-27T20:25:53.151Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17322026-07-27T20:25:53.167Z Compiling elliptic-curve v0.13.8
17332026-07-27T20:25:53.168Z Compiling env_logger v0.11.9
17342026-07-27T20:25:53.198Z Compiling usdt v0.6.0
17352026-07-27T20:25:53.400Z Compiling usdt-impl v0.5.0
17362026-07-27T20:25:53.490Z Compiling serde_with v3.21.0
17372026-07-27T20:25:53.563Z Compiling crossterm v0.28.1
17382026-07-27T20:25:53.602Z Compiling rsa v0.9.10
17392026-07-27T20:25:53.848Z Compiling toml v0.7.8
17402026-07-27T20:25:54.013Z Compiling hyper-tls v0.6.0
17412026-07-27T20:25:54.129Z Compiling ed25519-dalek v2.2.0
17422026-07-27T20:25:54.264Z Compiling reqwest v0.12.28
17432026-07-27T20:25:54.406Z Compiling zip v4.6.1
17442026-07-27T20:25:54.605Z Compiling zip v0.6.6
17452026-07-27T20:25:54.661Z Compiling iddqd v0.4.2
17462026-07-27T20:25:54.882Z Compiling tokio-stream v0.1.18
17472026-07-27T20:25:54.898Z Compiling heck v0.4.1
17482026-07-27T20:25:55.105Z Compiling similar v2.7.0
17492026-07-27T20:25:55.215Z Compiling buf-list v1.1.2
17502026-07-27T20:25:55.220Z Compiling byte-wrapper v0.1.0
17512026-07-27T20:25:55.315Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17522026-07-27T20:25:55.358Z Compiling openapiv3 v2.2.0
17532026-07-27T20:25:55.401Z Compiling x509-cert v0.2.5
17542026-07-27T20:25:55.509Z Compiling crossbeam-epoch v0.9.18
17552026-07-27T20:25:55.579Z Compiling peg-runtime v0.8.5
17562026-07-27T20:25:55.637Z Compiling lalrpop-util v0.19.12
17572026-07-27T20:25:55.905Z Compiling thread_local v1.1.9
17582026-07-27T20:25:55.917Z Compiling slog-async v2.8.0
17592026-07-27T20:25:55.950Z Compiling crossbeam-channel v0.5.15
17602026-07-27T20:25:56.031Z Compiling is-terminal v0.4.17
17612026-07-27T20:25:56.072Z Compiling filetime v0.2.27
17622026-07-27T20:25:56.104Z Compiling term v1.2.1
17632026-07-27T20:25:56.112Z Compiling xattr v1.6.1
17642026-07-27T20:25:56.139Z Compiling take_mut v0.2.2
17652026-07-27T20:25:56.155Z Compiling camino-tempfile v1.4.1
17662026-07-27T20:25:56.243Z Compiling tar v0.4.46
17672026-07-27T20:25:56.407Z Compiling slog-term v2.9.2
17682026-07-27T20:26:14.103Z Compiling rustls-webpki v0.103.13
17692026-07-27T20:26:16.704Z Compiling tokio-rustls v0.26.4
17702026-07-27T20:26:16.704Z Compiling rustls-platform-verifier v0.6.2
17712026-07-27T20:26:16.704Z Compiling tough v0.22.0
17722026-07-27T20:26:16.906Z Compiling hyper-rustls v0.27.7
17732026-07-27T20:26:17.104Z Compiling reqwest v0.13.2
17742026-07-27T20:26:19.306Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17752026-07-27T20:26:19.594Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17762026-07-27T20:26:22.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.34s
17772026-07-27T20:26:24.050Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17782026-07-27T20:26:24.050ZJul 27 20:26:21.491 INFO Starting download, target: Clickhouse
17792026-07-27T20:26:24.050ZJul 27 20:26:21.491 INFO Starting download, target: MaghemiteMgd
17802026-07-27T20:26:24.050ZJul 27 20:26:21.491 INFO Starting download, target: Cockroach
17812026-07-27T20:26:24.050ZJul 27 20:26:21.491 INFO Starting download, target: DendriteStub
17822026-07-27T20:26:24.051ZJul 27 20:26:21.491 INFO Starting download, target: Console
17832026-07-27T20:26:24.051ZJul 27 20:26:21.491 INFO Starting download, target: MaghemiteDdmd
17842026-07-27T20:26:24.051ZJul 27 20:26:21.491 INFO Starting download, target: TransceiverControl
17852026-07-27T20:26:24.051ZJul 27 20:26:21.492 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17862026-07-27T20:26:24.051ZJul 27 20:26:21.492 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17872026-07-27T20:26:24.051ZJul 27 20:26:21.492 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17882026-07-27T20:26:24.051ZJul 27 20:26:21.492 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-07-27T20:26:24.051ZJul 27 20:26:21.492 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17902026-07-27T20:26:24.051ZJul 27 20:26:21.492 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17912026-07-27T20:26:24.051ZJul 27 20:26:21.492 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17922026-07-27T20:26:24.432ZJul 27 20:26:23.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17932026-07-27T20:26:24.702ZJul 27 20:26:23.579 INFO Download complete, target: Console
17942026-07-27T20:26:24.939ZJul 27 20:26:23.817 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17952026-07-27T20:26:31.584ZJul 27 20:26:30.461 INFO Checking that binary works, target: Clickhouse
17962026-07-27T20:26:31.679ZJul 27 20:26:30.555 INFO Download complete, target: Clickhouse
17972026-07-27T20:27:16.602ZJul 27 20:27:15.450 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17982026-07-27T20:27:16.840ZJul 27 20:27:15.666 INFO Download complete, target: TransceiverControl
17992026-07-27T20:27:23.711ZJul 27 20:27:22.522 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18002026-07-27T20:27:24.423ZJul 27 20:27:23.282 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18012026-07-27T20:27:25.147ZJul 27 20:27:23.948 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18022026-07-27T20:27:26.115ZJul 27 20:27:24.919 INFO Download complete, target: DendriteStub
18032026-07-27T20:27:26.515ZJul 27 20:27:25.365 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18042026-07-27T20:27:26.515ZJul 27 20:27:25.366 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18052026-07-27T20:27:26.534ZJul 27 20:27:25.409 INFO Download complete, target: MaghemiteDdmd
18062026-07-27T20:27:27.715ZJul 27 20:27:26.593 INFO Download complete, target: MaghemiteMgd
18072026-07-27T20:27:31.108ZJul 27 20:27:29.986 INFO Checking that binary works, target: Cockroach
18082026-07-27T20:27:31.235ZJul 27 20:27:30.111 INFO Download complete, target: Cockroach
18092026-07-27T20:27:31.240ZAll prerequisites installed successfully
18102026-07-27T20:27:31.241Z
18112026-07-27T20:27:31.241Zreal 2:23.452009467
18122026-07-27T20:27:31.241Zuser 6:34.393677726
18132026-07-27T20:27:31.241Zsys 1:35.781592390
18142026-07-27T20:27:31.241Ztrap 0.222297727
18152026-07-27T20:27:31.241Ztflt 0.968618540
18162026-07-27T20:27:31.241Zdflt 1.869398443
18172026-07-27T20:27:31.241Zkflt 0.024211097
18182026-07-27T20:27:31.241Zlock 44:23.823617819
18192026-07-27T20:27:31.241Zslp 19:29.751841505
18202026-07-27T20:27:31.241Zlat 21.266491926
18212026-07-27T20:27:31.241Zstop 2:38.787211849
18222026-07-27T20:27:31.241Z+ source ./tools/include/force-git-over-https.sh
18232026-07-27T20:27:31.241Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18242026-07-27T20:27:31.246Z++ (( i = 0 ))
18252026-07-27T20:27:31.246Z++ (( i < 5 ))
18262026-07-27T20:27:31.246Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18272026-07-27T20:27:31.246Z++ (( i++ ))
18282026-07-27T20:27:31.246Z++ (( i < 5 ))
18292026-07-27T20:27:31.246Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18302026-07-27T20:27:31.249Z++ (( i++ ))
18312026-07-27T20:27:31.250Z++ (( i < 5 ))
18322026-07-27T20:27:31.250Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18332026-07-27T20:27:31.250Z++ (( i++ ))
18342026-07-27T20:27:31.250Z++ (( i < 5 ))
18352026-07-27T20:27:31.250Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18362026-07-27T20:27:31.253Z++ (( i++ ))
18372026-07-27T20:27:31.253Z++ (( i < 5 ))
18382026-07-27T20:27:31.253Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18392026-07-27T20:27:31.269Z++ (( i++ ))
18402026-07-27T20:27:31.269Z++ (( i < 5 ))
18412026-07-27T20:27:31.269Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18422026-07-27T20:27:31.269Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18432026-07-27T20:27:31.269Z+ rc=0
18442026-07-27T20:27:31.270Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18452026-07-27T20:27:39.548Z+ case $rc in
18462026-07-27T20:27:39.548Z+ pfexec zfs create -p rpool/images/build/host
18472026-07-27T20:27:39.734Z+ pfexec zfs create -p rpool/images/build/recovery
18482026-07-27T20:27:39.801Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18492026-07-27T20:27:40.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18502026-07-27T20:27:40.269Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18512026-07-27T20:27:41.117Z Compiling proc-macro2 v1.0.106
18522026-07-27T20:27:41.117Z Compiling quote v1.0.45
18532026-07-27T20:27:41.120Z Compiling unicode-ident v1.0.24
18542026-07-27T20:27:41.120Z Compiling libc v0.2.185
18552026-07-27T20:27:41.120Z Compiling serde_core v1.0.228
18562026-07-27T20:27:41.120Z Compiling serde v1.0.228
18572026-07-27T20:27:41.120Z Compiling cfg-if v1.0.4
18582026-07-27T20:27:41.120Z Compiling find-msvc-tools v0.1.9
18592026-07-27T20:27:41.120Z Compiling shlex v1.3.0
18602026-07-27T20:27:41.120Z Compiling version_check v0.9.5
18612026-07-27T20:27:41.120Z Compiling autocfg v1.5.0
18622026-07-27T20:27:41.120Z Compiling zmij v1.0.21
18632026-07-27T20:27:41.120Z Compiling zerocopy v0.8.40
18642026-07-27T20:27:41.121Z Compiling memchr v2.8.0
18652026-07-27T20:27:41.121Z Compiling portable-atomic v1.13.1
18662026-07-27T20:27:41.457Z Compiling serde_json v1.0.150
18672026-07-27T20:27:41.515Z Compiling getrandom v0.4.1
18682026-07-27T20:27:41.529Z Compiling libm v0.2.16
18692026-07-27T20:27:41.583Z Compiling parking_lot_core v0.9.12
18702026-07-27T20:27:41.613Z Compiling icu_normalizer_data v2.1.1
18712026-07-27T20:27:41.688Z Compiling icu_properties_data v2.1.2
18722026-07-27T20:27:41.718Z Compiling smallvec v1.15.1
18732026-07-27T20:27:41.763Z Compiling generic-array v0.14.7
18742026-07-27T20:27:41.767Z Compiling pkg-config v0.3.32
18752026-07-27T20:27:41.780Z Compiling num-traits v0.2.19
18762026-07-27T20:27:41.838Z Compiling itoa v1.0.17
18772026-07-27T20:27:41.841Z Compiling log v0.4.29
18782026-07-27T20:27:41.842Z Compiling subtle v2.6.1
18792026-07-27T20:27:41.961Z Compiling getrandom v0.3.4
18802026-07-27T20:27:42.030Z Compiling scopeguard v1.2.0
18812026-07-27T20:27:42.069Z Compiling rustix v1.1.3
18822026-07-27T20:27:42.125Z Compiling lock_api v0.4.14
18832026-07-27T20:27:42.140Z Compiling stable_deref_trait v1.2.1
18842026-07-27T20:27:42.169Z Compiling jobserver v0.1.34
18852026-07-27T20:27:42.184Z Compiling errno v0.3.14
18862026-07-27T20:27:42.228Z Compiling typenum v1.20.1
18872026-07-27T20:27:42.242Z Compiling heck v0.5.0
18882026-07-27T20:27:42.285Z Compiling critical-section v1.2.0
18892026-07-27T20:27:42.385Z Compiling cc v1.2.56
18902026-07-27T20:27:42.401Z Compiling rand_core v0.10.0
18912026-07-27T20:27:42.430Z Compiling fs_extra v1.3.0
18922026-07-27T20:27:42.436Z Compiling dunce v1.0.5
18932026-07-27T20:27:42.500Z Compiling thiserror v2.0.18
18942026-07-27T20:27:42.561Z Compiling syn v2.0.117
18952026-07-27T20:27:42.595Z Compiling pin-project-lite v0.2.17
18962026-07-27T20:27:42.676Z Compiling rustversion v1.0.22
18972026-07-27T20:27:42.719Z Compiling once_cell v1.21.3
18982026-07-27T20:27:42.733Z Compiling litemap v0.8.1
18992026-07-27T20:27:42.761Z Compiling writeable v0.6.2
19002026-07-27T20:27:42.804Z Compiling percent-encoding v2.3.2
19012026-07-27T20:27:42.848Z Compiling getrandom v0.2.17
19022026-07-27T20:27:42.876Z Compiling schemars v0.8.22
19032026-07-27T20:27:43.003Z Compiling rand_core v0.6.4
19042026-07-27T20:27:43.065Z Compiling equivalent v1.0.2
19052026-07-27T20:27:43.068Z Compiling aws-lc-rs v1.16.3
19062026-07-27T20:27:43.097Z Compiling cmake v0.1.57
19072026-07-27T20:27:43.100Z Compiling futures-core v0.3.32
19082026-07-27T20:27:43.185Z Compiling signal-hook-registry v1.4.8
19092026-07-27T20:27:43.188Z Compiling httparse v1.10.1
19102026-07-27T20:27:43.256Z Compiling mio v1.2.0
19112026-07-27T20:27:43.296Z Compiling const-oid v0.9.6
19122026-07-27T20:27:43.391Z Compiling parking_lot v0.12.5
19132026-07-27T20:27:43.575Z Compiling crc32fast v1.5.0
19142026-07-27T20:27:43.591Z Compiling utf8_iter v1.0.4
19152026-07-27T20:27:43.596Z Compiling vcpkg v0.2.15
19162026-07-27T20:27:43.660Z Compiling semver v1.0.28
19172026-07-27T20:27:43.663Z Compiling aws-lc-sys v0.40.0
19182026-07-27T20:27:43.707Z Compiling bitflags v2.11.0
19192026-07-27T20:27:43.958Z Compiling form_urlencoded v1.2.2
19202026-07-27T20:27:43.987Z Compiling socket2 v0.6.3
19212026-07-27T20:27:44.096Z Compiling hashbrown v0.17.0
19222026-07-27T20:27:44.183Z Compiling openssl-sys v0.9.115
19232026-07-27T20:27:44.457Z Compiling fnv v1.0.7
19242026-07-27T20:27:44.569Z Compiling futures-sink v0.3.32
19252026-07-27T20:27:44.600Z Compiling rustls v0.23.41
19262026-07-27T20:27:44.689Z Compiling futures-channel v0.3.32
19272026-07-27T20:27:44.738Z Compiling indexmap v2.14.0
19282026-07-27T20:27:44.754Z Compiling futures-task v0.3.32
19292026-07-27T20:27:44.787Z Compiling slab v0.4.12
19302026-07-27T20:27:44.835Z Compiling futures-io v0.3.32
19312026-07-27T20:27:44.852Z Compiling byteorder v1.5.0
19322026-07-27T20:27:44.907Z Compiling iana-time-zone v0.1.65
19332026-07-27T20:27:44.925Z Compiling strsim v0.11.1
19342026-07-27T20:27:45.005Z Compiling rustc_version v0.4.1
19352026-07-27T20:27:45.031Z Compiling ucd-trie v0.1.7
19362026-07-27T20:27:45.067Z Compiling syn v1.0.109
19372026-07-27T20:27:45.112Z Compiling thiserror v1.0.69
19382026-07-27T20:27:45.143Z Compiling base64 v0.22.1
19392026-07-27T20:27:45.262Z Compiling pest v2.8.6
19402026-07-27T20:27:45.277Z Compiling time-core v0.1.8
19412026-07-27T20:27:45.294Z Compiling ident_case v1.0.1
19422026-07-27T20:27:45.320Z Compiling num-conv v0.2.0
19432026-07-27T20:27:45.411Z Compiling openssl v0.10.79
19442026-07-27T20:27:45.470Z Compiling uuid v1.23.4
19452026-07-27T20:27:45.473Z Compiling time-macros v0.2.27
19462026-07-27T20:27:45.515Z Compiling synstructure v0.13.2
19472026-07-27T20:27:45.531Z Compiling serde_derive_internals v0.29.1
19482026-07-27T20:27:45.627Z Compiling bzip2-sys v0.1.13+1.0.8
19492026-07-27T20:27:45.678Z Compiling regex-syntax v0.8.10
19502026-07-27T20:27:45.691Z Compiling native-tls v0.2.18
19512026-07-27T20:27:45.708Z Compiling fastrand v2.3.0
19522026-07-27T20:27:45.976Z Compiling paste v1.0.15
19532026-07-27T20:27:46.077Z Compiling rand_core v0.9.5
19542026-07-27T20:27:46.132Z Compiling slog v2.8.2
19552026-07-27T20:27:46.241Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19562026-07-27T20:27:46.289Z Compiling dyn-clone v1.0.20
19572026-07-27T20:27:46.359Z Compiling pest_meta v2.8.6
19582026-07-27T20:27:46.391Z Compiling camino v1.2.2
19592026-07-27T20:27:46.405Z Compiling base64ct v1.8.3
19602026-07-27T20:27:46.502Z Compiling crossbeam-utils v0.8.21
19612026-07-27T20:27:46.519Z Compiling num-bigint-dig v0.8.6
19622026-07-27T20:27:46.567Z Compiling ahash v0.8.12
19632026-07-27T20:27:46.612Z Compiling flagset v0.4.7
19642026-07-27T20:27:46.734Z Compiling pem-rfc7468 v0.7.0
19652026-07-27T20:27:46.748Z Compiling tempfile v3.25.0
19662026-07-27T20:27:46.811Z Compiling tracing-core v0.1.36
19672026-07-27T20:27:46.853Z Compiling serde_derive v1.0.228
19682026-07-27T20:27:46.856Z Compiling zeroize_derive v1.4.3
19692026-07-27T20:27:46.882Z Compiling zerofrom-derive v0.1.6
19702026-07-27T20:27:46.886Z Compiling yoke-derive v0.8.1
19712026-07-27T20:27:47.009Z Compiling zerocopy-derive v0.8.40
19722026-07-27T20:27:47.077Z Compiling zerovec-derive v0.11.2
19732026-07-27T20:27:47.180Z Compiling displaydoc v0.2.5
19742026-07-27T20:27:47.434Z Compiling tokio-macros v2.7.0
19752026-07-27T20:27:47.475Z Compiling zeroize v1.8.2
19762026-07-27T20:27:47.621Z Compiling futures-macro v0.3.32
19772026-07-27T20:27:47.743Z Compiling thiserror-impl v2.0.18
19782026-07-27T20:27:47.758Z Compiling der_derive v0.7.3
19792026-07-27T20:27:47.859Z Compiling tracing-attributes v0.1.31
19802026-07-27T20:27:47.874Z Compiling schemars_derive v0.8.22
19812026-07-27T20:27:48.012Z Compiling zerofrom v0.1.6
19822026-07-27T20:27:48.133Z Compiling yoke v0.8.1
19832026-07-27T20:27:48.164Z Compiling thiserror-impl v1.0.69
19842026-07-27T20:27:48.349Z Compiling zerovec v0.11.5
19852026-07-27T20:27:48.403Z Compiling zerotrie v0.2.3
19862026-07-27T20:27:48.678Z Compiling futures-util v0.3.32
19872026-07-27T20:27:48.861Z Compiling block-buffer v0.10.4
19882026-07-27T20:27:48.903Z Compiling tinystr v0.8.2
19892026-07-27T20:27:48.918Z Compiling potential_utf v0.1.4
19902026-07-27T20:27:49.011Z Compiling crypto-common v0.1.7
19912026-07-27T20:27:49.059Z Compiling icu_collections v2.1.1
19922026-07-27T20:27:49.137Z Compiling icu_locale_core v2.1.1
19932026-07-27T20:27:49.190Z Compiling digest v0.10.7
19942026-07-27T20:27:49.193Z Compiling pest_generator v2.8.6
19952026-07-27T20:27:49.274Z Compiling openssl-macros v0.1.1
19962026-07-27T20:27:49.493Z Compiling scroll_derive v0.13.1
19972026-07-27T20:27:49.754Z Compiling der v0.7.10
19982026-07-27T20:27:49.812Z Compiling rustls-pki-types v1.14.0
19992026-07-27T20:27:49.842Z Compiling icu_provider v2.1.1
20002026-07-27T20:27:49.858Z Compiling pest_derive v2.8.6
20012026-07-27T20:27:50.066Z Compiling bytes v1.11.1
20022026-07-27T20:27:50.190Z Compiling icu_normalizer v2.1.1
20032026-07-27T20:27:50.339Z Compiling icu_properties v2.1.2
20042026-07-27T20:27:50.354Z Compiling chrono v0.4.45
20052026-07-27T20:27:50.713Z Compiling tokio v1.52.1
20062026-07-27T20:27:51.010Z Compiling http v1.4.2
20072026-07-27T20:27:51.387Z Compiling idna_adapter v1.2.1
20082026-07-27T20:27:51.429Z Compiling ppv-lite86 v0.2.21
20092026-07-27T20:27:51.573Z Compiling idna v1.1.0
20102026-07-27T20:27:51.782Z Compiling clap_derive v4.6.1
20112026-07-27T20:27:51.921Z Compiling url v2.5.8
20122026-07-27T20:27:51.942Z Compiling rand_chacha v0.9.0
20132026-07-27T20:27:52.187Z Compiling daft-derive v0.1.7
20142026-07-27T20:27:52.305Z Compiling cookie v0.18.1
20152026-07-27T20:27:52.518Z Compiling utf8parse v0.2.2
20162026-07-27T20:27:52.642Z Compiling plain v0.2.3
20172026-07-27T20:27:52.656Z Compiling rand v0.9.2
20182026-07-27T20:27:52.669Z Compiling http-body v1.0.1
20192026-07-27T20:27:52.868Z Compiling spki v0.7.3
20202026-07-27T20:27:52.899Z Compiling hex v0.4.3
20212026-07-27T20:27:52.913Z Compiling tracing v0.1.44
20222026-07-27T20:27:53.129Z Compiling async-trait v0.1.89
20232026-07-27T20:27:53.244Z Compiling spin v0.9.8
20242026-07-27T20:27:53.289Z Compiling aho-corasick v1.1.4
20252026-07-27T20:27:53.326Z Compiling anstyle v1.0.14
20262026-07-27T20:27:53.384Z Compiling simd-adler32 v0.3.8
20272026-07-27T20:27:53.434Z Compiling cpufeatures v0.2.17
20282026-07-27T20:27:53.540Z Compiling atomic-waker v1.1.2
20292026-07-27T20:27:53.986Z Compiling pretty-hex v0.4.1
20302026-07-27T20:27:53.992Z Compiling tower-service v0.3.3
20312026-07-27T20:27:54.010Z Compiling cmov v0.5.4
20322026-07-27T20:27:54.064Z Compiling openssl-probe v0.2.1
20332026-07-27T20:27:54.068Z Compiling adler2 v2.0.1
20342026-07-27T20:27:54.097Z Compiling colorchoice v1.0.4
20352026-07-27T20:27:54.190Z Compiling regex-automata v0.4.14
20362026-07-27T20:27:54.253Z Compiling try-lock v0.2.5
20372026-07-27T20:27:54.281Z Compiling usdt-impl v0.6.0
20382026-07-27T20:27:54.330Z Compiling zstd-safe v7.2.4
20392026-07-27T20:27:54.333Z Compiling anstyle-query v1.1.5
20402026-07-27T20:27:54.386Z Compiling is_terminal_polyfill v1.70.2
20412026-07-27T20:27:54.389Z Compiling tinyvec_macros v0.1.1
20422026-07-27T20:27:54.414Z Compiling untrusted v0.7.1
20432026-07-27T20:27:54.477Z Compiling tower-layer v0.3.3
20442026-07-27T20:27:54.492Z Compiling tinyvec v1.10.0
20452026-07-27T20:27:54.523Z Compiling want v0.3.1
20462026-07-27T20:27:54.544Z Compiling ctutils v0.4.2
20472026-07-27T20:27:54.562Z Compiling tokio-util v0.7.18
20482026-07-27T20:27:54.596Z Compiling miniz_oxide v0.8.9
20492026-07-27T20:27:54.723Z Compiling sha2 v0.10.9
20502026-07-27T20:27:54.739Z Compiling pkcs8 v0.10.2
20512026-07-27T20:27:54.785Z Compiling scroll v0.13.0
20522026-07-27T20:27:54.805Z Compiling serde_tokenstream v0.2.3
20532026-07-27T20:27:54.883Z Compiling ipnet v2.11.0
20542026-07-27T20:27:54.900Z Compiling scroll_derive v0.12.1
20552026-07-27T20:27:54.925Z Compiling pin-project-internal v1.1.11
20562026-07-27T20:27:55.124Z Compiling heapless v0.7.17
20572026-07-27T20:27:55.429Z Compiling anyhow v1.0.102
20582026-07-27T20:27:55.531Z Compiling untrusted v0.9.0
20592026-07-27T20:27:55.580Z Compiling rustix v0.38.44
20602026-07-27T20:27:55.706Z Compiling litrs v1.0.0
20612026-07-27T20:27:55.829Z Compiling signal-hook v0.3.18
20622026-07-27T20:27:55.898Z Compiling httpdate v1.0.3
20632026-07-27T20:27:55.933Z Compiling h2 v0.4.15
20642026-07-27T20:27:55.966Z Compiling zlib-rs v0.6.2
20652026-07-27T20:27:56.087Z Compiling goblin v0.10.5
20662026-07-27T20:27:56.164Z Compiling hybrid-array v0.4.13
20672026-07-27T20:27:56.203Z Compiling document-features v0.2.12
20682026-07-27T20:27:56.296Z Compiling anstyle-parse v1.0.0
20692026-07-27T20:27:56.530Z Compiling strum_macros v0.26.4
20702026-07-27T20:27:56.909Z Compiling darling_core v0.23.0
20712026-07-27T20:27:56.960Z Compiling darling_core v0.20.11
20722026-07-27T20:27:57.004Z Compiling wait-timeout v0.2.1
20732026-07-27T20:27:57.206Z Compiling foreign-types-shared v0.1.1
20742026-07-27T20:27:57.268Z Compiling bit-vec v0.8.0
20752026-07-27T20:27:57.284Z Compiling quick-error v1.2.3
20762026-07-27T20:27:57.423Z Compiling powerfmt v0.2.0
20772026-07-27T20:27:57.439Z Compiling rusty-fork v0.3.1
20782026-07-27T20:27:57.452Z Compiling foreign-types v0.3.2
20792026-07-27T20:27:57.602Z Compiling deranged v0.5.8
20802026-07-27T20:27:57.616Z Compiling bit-set v0.8.0
20812026-07-27T20:27:57.771Z Compiling anstream v1.0.0
20822026-07-27T20:27:57.791Z Compiling unicode-normalization v0.1.25
20832026-07-27T20:27:58.076Z Compiling flate2 v1.1.9
20842026-07-27T20:27:58.120Z Compiling rand_chacha v0.3.1
20852026-07-27T20:27:58.198Z Compiling dtrace-parser v0.3.0
20862026-07-27T20:27:58.269Z Compiling serde_spanned v0.6.9
20872026-07-27T20:27:58.293Z Compiling toml_datetime v0.6.11
20882026-07-27T20:27:58.361Z Compiling snafu-derive v0.8.9
20892026-07-27T20:27:58.452Z Compiling zerocopy-derive v0.7.35
20902026-07-27T20:27:58.703Z Compiling rand_xorshift v0.4.0
20912026-07-27T20:27:58.720Z Compiling terminal_size v0.4.3
20922026-07-27T20:27:58.786Z Compiling darling_macro v0.20.11
20932026-07-27T20:27:58.801Z Compiling curve25519-dalek v4.1.3
20942026-07-27T20:27:58.889Z Compiling dof v0.4.0
20952026-07-27T20:27:58.910Z Compiling darling_macro v0.23.0
20962026-07-27T20:27:58.980Z Compiling thread-id v5.1.0
20972026-07-27T20:27:58.994Z Compiling memoffset v0.9.1
20982026-07-27T20:27:59.112Z Compiling clap_lex v1.0.0
20992026-07-27T20:27:59.193Z Compiling hyper v1.10.1
21002026-07-27T20:27:59.281Z Compiling smoltcp v0.9.1
21012026-07-27T20:27:59.486Z Compiling ref-cast v1.0.25
21022026-07-27T20:27:59.498Z Compiling unarray v0.1.4
21032026-07-27T20:27:59.515Z Compiling num_threads v0.1.7
21042026-07-27T20:27:59.641Z Compiling proptest v1.10.0
21052026-07-27T20:27:59.837Z Compiling time v0.3.47
21062026-07-27T20:27:59.923Z Compiling darling v0.23.0
21072026-07-27T20:27:59.947Z Compiling darling v0.20.11
21082026-07-27T20:27:59.966Z Compiling clap_builder v4.6.0
21092026-07-27T20:28:00.036Z Compiling rand v0.8.6
21102026-07-27T20:28:00.170Z Compiling ipnetwork v0.21.1
21112026-07-27T20:28:00.189Z Compiling http-body-util v0.1.3
21122026-07-27T20:28:00.208Z Compiling erased-serde v0.3.31
21132026-07-27T20:28:00.236Z Compiling hmac v0.12.1
21142026-07-27T20:28:00.398Z Compiling signature v2.2.0
21152026-07-27T20:28:00.476Z Compiling hyper-util v0.1.20
21162026-07-27T20:28:00.619Z Compiling sync_wrapper v1.0.2
21172026-07-27T20:28:00.744Z Compiling num-integer v0.1.46
21182026-07-27T20:28:00.978Z Compiling encoding_rs v0.8.35
21192026-07-27T20:28:01.143Z Compiling mime v0.3.17
21202026-07-27T20:28:01.642Z Compiling cfg_aliases v0.2.1
21212026-07-27T20:28:01.665Z Compiling siphasher v1.0.2
21222026-07-27T20:28:02.237Z Compiling ryu v1.0.23
21232026-07-27T20:28:02.391Z Compiling serde_urlencoded v0.7.1
21242026-07-27T20:28:02.777Z Compiling newtype-uuid v1.3.2
21252026-07-27T20:28:02.822Z Compiling clap v4.6.1
21262026-07-27T20:28:02.915Z Compiling nix v0.31.2
21272026-07-27T20:28:02.929Z Compiling num-iter v0.1.45
21282026-07-27T20:28:03.072Z Compiling tower v0.5.3
21292026-07-27T20:28:03.681Z Compiling oxnet v0.1.6
21302026-07-27T20:28:03.690Z Compiling serde_with_macros v3.21.0
21312026-07-27T20:28:03.706Z Compiling derive_builder_core v0.20.2
21322026-07-27T20:28:03.909Z Compiling regex v1.12.3
21332026-07-27T20:28:03.975Z Compiling lazy_static v1.5.0
21342026-07-27T20:28:04.063Z Compiling anstyle-parse v0.2.7
21352026-07-27T20:28:04.086Z Compiling hubpack_derive v0.1.1
21362026-07-27T20:28:04.263Z Compiling ref-cast-impl v1.0.25
21372026-07-27T20:28:04.282Z Compiling async-recursion v1.1.1
21382026-07-27T20:28:04.298Z Compiling strum_macros v0.27.2
21392026-07-27T20:28:04.321Z Compiling curve25519-dalek-derive v0.1.1
21402026-07-27T20:28:04.713Z Compiling fs-err v3.3.0
21412026-07-27T20:28:04.831Z Compiling usdt-impl v0.5.0
21422026-07-27T20:28:04.877Z Compiling object v0.37.3
21432026-07-27T20:28:04.922Z Compiling iri-string v0.7.10
21442026-07-27T20:28:05.085Z Compiling unicode-bidi v0.3.18
21452026-07-27T20:28:05.148Z Compiling winnow v0.5.40
21462026-07-27T20:28:05.276Z Compiling allocator-api2 v0.2.21
21472026-07-27T20:28:05.399Z Compiling unicode-properties v0.1.4
21482026-07-27T20:28:05.581Z Compiling stringprep v0.1.5
21492026-07-27T20:28:06.184Z Compiling tower-http v0.6.8
21502026-07-27T20:28:06.266Z Compiling derive_builder_macro v0.20.2
21512026-07-27T20:28:06.622Z Compiling anstream v0.6.21
21522026-07-27T20:28:06.760Z Compiling toml_edit v0.19.15
21532026-07-27T20:28:06.775Z Compiling daft v0.1.7
21542026-07-27T20:28:06.889Z Compiling tokio-native-tls v0.3.1
21552026-07-27T20:28:07.095Z Compiling usdt-macro v0.6.0
21562026-07-27T20:28:07.117Z Compiling usdt-attr-macro v0.6.0
21572026-07-27T20:28:07.548Z Compiling crypto-common v0.2.2
21582026-07-27T20:28:07.582Z Compiling block-buffer v0.12.1
21592026-07-27T20:28:07.684Z Compiling block-padding v0.4.2
21602026-07-27T20:28:07.796Z Compiling bstr v1.12.1
21612026-07-27T20:28:07.851Z Compiling scroll v0.12.0
21622026-07-27T20:28:07.912Z Compiling pkcs1 v0.7.5
21632026-07-27T20:28:07.922Z Compiling rustls-native-certs v0.8.3
21642026-07-27T20:28:08.173Z Compiling md-5 v0.10.6
21652026-07-27T20:28:08.393Z Compiling hash32 v0.2.1
21662026-07-27T20:28:08.402Z Compiling vergen-lib v9.1.0
21672026-07-27T20:28:08.405Z Compiling env_filter v1.0.0
21682026-07-27T20:28:08.450Z Compiling psl-types v2.0.11
21692026-07-27T20:28:08.450Z Compiling fallible-iterator v0.2.0
21702026-07-27T20:28:08.596Z Compiling radium v0.7.0
21712026-07-27T20:28:08.750Z Compiling postgres-protocol v0.6.10
21722026-07-27T20:28:08.786Z Compiling env_logger v0.11.9
21732026-07-27T20:28:08.902Z Compiling publicsuffix v2.3.0
21742026-07-27T20:28:09.130Z Compiling toml v0.7.8
21752026-07-27T20:28:09.248Z Compiling rsa v0.9.10
21762026-07-27T20:28:09.439Z Compiling goblin v0.8.2
21772026-07-27T20:28:09.708Z Compiling inout v0.2.2
21782026-07-27T20:28:09.909Z Compiling bzip2 v0.4.4
21792026-07-27T20:28:09.975Z Compiling hyper-tls v0.6.0
21802026-07-27T20:28:09.992Z Compiling derive_builder v0.20.2
21812026-07-27T20:28:10.136Z Compiling phf_shared v0.13.1
21822026-07-27T20:28:10.187Z Compiling zerocopy v0.7.35
21832026-07-27T20:28:10.322Z Compiling pin-project v1.1.11
21842026-07-27T20:28:10.402Z Compiling x509-cert v0.2.5
21852026-07-27T20:28:10.426Z Compiling futures-executor v0.3.32
21862026-07-27T20:28:10.442Z Compiling enum-as-inner v0.6.1
21872026-07-27T20:28:10.456Z Compiling serde_repr v0.1.20
21882026-07-27T20:28:10.501Z Compiling ff v0.13.1
21892026-07-27T20:28:10.536Z Compiling vergen v9.1.0
21902026-07-27T20:28:10.687Z Compiling cargo-platform v0.3.2
21912026-07-27T20:28:10.773Z Compiling foldhash v0.1.5
21922026-07-27T20:28:10.950Z Compiling maybe-uninit v2.0.0
21932026-07-27T20:28:10.967Z Compiling base16ct v0.2.0
21942026-07-27T20:28:10.976Z Compiling unicode-segmentation v1.12.0
21952026-07-27T20:28:10.997Z Compiling libbz2-rs-sys v0.2.2
21962026-07-27T20:28:11.079Z Compiling cpufeatures v0.3.0
21972026-07-27T20:28:11.169Z Compiling managed v0.8.0
21982026-07-27T20:28:11.195Z Compiling foldhash v0.2.0
21992026-07-27T20:28:11.236Z Compiling bumpalo v3.20.2
22002026-07-27T20:28:11.272Z Compiling bitflags v1.3.2
22012026-07-27T20:28:11.364Z Compiling tap v1.0.1
22022026-07-27T20:28:11.381Z Compiling same-file v1.0.6
22032026-07-27T20:28:11.411Z Compiling bzip2 v0.6.1
22042026-07-27T20:28:11.491Z Compiling walkdir v2.5.0
22052026-07-27T20:28:11.506Z Compiling wyz v0.5.1
22062026-07-27T20:28:11.537Z Compiling zopfli v0.8.3
22072026-07-27T20:28:11.552Z Compiling hashbrown v0.16.1
22082026-07-27T20:28:11.713Z Compiling dof v0.3.0
22092026-07-27T20:28:11.792Z Compiling sec1 v0.7.3
22102026-07-27T20:28:12.074Z Compiling hashbrown v0.15.5
22112026-07-27T20:28:12.097Z Compiling cargo_metadata v0.23.1
22122026-07-27T20:28:12.179Z Compiling group v0.13.0
22132026-07-27T20:28:12.194Z Compiling futures v0.3.32
22142026-07-27T20:28:12.798Z Compiling snafu v0.8.9
22152026-07-27T20:28:12.957Z Compiling phf v0.13.1
22162026-07-27T20:28:13.224Z Compiling reqwest v0.12.28
22172026-07-27T20:28:13.287Z Compiling zstd v0.13.3
22182026-07-27T20:28:13.346Z Compiling zip v0.6.6
22192026-07-27T20:28:13.527Z Compiling cipher v0.5.2
22202026-07-27T20:28:13.563Z Compiling cookie_store v0.22.1
22212026-07-27T20:28:13.578Z Compiling signal-hook-mio v0.2.5
22222026-07-27T20:28:13.676Z Compiling postgres-types v0.2.12
22232026-07-27T20:28:13.812Z Compiling ed25519 v2.2.3
22242026-07-27T20:28:13.855Z Compiling globset v0.4.18
22252026-07-27T20:28:13.946Z Compiling strum v0.27.2
22262026-07-27T20:28:13.962Z Compiling dtrace-parser v0.2.0
22272026-07-27T20:28:14.169Z Compiling hubpack v0.1.2
22282026-07-27T20:28:14.198Z Compiling phf_shared v0.11.3
22292026-07-27T20:28:14.217Z Compiling hkdf v0.12.4
22302026-07-27T20:28:14.233Z Compiling olpc-cjson v0.1.4
22312026-07-27T20:28:14.399Z Compiling pem v3.0.6
22322026-07-27T20:28:14.433Z Compiling serde_plain v1.0.2
22332026-07-27T20:28:14.474Z Compiling serde-big-array v0.5.1
22342026-07-27T20:28:14.563Z Compiling crypto-bigint v0.5.5
22352026-07-27T20:28:14.683Z Compiling float-cmp v0.10.0
22362026-07-27T20:28:14.697Z Compiling memmap2 v0.9.10
22372026-07-27T20:28:14.702Z Compiling thread-id v4.2.2
22382026-07-27T20:28:14.859Z Compiling const-oid v0.10.2
22392026-07-27T20:28:14.937Z Compiling keccak v0.1.6
22402026-07-27T20:28:14.941Z Compiling data-encoding v2.10.0
22412026-07-27T20:28:15.074Z Compiling new_debug_unreachable v1.0.6
22422026-07-27T20:28:15.088Z Compiling either v1.15.0
22432026-07-27T20:28:15.159Z Compiling typed-path v0.9.3
22442026-07-27T20:28:15.175Z Compiling winnow v1.0.3
22452026-07-27T20:28:15.175Z Compiling funty v2.0.0
22462026-07-27T20:28:15.201Z Compiling fixedbitset v0.5.7
22472026-07-27T20:28:15.205Z Compiling fixedbitset v0.4.2
22482026-07-27T20:28:15.233Z Compiling whoami v2.1.0
22492026-07-27T20:28:15.318Z Compiling predicates-core v1.0.10
22502026-07-27T20:28:15.441Z Compiling difflib v0.4.0
22512026-07-27T20:28:15.503Z Compiling normalize-line-endings v0.3.0
22522026-07-27T20:28:15.503Z Compiling toml_write v0.1.2
22532026-07-27T20:28:15.533Z Compiling jiff v0.2.21
22542026-07-27T20:28:15.550Z Compiling static_assertions v1.1.0
22552026-07-27T20:28:15.585Z Compiling precomputed-hash v0.1.1
22562026-07-27T20:28:15.610Z Compiling packed_struct v0.10.1
22572026-07-27T20:28:15.641Z Compiling winnow v0.7.14
22582026-07-27T20:28:15.706Z Compiling chacha20 v0.10.0
22592026-07-27T20:28:15.720Z Compiling predicates v3.1.4
22602026-07-27T20:28:15.736Z Compiling string_cache v0.8.9
22612026-07-27T20:28:15.852Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22622026-07-27T20:28:15.891Z Compiling bitvec v1.0.1
22632026-07-27T20:28:15.905Z Compiling elliptic-curve v0.13.8
22642026-07-27T20:28:15.972Z Compiling toml_parser v1.1.2+spec-1.1.0
22652026-07-27T20:28:16.016Z Compiling tokio-postgres v0.7.16
22662026-07-27T20:28:16.122Z Compiling petgraph v0.8.3
22672026-07-27T20:28:16.244Z Compiling petgraph v0.6.5
22682026-07-27T20:28:16.276Z Compiling itertools v0.13.0
22692026-07-27T20:28:16.298Z Compiling hickory-proto v0.25.2
22702026-07-27T20:28:16.397Z Compiling sha3 v0.10.8
22712026-07-27T20:28:16.537Z Compiling digest v0.11.3
22722026-07-27T20:28:17.009Z Compiling toml_edit v0.22.27
22732026-07-27T20:28:17.112Z Compiling usdt v0.6.0
22742026-07-27T20:28:17.701Z Compiling ed25519-dalek v2.2.0
22752026-07-27T20:28:18.017Z Compiling crossterm v0.28.1
22762026-07-27T20:28:18.073Z Compiling iddqd v0.4.2
22772026-07-27T20:28:18.095Z Compiling zip v4.6.1
22782026-07-27T20:28:18.355Z Compiling crossbeam-epoch v0.9.18
22792026-07-27T20:28:18.520Z Compiling similar v2.7.0
22802026-07-27T20:28:18.622Z Compiling heck v0.4.1
22812026-07-27T20:28:18.637Z Compiling serde_with v3.21.0
22822026-07-27T20:28:18.676Z Compiling byte-wrapper v0.1.0
22832026-07-27T20:28:18.872Z Compiling strum v0.26.3
22842026-07-27T20:28:19.000Z Compiling tokio-stream v0.1.18
22852026-07-27T20:28:19.123Z Compiling buf-list v1.1.2
22862026-07-27T20:28:19.164Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22872026-07-27T20:28:19.257Z Compiling openapiv3 v2.2.0
22882026-07-27T20:28:19.303Z Compiling packed_struct_codegen v0.10.1
22892026-07-27T20:28:19.328Z Compiling structmeta-derive v0.3.0
22902026-07-27T20:28:19.385Z Compiling bitfield-macros v0.19.4
22912026-07-27T20:28:19.448Z Compiling zerocopy-derive v0.6.6
22922026-07-27T20:28:19.464Z Compiling indexmap v1.9.3
22932026-07-27T20:28:19.481Z Compiling lalrpop-util v0.19.12
22942026-07-27T20:28:19.529Z Compiling crc-catalog v2.4.0
22952026-07-27T20:28:19.684Z Compiling nodrop v0.1.14
22962026-07-27T20:28:19.699Z Compiling peg-runtime v0.8.5
22972026-07-27T20:28:20.083Z Compiling array-init v0.0.4
22982026-07-27T20:28:20.112Z Compiling bitfield v0.19.4
22992026-07-27T20:28:20.246Z Compiling crc v3.4.0
23002026-07-27T20:28:20.261Z Compiling zerocopy v0.6.6
23012026-07-27T20:28:20.339Z Compiling structmeta v0.3.0
23022026-07-27T20:28:20.466Z Compiling smallvec v0.6.14
23032026-07-27T20:28:20.643Z Compiling hashbrown v0.12.3
23042026-07-27T20:28:20.658Z Compiling base64 v0.21.7
23052026-07-27T20:28:20.734Z Compiling serde-hex v0.1.0
23062026-07-27T20:28:20.986Z Compiling ron v0.8.1
23072026-07-27T20:28:21.002Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23082026-07-27T20:28:21.851Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23092026-07-27T20:28:21.899Z Compiling hashbrown v0.13.2
23102026-07-27T20:28:22.917Z Compiling crc-any v2.5.0
23112026-07-27T20:28:24.956Z Compiling object v0.30.4
23122026-07-27T20:28:25.645Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132026-07-27T20:28:26.505Z Compiling filetime v0.2.27
23142026-07-27T20:28:26.672Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23152026-07-27T20:28:26.708Z Compiling xattr v1.6.1
23162026-07-27T20:28:27.062Z Compiling path-slash v0.1.5
23172026-07-27T20:28:28.350Z Compiling tar v0.4.46
23182026-07-27T20:28:30.505Z Compiling derive-ex v0.1.8
23192026-07-27T20:28:32.364Z Compiling rustls-webpki v0.103.13
23202026-07-27T20:28:35.177Z Compiling test-strategy v0.4.5
23212026-07-27T20:28:35.811Z Compiling tokio-rustls v0.26.4
23222026-07-27T20:28:36.096Z Compiling hyper-rustls v0.27.7
23232026-07-27T20:28:36.140Z Compiling rustls-platform-verifier v0.6.2
23242026-07-27T20:28:36.157Z Compiling tough v0.22.0
23252026-07-27T20:28:36.314Z Compiling reqwest v0.13.2
23262026-07-27T20:28:37.203Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23272026-07-27T20:28:37.454Z Compiling multer v3.1.0
23282026-07-27T20:28:37.634Z Compiling thread_local v1.1.9
23292026-07-27T20:28:37.746Z Compiling rayon-core v1.13.0
23302026-07-27T20:28:37.777Z Compiling slog-async v2.8.0
23312026-07-27T20:28:37.955Z Compiling compression-core v0.4.31
23322026-07-27T20:28:37.973Z Compiling match_cfg v0.1.0
23332026-07-27T20:28:38.111Z Compiling hostname v0.3.1
23342026-07-27T20:28:38.115Z Compiling compression-codecs v0.4.37
23352026-07-27T20:28:38.115Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23362026-07-27T20:28:38.156Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23372026-07-27T20:28:38.254Z Compiling atomicwrites v0.4.4
23382026-07-27T20:28:38.283Z Compiling camino-tempfile v1.4.1
23392026-07-27T20:28:38.361Z Compiling crossbeam-channel v0.5.15
23402026-07-27T20:28:38.453Z Compiling slog-json v2.6.1
23412026-07-27T20:28:38.550Z Compiling half v2.7.1
23422026-07-27T20:28:38.686Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23432026-07-27T20:28:38.726Z Compiling async-stream-impl v0.3.6
23442026-07-27T20:28:38.933Z Compiling serde_path_to_error v0.1.20
23452026-07-27T20:28:38.999Z Compiling toml_datetime v1.1.1+spec-1.1.0
23462026-07-27T20:28:39.067Z Compiling serde_spanned v1.1.1
23472026-07-27T20:28:39.104Z Compiling is-terminal v0.4.17
23482026-07-27T20:28:39.189Z Compiling fs-err v2.11.0
23492026-07-27T20:28:39.229Z Compiling dropshot v0.17.1
23502026-07-27T20:28:39.243Z Compiling toml_writer v1.1.1+spec-1.1.0
23512026-07-27T20:28:39.310Z Compiling term v1.2.1
23522026-07-27T20:28:39.411Z Compiling debug-ignore v1.0.5
23532026-07-27T20:28:39.414Z Compiling take_mut v0.2.2
23542026-07-27T20:28:39.441Z Compiling ciborium-io v0.2.2
23552026-07-27T20:28:39.528Z Compiling toml v1.1.2+spec-1.1.0
23562026-07-27T20:28:39.532Z Compiling ciborium-ll v0.2.2
23572026-07-27T20:28:39.542Z Compiling async-stream v0.3.6
23582026-07-27T20:28:39.576Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23592026-07-27T20:28:39.581Z Compiling slog-bunyan v2.5.0
23602026-07-27T20:28:39.605Z Compiling async-compression v0.4.41
23612026-07-27T20:28:39.698Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622026-07-27T20:28:39.745Z Compiling slog-term v2.9.2
23632026-07-27T20:28:39.783Z Compiling crossbeam-deque v0.8.6
23642026-07-27T20:28:39.798Z Compiling parse-display-derive v0.10.0
23652026-07-27T20:28:39.815Z Compiling sha1 v0.11.0
23662026-07-27T20:28:39.829Z Compiling newtype-uuid-macros v0.1.0
23672026-07-27T20:28:39.846Z Compiling dropshot_endpoint v0.17.1
23682026-07-27T20:28:40.029Z Compiling waitgroup v0.1.2
23692026-07-27T20:28:40.046Z Compiling rustls-pemfile v2.2.0
23702026-07-27T20:28:40.123Z Compiling backon v1.6.0
23712026-07-27T20:28:40.207Z Compiling blake3 v1.8.5
23722026-07-27T20:28:40.274Z Compiling hostname v0.4.2
23732026-07-27T20:28:40.347Z Compiling instant v0.1.13
23742026-07-27T20:28:40.406Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23752026-07-27T20:28:40.463Z Compiling backoff v0.4.0
23762026-07-27T20:28:40.587Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23772026-07-27T20:28:40.710Z Compiling ciborium v0.2.2
23782026-07-27T20:28:40.825Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23792026-07-27T20:28:40.841Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23802026-07-27T20:28:41.054Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23812026-07-27T20:28:41.085Z Compiling toml v0.8.23
23822026-07-27T20:28:41.138Z Compiling regress v0.10.5
23832026-07-27T20:28:41.156Z Compiling itertools v0.14.0
23842026-07-27T20:28:41.170Z Compiling macaddr v1.0.1
23852026-07-27T20:28:41.287Z Compiling parse-display v0.10.0
23862026-07-27T20:28:41.499Z Compiling humantime v2.3.0
23872026-07-27T20:28:41.537Z Compiling indent_write v2.2.0
23882026-07-27T20:28:41.577Z Compiling arrayvec v0.7.6
23892026-07-27T20:28:41.706Z Compiling arrayref v0.3.9
23902026-07-27T20:28:41.797Z Compiling constant_time_eq v0.4.2
23912026-07-27T20:28:41.845Z Compiling parse-size v1.1.0
23922026-07-27T20:28:42.010Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23932026-07-27T20:28:42.026Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23942026-07-27T20:28:42.050Z Compiling sha2 v0.11.0
23952026-07-27T20:28:42.097Z Compiling digest-io v0.1.0
23962026-07-27T20:28:42.255Z Compiling display-error-chain v0.2.2
23972026-07-27T20:28:42.373Z Compiling rawzip v0.4.4
23982026-07-27T20:28:42.420Z Compiling topological-sort v0.2.2
23992026-07-27T20:28:42.611Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24002026-07-27T20:28:42.646Z Compiling shell-words v1.1.1
24012026-07-27T20:28:52.180Z Compiling progenitor-client v0.14.0
24022026-07-27T20:28:52.181Z Compiling omicron-zone-package v0.12.3
24032026-07-27T20:28:52.433Z Compiling progenitor-extras v0.2.0
24042026-07-27T20:28:52.687Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24052026-07-27T20:28:52.744Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24062026-07-27T20:28:52.795Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24072026-07-27T20:28:52.888Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24082026-07-27T20:28:54.071Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092026-07-27T20:28:57.982Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24102026-07-27T20:29:01.085Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24112026-07-27T20:29:13.021Z Finished `release` profile [optimized] target(s) in 1m 32s
24122026-07-27T20:29:13.161Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24132026-07-27T20:29:13.216ZJul 27 20:29:12.094 DEBG changing working directory to /work/oxidecomputer/omicron
24142026-07-27T20:29:13.311ZJul 27 20:29:12.189 DEBG running: git rev-parse HEAD
24152026-07-27T20:29:13.314ZJul 27 20:29:12.191 DEBG process exited with exit status: 0 (2.396049ms)
24162026-07-27T20:29:13.314ZJul 27 20:29:12.191 INFO version: 22.0.0-0.ci+gitf20be7e2e1e
24172026-07-27T20:29:13.322ZJul 27 20:29:12.200 INFO cloning helios to /work/oxidecomputer/helios
24182026-07-27T20:29:13.322ZJul 27 20:29:12.200 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24192026-07-27T20:29:13.325ZCloning into '/work/oxidecomputer/helios'...
24202026-07-27T20:29:13.872ZJul 27 20:29:12.749 DEBG process exited with exit status: 0 (549.974776ms)
24212026-07-27T20:29:13.872ZJul 27 20:29:12.749 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24222026-07-27T20:29:13.875ZJul 27 20:29:12.752 DEBG process exited with exit status: 0 (2.545699ms)
24232026-07-27T20:29:13.875ZJul 27 20:29:12.752 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24242026-07-27T20:29:14.224ZJul 27 20:29:13.101 DEBG process exited with exit status: 0 (349.194904ms)
24252026-07-27T20:29:14.224ZJul 27 20:29:13.101 DEBG running: zfs list rpool/images/build/host
24262026-07-27T20:29:14.227ZNAME USED AVAIL REFER MOUNTPOINT
24272026-07-27T20:29:14.227Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24282026-07-27T20:29:14.230ZJul 27 20:29:13.105 DEBG process exited with exit status: 0 (4.315418ms)
24292026-07-27T20:29:14.230ZJul 27 20:29:13.105 DEBG running: zfs list rpool/images/build/recovery
24302026-07-27T20:29:14.233ZNAME USED AVAIL REFER MOUNTPOINT
24312026-07-27T20:29:14.233Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24322026-07-27T20:29:14.233ZJul 27 20:29:13.109 DEBG process exited with exit status: 0 (3.249639ms)
24332026-07-27T20:29:14.233ZJul 27 20:29:13.109 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24342026-07-27T20:29:14.244ZJul 27 20:29:13.122 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026061100.0.0; the console needs a client regen and tools/console_version needs a bump
24352026-07-27T20:29:14.247ZJul 27 20:29:13.122 INFO [hubris-production] running task
24362026-07-27T20:29:14.247ZJul 27 20:29:13.122 INFO [hubris-staging] running task
24372026-07-27T20:29:14.247ZJul 27 20:29:13.122 INFO [incorp-manifest] running task
24382026-07-27T20:29:14.247ZJul 27 20:29:13.122 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24392026-07-27T20:29:14.247ZJul 27 20:29:13.123 INFO [incorp-create] running: pkgrepo create /work/incorporation
24402026-07-27T20:29:14.247ZJul 27 20:29:13.124 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
24412026-07-27T20:29:14.252ZJul 27 20:29:13.125 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24422026-07-27T20:29:14.283Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24432026-07-27T20:29:14.483ZJul 27 20:29:13.360 INFO [incorp-create] process exited with exit status: 0 (237.311537ms)
24442026-07-27T20:29:14.486ZJul 27 20:29:13.360 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24452026-07-27T20:29:14.691Z[ omicron-package] Blocking waiting for file lock on package cache
24462026-07-27T20:29:14.717ZJul 27 20:29:13.593 INFO [incorp-publisher] process exited with exit status: 0 (232.62514ms)
24472026-07-27T20:29:15.107Z[ omicron-package] Blocking waiting for file lock on package cache
24482026-07-27T20:29:15.366ZJul 27 20:29:14.244 INFO [hubris-production] task succeeded (1.121379564s)
24492026-07-27T20:29:15.553ZJul 27 20:29:14.431 DEBG process exited with exit status: 0 (1.308331521s)
24502026-07-27T20:29:15.556ZJul 27 20:29:14.431 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24512026-07-27T20:29:16.136Z[ omicron-package] Compiling darling_core v0.21.3
24522026-07-27T20:29:16.140Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24532026-07-27T20:29:16.140Z[ omicron-package] Compiling itertools v0.14.0
24542026-07-27T20:29:16.140Z[ omicron-package] Compiling secrecy v0.10.3
24552026-07-27T20:29:16.140Z[ omicron-package] Compiling heapless v0.8.0
24562026-07-27T20:29:16.140Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24572026-07-27T20:29:16.140Z[ omicron-package] Compiling hash32 v0.3.1
24582026-07-27T20:29:16.140Z[ omicron-package] Compiling inout v0.1.4
24592026-07-27T20:29:16.140Z[ omicron-package] Compiling smoltcp v0.11.0
24602026-07-27T20:29:16.140Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24612026-07-27T20:29:16.140Z[ omicron-package] Compiling unicode-width v0.2.0
24622026-07-27T20:29:16.140Z[ omicron-package] Compiling cobs v0.3.0
24632026-07-27T20:29:16.140Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24642026-07-27T20:29:16.140Z[ omicron-package] Compiling universal-hash v0.5.1
24652026-07-27T20:29:16.140Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24662026-07-27T20:29:16.140Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24672026-07-27T20:29:17.204Z[ omicron-package] Compiling opaque-debug v0.3.1
24682026-07-27T20:29:17.204Z[ omicron-package] Compiling convert_case v0.4.0
24692026-07-27T20:29:17.207Z[ omicron-package] Compiling postcard v1.1.3
24702026-07-27T20:29:17.211Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24712026-07-27T20:29:17.225Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24722026-07-27T20:29:17.384Z[ omicron-package] Compiling poly1305 v0.8.0
24732026-07-27T20:29:17.469Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24742026-07-27T20:29:17.473ZJul 27 20:29:16.349 DEBG process exited with exit status: 0 (1.918192684s)
24752026-07-27T20:29:17.476ZJul 27 20:29:16.350 INFO [incorp-manifest] task succeeded (3.227940994s)
24762026-07-27T20:29:17.482Z[ omicron-package] Compiling password-hash v0.5.0
24772026-07-27T20:29:17.485ZJul 27 20:29:16.360 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24782026-07-27T20:29:17.575Z[ omicron-package] Compiling cipher v0.4.4
24792026-07-27T20:29:17.708ZJul 27 20:29:16.585 INFO [incorp-fmt] process exited with exit status: 0 (234.508109ms)
24802026-07-27T20:29:17.708ZJul 27 20:29:16.585 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24812026-07-27T20:29:17.803Z[ omicron-package] Compiling blake2 v0.10.6
24822026-07-27T20:29:17.807Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24832026-07-27T20:29:18.021Z[ omicron-package] Compiling aead v0.5.2
24842026-07-27T20:29:18.024Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24852026-07-27T20:29:18.024Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24862026-07-27T20:29:18.048Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260727T202916Z
24872026-07-27T20:29:18.053Z[ incorp-pkgsend] PUBLISHED
24882026-07-27T20:29:18.100ZJul 27 20:29:16.977 INFO [incorp-pkgsend] process exited with exit status: 0 (392.087817ms)
24892026-07-27T20:29:18.103ZJul 27 20:29:16.977 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24902026-07-27T20:29:18.260Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24912026-07-27T20:29:18.263Z[ omicron-package] Compiling derive_more v0.99.20
24922026-07-27T20:29:18.327Z[ omicron-package] Compiling chacha20 v0.9.1
24932026-07-27T20:29:18.362Z[ helios-incorp] Retrieving packages for publisher helios ...
24942026-07-27T20:29:18.366Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24952026-07-27T20:29:18.371Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24962026-07-27T20:29:18.390Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24972026-07-27T20:29:18.390Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24982026-07-27T20:29:18.393Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24992026-07-27T20:29:18.396Z[ helios-incorp]
25002026-07-27T20:29:18.396Z[ helios-incorp] Archiving packages ...
25012026-07-27T20:29:18.397Z[ helios-incorp] Packages to add: 1
25022026-07-27T20:29:18.397Z[ helios-incorp] Files to retrieve: 0
25032026-07-27T20:29:18.397Z[ helios-incorp] Estimated transfer size: 0.00 B
25042026-07-27T20:29:18.397Z[ helios-incorp]
25052026-07-27T20:29:18.397Z[ helios-incorp] Packages to archive:
25062026-07-27T20:29:18.397Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260727T202916Z
25072026-07-27T20:29:18.397Z[ helios-incorp]
25082026-07-27T20:29:18.397Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25092026-07-27T20:29:18.397Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25102026-07-27T20:29:18.456ZJul 27 20:29:17.333 INFO [helios-incorp] process exited with exit status: 0 (355.668022ms)
25112026-07-27T20:29:18.475Z[ omicron-package] Compiling proc-macro-error v1.0.4
25122026-07-27T20:29:18.519Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25132026-07-27T20:29:18.522Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25142026-07-27T20:29:18.619Z[ omicron-package] Compiling argon2 v0.5.3
25152026-07-27T20:29:18.619Z[ omicron-package] Compiling num_enum_derive v0.5.11
25162026-07-27T20:29:18.751Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25172026-07-27T20:29:18.754Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25182026-07-27T20:29:18.998Z[ omicron-package] Compiling num_enum_derive v0.7.6
25192026-07-27T20:29:19.115Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25202026-07-27T20:29:19.118Z[ omicron-package] Compiling tabwriter v1.4.1
25212026-07-27T20:29:19.187Z[ omicron-package] Compiling vsss-rs v3.3.4
25222026-07-27T20:29:19.191Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25232026-07-27T20:29:19.234Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25242026-07-27T20:29:19.234Z[ omicron-package] Compiling cstr-argument v0.1.2
25252026-07-27T20:29:19.237Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25262026-07-27T20:29:19.309Z[ omicron-package] Compiling foreign-types v0.5.0
25272026-07-27T20:29:19.365Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25282026-07-27T20:29:19.418Z[ omicron-package] Compiling darling_macro v0.21.3
25292026-07-27T20:29:19.461Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25302026-07-27T20:29:19.603Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25312026-07-27T20:29:19.724Z[ omicron-package] Compiling num_enum v0.5.11
25322026-07-27T20:29:19.840Z[ omicron-package] Compiling rayon v1.11.0
25332026-07-27T20:29:19.866Z[ omicron-package] Compiling rand v0.10.1
25342026-07-27T20:29:19.889Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25352026-07-27T20:29:19.930Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25362026-07-27T20:29:19.987Z[ omicron-package] Compiling colored v3.1.1
25372026-07-27T20:29:20.063Z[ omicron-package] Compiling darling v0.21.3
25382026-07-27T20:29:20.063Z[ omicron-package] Compiling libefi-sys v0.1.0
25392026-07-27T20:29:20.098Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25402026-07-27T20:29:20.128Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25412026-07-27T20:29:20.128Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25422026-07-27T20:29:20.193Z[ omicron-package] Compiling ingot-macros v0.1.1
25432026-07-27T20:29:20.258Z[ omicron-package] Compiling num_enum v0.7.6
25442026-07-27T20:29:20.387Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25452026-07-27T20:29:20.409Z[ omicron-package] Compiling itertools v0.12.1
25462026-07-27T20:29:20.475Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25472026-07-27T20:29:20.527Z[ omicron-package] Compiling usdt-macro v0.5.0
25482026-07-27T20:29:20.751Z[ omicron-package] Compiling memmap v0.7.0
25492026-07-27T20:29:20.779Z[ omicron-package] Compiling sigpipe v0.1.3
25502026-07-27T20:29:20.817Z[ omicron-package] Compiling num-derive v0.4.2
25512026-07-27T20:29:20.888Z[ omicron-package] Compiling bitfield-struct v0.6.2
25522026-07-27T20:29:20.891Z[ omicron-package] Compiling glob v0.3.3
25532026-07-27T20:29:20.891Z[ omicron-package] Compiling swrite v0.1.0
25542026-07-27T20:29:20.892Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25552026-07-27T20:29:21.036Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25562026-07-27T20:29:21.060Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25572026-07-27T20:29:21.464Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25582026-07-27T20:29:21.527Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25592026-07-27T20:29:21.546Z[ omicron-package] Compiling usdt v0.5.0
25602026-07-27T20:29:21.600Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25612026-07-27T20:29:21.670Z[ omicron-package] Compiling smf v0.2.3
25622026-07-27T20:29:21.765Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-07-27T20:29:21.820Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25642026-07-27T20:29:21.910Z[ omicron-package] Compiling whoami v1.6.1
25652026-07-27T20:29:21.932Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25662026-07-27T20:29:21.948Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25672026-07-27T20:29:22.025Z[ omicron-package] Compiling zone v0.3.1
25682026-07-27T20:29:22.061Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25692026-07-27T20:29:22.100Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25702026-07-27T20:29:22.167Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25712026-07-27T20:29:22.241Z[ omicron-package] Compiling console v0.16.2
25722026-07-27T20:29:22.316Z[ omicron-package] Compiling gethostname v0.5.0
25732026-07-27T20:29:22.359Z[ omicron-package] Compiling unit-prefix v0.5.2
25742026-07-27T20:29:22.362Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25752026-07-27T20:29:22.783Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25762026-07-27T20:29:22.905Z[ omicron-package] Compiling indicatif v0.18.4
25772026-07-27T20:29:23.179Z[ omicron-package] Compiling ingot-types v0.1.2
25782026-07-27T20:29:23.813Z[ omicron-package] Compiling ingot v0.1.1
25792026-07-27T20:29:25.727Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25802026-07-27T20:29:26.910Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25812026-07-27T20:29:28.112Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25822026-07-27T20:29:29.159Z[ helios-setup] Jul 27 20:29:28.036 INFO helios repository root is: /work/oxidecomputer/helios
25832026-07-27T20:29:29.162Z[ helios-setup] Jul 27 20:29:28.038 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
25842026-07-27T20:29:29.162Z[ helios-setup] Jul 27 20:29:28.038 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
25852026-07-27T20:29:29.165Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25862026-07-27T20:29:29.352ZJul 27 20:29:28.229 INFO [hubris-staging] task succeeded (15.107035863s)
25872026-07-27T20:29:29.876Z[ helios-setup] Jul 27 20:29:28.753 INFO clone ok!, project: amd-host-image-builder
25882026-07-27T20:29:29.882Z[ helios-setup] Jul 27 20:29:28.754 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25892026-07-27T20:29:29.882Z[ helios-setup] Jul 27 20:29:28.754 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
25902026-07-27T20:29:29.882Z[ helios-setup] Jul 27 20:29:28.754 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25912026-07-27T20:29:29.882Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25922026-07-27T20:29:31.761Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25932026-07-27T20:29:35.065Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25942026-07-27T20:29:36.131Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25952026-07-27T20:29:40.250Z[ helios-setup] Jul 27 20:29:39.127 INFO clone ok!, project: amd-firmware
25962026-07-27T20:29:40.250Z[ helios-setup] Jul 27 20:29:39.127 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
25972026-07-27T20:29:40.254Z[ helios-setup] Jul 27 20:29:39.127 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25982026-07-27T20:29:40.254Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25992026-07-27T20:29:40.663Z[ helios-setup] Jul 27 20:29:39.540 INFO clone ok!, project: image-builder
26002026-07-27T20:29:40.663Z[ helios-setup] Jul 27 20:29:39.540 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
26012026-07-27T20:29:40.666Z[ helios-setup] Jul 27 20:29:39.540 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26022026-07-27T20:29:40.666Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26032026-07-27T20:29:41.314Z[ helios-setup] Jul 27 20:29:40.191 INFO clone ok!, project: pilot
26042026-07-27T20:29:41.317Z[ helios-setup] Jul 27 20:29:40.191 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
26052026-07-27T20:29:41.317Z[ helios-setup] Jul 27 20:29:40.192 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26062026-07-27T20:29:41.317Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26072026-07-27T20:29:41.848Z[ helios-setup] Jul 27 20:29:40.725 INFO clone ok!, project: dmar-report
26082026-07-27T20:29:41.848Z[ helios-setup] Jul 27 20:29:40.725 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26092026-07-27T20:29:41.851Z[ helios-setup] Jul 27 20:29:40.725 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
26102026-07-27T20:29:41.851Z[ helios-setup] Jul 27 20:29:40.725 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26112026-07-27T20:29:41.851Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26122026-07-27T20:29:42.235Z[ helios-setup] Jul 27 20:29:41.113 INFO clone ok!, project: bootserver
26132026-07-27T20:29:42.235Z[ helios-setup] Jul 27 20:29:41.113 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
26142026-07-27T20:29:42.240Z[ helios-setup] Jul 27 20:29:41.113 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26152026-07-27T20:29:42.240Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26162026-07-27T20:29:42.925Z[ helios-setup] Jul 27 20:29:41.803 INFO clone ok!, project: chelsio-t6-roms
26172026-07-27T20:29:42.926Z[ helios-setup] Jul 27 20:29:41.803 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
26182026-07-27T20:29:42.929Z[ helios-setup] Jul 27 20:29:41.803 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26192026-07-27T20:29:42.929Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26202026-07-27T20:29:43.508Z[ helios-setup] Jul 27 20:29:42.379 INFO clone ok!, project: phbl
26212026-07-27T20:29:43.508Z[ helios-setup] Jul 27 20:29:42.379 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
26222026-07-27T20:29:43.513Z[ helios-setup] Jul 27 20:29:42.379 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26232026-07-27T20:29:43.513Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26242026-07-27T20:29:43.872Z[ helios-setup] Jul 27 20:29:42.750 INFO clone ok!, project: pinprick
26252026-07-27T20:29:43.873Z[ helios-setup] Jul 27 20:29:42.750 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26262026-07-27T20:29:43.876Z[ helios-setup] Jul 27 20:29:42.750 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26272026-07-27T20:29:44.100Z[ helios-setup] Jul 27 20:29:42.977 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26282026-07-27T20:29:44.310Z[ helios-setup] Jul 27 20:29:43.187 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26292026-07-27T20:29:44.310Z[ helios-setup] Jul 27 20:29:43.187 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26302026-07-27T20:29:44.527Z[ helios-setup] Jul 27 20:29:43.404 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26312026-07-27T20:29:44.748Z[ helios-setup] Jul 27 20:29:43.625 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26322026-07-27T20:29:44.748Z[ helios-setup] Jul 27 20:29:43.625 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26332026-07-27T20:29:44.962Z[ helios-setup] Jul 27 20:29:43.838 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26342026-07-27T20:29:45.190Z[ helios-setup] Jul 27 20:29:44.067 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26352026-07-27T20:29:45.190Z[ helios-setup] Jul 27 20:29:44.067 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26362026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26372026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO ok!
26382026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26392026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26402026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO ok!
26412026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26422026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26432026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO ok!
26442026-07-27T20:29:45.195Z[ helios-setup] Jul 27 20:29:44.067 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26452026-07-27T20:29:45.223Z[ helios-setup] Jul 27 20:29:44.100 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')"
26462026-07-27T20:29:45.223Z[ helios-setup] Jul 27 20:29:44.100 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26472026-07-27T20:29:45.223Z[ helios-setup] Jul 27 20:29:44.100 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26482026-07-27T20:29:45.345Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.09s
26492026-07-27T20:29:45.355Z[ helios-setup] Jul 27 20:29:44.232 INFO E| Updating crates.io index
26502026-07-27T20:29:45.358Z[ helios-setup] Jul 27 20:29:44.233 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26512026-07-27T20:29:45.568Z[ omicron-package]
26522026-07-27T20:29:45.568Z[ omicron-package] real 31.264258308
26532026-07-27T20:29:45.572Z[ omicron-package] user 2:56.752469101
26542026-07-27T20:29:45.572Z[ omicron-package] sys 21.504970850
26552026-07-27T20:29:45.572Z[ omicron-package] trap 0.328111795
26562026-07-27T20:29:45.572Z[ omicron-package] tflt 0.515365391
26572026-07-27T20:29:45.573Z[ omicron-package] dflt 2.446463310
26582026-07-27T20:29:45.573Z[ omicron-package] kflt 0.000260965
26592026-07-27T20:29:45.573Z[ omicron-package] lock 8:26.973277606
26602026-07-27T20:29:45.573Z[ omicron-package] slp 4:16.283139305
26612026-07-27T20:29:45.573Z[ omicron-package] lat 34.353349884
26622026-07-27T20:29:45.573Z[ omicron-package] stop 1:24.506144175
26632026-07-27T20:29:45.573ZJul 27 20:29:44.446 INFO [omicron-package] process exited with exit status: 0 (31.322000236s)
26642026-07-27T20:29:45.573ZJul 27 20:29:44.446 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26652026-07-27T20:29:45.573ZJul 27 20:29:44.447 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26662026-07-27T20:29:45.579Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26672026-07-27T20:29:45.582Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26682026-07-27T20:29:45.582Z[ host-target] Created new build target 'host' and set it as active
26692026-07-27T20:29:45.582Z[ recovery-target] Created new build target 'recovery' and set it as active
26702026-07-27T20:29:45.585ZJul 27 20:29:44.460 INFO [host-target] process exited with exit status: 0 (13.801304ms)
26712026-07-27T20:29:45.585ZJul 27 20:29:44.460 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26722026-07-27T20:29:45.585ZJul 27 20:29:44.461 INFO [recovery-target] process exited with exit status: 0 (14.221314ms)
26732026-07-27T20:29:45.589Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26742026-07-27T20:29:45.730Z[ helios-setup] Jul 27 20:29:44.607 INFO E| From https://github.com/oxidecomputer/amd-apcb
26752026-07-27T20:29:45.730Z[ helios-setup] Jul 27 20:29:44.607 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26762026-07-27T20:29:45.741Z[ helios-setup] Jul 27 20:29:44.618 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26772026-07-27T20:29:45.793Z[ host-package] Blocking waiting for file lock on package cache
26782026-07-27T20:29:46.050Z[ helios-setup] Jul 27 20:29:44.926 INFO E| From https://github.com/oxidecomputer/amd-efs
26792026-07-27T20:29:46.050Z[ helios-setup] Jul 27 20:29:44.926 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26802026-07-27T20:29:46.232Z[ helios-setup] Jul 27 20:29:45.110 INFO E| Blocking waiting for file lock on package cache
26812026-07-27T20:29:46.502Z[ host-package] Blocking waiting for file lock on package cache
26822026-07-27T20:29:46.512Z[ helios-setup] Jul 27 20:29:45.389 INFO E| Blocking waiting for file lock on package cache
26832026-07-27T20:29:46.594Z[ helios-setup] Jul 27 20:29:45.471 INFO E| Downloading crates ...
26842026-07-27T20:29:46.597Z[ host-package] Blocking waiting for file lock on package cache
26852026-07-27T20:29:46.643Z[ helios-setup] Jul 27 20:29:45.521 INFO E| Downloaded vec_map v0.8.2
26862026-07-27T20:29:46.652Z[ helios-setup] Jul 27 20:29:45.530 INFO E| Downloaded log v0.4.27
26872026-07-27T20:29:46.655Z[ helios-setup] Jul 27 20:29:45.532 INFO E| Downloaded unic-char-range v0.9.0
26882026-07-27T20:29:46.659Z[ helios-setup] Jul 27 20:29:45.534 INFO E| Downloaded bytesize v2.0.1
26892026-07-27T20:29:46.659Z[ helios-setup] Jul 27 20:29:45.535 INFO E| Downloaded ansi_term v0.12.1
26902026-07-27T20:29:46.667Z[ helios-setup] Jul 27 20:29:45.541 INFO E| Downloaded unic-char-property v0.9.0
26912026-07-27T20:29:46.670Z[ helios-setup] Jul 27 20:29:45.543 INFO E| Downloaded unic-ucd-ident v0.9.0
26922026-07-27T20:29:46.670Z[ helios-setup] Jul 27 20:29:45.547 INFO E| Downloaded heck v0.3.3
26932026-07-27T20:29:46.673Z[ helios-setup] Jul 27 20:29:45.551 INFO E| Downloaded itoa v1.0.15
26942026-07-27T20:29:46.676Z[ helios-setup] Jul 27 20:29:45.554 INFO E| Downloaded textwrap v0.11.0
26952026-07-27T20:29:46.679Z[ helios-setup] Jul 27 20:29:45.555 INFO E| Downloaded unic-common v0.9.0
26962026-07-27T20:29:46.679Z[ helios-setup] Jul 27 20:29:45.556 INFO E| Downloaded unic-ucd-version v0.9.0
26972026-07-27T20:29:46.685Z[ helios-setup] Jul 27 20:29:45.562 INFO E| Downloaded quote v1.0.40
26982026-07-27T20:29:46.687Z[ helios-setup] Jul 27 20:29:45.565 INFO E| Downloaded modular-bitfield-impl v0.11.2
26992026-07-27T20:29:46.690Z[ helios-setup] Jul 27 20:29:45.566 INFO E| Downloaded pest_generator v2.8.0
27002026-07-27T20:29:46.690Z[ helios-setup] Jul 27 20:29:45.566 INFO E| Downloaded rustversion v1.0.20
27012026-07-27T20:29:46.694Z[ helios-setup] Jul 27 20:29:45.572 INFO E| Downloaded parse_int v0.9.0
27022026-07-27T20:29:46.697Z[ helios-setup] Jul 27 20:29:45.572 INFO E| Downloaded four-cc v0.4.0
27032026-07-27T20:29:46.700Z[ helios-setup] Jul 27 20:29:45.575 INFO E| Downloaded modular-bitfield-impl v0.13.1
27042026-07-27T20:29:46.703Z[ helios-setup] Jul 27 20:29:45.579 INFO E| Downloaded pest_derive v2.8.0
27052026-07-27T20:29:46.703Z[ helios-setup] Jul 27 20:29:45.580 INFO E| Downloaded strum_macros v0.27.1
27062026-07-27T20:29:46.706Z[ helios-setup] Jul 27 20:29:45.582 INFO E| Downloaded modular-bitfield v0.11.2
27072026-07-27T20:29:46.711Z[ helios-setup] Jul 27 20:29:45.589 INFO E| Downloaded strum v0.27.1
27082026-07-27T20:29:46.714Z[ helios-setup] Jul 27 20:29:45.590 INFO E| Downloaded strsim v0.8.0
27092026-07-27T20:29:46.714Z[ helios-setup] Jul 27 20:29:45.591 INFO E| Downloaded fletcher v1.0.0
27102026-07-27T20:29:46.715Z[ helios-setup] Jul 27 20:29:45.591 INFO E| Downloaded dyn-clone v1.0.19
27112026-07-27T20:29:46.719Z[ helios-setup] Jul 27 20:29:45.597 INFO E| Downloaded thiserror v2.0.12
27122026-07-27T20:29:46.722Z[ helios-setup] Jul 27 20:29:45.600 INFO E| Downloaded thiserror-impl v2.0.12
27132026-07-27T20:29:46.725Z[ helios-setup] Jul 27 20:29:45.601 INFO E| Downloaded modular-bitfield v0.13.1
27142026-07-27T20:29:46.728Z[ helios-setup] Jul 27 20:29:45.605 INFO E| Downloaded pest v2.8.0
27152026-07-27T20:29:46.731Z[ helios-setup] Jul 27 20:29:45.608 INFO E| Downloaded autocfg v1.4.0
27162026-07-27T20:29:46.735Z[ helios-setup] Jul 27 20:29:45.612 INFO E| Downloaded serde_derive v1.0.219
27172026-07-27T20:29:46.737Z[ helios-setup] Jul 27 20:29:45.615 INFO E| Downloaded structopt-derive v0.4.18
27182026-07-27T20:29:46.744Z[ helios-setup] Jul 27 20:29:45.622 INFO E| Downloaded ryu v1.0.20
27192026-07-27T20:29:46.757Z[ helios-setup] Jul 27 20:29:45.632 INFO E| Downloaded pest_meta v2.8.0
27202026-07-27T20:29:46.760Z[ helios-setup] Jul 27 20:29:45.633 INFO E| Downloaded proc-macro2 v1.0.95
27212026-07-27T20:29:46.760Z[ helios-setup] Jul 27 20:29:45.636 INFO E| Downloaded unicode-ident v1.0.18
27222026-07-27T20:29:46.763Z[ helios-setup] Jul 27 20:29:45.639 INFO E| Downloaded structopt v0.3.26
27232026-07-27T20:29:46.766Z[ helios-setup] Jul 27 20:29:45.644 INFO E| Downloaded typenum v1.18.0
27242026-07-27T20:29:46.778Z[ helios-setup] Jul 27 20:29:45.655 INFO E| Downloaded memchr v2.7.4
27252026-07-27T20:29:46.781Z[ helios-setup] Jul 27 20:29:45.658 INFO E| Downloaded zerocopy-derive v0.8.25
27262026-07-27T20:29:46.793Z[ helios-setup] Jul 27 20:29:45.669 INFO E| Downloaded serde v1.0.219
27272026-07-27T20:29:46.813Z[ helios-setup] Jul 27 20:29:45.691 INFO E| Downloaded serde_json v1.0.140
27282026-07-27T20:29:46.828Z[ helios-setup] Jul 27 20:29:45.705 INFO E| Downloaded goblin v0.9.3
27292026-07-27T20:29:46.831Z[ helios-setup] Jul 27 20:29:45.709 INFO E| Downloaded clap v2.34.0
27302026-07-27T20:29:46.835Z[ helios-setup] Jul 27 20:29:45.713 INFO E| Downloaded syn v2.0.101
27312026-07-27T20:29:46.841Z[ helios-setup] Jul 27 20:29:45.719 INFO E| Downloaded zerocopy v0.8.25
27322026-07-27T20:29:46.875Z[ helios-setup] Jul 27 20:29:45.752 INFO E| Downloaded libc v0.2.172
27332026-07-27T20:29:46.890Z[ helios-setup] Jul 27 20:29:45.768 INFO E| Blocking waiting for file lock on package cache
27342026-07-27T20:29:47.081Z[ helios-setup] Jul 27 20:29:45.958 INFO E| Compiling proc-macro2 v1.0.95
27352026-07-27T20:29:47.084Z[ helios-setup] Jul 27 20:29:45.958 INFO E| Compiling unicode-ident v1.0.18
27362026-07-27T20:29:47.084Z[ helios-setup] Jul 27 20:29:45.958 INFO E| Compiling memchr v2.7.4
27372026-07-27T20:29:47.084Z[ helios-setup] Jul 27 20:29:45.959 INFO E| Compiling thiserror v2.0.12
27382026-07-27T20:29:47.084Z[ helios-setup] Jul 27 20:29:45.959 INFO E| Compiling autocfg v1.4.0
27392026-07-27T20:29:47.084Z[ helios-setup] Jul 27 20:29:45.959 INFO E| Compiling serde v1.0.219
27402026-07-27T20:29:47.103Z[ helios-setup] Jul 27 20:29:45.980 INFO E| Compiling syn v1.0.109
27412026-07-27T20:29:47.106Z[ helios-setup] Jul 27 20:29:45.980 INFO E| Compiling version_check v0.9.5
27422026-07-27T20:29:47.106Z[ helios-setup] Jul 27 20:29:45.980 INFO E| Compiling serde_json v1.0.140
27432026-07-27T20:29:47.106Z[ helios-setup] Jul 27 20:29:45.981 INFO E| Compiling ryu v1.0.20
27442026-07-27T20:29:47.106Z[ helios-setup] Jul 27 20:29:45.981 INFO E| Compiling itoa v1.0.15
27452026-07-27T20:29:47.106Z[ helios-setup] Jul 27 20:29:45.981 INFO E| Compiling schemars v0.8.22
27462026-07-27T20:29:47.106Z[ helios-setup] Jul 27 20:29:45.981 INFO E| Compiling zerocopy v0.8.25
27472026-07-27T20:29:47.106Z[ helios-setup] Jul 27 20:29:45.981 INFO E| Compiling rustversion v1.0.20
27482026-07-27T20:29:47.106Z[ helios-setup] Jul 27 20:29:45.982 INFO E| Compiling static_assertions v1.1.0
27492026-07-27T20:29:47.111Z[ helios-setup] Jul 27 20:29:45.985 INFO E| Compiling dyn-clone v1.0.19
27502026-07-27T20:29:47.199Z[ helios-setup] Jul 27 20:29:46.076 INFO E| Compiling ucd-trie v0.1.7
27512026-07-27T20:29:47.229Z[ helios-setup] Jul 27 20:29:46.106 INFO E| Compiling libc v0.2.172
27522026-07-27T20:29:47.270Z[ helios-setup] Jul 27 20:29:46.146 INFO E| Compiling paste v1.0.15
27532026-07-27T20:29:47.301Z[ helios-setup] Jul 27 20:29:46.178 INFO E| Compiling once_cell v1.21.3
27542026-07-27T20:29:47.339Z[ helios-setup] Jul 27 20:29:46.215 INFO E| Compiling heck v0.5.0
27552026-07-27T20:29:47.408Z[ helios-setup] Jul 27 20:29:46.285 INFO E| Compiling unicode-width v0.1.14
27562026-07-27T20:29:47.413Z[ helios-setup] Jul 27 20:29:46.291 INFO E| Compiling unicode-segmentation v1.12.0
27572026-07-27T20:29:47.433Z[ helios-setup] Jul 27 20:29:46.311 INFO E| Compiling proc-macro-error-attr v1.0.4
27582026-07-27T20:29:47.468Z[ helios-setup] Jul 27 20:29:46.343 INFO E| Compiling proc-macro-error v1.0.4
27592026-07-27T20:29:47.525Z[ helios-setup] Jul 27 20:29:46.403 INFO E| Compiling bitflags v1.3.2
27602026-07-27T20:29:47.527Z[ helios-setup] Jul 27 20:29:46.403 INFO E| Compiling byteorder v1.5.0
27612026-07-27T20:29:47.552Z[ helios-setup] Jul 27 20:29:46.429 INFO E| Compiling num-traits v0.2.19
27622026-07-27T20:29:47.577Z[ helios-setup] Jul 27 20:29:46.455 INFO E| Compiling memoffset v0.9.1
27632026-07-27T20:29:47.583Z[ helios-setup] Jul 27 20:29:46.461 INFO E| Compiling strum v0.27.1
27642026-07-27T20:29:47.593Z[ helios-setup] Jul 27 20:29:46.470 INFO E| Compiling fletcher v1.0.0
27652026-07-27T20:29:47.603Z[ helios-setup] Jul 27 20:29:46.480 INFO E| Compiling ansi_term v0.12.1
27662026-07-27T20:29:47.694Z[ helios-setup] Jul 27 20:29:46.572 INFO E| Compiling textwrap v0.11.0
27672026-07-27T20:29:47.717Z[ helios-setup] Jul 27 20:29:46.594 INFO E| Compiling vec_map v0.8.2
27682026-07-27T20:29:47.723Z[ helios-setup] Jul 27 20:29:46.601 INFO E| Compiling unic-common v0.9.0
27692026-07-27T20:29:47.739Z[ helios-setup] Jul 27 20:29:46.616 INFO E| Compiling unic-char-range v0.9.0
27702026-07-27T20:29:47.744Z[ helios-setup] Jul 27 20:29:46.622 INFO E| Compiling strsim v0.8.0
27712026-07-27T20:29:47.784Z[ helios-setup] Jul 27 20:29:46.661 INFO E| Compiling heck v0.3.3
27722026-07-27T20:29:47.846Z[ helios-setup] Jul 27 20:29:46.723 INFO E| Compiling unic-char-property v0.9.0
27732026-07-27T20:29:47.862Z[ helios-setup] Jul 27 20:29:46.739 INFO E| Compiling unic-ucd-version v0.9.0
27742026-07-27T20:29:47.868Z[ helios-setup] Jul 27 20:29:46.746 INFO E| Compiling lazy_static v1.5.0
27752026-07-27T20:29:47.869Z[ helios-setup] Jul 27 20:29:46.746 INFO E| Compiling log v0.4.27
27762026-07-27T20:29:47.874Z[ helios-setup] Jul 27 20:29:46.746 INFO E| Compiling plain v0.2.3
27772026-07-27T20:29:47.883Z[ helios-setup] Jul 27 20:29:46.760 INFO E| Compiling bytesize v2.0.1
27782026-07-27T20:29:47.894Z[ helios-setup] Jul 27 20:29:46.772 INFO E| Compiling atty v0.2.14
27792026-07-27T20:29:47.947Z[ helios-setup] Jul 27 20:29:46.824 INFO E| Compiling unic-ucd-ident v0.9.0
27802026-07-27T20:29:47.962Z[ helios-setup] Jul 27 20:29:46.837 INFO E| Compiling clap v2.34.0
27812026-07-27T20:29:48.005Z[ host-package] Compiling heck v0.5.0
27822026-07-27T20:29:48.005Z[ host-package] Compiling regress v0.11.1
27832026-07-27T20:29:48.008Z[ helios-setup] Jul 27 20:29:46.885 INFO E| Compiling quote v1.0.40
27842026-07-27T20:29:48.166Z[ helios-setup] Jul 27 20:29:47.043 INFO E| Compiling syn v2.0.101
27852026-07-27T20:29:48.260Z[ host-package] Compiling unsafe-libyaml v0.2.11
27862026-07-27T20:29:48.282Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27872026-07-27T20:29:48.311Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27882026-07-27T20:29:48.332Z[ host-package] Compiling derive-where v1.6.0
27892026-07-27T20:29:48.351Z[ host-package] Compiling bytecount v0.6.9
27902026-07-27T20:29:48.354Z[ host-package] Compiling atomicwrites v0.4.4
27912026-07-27T20:29:48.354Z[ host-package] Compiling is-terminal v0.4.17
27922026-07-27T20:29:48.371Z[ host-package] Compiling prettyplease v0.2.37
27932026-07-27T20:29:48.376Z[ host-package] Compiling console v0.15.11
27942026-07-27T20:29:48.376Z[ host-package] Compiling newline-converter v0.3.0
27952026-07-27T20:29:48.414Z[ host-package] Compiling slog-dtrace v0.3.0
27962026-07-27T20:29:48.479Z[ host-package] Compiling resolv-conf v0.7.6
27972026-07-27T20:29:48.479Z[ host-package] Compiling num-rational v0.4.2
27982026-07-27T20:29:48.502Z[ helios-setup] Jul 27 20:29:47.379 INFO E| Compiling parse_int v0.9.0
27992026-07-27T20:29:48.670Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28002026-07-27T20:29:48.673Z[ host-package] Compiling num-complex v0.4.6
28012026-07-27T20:29:48.673Z[ host-package] Compiling thread_local v1.1.9
28022026-07-27T20:29:48.674Z[ host-package] Compiling unicode-width v0.1.14
28032026-07-27T20:29:48.890Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28042026-07-27T20:29:48.952Z[ host-package] Compiling expectorate v1.2.0
28052026-07-27T20:29:49.072Z[ host-package] Compiling cancel-safe-futures v0.1.5
28062026-07-27T20:29:49.075Z[ host-package] Compiling compression-core v0.4.31
28072026-07-27T20:29:49.123Z[ host-package] Compiling match_cfg v0.1.0
28082026-07-27T20:29:49.130Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28092026-07-27T20:29:49.234Z[ host-package] Compiling num v0.4.3
28102026-07-27T20:29:49.279Z[ host-package] Compiling compression-codecs v0.4.37
28112026-07-27T20:29:49.323Z[ host-package] Compiling hostname v0.3.1
28122026-07-27T20:29:49.323Z[ host-package] Compiling multer v3.1.0
28132026-07-27T20:29:49.323Z[ host-package] Compiling slog-async v2.8.0
28142026-07-27T20:29:49.521Z[ host-package] Compiling crossbeam-channel v0.5.15
28152026-07-27T20:29:49.521Z[ host-package] Compiling slog-json v2.6.1
28162026-07-27T20:29:49.579Z[ host-package] Compiling serde_spanned v1.1.1
28172026-07-27T20:29:49.579Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28182026-07-27T20:29:49.605Z[ host-package] Compiling term v1.2.1
28192026-07-27T20:29:49.667Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28202026-07-27T20:29:49.670Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28212026-07-27T20:29:49.831Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28222026-07-27T20:29:49.831Z[ host-package] Compiling float-ord v0.3.2
28232026-07-27T20:29:49.834Z[ host-package] Compiling take_mut v0.2.2
28242026-07-27T20:29:50.002Z[ host-package] Compiling typify-impl v0.6.2
28252026-07-27T20:29:50.005Z[ host-package] Compiling linked-hash-map v0.5.6
28262026-07-27T20:29:50.005Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28272026-07-27T20:29:50.172Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28282026-07-27T20:29:50.172Z[ host-package] Compiling slog-term v2.9.2
28292026-07-27T20:29:50.175Z[ host-package] Compiling slog-bunyan v2.5.0
28302026-07-27T20:29:50.281Z[ host-package] Compiling async-compression v0.4.41
28312026-07-27T20:29:50.294Z[ host-package] Compiling lru-cache v0.1.2
28322026-07-27T20:29:50.624Z[ helios-setup] Jul 27 20:29:49.501 INFO E| Compiling modular-bitfield-impl v0.11.2
28332026-07-27T20:29:50.624Z[ helios-setup] Jul 27 20:29:49.501 INFO E| Compiling structopt-derive v0.4.18
28342026-07-27T20:29:50.674Z[ helios-setup] Jul 27 20:29:49.551 INFO E| Compiling serde_derive_internals v0.29.1
28352026-07-27T20:29:50.738Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28362026-07-27T20:29:50.843Z[ host-package] Compiling dropshot v0.17.1
28372026-07-27T20:29:50.937Z[ host-package] Compiling async-stream v0.3.6
28382026-07-27T20:29:51.019Z[ host-package] Compiling progenitor-client v0.14.0
28392026-07-27T20:29:51.103Z[ host-package] Compiling sha1 v0.11.0
28402026-07-27T20:29:51.103Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28412026-07-27T20:29:51.115Z[ host-package] Compiling waitgroup v0.1.2
28422026-07-27T20:29:51.119Z[ host-package] Compiling rustls-pemfile v2.2.0
28432026-07-27T20:29:51.328Z[ host-package] Compiling backon v1.6.0
28442026-07-27T20:29:51.420Z[ host-package] Compiling serde_path_to_error v0.1.20
28452026-07-27T20:29:51.579Z[ host-package] Compiling instant v0.1.13
28462026-07-27T20:29:51.579Z[ host-package] Compiling hostname v0.4.2
28472026-07-27T20:29:51.583Z[ helios-setup] Jul 27 20:29:50.457 INFO E| Compiling thiserror-impl v2.0.12
28482026-07-27T20:29:51.583Z[ helios-setup] Jul 27 20:29:50.457 INFO E| Compiling serde_derive v1.0.219
28492026-07-27T20:29:51.583Z[ helios-setup] Jul 27 20:29:50.457 INFO E| Compiling schemars_derive v0.8.22
28502026-07-27T20:29:51.583Z[ helios-setup] Jul 27 20:29:50.457 INFO E| Compiling zerocopy-derive v0.8.25
28512026-07-27T20:29:51.583Z[ helios-setup] Jul 27 20:29:50.457 INFO E| Compiling modular-bitfield-impl v0.13.1
28522026-07-27T20:29:51.583Z[ helios-setup] Jul 27 20:29:50.457 INFO E| Compiling num-derive v0.4.2
28532026-07-27T20:29:51.583Z[ helios-setup] Jul 27 20:29:50.458 INFO E| Compiling strum_macros v0.27.1
28542026-07-27T20:29:51.583Z[ helios-setup] Jul 27 20:29:50.458 INFO E| Compiling scroll_derive v0.12.1
28552026-07-27T20:29:51.773Z[ host-package] Compiling debug-ignore v1.0.5
28562026-07-27T20:29:51.776Z[ host-package] Compiling minimal-lexical v0.2.1
28572026-07-27T20:29:51.795Z[ helios-setup] Jul 27 20:29:50.672 INFO E| Compiling modular-bitfield v0.11.2
28582026-07-27T20:29:51.899Z[ helios-setup] Jul 27 20:29:50.776 INFO E| Compiling structopt v0.3.26
28592026-07-27T20:29:51.935Z[ host-package] Compiling linear-map v1.2.0
28602026-07-27T20:29:51.938Z[ host-package] Compiling progenitor-extras v0.2.0
28612026-07-27T20:29:51.989Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28622026-07-27T20:29:51.993Z[ host-package] Compiling backoff v0.4.0
28632026-07-27T20:29:52.216Z[ host-package] Compiling nom v7.1.3
28642026-07-27T20:29:52.339Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28652026-07-27T20:29:52.340Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28662026-07-27T20:29:52.392Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28672026-07-27T20:29:52.497Z[ host-package] Compiling oxide-update-engine v0.1.2
28682026-07-27T20:29:52.647Z[ host-package] Compiling parse-display v0.10.0
28692026-07-27T20:29:52.676Z[ helios-setup] Jul 27 20:29:51.553 INFO E| Compiling scroll v0.12.0
28702026-07-27T20:29:52.842Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28712026-07-27T20:29:52.966Z[ host-package] Compiling hickory-proto v0.24.4
28722026-07-27T20:29:53.049Z[ helios-setup] Jul 27 20:29:51.926 INFO E| Compiling goblin v0.9.3
28732026-07-27T20:29:53.341Z[ host-package] Compiling regress v0.10.5
28742026-07-27T20:29:53.659Z[ host-package] Compiling macaddr v1.0.1
28752026-07-27T20:29:53.823Z[ helios-setup] Jul 27 20:29:52.699 INFO E| Compiling modular-bitfield v0.13.1
28762026-07-27T20:29:53.878Z[ helios-setup] Jul 27 20:29:52.756 INFO E| Compiling pest v2.8.0
28772026-07-27T20:29:53.900Z[ host-package] Compiling humantime v2.3.0
28782026-07-27T20:29:54.034Z[ host-package] Compiling unicode-xid v0.2.6
28792026-07-27T20:29:54.269Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28802026-07-27T20:29:54.360Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28812026-07-27T20:29:54.360Z[ host-package] Compiling convert_case v0.10.0
28822026-07-27T20:29:54.363Z[ host-package] Compiling owo-colors v4.3.0
28832026-07-27T20:29:54.553Z[ host-package] Compiling typify-macro v0.6.2
28842026-07-27T20:29:54.556Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28852026-07-27T20:29:54.710Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28862026-07-27T20:29:54.861Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28872026-07-27T20:29:54.975Z[ host-package] Compiling derive_more-impl v2.1.1
28882026-07-27T20:29:55.051Z[ helios-setup] Jul 27 20:29:53.927 INFO E| Compiling pest_meta v2.8.0
28892026-07-27T20:29:55.238Z[ host-package] Compiling toml v0.8.23
28902026-07-27T20:29:55.701Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28912026-07-27T20:29:55.743Z[ helios-setup] Jul 27 20:29:54.619 INFO E| Compiling pest_generator v2.8.0
28922026-07-27T20:29:55.927Z[ host-package] Compiling derive_more v2.1.1
28932026-07-27T20:29:55.989Z[ host-package] Compiling papergrid v0.11.0
28942026-07-27T20:29:55.992Z[ host-package] Compiling tabled_derive v0.7.0
28952026-07-27T20:29:55.992Z[ host-package] Compiling termtree v0.5.1
28962026-07-27T20:29:56.254Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28972026-07-27T20:29:56.298Z[ host-package] Compiling hickory-resolver v0.24.4
28982026-07-27T20:29:56.416Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28992026-07-27T20:29:56.459Z[ helios-setup] Jul 27 20:29:55.334 INFO E| Compiling pest_derive v2.8.0
29002026-07-27T20:29:56.462Z[ host-package] Compiling crossterm v0.29.0
29012026-07-27T20:29:56.462Z[ host-package] Compiling typify v0.6.2
29022026-07-27T20:29:56.858Z[ host-package] Compiling progenitor-impl v0.14.0
29032026-07-27T20:29:57.529Z[ helios-setup] Jul 27 20:29:56.406 INFO E| Compiling json5 v0.4.1
29042026-07-27T20:29:57.581Z[ host-package] Compiling tabled v0.15.0
29052026-07-27T20:29:58.222Z[ host-package] Compiling qorb v0.4.1
29062026-07-27T20:29:58.375Z[ host-package] Compiling phf_shared v0.12.1
29072026-07-27T20:29:58.744Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29082026-07-27T20:29:59.145Z[ helios-setup] Jul 27 20:29:58.021 INFO E| Compiling four-cc v0.4.0
29092026-07-27T20:29:59.145Z[ helios-setup] Jul 27 20:29:58.022 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29102026-07-27T20:29:59.280Z[ helios-setup] Jul 27 20:29:58.157 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29112026-07-27T20:29:59.323Z[ host-package] Compiling vte v0.14.1
29122026-07-27T20:29:59.730Z[ host-package] Compiling csv-core v0.1.13
29132026-07-27T20:29:59.925Z[ host-package] Compiling progenitor-macro v0.14.0
29142026-07-27T20:29:59.988Z[ host-package] Compiling chrono-tz v0.10.4
29152026-07-27T20:30:00.240Z[ host-package] Compiling highway v1.3.0
29162026-07-27T20:30:00.355Z[ host-package] Compiling csv v1.4.0
29172026-07-27T20:30:01.213Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29182026-07-27T20:30:01.442Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29192026-07-27T20:30:01.471Z[ host-package] Compiling phf v0.12.1
29202026-07-27T20:30:01.811Z[ host-package] Compiling const_format_proc_macros v0.2.34
29212026-07-27T20:30:01.932Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29222026-07-27T20:30:01.935Z[ host-package] Compiling fd-lock v4.0.4
29232026-07-27T20:30:02.133Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29242026-07-27T20:30:02.190Z[ host-package] Compiling peg-macros v0.8.5
29252026-07-27T20:30:02.247Z[ host-package] Compiling nu-ansi-term v0.50.3
29262026-07-27T20:30:02.678Z[ host-package] Compiling reedline v0.40.0
29272026-07-27T20:30:02.720Z[ host-package] Compiling const_format v0.2.35
29282026-07-27T20:30:03.456Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29292026-07-27T20:30:03.916Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29302026-07-27T20:30:04.595Z[ host-package] Compiling progenitor v0.14.0
29312026-07-27T20:30:04.740Z[ host-package] Compiling peg v0.8.5
29322026-07-27T20:30:04.827Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29332026-07-27T20:30:04.879Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29342026-07-27T20:30:05.082Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29352026-07-27T20:30:05.148Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29362026-07-27T20:30:05.243Z[ host-package] Compiling bcs v0.1.6
29372026-07-27T20:30:05.764Z[ host-package] Compiling nom v8.0.0
29382026-07-27T20:30:06.198Z[ host-package] Compiling semver v0.1.20
29392026-07-27T20:30:06.611Z[ host-package] Compiling rustc_version v0.1.7
29402026-07-27T20:30:06.880Z[ host-package] Compiling newtype_derive v0.1.6
29412026-07-27T20:30:07.113Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29422026-07-27T20:30:07.472Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29432026-07-27T20:30:07.701Z[ host-package] Compiling unicode-linebreak v0.1.5
29442026-07-27T20:30:07.777Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29452026-07-27T20:30:07.889Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29462026-07-27T20:30:08.033Z[ host-package] Compiling smawk v0.3.2
29472026-07-27T20:30:08.203Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29482026-07-27T20:30:08.224Z[ host-package] Compiling textwrap v0.16.2
29492026-07-27T20:30:08.295Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29502026-07-27T20:30:08.317Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29512026-07-27T20:30:08.337Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29522026-07-27T20:30:08.398Z[ host-package] Compiling steno v0.4.1
29532026-07-27T20:30:08.666Z[ host-package] Compiling sha1 v0.10.6
29542026-07-27T20:30:08.954Z[ host-package] Compiling tagptr v0.2.0
29552026-07-27T20:30:09.215Z[ host-package] Compiling utf-8 v0.7.6
29562026-07-27T20:30:09.265Z[ host-package] Compiling moka v0.12.13
29572026-07-27T20:30:09.528Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29582026-07-27T20:30:09.555Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29592026-07-27T20:30:09.808Z[ host-package] Compiling tungstenite v0.21.0
29602026-07-27T20:30:10.095Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29612026-07-27T20:30:10.223Z[ host-package] Compiling num-derive v0.3.3
29622026-07-27T20:30:10.667Z[ host-package] Compiling hickory-resolver v0.25.2
29632026-07-27T20:30:10.711Z[ host-package] Compiling tokio-tungstenite v0.21.0
29642026-07-27T20:30:10.926Z[ host-package] Compiling vergen-lib v0.1.6
29652026-07-27T20:30:11.170Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29662026-07-27T20:30:11.222Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29672026-07-27T20:30:11.246Z[ host-package] Compiling diesel_derives v2.3.7
29682026-07-27T20:30:11.525Z[ host-package] Compiling libscf-sys v1.1.0
29692026-07-27T20:30:11.624Z[ host-package] Compiling proc-macro-error2 v2.0.1
29702026-07-27T20:30:11.944Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29712026-07-27T20:30:11.993Z[ host-package] Compiling dsl_auto_type v0.2.0
29722026-07-27T20:30:12.130Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29732026-07-27T20:30:12.558Z[ host-package] Compiling vergen-gitcl v1.0.8
29742026-07-27T20:30:12.794Z[ host-package] Compiling dirs-sys-next v0.1.2
29752026-07-27T20:30:12.962Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29762026-07-27T20:30:12.997Z[ host-package] Compiling glob v0.3.3
29772026-07-27T20:30:13.092Z[ host-package] Compiling crunchy v0.2.4
29782026-07-27T20:30:13.217Z[ host-package] Compiling maplit v1.0.2
29792026-07-27T20:30:13.381Z[ host-package] Compiling clang-sys v1.8.1
29802026-07-27T20:30:13.509Z[ host-package] Compiling dirs-next v2.0.0
29812026-07-27T20:30:13.645Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29822026-07-27T20:30:13.689Z[ host-package] Compiling r2d2 v0.8.10
29832026-07-27T20:30:13.689Z[ host-package] Compiling tabled_derive v0.11.0
29842026-07-27T20:30:13.829Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29852026-07-27T20:30:13.916Z[ helios-setup] Jul 27 20:30:12.793 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29862026-07-27T20:30:13.969Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
29872026-07-27T20:30:14.101Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29882026-07-27T20:30:14.178Z[ host-package] Compiling papergrid v0.17.0
29892026-07-27T20:30:14.847Z[ host-package] Compiling testing_table v0.3.0
29902026-07-27T20:30:15.030Z[ host-package] Compiling tiny-keccak v2.0.2
29912026-07-27T20:30:15.205Z[ host-package] Compiling downcast-rs v2.0.2
29922026-07-27T20:30:15.454Z[ host-package] Compiling term v0.7.0
29932026-07-27T20:30:15.919Z[ host-package] Compiling tabled v0.20.0
29942026-07-27T20:30:16.119Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29952026-07-27T20:30:16.343Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29962026-07-27T20:30:16.727Z[ host-package] Compiling bit-vec v0.6.3
29972026-07-27T20:30:17.109Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29982026-07-27T20:30:17.177Z[ host-package] Compiling bit-set v0.5.3
29992026-07-27T20:30:17.302Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30002026-07-27T20:30:17.306Z[ helios-setup] Jul 27 20:30:16.183 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30012026-07-27T20:30:17.366Z[ host-package] Compiling ascii-canvas v3.0.0
30022026-07-27T20:30:17.643Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30032026-07-27T20:30:17.674Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30042026-07-27T20:30:17.719Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30052026-07-27T20:30:17.814Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30062026-07-27T20:30:17.997Z[ host-package] Compiling itertools v0.10.5
30072026-07-27T20:30:18.144Z[ host-package] Compiling ena v0.14.4
30082026-07-27T20:30:18.241Z[ host-package] Compiling libloading v0.8.9
30092026-07-27T20:30:18.285Z[ host-package] Compiling bindgen v0.71.1
30102026-07-27T20:30:18.470Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30112026-07-27T20:30:18.505Z[ host-package] Compiling diesel v2.3.7
30122026-07-27T20:30:18.540Z[ host-package] Compiling diff v0.1.13
30132026-07-27T20:30:18.593Z[ host-package] Compiling unicase v2.9.0
30142026-07-27T20:30:18.872Z[ host-package] Compiling xshell-macros v0.2.7
30152026-07-27T20:30:18.938Z[ host-package] Compiling regex-syntax v0.6.29
30162026-07-27T20:30:19.304Z[ host-package] Compiling xshell v0.2.7
30172026-07-27T20:30:19.364Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30182026-07-27T20:30:19.888Z[ host-package] Compiling cexpr v0.6.0
30192026-07-27T20:30:20.256Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30202026-07-27T20:30:20.553Z[ host-package] Compiling lalrpop v0.19.12
30212026-07-27T20:30:20.578Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30222026-07-27T20:30:20.623Z[ host-package] Compiling rustc-hash v2.1.1
30232026-07-27T20:30:20.805Z[ host-package] Compiling crc8 v0.1.1
30242026-07-27T20:30:20.989Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30252026-07-27T20:30:21.598Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30262026-07-27T20:30:21.724Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30272026-07-27T20:30:21.789Z[ host-package] Compiling headers-core v0.3.0
30282026-07-27T20:30:21.963Z[ host-package] Compiling libxml v0.3.3
30292026-07-27T20:30:22.227Z[ host-package] Compiling headers v0.4.1
30302026-07-27T20:30:22.282Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30312026-07-27T20:30:22.329Z[ host-package] Compiling strum_macros v0.24.3
30322026-07-27T20:30:22.409Z[ host-package] Compiling indoc v1.0.9
30332026-07-27T20:30:22.863Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30342026-07-27T20:30:22.897Z[ host-package] Compiling derive_builder v0.20.2
30352026-07-27T20:30:23.127Z[ host-package] Compiling oso-derive v0.27.3
30362026-07-27T20:30:23.219Z[ host-package] Compiling quick-xml v0.37.5
30372026-07-27T20:30:23.743Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30382026-07-27T20:30:23.812Z[ host-package] Compiling openssl-probe v0.1.6
30392026-07-27T20:30:23.937Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30402026-07-27T20:30:23.984Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30412026-07-27T20:30:24.210Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30422026-07-27T20:30:24.391Z[ host-package] Compiling bb8 v0.8.6
30432026-07-27T20:30:24.463Z[ host-package] Compiling trait-variant v0.1.2
30442026-07-27T20:30:24.551Z[ host-package] Compiling half v1.8.3
30452026-07-27T20:30:24.847Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30462026-07-27T20:30:24.913Z[ host-package] Compiling progenitor-impl v0.13.0
30472026-07-27T20:30:25.024Z[ host-package] Compiling serde_cbor v0.11.2
30482026-07-27T20:30:25.173Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30492026-07-27T20:30:25.237Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30502026-07-27T20:30:25.528Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30512026-07-27T20:30:26.246Z[ host-package] Compiling progenitor-client v0.13.0
30522026-07-27T20:30:26.277Z[ host-package] Compiling nonempty v0.12.0
30532026-07-27T20:30:26.282Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30542026-07-27T20:30:26.419Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30552026-07-27T20:30:26.507Z[ host-package] Compiling samael v0.0.19
30562026-07-27T20:30:26.575Z[ host-package] Compiling fxhash v0.2.1
30572026-07-27T20:30:26.666Z[ host-package] Compiling libz-sys v1.1.24
30582026-07-27T20:30:26.744Z[ host-package] Compiling salty v0.3.0
30592026-07-27T20:30:27.094Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
30602026-07-27T20:30:27.158Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
30612026-07-27T20:30:27.234Z[ host-package] Compiling progenitor-macro v0.13.0
30622026-07-27T20:30:27.394Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30632026-07-27T20:30:27.738Z[ host-package] Compiling kstat-rs v0.2.4
30642026-07-27T20:30:27.882Z[ host-package] Compiling arc-swap v1.8.2
30652026-07-27T20:30:28.278Z[ host-package] Compiling slog-scope v4.4.1
30662026-07-27T20:30:28.442Z[ host-package] Compiling mime_guess v2.0.5
30672026-07-27T20:30:28.781Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
30682026-07-27T20:30:28.960Z[ host-package] Compiling polar-core v0.27.3
30692026-07-27T20:30:29.006Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30702026-07-27T20:30:29.404Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30712026-07-27T20:30:29.632Z[ helios-setup] Jul 27 20:30:28.508 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.37s
30722026-07-27T20:30:29.674Z[ helios-setup] Jul 27 20:30:28.551 INFO building project "amd-host-image-builder" ok (44 seconds)
30732026-07-27T20:30:29.674Z[ helios-setup] Jul 27 20:30:28.551 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30742026-07-27T20:30:29.684Z[ helios-setup] Jul 27 20:30:28.561 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
30752026-07-27T20:30:29.684Z[ helios-setup] Jul 27 20:30:28.561 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30762026-07-27T20:30:29.684Z[ helios-setup] Jul 27 20:30:28.561 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30772026-07-27T20:30:29.794Z[ helios-setup] Jul 27 20:30:28.671 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30782026-07-27T20:30:30.065Z[ helios-setup] Jul 27 20:30:28.941 INFO E| From https://github.com/jclulow/rust-jmclib
30792026-07-27T20:30:30.065Z[ helios-setup] Jul 27 20:30:28.941 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30802026-07-27T20:30:30.076Z[ helios-setup] Jul 27 20:30:28.953 INFO E| Updating crates.io index
30812026-07-27T20:30:30.130Z[ helios-setup] Jul 27 20:30:29.007 INFO E| Downloading crates ...
30822026-07-27T20:30:30.177Z[ helios-setup] Jul 27 20:30:29.053 INFO E| Downloaded glob v0.3.1
30832026-07-27T20:30:30.182Z[ helios-setup] Jul 27 20:30:29.055 INFO E| Downloaded sha-1 v0.9.8
30842026-07-27T20:30:30.185Z[ helios-setup] Jul 27 20:30:29.059 INFO E| Downloaded cpufeatures v0.2.9
30852026-07-27T20:30:30.186Z[ helios-setup] Jul 27 20:30:29.060 INFO E| Downloaded md-5 v0.9.1
30862026-07-27T20:30:30.186Z[ helios-setup] Jul 27 20:30:29.062 INFO E| Downloaded opaque-debug v0.3.0
30872026-07-27T20:30:30.190Z[ helios-setup] Jul 27 20:30:29.063 INFO E| Downloaded digest v0.9.0
30882026-07-27T20:30:30.193Z[ helios-setup] Jul 27 20:30:29.067 INFO E| Downloaded ryu v1.0.15
30892026-07-27T20:30:30.193Z[ helios-setup] Jul 27 20:30:29.069 INFO E| Downloaded libdevinfo-sys v1.0.0
30902026-07-27T20:30:30.196Z[ helios-setup] Jul 27 20:30:29.072 INFO E| Downloaded anyhow v1.0.72
30912026-07-27T20:30:30.201Z[ helios-setup] Jul 27 20:30:29.074 INFO E| Downloaded itoa v1.0.9
30922026-07-27T20:30:30.207Z[ helios-setup] Jul 27 20:30:29.078 INFO E| Downloaded block-buffer v0.9.0
30932026-07-27T20:30:30.207Z[ helios-setup] Jul 27 20:30:29.079 INFO E| Downloaded typenum v1.16.0
30942026-07-27T20:30:30.207Z[ helios-setup] Jul 27 20:30:29.080 INFO E| Downloaded bitflags v2.3.3
30952026-07-27T20:30:30.210Z[ helios-setup] Jul 27 20:30:29.085 INFO E| Downloaded errno v0.3.1
30962026-07-27T20:30:30.216Z[ helios-setup] Jul 27 20:30:29.093 INFO E| Downloaded fastrand v2.0.0
30972026-07-27T20:30:30.219Z[ helios-setup] Jul 27 20:30:29.095 INFO E| Downloaded unicode-width v0.1.10
30982026-07-27T20:30:30.227Z[ helios-setup] Jul 27 20:30:29.104 INFO E| Downloaded walkdir v2.3.3
30992026-07-27T20:30:30.232Z[ helios-setup] Jul 27 20:30:29.109 INFO E| Downloaded unicode-ident v1.0.11
31002026-07-27T20:30:30.237Z[ helios-setup] Jul 27 20:30:29.111 INFO E| Downloaded getrandom v0.2.10
31012026-07-27T20:30:30.237Z[ helios-setup] Jul 27 20:30:29.113 INFO E| Downloaded quote v1.0.31
31022026-07-27T20:30:30.241Z[ helios-setup] Jul 27 20:30:29.117 INFO E| Downloaded once_cell v1.18.0
31032026-07-27T20:30:30.245Z[ helios-setup] Jul 27 20:30:29.121 INFO E| Downloaded uuid v0.8.2
31042026-07-27T20:30:30.252Z[ helios-setup] Jul 27 20:30:29.127 INFO E| Downloaded tempfile v3.7.0
31052026-07-27T20:30:30.257Z[ helios-setup] Jul 27 20:30:29.133 INFO E| Downloaded serde_derive v1.0.193
31062026-07-27T20:30:30.262Z[ helios-setup] Jul 27 20:30:29.135 INFO E| Downloaded toml v0.5.11
31072026-07-27T20:30:30.262Z[ helios-setup] Jul 27 20:30:29.136 INFO E| Downloaded proc-macro2 v1.0.66
31082026-07-27T20:30:30.266Z[ helios-setup] Jul 27 20:30:29.143 INFO E| Downloaded serde v1.0.193
31092026-07-27T20:30:30.278Z[ helios-setup] Jul 27 20:30:29.155 INFO E| Downloaded serde_json v1.0.103
31102026-07-27T20:30:30.304Z[ helios-setup] Jul 27 20:30:29.181 INFO E| Downloaded syn v2.0.32
31112026-07-27T20:30:30.316Z[ helios-setup] Jul 27 20:30:29.193 INFO E| Downloaded rustix v0.38.4
31122026-07-27T20:30:30.348Z[ helios-setup] Jul 27 20:30:29.225 INFO E| Downloaded libc v0.2.147
31132026-07-27T20:30:30.410Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling libc v0.2.147
31142026-07-27T20:30:30.410Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling proc-macro2 v1.0.66
31152026-07-27T20:30:30.410Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling cfg-if v1.0.0
31162026-07-27T20:30:30.413Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling unicode-ident v1.0.11
31172026-07-27T20:30:30.413Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling version_check v0.9.4
31182026-07-27T20:30:30.413Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling typenum v1.16.0
31192026-07-27T20:30:30.414Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling serde v1.0.193
31202026-07-27T20:30:30.414Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling powerfmt v0.2.0
31212026-07-27T20:30:30.416Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling time-core v0.1.2
31222026-07-27T20:30:30.416Z[ helios-setup] Jul 27 20:30:29.287 INFO E| Compiling slog v2.7.0
31232026-07-27T20:30:30.488Z[ helios-setup] Jul 27 20:30:29.365 INFO E| Compiling num-conv v0.1.0
31242026-07-27T20:30:30.552Z[ helios-setup] Jul 27 20:30:29.429 INFO E| Compiling itoa v1.0.9
31252026-07-27T20:30:30.555Z[ helios-setup] Jul 27 20:30:29.429 INFO E| Compiling rustix v0.38.4
31262026-07-27T20:30:30.556Z[ helios-setup] Jul 27 20:30:29.429 INFO E| Compiling bitflags v2.3.3
31272026-07-27T20:30:30.575Z[ helios-setup] Jul 27 20:30:29.452 INFO E| Compiling once_cell v1.18.0
31282026-07-27T20:30:30.575Z[ helios-setup] Jul 27 20:30:29.452 INFO E| Compiling num_threads v0.1.6
31292026-07-27T20:30:31.095Z[ helios-setup] Jul 27 20:30:29.965 INFO E| Compiling serde_json v1.0.103
31302026-07-27T20:30:31.176Z[ helios-setup] Jul 27 20:30:30.053 INFO E| Compiling anyhow v1.0.72
31312026-07-27T20:30:31.179Z[ helios-setup] Jul 27 20:30:30.053 INFO E| Compiling generic-array v0.14.7
31322026-07-27T20:30:31.179Z[ helios-setup] Jul 27 20:30:30.053 INFO E| Compiling fastrand v2.0.0
31332026-07-27T20:30:31.208Z[ helios-setup] Jul 27 20:30:30.085 INFO E| Compiling opaque-debug v0.3.0
31342026-07-27T20:30:31.216Z[ helios-setup] Jul 27 20:30:30.094 INFO E| Compiling cpufeatures v0.2.9
31352026-07-27T20:30:31.325Z[ helios-setup] Jul 27 20:30:30.202 INFO E| Compiling thread_local v1.1.7
31362026-07-27T20:30:31.348Z[ helios-setup] Jul 27 20:30:30.225 INFO E| Compiling unicode-width v0.1.10
31372026-07-27T20:30:31.352Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31382026-07-27T20:30:31.358Z[ helios-setup] Jul 27 20:30:30.234 INFO E| Compiling ryu v1.0.15
31392026-07-27T20:30:31.484Z[ helios-setup] Jul 27 20:30:30.361 INFO E| Compiling same-file v1.0.6
31402026-07-27T20:30:31.547Z[ helios-setup] Jul 27 20:30:30.420 INFO E| Compiling deranged v0.3.11
31412026-07-27T20:30:31.592Z[ helios-setup] Jul 27 20:30:30.466 INFO E| Compiling time-macros v0.2.18
31422026-07-27T20:30:31.612Z[ helios-setup] Jul 27 20:30:30.489 INFO E| Compiling getopts v0.2.21
31432026-07-27T20:30:31.674Z[ helios-setup] Jul 27 20:30:30.550 INFO E| Compiling glob v0.3.1
31442026-07-27T20:30:31.895Z[ helios-setup] Jul 27 20:30:30.772 INFO E| Compiling walkdir v2.3.3
31452026-07-27T20:30:31.910Z[ host-package] Compiling rfc6979 v0.4.0
31462026-07-27T20:30:31.939Z[ helios-setup] Jul 27 20:30:30.815 INFO E| Compiling libdevinfo-sys v1.0.0
31472026-07-27T20:30:32.070Z[ host-package] Compiling progenitor v0.13.0
31482026-07-27T20:30:32.146Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31492026-07-27T20:30:32.174Z[ helios-setup] Jul 27 20:30:31.051 INFO E| Compiling dirs-sys-next v0.1.2
31502026-07-27T20:30:32.174Z[ helios-setup] Jul 27 20:30:31.051 INFO E| Compiling errno v0.3.1
31512026-07-27T20:30:32.175Z[ helios-setup] Jul 27 20:30:31.051 INFO E| Compiling atty v0.2.14
31522026-07-27T20:30:32.227Z[ helios-setup] Jul 27 20:30:31.103 INFO E| Compiling getrandom v0.2.10
31532026-07-27T20:30:32.336Z[ host-package] Compiling nanorand v0.7.0
31542026-07-27T20:30:32.359Z[ helios-setup] Jul 27 20:30:31.236 INFO E| Compiling dirs-next v2.0.0
31552026-07-27T20:30:32.392Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31562026-07-27T20:30:32.440Z[ helios-setup] Jul 27 20:30:31.315 INFO E| Compiling term v0.7.0
31572026-07-27T20:30:32.826Z[ host-package] Compiling parking_lot_core v0.8.6
31582026-07-27T20:30:33.031Z[ helios-setup] Jul 27 20:30:31.850 INFO E| Compiling quote v1.0.31
31592026-07-27T20:30:33.083Z[ helios-setup] Jul 27 20:30:31.960 INFO E| Compiling tempfile v3.7.0
31602026-07-27T20:30:33.280Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31612026-07-27T20:30:33.284Z[ helios-setup] Jul 27 20:30:32.158 INFO E| Compiling syn v2.0.32
31622026-07-27T20:30:33.489Z[ helios-setup] Jul 27 20:30:32.366 INFO E| Compiling time v0.3.36
31632026-07-27T20:30:33.531Z[ host-package] Compiling flume v0.11.1
31642026-07-27T20:30:33.630Z[ helios-setup] Jul 27 20:30:32.507 INFO E| Compiling digest v0.9.0
31652026-07-27T20:30:33.630Z[ helios-setup] Jul 27 20:30:32.507 INFO E| Compiling block-buffer v0.9.0
31662026-07-27T20:30:33.729Z[ helios-setup] Jul 27 20:30:32.606 INFO E| Compiling sha-1 v0.9.8
31672026-07-27T20:30:33.729Z[ helios-setup] Jul 27 20:30:32.606 INFO E| Compiling md-5 v0.9.1
31682026-07-27T20:30:33.995Z[ host-package] Compiling ecdsa v0.16.9
31692026-07-27T20:30:34.058Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31702026-07-27T20:30:34.428Z[ helios-setup] Jul 27 20:30:33.305 INFO E| Compiling slog-term v2.9.0
31712026-07-27T20:30:34.638Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31722026-07-27T20:30:34.895Z[ host-package] Compiling slog-stdlog v4.1.1
31732026-07-27T20:30:35.169Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31742026-07-27T20:30:35.292Z[ helios-setup] Jul 27 20:30:34.168 INFO E| Compiling serde_derive v1.0.193
31752026-07-27T20:30:35.336Z[ host-package] Compiling primeorder v0.13.6
31762026-07-27T20:30:35.696Z[ host-package] Compiling git-stub v1.0.0
31772026-07-27T20:30:35.750Z[ host-package] Compiling atty v0.2.14
31782026-07-27T20:30:35.904Z[ host-package] Compiling http-range v0.1.5
31792026-07-27T20:30:36.083Z[ host-package] Compiling strsim v0.10.0
31802026-07-27T20:30:36.286Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31812026-07-27T20:30:36.420Z[ host-package] Compiling instability v0.3.11
31822026-07-27T20:30:36.449Z[ host-package] Compiling darling_core v0.13.4
31832026-07-27T20:30:36.558Z[ host-package] Compiling git-stub-vcs v0.1.0
31842026-07-27T20:30:36.699Z[ host-package] Compiling p384 v0.13.1
31852026-07-27T20:30:36.797Z[ host-package] Compiling slog-envlogger v2.2.0
31862026-07-27T20:30:37.867Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31872026-07-27T20:30:38.442Z[ host-package] Compiling diesel-dtrace v0.5.0
31882026-07-27T20:30:38.653Z[ host-package] Compiling async-bb8-diesel v0.2.1
31892026-07-27T20:30:38.860Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31902026-07-27T20:30:38.948Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31912026-07-27T20:30:39.144Z[ host-package] Compiling ignore v0.4.25
31922026-07-27T20:30:39.824Z[ helios-setup] Jul 27 20:30:38.701 INFO E| Compiling toml v0.5.11
31932026-07-27T20:30:39.824Z[ helios-setup] Jul 27 20:30:38.701 INFO E| Compiling uuid v0.8.2
31942026-07-27T20:30:40.708Z[ helios-setup] Jul 27 20:30:39.584 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31952026-07-27T20:30:41.586Z[ helios-setup] Jul 27 20:30:40.424 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31962026-07-27T20:30:41.885Z[ host-package] Compiling oso v0.27.3
31972026-07-27T20:30:42.406Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31982026-07-27T20:30:42.434Z[ host-package] Compiling vergen-git2 v9.1.0
31992026-07-27T20:30:42.672Z[ host-package] Compiling castaway v0.2.4
32002026-07-27T20:30:42.790Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32012026-07-27T20:30:42.844Z[ host-package] Compiling indoc v2.0.7
32022026-07-27T20:30:43.132Z[ host-package] Compiling compact_str v0.8.1
32032026-07-27T20:30:43.510Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32042026-07-27T20:30:43.994Z[ host-package] Compiling globwalk v0.9.1
32052026-07-27T20:30:44.085Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32062026-07-27T20:30:44.314Z[ host-package] Compiling parking_lot v0.11.2
32072026-07-27T20:30:44.368Z[ host-package] Compiling darling_macro v0.13.4
32082026-07-27T20:30:44.696Z[ host-package] Compiling hyper-staticfile v0.10.1
32092026-07-27T20:30:44.726Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32102026-07-27T20:30:44.978Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32112026-07-27T20:30:45.098Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32122026-07-27T20:30:45.238Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32132026-07-27T20:30:45.342Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32142026-07-27T20:30:45.820Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32152026-07-27T20:30:45.877Z[ host-package] Compiling predicates-tree v1.0.13
32162026-07-27T20:30:45.925Z[ helios-setup] Jul 27 20:30:44.802 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.22s
32172026-07-27T20:30:45.955Z[ helios-setup] Jul 27 20:30:44.827 INFO building project "image-builder" ok (16 seconds)
32182026-07-27T20:30:45.955Z[ helios-setup] Jul 27 20:30:44.827 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32192026-07-27T20:30:45.960Z[ helios-setup] Jul 27 20:30:44.836 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
32202026-07-27T20:30:45.960Z[ helios-setup] Jul 27 20:30:44.836 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32212026-07-27T20:30:45.960Z[ helios-setup] Jul 27 20:30:44.836 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32222026-07-27T20:30:46.058Z[ host-package] Compiling unicode-truncate v1.1.0
32232026-07-27T20:30:46.073Z[ helios-setup] Jul 27 20:30:44.949 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32242026-07-27T20:30:46.308Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32252026-07-27T20:30:46.338Z[ host-package] Compiling lru v0.12.5
32262026-07-27T20:30:46.353Z[ helios-setup] Jul 27 20:30:45.229 INFO E| From https://github.com/jclulow/hiercmd
32272026-07-27T20:30:46.354Z[ helios-setup] Jul 27 20:30:45.229 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32282026-07-27T20:30:46.366Z[ helios-setup] Jul 27 20:30:45.242 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32292026-07-27T20:30:46.535Z[ host-package] Compiling prefix-trie v0.7.0
32302026-07-27T20:30:46.690Z[ host-package] Compiling rand_seeder v0.4.0
32312026-07-27T20:30:46.694Z[ helios-setup] Jul 27 20:30:45.549 INFO E| From https://github.com/oxidecomputer/network-interface
32322026-07-27T20:30:46.694Z[ helios-setup] Jul 27 20:30:45.549 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32332026-07-27T20:30:46.694Z[ helios-setup] Jul 27 20:30:45.561 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32342026-07-27T20:30:46.836Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32352026-07-27T20:30:46.965Z[ helios-setup] Jul 27 20:30:45.841 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32362026-07-27T20:30:46.965Z[ helios-setup] Jul 27 20:30:45.841 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32372026-07-27T20:30:47.005Z[ helios-setup] Jul 27 20:30:45.880 INFO E| Updating crates.io index
32382026-07-27T20:30:47.066Z[ helios-setup] Jul 27 20:30:45.942 INFO E| Downloading crates ...
32392026-07-27T20:30:47.090Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32402026-07-27T20:30:47.144Z[ helios-setup] Jul 27 20:30:46.021 INFO E| Downloaded iana-time-zone v0.1.64
32412026-07-27T20:30:47.148Z[ helios-setup] Jul 27 20:30:46.024 INFO E| Downloaded bytes v1.10.1
32422026-07-27T20:30:47.151Z[ helios-setup] Jul 27 20:30:46.028 INFO E| Downloaded anstyle-query v1.1.4
32432026-07-27T20:30:47.152Z[ helios-setup] Jul 27 20:30:46.028 INFO E| Downloaded futures-task v0.3.31
32442026-07-27T20:30:47.155Z[ helios-setup] Jul 27 20:30:46.029 INFO E| Downloaded anstyle v1.0.13
32452026-07-27T20:30:47.155Z[ helios-setup] Jul 27 20:30:46.031 INFO E| Downloaded typenum v1.19.0
32462026-07-27T20:30:47.158Z[ helios-setup] Jul 27 20:30:46.035 INFO E| Downloaded anyhow v1.0.100
32472026-07-27T20:30:47.170Z[ helios-setup] Jul 27 20:30:46.046 INFO E| Downloaded hashbrown v0.16.0
32482026-07-27T20:30:47.173Z[ helios-setup] Jul 27 20:30:46.050 INFO E| Downloaded bitfield-macros v0.19.3
32492026-07-27T20:30:47.176Z[ helios-setup] Jul 27 20:30:46.054 INFO E| Downloaded num_enum v0.7.5
32502026-07-27T20:30:47.184Z[ helios-setup] Jul 27 20:30:46.061 INFO E| Downloaded num_enum_derive v0.7.5
32512026-07-27T20:30:47.187Z[ helios-setup] Jul 27 20:30:46.062 INFO E| Downloaded quote v1.0.41
32522026-07-27T20:30:47.187Z[ helios-setup] Jul 27 20:30:46.063 INFO E| Downloaded deranged v0.5.5
32532026-07-27T20:30:47.190Z[ helios-setup] Jul 27 20:30:46.066 INFO E| Downloaded getrandom v0.2.16
32542026-07-27T20:30:47.193Z[ helios-setup] Jul 27 20:30:46.070 INFO E| Downloaded crc v3.3.0
32552026-07-27T20:30:47.200Z[ helios-setup] Jul 27 20:30:46.077 INFO E| Downloaded log v0.4.28
32562026-07-27T20:30:47.204Z[ helios-setup] Jul 27 20:30:46.079 INFO E| Downloaded devinfo v0.1.0
32572026-07-27T20:30:47.204Z[ helios-setup] Jul 27 20:30:46.080 INFO E| Downloaded futures-io v0.3.31
32582026-07-27T20:30:47.208Z[ helios-setup] Jul 27 20:30:46.082 INFO E| Downloaded pin-utils v0.1.0
32592026-07-27T20:30:47.214Z[ helios-setup] Jul 27 20:30:46.091 INFO E| Downloaded base64ct v1.8.0
32602026-07-27T20:30:47.225Z[ helios-setup] Jul 27 20:30:46.102 INFO E| Downloaded clap_lex v0.7.6
32612026-07-27T20:30:47.229Z[ helios-setup] Jul 27 20:30:46.104 INFO E| Downloaded serde_spanned v1.0.3
32622026-07-27T20:30:47.229Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32632026-07-27T20:30:47.232Z[ helios-setup] Jul 27 20:30:46.109 INFO E| Downloaded libdevinfo-sys v1.1.0
32642026-07-27T20:30:47.235Z[ helios-setup] Jul 27 20:30:46.113 INFO E| Downloaded zeroize_derive v1.4.2
32652026-07-27T20:30:47.245Z[ helios-setup] Jul 27 20:30:46.122 INFO E| Downloaded env_filter v0.1.4
32662026-07-27T20:30:47.249Z[ helios-setup] Jul 27 20:30:46.125 INFO E| Downloaded futures-macro v0.3.31
32672026-07-27T20:30:47.258Z[ helios-setup] Jul 27 20:30:46.135 INFO E| Downloaded futures-channel v0.3.31
32682026-07-27T20:30:47.261Z[ helios-setup] Jul 27 20:30:46.136 INFO E| Downloaded generic-array v0.14.9
32692026-07-27T20:30:47.264Z[ helios-setup] Jul 27 20:30:46.139 INFO E| Downloaded futures-sink v0.3.31
32702026-07-27T20:30:47.267Z[ helios-setup] Jul 27 20:30:46.142 INFO E| Downloaded futures-core v0.3.31
32712026-07-27T20:30:47.267Z[ helios-setup] Jul 27 20:30:46.143 INFO E| Downloaded time-core v0.1.6
32722026-07-27T20:30:47.275Z[ helios-setup] Jul 27 20:30:46.151 INFO E| Downloaded getopts v0.2.24
32732026-07-27T20:30:47.278Z[ helios-setup] Jul 27 20:30:46.152 INFO E| Downloaded futures-executor v0.3.31
32742026-07-27T20:30:47.282Z[ helios-setup] Jul 27 20:30:46.156 INFO E| Downloaded thiserror-impl v2.0.17
32752026-07-27T20:30:47.285Z[ helios-setup] Jul 27 20:30:46.161 INFO E| Downloaded env_logger v0.11.8
32762026-07-27T20:30:47.290Z[ helios-setup] Jul 27 20:30:46.164 INFO E| Downloaded bitfield v0.19.3
32772026-07-27T20:30:47.290Z[ helios-setup] Jul 27 20:30:46.165 INFO E| Downloaded find-msvc-tools v0.1.4
32782026-07-27T20:30:47.294Z[ helios-setup] Jul 27 20:30:46.166 INFO E| Downloaded simd-adler32 v0.3.7
32792026-07-27T20:30:47.294Z[ helios-setup] Jul 27 20:30:46.167 INFO E| Downloaded toml_datetime v0.7.3
32802026-07-27T20:30:47.297Z[ helios-setup] Jul 27 20:30:46.170 INFO E| Downloaded tokio-macros v2.6.0
32812026-07-27T20:30:47.297Z[ helios-setup] Jul 27 20:30:46.171 INFO E| Downloaded toml_writer v1.0.4
32822026-07-27T20:30:47.299Z[ helios-setup] Jul 27 20:30:46.174 INFO E| Downloaded time-macros v0.2.24
32832026-07-27T20:30:47.303Z[ helios-setup] Jul 27 20:30:46.180 INFO E| Downloaded slab v0.4.11
32842026-07-27T20:30:47.306Z[ helios-setup] Jul 27 20:30:46.181 INFO E| Downloaded thiserror v2.0.17
32852026-07-27T20:30:47.309Z[ helios-setup] Jul 27 20:30:46.184 INFO E| Downloaded mio v1.1.0
32862026-07-27T20:30:47.312Z[ helios-setup] Jul 27 20:30:46.188 INFO E| Downloaded signal-hook-registry v1.4.6
32872026-07-27T20:30:47.312Z[ helios-setup] Jul 27 20:30:46.189 INFO E| Downloaded bitflags v2.10.0
32882026-07-27T20:30:47.315Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32892026-07-27T20:30:47.330Z[ helios-setup] Jul 27 20:30:46.206 INFO E| Downloaded toml_parser v1.0.4
32902026-07-27T20:30:47.333Z[ helios-setup] Jul 27 20:30:46.208 INFO E| Downloaded term v1.2.0
32912026-07-27T20:30:47.336Z[ helios-setup] Jul 27 20:30:46.210 INFO E| Downloaded pin-project-lite v0.2.16
32922026-07-27T20:30:47.336Z[ helios-setup] Jul 27 20:30:46.213 INFO E| Downloaded clap v4.5.51
32932026-07-27T20:30:47.342Z[ helios-setup] Jul 27 20:30:46.218 INFO E| Downloaded clap_derive v4.5.49
32942026-07-27T20:30:47.345Z[ helios-setup] Jul 27 20:30:46.222 INFO E| Downloaded socket2 v0.6.1
32952026-07-27T20:30:47.348Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32962026-07-27T20:30:47.351Z[ helios-setup] Jul 27 20:30:46.228 INFO E| Downloaded futures v0.3.31
32972026-07-27T20:30:47.355Z[ helios-setup] Jul 27 20:30:46.232 INFO E| Downloaded unicode-ident v1.0.22
32982026-07-27T20:30:47.358Z[ helios-setup] Jul 27 20:30:46.235 INFO E| Downloaded proc-macro2 v1.0.103
32992026-07-27T20:30:47.374Z[ helios-setup] Jul 27 20:30:46.247 INFO E| Downloaded iddqd v0.3.14
33002026-07-27T20:30:47.374Z[ helios-setup] Jul 27 20:30:46.251 INFO E| Downloaded toml v0.9.8
33012026-07-27T20:30:47.377Z[ helios-setup] Jul 27 20:30:46.253 INFO E| Downloaded libm v0.2.15
33022026-07-27T20:30:47.393Z[ helios-setup] Jul 27 20:30:46.270 INFO E| Downloaded toml_edit v0.23.7
33032026-07-27T20:30:47.397Z[ helios-setup] Jul 27 20:30:46.272 INFO E| Downloaded uuid v1.18.1
33042026-07-27T20:30:47.400Z[ helios-setup] Jul 27 20:30:46.274 INFO E| Downloaded flate2 v1.1.5
33052026-07-27T20:30:47.403Z[ helios-setup] Jul 27 20:30:46.277 INFO E| Downloaded memchr v2.7.6
33062026-07-27T20:30:47.406Z[ helios-setup] Jul 27 20:30:46.280 INFO E| Downloaded zerocopy-derive v0.8.27
33072026-07-27T20:30:47.410Z[ helios-setup] Jul 27 20:30:46.284 INFO E| Downloaded rand v0.8.5
33082026-07-27T20:30:47.410Z[ helios-setup] Jul 27 20:30:46.287 INFO E| Downloaded cc v1.2.44
33092026-07-27T20:30:47.413Z[ helios-setup] Jul 27 20:30:46.289 INFO E| Downloaded indexmap v2.12.0
33102026-07-27T20:30:47.416Z[ helios-setup] Jul 27 20:30:46.292 INFO E| Downloaded num-bigint-dig v0.8.4
33112026-07-27T20:30:47.424Z[ helios-setup] Jul 27 20:30:46.301 INFO E| Downloaded rsa v0.9.8
33122026-07-27T20:30:47.455Z[ helios-setup] Jul 27 20:30:46.332 INFO E| Downloaded futures-util v0.3.31
33132026-07-27T20:30:47.466Z[ helios-setup] Jul 27 20:30:46.341 INFO E| Downloaded time v0.3.44
33142026-07-27T20:30:47.471Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33152026-07-27T20:30:47.491Z[ helios-setup] Jul 27 20:30:46.368 INFO E| Downloaded serde_json v1.0.145
33162026-07-27T20:30:47.496Z[ helios-setup] Jul 27 20:30:46.373 INFO E| Downloaded winnow v0.7.13
33172026-07-27T20:30:47.502Z[ helios-setup] Jul 27 20:30:46.379 INFO E| Downloaded clap_builder v4.5.51
33182026-07-27T20:30:47.508Z[ helios-setup] Jul 27 20:30:46.384 INFO E| Downloaded chrono v0.4.42
33192026-07-27T20:30:47.527Z[ helios-setup] Jul 27 20:30:46.404 INFO E| Downloaded zerocopy v0.8.27
33202026-07-27T20:30:47.545Z[ helios-setup] Jul 27 20:30:46.421 INFO E| Downloaded syn v2.0.108
33212026-07-27T20:30:47.553Z[ helios-setup] Jul 27 20:30:46.429 INFO E| Downloaded unicode-width v0.2.2
33222026-07-27T20:30:47.558Z[ helios-setup] Jul 27 20:30:46.435 INFO E| Downloaded rustix v1.1.2
33232026-07-27T20:30:47.638Z[ helios-setup] Jul 27 20:30:46.515 INFO E| Downloaded libc v0.2.177
33242026-07-27T20:30:47.654Z[ helios-setup] Jul 27 20:30:46.531 INFO E| Downloaded tokio v1.48.0
33252026-07-27T20:30:47.815Z[ helios-setup] Jul 27 20:30:46.691 INFO E| Compiling proc-macro2 v1.0.103
33262026-07-27T20:30:47.815Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling unicode-ident v1.0.22
33272026-07-27T20:30:47.815Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling quote v1.0.41
33282026-07-27T20:30:47.819Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling libc v0.2.177
33292026-07-27T20:30:47.819Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling serde_core v1.0.228
33302026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling cfg-if v1.0.4
33312026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling serde v1.0.228
33322026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling version_check v0.9.5
33332026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling autocfg v1.5.0
33342026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling typenum v1.19.0
33352026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling const-oid v0.9.6
33362026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling libm v0.2.15
33372026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling zerocopy v0.8.27
33382026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling rustversion v1.0.22
33392026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling smallvec v1.15.1
33402026-07-27T20:30:47.820Z[ helios-setup] Jul 27 20:30:46.692 INFO E| Compiling zeroize v1.8.2
33412026-07-27T20:30:47.898Z[ host-package] Compiling cassowary v0.3.0
33422026-07-27T20:30:48.229Z[ helios-setup] Jul 27 20:30:47.106 INFO E| Compiling base64ct v1.8.0
33432026-07-27T20:30:48.352Z[ helios-setup] Jul 27 20:30:47.227 INFO E| Compiling equivalent v1.0.2
33442026-07-27T20:30:48.444Z[ host-package] Compiling corncobs v0.1.4
33452026-07-27T20:30:48.496Z[ helios-setup] Jul 27 20:30:47.363 INFO E| Compiling anyhow v1.0.100
33462026-07-27T20:30:48.702Z[ helios-setup] Jul 27 20:30:47.578 INFO E| Compiling crc32fast v1.5.0
33472026-07-27T20:30:48.809Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-07-27T20:30:48.873Z[ helios-setup] Jul 27 20:30:47.749 INFO E| Compiling pem-rfc7468 v0.7.0
33492026-07-27T20:30:49.022Z[ host-package] Compiling ratatui v0.29.0
33502026-07-27T20:30:49.025Z[ helios-setup] Jul 27 20:30:47.902 INFO E| Compiling num-traits v0.2.19
33512026-07-27T20:30:49.099Z[ helios-setup] Jul 27 20:30:47.976 INFO E| Compiling generic-array v0.14.9
33522026-07-27T20:30:49.144Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33532026-07-27T20:30:49.230Z[ helios-setup] Jul 27 20:30:48.104 INFO E| Compiling utf8parse v0.2.2
33542026-07-27T20:30:49.250Z[ helios-setup] Jul 27 20:30:48.126 INFO E| Compiling byteorder v1.5.0
33552026-07-27T20:30:49.271Z[ helios-setup] Jul 27 20:30:48.147 INFO E| Compiling flagset v0.4.7
33562026-07-27T20:30:49.296Z[ helios-setup] Jul 27 20:30:48.171 INFO E| Compiling rustix v1.1.2
33572026-07-27T20:30:49.361Z[ helios-setup] Jul 27 20:30:48.238 INFO E| Compiling hashbrown v0.16.0
33582026-07-27T20:30:49.373Z[ helios-setup] Jul 27 20:30:48.249 INFO E| Compiling memchr v2.7.6
33592026-07-27T20:30:49.485Z[ helios-setup] Jul 27 20:30:48.362 INFO E| Compiling winnow v0.7.13
33602026-07-27T20:30:49.642Z[ helios-setup] Jul 27 20:30:48.506 INFO E| Compiling anstyle-parse v0.2.7
33612026-07-27T20:30:49.794Z[ helios-setup] Jul 27 20:30:48.670 INFO E| Compiling getrandom v0.2.16
33622026-07-27T20:30:50.025Z[ helios-setup] Jul 27 20:30:48.901 INFO E| Compiling rand_core v0.6.4
33632026-07-27T20:30:50.046Z[ helios-setup] Jul 27 20:30:48.923 INFO E| Compiling errno v0.3.14
33642026-07-27T20:30:50.069Z[ helios-setup] Jul 27 20:30:48.946 INFO E| Compiling allocator-api2 v0.2.21
33652026-07-27T20:30:50.076Z[ helios-setup] Jul 27 20:30:48.953 INFO E| Compiling anstyle v1.0.13
33662026-07-27T20:30:50.239Z[ helios-setup] Jul 27 20:30:49.115 INFO E| Compiling indexmap v2.12.0
33672026-07-27T20:30:50.272Z[ helios-setup] Jul 27 20:30:49.149 INFO E| Compiling cpufeatures v0.2.17
33682026-07-27T20:30:50.301Z[ helios-setup] Jul 27 20:30:49.178 INFO E| Compiling shlex v1.3.0
33692026-07-27T20:30:50.305Z[ helios-setup] Jul 27 20:30:49.179 INFO E| Compiling colorchoice v1.0.4
33702026-07-27T20:30:50.355Z[ helios-setup] Jul 27 20:30:49.231 INFO E| Compiling find-msvc-tools v0.1.4
33712026-07-27T20:30:50.391Z[ helios-setup] Jul 27 20:30:49.268 INFO E| Compiling toml_datetime v0.7.3
33722026-07-27T20:30:50.401Z[ helios-setup] Jul 27 20:30:49.278 INFO E| Compiling syn v1.0.109
33732026-07-27T20:30:50.461Z[ helios-setup] Jul 27 20:30:49.338 INFO E| Compiling anstyle-query v1.1.4
33742026-07-27T20:30:50.636Z[ host-package] Compiling hickory-server v0.25.2
33752026-07-27T20:30:50.667Z[ helios-setup] Jul 27 20:30:49.543 INFO E| Compiling radium v0.7.0
33762026-07-27T20:30:50.777Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33772026-07-27T20:30:50.798Z[ helios-setup] Jul 27 20:30:49.674 INFO E| Compiling is_terminal_polyfill v1.70.2
33782026-07-27T20:30:50.798Z[ helios-setup] Jul 27 20:30:49.674 INFO E| Compiling cc v1.2.44
33792026-07-27T20:30:50.917Z[ helios-setup] Jul 27 20:30:49.794 INFO E| Compiling anstream v0.6.21
33802026-07-27T20:30:50.994Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33812026-07-27T20:30:51.005Z[ helios-setup] Jul 27 20:30:49.882 INFO E| Compiling syn v2.0.108
33822026-07-27T20:30:51.081Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33832026-07-27T20:30:51.191Z[ helios-setup] Jul 27 20:30:50.068 INFO E| Compiling slog v2.8.2
33842026-07-27T20:30:51.247Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33852026-07-27T20:30:51.278Z[ helios-setup] Jul 27 20:30:50.153 INFO E| Compiling futures-sink v0.3.31
33862026-07-27T20:30:51.509Z[ helios-setup] Jul 27 20:30:50.386 INFO E| Compiling pin-project-lite v0.2.16
33872026-07-27T20:30:51.529Z[ helios-setup] Jul 27 20:30:50.404 INFO E| Compiling maybe-uninit v2.0.0
33882026-07-27T20:30:51.674Z[ helios-setup] Jul 27 20:30:50.551 INFO E| Compiling tap v1.0.1
33892026-07-27T20:30:51.777Z[ helios-setup] Jul 27 20:30:50.654 INFO E| Compiling parking_lot_core v0.9.12
33902026-07-27T20:30:51.842Z[ helios-setup] Jul 27 20:30:50.718 INFO E| Compiling unicode-width v0.2.2
33912026-07-27T20:30:51.850Z[ helios-setup] Jul 27 20:30:50.725 INFO E| Compiling crypto-common v0.1.6
33922026-07-27T20:30:51.921Z[ helios-setup] Jul 27 20:30:50.797 INFO E| Compiling block-buffer v0.10.4
33932026-07-27T20:30:51.974Z[ helios-setup] Jul 27 20:30:50.850 INFO E| Compiling pkg-config v0.3.32
33942026-07-27T20:30:52.059Z[ helios-setup] Jul 27 20:30:50.936 INFO E| Compiling futures-core v0.3.31
33952026-07-27T20:30:52.106Z[ helios-setup] Jul 27 20:30:50.981 INFO E| Compiling num-integer v0.1.46
33962026-07-27T20:30:52.145Z[ helios-setup] Jul 27 20:30:51.020 INFO E| Compiling wyz v0.5.1
33972026-07-27T20:30:52.226Z[ helios-setup] Jul 27 20:30:51.102 INFO E| Compiling digest v0.10.7
33982026-07-27T20:30:52.302Z[ helios-setup] Jul 27 20:30:51.179 INFO E| Compiling futures-channel v0.3.31
33992026-07-27T20:30:52.359Z[ helios-setup] Jul 27 20:30:51.235 INFO E| Compiling getopts v0.2.24
34002026-07-27T20:30:52.408Z[ helios-setup] Jul 27 20:30:51.285 INFO E| Compiling bitflags v2.10.0
34012026-07-27T20:30:52.520Z[ helios-setup] Jul 27 20:30:51.397 INFO E| Compiling toml_parser v1.0.4
34022026-07-27T20:30:52.612Z[ host-package] Compiling darling v0.13.4
34032026-07-27T20:30:52.667Z[ helios-setup] Jul 27 20:30:51.543 INFO E| Compiling sha2 v0.10.9
34042026-07-27T20:30:52.716Z[ helios-setup] Jul 27 20:30:51.593 INFO E| Compiling ahash v0.8.12
34052026-07-27T20:30:52.722Z[ helios-setup] Jul 27 20:30:51.599 INFO E| Compiling packed_struct v0.10.1
34062026-07-27T20:30:52.842Z[ helios-setup] Jul 27 20:30:51.719 INFO E| Compiling futures-task v0.3.31
34072026-07-27T20:30:53.014Z[ helios-setup] Jul 27 20:30:51.890 INFO E| Compiling bytes v1.10.1
34082026-07-27T20:30:53.055Z[ helios-setup] Jul 27 20:30:51.931 INFO E| Compiling heck v0.5.0
34092026-07-27T20:30:53.069Z[ helios-setup] Jul 27 20:30:51.945 INFO E| Compiling strsim v0.11.1
34102026-07-27T20:30:53.093Z[ helios-setup] Jul 27 20:30:51.970 INFO E| Compiling num-bigint-dig v0.8.4
34112026-07-27T20:30:53.093Z[ helios-setup] Jul 27 20:30:51.970 INFO E| Compiling clap_lex v0.7.6
34122026-07-27T20:30:53.214Z[ helios-setup] Jul 27 20:30:52.090 INFO E| Compiling scopeguard v1.2.0
34132026-07-27T20:30:53.230Z[ helios-setup] Jul 27 20:30:52.107 INFO E| Compiling futures-io v0.3.31
34142026-07-27T20:30:53.329Z[ helios-setup] Jul 27 20:30:52.206 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34152026-07-27T20:30:53.340Z[ helios-setup] Jul 27 20:30:52.217 INFO E| Compiling thiserror v1.0.69
34162026-07-27T20:30:53.346Z[ helios-setup] Jul 27 20:30:52.223 INFO E| Compiling spin v0.9.8
34172026-07-27T20:30:53.366Z[ helios-setup] Jul 27 20:30:52.243 INFO E| Compiling time-core v0.1.6
34182026-07-27T20:30:53.607Z[ helios-setup] Jul 27 20:30:52.481 INFO E| Compiling toml_edit v0.23.7
34192026-07-27T20:30:53.671Z[ helios-setup] Jul 27 20:30:52.547 INFO E| Compiling num-conv v0.1.0
34202026-07-27T20:30:53.804Z[ helios-setup] Jul 27 20:30:52.681 INFO E| Compiling getrandom v0.3.4
34212026-07-27T20:30:53.846Z[ helios-setup] Jul 27 20:30:52.720 INFO E| Compiling slab v0.4.11
34222026-07-27T20:30:53.867Z[ helios-setup] Jul 27 20:30:52.743 INFO E| Compiling pin-utils v0.1.0
34232026-07-27T20:30:53.956Z[ helios-setup] Jul 27 20:30:52.833 INFO E| Compiling terminal_size v0.4.3
34242026-07-27T20:30:54.018Z[ helios-setup] Jul 27 20:30:52.893 INFO E| Compiling itoa v1.0.15
34252026-07-27T20:30:54.076Z[ helios-setup] Jul 27 20:30:52.953 INFO E| Compiling funty v2.0.0
34262026-07-27T20:30:54.130Z[ helios-setup] Jul 27 20:30:53.002 INFO E| Compiling powerfmt v0.2.0
34272026-07-27T20:30:54.194Z[ helios-setup] Jul 27 20:30:53.071 INFO E| Compiling clap_builder v4.5.51
34282026-07-27T20:30:54.381Z[ helios-setup] Jul 27 20:30:53.258 INFO E| Compiling time-macros v0.2.24
34292026-07-27T20:30:54.420Z[ helios-setup] Jul 27 20:30:53.296 INFO E| Compiling lazy_static v1.5.0
34302026-07-27T20:30:54.508Z[ helios-setup] Jul 27 20:30:53.385 INFO E| Compiling proc-macro-crate v3.4.0
34312026-07-27T20:30:54.647Z[ helios-setup] Jul 27 20:30:53.524 INFO E| Compiling deranged v0.5.5
34322026-07-27T20:30:54.753Z[ helios-setup] Jul 27 20:30:53.617 INFO E| Compiling bitvec v1.0.1
34332026-07-27T20:30:54.757Z[ host-package] Compiling sled v0.34.7
34342026-07-27T20:30:54.832Z[ helios-setup] Jul 27 20:30:53.708 INFO E| Compiling lock_api v0.4.14
34352026-07-27T20:30:55.045Z[ helios-setup] Jul 27 20:30:53.921 INFO E| Compiling num-iter v0.1.45
34362026-07-27T20:30:55.237Z[ helios-setup] Jul 27 20:30:54.114 INFO E| Compiling indexmap v1.9.3
34372026-07-27T20:30:55.240Z[ helios-setup] Jul 27 20:30:54.115 INFO E| Compiling adler2 v2.0.1
34382026-07-27T20:30:55.283Z[ helios-setup] Jul 27 20:30:54.159 INFO E| Compiling serde_json v1.0.145
34392026-07-27T20:30:55.294Z[ helios-setup] Jul 27 20:30:54.169 INFO E| Compiling nodrop v0.1.14
34402026-07-27T20:30:55.409Z[ helios-setup] Jul 27 20:30:54.286 INFO E| Compiling crc-catalog v2.4.0
34412026-07-27T20:30:55.525Z[ helios-setup] Jul 27 20:30:54.401 INFO E| Compiling once_cell v1.21.3
34422026-07-27T20:30:55.531Z[ helios-setup] Jul 27 20:30:54.408 INFO E| Compiling iana-time-zone v0.1.64
34432026-07-27T20:30:55.552Z[ helios-setup] Jul 27 20:30:54.429 INFO E| Compiling thiserror v2.0.17
34442026-07-27T20:30:55.741Z[ helios-setup] Jul 27 20:30:54.618 INFO E| Compiling log v0.4.28
34452026-07-27T20:30:55.792Z[ helios-setup] Jul 27 20:30:54.669 INFO E| Compiling simd-adler32 v0.3.7
34462026-07-27T20:30:55.866Z[ helios-setup] Jul 27 20:30:54.743 INFO E| Compiling chrono v0.4.42
34472026-07-27T20:30:55.873Z[ helios-setup] Jul 27 20:30:54.750 INFO E| Compiling crc v3.3.0
34482026-07-27T20:30:56.065Z[ helios-setup] Jul 27 20:30:54.941 INFO E| Compiling miniz_oxide v0.8.9
34492026-07-27T20:30:56.151Z[ helios-setup] Jul 27 20:30:55.028 INFO E| Compiling env_filter v0.1.4
34502026-07-27T20:30:56.243Z[ helios-setup] Jul 27 20:30:55.119 INFO E| Compiling parking_lot v0.12.5
34512026-07-27T20:30:56.251Z[ helios-setup] Jul 27 20:30:55.128 INFO E| Compiling array-init v0.0.4
34522026-07-27T20:30:56.342Z[ helios-setup] Jul 27 20:30:55.219 INFO E| Compiling smallvec v0.6.14
34532026-07-27T20:30:56.906Z[ helios-setup] Jul 27 20:30:55.782 INFO E| Compiling signature v2.2.0
34542026-07-27T20:30:57.042Z[ helios-setup] Jul 27 20:30:55.918 INFO E| Compiling serde_spanned v1.0.3
34552026-07-27T20:30:57.208Z[ helios-setup] Jul 27 20:30:56.085 INFO E| Compiling socket2 v0.6.1
34562026-07-27T20:30:57.332Z[ helios-setup] Jul 27 20:30:56.209 INFO E| Compiling signal-hook-registry v1.4.6
34572026-07-27T20:30:57.376Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34582026-07-27T20:30:57.652Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34592026-07-27T20:30:57.672Z[ helios-setup] Jul 27 20:30:56.549 INFO E| Compiling time v0.3.44
34602026-07-27T20:30:57.681Z[ helios-setup] Jul 27 20:30:56.557 INFO E| Compiling is-terminal v0.4.17
34612026-07-27T20:30:57.801Z[ helios-setup] Jul 27 20:30:56.678 INFO E| Compiling mio v1.1.0
34622026-07-27T20:30:57.808Z[ helios-setup] Jul 27 20:30:56.685 INFO E| Compiling thread_local v1.1.9
34632026-07-27T20:30:57.882Z[ helios-setup] Jul 27 20:30:56.759 INFO E| Compiling hashbrown v0.12.3
34642026-07-27T20:30:57.906Z[ helios-setup] Jul 27 20:30:56.783 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34652026-07-27T20:30:58.065Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34662026-07-27T20:30:58.077Z[ helios-setup] Jul 27 20:30:56.953 INFO E| Compiling packed_struct_codegen v0.10.1
34672026-07-27T20:30:58.214Z[ helios-setup] Jul 27 20:30:57.090 INFO E| Compiling ryu v1.0.20
34682026-07-27T20:30:58.236Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34692026-07-27T20:30:58.285Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34702026-07-27T20:30:58.294Z[ helios-setup] Jul 27 20:30:57.169 INFO E| Compiling toml_writer v1.0.4
34712026-07-27T20:30:58.390Z[ helios-setup] Jul 27 20:30:57.266 INFO E| Compiling base64 v0.21.7
34722026-07-27T20:30:58.493Z[ helios-setup] Jul 27 20:30:57.369 INFO E| Compiling term v1.2.0
34732026-07-27T20:30:58.703Z[ helios-setup] Jul 27 20:30:57.577 INFO E| Compiling serde_derive v1.0.228
34742026-07-27T20:30:58.880Z[ helios-setup] Jul 27 20:30:57.757 INFO E| Compiling zerocopy-derive v0.8.27
34752026-07-27T20:30:58.887Z[ helios-setup] Jul 27 20:30:57.764 INFO E| Compiling der_derive v0.7.3
34762026-07-27T20:30:59.096Z[ helios-setup] Jul 27 20:30:57.971 INFO E| Compiling futures-macro v0.3.31
34772026-07-27T20:30:59.111Z[ helios-setup] Jul 27 20:30:57.987 INFO E| Compiling num_enum_derive v0.7.5
34782026-07-27T20:30:59.172Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34792026-07-27T20:30:59.241Z[ helios-setup] Jul 27 20:30:58.117 INFO E| Compiling zerocopy-derive v0.6.6
34802026-07-27T20:30:59.248Z[ helios-setup] Jul 27 20:30:58.125 INFO E| Compiling thiserror-impl v1.0.69
34812026-07-27T20:30:59.266Z[ helios-setup] Jul 27 20:30:58.142 INFO E| Compiling bitfield-macros v0.19.3
34822026-07-27T20:30:59.500Z[ helios-setup] Jul 27 20:30:58.377 INFO E| Compiling clap_derive v4.5.49
34832026-07-27T20:30:59.563Z[ host-package] Compiling secrecy v0.8.0
34842026-07-27T20:30:59.593Z[ helios-setup] Jul 27 20:30:58.469 INFO E| Compiling tokio-macros v2.6.0
34852026-07-27T20:30:59.955Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34862026-07-27T20:31:00.192Z[ helios-setup] Jul 27 20:30:59.068 INFO E| Compiling thiserror-impl v2.0.17
34872026-07-27T20:31:00.959Z[ helios-setup] Jul 27 20:30:59.833 INFO E| Compiling der v0.7.10
34882026-07-27T20:31:01.179Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34892026-07-27T20:31:01.264Z[ helios-setup] Jul 27 20:31:00.139 INFO E| Compiling winnow v0.5.40
34902026-07-27T20:31:01.284Z[ helios-setup] Jul 27 20:31:00.161 INFO E| Compiling futures-util v0.3.31
34912026-07-27T20:31:01.315Z[ helios-setup] Jul 27 20:31:00.191 INFO E| Compiling subtle v2.6.1
34922026-07-27T20:31:01.350Z[ helios-setup] Jul 27 20:31:00.227 INFO E| Compiling num_enum v0.7.5
34932026-07-27T20:31:01.511Z[ helios-setup] Jul 27 20:31:00.387 INFO E| Compiling zerocopy v0.6.6
34942026-07-27T20:31:01.521Z[ helios-setup] Jul 27 20:31:00.397 INFO E| Compiling libdevinfo-sys v1.1.0
34952026-07-27T20:31:01.648Z[ helios-setup] Jul 27 20:31:00.525 INFO E| Compiling tokio v1.48.0
34962026-07-27T20:31:01.655Z[ helios-setup] Jul 27 20:31:00.532 INFO E| Compiling bitfield v0.19.3
34972026-07-27T20:31:01.741Z[ helios-setup] Jul 27 20:31:00.606 INFO E| Compiling toml v0.9.8
34982026-07-27T20:31:01.780Z[ host-package] Compiling git2 v0.20.4
34992026-07-27T20:31:01.840Z[ helios-setup] Jul 27 20:31:00.717 INFO E| Compiling devinfo v0.1.0
35002026-07-27T20:31:01.885Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35012026-07-27T20:31:02.242Z[ helios-setup] Jul 27 20:31:01.119 INFO E| Compiling bzip2 v0.4.4
35022026-07-27T20:31:02.451Z[ helios-setup] Jul 27 20:31:01.327 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35032026-07-27T20:31:02.551Z[ helios-setup] Jul 27 20:31:01.428 INFO E| Compiling flate2 v1.1.5
35042026-07-27T20:31:02.682Z[ helios-setup] Jul 27 20:31:01.559 INFO E| Compiling clap v4.5.51
35052026-07-27T20:31:02.763Z[ helios-setup] Jul 27 20:31:01.639 INFO E| Compiling uuid v1.18.1
35062026-07-27T20:31:02.787Z[ helios-setup] Jul 27 20:31:01.663 INFO E| Compiling env_logger v0.11.8
35072026-07-27T20:31:02.974Z[ helios-setup] Jul 27 20:31:01.850 INFO E| Compiling spki v0.7.3
35082026-07-27T20:31:03.087Z[ helios-setup] Jul 27 20:31:01.962 INFO E| Compiling crc-any v2.5.0
35092026-07-27T20:31:03.168Z[ host-package] Compiling serde_with_macros v1.5.2
35102026-07-27T20:31:03.195Z[ helios-setup] Jul 27 20:31:02.072 INFO E| Compiling foldhash v0.2.0
35112026-07-27T20:31:03.225Z[ helios-setup] Jul 27 20:31:02.102 INFO E| Compiling rustc-hash v2.1.1
35122026-07-27T20:31:03.501Z[ helios-setup] Jul 27 20:31:02.377 INFO E| Compiling pkcs8 v0.10.2
35132026-07-27T20:31:03.544Z[ helios-setup] Jul 27 20:31:02.421 INFO E| Compiling x509-cert v0.2.5
35142026-07-27T20:31:03.622Z[ helios-setup] Jul 27 20:31:02.499 INFO E| Compiling bitflags v1.3.2
35152026-07-27T20:31:03.715Z[ helios-setup] Jul 27 20:31:02.591 INFO E| Compiling hex v0.4.3
35162026-07-27T20:31:03.874Z[ helios-setup] Jul 27 20:31:02.751 INFO E| Compiling pkcs1 v0.7.5
35172026-07-27T20:31:03.917Z[ helios-setup] Jul 27 20:31:02.794 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35182026-07-27T20:31:04.215Z[ helios-setup] Jul 27 20:31:03.092 INFO E| Compiling iddqd v0.3.14
35192026-07-27T20:31:04.219Z[ helios-setup] Jul 27 20:31:03.092 INFO E| Compiling zip v0.6.6
35202026-07-27T20:31:04.789Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35212026-07-27T20:31:04.971Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35222026-07-27T20:31:05.015Z[ helios-setup] Jul 27 20:31:03.891 INFO E| Compiling ppv-lite86 v0.2.21
35232026-07-27T20:31:05.430Z[ helios-setup] Jul 27 20:31:04.307 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35242026-07-27T20:31:05.543Z[ helios-setup] Jul 27 20:31:04.420 INFO E| Compiling path-slash v0.1.5
35252026-07-27T20:31:05.746Z[ helios-setup] Jul 27 20:31:04.623 INFO E| Compiling rand_chacha v0.3.1
35262026-07-27T20:31:05.753Z[ helios-setup] Jul 27 20:31:04.630 INFO E| Compiling erased-serde v0.3.31
35272026-07-27T20:31:05.890Z[ helios-setup] Jul 27 20:31:04.766 INFO E| Compiling toml_datetime v0.6.11
35282026-07-27T20:31:06.017Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35292026-07-27T20:31:06.058Z[ helios-setup] Jul 27 20:31:04.935 INFO E| Compiling serde_spanned v0.6.9
35302026-07-27T20:31:06.173Z[ helios-setup] Jul 27 20:31:05.050 INFO E| Compiling rand v0.8.5
35312026-07-27T20:31:06.216Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35322026-07-27T20:31:06.474Z[ helios-setup] Jul 27 20:31:05.351 INFO E| Compiling futures-executor v0.3.31
35332026-07-27T20:31:06.508Z[ helios-setup] Jul 27 20:31:05.385 INFO E| Compiling toml_edit v0.19.15
35342026-07-27T20:31:06.529Z[ helios-setup] Jul 27 20:31:05.406 INFO E| Compiling hashbrown v0.13.2
35352026-07-27T20:31:06.590Z[ helios-setup] Jul 27 20:31:05.467 INFO E| Compiling serde-hex v0.1.0
35362026-07-27T20:31:06.715Z[ helios-setup] Jul 27 20:31:05.591 INFO E| Compiling ron v0.8.1
35372026-07-27T20:31:07.160Z[ helios-setup] Jul 27 20:31:06.036 INFO E| Compiling futures v0.3.31
35382026-07-27T20:31:07.718Z[ helios-setup] Jul 27 20:31:06.594 INFO E| Compiling object v0.30.4
35392026-07-27T20:31:07.991Z[ helios-setup] Jul 27 20:31:06.868 INFO E| Compiling slog-term v2.9.2
35402026-07-27T20:31:08.109Z[ helios-setup] Jul 27 20:31:06.985 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35412026-07-27T20:31:08.488Z[ helios-setup] Jul 27 20:31:07.362 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35422026-07-27T20:31:08.772Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35432026-07-27T20:31:08.926Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35442026-07-27T20:31:09.333Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35452026-07-27T20:31:09.473Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35462026-07-27T20:31:09.479Z[ helios-setup] Jul 27 20:31:08.354 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35472026-07-27T20:31:09.558Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35482026-07-27T20:31:09.754Z[ helios-setup] Jul 27 20:31:08.630 INFO E| Compiling rsa v0.9.8
35492026-07-27T20:31:09.770Z[ helios-setup] Jul 27 20:31:08.646 INFO E| Compiling toml v0.7.8
35502026-07-27T20:31:10.226Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35512026-07-27T20:31:10.330Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35522026-07-27T20:31:10.881Z[ helios-setup] Jul 27 20:31:09.758 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35532026-07-27T20:31:10.974Z[ helios-setup] Jul 27 20:31:09.850 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35542026-07-27T20:31:11.027Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35552026-07-27T20:31:11.082Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35562026-07-27T20:31:11.170Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35572026-07-27T20:31:11.430Z[ host-package] Compiling base64 v0.21.7
35582026-07-27T20:31:11.577Z[ host-package] Compiling void v1.0.2
35592026-07-27T20:31:12.104Z[ host-package] Compiling ron v0.8.1
35602026-07-27T20:31:12.299Z[ host-package] Compiling lzss v0.8.2
35612026-07-27T20:31:13.081Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35622026-07-27T20:31:13.165Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35632026-07-27T20:31:13.888Z[ host-package] Compiling illumos-nvpair v0.3.0
35642026-07-27T20:31:15.289Z[ host-package] Compiling serde_with v1.14.0
35652026-07-27T20:31:16.774Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35662026-07-27T20:31:16.971Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35672026-07-27T20:31:17.132Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35682026-07-27T20:31:17.331Z[ helios-setup] Jul 27 20:31:16.207 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35692026-07-27T20:31:18.526Z[ helios-setup] Jul 27 20:31:17.402 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35702026-07-27T20:31:20.315Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35712026-07-27T20:31:20.365Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
35722026-07-27T20:31:25.238Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35732026-07-27T20:31:25.238Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35742026-07-27T20:31:25.238Z[ host-package] Compiling tungstenite v0.23.0
35752026-07-27T20:31:25.238Z[ helios-setup] Jul 27 20:31:21.574 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35762026-07-27T20:31:25.238Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35772026-07-27T20:31:25.239Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35782026-07-27T20:31:25.239Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35792026-07-27T20:31:25.239Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35802026-07-27T20:31:25.239Z[ host-package] Compiling nix v0.27.1
35812026-07-27T20:31:25.283Z[ host-package] Compiling twox-hash v2.1.2
35822026-07-27T20:31:31.121Z[ host-package] Compiling libsw-core v0.3.2
35832026-07-27T20:31:31.133Z[ host-package] Compiling serde_bytes v0.11.19
35842026-07-27T20:31:31.133Z[ host-package] Compiling libsw v3.5.0
35852026-07-27T20:31:31.133Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35862026-07-27T20:31:31.133Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35872026-07-27T20:31:31.133Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35882026-07-27T20:31:31.133Z[ host-package] Compiling tokio-tungstenite v0.23.1
35892026-07-27T20:31:31.175Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35902026-07-27T20:31:31.175Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35912026-07-27T20:31:31.175Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35922026-07-27T20:31:31.176Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35932026-07-27T20:31:31.176Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35942026-07-27T20:31:31.176Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35952026-07-27T20:31:31.176Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35962026-07-27T20:31:31.176Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35972026-07-27T20:31:31.176Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35982026-07-27T20:31:31.176Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35992026-07-27T20:31:32.166Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36002026-07-27T20:31:32.166Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36012026-07-27T20:31:33.965Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36022026-07-27T20:31:33.978Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36032026-07-27T20:31:34.028Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36042026-07-27T20:31:35.233Z[ helios-setup] Jul 27 20:31:34.109 INFO E| Finished `release` profile [optimized] target(s) in 49.26s
36052026-07-27T20:31:35.237Z[ helios-setup] Jul 27 20:31:34.111 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36062026-07-27T20:31:35.237Z[ helios-setup] Jul 27 20:31:34.111 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36072026-07-27T20:31:35.294Z[ helios-setup] Jul 27 20:31:34.171 INFO building project "pilot" ok (49 seconds)
36082026-07-27T20:31:35.294Z[ helios-setup] Jul 27 20:31:34.171 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36092026-07-27T20:31:35.304Z[ helios-setup] Jul 27 20:31:34.180 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
36102026-07-27T20:31:35.304Z[ helios-setup] Jul 27 20:31:34.180 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36112026-07-27T20:31:35.307Z[ helios-setup] Jul 27 20:31:34.180 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36122026-07-27T20:31:35.512Z[ helios-setup] Jul 27 20:31:34.388 INFO E| Downloading crates ...
36132026-07-27T20:31:35.560Z[ helios-setup] Jul 27 20:31:34.436 INFO E| Downloaded time-macros v0.2.22
36142026-07-27T20:31:35.564Z[ helios-setup] Jul 27 20:31:34.440 INFO E| Downloaded anyhow v1.0.98
36152026-07-27T20:31:35.570Z[ helios-setup] Jul 27 20:31:34.446 INFO E| Downloaded errno v0.3.12
36162026-07-27T20:31:35.573Z[ helios-setup] Jul 27 20:31:34.447 INFO E| Downloaded time-core v0.1.4
36172026-07-27T20:31:35.573Z[ helios-setup] Jul 27 20:31:34.448 INFO E| Downloaded deranged v0.4.0
36182026-07-27T20:31:35.585Z[ helios-setup] Jul 27 20:31:34.462 INFO E| Downloaded serde_with_macros v3.12.0
36192026-07-27T20:31:35.592Z[ helios-setup] Jul 27 20:31:34.468 INFO E| Downloaded iana-time-zone v0.1.63
36202026-07-27T20:31:35.595Z[ helios-setup] Jul 27 20:31:34.470 INFO E| Downloaded tempfile v3.20.0
36212026-07-27T20:31:35.598Z[ helios-setup] Jul 27 20:31:34.472 INFO E| Downloaded bitflags v2.9.1
36222026-07-27T20:31:35.601Z[ helios-setup] Jul 27 20:31:34.476 INFO E| Downloaded getrandom v0.3.3
36232026-07-27T20:31:35.612Z[ helios-setup] Jul 27 20:31:34.488 INFO E| Downloaded indexmap v2.9.0
36242026-07-27T20:31:35.627Z[ helios-setup] Jul 27 20:31:34.503 INFO E| Downloaded serde_with v3.12.0
36252026-07-27T20:31:35.636Z[ helios-setup] Jul 27 20:31:34.511 INFO E| Downloaded hashbrown v0.15.3
36262026-07-27T20:31:35.639Z[ helios-setup] Jul 27 20:31:34.515 INFO E| Downloaded time v0.3.41
36272026-07-27T20:31:35.643Z[ helios-setup] Jul 27 20:31:34.519 INFO E| Downloaded chrono v0.4.41
36282026-07-27T20:31:35.654Z[ helios-setup] Jul 27 20:31:34.531 INFO E| Downloaded rustix v1.0.7
36292026-07-27T20:31:35.720Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling proc-macro2 v1.0.95
36302026-07-27T20:31:35.720Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling unicode-ident v1.0.18
36312026-07-27T20:31:35.720Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling libc v0.2.172
36322026-07-27T20:31:35.720Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling strsim v0.11.1
36332026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling ident_case v1.0.1
36342026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling fnv v1.0.7
36352026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling serde v1.0.219
36362026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling getrandom v0.3.3
36372026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling rustix v1.0.7
36382026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling anyhow v1.0.98
36392026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling serde_json v1.0.140
36402026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling cfg-if v1.0.0
36412026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling bitflags v2.9.1
36422026-07-27T20:31:35.723Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling thiserror v2.0.12
36432026-07-27T20:31:35.724Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36442026-07-27T20:31:35.724Z[ helios-setup] Jul 27 20:31:34.596 INFO E| Compiling itoa v1.0.15
36452026-07-27T20:31:35.957Z[ helios-setup] Jul 27 20:31:34.833 INFO E| Compiling memchr v2.7.4
36462026-07-27T20:31:36.182Z[ helios-setup] Jul 27 20:31:35.058 INFO E| Compiling ryu v1.0.20
36472026-07-27T20:31:36.368Z[ helios-setup] Jul 27 20:31:35.244 INFO E| Compiling once_cell v1.21.3
36482026-07-27T20:31:36.481Z[ helios-setup] Jul 27 20:31:35.356 INFO E| Compiling fastrand v2.3.0
36492026-07-27T20:31:37.291Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36502026-07-27T20:31:37.727Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36512026-07-27T20:31:37.736Z[ helios-setup] Jul 27 20:31:36.613 INFO E| Compiling errno v0.3.12
36522026-07-27T20:31:37.759Z[ helios-setup] Jul 27 20:31:36.635 INFO E| Compiling quote v1.0.40
36532026-07-27T20:31:37.908Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36542026-07-27T20:31:37.994Z[ helios-setup] Jul 27 20:31:36.870 INFO E| Compiling syn v2.0.101
36552026-07-27T20:31:38.691Z[ helios-setup] Jul 27 20:31:37.567 INFO E| Compiling tempfile v3.20.0
36562026-07-27T20:31:39.185Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36572026-07-27T20:31:39.317Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36582026-07-27T20:31:39.543Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36592026-07-27T20:31:39.717Z[ host-package] Compiling fatfs v0.3.6
36602026-07-27T20:31:39.880Z[ host-package] Compiling signal-hook-tokio v0.3.1
36612026-07-27T20:31:40.104Z[ host-package] Compiling yasna v0.5.2
36622026-07-27T20:31:40.284Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36632026-07-27T20:31:40.422Z[ host-package] Compiling seq-macro v0.3.6
36642026-07-27T20:31:40.530Z[ host-package] Compiling is_ci v1.2.0
36652026-07-27T20:31:40.643Z[ helios-setup] Jul 27 20:31:39.519 INFO E| Compiling darling_core v0.20.11
36662026-07-27T20:31:41.028Z[ host-package] Compiling assert_matches v1.5.0
36672026-07-27T20:31:41.031Z[ host-package] Compiling rcgen v0.12.1
36682026-07-27T20:31:41.201Z[ host-package] Compiling supports-color v3.0.2
36692026-07-27T20:31:41.228Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36702026-07-27T20:31:41.485Z[ helios-setup] Jul 27 20:31:40.362 INFO E| Compiling serde_derive v1.0.219
36712026-07-27T20:31:41.485Z[ helios-setup] Jul 27 20:31:40.362 INFO E| Compiling thiserror-impl v2.0.12
36722026-07-27T20:31:41.792Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36732026-07-27T20:31:42.124Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36742026-07-27T20:31:42.585Z[ helios-setup] Jul 27 20:31:41.461 INFO E| Compiling darling_macro v0.20.11
36752026-07-27T20:31:43.342Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36762026-07-27T20:31:43.363Z[ helios-setup] Jul 27 20:31:42.236 INFO E| Compiling darling v0.20.11
36772026-07-27T20:31:43.436Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36782026-07-27T20:31:43.471Z[ helios-setup] Jul 27 20:31:42.347 INFO E| Compiling serde_with_macros v3.12.0
36792026-07-27T20:31:43.490Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36802026-07-27T20:31:43.955Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36812026-07-27T20:31:44.201Z[ host-package] Compiling port-file v0.1.0
36822026-07-27T20:31:44.366Z[ host-package] Compiling subprocess v0.2.15
36832026-07-27T20:31:44.599Z[ host-package] Compiling rtoolbox v0.0.3
36842026-07-27T20:31:44.997Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36852026-07-27T20:31:46.257Z[ host-package] Compiling rpassword v7.5.4
36862026-07-27T20:31:46.729Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36872026-07-27T20:31:47.159Z[ helios-setup] Jul 27 20:31:45.988 INFO E| Compiling serde_with v3.12.0
36882026-07-27T20:31:47.539Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36892026-07-27T20:31:47.621Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36902026-07-27T20:31:47.767Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36912026-07-27T20:31:49.593Z[ host-package] Compiling tui-tree-widget v0.23.1
36922026-07-27T20:31:50.158Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
36932026-07-27T20:31:50.205Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36942026-07-27T20:31:50.740Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36952026-07-27T20:31:51.849Z[ helios-setup] Jul 27 20:31:50.725 INFO E| Finished `release` profile [optimized] target(s) in 16.53s
36962026-07-27T20:31:51.873Z[ helios-setup] Jul 27 20:31:50.749 INFO building project "dmar-report" ok (16 seconds)
36972026-07-27T20:31:51.873Z[ helios-setup] Jul 27 20:31:50.749 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36982026-07-27T20:31:51.882Z[ helios-setup] Jul 27 20:31:50.758 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
36992026-07-27T20:31:51.882Z[ helios-setup] Jul 27 20:31:50.758 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37002026-07-27T20:31:51.882Z[ helios-setup] Jul 27 20:31:50.758 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37012026-07-27T20:31:52.015Z[ helios-setup] Jul 27 20:31:50.891 INFO E| Downloading crates ...
37022026-07-27T20:31:52.062Z[ helios-setup] Jul 27 20:31:50.938 INFO E| Downloaded generic-array v0.14.6
37032026-07-27T20:31:52.067Z[ helios-setup] Jul 27 20:31:50.943 INFO E| Downloaded cpufeatures v0.2.5
37042026-07-27T20:31:52.071Z[ helios-setup] Jul 27 20:31:50.946 INFO E| Downloaded block-buffer v0.10.3
37052026-07-27T20:31:52.074Z[ helios-setup] Jul 27 20:31:50.951 INFO E| Downloaded sha2 v0.10.5
37062026-07-27T20:31:52.080Z[ helios-setup] Jul 27 20:31:50.956 INFO E| Downloaded anyhow v1.0.62
37072026-07-27T20:31:52.083Z[ helios-setup] Jul 27 20:31:50.959 INFO E| Downloaded bytes v1.2.1
37082026-07-27T20:31:52.086Z[ helios-setup] Jul 27 20:31:50.961 INFO E| Downloaded miniz_oxide v0.6.2
37092026-07-27T20:31:52.086Z[ helios-setup] Jul 27 20:31:50.963 INFO E| Downloaded digest v0.10.3
37102026-07-27T20:31:52.089Z[ helios-setup] Jul 27 20:31:50.964 INFO E| Downloaded typenum v1.15.0
37112026-07-27T20:31:52.089Z[ helios-setup] Jul 27 20:31:50.965 INFO E| Downloaded flate2 v1.0.25
37122026-07-27T20:31:52.169Z[ helios-setup] Jul 27 20:31:51.046 INFO E| Compiling version_check v0.9.4
37132026-07-27T20:31:52.175Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling typenum v1.15.0
37142026-07-27T20:31:52.175Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling crc32fast v1.3.2
37152026-07-27T20:31:52.175Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling cfg-if v1.0.0
37162026-07-27T20:31:52.179Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling adler v1.0.2
37172026-07-27T20:31:52.179Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling anyhow v1.0.62
37182026-07-27T20:31:52.179Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling cpufeatures v0.2.5
37192026-07-27T20:31:52.179Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling unicode-width v0.1.10
37202026-07-27T20:31:52.179Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling bitflags v1.3.2
37212026-07-27T20:31:52.179Z[ helios-setup] Jul 27 20:31:51.052 INFO E| Compiling bytes v1.2.1
37222026-07-27T20:31:52.359Z[ helios-setup] Jul 27 20:31:51.236 INFO E| Compiling miniz_oxide v0.6.2
37232026-07-27T20:31:52.404Z[ helios-setup] Jul 27 20:31:51.280 INFO E| Compiling getopts v0.2.21
37242026-07-27T20:31:52.463Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37252026-07-27T20:31:52.695Z[ helios-setup] Jul 27 20:31:51.571 INFO E| Compiling generic-array v0.14.6
37262026-07-27T20:31:53.038Z[ helios-setup] Jul 27 20:31:51.912 INFO E| Compiling flate2 v1.0.25
37272026-07-27T20:31:53.185Z[ host-package] Compiling uzers v0.12.2
37282026-07-27T20:31:53.627Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37292026-07-27T20:31:54.541Z[ helios-setup] Jul 27 20:31:53.414 INFO E| Compiling block-buffer v0.10.3
37302026-07-27T20:31:54.541Z[ helios-setup] Jul 27 20:31:53.414 INFO E| Compiling crypto-common v0.1.6
37312026-07-27T20:31:54.727Z[ helios-setup] Jul 27 20:31:53.603 INFO E| Compiling digest v0.10.3
37322026-07-27T20:31:54.936Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37332026-07-27T20:31:54.981Z[ helios-setup] Jul 27 20:31:53.857 INFO E| Compiling sha2 v0.10.5
37342026-07-27T20:31:55.236Z[ helios-setup] Jul 27 20:31:54.112 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37352026-07-27T20:31:55.326Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37362026-07-27T20:31:56.755Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37372026-07-27T20:31:57.534Z[ helios-setup] Jul 27 20:31:56.410 INFO E| Finished `release` profile [optimized] target(s) in 5.64s
37382026-07-27T20:31:57.548Z[ helios-setup] Jul 27 20:31:56.424 INFO building project "bootserver" ok (5 seconds)
37392026-07-27T20:31:57.548Z[ helios-setup] Jul 27 20:31:56.424 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37402026-07-27T20:31:57.907Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37412026-07-27T20:31:58.371Z[ host-package] Compiling support-bundle-viewer v0.1.2
37422026-07-27T20:32:00.120Z[ host-package] Compiling multimap v0.10.1
37432026-07-27T20:32:15.584Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37442026-07-27T20:32:17.999Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37452026-07-27T20:32:23.211Z[ helios-setup] Jul 27 20:32:22.088 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')"
37462026-07-27T20:32:23.212Z[ helios-setup] Jul 27 20:32:22.088 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37472026-07-27T20:32:23.222Z[ helios-setup] Jul 27 20:32:22.098 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37482026-07-27T20:32:23.222Z[ helios-setup] Jul 27 20:32:22.098 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37492026-07-27T20:32:23.226Z[ helios-setup] Jul 27 20:32:22.098 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37502026-07-27T20:32:23.434Z[ helios-setup] Jul 27 20:32:22.310 INFO E| Downloading crates ...
37512026-07-27T20:32:23.473Z[ helios-setup] Jul 27 20:32:22.349 INFO E| Downloaded adler2 v2.0.0
37522026-07-27T20:32:23.482Z[ helios-setup] Jul 27 20:32:22.358 INFO E| Downloaded miniz_oxide v0.8.8
37532026-07-27T20:32:23.531Z[ helios-setup] Jul 27 20:32:22.407 INFO E| Compiling adler2 v2.0.0
37542026-07-27T20:32:23.634Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37552026-07-27T20:32:23.637Z[ helios-setup] Jul 27 20:32:22.513 INFO E| Compiling miniz_oxide v0.8.8
37562026-07-27T20:32:23.776Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37572026-07-27T20:32:24.732Z[ helios-setup] Jul 27 20:32:23.608 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37582026-07-27T20:32:25.230Z[ helios-setup] Jul 27 20:32:24.105 INFO E| Finished `release` profile [optimized] target(s) in 1.99s
37592026-07-27T20:32:25.242Z[ helios-setup] Jul 27 20:32:24.118 INFO building project "pinprick" ok (2 seconds)
37602026-07-27T20:32:25.245Z[ helios-setup] rm -f helios-build
37612026-07-27T20:32:25.245Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37622026-07-27T20:32:25.248Z[ helios-setup]
37632026-07-27T20:32:25.248Z[ helios-setup] Setup complete! ./helios-build is now available.
37642026-07-27T20:32:25.252Z[ helios-setup]
37652026-07-27T20:32:25.252Z[ helios-setup]
37662026-07-27T20:32:25.252Z[ helios-setup] real 3:10.999773451
37672026-07-27T20:32:25.252Z[ helios-setup] user 7:07.554076780
37682026-07-27T20:32:25.252Z[ helios-setup] sys 1:20.762214039
37692026-07-27T20:32:25.252Z[ helios-setup] trap 0.562608894
37702026-07-27T20:32:25.252Z[ helios-setup] tflt 3.583176329
37712026-07-27T20:32:25.252Z[ helios-setup] dflt 6.910754917
37722026-07-27T20:32:25.252Z[ helios-setup] kflt 0.007602469
37732026-07-27T20:32:25.252Z[ helios-setup] lock 1:02:13.322504789
37742026-07-27T20:32:25.252Z[ helios-setup] slp 38:23.505639413
37752026-07-27T20:32:25.252Z[ helios-setup] lat 7:13.056335890
37762026-07-27T20:32:25.252Z[ helios-setup] stop 1:32.961933949
37772026-07-27T20:32:25.252ZJul 27 20:32:24.128 INFO [helios-setup] process exited with exit status: 0 (191.0029652s)
37782026-07-27T20:32:25.252ZJul 27 20:32:24.128 INFO [helios-record] running task
37792026-07-27T20:32:25.252ZJul 27 20:32:24.128 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37802026-07-27T20:32:25.256ZJul 27 20:32:24.132 DEBG process exited with exit status: 0 (4.288028ms)
37812026-07-27T20:32:25.256ZJul 27 20:32:24.132 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37822026-07-27T20:32:25.260ZJul 27 20:32:24.137 DEBG process exited with exit status: 0 (4.427978ms)
37832026-07-27T20:32:25.260ZJul 27 20:32:24.137 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37842026-07-27T20:32:25.264ZJul 27 20:32:24.140 DEBG process exited with exit status: 0 (3.697789ms)
37852026-07-27T20:32:25.264ZJul 27 20:32:24.140 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37862026-07-27T20:32:25.268ZJul 27 20:32:24.144 DEBG process exited with exit status: 0 (3.349348ms)
37872026-07-27T20:32:25.268ZJul 27 20:32:24.144 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37882026-07-27T20:32:25.272ZJul 27 20:32:24.147 DEBG process exited with exit status: 0 (3.163699ms)
37892026-07-27T20:32:25.272ZJul 27 20:32:24.147 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37902026-07-27T20:32:25.276ZJul 27 20:32:24.150 DEBG process exited with exit status: 0 (3.258569ms)
37912026-07-27T20:32:25.276ZJul 27 20:32:24.150 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37922026-07-27T20:32:25.280ZJul 27 20:32:24.154 DEBG process exited with exit status: 0 (3.407519ms)
37932026-07-27T20:32:25.280ZJul 27 20:32:24.154 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37942026-07-27T20:32:25.284ZJul 27 20:32:24.157 DEBG process exited with exit status: 0 (3.115488ms)
37952026-07-27T20:32:25.284ZJul 27 20:32:24.157 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37962026-07-27T20:32:25.284ZJul 27 20:32:24.160 DEBG process exited with exit status: 0 (2.976479ms)
37972026-07-27T20:32:25.284ZJul 27 20:32:24.160 INFO [helios-record] task succeeded (32.415667ms)
37982026-07-27T20:32:25.648Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37992026-07-27T20:40:48.353Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 02s
38002026-07-27T20:40:48.356Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38012026-07-27T20:40:48.356Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38022026-07-27T20:41:41.417ZJul 27 20:41:38.798 INFO [host-package] process exited with exit status: 0 (714.338046523s)
38032026-07-27T20:41:41.417ZJul 27 20:41:38.798 INFO [host-libraries] running task
38042026-07-27T20:41:41.417ZJul 27 20:41:38.798 INFO [host-stamp] running task
38052026-07-27T20:41:41.457ZJul 27 20:41:38.801 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+gitf20be7e2e1e
38062026-07-27T20:41:41.458ZJul 27 20:41:38.801 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+gitf20be7e2e1e
38072026-07-27T20:41:41.458ZJul 27 20:41:38.802 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+gitf20be7e2e1e
38082026-07-27T20:41:41.458ZJul 27 20:41:38.802 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+gitf20be7e2e1e
38092026-07-27T20:41:41.458ZJul 27 20:41:38.803 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+gitf20be7e2e1e
38102026-07-27T20:41:41.458ZJul 27 20:41:38.803 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+gitf20be7e2e1e
38112026-07-27T20:41:41.458ZJul 27 20:41:38.803 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+gitf20be7e2e1e
38122026-07-27T20:41:41.460ZJul 27 20:41:38.803 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+gitf20be7e2e1e
38132026-07-27T20:41:41.460Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38142026-07-27T20:41:41.460Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38152026-07-27T20:41:41.460Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38162026-07-27T20:41:41.460Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38172026-07-27T20:41:41.460Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38182026-07-27T20:41:41.460Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38192026-07-27T20:41:41.460Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38202026-07-27T20:41:41.460Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38212026-07-27T20:41:41.460Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38222026-07-27T20:41:41.460ZJul 27 20:41:38.815 INFO [stamp-overlay] process exited with exit status: 0 (13.711024ms)
38232026-07-27T20:41:41.460Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38242026-07-27T20:41:41.460ZJul 27 20:41:38.824 INFO [stamp-oxlog] process exited with exit status: 0 (21.070772ms)
38252026-07-27T20:41:41.460Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38262026-07-27T20:41:41.460ZJul 27 20:41:38.868 INFO [stamp-crucible-utils] process exited with exit status: 0 (64.932385ms)
38272026-07-27T20:41:41.460Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38282026-07-27T20:41:41.460ZJul 27 20:41:38.881 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (77.79003ms)
38292026-07-27T20:41:41.460Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38302026-07-27T20:41:41.460ZJul 27 20:41:39.039 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (237.213867ms)
38312026-07-27T20:41:41.460Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38322026-07-27T20:41:41.460ZJul 27 20:41:39.368 INFO [stamp-propolis-server] process exited with exit status: 0 (566.40676ms)
38332026-07-27T20:41:41.460Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38342026-07-27T20:41:41.460ZJul 27 20:41:39.387 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (584.605923ms)
38352026-07-27T20:41:41.605ZJul 27 20:41:40.477 INFO [host-libraries] task succeeded (1.678792637s)
38362026-07-27T20:41:41.607ZJul 27 20:41:40.477 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38372026-07-27T20:41:41.611Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38382026-07-27T20:41:42.564Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38392026-07-27T20:41:43.404Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38402026-07-27T20:41:46.909Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38412026-07-27T20:41:46.914ZJul 27 20:41:45.785 INFO [stamp-switch-asic] process exited with exit status: 0 (6.983438703s)
38422026-07-27T20:41:46.914ZJul 27 20:41:45.785 INFO [host-stamp] task succeeded (6.986389222s)
38432026-07-27T20:41:46.914ZJul 27 20:41:45.785 INFO [host-proto] running task
38442026-07-27T20:41:47.337ZJul 27 20:41:46.210 INFO [host-proto] task succeeded (424.738035ms)
38452026-07-27T20:41:47.337ZJul 27 20:41:46.210 INFO [host-profile] running task
38462026-07-27T20:41:47.340ZJul 27 20:41:46.210 INFO [host-profile] task succeeded (219.69µs)
38472026-07-27T20:41:47.341ZJul 27 20:41:46.210 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.492' -P /tmp/.tmpGUTBhm/proto/host/root -N 'ci f20be7e/${os_short_commit} 2026-07-27 20:29' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38482026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO Checking files for board 'cosmo-mbist-noaggr'
38492026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38502026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO Checking files for board 'gimlet'
38512026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38522026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38532026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO Checking files for board 'cosmo-mbist'
38542026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38552026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO Checking files for board 'cosmo'
38562026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38572026-07-27T20:41:47.345Z[ host-image] Jul 27 20:41:46.216 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38582026-07-27T20:41:47.352Z[ host-image] Jul 27 20:41:46.225 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGUTBhm/proto/host/root"
38592026-07-27T20:41:47.352Z[ host-image] Jul 27 20:41:46.225 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38602026-07-27T20:41:47.357Z[ host-image] Jul 27 20:41:46.225 INFO image builder template: ramdisk-01-os...
38612026-07-27T20:41:47.357Z[ host-image] Jul 27 20:41:46.225 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/.tmpGUTBhm/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.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38622026-07-27T20:41:47.365Z[ host-image] Jul 27 20:41:46.238 INFO O| Jul 27 20:41:46.238 INFO CREATE DATASET: rpool/images/build/host/output
38632026-07-27T20:41:48.547Z[ host-image] Jul 27 20:41:47.420 INFO O| Jul 27 20:41:47.420 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38642026-07-27T20:41:48.552Z[ host-image] Jul 27 20:41:47.423 INFO O| Jul 27 20:41:47.423 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38652026-07-27T20:41:48.780Z[ host-image] Jul 27 20:41:47.653 INFO O| Jul 27 20:41:47.652 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38662026-07-27T20:41:48.844Z[ host-image] Jul 27 20:41:47.716 INFO O| Jul 27 20:41:47.716 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38672026-07-27T20:41:48.844Z[ host-image] Jul 27 20:41:47.716 INFO O| Jul 27 20:41:47.716 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38682026-07-27T20:41:48.847Z[ host-image] Jul 27 20:41:47.716 INFO O| Jul 27 20:41:47.716 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38692026-07-27T20:41:48.847Z[ host-image] Jul 27 20:41:47.716 INFO O| Jul 27 20:41:47.716 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38702026-07-27T20:41:48.850Z[ host-image] Jul 27 20:41:47.720 INFO O| Jul 27 20:41:47.720 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38712026-07-27T20:41:49.084Z[ host-image] Jul 27 20:41:47.956 INFO O| Jul 27 20:41:47.956 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38722026-07-27T20:41:49.091Z[ host-image] Jul 27 20:41:47.963 INFO O| Jul 27 20:41:47.963 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38732026-07-27T20:41:49.386Z[ host-image] Jul 27 20:41:48.258 INFO O| Jul 27 20:41:48.258 INFO O| Caching catalogs ... Done
38742026-07-27T20:41:49.461Z[ host-image] Jul 27 20:41:48.333 INFO O| Jul 27 20:41:48.333 INFO STEP 0 (pkg_image_create) COMPLETE
38752026-07-27T20:41:49.461Z[ host-image] Jul 27 20:41:48.333 INFO O| Jul 27 20:41:48.333 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38762026-07-27T20:41:49.468Z[ host-image] Jul 27 20:41:48.341 INFO O| Jul 27 20:41:48.341 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"]
38772026-07-27T20:41:49.740Z[ host-image] Jul 27 20:41:48.612 INFO O| Jul 27 20:41:48.612 INFO STEP 1 (pkg_set_publisher) COMPLETE
38782026-07-27T20:41:49.740Z[ host-image] Jul 27 20:41:48.612 INFO O| Jul 27 20:41:48.612 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38792026-07-27T20:41:49.743Z[ host-image] Jul 27 20:41:48.612 INFO O| Jul 27 20:41:48.612 INFO skip step because feature "publisher_1_name" is not enabled
38802026-07-27T20:41:49.745Z[ host-image] Jul 27 20:41:48.612 INFO O| Jul 27 20:41:48.612 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38812026-07-27T20:41:49.745Z[ host-image] Jul 27 20:41:48.612 INFO O| Jul 27 20:41:48.612 INFO skip step because feature "publisher_2_name" is not enabled
38822026-07-27T20:41:49.745Z[ host-image] Jul 27 20:41:48.612 INFO O| Jul 27 20:41:48.612 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38832026-07-27T20:41:49.745Z[ host-image] Jul 27 20:41:48.612 INFO O| Jul 27 20:41:48.612 INFO skip step because feature "publisher_3_name" is not enabled
38842026-07-27T20:41:49.745Z[ host-image] Jul 27 20:41:48.612 INFO O| Jul 27 20:41:48.612 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38852026-07-27T20:41:49.991Z[ host-image] Jul 27 20:41:48.863 INFO O| Jul 27 20:41:48.863 INFO variant opensolaris.zone is already global
38862026-07-27T20:41:49.991Z[ host-image] Jul 27 20:41:48.863 INFO O| Jul 27 20:41:48.863 INFO STEP 5 (pkg_change_variant) COMPLETE
38872026-07-27T20:41:49.994Z[ host-image] Jul 27 20:41:48.863 INFO O| Jul 27 20:41:48.863 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38882026-07-27T20:41:50.252Z[ host-image] Jul 27 20:41:49.124 INFO O| Jul 27 20:41:49.124 INFO variant opensolaris.imagetype is full; changing to partial
38892026-07-27T20:41:50.252Z[ host-image] Jul 27 20:41:49.125 INFO O| Jul 27 20:41:49.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38902026-07-27T20:41:51.432Z[ host-image] Jul 27 20:41:50.305 INFO O| Jul 27 20:41:50.304 INFO O| Startup: Refreshing catalog 'helios' ... Done
38912026-07-27T20:41:51.733Z[ host-image] Jul 27 20:41:50.605 INFO O| Jul 27 20:41:50.605 INFO O| Startup: Caching catalogs ... Done
38922026-07-27T20:41:51.743Z[ host-image] Jul 27 20:41:50.616 INFO O| Jul 27 20:41:50.616 INFO O| Planning: Planning completed in 0.00 seconds
38932026-07-27T20:41:51.746Z[ host-image] Jul 27 20:41:50.616 INFO O| Jul 27 20:41:50.616 INFO O| Planning: Consolidating action changes ... Done
38942026-07-27T20:41:51.746Z[ host-image] Jul 27 20:41:50.616 INFO O| Jul 27 20:41:50.616 INFO O| Planning: Evaluating mediators ... Done
38952026-07-27T20:41:51.747Z[ host-image] Jul 27 20:41:50.616 INFO O| Jul 27 20:41:50.616 INFO O| Planning: Planning completed in 0.00 seconds
38962026-07-27T20:41:51.747Z[ host-image] Jul 27 20:41:50.617 INFO O| Jul 27 20:41:50.617 INFO O| Variants/Facets to change: 1
38972026-07-27T20:41:51.752Z[ host-image] Jul 27 20:41:50.625 INFO O| Jul 27 20:41:50.625 INFO O| Finalize: Updating package state database ... Done
38982026-07-27T20:41:51.752Z[ host-image] Jul 27 20:41:50.625 INFO O| Jul 27 20:41:50.625 INFO O| Finalize: Updating package cache ... Done
38992026-07-27T20:41:51.800Z[ host-image] Jul 27 20:41:50.672 INFO O| Jul 27 20:41:50.672 INFO O| Finalize: Updating image state ... Done
39002026-07-27T20:41:51.807Z[ host-image] Jul 27 20:41:50.680 INFO O| Jul 27 20:41:50.680 INFO O| Finalize: Creating fast lookup database ... Done
39012026-07-27T20:41:51.813Z[ host-image] Jul 27 20:41:50.680 INFO O| Jul 27 20:41:50.680 INFO O| Finalize: Reading search index ... Done
39022026-07-27T20:41:51.813Z[ host-image] Jul 27 20:41:50.680 INFO O| Jul 27 20:41:50.680 INFO O| Finalize: Updating search index ... Done
39032026-07-27T20:41:51.813Z[ host-image] Jul 27 20:41:50.681 INFO O| Jul 27 20:41:50.681 INFO O| Finalize: Updating package cache ... Done
39042026-07-27T20:41:51.956Z[ host-image] Jul 27 20:41:50.828 INFO O| Jul 27 20:41:50.828 INFO STEP 6 (pkg_change_variant) COMPLETE
39052026-07-27T20:41:51.956Z[ host-image] Jul 27 20:41:50.828 INFO O| Jul 27 20:41:50.828 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-07-27T20:41:51.959Z[ host-image] Jul 27 20:41:50.828 INFO O| Jul 27 20:41:50.828 INFO skip step because feature "debug_variant" is not enabled
39072026-07-27T20:41:51.959Z[ host-image] Jul 27 20:41:50.828 INFO O| Jul 27 20:41:50.828 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-07-27T20:41:52.211Z[ host-image] Jul 27 20:41:51.083 INFO O| Jul 27 20:41:51.083 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39092026-07-27T20:41:53.301Z[ host-image] Jul 27 20:41:52.171 INFO O| Jul 27 20:41:52.171 INFO O| Startup: Refreshing catalog 'helios' ... Done
39102026-07-27T20:41:53.568Z[ host-image] Jul 27 20:41:52.439 INFO O| Jul 27 20:41:52.439 INFO O| Startup: Caching catalogs ... Done
39112026-07-27T20:41:53.576Z[ host-image] Jul 27 20:41:52.448 INFO O| Jul 27 20:41:52.448 INFO O| Planning: Planning completed in 0.00 seconds
39122026-07-27T20:41:53.581Z[ host-image] Jul 27 20:41:52.449 INFO O| Jul 27 20:41:52.449 INFO O| Planning: Consolidating action changes ... Done
39132026-07-27T20:41:53.581Z[ host-image] Jul 27 20:41:52.449 INFO O| Jul 27 20:41:52.449 INFO O| Planning: Evaluating mediators ... Done
39142026-07-27T20:41:53.581Z[ host-image] Jul 27 20:41:52.449 INFO O| Jul 27 20:41:52.449 INFO O| Planning: Planning completed in 0.00 seconds
39152026-07-27T20:41:53.581Z[ host-image] Jul 27 20:41:52.449 INFO O| Jul 27 20:41:52.449 INFO O| Variants/Facets to change: 1
39162026-07-27T20:41:53.585Z[ host-image] Jul 27 20:41:52.457 INFO O| Jul 27 20:41:52.457 INFO O| Finalize: Updating package state database ... Done
39172026-07-27T20:41:53.585Z[ host-image] Jul 27 20:41:52.457 INFO O| Jul 27 20:41:52.457 INFO O| Finalize: Updating package cache ... Done
39182026-07-27T20:41:53.626Z[ host-image] Jul 27 20:41:52.498 INFO O| Jul 27 20:41:52.498 INFO O| Finalize: Updating image state ... Done
39192026-07-27T20:41:53.632Z[ host-image] Jul 27 20:41:52.505 INFO O| Jul 27 20:41:52.505 INFO O| Finalize: Creating fast lookup database ... Done
39202026-07-27T20:41:53.636Z[ host-image] Jul 27 20:41:52.505 INFO O| Jul 27 20:41:52.505 INFO O| Finalize: Reading search index ... Done
39212026-07-27T20:41:53.636Z[ host-image] Jul 27 20:41:52.505 INFO O| Jul 27 20:41:52.505 INFO O| Finalize: Updating search index ... Done
39222026-07-27T20:41:53.636Z[ host-image] Jul 27 20:41:52.506 INFO O| Jul 27 20:41:52.506 INFO O| Finalize: Updating package cache ... Done
39232026-07-27T20:41:53.768Z[ host-image] Jul 27 20:41:52.639 INFO O| Jul 27 20:41:52.639 INFO STEP 8 (pkg_change_facet) COMPLETE
39242026-07-27T20:41:53.768Z[ host-image] Jul 27 20:41:52.639 INFO O| Jul 27 20:41:52.639 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-07-27T20:41:53.768Z[ host-image] Jul 27 20:41:52.639 INFO O| Jul 27 20:41:52.639 INFO skip step because feature "recovery" is not enabled
39262026-07-27T20:41:53.771Z[ host-image] Jul 27 20:41:52.639 INFO O| Jul 27 20:41:52.639 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39272026-07-27T20:41:53.771Z[ host-image] Jul 27 20:41:52.639 INFO O| Jul 27 20:41:52.639 INFO skip step because feature "recovery" is not enabled
39282026-07-27T20:41:53.771Z[ host-image] Jul 27 20:41:52.639 INFO O| Jul 27 20:41:52.639 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-07-27T20:41:53.774Z[ host-image] Jul 27 20:41:52.646 INFO O| Jul 27 20:41:52.646 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@22.0.0.0"]
39302026-07-27T20:41:54.922Z[ host-image] Jul 27 20:41:53.794 INFO O| Jul 27 20:41:53.794 INFO O| Startup: Refreshing catalog 'helios' ... Done
39312026-07-27T20:41:55.153Z[recovery-package] Finished `release` profile [optimized] target(s) in 13.42s
39322026-07-27T20:41:55.198Z[ host-image] Jul 27 20:41:54.069 INFO O| Jul 27 20:41:54.069 INFO O| Startup: Caching catalogs ... Done
39332026-07-27T20:41:56.377Z[ host-image] Jul 27 20:41:55.249 INFO O| Jul 27 20:41:55.249 INFO O| Planning: Solver setup ... Done
39342026-07-27T20:41:56.452Z[ host-image] Jul 27 20:41:55.324 INFO O| Jul 27 20:41:55.324 INFO O| Planning: Running solver ... Done
39352026-07-27T20:41:56.479Z[ host-image] Jul 27 20:41:55.351 INFO O| Jul 27 20:41:55.351 INFO O| Planning: Finding local manifests ... Done
39362026-07-27T20:41:56.499Z[ host-image] Jul 27 20:41:55.372 INFO O| Jul 27 20:41:55.372 INFO O| Planning: Fetching manifests: 0/130 0% complete
39372026-07-27T20:41:58.035Z[ host-image] Jul 27 20:41:56.907 INFO O| Jul 27 20:41:56.907 INFO O| Planning: Fetching manifests: 130/130 100% complete
39382026-07-27T20:41:58.449Z[ host-image] Jul 27 20:41:57.322 INFO O| Jul 27 20:41:57.322 INFO O| Planning: Package planning ... Done
39392026-07-27T20:41:58.759Z[ host-image] Jul 27 20:41:57.631 INFO O| Jul 27 20:41:57.631 INFO O| Planning: Merging actions ... Done
39402026-07-27T20:41:58.857Z[ host-image] Jul 27 20:41:57.729 INFO O| Jul 27 20:41:57.729 INFO O| Planning: Checking for conflicting actions ... Done
39412026-07-27T20:41:58.953Z[ host-image] Jul 27 20:41:57.826 INFO O| Jul 27 20:41:57.826 INFO O| Planning: Consolidating action changes ... Done
39422026-07-27T20:41:59.243Z[ host-image] Jul 27 20:41:58.116 INFO O| Jul 27 20:41:58.115 INFO O| Planning: Evaluating mediators ... Done
39432026-07-27T20:42:00.647Z[ host-image] Jul 27 20:41:59.519 INFO O| Jul 27 20:41:59.519 INFO O| Planning: Planning completed in 5.44 seconds
39442026-07-27T20:42:00.650Z[ host-image] Jul 27 20:41:59.521 INFO O| Jul 27 20:41:59.521 INFO O| Packages to install: 130
39452026-07-27T20:42:00.650Z[ host-image] Jul 27 20:41:59.521 INFO O| Jul 27 20:41:59.521 INFO O| Mediators to change: 5
39462026-07-27T20:42:00.650Z[ host-image] Jul 27 20:41:59.521 INFO O| Jul 27 20:41:59.521 INFO O| Services to change: 6
39472026-07-27T20:42:00.673Z[ host-image] Jul 27 20:41:59.545 INFO O| Jul 27 20:41:59.545 INFO O| Download: 0/23885 items 0.0/222.8MB 0% complete
39482026-07-27T20:42:05.674Z[ host-image] Jul 27 20:42:04.546 INFO O| Jul 27 20:42:04.546 INFO O| Download: 17787/23885 items 151.8/222.8MB 68% complete (30.4M/s)
39492026-07-27T20:42:07.515Z[ host-image] Jul 27 20:42:06.387 INFO O| Jul 27 20:42:06.387 INFO O| Download: Completed 222.78 MB in 6.84 seconds (32.5M/s)
39502026-07-27T20:42:07.837Z[ host-image] Jul 27 20:42:06.710 INFO O| Jul 27 20:42:06.709 INFO O| Actions: 1/54169 actions (Installing new actions)
39512026-07-27T20:42:12.838Z[ host-image] Jul 27 20:42:11.710 INFO O| Jul 27 20:42:11.710 INFO O| Actions: 27692/54169 actions (Installing new actions)
39522026-07-27T20:42:14.118Z[ host-image] Jul 27 20:42:12.990 INFO O| Jul 27 20:42:12.990 INFO O| Actions: Completed 54169 actions in 6.28 seconds.
39532026-07-27T20:42:14.179Z[ host-image] Jul 27 20:42:13.051 INFO O| Jul 27 20:42:13.051 INFO O| Finalize: Updating package state database ... Done
39542026-07-27T20:42:14.179Z[ host-image] Jul 27 20:42:13.051 INFO O| Jul 27 20:42:13.051 INFO O| Finalize: Updating package cache ... Done
39552026-07-27T20:42:14.255Z[ host-image] Jul 27 20:42:13.127 INFO O| Jul 27 20:42:13.127 INFO O| Finalize: Updating image state ... Done
39562026-07-27T20:42:14.955Z[ host-image] Jul 27 20:42:13.827 INFO O| Jul 27 20:42:13.827 INFO O| Finalize: Creating fast lookup database ... Done
39572026-07-27T20:42:14.975Z[ host-image] Jul 27 20:42:13.848 INFO O| Jul 27 20:42:13.848 INFO O| Finalize: Reading search index ... Done
39582026-07-27T20:42:17.201Z[ host-image] Jul 27 20:42:16.074 INFO O| Jul 27 20:42:16.073 INFO O| Finalize: Building new search index ... Done
39592026-07-27T20:42:17.576Z[ host-image] Jul 27 20:42:16.439 INFO O| Jul 27 20:42:16.439 INFO O| Finalize: Updating package cache ... Done
39602026-07-27T20:42:17.733Z[ host-image] Jul 27 20:42:16.605 INFO O| Jul 27 20:42:16.605 INFO STEP 11 (pkg_install) COMPLETE
39612026-07-27T20:42:17.733Z[ host-image] Jul 27 20:42:16.605 INFO O| Jul 27 20:42:16.605 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-07-27T20:42:17.740Z[ host-image] Jul 27 20:42:16.612 INFO O| Jul 27 20:42:16.612 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"]
39632026-07-27T20:42:18.948ZJul 27 20:42:17.821 INFO [recovery-package] process exited with exit status: 0 (37.343121583s)
39642026-07-27T20:42:18.948ZJul 27 20:42:17.821 INFO [recovery-libraries] running task
39652026-07-27T20:42:18.948ZJul 27 20:42:17.821 INFO [recovery-stamp] running task
39662026-07-27T20:42:18.952ZJul 27 20:42:17.821 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+gitf20be7e2e1e
39672026-07-27T20:42:18.952ZJul 27 20:42:17.821 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+gitf20be7e2e1e
39682026-07-27T20:42:18.957Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39692026-07-27T20:42:18.960Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39702026-07-27T20:42:19.014ZJul 27 20:42:17.886 INFO [recovery-libraries] task succeeded (65.518505ms)
39712026-07-27T20:42:19.030ZJul 27 20:42:17.902 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39722026-07-27T20:42:19.081Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39732026-07-27T20:42:19.084ZJul 27 20:42:17.957 INFO [stamp-installinator] process exited with exit status: 0 (135.194117ms)
39742026-07-27T20:42:19.132Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39752026-07-27T20:42:19.135ZJul 27 20:42:18.007 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.111658ms)
39762026-07-27T20:42:19.135ZJul 27 20:42:18.007 INFO [recovery-stamp] task succeeded (186.567898ms)
39772026-07-27T20:42:19.135ZJul 27 20:42:18.007 INFO [recovery-proto] running task
39782026-07-27T20:42:19.135ZJul 27 20:42:18.007 INFO [tuf-stamp] running task
39792026-07-27T20:42:19.139ZJul 27 20:42:18.008 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+gitf20be7e2e1e
39802026-07-27T20:42:19.139ZJul 27 20:42:18.008 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+gitf20be7e2e1e
39812026-07-27T20:42:19.139ZJul 27 20:42:18.009 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+gitf20be7e2e1e
39822026-07-27T20:42:19.139ZJul 27 20:42:18.009 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+gitf20be7e2e1e
39832026-07-27T20:42:19.141ZJul 27 20:42:18.010 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+gitf20be7e2e1e
39842026-07-27T20:42:19.141ZJul 27 20:42:18.010 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+gitf20be7e2e1e
39852026-07-27T20:42:19.141ZJul 27 20:42:18.010 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+gitf20be7e2e1e
39862026-07-27T20:42:19.142ZJul 27 20:42:18.010 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+gitf20be7e2e1e
39872026-07-27T20:42:19.142ZJul 27 20:42:18.010 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+gitf20be7e2e1e
39882026-07-27T20:42:19.142ZJul 27 20:42:18.011 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+gitf20be7e2e1e
39892026-07-27T20:42:19.142ZJul 27 20:42:18.011 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+gitf20be7e2e1e
39902026-07-27T20:42:19.145ZJul 27 20:42:18.012 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+gitf20be7e2e1e
39912026-07-27T20:42:19.145Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-27T20:42:19.145Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-07-27T20:42:19.145Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-07-27T20:42:19.145Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-07-27T20:42:19.148Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-07-27T20:42:19.148Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-07-27T20:42:19.148Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-07-27T20:42:19.148Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-07-27T20:42:19.148Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-07-27T20:42:19.148Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-07-27T20:42:19.148Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-07-27T20:42:19.148Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-07-27T20:42:19.195Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40042026-07-27T20:42:19.198ZJul 27 20:42:18.070 INFO [stamp-probe] process exited with exit status: 0 (59.286037ms)
40052026-07-27T20:42:19.262ZJul 27 20:42:18.135 INFO [recovery-proto] task succeeded (127.56663ms)
40062026-07-27T20:42:19.266ZJul 27 20:42:18.135 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.492' -P /tmp/.tmpGUTBhm/proto/recovery/root -N 'recovery f20be7e/${os_short_commit} 2026-07-27 20:29' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40072026-07-27T20:42:19.270Z[ recovery-image] Jul 27 20:42:18.142 INFO Checking files for board 'gimlet'
40082026-07-27T20:42:19.273Z[ recovery-image] Jul 27 20:42:18.142 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40092026-07-27T20:42:19.273Z[ recovery-image] Jul 27 20:42:18.142 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40102026-07-27T20:42:19.273Z[ recovery-image] Jul 27 20:42:18.142 INFO Checking files for board 'cosmo-mbist'
40112026-07-27T20:42:19.273Z[ recovery-image] Jul 27 20:42:18.142 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40122026-07-27T20:42:19.273Z[ recovery-image] Jul 27 20:42:18.142 INFO Checking files for board 'cosmo'
40132026-07-27T20:42:19.273Z[ recovery-image] Jul 27 20:42:18.142 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40142026-07-27T20:42:19.274Z[ recovery-image] Jul 27 20:42:18.142 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40152026-07-27T20:42:19.274Z[ recovery-image] Jul 27 20:42:18.142 INFO Checking files for board 'cosmo-mbist-noaggr'
40162026-07-27T20:42:19.274Z[ recovery-image] Jul 27 20:42:18.142 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40172026-07-27T20:42:19.283Z[ recovery-image] Jul 27 20:42:18.152 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGUTBhm/proto/recovery/root"
40182026-07-27T20:42:19.287Z[ recovery-image] Jul 27 20:42:18.152 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40192026-07-27T20:42:19.287Z[ recovery-image] Jul 27 20:42:18.152 INFO image builder template: ramdisk-01-os...
40202026-07-27T20:42:19.291Z[ recovery-image] Jul 27 20:42:18.152 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/.tmpGUTBhm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40212026-07-27T20:42:19.297Z[ recovery-image] Jul 27 20:42:18.170 INFO O| Jul 27 20:42:18.170 INFO CREATE DATASET: rpool/images/build/recovery/output
40222026-07-27T20:42:19.547Z[ recovery-image] Jul 27 20:42:18.420 INFO O| Jul 27 20:42:18.419 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40232026-07-27T20:42:19.551Z[ recovery-image] Jul 27 20:42:18.424 INFO O| Jul 27 20:42:18.424 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40242026-07-27T20:42:19.608Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40252026-07-27T20:42:19.611ZJul 27 20:42:18.484 INFO [stamp-ntp] process exited with exit status: 0 (475.614025ms)
40262026-07-27T20:42:19.642Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40272026-07-27T20:42:19.660Z[ host-image] Jul 27 20:42:18.532 INFO O| Jul 27 20:42:18.532 INFO O| Startup: Refreshing catalog 'helios' ... Done
40282026-07-27T20:42:19.668Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40292026-07-27T20:42:19.731Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40302026-07-27T20:42:19.734ZJul 27 20:42:18.607 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (597.771777ms)
40312026-07-27T20:42:19.812Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40322026-07-27T20:42:19.815ZJul 27 20:42:18.688 INFO [stamp-internal-dns] process exited with exit status: 0 (678.543306ms)
40332026-07-27T20:42:19.842Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40342026-07-27T20:42:19.846ZJul 27 20:42:18.718 INFO [stamp-external-dns] process exited with exit status: 0 (708.512224ms)
40352026-07-27T20:42:19.953Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40362026-07-27T20:42:19.956ZJul 27 20:42:18.828 INFO [stamp-crucible-zone] process exited with exit status: 0 (816.909522ms)
40372026-07-27T20:42:20.065Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40382026-07-27T20:42:20.069ZJul 27 20:42:18.941 INFO [stamp-oximeter] process exited with exit status: 0 (930.994188ms)
40392026-07-27T20:42:20.072Z[ host-image] Jul 27 20:42:18.944 INFO O| Jul 27 20:42:18.944 INFO O| Startup: Caching catalogs ... Done
40402026-07-27T20:42:20.224Z[ recovery-image] Jul 27 20:42:19.096 INFO O| Jul 27 20:42:19.096 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40412026-07-27T20:42:20.357Z[ recovery-image] Jul 27 20:42:19.230 INFO O| Jul 27 20:42:19.230 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40422026-07-27T20:42:20.357Z[ recovery-image] Jul 27 20:42:19.230 INFO O| Jul 27 20:42:19.230 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40432026-07-27T20:42:20.362Z[ recovery-image] Jul 27 20:42:19.230 INFO O| Jul 27 20:42:19.230 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40442026-07-27T20:42:20.362Z[ recovery-image] Jul 27 20:42:19.230 INFO O| Jul 27 20:42:19.230 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40452026-07-27T20:42:20.365Z[ recovery-image] Jul 27 20:42:19.236 INFO O| Jul 27 20:42:19.236 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40462026-07-27T20:42:20.484Z[ host-image] Jul 27 20:42:19.356 INFO O| Jul 27 20:42:19.356 INFO O| Planning: Solver setup ... Done
40472026-07-27T20:42:20.489Z[ host-image] Jul 27 20:42:19.361 INFO O| Jul 27 20:42:19.361 INFO O| Planning: Running solver ... Done
40482026-07-27T20:42:20.501Z[ host-image] Jul 27 20:42:19.374 INFO O| Jul 27 20:42:19.374 INFO O| Planning: Finding local manifests ... Done
40492026-07-27T20:42:20.519Z[ host-image] Jul 27 20:42:19.391 INFO O| Jul 27 20:42:19.391 INFO O| Planning: Fetching manifests: 0/6 0% complete
40502026-07-27T20:42:20.561Z[ host-image] Jul 27 20:42:19.433 INFO O| Jul 27 20:42:19.433 INFO O| Planning: Fetching manifests: 6/6 100% complete
40512026-07-27T20:42:20.582Z[ host-image] Jul 27 20:42:19.455 INFO O| Jul 27 20:42:19.455 INFO O| Planning: Package planning ... Done
40522026-07-27T20:42:20.586Z[ host-image] Jul 27 20:42:19.457 INFO O| Jul 27 20:42:19.457 INFO O| Planning: Merging actions ... Done
40532026-07-27T20:42:20.647Z[ host-image] Jul 27 20:42:19.519 INFO O| Jul 27 20:42:19.519 INFO O| Planning: Checking for conflicting actions ... Done
40542026-07-27T20:42:20.650Z[ host-image] Jul 27 20:42:19.520 INFO O| Jul 27 20:42:19.520 INFO O| Planning: Consolidating action changes ... Done
40552026-07-27T20:42:20.784Z[ recovery-image] Jul 27 20:42:19.656 INFO O| Jul 27 20:42:19.656 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40562026-07-27T20:42:20.794Z[ recovery-image] Jul 27 20:42:19.667 INFO O| Jul 27 20:42:19.666 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40572026-07-27T20:42:20.873Z[ host-image] Jul 27 20:42:19.745 INFO O| Jul 27 20:42:19.745 INFO O| Planning: Evaluating mediators ... Done
40582026-07-27T20:42:20.876Z[ host-image] Jul 27 20:42:19.747 INFO O| Jul 27 20:42:19.746 INFO O| Planning: Planning completed in 0.79 seconds
40592026-07-27T20:42:20.876Z[ host-image] Jul 27 20:42:19.747 INFO O| Jul 27 20:42:19.747 INFO O| Packages to install: 6
40602026-07-27T20:42:20.876Z[ host-image] Jul 27 20:42:19.747 INFO O| Jul 27 20:42:19.747 INFO O| Services to change: 2
40612026-07-27T20:42:20.886Z[ host-image] Jul 27 20:42:19.759 INFO O| Jul 27 20:42:19.759 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
40622026-07-27T20:42:21.015Z[ host-image] Jul 27 20:42:19.887 INFO O| Jul 27 20:42:19.887 INFO O| Download: Completed 1.75 MB in 0.13 seconds (13.6M/s)
40632026-07-27T20:42:21.037Z[ host-image] Jul 27 20:42:19.909 INFO O| Jul 27 20:42:19.909 INFO O| Actions: 1/390 actions (Installing new actions)
40642026-07-27T20:42:21.104Z[ recovery-image] Jul 27 20:42:19.976 INFO O| Jul 27 20:42:19.976 INFO O| Caching catalogs ... Done
40652026-07-27T20:42:21.176Z[ host-image] Jul 27 20:42:20.049 INFO O| Jul 27 20:42:20.049 INFO O| Actions: Completed 390 actions in 0.14 seconds.
40662026-07-27T20:42:21.180Z[ recovery-image] Jul 27 20:42:20.049 INFO O| Jul 27 20:42:20.049 INFO STEP 0 (pkg_image_create) COMPLETE
40672026-07-27T20:42:21.180Z[ recovery-image] Jul 27 20:42:20.049 INFO O| Jul 27 20:42:20.049 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40682026-07-27T20:42:21.184Z[ recovery-image] Jul 27 20:42:20.057 INFO O| Jul 27 20:42:20.057 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"]
40692026-07-27T20:42:21.201Z[ host-image] Jul 27 20:42:20.074 INFO O| Jul 27 20:42:20.074 INFO O| Finalize: Updating package state database ... Done
40702026-07-27T20:42:21.201Z[ host-image] Jul 27 20:42:20.074 INFO O| Jul 27 20:42:20.074 INFO O| Finalize: Updating package cache ... Done
40712026-07-27T20:42:21.276Z[ host-image] Jul 27 20:42:20.149 INFO O| Jul 27 20:42:20.149 INFO O| Finalize: Updating image state ... Done
40722026-07-27T20:42:21.455Z[ recovery-image] Jul 27 20:42:20.327 INFO O| Jul 27 20:42:20.327 INFO STEP 1 (pkg_set_publisher) COMPLETE
40732026-07-27T20:42:21.455Z[ recovery-image] Jul 27 20:42:20.327 INFO O| Jul 27 20:42:20.327 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40742026-07-27T20:42:21.458Z[ recovery-image] Jul 27 20:42:20.327 INFO O| Jul 27 20:42:20.327 INFO skip step because feature "publisher_1_name" is not enabled
40752026-07-27T20:42:21.458Z[ recovery-image] Jul 27 20:42:20.327 INFO O| Jul 27 20:42:20.327 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762026-07-27T20:42:21.458Z[ recovery-image] Jul 27 20:42:20.327 INFO O| Jul 27 20:42:20.327 INFO skip step because feature "publisher_2_name" is not enabled
40772026-07-27T20:42:21.458Z[ recovery-image] Jul 27 20:42:20.327 INFO O| Jul 27 20:42:20.327 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40782026-07-27T20:42:21.458Z[ recovery-image] Jul 27 20:42:20.327 INFO O| Jul 27 20:42:20.327 INFO skip step because feature "publisher_3_name" is not enabled
40792026-07-27T20:42:21.461Z[ recovery-image] Jul 27 20:42:20.327 INFO O| Jul 27 20:42:20.327 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40802026-07-27T20:42:21.722Z[ recovery-image] Jul 27 20:42:20.594 INFO O| Jul 27 20:42:20.594 INFO variant opensolaris.zone is already global
40812026-07-27T20:42:21.722Z[ recovery-image] Jul 27 20:42:20.594 INFO O| Jul 27 20:42:20.594 INFO STEP 5 (pkg_change_variant) COMPLETE
40822026-07-27T20:42:21.722Z[ recovery-image] Jul 27 20:42:20.594 INFO O| Jul 27 20:42:20.594 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40832026-07-27T20:42:21.775Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40842026-07-27T20:42:21.779ZJul 27 20:42:20.632 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.621183591s)
40852026-07-27T20:42:22.022Z[ recovery-image] Jul 27 20:42:20.894 INFO O| Jul 27 20:42:20.894 INFO variant opensolaris.imagetype is full; changing to partial
40862026-07-27T20:42:22.023Z[ recovery-image] Jul 27 20:42:20.894 INFO O| Jul 27 20:42:20.894 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40872026-07-27T20:42:22.092Z[ host-image] Jul 27 20:42:20.965 INFO O| Jul 27 20:42:20.965 INFO O| Finalize: Creating fast lookup database ... Done
40882026-07-27T20:42:22.117Z[ host-image] Jul 27 20:42:20.989 INFO O| Jul 27 20:42:20.989 INFO O| Finalize: Reading search index ... Done
40892026-07-27T20:42:22.120Z[ host-image] Jul 27 20:42:20.989 INFO O| Jul 27 20:42:20.989 INFO O| Finalize: Updating search index ... Done
40902026-07-27T20:42:22.132Z[ host-image] Jul 27 20:42:21.004 INFO O| Jul 27 20:42:21.004 INFO O| Finalize: Updating package cache ... Done
40912026-07-27T20:42:22.295Z[ host-image] Jul 27 20:42:21.167 INFO O| Jul 27 20:42:21.167 INFO STEP 12 (pkg_install) COMPLETE
40922026-07-27T20:42:22.295Z[ host-image] Jul 27 20:42:21.167 INFO O| Jul 27 20:42:21.167 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40932026-07-27T20:42:23.590Z[ host-image] Jul 27 20:42:22.463 INFO O| Jul 27 20:42:22.463 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40942026-07-27T20:42:23.781Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40952026-07-27T20:42:23.784ZJul 27 20:42:22.657 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.646601483s)
40962026-07-27T20:42:23.988Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40972026-07-27T20:42:23.993ZJul 27 20:42:22.865 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.856208811s)
40982026-07-27T20:42:24.026Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40992026-07-27T20:42:24.029ZJul 27 20:42:22.902 INFO [stamp-clickhouse] process exited with exit status: 0 (4.893861877s)
41002026-07-27T20:42:24.246Z[verify-libraries] Compiling match_cfg v0.1.0
41012026-07-27T20:42:24.246Z[verify-libraries] Compiling slog-json v2.6.1
41022026-07-27T20:42:24.249Z[verify-libraries] Compiling itertools v0.14.0
41032026-07-27T20:42:24.249Z[verify-libraries] Compiling debug-ignore v1.0.5
41042026-07-27T20:42:24.249Z[verify-libraries] Compiling progenitor-client v0.14.0
41052026-07-27T20:42:24.249Z[verify-libraries] Compiling structmeta-derive v0.3.0
41062026-07-27T20:42:24.249Z[verify-libraries] Compiling sha1 v0.11.0
41072026-07-27T20:42:24.527Z[ recovery-image] Jul 27 20:42:23.399 INFO O| Jul 27 20:42:23.399 INFO O| Startup: Refreshing catalog 'helios' ... Done
41082026-07-27T20:42:24.549Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41092026-07-27T20:42:24.553Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41102026-07-27T20:42:24.565Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41112026-07-27T20:42:24.568Z[verify-libraries] Compiling multer v3.1.0
41122026-07-27T20:42:24.568Z[verify-libraries] Compiling compression-core v0.4.31
41132026-07-27T20:42:24.568Z[verify-libraries] Compiling async-stream-impl v0.3.6
41142026-07-27T20:42:24.571ZJul 27 20:42:23.441 INFO [stamp-nexus] process exited with exit status: 0 (5.431196577s)
41152026-07-27T20:42:24.571ZJul 27 20:42:23.441 INFO [tuf-stamp] task succeeded (5.433608356s)
41162026-07-27T20:42:24.571ZJul 27 20:42:23.441 INFO [tuf-v2-zones] running task
41172026-07-27T20:42:24.571Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41182026-07-27T20:42:24.667ZJul 27 20:42:23.539 INFO [tuf-v2-zones] task succeeded (98.235862ms)
41192026-07-27T20:42:24.691Z[verify-libraries] Compiling hostname v0.3.1
41202026-07-27T20:42:24.691Z[verify-libraries] Compiling serde_spanned v1.1.1
41212026-07-27T20:42:24.734Z[verify-libraries] Compiling dropshot v0.17.1
41222026-07-27T20:42:24.734Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41232026-07-27T20:42:24.782Z[verify-libraries] Compiling compression-codecs v0.4.37
41242026-07-27T20:42:24.794Z[ host-image] Jul 27 20:42:23.666 INFO O| Jul 27 20:42:23.665 INFO O| Startup: Refreshing catalog 'helios' ... Done
41252026-07-27T20:42:24.803Z[verify-libraries] Compiling waitgroup v0.1.2
41262026-07-27T20:42:24.807Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41272026-07-27T20:42:24.826Z[verify-libraries] Compiling slog-bunyan v2.5.0
41282026-07-27T20:42:24.868Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41292026-07-27T20:42:24.871Z[verify-libraries] Compiling hostname v0.4.2
41302026-07-27T20:42:24.930Z[verify-libraries] Compiling atomicwrites v0.4.4
41312026-07-27T20:42:24.950Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41322026-07-27T20:42:24.996Z[verify-libraries] Compiling async-compression v0.4.41
41332026-07-27T20:42:25.002Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41342026-07-27T20:42:25.062Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41352026-07-27T20:42:25.065Z[verify-libraries] Compiling macaddr v1.0.1
41362026-07-27T20:42:25.065Z[verify-libraries] Compiling regress v0.10.5
41372026-07-27T20:42:25.083Z[verify-libraries] Compiling instant v0.1.13
41382026-07-27T20:42:25.103Z[verify-libraries] Compiling backon v1.6.0
41392026-07-27T20:42:25.125Z[verify-libraries] Compiling humantime v2.3.0
41402026-07-27T20:42:25.188Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41412026-07-27T20:42:25.210Z[verify-libraries] Compiling backoff v0.4.0
41422026-07-27T20:42:25.239Z[verify-libraries] Compiling convert_case v0.4.0
41432026-07-27T20:42:25.263Z[verify-libraries] Compiling async-stream v0.3.6
41442026-07-27T20:42:25.383Z[verify-libraries] Compiling progenitor-extras v0.2.0
41452026-07-27T20:42:25.406Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41462026-07-27T20:42:25.406Z[verify-libraries] Compiling half v2.7.1
41472026-07-27T20:42:25.409Z[verify-libraries] Compiling ciborium-io v0.2.2
41482026-07-27T20:42:25.469Z[verify-libraries] Compiling indent_write v2.2.0
41492026-07-27T20:42:25.469Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41502026-07-27T20:42:25.513Z[verify-libraries] Compiling regress v0.11.1
41512026-07-27T20:42:25.517Z[verify-libraries] Compiling secrecy v0.10.3
41522026-07-27T20:42:25.535Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41532026-07-27T20:42:25.576Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41542026-07-27T20:42:25.626Z[verify-libraries] Compiling structmeta v0.3.0
41552026-07-27T20:42:25.662Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41562026-07-27T20:42:25.684Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41572026-07-27T20:42:25.685Z[verify-libraries] Compiling derive_more v0.99.20
41582026-07-27T20:42:25.728Z[verify-libraries] Compiling ciborium-ll v0.2.2
41592026-07-27T20:42:25.731Z[verify-libraries] Compiling inout v0.1.4
41602026-07-27T20:42:25.794Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41612026-07-27T20:42:25.797Z[verify-libraries] Compiling universal-hash v0.5.1
41622026-07-27T20:42:25.838Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41632026-07-27T20:42:25.880Z[verify-libraries] Compiling derive-ex v0.1.8
41642026-07-27T20:42:25.938Z[verify-libraries] Compiling parse-display-derive v0.10.0
41652026-07-27T20:42:25.970Z[verify-libraries] Compiling ciborium v0.2.2
41662026-07-27T20:42:25.992Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41672026-07-27T20:42:26.016Z[verify-libraries] Compiling cipher v0.4.4
41682026-07-27T20:42:26.037Z[verify-libraries] Compiling opaque-debug v0.3.1
41692026-07-27T20:42:26.058Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41702026-07-27T20:42:26.107Z[verify-libraries] Compiling blake2 v0.10.6
41712026-07-27T20:42:26.136Z[verify-libraries] Compiling poly1305 v0.8.0
41722026-07-27T20:42:26.306Z[verify-libraries] Compiling chacha20 v0.9.1
41732026-07-27T20:42:26.343Z[verify-libraries] Compiling aead v0.5.2
41742026-07-27T20:42:26.492Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41752026-07-27T20:42:26.492Z[ host-image] Jul 27 20:42:25.364 INFO O| Jul 27 20:42:25.364 INFO O| Startup: Caching catalogs ... Done
41762026-07-27T20:42:26.498Z[ recovery-image] Jul 27 20:42:25.370 INFO O| Jul 27 20:42:25.370 INFO O| Startup: Caching catalogs ... Done
41772026-07-27T20:42:26.509Z[ recovery-image] Jul 27 20:42:25.381 INFO O| Jul 27 20:42:25.381 INFO O| Planning: Planning completed in 0.00 seconds
41782026-07-27T20:42:26.512Z[ recovery-image] Jul 27 20:42:25.382 INFO O| Jul 27 20:42:25.382 INFO O| Planning: Consolidating action changes ... Done
41792026-07-27T20:42:26.512Z[ recovery-image] Jul 27 20:42:25.382 INFO O| Jul 27 20:42:25.382 INFO O| Planning: Evaluating mediators ... Done
41802026-07-27T20:42:26.512Z[ recovery-image] Jul 27 20:42:25.382 INFO O| Jul 27 20:42:25.382 INFO O| Planning: Planning completed in 0.00 seconds
41812026-07-27T20:42:26.512Z[ recovery-image] Jul 27 20:42:25.382 INFO O| Jul 27 20:42:25.382 INFO O| Variants/Facets to change: 1
41822026-07-27T20:42:26.543Z[ recovery-image] Jul 27 20:42:25.415 INFO O| Jul 27 20:42:25.415 INFO O| Finalize: Updating package state database ... Done
41832026-07-27T20:42:26.543Z[ recovery-image] Jul 27 20:42:25.415 INFO O| Jul 27 20:42:25.415 INFO O| Finalize: Updating package cache ... Done
41842026-07-27T20:42:26.595Z[ recovery-image] Jul 27 20:42:25.467 INFO O| Jul 27 20:42:25.467 INFO O| Finalize: Updating image state ... Done
41852026-07-27T20:42:26.607Z[ recovery-image] Jul 27 20:42:25.479 INFO O| Jul 27 20:42:25.479 INFO O| Finalize: Creating fast lookup database ... Done
41862026-07-27T20:42:26.610Z[ recovery-image] Jul 27 20:42:25.479 INFO O| Jul 27 20:42:25.479 INFO O| Finalize: Reading search index ... Done
41872026-07-27T20:42:26.610Z[ recovery-image] Jul 27 20:42:25.479 INFO O| Jul 27 20:42:25.479 INFO O| Finalize: Updating search index ... Done
41882026-07-27T20:42:26.610Z[ recovery-image] Jul 27 20:42:25.480 INFO O| Jul 27 20:42:25.480 INFO O| Finalize: Updating package cache ... Done
41892026-07-27T20:42:26.610Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41902026-07-27T20:42:26.648Z[verify-libraries] Compiling password-hash v0.5.0
41912026-07-27T20:42:26.686Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41922026-07-27T20:42:26.727Z[verify-libraries] Compiling darling_core v0.21.3
41932026-07-27T20:42:26.782Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41942026-07-27T20:42:26.818Z[ recovery-image] Jul 27 20:42:25.691 INFO O| Jul 27 20:42:25.690 INFO STEP 6 (pkg_change_variant) COMPLETE
41952026-07-27T20:42:26.819Z[ recovery-image] Jul 27 20:42:25.691 INFO O| Jul 27 20:42:25.690 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-07-27T20:42:26.819Z[verify-libraries] Compiling rayon-core v1.13.0
41972026-07-27T20:42:26.819Z[ recovery-image] Jul 27 20:42:25.691 INFO O| Jul 27 20:42:25.690 INFO skip step because feature "debug_variant" is not enabled
41982026-07-27T20:42:26.825Z[ recovery-image] Jul 27 20:42:25.691 INFO O| Jul 27 20:42:25.690 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-07-27T20:42:26.864Z[ host-image] Jul 27 20:42:25.736 INFO O| Jul 27 20:42:25.736 INFO O| Planning: Solver setup ... Done
42002026-07-27T20:42:26.869Z[ host-image] Jul 27 20:42:25.741 INFO O| Jul 27 20:42:25.741 INFO O| Planning: Running solver ... Done
42012026-07-27T20:42:26.880Z[ host-image] Jul 27 20:42:25.752 INFO O| Jul 27 20:42:25.752 INFO O| Planning: Finding local manifests ... Done
42022026-07-27T20:42:26.935Z[ host-image] Jul 27 20:42:25.807 INFO O| Jul 27 20:42:25.807 INFO O| Planning: Fetching manifests: 0/6 0% complete
42032026-07-27T20:42:26.957Z[verify-libraries] Compiling argon2 v0.5.3
42042026-07-27T20:42:27.004Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42052026-07-27T20:42:27.044Z[ host-image] Jul 27 20:42:25.914 INFO O| Jul 27 20:42:25.914 INFO O| Planning: Fetching manifests: 6/6 100% complete
42062026-07-27T20:42:27.055Z[verify-libraries] Compiling glob v0.3.3
42072026-07-27T20:42:27.081Z[ host-image] Jul 27 20:42:25.951 INFO O| Jul 27 20:42:25.950 INFO O| Planning: Package planning ... Done
42082026-07-27T20:42:27.087Z[ host-image] Jul 27 20:42:25.959 INFO O| Jul 27 20:42:25.959 INFO O| Planning: Merging actions ... Done
42092026-07-27T20:42:27.113Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42102026-07-27T20:42:27.139Z[ host-image] Jul 27 20:42:26.011 INFO O| Jul 27 20:42:26.011 INFO O| Planning: Checking for conflicting actions ... Done
42112026-07-27T20:42:27.142Z[ recovery-image] Jul 27 20:42:26.012 INFO O| Jul 27 20:42:26.012 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42122026-07-27T20:42:27.145Z[ host-image] Jul 27 20:42:26.014 INFO O| Jul 27 20:42:26.014 INFO O| Planning: Consolidating action changes ... Done
42132026-07-27T20:42:27.174Z[verify-libraries] Compiling typify-impl v0.6.2
42142026-07-27T20:42:27.178Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42152026-07-27T20:42:27.310Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42162026-07-27T20:42:27.348Z[verify-libraries] Compiling vsss-rs v3.3.4
42172026-07-27T20:42:27.361Z[ host-image] Jul 27 20:42:26.233 INFO O| Jul 27 20:42:26.233 INFO O| Planning: Evaluating mediators ... Done
42182026-07-27T20:42:27.365Z[ host-image] Jul 27 20:42:26.236 INFO O| Jul 27 20:42:26.236 INFO O| Planning: Planning completed in 0.85 seconds
42192026-07-27T20:42:27.365Z[ host-image] Jul 27 20:42:26.236 INFO O| Jul 27 20:42:26.236 INFO O| Packages to install: 6
42202026-07-27T20:42:27.365Z[ host-image] Jul 27 20:42:26.236 INFO O| Jul 27 20:42:26.236 INFO O| Mediators to change: 1
42212026-07-27T20:42:27.365Z[ host-image] Jul 27 20:42:26.237 INFO O| Jul 27 20:42:26.236 INFO O| Services to change: 1
42222026-07-27T20:42:27.376Z[ host-image] Jul 27 20:42:26.248 INFO O| Jul 27 20:42:26.248 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
42232026-07-27T20:42:27.517Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42242026-07-27T20:42:27.802Z[verify-libraries] Compiling test-strategy v0.4.5
42252026-07-27T20:42:27.861Z[verify-libraries] Compiling parse-display v0.10.0
42262026-07-27T20:42:28.084Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42272026-07-27T20:42:28.118Z[ host-image] Jul 27 20:42:26.990 INFO O| Jul 27 20:42:26.990 INFO O| Download: Completed 7.84 MB in 0.74 seconds (10.6M/s)
42282026-07-27T20:42:28.168Z[ host-image] Jul 27 20:42:27.039 INFO O| Jul 27 20:42:27.039 INFO O| Actions: 1/1366 actions (Installing new actions)
42292026-07-27T20:42:28.184Z[verify-libraries] Compiling usdt-macro v0.5.0
42302026-07-27T20:42:28.236Z[verify-libraries] Compiling memmap v0.7.0
42312026-07-27T20:42:28.269Z[verify-libraries] Compiling heapless v0.8.0
42322026-07-27T20:42:28.339Z[verify-libraries] Compiling proc-macro-error v1.0.4
42332026-07-27T20:42:28.401Z[ host-image] Jul 27 20:42:27.274 INFO O| Jul 27 20:42:27.274 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
42342026-07-27T20:42:28.420Z[verify-libraries] Compiling tabwriter v1.4.1
42352026-07-27T20:42:28.429Z[ host-image] Jul 27 20:42:27.302 INFO O| Jul 27 20:42:27.301 INFO O| Finalize: Updating package state database ... Done
42362026-07-27T20:42:28.430Z[ host-image] Jul 27 20:42:27.302 INFO O| Jul 27 20:42:27.301 INFO O| Finalize: Updating package cache ... Done
42372026-07-27T20:42:28.493Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42382026-07-27T20:42:28.501Z[ host-image] Jul 27 20:42:27.373 INFO O| Jul 27 20:42:27.373 INFO O| Finalize: Updating image state ... Done
42392026-07-27T20:42:28.588Z[verify-libraries] Compiling hash32 v0.3.1
42402026-07-27T20:42:28.651Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42412026-07-27T20:42:28.692Z[ recovery-image] Jul 27 20:42:27.564 INFO O| Jul 27 20:42:27.564 INFO O| Startup: Refreshing catalog 'helios' ... Done
42422026-07-27T20:42:28.697Z[verify-libraries] Compiling num_enum_derive v0.7.6
42432026-07-27T20:42:28.728Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42442026-07-27T20:42:28.792Z[verify-libraries] Compiling smoltcp v0.11.0
42452026-07-27T20:42:28.792Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42462026-07-27T20:42:28.869Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42472026-07-27T20:42:28.982Z[verify-libraries] Compiling toml v0.8.23
42482026-07-27T20:42:29.029Z[ recovery-image] Jul 27 20:42:27.901 INFO O| Jul 27 20:42:27.901 INFO O| Startup: Caching catalogs ... Done
42492026-07-27T20:42:29.041Z[ recovery-image] Jul 27 20:42:27.913 INFO O| Jul 27 20:42:27.912 INFO O| Planning: Planning completed in 0.00 seconds
42502026-07-27T20:42:29.044Z[ recovery-image] Jul 27 20:42:27.915 INFO O| Jul 27 20:42:27.913 INFO O| Planning: Consolidating action changes ... Done
42512026-07-27T20:42:29.044Z[ recovery-image] Jul 27 20:42:27.915 INFO O| Jul 27 20:42:27.913 INFO O| Planning: Evaluating mediators ... Done
42522026-07-27T20:42:29.044Z[ recovery-image] Jul 27 20:42:27.915 INFO O| Jul 27 20:42:27.913 INFO O| Planning: Planning completed in 0.00 seconds
42532026-07-27T20:42:29.044Z[ recovery-image] Jul 27 20:42:27.915 INFO O| Jul 27 20:42:27.914 INFO O| Variants/Facets to change: 1
42542026-07-27T20:42:29.066Z[verify-libraries] Compiling cobs v0.3.0
42552026-07-27T20:42:29.147Z[verify-libraries] Compiling usdt v0.5.0
42562026-07-27T20:42:29.150Z[verify-libraries] Compiling colored v3.1.1
42572026-07-27T20:42:29.214Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42582026-07-27T20:42:29.242Z[verify-libraries] Compiling rayon v1.11.0
42592026-07-27T20:42:29.316Z[verify-libraries] Compiling postcard v1.1.3
42602026-07-27T20:42:29.353Z[verify-libraries] Compiling rand v0.10.1
42612026-07-27T20:42:29.389Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42622026-07-27T20:42:29.433Z[verify-libraries] Compiling darling_macro v0.21.3
42632026-07-27T20:42:29.492Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42642026-07-27T20:42:29.541Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
42652026-07-27T20:42:29.593Z[ host-image] Jul 27 20:42:28.465 INFO O| Jul 27 20:42:28.465 INFO O| Finalize: Creating fast lookup database ... Done
42662026-07-27T20:42:29.619Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42672026-07-27T20:42:29.635Z[ host-image] Jul 27 20:42:28.507 INFO O| Jul 27 20:42:28.507 INFO O| Finalize: Reading search index ... Done
42682026-07-27T20:42:29.635Z[ host-image] Jul 27 20:42:28.507 INFO O| Jul 27 20:42:28.507 INFO O| Finalize: Updating search index ... Done
42692026-07-27T20:42:29.649Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42702026-07-27T20:42:29.653Z[ recovery-image] Jul 27 20:42:28.523 INFO O| Jul 27 20:42:28.523 INFO O| Finalize: Updating package state database ... Done
42712026-07-27T20:42:29.653Z[ recovery-image] Jul 27 20:42:28.523 INFO O| Jul 27 20:42:28.523 INFO O| Finalize: Updating package cache ... Done
42722026-07-27T20:42:29.692Z[ host-image] Jul 27 20:42:28.564 INFO O| Jul 27 20:42:28.564 INFO O| Finalize: Updating package cache ... Done
42732026-07-27T20:42:29.697Z[ recovery-image] Jul 27 20:42:28.570 INFO O| Jul 27 20:42:28.570 INFO O| Finalize: Updating image state ... Done
42742026-07-27T20:42:29.709Z[ recovery-image] Jul 27 20:42:28.581 INFO O| Jul 27 20:42:28.581 INFO O| Finalize: Creating fast lookup database ... Done
42752026-07-27T20:42:29.712Z[ recovery-image] Jul 27 20:42:28.582 INFO O| Jul 27 20:42:28.582 INFO O| Finalize: Reading search index ... Done
42762026-07-27T20:42:29.712Z[ recovery-image] Jul 27 20:42:28.582 INFO O| Jul 27 20:42:28.582 INFO O| Finalize: Updating search index ... Done
42772026-07-27T20:42:29.712Z[ recovery-image] Jul 27 20:42:28.583 INFO O| Jul 27 20:42:28.582 INFO O| Finalize: Updating package cache ... Done
42782026-07-27T20:42:29.788Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42792026-07-27T20:42:29.922Z[verify-libraries] Compiling num_enum_derive v0.5.11
42802026-07-27T20:42:29.946Z[ recovery-image] Jul 27 20:42:28.817 INFO O| Jul 27 20:42:28.817 INFO STEP 8 (pkg_change_facet) COMPLETE
42812026-07-27T20:42:29.946Z[ recovery-image] Jul 27 20:42:28.817 INFO O| Jul 27 20:42:28.817 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42822026-07-27T20:42:29.950Z[ host-image] Jul 27 20:42:28.818 INFO O| Jul 27 20:42:28.818 INFO STEP 13 (pkg_install) COMPLETE
42832026-07-27T20:42:29.950Z[ host-image] Jul 27 20:42:28.818 INFO O| Jul 27 20:42:28.818 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42842026-07-27T20:42:29.955Z[ host-image] Jul 27 20:42:28.827 INFO O| Jul 27 20:42:28.827 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
42852026-07-27T20:42:30.001Z[verify-libraries] Compiling num_enum v0.7.6
42862026-07-27T20:42:30.004Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42872026-07-27T20:42:30.125Z[verify-libraries] Compiling num-derive v0.4.2
42882026-07-27T20:42:30.128Z[verify-libraries] Compiling darling v0.21.3
42892026-07-27T20:42:30.128Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42902026-07-27T20:42:30.199Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42912026-07-27T20:42:30.199Z[verify-libraries] Compiling foreign-types v0.5.0
42922026-07-27T20:42:30.200Z[verify-libraries] Compiling cstr-argument v0.1.2
42932026-07-27T20:42:30.204Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42942026-07-27T20:42:30.270Z[ recovery-image] Jul 27 20:42:29.142 INFO O| Jul 27 20:42:29.142 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42952026-07-27T20:42:30.294Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42962026-07-27T20:42:30.316Z[verify-libraries] Compiling ingot-macros v0.1.1
42972026-07-27T20:42:30.362Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42982026-07-27T20:42:30.403Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42992026-07-27T20:42:30.434Z[verify-libraries] Compiling sigpipe v0.1.3
43002026-07-27T20:42:30.499Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
43012026-07-27T20:42:30.527Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43022026-07-27T20:42:30.589Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
43032026-07-27T20:42:30.612Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
43042026-07-27T20:42:30.726Z[verify-libraries] Compiling itertools v0.12.1
43052026-07-27T20:42:30.783Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43062026-07-27T20:42:30.809Z[verify-libraries] Compiling smf v0.2.3
43072026-07-27T20:42:30.813Z[verify-libraries] Compiling whoami v1.6.1
43082026-07-27T20:42:30.935Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
43092026-07-27T20:42:31.143Z[verify-libraries] Compiling num_enum v0.5.11
43102026-07-27T20:42:31.143Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43112026-07-27T20:42:31.277Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43122026-07-27T20:42:31.277Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43132026-07-27T20:42:31.323Z[verify-libraries] Compiling derive-where v1.6.0
43142026-07-27T20:42:31.323Z[verify-libraries] Compiling gethostname v0.5.0
43152026-07-27T20:42:31.380Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43162026-07-27T20:42:31.384Z[ host-image] Jul 27 20:42:30.254 INFO O| Jul 27 20:42:30.254 INFO O| Startup: Refreshing catalog 'helios' ... Done
43172026-07-27T20:42:31.406Z[verify-libraries] Compiling console v0.15.11
43182026-07-27T20:42:31.492Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43192026-07-27T20:42:31.495Z[verify-libraries] Compiling newline-converter v0.3.0
43202026-07-27T20:42:31.717Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43212026-07-27T20:42:31.717Z[ host-image] Jul 27 20:42:30.577 INFO O| Jul 27 20:42:30.577 INFO O| Startup: Caching catalogs ... Done
43222026-07-27T20:42:31.741Z[verify-libraries] Compiling resolv-conf v0.7.6
43232026-07-27T20:42:31.772Z[ recovery-image] Jul 27 20:42:30.643 INFO O| Jul 27 20:42:30.642 INFO O| Startup: Refreshing catalog 'helios' ... Done
43242026-07-27T20:42:31.776Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43252026-07-27T20:42:31.779Z[verify-libraries] Compiling num-rational v0.4.2
43262026-07-27T20:42:31.956Z[verify-libraries] Compiling zone v0.3.1
43272026-07-27T20:42:32.036Z[ host-image] Jul 27 20:42:30.907 INFO O| Jul 27 20:42:30.905 INFO O| Planning: Solver setup ... Done
43282026-07-27T20:42:32.040Z[ host-image] Jul 27 20:42:30.910 INFO O| Jul 27 20:42:30.910 INFO O| Planning: Running solver ... Done
43292026-07-27T20:42:32.049Z[ host-image] Jul 27 20:42:30.921 INFO O| Jul 27 20:42:30.921 INFO O| Planning: Finding local manifests ... Done
43302026-07-27T20:42:32.060Z[verify-libraries] Compiling expectorate v1.2.0
43312026-07-27T20:42:32.080Z[ host-image] Jul 27 20:42:30.952 INFO O| Jul 27 20:42:30.952 INFO O| Planning: Fetching manifests: 0/1 0% complete
43322026-07-27T20:42:32.090Z[ recovery-image] Jul 27 20:42:30.962 INFO O| Jul 27 20:42:30.961 INFO O| Startup: Caching catalogs ... Done
43332026-07-27T20:42:32.094Z[ host-image] Jul 27 20:42:30.964 INFO O| Jul 27 20:42:30.964 INFO O| Planning: Fetching manifests: 1/1 100% complete
43342026-07-27T20:42:32.101Z[ recovery-image] Jul 27 20:42:30.973 INFO O| Jul 27 20:42:30.972 INFO O| Planning: Planning completed in 0.00 seconds
43352026-07-27T20:42:32.104Z[ recovery-image] Jul 27 20:42:30.973 INFO O| Jul 27 20:42:30.973 INFO O| Planning: Consolidating action changes ... Done
43362026-07-27T20:42:32.105Z[ recovery-image] Jul 27 20:42:30.973 INFO O| Jul 27 20:42:30.973 INFO O| Planning: Evaluating mediators ... Done
43372026-07-27T20:42:32.105Z[ recovery-image] Jul 27 20:42:30.973 INFO O| Jul 27 20:42:30.973 INFO O| Planning: Planning completed in 0.00 seconds
43382026-07-27T20:42:32.105Z[ recovery-image] Jul 27 20:42:30.976 INFO O| Jul 27 20:42:30.973 INFO O| Variants/Facets to change: 1
43392026-07-27T20:42:32.111Z[verify-libraries] Compiling num-complex v0.4.6
43402026-07-27T20:42:32.117Z[ host-image] Jul 27 20:42:30.989 INFO O| Jul 27 20:42:30.989 INFO O| Planning: Package planning ... Done
43412026-07-27T20:42:32.121Z[ host-image] Jul 27 20:42:30.990 INFO O| Jul 27 20:42:30.990 INFO O| Planning: Merging actions ... Done
43422026-07-27T20:42:32.121Z[ recovery-image] Jul 27 20:42:30.991 INFO O| Jul 27 20:42:30.985 INFO O| Finalize: Updating package state database ... Done
43432026-07-27T20:42:32.121Z[ recovery-image] Jul 27 20:42:30.991 INFO O| Jul 27 20:42:30.985 INFO O| Finalize: Updating package cache ... Done
43442026-07-27T20:42:32.159Z[ host-image] Jul 27 20:42:31.030 INFO O| Jul 27 20:42:31.030 INFO O| Planning: Checking for conflicting actions ... Done
43452026-07-27T20:42:32.162Z[ host-image] Jul 27 20:42:31.031 INFO O| Jul 27 20:42:31.031 INFO O| Planning: Consolidating action changes ... Done
43462026-07-27T20:42:32.163Z[ recovery-image] Jul 27 20:42:31.033 INFO O| Jul 27 20:42:31.033 INFO O| Finalize: Updating image state ... Done
43472026-07-27T20:42:32.167Z[verify-libraries] Compiling slog-dtrace v0.3.0
43482026-07-27T20:42:32.173Z[ recovery-image] Jul 27 20:42:31.045 INFO O| Jul 27 20:42:31.044 INFO O| Finalize: Creating fast lookup database ... Done
43492026-07-27T20:42:32.173Z[ recovery-image] Jul 27 20:42:31.045 INFO O| Jul 27 20:42:31.044 INFO O| Finalize: Reading search index ... Done
43502026-07-27T20:42:32.181Z[ recovery-image] Jul 27 20:42:31.045 INFO O| Jul 27 20:42:31.044 INFO O| Finalize: Updating search index ... Done
43512026-07-27T20:42:32.181Z[ recovery-image] Jul 27 20:42:31.045 INFO O| Jul 27 20:42:31.045 INFO O| Finalize: Updating package cache ... Done
43522026-07-27T20:42:32.192Z[verify-libraries] Compiling typify-macro v0.6.2
43532026-07-27T20:42:32.193Z[verify-libraries] Compiling prettyplease v0.2.37
43542026-07-27T20:42:32.193Z[verify-libraries] Compiling linear-map v1.2.0
43552026-07-27T20:42:32.296Z[verify-libraries] Compiling float-ord v0.3.2
43562026-07-27T20:42:32.345Z[verify-libraries] Compiling linked-hash-map v0.5.6
43572026-07-27T20:42:32.380Z[ host-image] Jul 27 20:42:31.252 INFO O| Jul 27 20:42:31.252 INFO O| Planning: Evaluating mediators ... Done
43582026-07-27T20:42:32.384Z[ host-image] Jul 27 20:42:31.252 INFO O| Jul 27 20:42:31.252 INFO O| Planning: Planning completed in 0.66 seconds
43592026-07-27T20:42:32.385Z[ host-image] Jul 27 20:42:31.252 INFO O| Jul 27 20:42:31.252 INFO O| Packages to install: 1
43602026-07-27T20:42:32.392Z[ host-image] Jul 27 20:42:31.263 INFO O| Jul 27 20:42:31.263 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
43612026-07-27T20:42:32.405Z[ recovery-image] Jul 27 20:42:31.277 INFO O| Jul 27 20:42:31.276 INFO STEP 9 (pkg_change_facet) COMPLETE
43622026-07-27T20:42:32.405Z[ recovery-image] Jul 27 20:42:31.277 INFO O| Jul 27 20:42:31.277 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43632026-07-27T20:42:32.419Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43642026-07-27T20:42:32.508Z[verify-libraries] Compiling hickory-proto v0.24.4
43652026-07-27T20:42:32.511Z[verify-libraries] Compiling convert_case v0.10.0
43662026-07-27T20:42:32.512Z[verify-libraries] Compiling owo-colors v4.3.0
43672026-07-27T20:42:32.545Z[ host-image] Jul 27 20:42:31.416 INFO O| Jul 27 20:42:31.416 INFO O| Download: Completed 13.06 MB in 0.15 seconds (85.4M/s)
43682026-07-27T20:42:32.564Z[ host-image] Jul 27 20:42:31.436 INFO O| Jul 27 20:42:31.436 INFO O| Actions: 1/22 actions (Installing new actions)
43692026-07-27T20:42:32.577Z[verify-libraries] Compiling num v0.4.3
43702026-07-27T20:42:32.681Z[verify-libraries] Compiling lru-cache v0.1.2
43712026-07-27T20:42:32.725Z[ recovery-image] Jul 27 20:42:31.596 INFO O| Jul 27 20:42:31.596 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43722026-07-27T20:42:32.759Z[verify-libraries] Compiling display-error-chain v0.2.2
43732026-07-27T20:42:32.774Z[verify-libraries] Compiling minimal-lexical v0.2.1
43742026-07-27T20:42:32.783Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43752026-07-27T20:42:32.811Z[ host-image] Jul 27 20:42:31.683 INFO O| Jul 27 20:42:31.683 INFO O| Actions: Completed 22 actions in 0.25 seconds.
43762026-07-27T20:42:32.839Z[ host-image] Jul 27 20:42:31.711 INFO O| Jul 27 20:42:31.711 INFO O| Finalize: Updating package state database ... Done
43772026-07-27T20:42:32.839Z[ host-image] Jul 27 20:42:31.711 INFO O| Jul 27 20:42:31.711 INFO O| Finalize: Updating package cache ... Done
43782026-07-27T20:42:32.908Z[ host-image] Jul 27 20:42:31.779 INFO O| Jul 27 20:42:31.779 INFO O| Finalize: Updating image state ... Done
43792026-07-27T20:42:32.912Z[verify-libraries] Compiling derive_more-impl v2.1.1
43802026-07-27T20:42:32.945Z[verify-libraries] Compiling unicode-xid v0.2.6
43812026-07-27T20:42:32.974Z[verify-libraries] Compiling tabled_derive v0.7.0
43822026-07-27T20:42:33.022Z[verify-libraries] Compiling nom v7.1.3
43832026-07-27T20:42:33.062Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43842026-07-27T20:42:33.091Z[verify-libraries] Compiling fd-lock v4.0.4
43852026-07-27T20:42:33.141Z[verify-libraries] Compiling vte v0.14.1
43862026-07-27T20:42:33.252Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43872026-07-27T20:42:33.332Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43882026-07-27T20:42:33.375Z[verify-libraries] Compiling stacker v0.1.23
43892026-07-27T20:42:33.453Z[verify-libraries] Compiling ingot-types v0.1.2
43902026-07-27T20:42:33.603Z[verify-libraries] Compiling reedline v0.40.0
43912026-07-27T20:42:33.788Z[verify-libraries] Compiling cfg_aliases v0.1.1
43922026-07-27T20:42:33.883Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43932026-07-27T20:42:33.900Z[ host-image] Jul 27 20:42:32.771 INFO O| Jul 27 20:42:32.771 INFO O| Finalize: Creating fast lookup database ... Done
43942026-07-27T20:42:33.923Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43952026-07-27T20:42:33.926Z[verify-libraries] Compiling ingot v0.1.1
43962026-07-27T20:42:33.930Z[ host-image] Jul 27 20:42:32.799 INFO O| Jul 27 20:42:32.799 INFO O| Finalize: Reading search index ... Done
43972026-07-27T20:42:33.931Z[ host-image] Jul 27 20:42:32.799 INFO O| Jul 27 20:42:32.799 INFO O| Finalize: Updating search index ... Done
43982026-07-27T20:42:33.938Z[ host-image] Jul 27 20:42:32.810 INFO O| Jul 27 20:42:32.810 INFO O| Finalize: Updating package cache ... Done
43992026-07-27T20:42:33.954Z[verify-libraries] Compiling derive_more v2.1.1
44002026-07-27T20:42:34.046Z[verify-libraries] Compiling nix v0.28.0
44012026-07-27T20:42:34.050Z[verify-libraries] Compiling termtree v0.5.1
44022026-07-27T20:42:34.177Z[verify-libraries] Compiling oxide-update-engine v0.1.2
44032026-07-27T20:42:34.210Z[verify-libraries] Compiling tabled v0.15.0
44042026-07-27T20:42:34.213Z[verify-libraries] Compiling psm v0.1.30
44052026-07-27T20:42:34.217Z[verify-libraries] Compiling crossterm v0.29.0
44062026-07-27T20:42:34.222Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO STEP 14 (pkg_install) COMPLETE
44072026-07-27T20:42:34.222Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44082026-07-27T20:42:34.223Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO skip step because feature "mbist" is not enabled
44092026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44102026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO skip step because feature "mfg" is not enabled
44112026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44122026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO skip step because feature "compliance" is not enabled
44132026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44142026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO skip step because feature "stress" is not enabled
44152026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44162026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO skip step because feature "compliance" is not enabled
44172026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44182026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO skip step because feature "nfs" is not enabled
44192026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
44202026-07-27T20:42:34.224Z[ host-image] Jul 27 20:42:33.091 INFO O| Jul 27 20:42:33.091 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
44212026-07-27T20:42:34.228Z[ recovery-image] Jul 27 20:42:33.096 INFO O| Jul 27 20:42:33.096 INFO O| Startup: Refreshing catalog 'helios' ... Done
44222026-07-27T20:42:34.264Z[verify-libraries] Compiling semver v0.1.20
44232026-07-27T20:42:34.310Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44242026-07-27T20:42:34.333Z[verify-libraries] Compiling typify v0.6.2
44252026-07-27T20:42:34.337Z[verify-libraries] Compiling phf_shared v0.12.1
44262026-07-27T20:42:34.509Z[verify-libraries] Compiling progenitor-impl v0.14.0
44272026-07-27T20:42:34.518Z[ host-image] Jul 27 20:42:33.389 INFO O| Jul 27 20:42:33.389 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44282026-07-27T20:42:34.574Z[verify-libraries] Compiling rustc_version v0.1.7
44292026-07-27T20:42:34.643Z[ host-image] Jul 27 20:42:33.515 INFO O| Jul 27 20:42:33.513 INFO completed processing sled/ramdisk-01-os
44302026-07-27T20:42:34.647Z[ host-image] Jul 27 20:42:33.516 INFO omicron1 baseline generation...
44312026-07-27T20:42:34.647Z[ host-image] Jul 27 20:42:33.516 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
44322026-07-27T20:42:34.647Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
44332026-07-27T20:42:34.647Z[verify-libraries] Compiling nibble_vec v0.1.0
44342026-07-27T20:42:34.703Z[verify-libraries] Compiling highway v1.3.0
44352026-07-27T20:42:34.792Z[ recovery-image] Jul 27 20:42:33.664 INFO O| Jul 27 20:42:33.663 INFO O| Startup: Caching catalogs ... Done
44362026-07-27T20:42:34.808Z[ recovery-image] Jul 27 20:42:33.675 INFO O| Jul 27 20:42:33.675 INFO O| Planning: Planning completed in 0.00 seconds
44372026-07-27T20:42:34.808Z[ recovery-image] Jul 27 20:42:33.675 INFO O| Jul 27 20:42:33.675 INFO O| Planning: Consolidating action changes ... Done
44382026-07-27T20:42:34.809Z[ recovery-image] Jul 27 20:42:33.675 INFO O| Jul 27 20:42:33.675 INFO O| Planning: Evaluating mediators ... Done
44392026-07-27T20:42:34.809Z[ recovery-image] Jul 27 20:42:33.675 INFO O| Jul 27 20:42:33.675 INFO O| Planning: Planning completed in 0.00 seconds
44402026-07-27T20:42:34.809Z[ recovery-image] Jul 27 20:42:33.676 INFO O| Jul 27 20:42:33.676 INFO O| Variants/Facets to change: 1
44412026-07-27T20:42:34.819Z[ recovery-image] Jul 27 20:42:33.687 INFO O| Jul 27 20:42:33.687 INFO O| Finalize: Updating package state database ... Done
44422026-07-27T20:42:34.819Z[ recovery-image] Jul 27 20:42:33.687 INFO O| Jul 27 20:42:33.687 INFO O| Finalize: Updating package cache ... Done
44432026-07-27T20:42:34.837Z[verify-libraries] Compiling endian-type v0.1.2
44442026-07-27T20:42:34.864Z[ recovery-image] Jul 27 20:42:33.733 INFO O| Jul 27 20:42:33.733 INFO O| Finalize: Updating image state ... Done
44452026-07-27T20:42:34.874Z[ recovery-image] Jul 27 20:42:33.745 INFO O| Jul 27 20:42:33.745 INFO O| Finalize: Creating fast lookup database ... Done
44462026-07-27T20:42:34.879Z[ recovery-image] Jul 27 20:42:33.746 INFO O| Jul 27 20:42:33.746 INFO O| Finalize: Reading search index ... Done
44472026-07-27T20:42:34.879Z[ recovery-image] Jul 27 20:42:33.746 INFO O| Jul 27 20:42:33.746 INFO O| Finalize: Updating search index ... Done
44482026-07-27T20:42:34.879Z[ recovery-image] Jul 27 20:42:33.747 INFO O| Jul 27 20:42:33.747 INFO O| Finalize: Updating package cache ... Done
44492026-07-27T20:42:34.880Z[verify-libraries] Compiling hickory-resolver v0.24.4
44502026-07-27T20:42:34.917Z[verify-libraries] Compiling chrono-tz v0.10.4
44512026-07-27T20:42:34.971Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44522026-07-27T20:42:35.016Z[ host-image] Jul 27 20:42:33.884 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24139:20260724T162317Z
44532026-07-27T20:42:35.050Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44542026-07-27T20:42:35.100Z[ recovery-image] Jul 27 20:42:33.972 INFO O| Jul 27 20:42:33.972 INFO STEP 10 (pkg_change_facet) COMPLETE
44552026-07-27T20:42:35.100Z[ recovery-image] Jul 27 20:42:33.972 INFO O| Jul 27 20:42:33.972 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44562026-07-27T20:42:35.113Z[ recovery-image] Jul 27 20:42:33.984 INFO O| Jul 27 20:42:33.983 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@22.0.0.0"]
44572026-07-27T20:42:35.127Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44582026-07-27T20:42:35.171Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
44592026-07-27T20:42:35.195Z[verify-libraries] Compiling radix_trie v0.2.1
44602026-07-27T20:42:35.315Z[verify-libraries] Compiling newtype_derive v0.1.6
44612026-07-27T20:42:35.501Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44622026-07-27T20:42:35.808Z[verify-libraries] Compiling recursive v0.1.1
44632026-07-27T20:42:35.820Z[verify-libraries] Compiling phf v0.12.1
44642026-07-27T20:42:35.892Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
44652026-07-27T20:42:35.945Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44662026-07-27T20:42:36.023Z[verify-libraries] Compiling qorb v0.4.1
44672026-07-27T20:42:36.087Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44682026-07-27T20:42:36.445Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44692026-07-27T20:42:36.469Z[verify-libraries] Compiling peg-macros v0.8.5
44702026-07-27T20:42:36.596Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44712026-07-27T20:42:36.849Z[verify-libraries] Compiling winnow v0.6.26
44722026-07-27T20:42:36.944Z[ recovery-image] Jul 27 20:42:35.816 INFO O| Jul 27 20:42:35.816 INFO O| Startup: Refreshing catalog 'helios' ... Done
44732026-07-27T20:42:37.207Z[verify-libraries] Compiling csv-core v0.1.13
44742026-07-27T20:42:37.249Z[verify-libraries] Compiling home v0.5.12
44752026-07-27T20:42:37.274Z[ recovery-image] Jul 27 20:42:36.140 INFO O| Jul 27 20:42:36.140 INFO O| Startup: Caching catalogs ... Done
44762026-07-27T20:42:37.355Z[verify-libraries] Compiling unicode_categories v0.1.1
44772026-07-27T20:42:37.410Z[verify-libraries] Compiling progenitor-macro v0.14.0
44782026-07-27T20:42:37.513Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44792026-07-27T20:42:37.563Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
44802026-07-27T20:42:37.572Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44812026-07-27T20:42:37.683Z[verify-libraries] Compiling textwrap v0.16.2
44822026-07-27T20:42:37.719Z[verify-libraries] Compiling sqlparser v0.61.0
44832026-07-27T20:42:37.719Z[verify-libraries] Compiling csv v1.4.0
44842026-07-27T20:42:37.760Z[verify-libraries] Compiling rustyline v14.0.0
44852026-07-27T20:42:37.765Z[verify-libraries] Compiling const_format v0.2.35
44862026-07-27T20:42:37.949Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44872026-07-27T20:42:38.086Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44882026-07-27T20:42:38.176Z[verify-libraries] Compiling peg v0.8.5
44892026-07-27T20:42:38.219Z[verify-libraries] Compiling bcs v0.1.6
44902026-07-27T20:42:38.285Z[verify-libraries] Compiling sqlformat v0.3.5
44912026-07-27T20:42:38.374Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44922026-07-27T20:42:38.456Z[verify-libraries] Compiling nom v8.0.0
44932026-07-27T20:42:38.502Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44942026-07-27T20:42:38.555Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
44952026-07-27T20:42:38.670Z[verify-libraries] Compiling base64 v0.21.7
44962026-07-27T20:42:38.691Z[ recovery-image] Jul 27 20:42:37.561 INFO O| Jul 27 20:42:37.561 INFO O| Planning: Solver setup ... Done
44972026-07-27T20:42:38.741Z[verify-libraries] Compiling steno v0.4.1
44982026-07-27T20:42:38.798Z[ recovery-image] Jul 27 20:42:37.670 INFO O| Jul 27 20:42:37.670 INFO O| Planning: Running solver ... Done
44992026-07-27T20:42:38.828Z[ recovery-image] Jul 27 20:42:37.699 INFO O| Jul 27 20:42:37.699 INFO O| Planning: Finding local manifests ... Done
45002026-07-27T20:42:38.892Z[ recovery-image] Jul 27 20:42:37.764 INFO O| Jul 27 20:42:37.764 INFO O| Planning: Fetching manifests: 0/130 0% complete
45012026-07-27T20:42:39.038Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
45022026-07-27T20:42:39.080Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
45032026-07-27T20:42:39.418Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45042026-07-27T20:42:39.465Z[verify-libraries] Compiling sha1 v0.10.6
45052026-07-27T20:42:39.500Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
45062026-07-27T20:42:39.537Z[verify-libraries] Compiling tagptr v0.2.0
45072026-07-27T20:42:39.584Z[verify-libraries] Compiling utf-8 v0.7.6
45082026-07-27T20:42:39.737Z[verify-libraries] Compiling moka v0.12.13
45092026-07-27T20:42:39.764Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45102026-07-27T20:42:39.822Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45112026-07-27T20:42:39.838Z[verify-libraries] Compiling radium v0.7.0
45122026-07-27T20:42:39.906Z[verify-libraries] Compiling tungstenite v0.21.0
45132026-07-27T20:42:39.995Z[verify-libraries] Compiling ron v0.8.1
45142026-07-27T20:42:40.019Z[verify-libraries] Compiling maybe-uninit v2.0.0
45152026-07-27T20:42:40.115Z[verify-libraries] Compiling tap v1.0.1
45162026-07-27T20:42:40.366Z[verify-libraries] Compiling wyz v0.5.1
45172026-07-27T20:42:40.370Z[verify-libraries] Compiling zerocopy-derive v0.6.6
45182026-07-27T20:42:40.370Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45192026-07-27T20:42:40.452Z[verify-libraries] Compiling packed_struct v0.10.1
45202026-07-27T20:42:40.512Z[verify-libraries] Compiling hickory-resolver v0.25.2
45212026-07-27T20:42:40.554Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45222026-07-27T20:42:40.608Z[verify-libraries] Compiling crc-catalog v2.4.0
45232026-07-27T20:42:40.662Z[verify-libraries] Compiling funty v2.0.0
45242026-07-27T20:42:40.761Z[verify-libraries] Compiling crc v3.4.0
45252026-07-27T20:42:40.922Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
45262026-07-27T20:42:40.946Z[verify-libraries] Compiling bitfield-macros v0.19.4
45272026-07-27T20:42:41.023Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45282026-07-27T20:42:41.064Z[verify-libraries] Compiling bitvec v1.0.1
45292026-07-27T20:42:41.103Z[verify-libraries] Compiling indexmap v1.9.3
45302026-07-27T20:42:41.157Z[verify-libraries] Compiling nodrop v0.1.14
45312026-07-27T20:42:41.290Z[verify-libraries] Compiling zerocopy v0.6.6
45322026-07-27T20:42:41.320Z[verify-libraries] Compiling smallvec v0.6.14
45332026-07-27T20:42:41.377Z[verify-libraries] Compiling array-init v0.0.4
45342026-07-27T20:42:41.450Z[verify-libraries] Compiling hashbrown v0.12.3
45352026-07-27T20:42:41.565Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45362026-07-27T20:42:41.710Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
45372026-07-27T20:42:41.754Z[verify-libraries] Compiling serde-hex v0.1.0
45382026-07-27T20:42:41.819Z[verify-libraries] Compiling bitfield v0.19.4
45392026-07-27T20:42:41.859Z[verify-libraries] Compiling hashbrown v0.13.2
45402026-07-27T20:42:42.048Z[verify-libraries] Compiling crc-any v2.5.0
45412026-07-27T20:42:42.242Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
45422026-07-27T20:42:42.266Z[verify-libraries] Compiling path-slash v0.1.5
45432026-07-27T20:42:42.379Z[verify-libraries] Compiling libefi-sys v0.1.0
45442026-07-27T20:42:42.464Z[verify-libraries] Compiling bitfield-struct v0.6.2
45452026-07-27T20:42:42.488Z[ recovery-image] Jul 27 20:42:41.359 INFO O| Jul 27 20:42:41.359 INFO O| Planning: Fetching manifests: 130/130 100% complete
45462026-07-27T20:42:42.543Z[verify-libraries] Compiling object v0.30.4
45472026-07-27T20:42:42.647Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45482026-07-27T20:42:42.825Z[verify-libraries] Compiling num-derive v0.3.3
45492026-07-27T20:42:42.916Z[verify-libraries] Compiling progenitor v0.14.0
45502026-07-27T20:42:42.920Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45512026-07-27T20:42:42.974Z[verify-libraries] Compiling xshell-macros v0.2.7
45522026-07-27T20:42:43.019Z[ recovery-image] Jul 27 20:42:41.890 INFO O| Jul 27 20:42:41.890 INFO O| Planning: Package planning ... Done
45532026-07-27T20:42:43.063Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45542026-07-27T20:42:43.152Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45552026-07-27T20:42:43.176Z[ recovery-image] Jul 27 20:42:42.048 INFO O| Jul 27 20:42:42.048 INFO O| Planning: Merging actions ... Done
45562026-07-27T20:42:43.253Z[ recovery-image] Jul 27 20:42:42.123 INFO O| Jul 27 20:42:42.122 INFO O| Planning: Checking for conflicting actions ... Done
45572026-07-27T20:42:43.309Z[ recovery-image] Jul 27 20:42:42.181 INFO O| Jul 27 20:42:42.181 INFO O| Planning: Consolidating action changes ... Done
45582026-07-27T20:42:43.321Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
45592026-07-27T20:42:43.427Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45602026-07-27T20:42:43.442Z[ recovery-image] Jul 27 20:42:42.313 INFO O| Jul 27 20:42:42.313 INFO O| Planning: Evaluating mediators ... Done
45612026-07-27T20:42:43.491Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45622026-07-27T20:42:43.494Z[verify-libraries] Compiling xshell v0.2.7
45632026-07-27T20:42:43.585Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45642026-07-27T20:42:43.706Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45652026-07-27T20:42:43.841Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45662026-07-27T20:42:43.961Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45672026-07-27T20:42:44.033Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45682026-07-27T20:42:44.037Z[verify-libraries] Compiling libscf-sys v1.1.0
45692026-07-27T20:42:44.067Z[verify-libraries] Compiling tabled_derive v0.11.0
45702026-07-27T20:42:44.140Z[verify-libraries] Compiling papergrid v0.17.0
45712026-07-27T20:42:44.233Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45722026-07-27T20:42:44.267Z[verify-libraries] Compiling testing_table v0.3.0
45732026-07-27T20:42:44.326Z[verify-libraries] Compiling subprocess v0.2.15
45742026-07-27T20:42:44.524Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45752026-07-27T20:42:44.661Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45762026-07-27T20:42:44.666Z[verify-libraries] Compiling headers-core v0.3.0
45772026-07-27T20:42:44.666Z[verify-libraries] Compiling unicase v2.9.0
45782026-07-27T20:42:44.776Z[verify-libraries] Compiling maplit v1.0.2
45792026-07-27T20:42:44.839Z[verify-libraries] Compiling crc8 v0.1.1
45802026-07-27T20:42:44.916Z[ recovery-image] Jul 27 20:42:43.788 INFO O| Jul 27 20:42:43.788 INFO O| Planning: Planning completed in 7.64 seconds
45812026-07-27T20:42:44.920Z[verify-libraries] Compiling headers v0.4.1
45822026-07-27T20:42:44.920Z[ recovery-image] Jul 27 20:42:43.790 INFO O| Jul 27 20:42:43.790 INFO O| Packages to install: 130
45832026-07-27T20:42:44.920Z[ recovery-image] Jul 27 20:42:43.790 INFO O| Jul 27 20:42:43.790 INFO O| Mediators to change: 5
45842026-07-27T20:42:44.920Z[ recovery-image] Jul 27 20:42:43.790 INFO O| Jul 27 20:42:43.790 INFO O| Services to change: 5
45852026-07-27T20:42:44.942Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45862026-07-27T20:42:44.959Z[ recovery-image] Jul 27 20:42:43.825 INFO O| Jul 27 20:42:43.825 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45872026-07-27T20:42:44.996Z[verify-libraries] Compiling yasna v0.5.2
45882026-07-27T20:42:45.055Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45892026-07-27T20:42:45.079Z[verify-libraries] Compiling vergen-lib v0.1.6
45902026-07-27T20:42:45.337Z[verify-libraries] Compiling diesel_derives v2.3.7
45912026-07-27T20:42:45.458Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45922026-07-27T20:42:45.494Z[verify-libraries] Compiling rcgen v0.12.1
45932026-07-27T20:42:45.565Z[verify-libraries] Compiling tabled v0.20.0
45942026-07-27T20:42:45.633Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45952026-07-27T20:42:45.766Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45962026-07-27T20:42:45.789Z[verify-libraries] Compiling port-file v0.1.0
45972026-07-27T20:42:45.843Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45982026-07-27T20:42:45.948Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45992026-07-27T20:42:46.043Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
46002026-07-27T20:42:46.092Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
46012026-07-27T20:42:46.158Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
46022026-07-27T20:42:46.190Z[verify-libraries] Compiling half v1.8.3
46032026-07-27T20:42:46.238Z[verify-libraries] Compiling r2d2 v0.8.10
46042026-07-27T20:42:46.269Z[verify-libraries] Compiling dirs-sys-next v0.1.2
46052026-07-27T20:42:46.313Z[verify-libraries] Compiling downcast-rs v2.0.2
46062026-07-27T20:42:46.320Z[verify-libraries] Compiling crunchy v0.2.4
46072026-07-27T20:42:46.438Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46082026-07-27T20:42:46.481Z[verify-libraries] Compiling serde_cbor v0.11.2
46092026-07-27T20:42:46.566Z[verify-libraries] Compiling dirs-next v2.0.0
46102026-07-27T20:42:46.588Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46112026-07-27T20:42:46.672Z[verify-libraries] Compiling clang-sys v1.8.1
46122026-07-27T20:42:46.738Z[verify-libraries] Compiling tiny-keccak v2.0.2
46132026-07-27T20:42:46.776Z[verify-libraries] Compiling cpubits v0.1.1
46142026-07-27T20:42:46.880Z[verify-libraries] Compiling term v0.7.0
46152026-07-27T20:42:46.963Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46162026-07-27T20:42:47.074Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46172026-07-27T20:42:47.324Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46182026-07-27T20:42:47.331Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46192026-07-27T20:42:47.331Z[verify-libraries] Compiling bit-vec v0.6.3
46202026-07-27T20:42:47.343Z[verify-libraries] Compiling diff v0.1.13
46212026-07-27T20:42:47.464Z[verify-libraries] Compiling ascii-canvas v3.0.0
46222026-07-27T20:42:47.638Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
46232026-07-27T20:42:47.641Z[verify-libraries] Compiling bit-set v0.5.3
46242026-07-27T20:42:47.660Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46252026-07-27T20:42:47.739Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46262026-07-27T20:42:47.877Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46272026-07-27T20:42:48.000Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46282026-07-27T20:42:48.058Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46292026-07-27T20:42:48.218Z[verify-libraries] Compiling itertools v0.10.5
46302026-07-27T20:42:48.293Z[verify-libraries] Compiling libloading v0.8.9
46312026-07-27T20:42:48.547Z[verify-libraries] Compiling ena v0.14.4
46322026-07-27T20:42:48.586Z[verify-libraries] Compiling bindgen v0.71.1
46332026-07-27T20:42:48.670Z[verify-libraries] Compiling regex-syntax v0.6.29
46342026-07-27T20:42:49.029Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
46352026-07-27T20:42:49.174Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46362026-07-27T20:42:49.216Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46372026-07-27T20:42:49.299Z[verify-libraries] Compiling cexpr v0.6.0
46382026-07-27T20:42:49.379Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46392026-07-27T20:42:49.773Z[verify-libraries] Compiling rustc-hash v2.1.1
46402026-07-27T20:42:49.887Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
46412026-07-27T20:42:49.934Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46422026-07-27T20:42:49.946Z[ recovery-image] Jul 27 20:42:48.818 INFO O| Jul 27 20:42:48.818 INFO O| Download: 7408/16682 items 75.0/200.0MB 37% complete (15.0M/s)
46432026-07-27T20:42:49.993Z[verify-libraries] Compiling libxml v0.3.3
46442026-07-27T20:42:50.208Z[verify-libraries] Compiling lalrpop v0.19.12
46452026-07-27T20:42:50.334Z[verify-libraries] Compiling arc-swap v1.8.2
46462026-07-27T20:42:50.746Z[verify-libraries] Compiling slog-scope v4.4.1
46472026-07-27T20:42:51.073Z[verify-libraries] Compiling progenitor-impl v0.13.0
46482026-07-27T20:42:51.098Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46492026-07-27T20:42:51.124Z[verify-libraries] Compiling strum_macros v0.24.3
46502026-07-27T20:42:51.239Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46512026-07-27T20:42:51.367Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46522026-07-27T20:42:51.474Z[verify-libraries] Compiling hmac v0.13.0
46532026-07-27T20:42:51.805Z[verify-libraries] Compiling universal-hash v0.6.1
46542026-07-27T20:42:51.920Z[verify-libraries] Compiling fxhash v0.2.1
46552026-07-27T20:42:52.068Z[verify-libraries] Compiling fs-err v2.11.0
46562026-07-27T20:42:52.166Z[verify-libraries] Compiling indoc v1.0.9
46572026-07-27T20:42:52.492Z[verify-libraries] Compiling diesel v2.3.7
46582026-07-27T20:42:52.744Z[verify-libraries] Compiling slog-stdlog v4.1.1
46592026-07-27T20:42:52.800Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46602026-07-27T20:42:52.837Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46612026-07-27T20:42:52.886Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46622026-07-27T20:42:53.048Z[verify-libraries] Compiling progenitor-client v0.13.0
46632026-07-27T20:42:53.246Z[verify-libraries] Compiling sha2 v0.11.0
46642026-07-27T20:42:53.516Z[verify-libraries] Compiling oso-derive v0.27.3
46652026-07-27T20:42:53.761Z[verify-libraries] Compiling quick-xml v0.37.5
46662026-07-27T20:42:54.057Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46672026-07-27T20:42:54.086Z[verify-libraries] Compiling progenitor-macro v0.13.0
46682026-07-27T20:42:54.195Z[verify-libraries] Compiling openssl-probe v0.1.6
46692026-07-27T20:42:54.250Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46702026-07-27T20:42:54.356Z[verify-libraries] Compiling slog-envlogger v2.2.0
46712026-07-27T20:42:54.456Z[verify-libraries] Compiling polyval v0.7.1
46722026-07-27T20:42:55.040Z[verify-libraries] Compiling der v0.8.0
46732026-07-27T20:42:55.058Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
46742026-07-27T20:42:55.059Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46752026-07-27T20:42:55.134Z[ recovery-image] Jul 27 20:42:54.006 INFO O| Jul 27 20:42:54.005 INFO O| Download: 15319/16682 items 161.8/200.0MB 80% complete (16.5M/s)
46762026-07-27T20:42:55.257Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
46772026-07-27T20:42:55.291Z[verify-libraries] Compiling git-stub v1.0.0
46782026-07-27T20:42:56.146Z[verify-libraries] Compiling kstat-rs v0.2.4
46792026-07-27T20:42:56.197Z[verify-libraries] Compiling trait-variant v0.1.2
46802026-07-27T20:42:56.197Z[verify-libraries] Compiling parse-size v1.1.0
46812026-07-27T20:42:56.197Z[verify-libraries] Compiling salty v0.3.0
46822026-07-27T20:42:56.197Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46832026-07-27T20:42:56.210Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46842026-07-27T20:42:56.225Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
46852026-07-27T20:42:56.363Z[ recovery-image] Jul 27 20:42:55.172 INFO O| Jul 27 20:42:55.172 INFO O| Download: Completed 199.95 MB in 11.35 seconds (17.6M/s)
46862026-07-27T20:42:56.363Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46872026-07-27T20:42:56.364Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46882026-07-27T20:42:56.399Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46892026-07-27T20:42:56.463Z[verify-libraries] Compiling ghash v0.6.0
46902026-07-27T20:42:56.505Z[verify-libraries] Compiling pbkdf2 v0.13.0
46912026-07-27T20:42:56.663Z[verify-libraries] Compiling aes v0.9.1
46922026-07-27T20:42:56.742Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46932026-07-27T20:42:56.775Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46942026-07-27T20:42:56.832Z[verify-libraries] Compiling ctr v0.10.1
46952026-07-27T20:42:57.115Z[verify-libraries] Compiling aead v0.6.1
46962026-07-27T20:42:57.175Z[verify-libraries] Compiling bb8 v0.8.6
46972026-07-27T20:42:57.365Z[verify-libraries] Compiling parking_lot_core v0.8.6
46982026-07-27T20:42:57.394Z[verify-libraries] Compiling aes-gcm v0.11.0
46992026-07-27T20:42:57.622Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47002026-07-27T20:42:57.659Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
47012026-07-27T20:42:57.780Z[verify-libraries] Compiling spki v0.8.0
47022026-07-27T20:42:57.873Z[verify-libraries] Compiling crypto-bigint v0.7.5
47032026-07-27T20:42:58.103Z[verify-libraries] Compiling mime_guess v2.0.5
47042026-07-27T20:42:58.142Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
47052026-07-27T20:42:58.205Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-07-27T20:42:58.283Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
47072026-07-27T20:42:58.475Z[verify-libraries] Compiling rfc6979 v0.4.0
47082026-07-27T20:42:58.532Z[verify-libraries] Compiling cbc v0.2.1
47092026-07-27T20:42:58.569Z[verify-libraries] Compiling salsa20 v0.11.0
47102026-07-27T20:42:58.693Z[verify-libraries] Compiling nanorand v0.7.0
47112026-07-27T20:42:58.770Z[verify-libraries] Compiling scrypt v0.12.0
47122026-07-27T20:42:58.802Z[verify-libraries] Compiling ecdsa v0.16.9
47132026-07-27T20:42:58.872Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47142026-07-27T20:42:59.064Z[verify-libraries] Compiling flume v0.11.1
47152026-07-27T20:42:59.261Z[verify-libraries] Compiling primeorder v0.13.6
47162026-07-27T20:42:59.476Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
47172026-07-27T20:42:59.498Z[verify-libraries] Compiling progenitor v0.13.0
47182026-07-27T20:42:59.576Z[verify-libraries] Compiling atty v0.2.14
47192026-07-27T20:42:59.611Z[verify-libraries] Compiling http-range v0.1.5
47202026-07-27T20:42:59.611Z[verify-libraries] Compiling nonempty v0.12.0
47212026-07-27T20:42:59.707Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
47222026-07-27T20:42:59.748Z[verify-libraries] Compiling p384 v0.13.1
47232026-07-27T20:42:59.971Z[verify-libraries] Compiling parking_lot v0.11.2
47242026-07-27T20:43:00.002Z[verify-libraries] Compiling pkcs5 v0.8.1
47252026-07-27T20:43:00.060Z[ recovery-image] Jul 27 20:42:58.924 INFO O| Jul 27 20:42:58.923 INFO O| Actions: 1/27580 actions (Installing new actions)
47262026-07-27T20:43:00.410Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47272026-07-27T20:43:00.487Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47282026-07-27T20:43:00.490Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47292026-07-27T20:43:00.490Z[verify-libraries] Compiling prefix-trie v0.7.0
47302026-07-27T20:43:00.536Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47312026-07-27T20:43:00.588Z[verify-libraries] Compiling pkcs8 v0.11.0
47322026-07-27T20:43:01.462Z[verify-libraries] Compiling sled v0.34.7
47332026-07-27T20:43:01.462Z[verify-libraries] Compiling hickory-server v0.25.2
47342026-07-27T20:43:01.462Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47352026-07-27T20:43:01.462Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47362026-07-27T20:43:01.462Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47372026-07-27T20:43:01.462Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47382026-07-27T20:43:01.462Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47392026-07-27T20:43:01.496Z[verify-libraries] Compiling ignore v0.4.25
47402026-07-27T20:43:01.550Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47412026-07-27T20:43:01.697Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47422026-07-27T20:43:01.830Z[verify-libraries] Compiling corncobs v0.1.4
47432026-07-27T20:43:02.179Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47442026-07-27T20:43:02.229Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47452026-07-27T20:43:02.234Z[verify-libraries] Compiling globwalk v0.9.1
47462026-07-27T20:43:02.362Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47472026-07-27T20:43:02.583Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47482026-07-27T20:43:02.787Z[verify-libraries] Compiling predicates-tree v1.0.13
47492026-07-27T20:43:02.887Z[verify-libraries] Compiling libz-sys v1.1.24
47502026-07-27T20:43:03.060Z[verify-libraries] Compiling rand_seeder v0.4.0
47512026-07-27T20:43:03.202Z[verify-libraries] Compiling secrecy v0.8.0
47522026-07-27T20:43:03.266Z[verify-libraries] Compiling ff v0.14.0
47532026-07-27T20:43:03.342Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47542026-07-27T20:43:03.484Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47552026-07-27T20:43:03.507Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47562026-07-27T20:43:03.691Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47572026-07-27T20:43:03.782Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
47582026-07-27T20:43:03.833Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47592026-07-27T20:43:04.027Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47602026-07-27T20:43:04.589Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47612026-07-27T20:43:04.849Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47622026-07-27T20:43:04.896Z[verify-libraries] Compiling signature v3.0.0
47632026-07-27T20:43:05.033Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47642026-07-27T20:43:05.054Z[ recovery-image] Jul 27 20:43:03.925 INFO O| Jul 27 20:43:03.924 INFO O| Actions: 20043/27580 actions (Installing new actions)
47652026-07-27T20:43:05.128Z[verify-libraries] Compiling base16ct v1.0.0
47662026-07-27T20:43:05.190Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47672026-07-27T20:43:05.247Z[verify-libraries] Compiling instability v0.3.11
47682026-07-27T20:43:05.426Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47692026-07-27T20:43:05.524Z[verify-libraries] Compiling sec1 v0.8.1
47702026-07-27T20:43:05.554Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47712026-07-27T20:43:05.879Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47722026-07-27T20:43:05.971Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47732026-07-27T20:43:06.019Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47742026-07-27T20:43:07.286Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47752026-07-27T20:43:07.286Z[ recovery-image] Jul 27 20:43:05.217 INFO O| Jul 27 20:43:05.216 INFO O| Actions: Completed 27580 actions in 6.29 seconds.
47762026-07-27T20:43:07.286Z[ recovery-image] Jul 27 20:43:05.279 INFO O| Jul 27 20:43:05.279 INFO O| Finalize: Updating package state database ... Done
47772026-07-27T20:43:07.287Z[ recovery-image] Jul 27 20:43:05.279 INFO O| Jul 27 20:43:05.279 INFO O| Finalize: Updating package cache ... Done
47782026-07-27T20:43:07.287Z[ recovery-image] Jul 27 20:43:05.367 INFO O| Jul 27 20:43:05.367 INFO O| Finalize: Updating image state ... Done
47792026-07-27T20:43:07.287Z[verify-libraries] Compiling group v0.14.0
47802026-07-27T20:43:07.294Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47812026-07-27T20:43:07.339Z[ recovery-image] Jul 27 20:43:06.210 INFO O| Jul 27 20:43:06.209 INFO O| Finalize: Creating fast lookup database ... Done
47822026-07-27T20:43:07.396Z[ recovery-image] Jul 27 20:43:06.266 INFO O| Jul 27 20:43:06.266 INFO O| Finalize: Reading search index ... Done
47832026-07-27T20:43:07.513Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47842026-07-27T20:43:07.542Z[verify-libraries] Compiling hkdf v0.13.0
47852026-07-27T20:43:07.568Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47862026-07-27T20:43:07.597Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
47872026-07-27T20:43:07.649Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47882026-07-27T20:43:07.824Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47892026-07-27T20:43:07.990Z[verify-libraries] Compiling castaway v0.2.4
47902026-07-27T20:43:08.020Z[verify-libraries] Compiling indoc v2.0.7
47912026-07-27T20:43:08.200Z[verify-libraries] Compiling compact_str v0.8.1
47922026-07-27T20:43:08.550Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
47932026-07-27T20:43:08.624Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47942026-07-27T20:43:08.707Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
47952026-07-27T20:43:08.922Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47962026-07-27T20:43:09.102Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47972026-07-27T20:43:09.260Z[ recovery-image] Jul 27 20:43:08.131 INFO O| Jul 27 20:43:08.131 INFO O| Finalize: Building new search index ... Done
47982026-07-27T20:43:09.284Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
47992026-07-27T20:43:09.375Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48002026-07-27T20:43:09.512Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48012026-07-27T20:43:09.545Z[verify-libraries] Compiling unicode-truncate v1.1.0
48022026-07-27T20:43:09.545Z[verify-libraries] Compiling lru v0.12.5
48032026-07-27T20:43:09.583Z[ recovery-image] Jul 27 20:43:08.445 INFO O| Jul 27 20:43:08.445 INFO O| Finalize: Updating package cache ... Done
48042026-07-27T20:43:09.649Z[verify-libraries] Compiling cassowary v0.3.0
48052026-07-27T20:43:09.776Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48062026-07-27T20:43:09.861Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48072026-07-27T20:43:09.915Z[ recovery-image] Jul 27 20:43:08.782 INFO O| Jul 27 20:43:08.781 INFO STEP 11 (pkg_install) COMPLETE
48082026-07-27T20:43:09.915Z[ recovery-image] Jul 27 20:43:08.782 INFO O| Jul 27 20:43:08.782 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48092026-07-27T20:43:09.930Z[ recovery-image] Jul 27 20:43:08.782 INFO O| Jul 27 20:43:08.782 INFO skip step because feature "recovery" is enabled
48102026-07-27T20:43:09.930Z[ recovery-image] Jul 27 20:43:08.782 INFO O| Jul 27 20:43:08.782 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48112026-07-27T20:43:09.930Z[ recovery-image] Jul 27 20:43:08.782 INFO O| Jul 27 20:43:08.782 INFO skip step because feature "omicron1" is not enabled
48122026-07-27T20:43:09.930Z[ recovery-image] Jul 27 20:43:08.782 INFO O| Jul 27 20:43:08.782 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48132026-07-27T20:43:09.940Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48142026-07-27T20:43:09.940Z[ recovery-image] Jul 27 20:43:08.793 INFO O| Jul 27 20:43:08.793 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
48152026-07-27T20:43:10.245Z[verify-libraries] Compiling ratatui v0.29.0
48162026-07-27T20:43:10.269Z[verify-libraries] Compiling rfc6979 v0.5.0
48172026-07-27T20:43:10.293Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48182026-07-27T20:43:10.323Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48192026-07-27T20:43:10.420Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48202026-07-27T20:43:10.468Z[verify-libraries] Compiling vergen-git2 v9.1.0
48212026-07-27T20:43:10.486Z[verify-libraries] Compiling is_ci v1.2.0
48222026-07-27T20:43:10.605Z[verify-libraries] Compiling strsim v0.10.0
48232026-07-27T20:43:10.649Z[verify-libraries] Compiling supports-color v3.0.2
48242026-07-27T20:43:10.707Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
48252026-07-27T20:43:10.768Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
48262026-07-27T20:43:10.881Z[verify-libraries] Compiling darling_core v0.13.4
48272026-07-27T20:43:10.970Z[verify-libraries] Compiling primefield v0.14.0
48282026-07-27T20:43:11.011Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48292026-07-27T20:43:11.187Z[verify-libraries] Compiling tungstenite v0.23.0
48302026-07-27T20:43:11.219Z[verify-libraries] Compiling console v0.16.2
48312026-07-27T20:43:11.279Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
48322026-07-27T20:43:11.711Z[verify-libraries] Compiling libsw-core v0.3.2
48332026-07-27T20:43:11.758Z[verify-libraries] Compiling void v1.0.2
48342026-07-27T20:43:11.769Z[verify-libraries] Compiling assert_matches v1.5.0
48352026-07-27T20:43:11.841Z[verify-libraries] Compiling unit-prefix v0.5.2
48362026-07-27T20:43:11.877Z[verify-libraries] Compiling lzss v0.8.2
48372026-07-27T20:43:11.922Z[verify-libraries] Compiling libsw v3.5.0
48382026-07-27T20:43:12.040Z[verify-libraries] Compiling indicatif v0.18.4
48392026-07-27T20:43:12.060Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48402026-07-27T20:43:12.154Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
48412026-07-27T20:43:12.177Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48422026-07-27T20:43:12.221Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48432026-07-27T20:43:12.425Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48442026-07-27T20:43:12.482Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48452026-07-27T20:43:12.581Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48462026-07-27T20:43:12.728Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48472026-07-27T20:43:12.850Z[verify-libraries] Compiling nix v0.27.1
48482026-07-27T20:43:12.966Z[verify-libraries] Compiling darling_macro v0.13.4
48492026-07-27T20:43:12.984Z[verify-libraries] Compiling colored v2.2.0
48502026-07-27T20:43:13.008Z[verify-libraries] Compiling blake3 v1.8.5
48512026-07-27T20:43:13.040Z[verify-libraries] Compiling serde_bytes v0.11.19
48522026-07-27T20:43:13.055Z[verify-libraries] Compiling shell-words v1.1.1
48532026-07-27T20:43:14.834Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48542026-07-27T20:43:14.865Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48552026-07-27T20:43:14.865Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-07-27T20:43:14.865Z[verify-libraries] Compiling darling v0.13.4
48572026-07-27T20:43:14.865Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48582026-07-27T20:43:14.865Z[ recovery-image] Jul 27 20:43:13.032 INFO O| Jul 27 20:43:13.032 INFO O| Startup: Refreshing catalog 'helios' ... Done
48592026-07-27T20:43:14.865Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48602026-07-27T20:43:14.865Z[verify-libraries] Compiling ed25519 v3.0.0
48612026-07-27T20:43:14.865Z[verify-libraries] Compiling crypto-primes v0.7.2
48622026-07-27T20:43:14.865Z[ recovery-image] Jul 27 20:43:13.393 INFO O| Jul 27 20:43:13.393 INFO O| Startup: Caching catalogs ... Done
48632026-07-27T20:43:14.865Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48642026-07-27T20:43:15.010Z[ recovery-image] Jul 27 20:43:13.874 INFO O| Jul 27 20:43:13.874 INFO O| Planning: Solver setup ... Done
48652026-07-27T20:43:15.031Z[ recovery-image] Jul 27 20:43:13.879 INFO O| Jul 27 20:43:13.879 INFO O| Planning: Running solver ... Done
48662026-07-27T20:43:15.048Z[ recovery-image] Jul 27 20:43:13.891 INFO O| Jul 27 20:43:13.891 INFO O| Planning: Finding local manifests ... Done
48672026-07-27T20:43:15.069Z[ recovery-image] Jul 27 20:43:13.915 INFO O| Jul 27 20:43:13.915 INFO O| Planning: Fetching manifests: 0/1 0% complete
48682026-07-27T20:43:15.075Z[ recovery-image] Jul 27 20:43:13.924 INFO O| Jul 27 20:43:13.924 INFO O| Planning: Fetching manifests: 1/1 100% complete
48692026-07-27T20:43:15.089Z[ recovery-image] Jul 27 20:43:13.942 INFO O| Jul 27 20:43:13.942 INFO O| Planning: Package planning ... Done
48702026-07-27T20:43:15.089Z[ recovery-image] Jul 27 20:43:13.942 INFO O| Jul 27 20:43:13.942 INFO O| Planning: Merging actions ... Done
48712026-07-27T20:43:15.096Z[ recovery-image] Jul 27 20:43:13.966 INFO O| Jul 27 20:43:13.966 INFO O| Planning: Checking for conflicting actions ... Done
48722026-07-27T20:43:15.096Z[ recovery-image] Jul 27 20:43:13.966 INFO O| Jul 27 20:43:13.966 INFO O| Planning: Consolidating action changes ... Done
48732026-07-27T20:43:15.121Z[verify-libraries] Compiling poly1305 v0.9.0
48742026-07-27T20:43:15.226Z[ recovery-image] Jul 27 20:43:14.095 INFO O| Jul 27 20:43:14.095 INFO O| Planning: Evaluating mediators ... Done
48752026-07-27T20:43:15.237Z[ recovery-image] Jul 27 20:43:14.096 INFO O| Jul 27 20:43:14.096 INFO O| Planning: Planning completed in 0.69 seconds
48762026-07-27T20:43:15.237Z[ recovery-image] Jul 27 20:43:14.096 INFO O| Jul 27 20:43:14.096 INFO O| Packages to install: 1
48772026-07-27T20:43:15.241Z[ recovery-image] Jul 27 20:43:14.109 INFO O| Jul 27 20:43:14.109 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
48782026-07-27T20:43:15.299Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48792026-07-27T20:43:15.338Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48802026-07-27T20:43:15.650Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48812026-07-27T20:43:15.678Z[ recovery-image] Jul 27 20:43:14.550 INFO O| Jul 27 20:43:14.549 INFO O| Download: Completed 13.06 MB in 0.44 seconds (29.6M/s)
48822026-07-27T20:43:15.692Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48832026-07-27T20:43:15.693Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48842026-07-27T20:43:15.743Z[ recovery-image] Jul 27 20:43:14.608 INFO O| Jul 27 20:43:14.608 INFO O| Actions: 1/22 actions (Installing new actions)
48852026-07-27T20:43:15.946Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48862026-07-27T20:43:15.970Z[ recovery-image] Jul 27 20:43:14.828 INFO O| Jul 27 20:43:14.828 INFO O| Actions: Completed 22 actions in 0.22 seconds.
48872026-07-27T20:43:15.980Z[ recovery-image] Jul 27 20:43:14.852 INFO O| Jul 27 20:43:14.852 INFO O| Finalize: Updating package state database ... Done
48882026-07-27T20:43:15.980Z[ recovery-image] Jul 27 20:43:14.852 INFO O| Jul 27 20:43:14.852 INFO O| Finalize: Updating package cache ... Done
48892026-07-27T20:43:16.029Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48902026-07-27T20:43:16.043Z[ recovery-image] Jul 27 20:43:14.914 INFO O| Jul 27 20:43:14.914 INFO O| Finalize: Updating image state ... Done
48912026-07-27T20:43:16.060Z[verify-libraries] Compiling blowfish v0.10.0
48922026-07-27T20:43:16.141Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48932026-07-27T20:43:16.247Z[verify-libraries] Compiling petname v2.0.2
48942026-07-27T20:43:16.287Z[verify-libraries] Compiling keccak v0.2.0
48952026-07-27T20:43:16.402Z[verify-libraries] Compiling fiat-crypto v0.3.0
48962026-07-27T20:43:16.468Z[verify-libraries] Compiling arrayref v0.3.9
48972026-07-27T20:43:16.538Z[verify-libraries] Compiling arrayvec v0.7.6
48982026-07-27T20:43:16.638Z[verify-libraries] Compiling constant_time_eq v0.4.2
48992026-07-27T20:43:16.723Z[ recovery-image] Jul 27 20:43:15.589 INFO O| Jul 27 20:43:15.589 INFO O| Finalize: Creating fast lookup database ... Done
49002026-07-27T20:43:16.737Z[ recovery-image] Jul 27 20:43:15.605 INFO O| Jul 27 20:43:15.605 INFO O| Finalize: Reading search index ... Done
49012026-07-27T20:43:16.738Z[ recovery-image] Jul 27 20:43:15.605 INFO O| Jul 27 20:43:15.605 INFO O| Finalize: Updating search index ... Done
49022026-07-27T20:43:16.745Z[ recovery-image] Jul 27 20:43:15.616 INFO O| Jul 27 20:43:15.616 INFO O| Finalize: Updating package cache ... Done
49032026-07-27T20:43:16.875Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49042026-07-27T20:43:16.959Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO STEP 14 (pkg_install) COMPLETE
49052026-07-27T20:43:16.959Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49062026-07-27T20:43:16.959Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO skip step because feature "mbist" is not enabled
49072026-07-27T20:43:16.959Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49082026-07-27T20:43:16.960Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO skip step because feature "mfg" is not enabled
49092026-07-27T20:43:16.960Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49102026-07-27T20:43:16.960Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO skip step because feature "compliance" is not enabled
49112026-07-27T20:43:16.963Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49122026-07-27T20:43:16.963Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO skip step because feature "stress" is not enabled
49132026-07-27T20:43:16.965Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49142026-07-27T20:43:16.965Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO skip step because feature "compliance" is not enabled
49152026-07-27T20:43:16.965Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49162026-07-27T20:43:16.965Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO skip step because feature "nfs" is not enabled
49172026-07-27T20:43:16.965Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49182026-07-27T20:43:16.965Z[ recovery-image] Jul 27 20:43:15.822 INFO O| Jul 27 20:43:15.822 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49192026-07-27T20:43:17.004Z[verify-libraries] Compiling sha3 v0.11.0
49202026-07-27T20:43:17.081Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49212026-07-27T20:43:17.180Z[ recovery-image] Jul 27 20:43:16.050 INFO O| Jul 27 20:43:16.050 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49222026-07-27T20:43:17.304Z[ recovery-image] Jul 27 20:43:16.175 INFO O| Jul 27 20:43:16.175 INFO completed processing sled/ramdisk-01-os
49232026-07-27T20:43:17.309Z[ recovery-image] Jul 27 20:43:16.177 INFO image builder template: ramdisk-02-trim...
49242026-07-27T20:43:17.309Z[ recovery-image] Jul 27 20:43:16.177 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/.tmpGUTBhm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49252026-07-27T20:43:17.327Z[ recovery-image] Jul 27 20:43:16.197 INFO O| Jul 27 20:43:16.197 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49262026-07-27T20:43:17.334Z[ recovery-image] Jul 27 20:43:16.201 INFO O| Jul 27 20:43:16.201 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49272026-07-27T20:43:17.441Z[ recovery-image] Jul 27 20:43:16.307 INFO O| Jul 27 20:43:16.307 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49282026-07-27T20:43:17.518Z[ recovery-image] Jul 27 20:43:16.389 INFO O| Jul 27 20:43:16.389 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49292026-07-27T20:43:17.518Z[ recovery-image] Jul 27 20:43:16.389 INFO O| Jul 27 20:43:16.389 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49302026-07-27T20:43:17.525Z[ recovery-image] Jul 27 20:43:16.394 INFO O| Jul 27 20:43:16.394 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49312026-07-27T20:43:17.530Z[ recovery-image] Jul 27 20:43:16.399 INFO O| Jul 27 20:43:16.399 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49322026-07-27T20:43:17.534Z[ recovery-image] Jul 27 20:43:16.404 INFO O| Jul 27 20:43:16.404 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49332026-07-27T20:43:17.561Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49342026-07-27T20:43:17.567Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
49352026-07-27T20:43:17.601Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
49362026-07-27T20:43:17.609Z[verify-libraries] Compiling serde_with_macros v1.5.2
49372026-07-27T20:43:17.645Z[verify-libraries] Compiling p521 v0.14.0-rc.10
49382026-07-27T20:43:17.645Z[verify-libraries] Compiling p256 v0.14.0-rc.10
49392026-07-27T20:43:18.187Z[ recovery-image] Jul 27 20:43:17.057 INFO O| Jul 27 20:43:17.057 INFO rolled back to input snapshot; work may begin
49402026-07-27T20:43:18.187Z[ recovery-image] Jul 27 20:43:17.057 INFO O| Jul 27 20:43:17.057 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49412026-07-27T20:43:18.191Z[ recovery-image] Jul 27 20:43:17.062 INFO O| Jul 27 20:43:17.062 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49422026-07-27T20:43:18.199Z[ recovery-image] Jul 27 20:43:17.070 INFO O| Jul 27 20:43:17.070 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49432026-07-27T20:43:18.221Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49442026-07-27T20:43:18.242Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49452026-07-27T20:43:18.249Z[ recovery-image] Jul 27 20:43:17.118 INFO O| Jul 27 20:43:17.118 INFO STEP 0 (remove_files) COMPLETE
49462026-07-27T20:43:18.253Z[ recovery-image] Jul 27 20:43:17.118 INFO O| Jul 27 20:43:17.118 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49472026-07-27T20:43:18.260Z[ recovery-image] Jul 27 20:43:17.130 INFO O| Jul 27 20:43:17.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49482026-07-27T20:43:18.264Z[ recovery-image] Jul 27 20:43:17.131 INFO O| Jul 27 20:43:17.131 INFO STEP 1 (remove_files) COMPLETE
49492026-07-27T20:43:18.264Z[ recovery-image] Jul 27 20:43:17.131 INFO O| Jul 27 20:43:17.131 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49502026-07-27T20:43:18.273Z[ recovery-image] Jul 27 20:43:17.141 INFO O| Jul 27 20:43:17.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49512026-07-27T20:43:18.284Z[ recovery-image] Jul 27 20:43:17.155 INFO O| Jul 27 20:43:17.155 INFO STEP 2 (remove_files) COMPLETE
49522026-07-27T20:43:18.284Z[ recovery-image] Jul 27 20:43:17.155 INFO O| Jul 27 20:43:17.155 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49532026-07-27T20:43:18.297Z[ recovery-image] Jul 27 20:43:17.165 INFO O| Jul 27 20:43:17.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49542026-07-27T20:43:18.303Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49552026-07-27T20:43:18.303Z[ recovery-image] Jul 27 20:43:17.167 INFO O| Jul 27 20:43:17.167 INFO STEP 3 (remove_files) COMPLETE
49562026-07-27T20:43:18.303Z[ recovery-image] Jul 27 20:43:17.167 INFO O| Jul 27 20:43:17.167 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49572026-07-27T20:43:18.307Z[ recovery-image] Jul 27 20:43:17.176 INFO O| Jul 27 20:43:17.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49582026-07-27T20:43:18.313Z[ recovery-image] Jul 27 20:43:17.179 INFO O| Jul 27 20:43:17.179 INFO STEP 4 (remove_files) COMPLETE
49592026-07-27T20:43:18.313Z[ recovery-image] Jul 27 20:43:17.179 INFO O| Jul 27 20:43:17.179 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49602026-07-27T20:43:18.318Z[ recovery-image] Jul 27 20:43:17.189 INFO O| Jul 27 20:43:17.189 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49612026-07-27T20:43:18.318Z[ recovery-image] Jul 27 20:43:17.189 INFO O| Jul 27 20:43:17.189 INFO STEP 5 (remove_files) COMPLETE
49622026-07-27T20:43:18.324Z[ recovery-image] Jul 27 20:43:17.189 INFO O| Jul 27 20:43:17.189 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-07-27T20:43:18.329Z[ recovery-image] Jul 27 20:43:17.197 INFO O| Jul 27 20:43:17.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49642026-07-27T20:43:18.343Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO STEP 6 (remove_files) COMPLETE
49652026-07-27T20:43:18.343Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49662026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO skip step because feature "heliosv2" is not enabled
49672026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49682026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO skip step because feature "recovery" is enabled
49692026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49702026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO skip step because feature "recovery" is enabled
49712026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO skip step because feature "recovery" is enabled
49732026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.209 INFO O| Jul 27 20:43:17.209 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49742026-07-27T20:43:18.350Z[ recovery-image] Jul 27 20:43:17.220 INFO O| Jul 27 20:43:17.219 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49752026-07-27T20:43:18.356Z[ recovery-image] Jul 27 20:43:17.222 INFO O| Jul 27 20:43:17.222 INFO STEP 11 (remove_files) COMPLETE
49762026-07-27T20:43:18.356Z[ recovery-image] Jul 27 20:43:17.222 INFO O| Jul 27 20:43:17.222 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49772026-07-27T20:43:18.362Z[ recovery-image] Jul 27 20:43:17.232 INFO O| Jul 27 20:43:17.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49782026-07-27T20:43:18.369Z[ recovery-image] Jul 27 20:43:17.233 INFO O| Jul 27 20:43:17.233 INFO STEP 12 (remove_files) COMPLETE
49792026-07-27T20:43:18.369Z[ recovery-image] Jul 27 20:43:17.233 INFO O| Jul 27 20:43:17.233 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-07-27T20:43:18.374Z[ recovery-image] Jul 27 20:43:17.243 INFO O| Jul 27 20:43:17.243 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49812026-07-27T20:43:18.377Z[ recovery-image] Jul 27 20:43:17.244 INFO O| Jul 27 20:43:17.244 INFO STEP 13 (remove_files) COMPLETE
49822026-07-27T20:43:18.377Z[ recovery-image] Jul 27 20:43:17.244 INFO O| Jul 27 20:43:17.244 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-07-27T20:43:18.439Z[ recovery-image] Jul 27 20:43:17.307 INFO O| Jul 27 20:43:17.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49842026-07-27T20:43:18.512Z[ recovery-image] Jul 27 20:43:17.333 INFO O| Jul 27 20:43:17.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49852026-07-27T20:43:18.556Z[ recovery-image] Jul 27 20:43:17.427 INFO O| Jul 27 20:43:17.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49862026-07-27T20:43:18.556Z[ recovery-image] Jul 27 20:43:17.427 INFO O| Jul 27 20:43:17.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49872026-07-27T20:43:18.582Z[ recovery-image] Jul 27 20:43:17.432 INFO O| Jul 27 20:43:17.431 INFO STEP 14 (remove_files) COMPLETE
49882026-07-27T20:43:18.582Z[ recovery-image] Jul 27 20:43:17.432 INFO O| Jul 27 20:43:17.431 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-07-27T20:43:18.582Z[ recovery-image] Jul 27 20:43:17.442 INFO O| Jul 27 20:43:17.442 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49902026-07-27T20:43:18.582Z[ recovery-image] Jul 27 20:43:17.444 INFO O| Jul 27 20:43:17.443 INFO STEP 15 (remove_files) COMPLETE
49912026-07-27T20:43:18.582Z[ recovery-image] Jul 27 20:43:17.444 INFO O| Jul 27 20:43:17.443 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-07-27T20:43:18.588Z[ recovery-image] Jul 27 20:43:17.453 INFO O| Jul 27 20:43:17.453 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49932026-07-27T20:43:18.594Z[ recovery-image] Jul 27 20:43:17.459 INFO O| Jul 27 20:43:17.459 INFO STEP 16 (remove_files) COMPLETE
49942026-07-27T20:43:18.594Z[ recovery-image] Jul 27 20:43:17.460 INFO O| Jul 27 20:43:17.459 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-07-27T20:43:18.601Z[verify-libraries] Compiling twox-hash v2.1.2
49962026-07-27T20:43:18.601Z[ recovery-image] Jul 27 20:43:17.469 INFO O| Jul 27 20:43:17.469 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49972026-07-27T20:43:18.601Z[ recovery-image] Jul 27 20:43:17.469 INFO O| Jul 27 20:43:17.469 INFO STEP 17 (remove_files) COMPLETE
49982026-07-27T20:43:18.601Z[ recovery-image] Jul 27 20:43:17.469 INFO O| Jul 27 20:43:17.469 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-07-27T20:43:18.607Z[ recovery-image] Jul 27 20:43:17.477 INFO O| Jul 27 20:43:17.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50002026-07-27T20:43:18.613Z[ recovery-image] Jul 27 20:43:17.479 INFO O| Jul 27 20:43:17.479 INFO STEP 18 (remove_files) COMPLETE
50012026-07-27T20:43:18.613Z[ recovery-image] Jul 27 20:43:17.479 INFO O| Jul 27 20:43:17.479 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-07-27T20:43:18.626Z[ recovery-image] Jul 27 20:43:17.488 INFO O| Jul 27 20:43:17.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50032026-07-27T20:43:18.626Z[ recovery-image] Jul 27 20:43:17.488 INFO O| Jul 27 20:43:17.488 INFO STEP 19 (remove_files) COMPLETE
50042026-07-27T20:43:18.626Z[ recovery-image] Jul 27 20:43:17.488 INFO O| Jul 27 20:43:17.488 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-07-27T20:43:18.633Z[ recovery-image] Jul 27 20:43:17.497 INFO O| Jul 27 20:43:17.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50062026-07-27T20:43:18.633Z[ recovery-image] Jul 27 20:43:17.497 INFO O| Jul 27 20:43:17.497 INFO STEP 20 (remove_files) COMPLETE
50072026-07-27T20:43:18.633Z[ recovery-image] Jul 27 20:43:17.497 INFO O| Jul 27 20:43:17.497 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-07-27T20:43:18.638Z[ recovery-image] Jul 27 20:43:17.506 INFO O| Jul 27 20:43:17.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50092026-07-27T20:43:18.638Z[ recovery-image] Jul 27 20:43:17.506 INFO O| Jul 27 20:43:17.506 INFO STEP 21 (remove_files) COMPLETE
50102026-07-27T20:43:18.638Z[ recovery-image] Jul 27 20:43:17.506 INFO O| Jul 27 20:43:17.506 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-07-27T20:43:18.644Z[ recovery-image] Jul 27 20:43:17.515 INFO O| Jul 27 20:43:17.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50122026-07-27T20:43:18.644Z[ recovery-image] Jul 27 20:43:17.515 INFO O| Jul 27 20:43:17.515 INFO STEP 22 (remove_files) COMPLETE
50132026-07-27T20:43:18.644Z[ recovery-image] Jul 27 20:43:17.515 INFO O| Jul 27 20:43:17.515 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-07-27T20:43:18.654Z[ recovery-image] Jul 27 20:43:17.523 INFO O| Jul 27 20:43:17.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50152026-07-27T20:43:18.654Z[ recovery-image] Jul 27 20:43:17.523 INFO O| Jul 27 20:43:17.523 INFO STEP 23 (remove_files) COMPLETE
50162026-07-27T20:43:18.654Z[ recovery-image] Jul 27 20:43:17.523 INFO O| Jul 27 20:43:17.523 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-07-27T20:43:18.662Z[ recovery-image] Jul 27 20:43:17.530 INFO O| Jul 27 20:43:17.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50182026-07-27T20:43:18.662Z[ recovery-image] Jul 27 20:43:17.530 INFO O| Jul 27 20:43:17.530 INFO STEP 24 (remove_files) COMPLETE
50192026-07-27T20:43:18.662Z[ recovery-image] Jul 27 20:43:17.530 INFO O| Jul 27 20:43:17.530 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-07-27T20:43:18.677Z[ recovery-image] Jul 27 20:43:17.542 INFO O| Jul 27 20:43:17.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50212026-07-27T20:43:18.677Z[ recovery-image] Jul 27 20:43:17.542 INFO O| Jul 27 20:43:17.542 INFO STEP 25 (remove_files) COMPLETE
50222026-07-27T20:43:18.677Z[ recovery-image] Jul 27 20:43:17.542 INFO O| Jul 27 20:43:17.542 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-07-27T20:43:18.687Z[verify-libraries] Compiling kem v0.3.0
50242026-07-27T20:43:18.705Z[ recovery-image] Jul 27 20:43:17.575 INFO O| Jul 27 20:43:17.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50252026-07-27T20:43:18.705Z[ recovery-image] Jul 27 20:43:17.575 INFO O| Jul 27 20:43:17.575 INFO STEP 26 (remove_files) COMPLETE
50262026-07-27T20:43:18.705Z[ recovery-image] Jul 27 20:43:17.575 INFO O| Jul 27 20:43:17.575 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-07-27T20:43:18.713Z[ recovery-image] Jul 27 20:43:17.583 INFO O| Jul 27 20:43:17.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50282026-07-27T20:43:18.714Z[ recovery-image] Jul 27 20:43:17.583 INFO O| Jul 27 20:43:17.583 INFO STEP 27 (remove_files) COMPLETE
50292026-07-27T20:43:18.714Z[ recovery-image] Jul 27 20:43:17.583 INFO O| Jul 27 20:43:17.583 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-07-27T20:43:18.721Z[ recovery-image] Jul 27 20:43:17.591 INFO O| Jul 27 20:43:17.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50312026-07-27T20:43:18.727Z[ recovery-image] Jul 27 20:43:17.591 INFO O| Jul 27 20:43:17.591 INFO STEP 28 (remove_files) COMPLETE
50322026-07-27T20:43:18.727Z[ recovery-image] Jul 27 20:43:17.591 INFO O| Jul 27 20:43:17.591 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-07-27T20:43:18.734Z[ recovery-image] Jul 27 20:43:17.599 INFO O| Jul 27 20:43:17.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50342026-07-27T20:43:18.734Z[ recovery-image] Jul 27 20:43:17.599 INFO O| Jul 27 20:43:17.599 INFO STEP 29 (remove_files) COMPLETE
50352026-07-27T20:43:18.734Z[ recovery-image] Jul 27 20:43:17.599 INFO O| Jul 27 20:43:17.599 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-07-27T20:43:18.738Z[ recovery-image] Jul 27 20:43:17.607 INFO O| Jul 27 20:43:17.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50372026-07-27T20:43:18.738Z[ recovery-image] Jul 27 20:43:17.607 INFO O| Jul 27 20:43:17.607 INFO STEP 30 (remove_files) COMPLETE
50382026-07-27T20:43:18.738Z[ recovery-image] Jul 27 20:43:17.607 INFO O| Jul 27 20:43:17.607 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-07-27T20:43:18.749Z[ recovery-image] Jul 27 20:43:17.616 INFO O| Jul 27 20:43:17.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50402026-07-27T20:43:18.755Z[ recovery-image] Jul 27 20:43:17.616 INFO O| Jul 27 20:43:17.616 INFO STEP 31 (remove_files) COMPLETE
50412026-07-27T20:43:18.755Z[ recovery-image] Jul 27 20:43:17.616 INFO O| Jul 27 20:43:17.616 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-07-27T20:43:18.755Z[ recovery-image] Jul 27 20:43:17.624 INFO O| Jul 27 20:43:17.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50432026-07-27T20:43:18.755Z[ recovery-image] Jul 27 20:43:17.624 INFO O| Jul 27 20:43:17.624 INFO STEP 32 (remove_files) COMPLETE
50442026-07-27T20:43:18.755Z[ recovery-image] Jul 27 20:43:17.625 INFO O| Jul 27 20:43:17.624 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-07-27T20:43:18.762Z[ recovery-image] Jul 27 20:43:17.633 INFO O| Jul 27 20:43:17.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50462026-07-27T20:43:18.762Z[ recovery-image] Jul 27 20:43:17.634 INFO O| Jul 27 20:43:17.634 INFO STEP 33 (remove_files) COMPLETE
50472026-07-27T20:43:18.762Z[ recovery-image] Jul 27 20:43:17.634 INFO O| Jul 27 20:43:17.634 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-07-27T20:43:18.794Z[ recovery-image] Jul 27 20:43:17.664 INFO O| Jul 27 20:43:17.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50492026-07-27T20:43:18.794Z[ recovery-image] Jul 27 20:43:17.664 INFO O| Jul 27 20:43:17.664 INFO STEP 34 (remove_files) COMPLETE
50502026-07-27T20:43:18.794Z[ recovery-image] Jul 27 20:43:17.664 INFO O| Jul 27 20:43:17.664 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-07-27T20:43:18.806Z[ recovery-image] Jul 27 20:43:17.674 INFO O| Jul 27 20:43:17.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50522026-07-27T20:43:18.806Z[ recovery-image] Jul 27 20:43:17.674 INFO O| Jul 27 20:43:17.674 INFO STEP 35 (remove_files) COMPLETE
50532026-07-27T20:43:18.813Z[ recovery-image] Jul 27 20:43:17.674 INFO O| Jul 27 20:43:17.674 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-07-27T20:43:18.821Z[ recovery-image] Jul 27 20:43:17.683 INFO O| Jul 27 20:43:17.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50552026-07-27T20:43:18.822Z[ recovery-image] Jul 27 20:43:17.683 INFO O| Jul 27 20:43:17.683 INFO STEP 36 (remove_files) COMPLETE
50562026-07-27T20:43:18.822Z[ recovery-image] Jul 27 20:43:17.683 INFO O| Jul 27 20:43:17.683 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-07-27T20:43:18.829Z[ recovery-image] Jul 27 20:43:17.692 INFO O| Jul 27 20:43:17.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50582026-07-27T20:43:18.830Z[ recovery-image] Jul 27 20:43:17.692 INFO O| Jul 27 20:43:17.692 INFO STEP 37 (remove_files) COMPLETE
50592026-07-27T20:43:18.830Z[ recovery-image] Jul 27 20:43:17.692 INFO O| Jul 27 20:43:17.692 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-07-27T20:43:18.837Z[ recovery-image] Jul 27 20:43:17.701 INFO O| Jul 27 20:43:17.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50612026-07-27T20:43:18.837Z[ recovery-image] Jul 27 20:43:17.701 INFO O| Jul 27 20:43:17.701 INFO STEP 38 (remove_files) COMPLETE
50622026-07-27T20:43:18.837Z[ recovery-image] Jul 27 20:43:17.701 INFO O| Jul 27 20:43:17.701 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-07-27T20:43:18.856Z[ recovery-image] Jul 27 20:43:17.710 INFO O| Jul 27 20:43:17.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50642026-07-27T20:43:18.856Z[ recovery-image] Jul 27 20:43:17.710 INFO O| Jul 27 20:43:17.710 INFO STEP 39 (remove_files) COMPLETE
50652026-07-27T20:43:18.856Z[ recovery-image] Jul 27 20:43:17.710 INFO O| Jul 27 20:43:17.710 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-07-27T20:43:18.864Z[ recovery-image] Jul 27 20:43:17.719 INFO O| Jul 27 20:43:17.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50672026-07-27T20:43:18.864Z[ recovery-image] Jul 27 20:43:17.719 INFO O| Jul 27 20:43:17.719 INFO STEP 40 (remove_files) COMPLETE
50682026-07-27T20:43:18.864Z[ recovery-image] Jul 27 20:43:17.719 INFO O| Jul 27 20:43:17.719 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-07-27T20:43:18.864Z[ recovery-image] Jul 27 20:43:17.728 INFO O| Jul 27 20:43:17.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50702026-07-27T20:43:18.864Z[ recovery-image] Jul 27 20:43:17.728 INFO O| Jul 27 20:43:17.728 INFO STEP 41 (remove_files) COMPLETE
50712026-07-27T20:43:18.864Z[ recovery-image] Jul 27 20:43:17.728 INFO O| Jul 27 20:43:17.728 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-07-27T20:43:18.881Z[ recovery-image] Jul 27 20:43:17.738 INFO O| Jul 27 20:43:17.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50732026-07-27T20:43:18.881Z[ recovery-image] Jul 27 20:43:17.738 INFO O| Jul 27 20:43:17.738 INFO STEP 42 (remove_files) COMPLETE
50742026-07-27T20:43:18.881Z[ recovery-image] Jul 27 20:43:17.738 INFO O| Jul 27 20:43:17.738 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-07-27T20:43:18.886Z[ recovery-image] Jul 27 20:43:17.747 INFO O| Jul 27 20:43:17.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50762026-07-27T20:43:18.886Z[ recovery-image] Jul 27 20:43:17.747 INFO O| Jul 27 20:43:17.747 INFO STEP 43 (remove_files) COMPLETE
50772026-07-27T20:43:18.886Z[ recovery-image] Jul 27 20:43:17.747 INFO O| Jul 27 20:43:17.747 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-07-27T20:43:18.889Z[ recovery-image] Jul 27 20:43:17.756 INFO O| Jul 27 20:43:17.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50792026-07-27T20:43:18.889Z[ recovery-image] Jul 27 20:43:17.756 INFO O| Jul 27 20:43:17.756 INFO STEP 44 (remove_files) COMPLETE
50802026-07-27T20:43:18.889Z[ recovery-image] Jul 27 20:43:17.756 INFO O| Jul 27 20:43:17.756 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-07-27T20:43:18.898Z[ recovery-image] Jul 27 20:43:17.765 INFO O| Jul 27 20:43:17.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50822026-07-27T20:43:18.899Z[ recovery-image] Jul 27 20:43:17.766 INFO O| Jul 27 20:43:17.766 INFO STEP 45 (remove_files) COMPLETE
50832026-07-27T20:43:18.899Z[ recovery-image] Jul 27 20:43:17.766 INFO O| Jul 27 20:43:17.766 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-07-27T20:43:18.904Z[ recovery-image] Jul 27 20:43:17.775 INFO O| Jul 27 20:43:17.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50852026-07-27T20:43:18.904Z[ recovery-image] Jul 27 20:43:17.775 INFO O| Jul 27 20:43:17.775 INFO STEP 46 (remove_files) COMPLETE
50862026-07-27T20:43:18.905Z[ recovery-image] Jul 27 20:43:17.775 INFO O| Jul 27 20:43:17.775 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-07-27T20:43:18.920Z[ recovery-image] Jul 27 20:43:17.784 INFO O| Jul 27 20:43:17.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50882026-07-27T20:43:18.920Z[ recovery-image] Jul 27 20:43:17.784 INFO O| Jul 27 20:43:17.784 INFO STEP 47 (remove_files) COMPLETE
50892026-07-27T20:43:18.920Z[ recovery-image] Jul 27 20:43:17.784 INFO O| Jul 27 20:43:17.784 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-07-27T20:43:18.924Z[ recovery-image] Jul 27 20:43:17.793 INFO O| Jul 27 20:43:17.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50912026-07-27T20:43:18.924Z[ recovery-image] Jul 27 20:43:17.793 INFO O| Jul 27 20:43:17.793 INFO STEP 48 (remove_files) COMPLETE
50922026-07-27T20:43:18.924Z[ recovery-image] Jul 27 20:43:17.793 INFO O| Jul 27 20:43:17.793 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-07-27T20:43:18.930Z[ recovery-image] Jul 27 20:43:17.801 INFO O| Jul 27 20:43:17.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50942026-07-27T20:43:18.930Z[ recovery-image] Jul 27 20:43:17.801 INFO O| Jul 27 20:43:17.801 INFO STEP 49 (remove_files) COMPLETE
50952026-07-27T20:43:18.930Z[ recovery-image] Jul 27 20:43:17.802 INFO O| Jul 27 20:43:17.801 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-07-27T20:43:18.938Z[verify-libraries] Compiling module-lattice v0.2.3
50972026-07-27T20:43:18.968Z[verify-libraries] Compiling rtoolbox v0.0.3
50982026-07-27T20:43:18.973Z[ recovery-image] Jul 27 20:43:17.839 INFO O| Jul 27 20:43:17.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50992026-07-27T20:43:18.975Z[ recovery-image] Jul 27 20:43:17.839 INFO O| Jul 27 20:43:17.839 INFO STEP 50 (remove_files) COMPLETE
51002026-07-27T20:43:18.975Z[ recovery-image] Jul 27 20:43:17.839 INFO O| Jul 27 20:43:17.839 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-07-27T20:43:19.006Z[ recovery-image] Jul 27 20:43:17.876 INFO O| Jul 27 20:43:17.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51022026-07-27T20:43:19.006Z[ recovery-image] Jul 27 20:43:17.876 INFO O| Jul 27 20:43:17.876 INFO STEP 51 (remove_files) COMPLETE
51032026-07-27T20:43:19.006Z[ recovery-image] Jul 27 20:43:17.876 INFO O| Jul 27 20:43:17.876 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-07-27T20:43:19.020Z[ recovery-image] Jul 27 20:43:17.887 INFO O| Jul 27 20:43:17.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51052026-07-27T20:43:19.020Z[ recovery-image] Jul 27 20:43:17.887 INFO O| Jul 27 20:43:17.887 INFO STEP 52 (remove_files) COMPLETE
51062026-07-27T20:43:19.020Z[ recovery-image] Jul 27 20:43:17.887 INFO O| Jul 27 20:43:17.887 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-07-27T20:43:19.026Z[ recovery-image] Jul 27 20:43:17.895 INFO O| Jul 27 20:43:17.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51082026-07-27T20:43:19.026Z[ recovery-image] Jul 27 20:43:17.896 INFO O| Jul 27 20:43:17.896 INFO STEP 53 (remove_files) COMPLETE
51092026-07-27T20:43:19.026Z[ recovery-image] Jul 27 20:43:17.896 INFO O| Jul 27 20:43:17.896 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-07-27T20:43:19.034Z[ recovery-image] Jul 27 20:43:17.904 INFO O| Jul 27 20:43:17.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51112026-07-27T20:43:19.034Z[ recovery-image] Jul 27 20:43:17.905 INFO O| Jul 27 20:43:17.904 INFO STEP 54 (remove_files) COMPLETE
51122026-07-27T20:43:19.041Z[ recovery-image] Jul 27 20:43:17.905 INFO O| Jul 27 20:43:17.904 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-07-27T20:43:19.045Z[ recovery-image] Jul 27 20:43:17.913 INFO O| Jul 27 20:43:17.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51142026-07-27T20:43:19.045Z[ recovery-image] Jul 27 20:43:17.913 INFO O| Jul 27 20:43:17.913 INFO STEP 55 (remove_files) COMPLETE
51152026-07-27T20:43:19.046Z[ recovery-image] Jul 27 20:43:17.913 INFO O| Jul 27 20:43:17.913 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-07-27T20:43:19.052Z[ recovery-image] Jul 27 20:43:17.922 INFO O| Jul 27 20:43:17.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51172026-07-27T20:43:19.057Z[ recovery-image] Jul 27 20:43:17.922 INFO O| Jul 27 20:43:17.922 INFO STEP 56 (remove_files) COMPLETE
51182026-07-27T20:43:19.058Z[ recovery-image] Jul 27 20:43:17.922 INFO O| Jul 27 20:43:17.922 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-07-27T20:43:19.065Z[ recovery-image] Jul 27 20:43:17.930 INFO O| Jul 27 20:43:17.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51202026-07-27T20:43:19.066Z[ recovery-image] Jul 27 20:43:17.931 INFO O| Jul 27 20:43:17.931 INFO STEP 57 (remove_files) COMPLETE
51212026-07-27T20:43:19.066Z[ recovery-image] Jul 27 20:43:17.931 INFO O| Jul 27 20:43:17.931 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-07-27T20:43:19.071Z[ recovery-image] Jul 27 20:43:17.939 INFO O| Jul 27 20:43:17.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51232026-07-27T20:43:19.071Z[ recovery-image] Jul 27 20:43:17.939 INFO O| Jul 27 20:43:17.939 INFO STEP 58 (remove_files) COMPLETE
51242026-07-27T20:43:19.071Z[ recovery-image] Jul 27 20:43:17.939 INFO O| Jul 27 20:43:17.939 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-07-27T20:43:19.078Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51262026-07-27T20:43:19.078Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51272026-07-27T20:43:19.078Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51282026-07-27T20:43:19.084Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51292026-07-27T20:43:19.084Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51302026-07-27T20:43:19.085Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51312026-07-27T20:43:19.085Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 INFO ok!
51322026-07-27T20:43:19.085Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 INFO STEP 59 (ensure_file) COMPLETE
51332026-07-27T20:43:19.085Z[ recovery-image] Jul 27 20:43:17.948 INFO O| Jul 27 20:43:17.948 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-07-27T20:43:19.089Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51352026-07-27T20:43:19.089Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51362026-07-27T20:43:19.090Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51372026-07-27T20:43:19.090Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51382026-07-27T20:43:19.090Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51392026-07-27T20:43:19.090Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51402026-07-27T20:43:19.090Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 INFO ok!
51412026-07-27T20:43:19.090Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 INFO STEP 60 (ensure_file) COMPLETE
51422026-07-27T20:43:19.090Z[ recovery-image] Jul 27 20:43:17.958 INFO O| Jul 27 20:43:17.958 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-07-27T20:43:19.099Z[ recovery-image] Jul 27 20:43:17.968 INFO O| Jul 27 20:43:17.968 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51442026-07-27T20:43:19.099Z[ recovery-image] Jul 27 20:43:17.968 INFO O| Jul 27 20:43:17.968 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51452026-07-27T20:43:19.101Z[ recovery-image] Jul 27 20:43:17.968 INFO O| Jul 27 20:43:17.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51462026-07-27T20:43:19.105Z[ recovery-image] Jul 27 20:43:17.968 INFO O| Jul 27 20:43:17.968 INFO ok!
51472026-07-27T20:43:19.105Z[ recovery-image] Jul 27 20:43:17.968 INFO O| Jul 27 20:43:17.968 INFO STEP 61 (ensure_file) COMPLETE
51482026-07-27T20:43:19.105Z[ recovery-image] Jul 27 20:43:17.968 INFO O| Jul 27 20:43:17.968 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-07-27T20:43:19.110Z[ recovery-image] Jul 27 20:43:17.977 INFO O| Jul 27 20:43:17.977 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51502026-07-27T20:43:19.110Z[ recovery-image] Jul 27 20:43:17.978 INFO O| Jul 27 20:43:17.978 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51512026-07-27T20:43:19.110Z[ recovery-image] Jul 27 20:43:17.978 INFO O| Jul 27 20:43:17.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51522026-07-27T20:43:19.110Z[ recovery-image] Jul 27 20:43:17.978 INFO O| Jul 27 20:43:17.978 INFO ok!
51532026-07-27T20:43:19.110Z[ recovery-image] Jul 27 20:43:17.978 INFO O| Jul 27 20:43:17.978 INFO STEP 62 (ensure_file) COMPLETE
51542026-07-27T20:43:19.110Z[ recovery-image] Jul 27 20:43:17.978 INFO O| Jul 27 20:43:17.978 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-07-27T20:43:19.117Z[ recovery-image] Jul 27 20:43:17.987 INFO O| Jul 27 20:43:17.987 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51562026-07-27T20:43:19.117Z[ recovery-image] Jul 27 20:43:17.987 INFO O| Jul 27 20:43:17.987 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51572026-07-27T20:43:19.117Z[ recovery-image] Jul 27 20:43:17.987 INFO O| Jul 27 20:43:17.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51582026-07-27T20:43:19.124Z[ recovery-image] Jul 27 20:43:17.987 INFO O| Jul 27 20:43:17.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51592026-07-27T20:43:19.124Z[ recovery-image] Jul 27 20:43:17.987 INFO O| Jul 27 20:43:17.987 INFO ok!
51602026-07-27T20:43:19.126Z[ recovery-image] Jul 27 20:43:17.987 INFO O| Jul 27 20:43:17.987 INFO STEP 63 (ensure_file) COMPLETE
51612026-07-27T20:43:19.126Z[ recovery-image] Jul 27 20:43:17.987 INFO O| Jul 27 20:43:17.987 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-07-27T20:43:19.126Z[verify-libraries] Compiling topological-sort v0.2.2
51632026-07-27T20:43:19.137Z[ recovery-image] Jul 27 20:43:17.996 INFO O| Jul 27 20:43:17.996 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51642026-07-27T20:43:19.137Z[ recovery-image] Jul 27 20:43:17.996 INFO O| Jul 27 20:43:17.996 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51652026-07-27T20:43:19.137Z[ recovery-image] Jul 27 20:43:17.996 INFO O| Jul 27 20:43:17.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51662026-07-27T20:43:19.137Z[ recovery-image] Jul 27 20:43:17.996 INFO O| Jul 27 20:43:17.996 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51672026-07-27T20:43:19.137Z[ recovery-image] Jul 27 20:43:17.996 INFO O| Jul 27 20:43:17.996 INFO ok!
51682026-07-27T20:43:19.137Z[ recovery-image] Jul 27 20:43:17.996 INFO O| Jul 27 20:43:17.996 INFO STEP 64 (ensure_file) COMPLETE
51692026-07-27T20:43:19.137Z[ recovery-image] Jul 27 20:43:17.996 INFO O| Jul 27 20:43:17.996 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-07-27T20:43:19.140Z[ recovery-image] Jul 27 20:43:18.009 INFO O| Jul 27 20:43:18.009 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51712026-07-27T20:43:19.140Z[ recovery-image] Jul 27 20:43:18.009 INFO O| Jul 27 20:43:18.009 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51722026-07-27T20:43:19.140Z[ recovery-image] Jul 27 20:43:18.010 INFO O| Jul 27 20:43:18.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51732026-07-27T20:43:19.140Z[ recovery-image] Jul 27 20:43:18.010 INFO O| Jul 27 20:43:18.009 INFO ok!
51742026-07-27T20:43:19.141Z[ recovery-image] Jul 27 20:43:18.010 INFO O| Jul 27 20:43:18.010 INFO STEP 65 (assemble_files) COMPLETE
51752026-07-27T20:43:19.141Z[ recovery-image] Jul 27 20:43:18.010 INFO O| Jul 27 20:43:18.010 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-07-27T20:43:19.151Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51772026-07-27T20:43:19.151Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51782026-07-27T20:43:19.158Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51792026-07-27T20:43:19.158Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51802026-07-27T20:43:19.158Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO ok!
51812026-07-27T20:43:19.158Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO STEP 66 (ensure_file) COMPLETE
51822026-07-27T20:43:19.159Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-07-27T20:43:19.159Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO skip step because feature "omicron1" is not enabled
51842026-07-27T20:43:19.159Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-07-27T20:43:19.159Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO skip step because feature "omicron1" is not enabled
51862026-07-27T20:43:19.159Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-07-27T20:43:19.159Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO skip step because feature "omicron1" is not enabled
51882026-07-27T20:43:19.159Z[ recovery-image] Jul 27 20:43:18.018 INFO O| Jul 27 20:43:18.018 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-07-27T20:43:19.173Z[ recovery-image] Jul 27 20:43:18.031 INFO O| Jul 27 20:43:18.030 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51902026-07-27T20:43:19.173Z[ recovery-image] Jul 27 20:43:18.031 INFO O| Jul 27 20:43:18.031 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51912026-07-27T20:43:19.227Z[verify-libraries] Compiling ml-kem v0.3.2
51922026-07-27T20:43:19.262Z[verify-libraries] Compiling rpassword v7.5.4
51932026-07-27T20:43:19.288Z[verify-libraries] Compiling omicron-zone-package v0.12.3
51942026-07-27T20:43:19.330Z[verify-libraries] Compiling serde_with v1.14.0
51952026-07-27T20:43:19.474Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51962026-07-27T20:43:19.679Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51972026-07-27T20:43:20.414Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51982026-07-27T20:43:20.605Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
51992026-07-27T20:43:20.813Z[ recovery-image] Jul 27 20:43:19.681 INFO O| Jul 27 20:43:19.681 INFO STEP 70 (pack_tar) COMPLETE
52002026-07-27T20:43:20.813Z[ recovery-image] Jul 27 20:43:19.681 INFO O| Jul 27 20:43:19.681 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52012026-07-27T20:43:20.813Z[ recovery-image] Jul 27 20:43:19.681 INFO O| Jul 27 20:43:19.681 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52022026-07-27T20:43:21.416Z[ recovery-image] Jul 27 20:43:20.286 INFO O| Jul 27 20:43:20.286 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52032026-07-27T20:43:21.614Z[ recovery-image] Jul 27 20:43:20.485 INFO O| Jul 27 20:43:20.484 INFO completed processing sled/ramdisk-02-trim
52042026-07-27T20:43:21.636Z[ recovery-image] Jul 27 20:43:20.486 INFO image builder template: ramdisk-03-recovery-trim...
52052026-07-27T20:43:21.636Z[ recovery-image] Jul 27 20:43:20.487 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/.tmpGUTBhm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52062026-07-27T20:43:21.644Z[ recovery-image] Jul 27 20:43:20.492 INFO O| Jul 27 20:43:20.492 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52072026-07-27T20:43:21.657Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52082026-07-27T20:43:21.716Z[ recovery-image] Jul 27 20:43:20.567 INFO O| Jul 27 20:43:20.567 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52092026-07-27T20:43:21.730Z[ recovery-image] Jul 27 20:43:20.571 INFO O| Jul 27 20:43:20.571 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52102026-07-27T20:43:21.880Z[ recovery-image] Jul 27 20:43:20.679 INFO O| Jul 27 20:43:20.679 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52112026-07-27T20:43:21.902Z[ recovery-image] Jul 27 20:43:20.770 INFO O| Jul 27 20:43:20.770 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52122026-07-27T20:43:21.903Z[ recovery-image] Jul 27 20:43:20.770 INFO O| Jul 27 20:43:20.770 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52132026-07-27T20:43:21.935Z[ recovery-image] Jul 27 20:43:20.781 INFO O| Jul 27 20:43:20.781 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52142026-07-27T20:43:21.943Z[ recovery-image] Jul 27 20:43:20.785 INFO O| Jul 27 20:43:20.785 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52152026-07-27T20:43:21.943Z[ recovery-image] Jul 27 20:43:20.789 INFO O| Jul 27 20:43:20.789 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52162026-07-27T20:43:22.453Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52172026-07-27T20:43:22.668Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52182026-07-27T20:43:22.765Z[verify-libraries] Compiling p384 v0.14.0-rc.10
52192026-07-27T20:43:22.813Z[ recovery-image] Jul 27 20:43:21.680 INFO O| Jul 27 20:43:21.680 INFO rolled back to input snapshot; work may begin
52202026-07-27T20:43:22.813Z[ recovery-image] Jul 27 20:43:21.680 INFO O| Jul 27 20:43:21.680 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52212026-07-27T20:43:22.822Z[ recovery-image] Jul 27 20:43:21.686 INFO O| Jul 27 20:43:21.686 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-07-27T20:43:22.826Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52232026-07-27T20:43:22.826Z[ recovery-image] Jul 27 20:43:21.697 INFO O| Jul 27 20:43:21.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52242026-07-27T20:43:22.842Z[ recovery-image] Jul 27 20:43:21.709 INFO O| Jul 27 20:43:21.709 INFO STEP 0 (remove_files) COMPLETE
52252026-07-27T20:43:22.842Z[ recovery-image] Jul 27 20:43:21.709 INFO O| Jul 27 20:43:21.709 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-07-27T20:43:22.851Z[ recovery-image] Jul 27 20:43:21.719 INFO O| Jul 27 20:43:21.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52272026-07-27T20:43:22.856Z[ recovery-image] Jul 27 20:43:21.720 INFO O| Jul 27 20:43:21.720 INFO STEP 1 (remove_files) COMPLETE
52282026-07-27T20:43:22.856Z[ recovery-image] Jul 27 20:43:21.720 INFO O| Jul 27 20:43:21.720 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-07-27T20:43:22.862Z[ recovery-image] Jul 27 20:43:21.728 INFO O| Jul 27 20:43:21.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52302026-07-27T20:43:22.866Z[ recovery-image] Jul 27 20:43:21.732 INFO O| Jul 27 20:43:21.732 INFO STEP 2 (remove_files) COMPLETE
52312026-07-27T20:43:22.866Z[ recovery-image] Jul 27 20:43:21.732 INFO O| Jul 27 20:43:21.732 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-07-27T20:43:22.871Z[ recovery-image] Jul 27 20:43:21.741 INFO O| Jul 27 20:43:21.741 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52332026-07-27T20:43:22.927Z[ recovery-image] Jul 27 20:43:21.796 INFO O| Jul 27 20:43:21.796 INFO STEP 3 (remove_files) COMPLETE
52342026-07-27T20:43:22.927Z[ recovery-image] Jul 27 20:43:21.796 INFO O| Jul 27 20:43:21.796 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-07-27T20:43:22.936Z[ recovery-image] Jul 27 20:43:21.807 INFO O| Jul 27 20:43:21.807 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52362026-07-27T20:43:22.940Z[ recovery-image] Jul 27 20:43:21.810 INFO O| Jul 27 20:43:21.810 INFO STEP 4 (remove_files) COMPLETE
52372026-07-27T20:43:22.941Z[ recovery-image] Jul 27 20:43:21.810 INFO O| Jul 27 20:43:21.810 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-07-27T20:43:22.949Z[ recovery-image] Jul 27 20:43:21.820 INFO O| Jul 27 20:43:21.820 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52392026-07-27T20:43:22.984Z[ recovery-image] Jul 27 20:43:21.855 INFO O| Jul 27 20:43:21.855 INFO STEP 5 (remove_files) COMPLETE
52402026-07-27T20:43:22.985Z[ recovery-image] Jul 27 20:43:21.855 INFO O| Jul 27 20:43:21.855 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-07-27T20:43:22.998Z[ recovery-image] Jul 27 20:43:21.866 INFO O| Jul 27 20:43:21.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52422026-07-27T20:43:23.013Z[ recovery-image] Jul 27 20:43:21.882 INFO O| Jul 27 20:43:21.882 INFO STEP 6 (remove_files) COMPLETE
52432026-07-27T20:43:23.013Z[ recovery-image] Jul 27 20:43:21.882 INFO O| Jul 27 20:43:21.882 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-07-27T20:43:23.023Z[ recovery-image] Jul 27 20:43:21.892 INFO O| Jul 27 20:43:21.892 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52452026-07-27T20:43:23.027Z[ recovery-image] Jul 27 20:43:21.895 INFO O| Jul 27 20:43:21.894 INFO STEP 7 (remove_files) COMPLETE
52462026-07-27T20:43:23.028Z[ recovery-image] Jul 27 20:43:21.895 INFO O| Jul 27 20:43:21.895 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-07-27T20:43:23.037Z[ recovery-image] Jul 27 20:43:21.904 INFO O| Jul 27 20:43:21.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52482026-07-27T20:43:23.042Z[ recovery-image] Jul 27 20:43:21.906 INFO O| Jul 27 20:43:21.906 INFO STEP 8 (remove_files) COMPLETE
52492026-07-27T20:43:23.042Z[ recovery-image] Jul 27 20:43:21.906 INFO O| Jul 27 20:43:21.906 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-07-27T20:43:23.048Z[ recovery-image] Jul 27 20:43:21.917 INFO O| Jul 27 20:43:21.916 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52512026-07-27T20:43:23.053Z[ recovery-image] Jul 27 20:43:21.920 INFO O| Jul 27 20:43:21.920 INFO STEP 9 (remove_files) COMPLETE
52522026-07-27T20:43:23.053Z[ recovery-image] Jul 27 20:43:21.920 INFO O| Jul 27 20:43:21.920 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-07-27T20:43:23.059Z[ recovery-image] Jul 27 20:43:21.930 INFO O| Jul 27 20:43:21.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52542026-07-27T20:43:23.063Z[ recovery-image] Jul 27 20:43:21.931 INFO O| Jul 27 20:43:21.931 INFO STEP 10 (remove_files) COMPLETE
52552026-07-27T20:43:23.064Z[ recovery-image] Jul 27 20:43:21.931 INFO O| Jul 27 20:43:21.931 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-07-27T20:43:23.069Z[ recovery-image] Jul 27 20:43:21.941 INFO O| Jul 27 20:43:21.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52572026-07-27T20:43:23.076Z[ recovery-image] Jul 27 20:43:21.946 INFO O| Jul 27 20:43:21.946 INFO STEP 11 (remove_files) COMPLETE
52582026-07-27T20:43:23.076Z[ recovery-image] Jul 27 20:43:21.946 INFO O| Jul 27 20:43:21.946 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-07-27T20:43:23.089Z[ recovery-image] Jul 27 20:43:21.956 INFO O| Jul 27 20:43:21.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52602026-07-27T20:43:23.232Z[ recovery-image] Jul 27 20:43:22.103 INFO O| Jul 27 20:43:22.103 INFO STEP 12 (remove_files) COMPLETE
52612026-07-27T20:43:23.232Z[ recovery-image] Jul 27 20:43:22.103 INFO O| Jul 27 20:43:22.103 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-07-27T20:43:23.244Z[ recovery-image] Jul 27 20:43:22.113 INFO O| Jul 27 20:43:22.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52632026-07-27T20:43:23.248Z[ recovery-image] Jul 27 20:43:22.115 INFO O| Jul 27 20:43:22.115 INFO STEP 13 (remove_files) COMPLETE
52642026-07-27T20:43:23.248Z[ recovery-image] Jul 27 20:43:22.115 INFO O| Jul 27 20:43:22.115 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-07-27T20:43:23.256Z[ recovery-image] Jul 27 20:43:22.126 INFO O| Jul 27 20:43:22.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52662026-07-27T20:43:23.259Z[ recovery-image] Jul 27 20:43:22.129 INFO O| Jul 27 20:43:22.128 INFO STEP 14 (remove_files) COMPLETE
52672026-07-27T20:43:23.259Z[ recovery-image] Jul 27 20:43:22.129 INFO O| Jul 27 20:43:22.128 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-07-27T20:43:23.267Z[ recovery-image] Jul 27 20:43:22.138 INFO O| Jul 27 20:43:22.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52692026-07-27T20:43:23.267Z[ recovery-image] Jul 27 20:43:22.138 INFO O| Jul 27 20:43:22.138 INFO STEP 15 (remove_files) COMPLETE
52702026-07-27T20:43:23.272Z[ recovery-image] Jul 27 20:43:22.138 INFO O| Jul 27 20:43:22.138 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-07-27T20:43:23.278Z[ recovery-image] Jul 27 20:43:22.149 INFO O| Jul 27 20:43:22.149 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52722026-07-27T20:43:23.283Z[ recovery-image] Jul 27 20:43:22.150 INFO O| Jul 27 20:43:22.150 INFO STEP 16 (remove_files) COMPLETE
52732026-07-27T20:43:23.283Z[ recovery-image] Jul 27 20:43:22.151 INFO O| Jul 27 20:43:22.150 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-07-27T20:43:23.290Z[ recovery-image] Jul 27 20:43:22.161 INFO O| Jul 27 20:43:22.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52752026-07-27T20:43:23.300Z[ recovery-image] Jul 27 20:43:22.170 INFO O| Jul 27 20:43:22.170 INFO STEP 17 (remove_files) COMPLETE
52762026-07-27T20:43:23.300Z[ recovery-image] Jul 27 20:43:22.170 INFO O| Jul 27 20:43:22.170 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-07-27T20:43:23.310Z[ recovery-image] Jul 27 20:43:22.181 INFO O| Jul 27 20:43:22.181 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52782026-07-27T20:43:23.310Z[ recovery-image] Jul 27 20:43:22.182 INFO O| Jul 27 20:43:22.181 INFO STEP 18 (remove_files) COMPLETE
52792026-07-27T20:43:23.316Z[ recovery-image] Jul 27 20:43:22.182 INFO O| Jul 27 20:43:22.181 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-07-27T20:43:23.324Z[ recovery-image] Jul 27 20:43:22.192 INFO O| Jul 27 20:43:22.192 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52812026-07-27T20:43:23.324Z[ recovery-image] Jul 27 20:43:22.192 INFO O| Jul 27 20:43:22.192 INFO STEP 19 (remove_files) COMPLETE
52822026-07-27T20:43:23.324Z[ recovery-image] Jul 27 20:43:22.192 INFO O| Jul 27 20:43:22.192 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-07-27T20:43:23.333Z[ recovery-image] Jul 27 20:43:22.203 INFO O| Jul 27 20:43:22.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52842026-07-27T20:43:23.548Z[ recovery-image] Jul 27 20:43:22.415 INFO O| Jul 27 20:43:22.415 INFO STEP 20 (remove_files) COMPLETE
52852026-07-27T20:43:23.548Z[ recovery-image] Jul 27 20:43:22.416 INFO O| Jul 27 20:43:22.415 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-07-27T20:43:23.555Z[ recovery-image] Jul 27 20:43:22.426 INFO O| Jul 27 20:43:22.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52872026-07-27T20:43:23.576Z[ recovery-image] Jul 27 20:43:22.447 INFO O| Jul 27 20:43:22.447 INFO STEP 21 (remove_files) COMPLETE
52882026-07-27T20:43:23.576Z[ recovery-image] Jul 27 20:43:22.447 INFO O| Jul 27 20:43:22.447 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-07-27T20:43:23.607Z[ recovery-image] Jul 27 20:43:22.478 INFO O| Jul 27 20:43:22.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52902026-07-27T20:43:23.611Z[ recovery-image] Jul 27 20:43:22.480 INFO O| Jul 27 20:43:22.479 INFO STEP 22 (remove_files) COMPLETE
52912026-07-27T20:43:23.611Z[ recovery-image] Jul 27 20:43:22.480 INFO O| Jul 27 20:43:22.479 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-07-27T20:43:23.618Z[ recovery-image] Jul 27 20:43:22.489 INFO O| Jul 27 20:43:22.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52932026-07-27T20:43:23.621Z[ recovery-image] Jul 27 20:43:22.489 INFO O| Jul 27 20:43:22.489 INFO STEP 23 (remove_files) COMPLETE
52942026-07-27T20:43:23.621Z[ recovery-image] Jul 27 20:43:22.489 INFO O| Jul 27 20:43:22.489 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-07-27T20:43:23.625Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52962026-07-27T20:43:23.629Z[ recovery-image] Jul 27 20:43:22.499 INFO O| Jul 27 20:43:22.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52972026-07-27T20:43:23.633Z[ recovery-image] Jul 27 20:43:22.504 INFO O| Jul 27 20:43:22.504 INFO STEP 24 (remove_files) COMPLETE
52982026-07-27T20:43:23.635Z[ recovery-image] Jul 27 20:43:22.504 INFO O| Jul 27 20:43:22.504 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-07-27T20:43:23.643Z[ recovery-image] Jul 27 20:43:22.514 INFO O| Jul 27 20:43:22.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53002026-07-27T20:43:23.646Z[ recovery-image] Jul 27 20:43:22.516 INFO O| Jul 27 20:43:22.515 INFO STEP 25 (remove_files) COMPLETE
53012026-07-27T20:43:23.646Z[ recovery-image] Jul 27 20:43:22.516 INFO O| Jul 27 20:43:22.516 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-07-27T20:43:23.650Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53032026-07-27T20:43:23.654Z[ recovery-image] Jul 27 20:43:22.525 INFO O| Jul 27 20:43:22.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53042026-07-27T20:43:23.654Z[ recovery-image] Jul 27 20:43:22.525 INFO O| Jul 27 20:43:22.525 INFO STEP 26 (remove_files) COMPLETE
53052026-07-27T20:43:23.654Z[ recovery-image] Jul 27 20:43:22.525 INFO O| Jul 27 20:43:22.525 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-07-27T20:43:23.667Z[ recovery-image] Jul 27 20:43:22.538 INFO O| Jul 27 20:43:22.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53072026-07-27T20:43:23.672Z[ recovery-image] Jul 27 20:43:22.544 INFO O| Jul 27 20:43:22.544 INFO STEP 27 (remove_files) COMPLETE
53082026-07-27T20:43:23.673Z[ recovery-image] Jul 27 20:43:22.544 INFO O| Jul 27 20:43:22.544 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-07-27T20:43:23.682Z[ recovery-image] Jul 27 20:43:22.553 INFO O| Jul 27 20:43:22.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53102026-07-27T20:43:23.682Z[ recovery-image] Jul 27 20:43:22.553 INFO O| Jul 27 20:43:22.553 INFO STEP 28 (remove_files) COMPLETE
53112026-07-27T20:43:23.682Z[ recovery-image] Jul 27 20:43:22.553 INFO O| Jul 27 20:43:22.553 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-07-27T20:43:23.690Z[ recovery-image] Jul 27 20:43:22.562 INFO O| Jul 27 20:43:22.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53132026-07-27T20:43:23.692Z[ recovery-image] Jul 27 20:43:22.562 INFO O| Jul 27 20:43:22.562 INFO STEP 29 (remove_files) COMPLETE
53142026-07-27T20:43:23.692Z[ recovery-image] Jul 27 20:43:22.562 INFO O| Jul 27 20:43:22.562 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-07-27T20:43:23.700Z[ recovery-image] Jul 27 20:43:22.572 INFO O| Jul 27 20:43:22.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53162026-07-27T20:43:23.701Z[ recovery-image] Jul 27 20:43:22.572 INFO O| Jul 27 20:43:22.572 INFO STEP 30 (remove_files) COMPLETE
53172026-07-27T20:43:23.701Z[ recovery-image] Jul 27 20:43:22.572 INFO O| Jul 27 20:43:22.572 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-07-27T20:43:23.710Z[ recovery-image] Jul 27 20:43:22.581 INFO O| Jul 27 20:43:22.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53192026-07-27T20:43:23.710Z[ recovery-image] Jul 27 20:43:22.581 INFO O| Jul 27 20:43:22.581 INFO STEP 31 (remove_files) COMPLETE
53202026-07-27T20:43:23.714Z[ recovery-image] Jul 27 20:43:22.581 INFO O| Jul 27 20:43:22.581 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-07-27T20:43:23.719Z[ recovery-image] Jul 27 20:43:22.590 INFO O| Jul 27 20:43:22.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53222026-07-27T20:43:23.727Z[ recovery-image] Jul 27 20:43:22.598 INFO O| Jul 27 20:43:22.598 INFO STEP 32 (remove_files) COMPLETE
53232026-07-27T20:43:23.727Z[ recovery-image] Jul 27 20:43:22.598 INFO O| Jul 27 20:43:22.598 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-07-27T20:43:23.736Z[ recovery-image] Jul 27 20:43:22.608 INFO O| Jul 27 20:43:22.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53252026-07-27T20:43:23.741Z[ recovery-image] Jul 27 20:43:22.612 INFO O| Jul 27 20:43:22.612 INFO STEP 33 (remove_files) COMPLETE
53262026-07-27T20:43:23.741Z[ recovery-image] Jul 27 20:43:22.612 INFO O| Jul 27 20:43:22.612 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-07-27T20:43:23.752Z[ recovery-image] Jul 27 20:43:22.623 INFO O| Jul 27 20:43:22.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53282026-07-27T20:43:23.752Z[ recovery-image] Jul 27 20:43:22.623 INFO O| Jul 27 20:43:22.623 INFO STEP 34 (remove_files) COMPLETE
53292026-07-27T20:43:23.753Z[ recovery-image] Jul 27 20:43:22.623 INFO O| Jul 27 20:43:22.623 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-07-27T20:43:23.761Z[ recovery-image] Jul 27 20:43:22.632 INFO O| Jul 27 20:43:22.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53312026-07-27T20:43:23.761Z[ recovery-image] Jul 27 20:43:22.632 INFO O| Jul 27 20:43:22.632 INFO STEP 35 (remove_files) COMPLETE
53322026-07-27T20:43:23.761Z[ recovery-image] Jul 27 20:43:22.632 INFO O| Jul 27 20:43:22.632 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-07-27T20:43:23.770Z[ recovery-image] Jul 27 20:43:22.642 INFO O| Jul 27 20:43:22.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53342026-07-27T20:43:23.770Z[ recovery-image] Jul 27 20:43:22.642 INFO O| Jul 27 20:43:22.642 INFO STEP 36 (remove_files) COMPLETE
53352026-07-27T20:43:23.774Z[ recovery-image] Jul 27 20:43:22.642 INFO O| Jul 27 20:43:22.642 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-07-27T20:43:23.780Z[ recovery-image] Jul 27 20:43:22.651 INFO O| Jul 27 20:43:22.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53372026-07-27T20:43:23.780Z[ recovery-image] Jul 27 20:43:22.651 INFO O| Jul 27 20:43:22.651 INFO STEP 37 (remove_files) COMPLETE
53382026-07-27T20:43:23.780Z[ recovery-image] Jul 27 20:43:22.651 INFO O| Jul 27 20:43:22.651 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-07-27T20:43:23.790Z[ recovery-image] Jul 27 20:43:22.661 INFO O| Jul 27 20:43:22.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53402026-07-27T20:43:23.790Z[ recovery-image] Jul 27 20:43:22.661 INFO O| Jul 27 20:43:22.661 INFO STEP 38 (remove_files) COMPLETE
53412026-07-27T20:43:23.790Z[ recovery-image] Jul 27 20:43:22.661 INFO O| Jul 27 20:43:22.661 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-07-27T20:43:23.802Z[ recovery-image] Jul 27 20:43:22.673 INFO O| Jul 27 20:43:22.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53432026-07-27T20:43:23.802Z[ recovery-image] Jul 27 20:43:22.673 INFO O| Jul 27 20:43:22.673 INFO STEP 39 (remove_files) COMPLETE
53442026-07-27T20:43:23.806Z[ recovery-image] Jul 27 20:43:22.673 INFO O| Jul 27 20:43:22.673 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-07-27T20:43:23.813Z[ recovery-image] Jul 27 20:43:22.684 INFO O| Jul 27 20:43:22.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53462026-07-27T20:43:23.813Z[ recovery-image] Jul 27 20:43:22.684 INFO O| Jul 27 20:43:22.684 INFO STEP 40 (remove_files) COMPLETE
53472026-07-27T20:43:23.813Z[ recovery-image] Jul 27 20:43:22.684 INFO O| Jul 27 20:43:22.684 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-07-27T20:43:23.823Z[ recovery-image] Jul 27 20:43:22.693 INFO O| Jul 27 20:43:22.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53492026-07-27T20:43:23.823Z[ recovery-image] Jul 27 20:43:22.693 INFO O| Jul 27 20:43:22.693 INFO STEP 41 (remove_files) COMPLETE
53502026-07-27T20:43:23.823Z[ recovery-image] Jul 27 20:43:22.693 INFO O| Jul 27 20:43:22.693 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-07-27T20:43:23.830Z[ recovery-image] Jul 27 20:43:22.702 INFO O| Jul 27 20:43:22.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53522026-07-27T20:43:23.830Z[ recovery-image] Jul 27 20:43:22.702 INFO O| Jul 27 20:43:22.702 INFO STEP 42 (remove_files) COMPLETE
53532026-07-27T20:43:23.831Z[ recovery-image] Jul 27 20:43:22.702 INFO O| Jul 27 20:43:22.702 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-07-27T20:43:23.839Z[ recovery-image] Jul 27 20:43:22.710 INFO O| Jul 27 20:43:22.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53552026-07-27T20:43:23.839Z[ recovery-image] Jul 27 20:43:22.710 INFO O| Jul 27 20:43:22.710 INFO STEP 43 (remove_files) COMPLETE
53562026-07-27T20:43:23.839Z[ recovery-image] Jul 27 20:43:22.710 INFO O| Jul 27 20:43:22.710 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-07-27T20:43:23.846Z[ recovery-image] Jul 27 20:43:22.718 INFO O| Jul 27 20:43:22.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53582026-07-27T20:43:23.846Z[ recovery-image] Jul 27 20:43:22.718 INFO O| Jul 27 20:43:22.718 INFO STEP 44 (remove_files) COMPLETE
53592026-07-27T20:43:23.847Z[ recovery-image] Jul 27 20:43:22.718 INFO O| Jul 27 20:43:22.718 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-07-27T20:43:23.855Z[ recovery-image] Jul 27 20:43:22.726 INFO O| Jul 27 20:43:22.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53612026-07-27T20:43:23.860Z[ recovery-image] Jul 27 20:43:22.731 INFO O| Jul 27 20:43:22.731 INFO STEP 45 (remove_files) COMPLETE
53622026-07-27T20:43:23.860Z[ recovery-image] Jul 27 20:43:22.731 INFO O| Jul 27 20:43:22.731 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-07-27T20:43:23.925Z[ recovery-image] Jul 27 20:43:22.742 INFO O| Jul 27 20:43:22.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53642026-07-27T20:43:23.925Z[ recovery-image] Jul 27 20:43:22.742 INFO O| Jul 27 20:43:22.742 INFO STEP 46 (remove_files) COMPLETE
53652026-07-27T20:43:23.925Z[ recovery-image] Jul 27 20:43:22.742 INFO O| Jul 27 20:43:22.742 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-07-27T20:43:23.925Z[ recovery-image] Jul 27 20:43:22.750 INFO O| Jul 27 20:43:22.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53672026-07-27T20:43:23.925Z[ recovery-image] Jul 27 20:43:22.751 INFO O| Jul 27 20:43:22.751 INFO STEP 47 (remove_files) COMPLETE
53682026-07-27T20:43:23.925Z[ recovery-image] Jul 27 20:43:22.751 INFO O| Jul 27 20:43:22.751 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-07-27T20:43:23.925Z[ recovery-image] Jul 27 20:43:22.758 INFO O| Jul 27 20:43:22.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53702026-07-27T20:43:23.926Z[ recovery-image] Jul 27 20:43:22.759 INFO O| Jul 27 20:43:22.759 INFO STEP 48 (remove_files) COMPLETE
53712026-07-27T20:43:23.928Z[ recovery-image] Jul 27 20:43:22.759 INFO O| Jul 27 20:43:22.759 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-07-27T20:43:23.928Z[ recovery-image] Jul 27 20:43:22.767 INFO O| Jul 27 20:43:22.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53732026-07-27T20:43:23.928Z[ recovery-image] Jul 27 20:43:22.767 INFO O| Jul 27 20:43:22.767 INFO STEP 49 (remove_files) COMPLETE
53742026-07-27T20:43:23.928Z[ recovery-image] Jul 27 20:43:22.767 INFO O| Jul 27 20:43:22.767 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-07-27T20:43:23.928Z[ recovery-image] Jul 27 20:43:22.776 INFO O| Jul 27 20:43:22.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53762026-07-27T20:43:23.928Z[ recovery-image] Jul 27 20:43:22.776 INFO O| Jul 27 20:43:22.776 INFO STEP 50 (remove_files) COMPLETE
53772026-07-27T20:43:23.929Z[ recovery-image] Jul 27 20:43:22.776 INFO O| Jul 27 20:43:22.776 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-07-27T20:43:23.929Z[ recovery-image] Jul 27 20:43:22.784 INFO O| Jul 27 20:43:22.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53792026-07-27T20:43:23.929Z[ recovery-image] Jul 27 20:43:22.784 INFO O| Jul 27 20:43:22.784 INFO STEP 51 (remove_files) COMPLETE
53802026-07-27T20:43:23.929Z[ recovery-image] Jul 27 20:43:22.784 INFO O| Jul 27 20:43:22.784 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-07-27T20:43:23.929Z[ recovery-image] Jul 27 20:43:22.792 INFO O| Jul 27 20:43:22.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53822026-07-27T20:43:23.929Z[ recovery-image] Jul 27 20:43:22.792 INFO O| Jul 27 20:43:22.792 INFO STEP 52 (remove_files) COMPLETE
53832026-07-27T20:43:23.929Z[ recovery-image] Jul 27 20:43:22.792 INFO O| Jul 27 20:43:22.792 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-07-27T20:43:23.935Z[ recovery-image] Jul 27 20:43:22.801 INFO O| Jul 27 20:43:22.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53852026-07-27T20:43:23.935Z[ recovery-image] Jul 27 20:43:22.801 INFO O| Jul 27 20:43:22.801 INFO STEP 53 (remove_files) COMPLETE
53862026-07-27T20:43:23.935Z[ recovery-image] Jul 27 20:43:22.801 INFO O| Jul 27 20:43:22.801 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-07-27T20:43:23.941Z[ recovery-image] Jul 27 20:43:22.809 INFO O| Jul 27 20:43:22.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53882026-07-27T20:43:23.941Z[ recovery-image] Jul 27 20:43:22.809 INFO O| Jul 27 20:43:22.809 INFO STEP 54 (remove_files) COMPLETE
53892026-07-27T20:43:23.941Z[ recovery-image] Jul 27 20:43:22.809 INFO O| Jul 27 20:43:22.809 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-07-27T20:43:23.951Z[ recovery-image] Jul 27 20:43:22.819 INFO O| Jul 27 20:43:22.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53912026-07-27T20:43:23.973Z[ recovery-image] Jul 27 20:43:22.843 INFO O| Jul 27 20:43:22.843 INFO STEP 55 (remove_files) COMPLETE
53922026-07-27T20:43:23.973Z[ recovery-image] Jul 27 20:43:22.843 INFO O| Jul 27 20:43:22.843 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-07-27T20:43:23.983Z[ recovery-image] Jul 27 20:43:22.854 INFO O| Jul 27 20:43:22.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53942026-07-27T20:43:23.983Z[ recovery-image] Jul 27 20:43:22.854 INFO O| Jul 27 20:43:22.854 INFO STEP 56 (remove_files) COMPLETE
53952026-07-27T20:43:23.983Z[ recovery-image] Jul 27 20:43:22.854 INFO O| Jul 27 20:43:22.854 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-07-27T20:43:23.993Z[ recovery-image] Jul 27 20:43:22.863 INFO O| Jul 27 20:43:22.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
53972026-07-27T20:43:23.993Z[ recovery-image] Jul 27 20:43:22.863 INFO O| Jul 27 20:43:22.863 INFO STEP 57 (remove_files) COMPLETE
53982026-07-27T20:43:23.993Z[ recovery-image] Jul 27 20:43:22.863 INFO O| Jul 27 20:43:22.863 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-07-27T20:43:24.004Z[ recovery-image] Jul 27 20:43:22.872 INFO O| Jul 27 20:43:22.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54002026-07-27T20:43:24.004Z[ recovery-image] Jul 27 20:43:22.872 INFO O| Jul 27 20:43:22.872 INFO STEP 58 (remove_files) COMPLETE
54012026-07-27T20:43:24.004Z[ recovery-image] Jul 27 20:43:22.872 INFO O| Jul 27 20:43:22.872 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-07-27T20:43:24.010Z[ recovery-image] Jul 27 20:43:22.881 INFO O| Jul 27 20:43:22.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54032026-07-27T20:43:24.010Z[ recovery-image] Jul 27 20:43:22.881 INFO O| Jul 27 20:43:22.881 INFO STEP 59 (remove_files) COMPLETE
54042026-07-27T20:43:24.013Z[ recovery-image] Jul 27 20:43:22.881 INFO O| Jul 27 20:43:22.881 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-07-27T20:43:24.018Z[ recovery-image] Jul 27 20:43:22.889 INFO O| Jul 27 20:43:22.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54062026-07-27T20:43:24.028Z[ recovery-image] Jul 27 20:43:22.899 INFO O| Jul 27 20:43:22.899 INFO STEP 60 (remove_files) COMPLETE
54072026-07-27T20:43:24.028Z[ recovery-image] Jul 27 20:43:22.899 INFO O| Jul 27 20:43:22.899 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-07-27T20:43:24.038Z[ recovery-image] Jul 27 20:43:22.908 INFO O| Jul 27 20:43:22.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54092026-07-27T20:43:24.038Z[ recovery-image] Jul 27 20:43:22.908 INFO O| Jul 27 20:43:22.908 INFO STEP 61 (remove_files) COMPLETE
54102026-07-27T20:43:24.042Z[ recovery-image] Jul 27 20:43:22.908 INFO O| Jul 27 20:43:22.908 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-07-27T20:43:24.049Z[ recovery-image] Jul 27 20:43:22.920 INFO O| Jul 27 20:43:22.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54122026-07-27T20:43:24.049Z[ recovery-image] Jul 27 20:43:22.920 INFO O| Jul 27 20:43:22.920 INFO STEP 62 (remove_files) COMPLETE
54132026-07-27T20:43:24.052Z[ recovery-image] Jul 27 20:43:22.920 INFO O| Jul 27 20:43:22.920 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-07-27T20:43:24.059Z[ recovery-image] Jul 27 20:43:22.930 INFO O| Jul 27 20:43:22.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54152026-07-27T20:43:24.059Z[ recovery-image] Jul 27 20:43:22.930 INFO O| Jul 27 20:43:22.930 INFO STEP 63 (remove_files) COMPLETE
54162026-07-27T20:43:24.065Z[ recovery-image] Jul 27 20:43:22.930 INFO O| Jul 27 20:43:22.930 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-07-27T20:43:24.072Z[ recovery-image] Jul 27 20:43:22.939 INFO O| Jul 27 20:43:22.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54182026-07-27T20:43:24.072Z[ recovery-image] Jul 27 20:43:22.940 INFO O| Jul 27 20:43:22.940 INFO STEP 64 (remove_files) COMPLETE
54192026-07-27T20:43:24.072Z[ recovery-image] Jul 27 20:43:22.940 INFO O| Jul 27 20:43:22.940 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-07-27T20:43:24.081Z[ recovery-image] Jul 27 20:43:22.950 INFO O| Jul 27 20:43:22.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54212026-07-27T20:43:24.081Z[ recovery-image] Jul 27 20:43:22.950 INFO O| Jul 27 20:43:22.950 INFO STEP 65 (remove_files) COMPLETE
54222026-07-27T20:43:24.084Z[ recovery-image] Jul 27 20:43:22.950 INFO O| Jul 27 20:43:22.950 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-07-27T20:43:24.089Z[ recovery-image] Jul 27 20:43:22.959 INFO O| Jul 27 20:43:22.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54242026-07-27T20:43:24.089Z[ recovery-image] Jul 27 20:43:22.959 INFO O| Jul 27 20:43:22.959 INFO STEP 66 (remove_files) COMPLETE
54252026-07-27T20:43:24.089Z[ recovery-image] Jul 27 20:43:22.959 INFO O| Jul 27 20:43:22.959 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-07-27T20:43:24.097Z[ recovery-image] Jul 27 20:43:22.968 INFO O| Jul 27 20:43:22.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54272026-07-27T20:43:24.097Z[ recovery-image] Jul 27 20:43:22.968 INFO O| Jul 27 20:43:22.968 INFO STEP 67 (remove_files) COMPLETE
54282026-07-27T20:43:24.102Z[ recovery-image] Jul 27 20:43:22.968 INFO O| Jul 27 20:43:22.968 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-07-27T20:43:24.113Z[ recovery-image] Jul 27 20:43:22.977 INFO O| Jul 27 20:43:22.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54302026-07-27T20:43:24.113Z[ recovery-image] Jul 27 20:43:22.977 INFO O| Jul 27 20:43:22.977 INFO STEP 68 (remove_files) COMPLETE
54312026-07-27T20:43:24.114Z[ recovery-image] Jul 27 20:43:22.977 INFO O| Jul 27 20:43:22.977 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-07-27T20:43:24.117Z[ recovery-image] Jul 27 20:43:22.986 INFO O| Jul 27 20:43:22.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54332026-07-27T20:43:24.117Z[ recovery-image] Jul 27 20:43:22.986 INFO O| Jul 27 20:43:22.986 INFO STEP 69 (remove_files) COMPLETE
54342026-07-27T20:43:24.117Z[ recovery-image] Jul 27 20:43:22.986 INFO O| Jul 27 20:43:22.986 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-07-27T20:43:24.124Z[ recovery-image] Jul 27 20:43:22.995 INFO O| Jul 27 20:43:22.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54362026-07-27T20:43:24.124Z[ recovery-image] Jul 27 20:43:22.995 INFO O| Jul 27 20:43:22.995 INFO STEP 70 (remove_files) COMPLETE
54372026-07-27T20:43:24.124Z[ recovery-image] Jul 27 20:43:22.995 INFO O| Jul 27 20:43:22.995 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-07-27T20:43:24.135Z[ recovery-image] Jul 27 20:43:23.004 INFO O| Jul 27 20:43:23.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54392026-07-27T20:43:24.135Z[ recovery-image] Jul 27 20:43:23.005 INFO O| Jul 27 20:43:23.005 INFO STEP 71 (remove_files) COMPLETE
54402026-07-27T20:43:24.135Z[ recovery-image] Jul 27 20:43:23.005 INFO O| Jul 27 20:43:23.005 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-07-27T20:43:24.145Z[ recovery-image] Jul 27 20:43:23.013 INFO O| Jul 27 20:43:23.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54422026-07-27T20:43:24.145Z[ recovery-image] Jul 27 20:43:23.013 INFO O| Jul 27 20:43:23.013 INFO STEP 72 (remove_files) COMPLETE
54432026-07-27T20:43:24.145Z[ recovery-image] Jul 27 20:43:23.013 INFO O| Jul 27 20:43:23.013 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-07-27T20:43:24.152Z[ recovery-image] Jul 27 20:43:23.022 INFO O| Jul 27 20:43:23.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54452026-07-27T20:43:24.153Z[ recovery-image] Jul 27 20:43:23.022 INFO O| Jul 27 20:43:23.022 INFO STEP 73 (remove_files) COMPLETE
54462026-07-27T20:43:24.153Z[ recovery-image] Jul 27 20:43:23.022 INFO O| Jul 27 20:43:23.022 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-07-27T20:43:24.161Z[ recovery-image] Jul 27 20:43:23.032 INFO O| Jul 27 20:43:23.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54482026-07-27T20:43:24.161Z[ recovery-image] Jul 27 20:43:23.032 INFO O| Jul 27 20:43:23.032 INFO STEP 74 (remove_files) COMPLETE
54492026-07-27T20:43:24.161Z[ recovery-image] Jul 27 20:43:23.032 INFO O| Jul 27 20:43:23.032 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-07-27T20:43:24.171Z[ recovery-image] Jul 27 20:43:23.042 INFO O| Jul 27 20:43:23.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54512026-07-27T20:43:24.171Z[ recovery-image] Jul 27 20:43:23.042 INFO O| Jul 27 20:43:23.042 INFO STEP 75 (remove_files) COMPLETE
54522026-07-27T20:43:24.171Z[ recovery-image] Jul 27 20:43:23.042 INFO O| Jul 27 20:43:23.042 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-07-27T20:43:24.182Z[ recovery-image] Jul 27 20:43:23.052 INFO O| Jul 27 20:43:23.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54542026-07-27T20:43:24.182Z[ recovery-image] Jul 27 20:43:23.052 INFO O| Jul 27 20:43:23.052 INFO STEP 76 (remove_files) COMPLETE
54552026-07-27T20:43:24.188Z[ recovery-image] Jul 27 20:43:23.052 INFO O| Jul 27 20:43:23.052 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-07-27T20:43:24.199Z[ recovery-image] Jul 27 20:43:23.063 INFO O| Jul 27 20:43:23.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54572026-07-27T20:43:24.199Z[ recovery-image] Jul 27 20:43:23.063 INFO O| Jul 27 20:43:23.063 INFO STEP 77 (remove_files) COMPLETE
54582026-07-27T20:43:24.201Z[ recovery-image] Jul 27 20:43:23.063 INFO O| Jul 27 20:43:23.063 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-07-27T20:43:24.208Z[ recovery-image] Jul 27 20:43:23.074 INFO O| Jul 27 20:43:23.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54602026-07-27T20:43:24.208Z[ recovery-image] Jul 27 20:43:23.074 INFO O| Jul 27 20:43:23.074 INFO STEP 78 (remove_files) COMPLETE
54612026-07-27T20:43:24.208Z[ recovery-image] Jul 27 20:43:23.074 INFO O| Jul 27 20:43:23.074 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-07-27T20:43:24.213Z[ recovery-image] Jul 27 20:43:23.083 INFO O| Jul 27 20:43:23.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54632026-07-27T20:43:24.213Z[ recovery-image] Jul 27 20:43:23.083 INFO O| Jul 27 20:43:23.083 INFO STEP 79 (remove_files) COMPLETE
54642026-07-27T20:43:24.213Z[ recovery-image] Jul 27 20:43:23.083 INFO O| Jul 27 20:43:23.083 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-07-27T20:43:24.221Z[ recovery-image] Jul 27 20:43:23.092 INFO O| Jul 27 20:43:23.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54662026-07-27T20:43:24.221Z[ recovery-image] Jul 27 20:43:23.092 INFO O| Jul 27 20:43:23.092 INFO STEP 80 (remove_files) COMPLETE
54672026-07-27T20:43:24.221Z[ recovery-image] Jul 27 20:43:23.092 INFO O| Jul 27 20:43:23.092 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-07-27T20:43:24.230Z[ recovery-image] Jul 27 20:43:23.101 INFO O| Jul 27 20:43:23.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54692026-07-27T20:43:24.230Z[ recovery-image] Jul 27 20:43:23.101 INFO O| Jul 27 20:43:23.101 INFO STEP 81 (remove_files) COMPLETE
54702026-07-27T20:43:24.239Z[ recovery-image] Jul 27 20:43:23.101 INFO O| Jul 27 20:43:23.101 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-07-27T20:43:24.247Z[ recovery-image] Jul 27 20:43:23.111 INFO O| Jul 27 20:43:23.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54722026-07-27T20:43:24.247Z[ recovery-image] Jul 27 20:43:23.111 INFO O| Jul 27 20:43:23.111 INFO STEP 82 (remove_files) COMPLETE
54732026-07-27T20:43:24.247Z[ recovery-image] Jul 27 20:43:23.111 INFO O| Jul 27 20:43:23.111 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-07-27T20:43:24.251Z[ recovery-image] Jul 27 20:43:23.119 INFO O| Jul 27 20:43:23.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54752026-07-27T20:43:24.251Z[ recovery-image] Jul 27 20:43:23.119 INFO O| Jul 27 20:43:23.119 INFO STEP 83 (remove_files) COMPLETE
54762026-07-27T20:43:24.251Z[ recovery-image] Jul 27 20:43:23.119 INFO O| Jul 27 20:43:23.119 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-07-27T20:43:24.259Z[ recovery-image] Jul 27 20:43:23.130 INFO O| Jul 27 20:43:23.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54782026-07-27T20:43:24.259Z[ recovery-image] Jul 27 20:43:23.130 INFO O| Jul 27 20:43:23.130 INFO STEP 84 (remove_files) COMPLETE
54792026-07-27T20:43:24.264Z[ recovery-image] Jul 27 20:43:23.130 INFO O| Jul 27 20:43:23.130 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-07-27T20:43:24.269Z[ recovery-image] Jul 27 20:43:23.140 INFO O| Jul 27 20:43:23.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54812026-07-27T20:43:24.269Z[ recovery-image] Jul 27 20:43:23.140 INFO O| Jul 27 20:43:23.140 INFO STEP 85 (remove_files) COMPLETE
54822026-07-27T20:43:24.277Z[ recovery-image] Jul 27 20:43:23.140 INFO O| Jul 27 20:43:23.140 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-07-27T20:43:24.283Z[ recovery-image] Jul 27 20:43:23.149 INFO O| Jul 27 20:43:23.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54842026-07-27T20:43:24.283Z[ recovery-image] Jul 27 20:43:23.149 INFO O| Jul 27 20:43:23.149 INFO STEP 86 (remove_files) COMPLETE
54852026-07-27T20:43:24.283Z[ recovery-image] Jul 27 20:43:23.149 INFO O| Jul 27 20:43:23.149 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-07-27T20:43:24.289Z[ recovery-image] Jul 27 20:43:23.160 INFO O| Jul 27 20:43:23.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54872026-07-27T20:43:24.290Z[ recovery-image] Jul 27 20:43:23.160 INFO O| Jul 27 20:43:23.160 INFO STEP 87 (remove_files) COMPLETE
54882026-07-27T20:43:24.295Z[ recovery-image] Jul 27 20:43:23.160 INFO O| Jul 27 20:43:23.160 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-07-27T20:43:24.299Z[ recovery-image] Jul 27 20:43:23.169 INFO O| Jul 27 20:43:23.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54902026-07-27T20:43:24.299Z[ recovery-image] Jul 27 20:43:23.169 INFO O| Jul 27 20:43:23.169 INFO STEP 88 (remove_files) COMPLETE
54912026-07-27T20:43:24.299Z[ recovery-image] Jul 27 20:43:23.169 INFO O| Jul 27 20:43:23.169 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-07-27T20:43:24.306Z[ recovery-image] Jul 27 20:43:23.177 INFO O| Jul 27 20:43:23.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54932026-07-27T20:43:24.311Z[ recovery-image] Jul 27 20:43:23.178 INFO O| Jul 27 20:43:23.178 INFO STEP 89 (remove_files) COMPLETE
54942026-07-27T20:43:24.312Z[ recovery-image] Jul 27 20:43:23.178 INFO O| Jul 27 20:43:23.178 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-07-27T20:43:24.316Z[ recovery-image] Jul 27 20:43:23.186 INFO O| Jul 27 20:43:23.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
54962026-07-27T20:43:24.316Z[ recovery-image] Jul 27 20:43:23.186 INFO O| Jul 27 20:43:23.186 INFO STEP 90 (remove_files) COMPLETE
54972026-07-27T20:43:24.316Z[ recovery-image] Jul 27 20:43:23.186 INFO O| Jul 27 20:43:23.186 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-07-27T20:43:24.323Z[ recovery-image] Jul 27 20:43:23.194 INFO O| Jul 27 20:43:23.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
54992026-07-27T20:43:24.324Z[ recovery-image] Jul 27 20:43:23.194 INFO O| Jul 27 20:43:23.194 INFO STEP 91 (remove_files) COMPLETE
55002026-07-27T20:43:24.330Z[ recovery-image] Jul 27 20:43:23.194 INFO O| Jul 27 20:43:23.194 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-07-27T20:43:24.336Z[ recovery-image] Jul 27 20:43:23.202 INFO O| Jul 27 20:43:23.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55022026-07-27T20:43:24.336Z[ recovery-image] Jul 27 20:43:23.202 INFO O| Jul 27 20:43:23.202 INFO STEP 92 (remove_files) COMPLETE
55032026-07-27T20:43:24.336Z[ recovery-image] Jul 27 20:43:23.202 INFO O| Jul 27 20:43:23.202 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-07-27T20:43:24.343Z[ recovery-image] Jul 27 20:43:23.212 INFO O| Jul 27 20:43:23.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55052026-07-27T20:43:24.343Z[ recovery-image] Jul 27 20:43:23.213 INFO O| Jul 27 20:43:23.212 INFO STEP 93 (remove_files) COMPLETE
55062026-07-27T20:43:24.343Z[ recovery-image] Jul 27 20:43:23.213 INFO O| Jul 27 20:43:23.212 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-07-27T20:43:24.356Z[ recovery-image] Jul 27 20:43:23.221 INFO O| Jul 27 20:43:23.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55082026-07-27T20:43:24.356Z[ recovery-image] Jul 27 20:43:23.223 INFO O| Jul 27 20:43:23.223 INFO STEP 94 (remove_files) COMPLETE
55092026-07-27T20:43:24.356Z[ recovery-image] Jul 27 20:43:23.223 INFO O| Jul 27 20:43:23.223 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-07-27T20:43:24.363Z[ recovery-image] Jul 27 20:43:23.232 INFO O| Jul 27 20:43:23.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55112026-07-27T20:43:24.363Z[ recovery-image] Jul 27 20:43:23.232 INFO O| Jul 27 20:43:23.232 INFO STEP 95 (remove_files) COMPLETE
55122026-07-27T20:43:24.363Z[ recovery-image] Jul 27 20:43:23.232 INFO O| Jul 27 20:43:23.232 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-07-27T20:43:24.371Z[ recovery-image] Jul 27 20:43:23.241 INFO O| Jul 27 20:43:23.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55142026-07-27T20:43:24.372Z[ recovery-image] Jul 27 20:43:23.241 INFO O| Jul 27 20:43:23.241 INFO STEP 96 (remove_files) COMPLETE
55152026-07-27T20:43:24.372Z[ recovery-image] Jul 27 20:43:23.241 INFO O| Jul 27 20:43:23.241 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-07-27T20:43:24.381Z[ recovery-image] Jul 27 20:43:23.250 INFO O| Jul 27 20:43:23.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55172026-07-27T20:43:24.381Z[ recovery-image] Jul 27 20:43:23.250 INFO O| Jul 27 20:43:23.250 INFO STEP 97 (remove_files) COMPLETE
55182026-07-27T20:43:24.389Z[ recovery-image] Jul 27 20:43:23.250 INFO O| Jul 27 20:43:23.250 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-07-27T20:43:24.397Z[ recovery-image] Jul 27 20:43:23.259 INFO O| Jul 27 20:43:23.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55202026-07-27T20:43:24.397Z[ recovery-image] Jul 27 20:43:23.259 INFO O| Jul 27 20:43:23.259 INFO STEP 98 (remove_files) COMPLETE
55212026-07-27T20:43:24.397Z[ recovery-image] Jul 27 20:43:23.259 INFO O| Jul 27 20:43:23.259 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-07-27T20:43:24.401Z[ recovery-image] Jul 27 20:43:23.268 INFO O| Jul 27 20:43:23.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55232026-07-27T20:43:24.402Z[ recovery-image] Jul 27 20:43:23.268 INFO O| Jul 27 20:43:23.268 INFO STEP 99 (remove_files) COMPLETE
55242026-07-27T20:43:24.402Z[ recovery-image] Jul 27 20:43:23.268 INFO O| Jul 27 20:43:23.268 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-07-27T20:43:24.411Z[ recovery-image] Jul 27 20:43:23.278 INFO O| Jul 27 20:43:23.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55262026-07-27T20:43:24.417Z[ recovery-image] Jul 27 20:43:23.279 INFO O| Jul 27 20:43:23.279 INFO STEP 100 (remove_files) COMPLETE
55272026-07-27T20:43:24.417Z[ recovery-image] Jul 27 20:43:23.279 INFO O| Jul 27 20:43:23.279 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-07-27T20:43:24.421Z[ recovery-image] Jul 27 20:43:23.290 INFO O| Jul 27 20:43:23.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55292026-07-27T20:43:24.421Z[ recovery-image] Jul 27 20:43:23.290 INFO O| Jul 27 20:43:23.290 INFO STEP 101 (remove_files) COMPLETE
55302026-07-27T20:43:24.421Z[ recovery-image] Jul 27 20:43:23.290 INFO O| Jul 27 20:43:23.290 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-07-27T20:43:24.430Z[ recovery-image] Jul 27 20:43:23.300 INFO O| Jul 27 20:43:23.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55322026-07-27T20:43:24.430Z[ recovery-image] Jul 27 20:43:23.300 INFO O| Jul 27 20:43:23.300 INFO STEP 102 (remove_files) COMPLETE
55332026-07-27T20:43:24.435Z[ recovery-image] Jul 27 20:43:23.300 INFO O| Jul 27 20:43:23.300 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-07-27T20:43:24.442Z[ recovery-image] Jul 27 20:43:23.310 INFO O| Jul 27 20:43:23.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55352026-07-27T20:43:24.442Z[ recovery-image] Jul 27 20:43:23.310 INFO O| Jul 27 20:43:23.310 INFO STEP 103 (remove_files) COMPLETE
55362026-07-27T20:43:24.454Z[ recovery-image] Jul 27 20:43:23.310 INFO O| Jul 27 20:43:23.310 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-07-27T20:43:24.457Z[ recovery-image] Jul 27 20:43:23.319 INFO O| Jul 27 20:43:23.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55382026-07-27T20:43:24.457Z[ recovery-image] Jul 27 20:43:23.319 INFO O| Jul 27 20:43:23.319 INFO STEP 104 (remove_files) COMPLETE
55392026-07-27T20:43:24.458Z[ recovery-image] Jul 27 20:43:23.319 INFO O| Jul 27 20:43:23.319 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-07-27T20:43:24.458Z[ recovery-image] Jul 27 20:43:23.328 INFO O| Jul 27 20:43:23.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55412026-07-27T20:43:24.458Z[ recovery-image] Jul 27 20:43:23.328 INFO O| Jul 27 20:43:23.328 INFO STEP 105 (remove_files) COMPLETE
55422026-07-27T20:43:24.458Z[ recovery-image] Jul 27 20:43:23.328 INFO O| Jul 27 20:43:23.328 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-07-27T20:43:24.473Z[ recovery-image] Jul 27 20:43:23.337 INFO O| Jul 27 20:43:23.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55442026-07-27T20:43:24.474Z[ recovery-image] Jul 27 20:43:23.337 INFO O| Jul 27 20:43:23.337 INFO STEP 106 (remove_files) COMPLETE
55452026-07-27T20:43:24.480Z[ recovery-image] Jul 27 20:43:23.337 INFO O| Jul 27 20:43:23.337 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-07-27T20:43:24.480Z[ recovery-image] Jul 27 20:43:23.347 INFO O| Jul 27 20:43:23.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55472026-07-27T20:43:24.480Z[ recovery-image] Jul 27 20:43:23.347 INFO O| Jul 27 20:43:23.347 INFO STEP 107 (remove_files) COMPLETE
55482026-07-27T20:43:24.480Z[ recovery-image] Jul 27 20:43:23.347 INFO O| Jul 27 20:43:23.347 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-07-27T20:43:24.487Z[ recovery-image] Jul 27 20:43:23.356 INFO O| Jul 27 20:43:23.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55502026-07-27T20:43:24.488Z[ recovery-image] Jul 27 20:43:23.357 INFO O| Jul 27 20:43:23.357 INFO STEP 108 (remove_files) COMPLETE
55512026-07-27T20:43:24.488Z[ recovery-image] Jul 27 20:43:23.357 INFO O| Jul 27 20:43:23.357 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-07-27T20:43:24.495Z[ recovery-image] Jul 27 20:43:23.366 INFO O| Jul 27 20:43:23.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55532026-07-27T20:43:24.495Z[ recovery-image] Jul 27 20:43:23.366 INFO O| Jul 27 20:43:23.366 INFO STEP 109 (remove_files) COMPLETE
55542026-07-27T20:43:24.495Z[ recovery-image] Jul 27 20:43:23.366 INFO O| Jul 27 20:43:23.366 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-07-27T20:43:24.504Z[ recovery-image] Jul 27 20:43:23.375 INFO O| Jul 27 20:43:23.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55562026-07-27T20:43:24.504Z[ recovery-image] Jul 27 20:43:23.375 INFO O| Jul 27 20:43:23.375 INFO STEP 110 (remove_files) COMPLETE
55572026-07-27T20:43:24.510Z[ recovery-image] Jul 27 20:43:23.376 INFO O| Jul 27 20:43:23.375 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-07-27T20:43:24.510Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
55592026-07-27T20:43:24.515Z[ recovery-image] Jul 27 20:43:23.385 INFO O| Jul 27 20:43:23.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55602026-07-27T20:43:24.515Z[ recovery-image] Jul 27 20:43:23.385 INFO O| Jul 27 20:43:23.385 INFO STEP 111 (remove_files) COMPLETE
55612026-07-27T20:43:24.515Z[ recovery-image] Jul 27 20:43:23.385 INFO O| Jul 27 20:43:23.385 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-07-27T20:43:24.533Z[ recovery-image] Jul 27 20:43:23.395 INFO O| Jul 27 20:43:23.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55632026-07-27T20:43:24.533Z[ recovery-image] Jul 27 20:43:23.395 INFO O| Jul 27 20:43:23.395 INFO STEP 112 (remove_files) COMPLETE
55642026-07-27T20:43:24.534Z[ recovery-image] Jul 27 20:43:23.395 INFO O| Jul 27 20:43:23.395 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-07-27T20:43:24.555Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
55662026-07-27T20:43:24.555Z[ recovery-image] Jul 27 20:43:23.409 INFO O| Jul 27 20:43:23.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55672026-07-27T20:43:24.555Z[ recovery-image] Jul 27 20:43:23.409 INFO O| Jul 27 20:43:23.409 INFO STEP 113 (remove_files) COMPLETE
55682026-07-27T20:43:24.555Z[ recovery-image] Jul 27 20:43:23.409 INFO O| Jul 27 20:43:23.409 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-07-27T20:43:24.570Z[ recovery-image] Jul 27 20:43:23.418 INFO O| Jul 27 20:43:23.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55702026-07-27T20:43:24.570Z[ recovery-image] Jul 27 20:43:23.418 INFO O| Jul 27 20:43:23.418 INFO STEP 114 (remove_files) COMPLETE
55712026-07-27T20:43:24.570Z[ recovery-image] Jul 27 20:43:23.418 INFO O| Jul 27 20:43:23.418 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-07-27T20:43:24.570Z[ recovery-image] Jul 27 20:43:23.426 INFO O| Jul 27 20:43:23.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55732026-07-27T20:43:24.570Z[ recovery-image] Jul 27 20:43:23.426 INFO O| Jul 27 20:43:23.426 INFO STEP 115 (remove_files) COMPLETE
55742026-07-27T20:43:24.570Z[ recovery-image] Jul 27 20:43:23.426 INFO O| Jul 27 20:43:23.426 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-07-27T20:43:24.589Z[ recovery-image] Jul 27 20:43:23.436 INFO O| Jul 27 20:43:23.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55762026-07-27T20:43:24.589Z[ recovery-image] Jul 27 20:43:23.436 INFO O| Jul 27 20:43:23.436 INFO STEP 116 (remove_files) COMPLETE
55772026-07-27T20:43:24.589Z[ recovery-image] Jul 27 20:43:23.436 INFO O| Jul 27 20:43:23.436 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-07-27T20:43:24.589Z[ recovery-image] Jul 27 20:43:23.446 INFO O| Jul 27 20:43:23.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55792026-07-27T20:43:24.589Z[ recovery-image] Jul 27 20:43:23.446 INFO O| Jul 27 20:43:23.446 INFO STEP 117 (remove_files) COMPLETE
55802026-07-27T20:43:24.589Z[ recovery-image] Jul 27 20:43:23.446 INFO O| Jul 27 20:43:23.446 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-07-27T20:43:24.595Z[ recovery-image] Jul 27 20:43:23.455 INFO O| Jul 27 20:43:23.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55822026-07-27T20:43:24.595Z[ recovery-image] Jul 27 20:43:23.455 INFO O| Jul 27 20:43:23.455 INFO STEP 118 (remove_files) COMPLETE
55832026-07-27T20:43:24.596Z[ recovery-image] Jul 27 20:43:23.455 INFO O| Jul 27 20:43:23.455 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-07-27T20:43:24.596Z[ recovery-image] Jul 27 20:43:23.464 INFO O| Jul 27 20:43:23.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55852026-07-27T20:43:24.596Z[ recovery-image] Jul 27 20:43:23.464 INFO O| Jul 27 20:43:23.464 INFO STEP 119 (remove_files) COMPLETE
55862026-07-27T20:43:24.596Z[ recovery-image] Jul 27 20:43:23.464 INFO O| Jul 27 20:43:23.464 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-07-27T20:43:24.613Z[ recovery-image] Jul 27 20:43:23.473 INFO O| Jul 27 20:43:23.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55882026-07-27T20:43:24.613Z[ recovery-image] Jul 27 20:43:23.473 INFO O| Jul 27 20:43:23.473 INFO STEP 120 (remove_files) COMPLETE
55892026-07-27T20:43:24.613Z[ recovery-image] Jul 27 20:43:23.473 INFO O| Jul 27 20:43:23.473 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-07-27T20:43:24.627Z[ recovery-image] Jul 27 20:43:23.482 INFO O| Jul 27 20:43:23.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55912026-07-27T20:43:24.628Z[ recovery-image] Jul 27 20:43:23.482 INFO O| Jul 27 20:43:23.482 INFO STEP 121 (remove_files) COMPLETE
55922026-07-27T20:43:24.628Z[ recovery-image] Jul 27 20:43:23.482 INFO O| Jul 27 20:43:23.482 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-07-27T20:43:24.640Z[ recovery-image] Jul 27 20:43:23.491 INFO O| Jul 27 20:43:23.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
55942026-07-27T20:43:24.640Z[ recovery-image] Jul 27 20:43:23.491 INFO O| Jul 27 20:43:23.491 INFO STEP 122 (remove_files) COMPLETE
55952026-07-27T20:43:24.640Z[ recovery-image] Jul 27 20:43:23.491 INFO O| Jul 27 20:43:23.491 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-07-27T20:43:24.640Z[ recovery-image] Jul 27 20:43:23.501 INFO O| Jul 27 20:43:23.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
55972026-07-27T20:43:24.640Z[ recovery-image] Jul 27 20:43:23.501 INFO O| Jul 27 20:43:23.501 INFO STEP 123 (remove_files) COMPLETE
55982026-07-27T20:43:24.640Z[ recovery-image] Jul 27 20:43:23.501 INFO O| Jul 27 20:43:23.501 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-07-27T20:43:24.646Z[ recovery-image] Jul 27 20:43:23.511 INFO O| Jul 27 20:43:23.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56002026-07-27T20:43:24.646Z[ recovery-image] Jul 27 20:43:23.511 INFO O| Jul 27 20:43:23.511 INFO STEP 124 (remove_files) COMPLETE
56012026-07-27T20:43:24.646Z[ recovery-image] Jul 27 20:43:23.511 INFO O| Jul 27 20:43:23.511 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-07-27T20:43:24.655Z[ recovery-image] Jul 27 20:43:23.521 INFO O| Jul 27 20:43:23.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56032026-07-27T20:43:24.655Z[ recovery-image] Jul 27 20:43:23.521 INFO O| Jul 27 20:43:23.521 INFO STEP 125 (remove_files) COMPLETE
56042026-07-27T20:43:24.655Z[ recovery-image] Jul 27 20:43:23.521 INFO O| Jul 27 20:43:23.521 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-07-27T20:43:24.662Z[ recovery-image] Jul 27 20:43:23.531 INFO O| Jul 27 20:43:23.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56062026-07-27T20:43:24.664Z[ recovery-image] Jul 27 20:43:23.531 INFO O| Jul 27 20:43:23.531 INFO STEP 126 (remove_files) COMPLETE
56072026-07-27T20:43:24.664Z[ recovery-image] Jul 27 20:43:23.531 INFO O| Jul 27 20:43:23.531 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-07-27T20:43:24.670Z[ recovery-image] Jul 27 20:43:23.541 INFO O| Jul 27 20:43:23.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56092026-07-27T20:43:24.670Z[ recovery-image] Jul 27 20:43:23.541 INFO O| Jul 27 20:43:23.541 INFO STEP 127 (remove_files) COMPLETE
56102026-07-27T20:43:24.682Z[ recovery-image] Jul 27 20:43:23.541 INFO O| Jul 27 20:43:23.541 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-07-27T20:43:24.691Z[ recovery-image] Jul 27 20:43:23.551 INFO O| Jul 27 20:43:23.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56122026-07-27T20:43:24.691Z[ recovery-image] Jul 27 20:43:23.551 INFO O| Jul 27 20:43:23.551 INFO STEP 128 (remove_files) COMPLETE
56132026-07-27T20:43:24.691Z[ recovery-image] Jul 27 20:43:23.551 INFO O| Jul 27 20:43:23.551 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-07-27T20:43:24.706Z[ recovery-image] Jul 27 20:43:23.560 INFO O| Jul 27 20:43:23.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56152026-07-27T20:43:24.707Z[ recovery-image] Jul 27 20:43:23.560 INFO O| Jul 27 20:43:23.560 INFO STEP 129 (remove_files) COMPLETE
56162026-07-27T20:43:24.707Z[ recovery-image] Jul 27 20:43:23.560 INFO O| Jul 27 20:43:23.560 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-07-27T20:43:24.719Z[ recovery-image] Jul 27 20:43:23.570 INFO O| Jul 27 20:43:23.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56182026-07-27T20:43:24.719Z[ recovery-image] Jul 27 20:43:23.570 INFO O| Jul 27 20:43:23.570 INFO STEP 130 (remove_files) COMPLETE
56192026-07-27T20:43:24.719Z[ recovery-image] Jul 27 20:43:23.570 INFO O| Jul 27 20:43:23.570 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-07-27T20:43:24.719Z[ recovery-image] Jul 27 20:43:23.579 INFO O| Jul 27 20:43:23.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56212026-07-27T20:43:24.719Z[ recovery-image] Jul 27 20:43:23.579 INFO O| Jul 27 20:43:23.579 INFO STEP 131 (remove_files) COMPLETE
56222026-07-27T20:43:24.719Z[ recovery-image] Jul 27 20:43:23.579 INFO O| Jul 27 20:43:23.579 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-07-27T20:43:24.727Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
56242026-07-27T20:43:24.727Z[ recovery-image] Jul 27 20:43:23.589 INFO O| Jul 27 20:43:23.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56252026-07-27T20:43:24.727Z[ recovery-image] Jul 27 20:43:23.589 INFO O| Jul 27 20:43:23.589 INFO STEP 132 (remove_files) COMPLETE
56262026-07-27T20:43:24.727Z[ recovery-image] Jul 27 20:43:23.589 INFO O| Jul 27 20:43:23.589 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-07-27T20:43:24.733Z[ recovery-image] Jul 27 20:43:23.598 INFO O| Jul 27 20:43:23.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56282026-07-27T20:43:24.735Z[ recovery-image] Jul 27 20:43:23.598 INFO O| Jul 27 20:43:23.598 INFO STEP 133 (remove_files) COMPLETE
56292026-07-27T20:43:24.735Z[ recovery-image] Jul 27 20:43:23.598 INFO O| Jul 27 20:43:23.598 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-07-27T20:43:24.744Z[ recovery-image] Jul 27 20:43:23.608 INFO O| Jul 27 20:43:23.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56312026-07-27T20:43:24.745Z[ recovery-image] Jul 27 20:43:23.608 INFO O| Jul 27 20:43:23.608 INFO STEP 134 (remove_files) COMPLETE
56322026-07-27T20:43:24.745Z[ recovery-image] Jul 27 20:43:23.608 INFO O| Jul 27 20:43:23.608 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-07-27T20:43:24.751Z[ recovery-image] Jul 27 20:43:23.617 INFO O| Jul 27 20:43:23.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56342026-07-27T20:43:24.751Z[ recovery-image] Jul 27 20:43:23.619 INFO O| Jul 27 20:43:23.619 INFO STEP 135 (remove_files) COMPLETE
56352026-07-27T20:43:24.751Z[ recovery-image] Jul 27 20:43:23.619 INFO O| Jul 27 20:43:23.619 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-07-27T20:43:24.764Z[ recovery-image] Jul 27 20:43:23.630 INFO O| Jul 27 20:43:23.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56372026-07-27T20:43:24.764Z[ recovery-image] Jul 27 20:43:23.630 INFO O| Jul 27 20:43:23.630 INFO STEP 136 (remove_files) COMPLETE
56382026-07-27T20:43:24.773Z[ recovery-image] Jul 27 20:43:23.630 INFO O| Jul 27 20:43:23.630 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-07-27T20:43:24.774Z[ recovery-image] Jul 27 20:43:23.640 INFO O| Jul 27 20:43:23.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56402026-07-27T20:43:24.774Z[ recovery-image] Jul 27 20:43:23.640 INFO O| Jul 27 20:43:23.640 INFO STEP 137 (remove_files) COMPLETE
56412026-07-27T20:43:24.774Z[ recovery-image] Jul 27 20:43:23.640 INFO O| Jul 27 20:43:23.640 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-07-27T20:43:24.779Z[ recovery-image] Jul 27 20:43:23.650 INFO O| Jul 27 20:43:23.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56432026-07-27T20:43:24.779Z[ recovery-image] Jul 27 20:43:23.650 INFO O| Jul 27 20:43:23.650 INFO STEP 138 (remove_files) COMPLETE
56442026-07-27T20:43:24.779Z[ recovery-image] Jul 27 20:43:23.650 INFO O| Jul 27 20:43:23.650 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-07-27T20:43:24.790Z[ recovery-image] Jul 27 20:43:23.660 INFO O| Jul 27 20:43:23.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56462026-07-27T20:43:24.790Z[ recovery-image] Jul 27 20:43:23.660 INFO O| Jul 27 20:43:23.660 INFO STEP 139 (remove_files) COMPLETE
56472026-07-27T20:43:24.796Z[ recovery-image] Jul 27 20:43:23.660 INFO O| Jul 27 20:43:23.660 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-07-27T20:43:24.804Z[ recovery-image] Jul 27 20:43:23.670 INFO O| Jul 27 20:43:23.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56492026-07-27T20:43:24.804Z[ recovery-image] Jul 27 20:43:23.670 INFO O| Jul 27 20:43:23.670 INFO STEP 140 (remove_files) COMPLETE
56502026-07-27T20:43:24.805Z[ recovery-image] Jul 27 20:43:23.670 INFO O| Jul 27 20:43:23.670 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-07-27T20:43:24.810Z[ recovery-image] Jul 27 20:43:23.680 INFO O| Jul 27 20:43:23.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56522026-07-27T20:43:24.810Z[ recovery-image] Jul 27 20:43:23.680 INFO O| Jul 27 20:43:23.680 INFO STEP 141 (remove_files) COMPLETE
56532026-07-27T20:43:24.810Z[ recovery-image] Jul 27 20:43:23.680 INFO O| Jul 27 20:43:23.680 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-07-27T20:43:24.818Z[ recovery-image] Jul 27 20:43:23.690 INFO O| Jul 27 20:43:23.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56552026-07-27T20:43:24.818Z[ recovery-image] Jul 27 20:43:23.690 INFO O| Jul 27 20:43:23.690 INFO STEP 142 (remove_files) COMPLETE
56562026-07-27T20:43:24.818Z[ recovery-image] Jul 27 20:43:23.690 INFO O| Jul 27 20:43:23.690 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-07-27T20:43:24.827Z[ recovery-image] Jul 27 20:43:23.698 INFO O| Jul 27 20:43:23.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56582026-07-27T20:43:24.827Z[ recovery-image] Jul 27 20:43:23.698 INFO O| Jul 27 20:43:23.698 INFO STEP 143 (remove_files) COMPLETE
56592026-07-27T20:43:24.833Z[ recovery-image] Jul 27 20:43:23.698 INFO O| Jul 27 20:43:23.698 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-07-27T20:43:24.837Z[ recovery-image] Jul 27 20:43:23.708 INFO O| Jul 27 20:43:23.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56612026-07-27T20:43:24.837Z[ recovery-image] Jul 27 20:43:23.708 INFO O| Jul 27 20:43:23.708 INFO STEP 144 (remove_files) COMPLETE
56622026-07-27T20:43:24.843Z[ recovery-image] Jul 27 20:43:23.708 INFO O| Jul 27 20:43:23.708 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-07-27T20:43:24.849Z[ recovery-image] Jul 27 20:43:23.717 INFO O| Jul 27 20:43:23.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56642026-07-27T20:43:24.850Z[ recovery-image] Jul 27 20:43:23.717 INFO O| Jul 27 20:43:23.717 INFO STEP 145 (remove_files) COMPLETE
56652026-07-27T20:43:24.850Z[ recovery-image] Jul 27 20:43:23.717 INFO O| Jul 27 20:43:23.717 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-27T20:43:24.854Z[ recovery-image] Jul 27 20:43:23.724 INFO O| Jul 27 20:43:23.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56672026-07-27T20:43:24.854Z[ recovery-image] Jul 27 20:43:23.724 INFO O| Jul 27 20:43:23.724 INFO STEP 146 (remove_files) COMPLETE
56682026-07-27T20:43:24.854Z[ recovery-image] Jul 27 20:43:23.724 INFO O| Jul 27 20:43:23.724 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-27T20:43:24.860Z[ recovery-image] Jul 27 20:43:23.732 INFO O| Jul 27 20:43:23.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56702026-07-27T20:43:24.860Z[ recovery-image] Jul 27 20:43:23.732 INFO O| Jul 27 20:43:23.732 INFO STEP 147 (remove_files) COMPLETE
56712026-07-27T20:43:24.869Z[ recovery-image] Jul 27 20:43:23.732 INFO O| Jul 27 20:43:23.732 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-27T20:43:24.885Z[ recovery-image] Jul 27 20:43:23.755 INFO O| Jul 27 20:43:23.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56732026-07-27T20:43:24.886Z[ recovery-image] Jul 27 20:43:23.755 INFO O| Jul 27 20:43:23.744 INFO STEP 148 (remove_files) COMPLETE
56742026-07-27T20:43:24.886Z[ recovery-image] Jul 27 20:43:23.755 INFO O| Jul 27 20:43:23.744 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-27T20:43:24.893Z[ recovery-image] Jul 27 20:43:23.755 INFO O| Jul 27 20:43:23.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56762026-07-27T20:43:24.893Z[ recovery-image] Jul 27 20:43:23.755 INFO O| Jul 27 20:43:23.754 INFO STEP 149 (remove_files) COMPLETE
56772026-07-27T20:43:24.893Z[ recovery-image] Jul 27 20:43:23.755 INFO O| Jul 27 20:43:23.754 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-27T20:43:24.893Z[ recovery-image] Jul 27 20:43:23.763 INFO O| Jul 27 20:43:23.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56792026-07-27T20:43:24.893Z[ recovery-image] Jul 27 20:43:23.763 INFO O| Jul 27 20:43:23.763 INFO STEP 150 (remove_files) COMPLETE
56802026-07-27T20:43:24.894Z[ recovery-image] Jul 27 20:43:23.763 INFO O| Jul 27 20:43:23.763 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-27T20:43:24.904Z[ recovery-image] Jul 27 20:43:23.774 INFO O| Jul 27 20:43:23.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56822026-07-27T20:43:24.904Z[ recovery-image] Jul 27 20:43:23.774 INFO O| Jul 27 20:43:23.774 INFO STEP 151 (remove_files) COMPLETE
56832026-07-27T20:43:24.904Z[ recovery-image] Jul 27 20:43:23.774 INFO O| Jul 27 20:43:23.774 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-07-27T20:43:24.915Z[ recovery-image] Jul 27 20:43:23.784 INFO O| Jul 27 20:43:23.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56852026-07-27T20:43:24.915Z[ recovery-image] Jul 27 20:43:23.784 INFO O| Jul 27 20:43:23.784 INFO STEP 152 (remove_files) COMPLETE
56862026-07-27T20:43:24.915Z[ recovery-image] Jul 27 20:43:23.784 INFO O| Jul 27 20:43:23.784 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-07-27T20:43:24.925Z[ recovery-image] Jul 27 20:43:23.794 INFO O| Jul 27 20:43:23.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56882026-07-27T20:43:24.926Z[ recovery-image] Jul 27 20:43:23.794 INFO O| Jul 27 20:43:23.794 INFO STEP 153 (remove_files) COMPLETE
56892026-07-27T20:43:24.931Z[ recovery-image] Jul 27 20:43:23.794 INFO O| Jul 27 20:43:23.794 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-07-27T20:43:24.936Z[ recovery-image] Jul 27 20:43:23.804 INFO O| Jul 27 20:43:23.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56912026-07-27T20:43:24.936Z[ recovery-image] Jul 27 20:43:23.804 INFO O| Jul 27 20:43:23.804 INFO STEP 154 (remove_files) COMPLETE
56922026-07-27T20:43:24.936Z[ recovery-image] Jul 27 20:43:23.804 INFO O| Jul 27 20:43:23.804 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-07-27T20:43:24.944Z[ recovery-image] Jul 27 20:43:23.813 INFO O| Jul 27 20:43:23.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
56942026-07-27T20:43:24.944Z[ recovery-image] Jul 27 20:43:23.813 INFO O| Jul 27 20:43:23.813 INFO STEP 155 (remove_files) COMPLETE
56952026-07-27T20:43:24.951Z[ recovery-image] Jul 27 20:43:23.813 INFO O| Jul 27 20:43:23.813 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-07-27T20:43:24.956Z[ recovery-image] Jul 27 20:43:23.821 INFO O| Jul 27 20:43:23.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
56972026-07-27T20:43:24.956Z[ recovery-image] Jul 27 20:43:23.821 INFO O| Jul 27 20:43:23.821 INFO STEP 156 (remove_files) COMPLETE
56982026-07-27T20:43:24.956Z[ recovery-image] Jul 27 20:43:23.822 INFO O| Jul 27 20:43:23.821 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-07-27T20:43:24.967Z[ recovery-image] Jul 27 20:43:23.832 INFO O| Jul 27 20:43:23.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57002026-07-27T20:43:24.968Z[ recovery-image] Jul 27 20:43:23.832 INFO O| Jul 27 20:43:23.832 INFO STEP 157 (remove_files) COMPLETE
57012026-07-27T20:43:24.973Z[ recovery-image] Jul 27 20:43:23.832 INFO O| Jul 27 20:43:23.832 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-07-27T20:43:24.973Z[ recovery-image] Jul 27 20:43:23.841 INFO O| Jul 27 20:43:23.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57032026-07-27T20:43:24.973Z[ recovery-image] Jul 27 20:43:23.841 INFO O| Jul 27 20:43:23.841 INFO STEP 158 (remove_files) COMPLETE
57042026-07-27T20:43:24.973Z[ recovery-image] Jul 27 20:43:23.841 INFO O| Jul 27 20:43:23.841 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-07-27T20:43:24.979Z[ recovery-image] Jul 27 20:43:23.851 INFO O| Jul 27 20:43:23.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57062026-07-27T20:43:24.979Z[ recovery-image] Jul 27 20:43:23.851 INFO O| Jul 27 20:43:23.851 INFO STEP 159 (remove_files) COMPLETE
57072026-07-27T20:43:24.979Z[ recovery-image] Jul 27 20:43:23.851 INFO O| Jul 27 20:43:23.851 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-07-27T20:43:24.989Z[ recovery-image] Jul 27 20:43:23.860 INFO O| Jul 27 20:43:23.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57092026-07-27T20:43:24.989Z[ recovery-image] Jul 27 20:43:23.860 INFO O| Jul 27 20:43:23.860 INFO STEP 160 (remove_files) COMPLETE
57102026-07-27T20:43:24.989Z[ recovery-image] Jul 27 20:43:23.860 INFO O| Jul 27 20:43:23.860 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-07-27T20:43:24.999Z[ recovery-image] Jul 27 20:43:23.868 INFO O| Jul 27 20:43:23.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57122026-07-27T20:43:25.010Z[ recovery-image] Jul 27 20:43:23.872 INFO O| Jul 27 20:43:23.872 INFO STEP 161 (remove_files) COMPLETE
57132026-07-27T20:43:25.010Z[ recovery-image] Jul 27 20:43:23.872 INFO O| Jul 27 20:43:23.872 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-07-27T20:43:25.015Z[ recovery-image] Jul 27 20:43:23.882 INFO O| Jul 27 20:43:23.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57152026-07-27T20:43:25.015Z[ recovery-image] Jul 27 20:43:23.882 INFO O| Jul 27 20:43:23.882 INFO STEP 162 (remove_files) COMPLETE
57162026-07-27T20:43:25.015Z[ recovery-image] Jul 27 20:43:23.882 INFO O| Jul 27 20:43:23.882 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-07-27T20:43:25.019Z[ recovery-image] Jul 27 20:43:23.891 INFO O| Jul 27 20:43:23.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57182026-07-27T20:43:25.019Z[ recovery-image] Jul 27 20:43:23.891 INFO O| Jul 27 20:43:23.891 INFO STEP 163 (remove_files) COMPLETE
57192026-07-27T20:43:25.019Z[ recovery-image] Jul 27 20:43:23.891 INFO O| Jul 27 20:43:23.891 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-07-27T20:43:25.029Z[ recovery-image] Jul 27 20:43:23.899 INFO O| Jul 27 20:43:23.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57212026-07-27T20:43:25.029Z[ recovery-image] Jul 27 20:43:23.899 INFO O| Jul 27 20:43:23.899 INFO STEP 164 (remove_files) COMPLETE
57222026-07-27T20:43:25.029Z[ recovery-image] Jul 27 20:43:23.899 INFO O| Jul 27 20:43:23.899 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-07-27T20:43:25.042Z[ recovery-image] Jul 27 20:43:23.909 INFO O| Jul 27 20:43:23.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57242026-07-27T20:43:25.042Z[ recovery-image] Jul 27 20:43:23.909 INFO O| Jul 27 20:43:23.909 INFO STEP 165 (remove_files) COMPLETE
57252026-07-27T20:43:25.042Z[ recovery-image] Jul 27 20:43:23.909 INFO O| Jul 27 20:43:23.909 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-07-27T20:43:25.048Z[ recovery-image] Jul 27 20:43:23.918 INFO O| Jul 27 20:43:23.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57272026-07-27T20:43:25.048Z[ recovery-image] Jul 27 20:43:23.918 INFO O| Jul 27 20:43:23.918 INFO STEP 166 (remove_files) COMPLETE
57282026-07-27T20:43:25.048Z[ recovery-image] Jul 27 20:43:23.918 INFO O| Jul 27 20:43:23.918 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-07-27T20:43:25.056Z[ recovery-image] Jul 27 20:43:23.927 INFO O| Jul 27 20:43:23.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57302026-07-27T20:43:25.056Z[ recovery-image] Jul 27 20:43:23.927 INFO O| Jul 27 20:43:23.927 INFO STEP 167 (remove_files) COMPLETE
57312026-07-27T20:43:25.056Z[ recovery-image] Jul 27 20:43:23.927 INFO O| Jul 27 20:43:23.927 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-07-27T20:43:25.066Z[ recovery-image] Jul 27 20:43:23.935 INFO O| Jul 27 20:43:23.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57332026-07-27T20:43:25.066Z[ recovery-image] Jul 27 20:43:23.935 INFO O| Jul 27 20:43:23.935 INFO STEP 168 (remove_files) COMPLETE
57342026-07-27T20:43:25.066Z[ recovery-image] Jul 27 20:43:23.935 INFO O| Jul 27 20:43:23.935 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-07-27T20:43:25.076Z[ recovery-image] Jul 27 20:43:23.945 INFO O| Jul 27 20:43:23.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57362026-07-27T20:43:25.076Z[ recovery-image] Jul 27 20:43:23.945 INFO O| Jul 27 20:43:23.945 INFO STEP 169 (remove_files) COMPLETE
57372026-07-27T20:43:25.076Z[ recovery-image] Jul 27 20:43:23.945 INFO O| Jul 27 20:43:23.945 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-07-27T20:43:25.088Z[ recovery-image] Jul 27 20:43:23.956 INFO O| Jul 27 20:43:23.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57392026-07-27T20:43:25.088Z[ recovery-image] Jul 27 20:43:23.956 INFO O| Jul 27 20:43:23.956 INFO STEP 170 (remove_files) COMPLETE
57402026-07-27T20:43:25.088Z[ recovery-image] Jul 27 20:43:23.956 INFO O| Jul 27 20:43:23.956 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-07-27T20:43:25.094Z[ recovery-image] Jul 27 20:43:23.965 INFO O| Jul 27 20:43:23.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57422026-07-27T20:43:25.094Z[ recovery-image] Jul 27 20:43:23.965 INFO O| Jul 27 20:43:23.965 INFO STEP 171 (remove_files) COMPLETE
57432026-07-27T20:43:25.094Z[ recovery-image] Jul 27 20:43:23.965 INFO O| Jul 27 20:43:23.965 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-07-27T20:43:25.103Z[ recovery-image] Jul 27 20:43:23.974 INFO O| Jul 27 20:43:23.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57452026-07-27T20:43:25.103Z[ recovery-image] Jul 27 20:43:23.974 INFO O| Jul 27 20:43:23.974 INFO STEP 172 (remove_files) COMPLETE
57462026-07-27T20:43:25.103Z[ recovery-image] Jul 27 20:43:23.974 INFO O| Jul 27 20:43:23.974 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-07-27T20:43:25.113Z[ recovery-image] Jul 27 20:43:23.982 INFO O| Jul 27 20:43:23.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57482026-07-27T20:43:25.113Z[ recovery-image] Jul 27 20:43:23.982 INFO O| Jul 27 20:43:23.982 INFO STEP 173 (remove_files) COMPLETE
57492026-07-27T20:43:25.121Z[ recovery-image] Jul 27 20:43:23.982 INFO O| Jul 27 20:43:23.982 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-07-27T20:43:25.126Z[ recovery-image] Jul 27 20:43:23.994 INFO O| Jul 27 20:43:23.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57512026-07-27T20:43:25.126Z[ recovery-image] Jul 27 20:43:23.994 INFO O| Jul 27 20:43:23.994 INFO STEP 174 (remove_files) COMPLETE
57522026-07-27T20:43:25.126Z[ recovery-image] Jul 27 20:43:23.994 INFO O| Jul 27 20:43:23.994 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-27T20:43:25.135Z[ recovery-image] Jul 27 20:43:24.003 INFO O| Jul 27 20:43:24.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57542026-07-27T20:43:25.135Z[ recovery-image] Jul 27 20:43:24.003 INFO O| Jul 27 20:43:24.003 INFO STEP 175 (remove_files) COMPLETE
57552026-07-27T20:43:25.135Z[ recovery-image] Jul 27 20:43:24.003 INFO O| Jul 27 20:43:24.003 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-27T20:43:25.142Z[ recovery-image] Jul 27 20:43:24.012 INFO O| Jul 27 20:43:24.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57572026-07-27T20:43:25.142Z[ recovery-image] Jul 27 20:43:24.012 INFO O| Jul 27 20:43:24.012 INFO STEP 176 (remove_files) COMPLETE
57582026-07-27T20:43:25.150Z[ recovery-image] Jul 27 20:43:24.012 INFO O| Jul 27 20:43:24.012 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-27T20:43:25.155Z[ recovery-image] Jul 27 20:43:24.020 INFO O| Jul 27 20:43:24.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57602026-07-27T20:43:25.155Z[ recovery-image] Jul 27 20:43:24.020 INFO O| Jul 27 20:43:24.020 INFO STEP 177 (remove_files) COMPLETE
57612026-07-27T20:43:25.155Z[ recovery-image] Jul 27 20:43:24.020 INFO O| Jul 27 20:43:24.020 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-07-27T20:43:25.159Z[ recovery-image] Jul 27 20:43:24.030 INFO O| Jul 27 20:43:24.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57632026-07-27T20:43:25.164Z[ recovery-image] Jul 27 20:43:24.031 INFO O| Jul 27 20:43:24.031 INFO STEP 178 (remove_files) COMPLETE
57642026-07-27T20:43:25.164Z[ recovery-image] Jul 27 20:43:24.031 INFO O| Jul 27 20:43:24.031 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-07-27T20:43:25.169Z[ recovery-image] Jul 27 20:43:24.041 INFO O| Jul 27 20:43:24.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57662026-07-27T20:43:25.169Z[ recovery-image] Jul 27 20:43:24.041 INFO O| Jul 27 20:43:24.041 INFO STEP 179 (remove_files) COMPLETE
57672026-07-27T20:43:25.170Z[ recovery-image] Jul 27 20:43:24.041 INFO O| Jul 27 20:43:24.041 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-27T20:43:25.179Z[ recovery-image] Jul 27 20:43:24.050 INFO O| Jul 27 20:43:24.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57692026-07-27T20:43:25.179Z[ recovery-image] Jul 27 20:43:24.050 INFO O| Jul 27 20:43:24.050 INFO STEP 180 (remove_files) COMPLETE
57702026-07-27T20:43:25.180Z[ recovery-image] Jul 27 20:43:24.050 INFO O| Jul 27 20:43:24.050 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-27T20:43:25.192Z[ recovery-image] Jul 27 20:43:24.061 INFO O| Jul 27 20:43:24.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57722026-07-27T20:43:25.193Z[ recovery-image] Jul 27 20:43:24.061 INFO O| Jul 27 20:43:24.061 INFO STEP 181 (remove_files) COMPLETE
57732026-07-27T20:43:25.196Z[ recovery-image] Jul 27 20:43:24.061 INFO O| Jul 27 20:43:24.061 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-27T20:43:25.201Z[ recovery-image] Jul 27 20:43:24.072 INFO O| Jul 27 20:43:24.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57752026-07-27T20:43:25.201Z[ recovery-image] Jul 27 20:43:24.072 INFO O| Jul 27 20:43:24.072 INFO STEP 182 (remove_files) COMPLETE
57762026-07-27T20:43:25.201Z[ recovery-image] Jul 27 20:43:24.072 INFO O| Jul 27 20:43:24.072 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-27T20:43:25.214Z[ recovery-image] Jul 27 20:43:24.083 INFO O| Jul 27 20:43:24.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57782026-07-27T20:43:25.215Z[ recovery-image] Jul 27 20:43:24.083 INFO O| Jul 27 20:43:24.083 INFO STEP 183 (remove_files) COMPLETE
57792026-07-27T20:43:25.215Z[ recovery-image] Jul 27 20:43:24.083 INFO O| Jul 27 20:43:24.083 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-27T20:43:25.238Z[ recovery-image] Jul 27 20:43:24.093 INFO O| Jul 27 20:43:24.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57812026-07-27T20:43:25.238Z[ recovery-image] Jul 27 20:43:24.093 INFO O| Jul 27 20:43:24.093 INFO STEP 184 (remove_files) COMPLETE
57822026-07-27T20:43:25.244Z[ recovery-image] Jul 27 20:43:24.093 INFO O| Jul 27 20:43:24.093 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-27T20:43:25.244Z[ recovery-image] Jul 27 20:43:24.104 INFO O| Jul 27 20:43:24.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57842026-07-27T20:43:25.244Z[ recovery-image] Jul 27 20:43:24.104 INFO O| Jul 27 20:43:24.104 INFO STEP 185 (remove_files) COMPLETE
57852026-07-27T20:43:25.244Z[ recovery-image] Jul 27 20:43:24.104 INFO O| Jul 27 20:43:24.104 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-27T20:43:25.244Z[ recovery-image] Jul 27 20:43:24.114 INFO O| Jul 27 20:43:24.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57872026-07-27T20:43:25.244Z[ recovery-image] Jul 27 20:43:24.114 INFO O| Jul 27 20:43:24.114 INFO STEP 186 (remove_files) COMPLETE
57882026-07-27T20:43:25.244Z[ recovery-image] Jul 27 20:43:24.114 INFO O| Jul 27 20:43:24.114 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-27T20:43:25.253Z[ recovery-image] Jul 27 20:43:24.124 INFO O| Jul 27 20:43:24.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57902026-07-27T20:43:25.253Z[ recovery-image] Jul 27 20:43:24.124 INFO O| Jul 27 20:43:24.124 INFO STEP 187 (remove_files) COMPLETE
57912026-07-27T20:43:25.257Z[ recovery-image] Jul 27 20:43:24.124 INFO O| Jul 27 20:43:24.124 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-07-27T20:43:25.262Z[ recovery-image] Jul 27 20:43:24.132 INFO O| Jul 27 20:43:24.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
57932026-07-27T20:43:25.262Z[ recovery-image] Jul 27 20:43:24.132 INFO O| Jul 27 20:43:24.132 INFO STEP 188 (remove_files) COMPLETE
57942026-07-27T20:43:25.262Z[ recovery-image] Jul 27 20:43:24.132 INFO O| Jul 27 20:43:24.132 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-07-27T20:43:25.268Z[ recovery-image] Jul 27 20:43:24.140 INFO O| Jul 27 20:43:24.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
57962026-07-27T20:43:25.269Z[ recovery-image] Jul 27 20:43:24.140 INFO O| Jul 27 20:43:24.140 INFO STEP 189 (remove_files) COMPLETE
57972026-07-27T20:43:25.272Z[ recovery-image] Jul 27 20:43:24.140 INFO O| Jul 27 20:43:24.140 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-07-27T20:43:25.279Z[ recovery-image] Jul 27 20:43:24.148 INFO O| Jul 27 20:43:24.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
57992026-07-27T20:43:25.279Z[ recovery-image] Jul 27 20:43:24.148 INFO O| Jul 27 20:43:24.148 INFO STEP 190 (remove_files) COMPLETE
58002026-07-27T20:43:25.279Z[ recovery-image] Jul 27 20:43:24.148 INFO O| Jul 27 20:43:24.148 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-07-27T20:43:25.289Z[ recovery-image] Jul 27 20:43:24.159 INFO O| Jul 27 20:43:24.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58022026-07-27T20:43:25.289Z[ recovery-image] Jul 27 20:43:24.159 INFO O| Jul 27 20:43:24.159 INFO STEP 191 (remove_files) COMPLETE
58032026-07-27T20:43:25.296Z[ recovery-image] Jul 27 20:43:24.159 INFO O| Jul 27 20:43:24.159 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-07-27T20:43:25.300Z[ recovery-image] Jul 27 20:43:24.168 INFO O| Jul 27 20:43:24.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58052026-07-27T20:43:25.300Z[ recovery-image] Jul 27 20:43:24.168 INFO O| Jul 27 20:43:24.168 INFO STEP 192 (remove_files) COMPLETE
58062026-07-27T20:43:25.300Z[ recovery-image] Jul 27 20:43:24.168 INFO O| Jul 27 20:43:24.168 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-07-27T20:43:25.308Z[ recovery-image] Jul 27 20:43:24.177 INFO O| Jul 27 20:43:24.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58082026-07-27T20:43:25.308Z[ recovery-image] Jul 27 20:43:24.177 INFO O| Jul 27 20:43:24.177 INFO STEP 193 (remove_files) COMPLETE
58092026-07-27T20:43:25.308Z[ recovery-image] Jul 27 20:43:24.177 INFO O| Jul 27 20:43:24.177 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-07-27T20:43:25.316Z[ recovery-image] Jul 27 20:43:24.187 INFO O| Jul 27 20:43:24.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58112026-07-27T20:43:25.317Z[ recovery-image] Jul 27 20:43:24.187 INFO O| Jul 27 20:43:24.187 INFO STEP 194 (remove_files) COMPLETE
58122026-07-27T20:43:25.317Z[ recovery-image] Jul 27 20:43:24.187 INFO O| Jul 27 20:43:24.187 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-07-27T20:43:25.325Z[ recovery-image] Jul 27 20:43:24.196 INFO O| Jul 27 20:43:24.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58142026-07-27T20:43:25.325Z[ recovery-image] Jul 27 20:43:24.196 INFO O| Jul 27 20:43:24.196 INFO STEP 195 (remove_files) COMPLETE
58152026-07-27T20:43:25.325Z[ recovery-image] Jul 27 20:43:24.196 INFO O| Jul 27 20:43:24.196 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-07-27T20:43:25.333Z[ recovery-image] Jul 27 20:43:24.204 INFO O| Jul 27 20:43:24.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58172026-07-27T20:43:25.333Z[ recovery-image] Jul 27 20:43:24.204 INFO O| Jul 27 20:43:24.204 INFO STEP 196 (remove_files) COMPLETE
58182026-07-27T20:43:25.333Z[ recovery-image] Jul 27 20:43:24.204 INFO O| Jul 27 20:43:24.204 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-07-27T20:43:25.343Z[ recovery-image] Jul 27 20:43:24.213 INFO O| Jul 27 20:43:24.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58202026-07-27T20:43:25.343Z[ recovery-image] Jul 27 20:43:24.213 INFO O| Jul 27 20:43:24.213 INFO STEP 197 (remove_files) COMPLETE
58212026-07-27T20:43:25.348Z[ recovery-image] Jul 27 20:43:24.213 INFO O| Jul 27 20:43:24.213 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-07-27T20:43:25.352Z[ recovery-image] Jul 27 20:43:24.221 INFO O| Jul 27 20:43:24.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58232026-07-27T20:43:25.353Z[ recovery-image] Jul 27 20:43:24.221 INFO O| Jul 27 20:43:24.221 INFO STEP 198 (remove_files) COMPLETE
58242026-07-27T20:43:25.353Z[ recovery-image] Jul 27 20:43:24.221 INFO O| Jul 27 20:43:24.221 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-27T20:43:25.359Z[ recovery-image] Jul 27 20:43:24.229 INFO O| Jul 27 20:43:24.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58262026-07-27T20:43:25.359Z[ recovery-image] Jul 27 20:43:24.229 INFO O| Jul 27 20:43:24.229 INFO STEP 199 (remove_files) COMPLETE
58272026-07-27T20:43:25.359Z[ recovery-image] Jul 27 20:43:24.229 INFO O| Jul 27 20:43:24.229 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-07-27T20:43:25.367Z[ recovery-image] Jul 27 20:43:24.239 INFO O| Jul 27 20:43:24.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58292026-07-27T20:43:25.367Z[ recovery-image] Jul 27 20:43:24.239 INFO O| Jul 27 20:43:24.239 INFO STEP 200 (remove_files) COMPLETE
58302026-07-27T20:43:25.367Z[ recovery-image] Jul 27 20:43:24.239 INFO O| Jul 27 20:43:24.239 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-07-27T20:43:25.376Z[ recovery-image] Jul 27 20:43:24.247 INFO O| Jul 27 20:43:24.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58322026-07-27T20:43:25.376Z[ recovery-image] Jul 27 20:43:24.247 INFO O| Jul 27 20:43:24.247 INFO STEP 201 (remove_files) COMPLETE
58332026-07-27T20:43:25.376Z[ recovery-image] Jul 27 20:43:24.247 INFO O| Jul 27 20:43:24.247 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-07-27T20:43:25.386Z[ recovery-image] Jul 27 20:43:24.257 INFO O| Jul 27 20:43:24.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58352026-07-27T20:43:25.386Z[ recovery-image] Jul 27 20:43:24.257 INFO O| Jul 27 20:43:24.257 INFO STEP 202 (remove_files) COMPLETE
58362026-07-27T20:43:25.390Z[ recovery-image] Jul 27 20:43:24.257 INFO O| Jul 27 20:43:24.257 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-27T20:43:25.403Z[ recovery-image] Jul 27 20:43:24.267 INFO O| Jul 27 20:43:24.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58382026-07-27T20:43:25.403Z[ recovery-image] Jul 27 20:43:24.267 INFO O| Jul 27 20:43:24.267 INFO STEP 203 (remove_files) COMPLETE
58392026-07-27T20:43:25.403Z[ recovery-image] Jul 27 20:43:24.267 INFO O| Jul 27 20:43:24.267 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-27T20:43:25.407Z[ recovery-image] Jul 27 20:43:24.278 INFO O| Jul 27 20:43:24.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58412026-07-27T20:43:25.407Z[ recovery-image] Jul 27 20:43:24.278 INFO O| Jul 27 20:43:24.278 INFO STEP 204 (remove_files) COMPLETE
58422026-07-27T20:43:25.407Z[ recovery-image] Jul 27 20:43:24.278 INFO O| Jul 27 20:43:24.278 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-27T20:43:25.419Z[ recovery-image] Jul 27 20:43:24.287 INFO O| Jul 27 20:43:24.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58442026-07-27T20:43:25.419Z[ recovery-image] Jul 27 20:43:24.287 INFO O| Jul 27 20:43:24.287 INFO STEP 205 (remove_files) COMPLETE
58452026-07-27T20:43:25.419Z[ recovery-image] Jul 27 20:43:24.287 INFO O| Jul 27 20:43:24.287 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-27T20:43:25.431Z[ recovery-image] Jul 27 20:43:24.297 INFO O| Jul 27 20:43:24.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58472026-07-27T20:43:25.431Z[ recovery-image] Jul 27 20:43:24.297 INFO O| Jul 27 20:43:24.297 INFO STEP 206 (remove_files) COMPLETE
58482026-07-27T20:43:25.431Z[ recovery-image] Jul 27 20:43:24.297 INFO O| Jul 27 20:43:24.297 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-27T20:43:25.435Z[ recovery-image] Jul 27 20:43:24.307 INFO O| Jul 27 20:43:24.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58502026-07-27T20:43:25.435Z[ recovery-image] Jul 27 20:43:24.307 INFO O| Jul 27 20:43:24.307 INFO STEP 207 (remove_files) COMPLETE
58512026-07-27T20:43:25.439Z[ recovery-image] Jul 27 20:43:24.307 INFO O| Jul 27 20:43:24.307 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-27T20:43:25.444Z[ recovery-image] Jul 27 20:43:24.316 INFO O| Jul 27 20:43:24.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58532026-07-27T20:43:25.444Z[ recovery-image] Jul 27 20:43:24.316 INFO O| Jul 27 20:43:24.316 INFO STEP 208 (remove_files) COMPLETE
58542026-07-27T20:43:25.444Z[ recovery-image] Jul 27 20:43:24.316 INFO O| Jul 27 20:43:24.316 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-27T20:43:25.453Z[ recovery-image] Jul 27 20:43:24.324 INFO O| Jul 27 20:43:24.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58562026-07-27T20:43:25.454Z[ recovery-image] Jul 27 20:43:24.324 INFO O| Jul 27 20:43:24.324 INFO STEP 209 (remove_files) COMPLETE
58572026-07-27T20:43:25.454Z[ recovery-image] Jul 27 20:43:24.324 INFO O| Jul 27 20:43:24.324 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-07-27T20:43:25.466Z[ recovery-image] Jul 27 20:43:24.333 INFO O| Jul 27 20:43:24.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58592026-07-27T20:43:25.466Z[ recovery-image] Jul 27 20:43:24.333 INFO O| Jul 27 20:43:24.333 INFO STEP 210 (remove_files) COMPLETE
58602026-07-27T20:43:25.469Z[ recovery-image] Jul 27 20:43:24.333 INFO O| Jul 27 20:43:24.333 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-07-27T20:43:25.473Z[ recovery-image] Jul 27 20:43:24.342 INFO O| Jul 27 20:43:24.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58622026-07-27T20:43:25.473Z[ recovery-image] Jul 27 20:43:24.342 INFO O| Jul 27 20:43:24.342 INFO STEP 211 (remove_files) COMPLETE
58632026-07-27T20:43:25.473Z[ recovery-image] Jul 27 20:43:24.342 INFO O| Jul 27 20:43:24.342 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-07-27T20:43:25.480Z[ recovery-image] Jul 27 20:43:24.351 INFO O| Jul 27 20:43:24.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58652026-07-27T20:43:25.480Z[ recovery-image] Jul 27 20:43:24.351 INFO O| Jul 27 20:43:24.351 INFO STEP 212 (remove_files) COMPLETE
58662026-07-27T20:43:25.480Z[ recovery-image] Jul 27 20:43:24.351 INFO O| Jul 27 20:43:24.351 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-07-27T20:43:25.495Z[ recovery-image] Jul 27 20:43:24.363 INFO O| Jul 27 20:43:24.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58682026-07-27T20:43:25.495Z[ recovery-image] Jul 27 20:43:24.363 INFO O| Jul 27 20:43:24.363 INFO STEP 213 (remove_files) COMPLETE
58692026-07-27T20:43:25.495Z[ recovery-image] Jul 27 20:43:24.363 INFO O| Jul 27 20:43:24.363 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-07-27T20:43:25.502Z[ recovery-image] Jul 27 20:43:24.373 INFO O| Jul 27 20:43:24.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58712026-07-27T20:43:25.502Z[ recovery-image] Jul 27 20:43:24.373 INFO O| Jul 27 20:43:24.373 INFO STEP 214 (remove_files) COMPLETE
58722026-07-27T20:43:25.502Z[ recovery-image] Jul 27 20:43:24.373 INFO O| Jul 27 20:43:24.373 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-07-27T20:43:25.513Z[ recovery-image] Jul 27 20:43:24.382 INFO O| Jul 27 20:43:24.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58742026-07-27T20:43:25.513Z[ recovery-image] Jul 27 20:43:24.382 INFO O| Jul 27 20:43:24.382 INFO STEP 215 (remove_files) COMPLETE
58752026-07-27T20:43:25.517Z[ recovery-image] Jul 27 20:43:24.382 INFO O| Jul 27 20:43:24.382 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-07-27T20:43:25.522Z[ recovery-image] Jul 27 20:43:24.392 INFO O| Jul 27 20:43:24.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58772026-07-27T20:43:25.522Z[ recovery-image] Jul 27 20:43:24.393 INFO O| Jul 27 20:43:24.392 INFO STEP 216 (remove_files) COMPLETE
58782026-07-27T20:43:25.524Z[ recovery-image] Jul 27 20:43:24.393 INFO O| Jul 27 20:43:24.393 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-07-27T20:43:25.532Z[ recovery-image] Jul 27 20:43:24.403 INFO O| Jul 27 20:43:24.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58802026-07-27T20:43:25.532Z[ recovery-image] Jul 27 20:43:24.404 INFO O| Jul 27 20:43:24.404 INFO STEP 217 (remove_files) COMPLETE
58812026-07-27T20:43:25.532Z[ recovery-image] Jul 27 20:43:24.404 INFO O| Jul 27 20:43:24.404 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-07-27T20:43:25.536Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
58832026-07-27T20:43:25.543Z[ recovery-image] Jul 27 20:43:24.413 INFO O| Jul 27 20:43:24.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58842026-07-27T20:43:25.543Z[ recovery-image] Jul 27 20:43:24.413 INFO O| Jul 27 20:43:24.413 INFO STEP 218 (remove_files) COMPLETE
58852026-07-27T20:43:25.548Z[ recovery-image] Jul 27 20:43:24.413 INFO O| Jul 27 20:43:24.413 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-07-27T20:43:25.553Z[ recovery-image] Jul 27 20:43:24.423 INFO O| Jul 27 20:43:24.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58872026-07-27T20:43:25.553Z[ recovery-image] Jul 27 20:43:24.424 INFO O| Jul 27 20:43:24.424 INFO STEP 219 (remove_files) COMPLETE
58882026-07-27T20:43:25.558Z[ recovery-image] Jul 27 20:43:24.424 INFO O| Jul 27 20:43:24.424 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-07-27T20:43:25.563Z[ recovery-image] Jul 27 20:43:24.433 INFO O| Jul 27 20:43:24.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58902026-07-27T20:43:25.563Z[ recovery-image] Jul 27 20:43:24.433 INFO O| Jul 27 20:43:24.433 INFO STEP 220 (remove_files) COMPLETE
58912026-07-27T20:43:25.567Z[ recovery-image] Jul 27 20:43:24.433 INFO O| Jul 27 20:43:24.433 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-07-27T20:43:25.571Z[ recovery-image] Jul 27 20:43:24.442 INFO O| Jul 27 20:43:24.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
58932026-07-27T20:43:25.571Z[ recovery-image] Jul 27 20:43:24.442 INFO O| Jul 27 20:43:24.442 INFO STEP 221 (remove_files) COMPLETE
58942026-07-27T20:43:25.571Z[ recovery-image] Jul 27 20:43:24.442 INFO O| Jul 27 20:43:24.442 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-07-27T20:43:25.581Z[ recovery-image] Jul 27 20:43:24.452 INFO O| Jul 27 20:43:24.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
58962026-07-27T20:43:25.581Z[ recovery-image] Jul 27 20:43:24.452 INFO O| Jul 27 20:43:24.452 INFO STEP 222 (remove_files) COMPLETE
58972026-07-27T20:43:25.581Z[ recovery-image] Jul 27 20:43:24.452 INFO O| Jul 27 20:43:24.452 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-07-27T20:43:25.589Z[ recovery-image] Jul 27 20:43:24.460 INFO O| Jul 27 20:43:24.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
58992026-07-27T20:43:25.593Z[ recovery-image] Jul 27 20:43:24.460 INFO O| Jul 27 20:43:24.460 INFO STEP 223 (remove_files) COMPLETE
59002026-07-27T20:43:25.594Z[ recovery-image] Jul 27 20:43:24.460 INFO O| Jul 27 20:43:24.460 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-07-27T20:43:25.602Z[ recovery-image] Jul 27 20:43:24.469 INFO O| Jul 27 20:43:24.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59022026-07-27T20:43:25.602Z[ recovery-image] Jul 27 20:43:24.469 INFO O| Jul 27 20:43:24.469 INFO STEP 224 (remove_files) COMPLETE
59032026-07-27T20:43:25.602Z[ recovery-image] Jul 27 20:43:24.469 INFO O| Jul 27 20:43:24.469 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-07-27T20:43:25.607Z[ recovery-image] Jul 27 20:43:24.479 INFO O| Jul 27 20:43:24.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59052026-07-27T20:43:25.607Z[ recovery-image] Jul 27 20:43:24.479 INFO O| Jul 27 20:43:24.479 INFO STEP 225 (remove_files) COMPLETE
59062026-07-27T20:43:25.607Z[ recovery-image] Jul 27 20:43:24.479 INFO O| Jul 27 20:43:24.479 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-07-27T20:43:25.622Z[ recovery-image] Jul 27 20:43:24.492 INFO O| Jul 27 20:43:24.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59082026-07-27T20:43:25.622Z[ recovery-image] Jul 27 20:43:24.492 INFO O| Jul 27 20:43:24.492 INFO STEP 226 (remove_files) COMPLETE
59092026-07-27T20:43:25.622Z[ recovery-image] Jul 27 20:43:24.492 INFO O| Jul 27 20:43:24.492 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-07-27T20:43:25.631Z[ recovery-image] Jul 27 20:43:24.502 INFO O| Jul 27 20:43:24.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59112026-07-27T20:43:25.631Z[ recovery-image] Jul 27 20:43:24.502 INFO O| Jul 27 20:43:24.502 INFO STEP 227 (remove_files) COMPLETE
59122026-07-27T20:43:25.635Z[ recovery-image] Jul 27 20:43:24.502 INFO O| Jul 27 20:43:24.502 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-07-27T20:43:25.641Z[ recovery-image] Jul 27 20:43:24.511 INFO O| Jul 27 20:43:24.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59142026-07-27T20:43:25.641Z[ recovery-image] Jul 27 20:43:24.512 INFO O| Jul 27 20:43:24.511 INFO STEP 228 (remove_files) COMPLETE
59152026-07-27T20:43:25.641Z[ recovery-image] Jul 27 20:43:24.512 INFO O| Jul 27 20:43:24.512 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-07-27T20:43:25.649Z[ recovery-image] Jul 27 20:43:24.520 INFO O| Jul 27 20:43:24.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59172026-07-27T20:43:25.649Z[ recovery-image] Jul 27 20:43:24.520 INFO O| Jul 27 20:43:24.520 INFO STEP 229 (remove_files) COMPLETE
59182026-07-27T20:43:25.649Z[ recovery-image] Jul 27 20:43:24.520 INFO O| Jul 27 20:43:24.520 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-07-27T20:43:25.716Z[ recovery-image] Jul 27 20:43:24.528 INFO O| Jul 27 20:43:24.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59202026-07-27T20:43:25.716Z[ recovery-image] Jul 27 20:43:24.529 INFO O| Jul 27 20:43:24.528 INFO STEP 230 (remove_files) COMPLETE
59212026-07-27T20:43:25.716Z[ recovery-image] Jul 27 20:43:24.529 INFO O| Jul 27 20:43:24.528 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-07-27T20:43:25.716Z[ recovery-image] Jul 27 20:43:24.537 INFO O| Jul 27 20:43:24.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59232026-07-27T20:43:25.716Z[ recovery-image] Jul 27 20:43:24.537 INFO O| Jul 27 20:43:24.537 INFO STEP 231 (remove_files) COMPLETE
59242026-07-27T20:43:25.716Z[ recovery-image] Jul 27 20:43:24.537 INFO O| Jul 27 20:43:24.537 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-07-27T20:43:25.717Z[ recovery-image] Jul 27 20:43:24.546 INFO O| Jul 27 20:43:24.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59262026-07-27T20:43:25.717Z[ recovery-image] Jul 27 20:43:24.546 INFO O| Jul 27 20:43:24.546 INFO STEP 232 (remove_files) COMPLETE
59272026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.546 INFO O| Jul 27 20:43:24.546 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.557 INFO O| Jul 27 20:43:24.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59292026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.557 INFO O| Jul 27 20:43:24.557 INFO STEP 233 (remove_files) COMPLETE
59302026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.557 INFO O| Jul 27 20:43:24.557 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.566 INFO O| Jul 27 20:43:24.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59322026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.566 INFO O| Jul 27 20:43:24.566 INFO STEP 234 (remove_files) COMPLETE
59332026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.566 INFO O| Jul 27 20:43:24.566 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.575 INFO O| Jul 27 20:43:24.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59352026-07-27T20:43:25.718Z[ recovery-image] Jul 27 20:43:24.575 INFO O| Jul 27 20:43:24.575 INFO STEP 235 (remove_files) COMPLETE
59362026-07-27T20:43:25.719Z[ recovery-image] Jul 27 20:43:24.575 INFO O| Jul 27 20:43:24.575 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-07-27T20:43:25.720Z[ recovery-image] Jul 27 20:43:24.584 INFO O| Jul 27 20:43:24.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59382026-07-27T20:43:25.720Z[ recovery-image] Jul 27 20:43:24.584 INFO O| Jul 27 20:43:24.584 INFO STEP 236 (remove_files) COMPLETE
59392026-07-27T20:43:25.720Z[ recovery-image] Jul 27 20:43:24.584 INFO O| Jul 27 20:43:24.584 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-07-27T20:43:25.726Z[ recovery-image] Jul 27 20:43:24.594 INFO O| Jul 27 20:43:24.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59412026-07-27T20:43:25.726Z[ recovery-image] Jul 27 20:43:24.594 INFO O| Jul 27 20:43:24.594 INFO STEP 237 (remove_files) COMPLETE
59422026-07-27T20:43:25.726Z[ recovery-image] Jul 27 20:43:24.594 INFO O| Jul 27 20:43:24.594 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-07-27T20:43:25.737Z[ recovery-image] Jul 27 20:43:24.606 INFO O| Jul 27 20:43:24.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59442026-07-27T20:43:25.737Z[ recovery-image] Jul 27 20:43:24.606 INFO O| Jul 27 20:43:24.606 INFO STEP 238 (remove_files) COMPLETE
59452026-07-27T20:43:25.738Z[ recovery-image] Jul 27 20:43:24.606 INFO O| Jul 27 20:43:24.606 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-07-27T20:43:25.744Z[ recovery-image] Jul 27 20:43:24.615 INFO O| Jul 27 20:43:24.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59472026-07-27T20:43:25.745Z[ recovery-image] Jul 27 20:43:24.615 INFO O| Jul 27 20:43:24.615 INFO STEP 239 (remove_files) COMPLETE
59482026-07-27T20:43:25.745Z[ recovery-image] Jul 27 20:43:24.615 INFO O| Jul 27 20:43:24.615 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-07-27T20:43:25.756Z[ recovery-image] Jul 27 20:43:24.625 INFO O| Jul 27 20:43:24.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59502026-07-27T20:43:25.756Z[ recovery-image] Jul 27 20:43:24.625 INFO O| Jul 27 20:43:24.625 INFO STEP 240 (remove_files) COMPLETE
59512026-07-27T20:43:25.761Z[ recovery-image] Jul 27 20:43:24.625 INFO O| Jul 27 20:43:24.625 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-07-27T20:43:25.769Z[ recovery-image] Jul 27 20:43:24.635 INFO O| Jul 27 20:43:24.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59532026-07-27T20:43:25.769Z[ recovery-image] Jul 27 20:43:24.636 INFO O| Jul 27 20:43:24.635 INFO STEP 241 (remove_files) COMPLETE
59542026-07-27T20:43:25.769Z[ recovery-image] Jul 27 20:43:24.636 INFO O| Jul 27 20:43:24.635 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-07-27T20:43:25.774Z[ recovery-image] Jul 27 20:43:24.645 INFO O| Jul 27 20:43:24.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59562026-07-27T20:43:25.774Z[ recovery-image] Jul 27 20:43:24.645 INFO O| Jul 27 20:43:24.645 INFO STEP 242 (remove_files) COMPLETE
59572026-07-27T20:43:25.780Z[ recovery-image] Jul 27 20:43:24.645 INFO O| Jul 27 20:43:24.645 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-07-27T20:43:25.784Z[ recovery-image] Jul 27 20:43:24.655 INFO O| Jul 27 20:43:24.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59592026-07-27T20:43:25.784Z[ recovery-image] Jul 27 20:43:24.655 INFO O| Jul 27 20:43:24.655 INFO STEP 243 (remove_files) COMPLETE
59602026-07-27T20:43:25.785Z[ recovery-image] Jul 27 20:43:24.655 INFO O| Jul 27 20:43:24.655 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-07-27T20:43:25.793Z[ recovery-image] Jul 27 20:43:24.664 INFO O| Jul 27 20:43:24.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59622026-07-27T20:43:25.799Z[ recovery-image] Jul 27 20:43:24.665 INFO O| Jul 27 20:43:24.665 INFO STEP 244 (remove_files) COMPLETE
59632026-07-27T20:43:25.800Z[ recovery-image] Jul 27 20:43:24.665 INFO O| Jul 27 20:43:24.665 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-07-27T20:43:25.803Z[ recovery-image] Jul 27 20:43:24.674 INFO O| Jul 27 20:43:24.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59652026-07-27T20:43:25.803Z[ recovery-image] Jul 27 20:43:24.674 INFO O| Jul 27 20:43:24.674 INFO STEP 245 (remove_files) COMPLETE
59662026-07-27T20:43:25.805Z[ recovery-image] Jul 27 20:43:24.674 INFO O| Jul 27 20:43:24.674 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-07-27T20:43:25.813Z[ recovery-image] Jul 27 20:43:24.684 INFO O| Jul 27 20:43:24.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59682026-07-27T20:43:25.813Z[ recovery-image] Jul 27 20:43:24.684 INFO O| Jul 27 20:43:24.684 INFO STEP 246 (remove_files) COMPLETE
59692026-07-27T20:43:25.813Z[ recovery-image] Jul 27 20:43:24.684 INFO O| Jul 27 20:43:24.684 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-07-27T20:43:25.827Z[ recovery-image] Jul 27 20:43:24.693 INFO O| Jul 27 20:43:24.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59712026-07-27T20:43:25.827Z[ recovery-image] Jul 27 20:43:24.693 INFO O| Jul 27 20:43:24.693 INFO STEP 247 (remove_files) COMPLETE
59722026-07-27T20:43:25.830Z[ recovery-image] Jul 27 20:43:24.693 INFO O| Jul 27 20:43:24.693 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-07-27T20:43:25.840Z[ recovery-image] Jul 27 20:43:24.704 INFO O| Jul 27 20:43:24.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59742026-07-27T20:43:25.840Z[ recovery-image] Jul 27 20:43:24.704 INFO O| Jul 27 20:43:24.704 INFO STEP 248 (remove_files) COMPLETE
59752026-07-27T20:43:25.841Z[ recovery-image] Jul 27 20:43:24.704 INFO O| Jul 27 20:43:24.704 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-07-27T20:43:25.845Z[ recovery-image] Jul 27 20:43:24.714 INFO O| Jul 27 20:43:24.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59772026-07-27T20:43:25.846Z[ recovery-image] Jul 27 20:43:24.714 INFO O| Jul 27 20:43:24.714 INFO STEP 249 (remove_files) COMPLETE
59782026-07-27T20:43:25.846Z[ recovery-image] Jul 27 20:43:24.714 INFO O| Jul 27 20:43:24.714 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-07-27T20:43:25.852Z[ recovery-image] Jul 27 20:43:24.723 INFO O| Jul 27 20:43:24.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59802026-07-27T20:43:25.852Z[ recovery-image] Jul 27 20:43:24.723 INFO O| Jul 27 20:43:24.723 INFO STEP 250 (remove_files) COMPLETE
59812026-07-27T20:43:25.855Z[ recovery-image] Jul 27 20:43:24.723 INFO O| Jul 27 20:43:24.723 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-07-27T20:43:25.861Z[ recovery-image] Jul 27 20:43:24.733 INFO O| Jul 27 20:43:24.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59832026-07-27T20:43:25.861Z[ recovery-image] Jul 27 20:43:24.733 INFO O| Jul 27 20:43:24.733 INFO STEP 251 (remove_files) COMPLETE
59842026-07-27T20:43:25.861Z[ recovery-image] Jul 27 20:43:24.733 INFO O| Jul 27 20:43:24.733 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-07-27T20:43:25.871Z[ recovery-image] Jul 27 20:43:24.743 INFO O| Jul 27 20:43:24.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59862026-07-27T20:43:25.871Z[ recovery-image] Jul 27 20:43:24.743 INFO O| Jul 27 20:43:24.743 INFO STEP 252 (remove_files) COMPLETE
59872026-07-27T20:43:25.872Z[ recovery-image] Jul 27 20:43:24.743 INFO O| Jul 27 20:43:24.743 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-07-27T20:43:25.882Z[ recovery-image] Jul 27 20:43:24.752 INFO O| Jul 27 20:43:24.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59892026-07-27T20:43:25.886Z[ recovery-image] Jul 27 20:43:24.752 INFO O| Jul 27 20:43:24.752 INFO STEP 253 (remove_files) COMPLETE
59902026-07-27T20:43:25.886Z[ recovery-image] Jul 27 20:43:24.752 INFO O| Jul 27 20:43:24.752 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-07-27T20:43:25.891Z[ recovery-image] Jul 27 20:43:24.762 INFO O| Jul 27 20:43:24.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
59922026-07-27T20:43:25.891Z[ recovery-image] Jul 27 20:43:24.762 INFO O| Jul 27 20:43:24.762 INFO STEP 254 (remove_files) COMPLETE
59932026-07-27T20:43:25.896Z[ recovery-image] Jul 27 20:43:24.762 INFO O| Jul 27 20:43:24.762 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-07-27T20:43:25.902Z[ recovery-image] Jul 27 20:43:24.773 INFO O| Jul 27 20:43:24.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
59952026-07-27T20:43:25.902Z[ recovery-image] Jul 27 20:43:24.773 INFO O| Jul 27 20:43:24.773 INFO STEP 255 (remove_files) COMPLETE
59962026-07-27T20:43:25.902Z[ recovery-image] Jul 27 20:43:24.773 INFO O| Jul 27 20:43:24.773 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-07-27T20:43:25.915Z[ recovery-image] Jul 27 20:43:24.782 INFO O| Jul 27 20:43:24.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
59982026-07-27T20:43:25.915Z[ recovery-image] Jul 27 20:43:24.782 INFO O| Jul 27 20:43:24.782 INFO STEP 256 (remove_files) COMPLETE
59992026-07-27T20:43:25.915Z[ recovery-image] Jul 27 20:43:24.782 INFO O| Jul 27 20:43:24.782 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-07-27T20:43:25.923Z[ recovery-image] Jul 27 20:43:24.794 INFO O| Jul 27 20:43:24.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60012026-07-27T20:43:25.923Z[ recovery-image] Jul 27 20:43:24.794 INFO O| Jul 27 20:43:24.794 INFO STEP 257 (remove_files) COMPLETE
60022026-07-27T20:43:25.923Z[ recovery-image] Jul 27 20:43:24.794 INFO O| Jul 27 20:43:24.794 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-07-27T20:43:25.937Z[ recovery-image] Jul 27 20:43:24.805 INFO O| Jul 27 20:43:24.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60042026-07-27T20:43:25.937Z[ recovery-image] Jul 27 20:43:24.805 INFO O| Jul 27 20:43:24.805 INFO STEP 258 (remove_files) COMPLETE
60052026-07-27T20:43:25.942Z[ recovery-image] Jul 27 20:43:24.805 INFO O| Jul 27 20:43:24.805 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-07-27T20:43:25.949Z[ recovery-image] Jul 27 20:43:24.817 INFO O| Jul 27 20:43:24.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60072026-07-27T20:43:25.949Z[ recovery-image] Jul 27 20:43:24.817 INFO O| Jul 27 20:43:24.817 INFO STEP 259 (remove_files) COMPLETE
60082026-07-27T20:43:25.949Z[ recovery-image] Jul 27 20:43:24.817 INFO O| Jul 27 20:43:24.817 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-07-27T20:43:25.962Z[ recovery-image] Jul 27 20:43:24.828 INFO O| Jul 27 20:43:24.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60102026-07-27T20:43:25.962Z[ recovery-image] Jul 27 20:43:24.828 INFO O| Jul 27 20:43:24.828 INFO STEP 260 (remove_files) COMPLETE
60112026-07-27T20:43:25.962Z[ recovery-image] Jul 27 20:43:24.828 INFO O| Jul 27 20:43:24.828 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-07-27T20:43:25.971Z[ recovery-image] Jul 27 20:43:24.839 INFO O| Jul 27 20:43:24.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60132026-07-27T20:43:25.971Z[ recovery-image] Jul 27 20:43:24.839 INFO O| Jul 27 20:43:24.839 INFO STEP 261 (remove_files) COMPLETE
60142026-07-27T20:43:25.971Z[ recovery-image] Jul 27 20:43:24.839 INFO O| Jul 27 20:43:24.839 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-07-27T20:43:25.979Z[ recovery-image] Jul 27 20:43:24.850 INFO O| Jul 27 20:43:24.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60162026-07-27T20:43:25.979Z[ recovery-image] Jul 27 20:43:24.850 INFO O| Jul 27 20:43:24.850 INFO STEP 262 (remove_files) COMPLETE
60172026-07-27T20:43:25.979Z[ recovery-image] Jul 27 20:43:24.850 INFO O| Jul 27 20:43:24.850 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-07-27T20:43:25.997Z[ recovery-image] Jul 27 20:43:24.861 INFO O| Jul 27 20:43:24.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60192026-07-27T20:43:25.997Z[ recovery-image] Jul 27 20:43:24.861 INFO O| Jul 27 20:43:24.861 INFO STEP 263 (remove_files) COMPLETE
60202026-07-27T20:43:25.997Z[ recovery-image] Jul 27 20:43:24.861 INFO O| Jul 27 20:43:24.861 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-07-27T20:43:26.002Z[ recovery-image] Jul 27 20:43:24.872 INFO O| Jul 27 20:43:24.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60222026-07-27T20:43:26.002Z[ recovery-image] Jul 27 20:43:24.872 INFO O| Jul 27 20:43:24.872 INFO STEP 264 (remove_files) COMPLETE
60232026-07-27T20:43:26.002Z[ recovery-image] Jul 27 20:43:24.872 INFO O| Jul 27 20:43:24.872 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-07-27T20:43:26.011Z[ recovery-image] Jul 27 20:43:24.882 INFO O| Jul 27 20:43:24.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60252026-07-27T20:43:26.011Z[ recovery-image] Jul 27 20:43:24.882 INFO O| Jul 27 20:43:24.882 INFO STEP 265 (remove_files) COMPLETE
60262026-07-27T20:43:26.017Z[ recovery-image] Jul 27 20:43:24.882 INFO O| Jul 27 20:43:24.882 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-07-27T20:43:26.024Z[ recovery-image] Jul 27 20:43:24.892 INFO O| Jul 27 20:43:24.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60282026-07-27T20:43:26.033Z[ recovery-image] Jul 27 20:43:24.893 INFO O| Jul 27 20:43:24.893 INFO STEP 266 (remove_files) COMPLETE
60292026-07-27T20:43:26.034Z[ recovery-image] Jul 27 20:43:24.893 INFO O| Jul 27 20:43:24.893 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-07-27T20:43:26.034Z[ recovery-image] Jul 27 20:43:24.903 INFO O| Jul 27 20:43:24.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60312026-07-27T20:43:26.034Z[ recovery-image] Jul 27 20:43:24.903 INFO O| Jul 27 20:43:24.903 INFO STEP 267 (remove_files) COMPLETE
60322026-07-27T20:43:26.034Z[ recovery-image] Jul 27 20:43:24.903 INFO O| Jul 27 20:43:24.903 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-07-27T20:43:26.039Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
60342026-07-27T20:43:26.043Z[ recovery-image] Jul 27 20:43:24.913 INFO O| Jul 27 20:43:24.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60352026-07-27T20:43:26.043Z[ recovery-image] Jul 27 20:43:24.913 INFO O| Jul 27 20:43:24.913 INFO STEP 268 (remove_files) COMPLETE
60362026-07-27T20:43:26.044Z[ recovery-image] Jul 27 20:43:24.913 INFO O| Jul 27 20:43:24.913 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-07-27T20:43:26.052Z[ recovery-image] Jul 27 20:43:24.923 INFO O| Jul 27 20:43:24.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60382026-07-27T20:43:26.061Z[ recovery-image] Jul 27 20:43:24.923 INFO O| Jul 27 20:43:24.923 INFO STEP 269 (remove_files) COMPLETE
60392026-07-27T20:43:26.061Z[ recovery-image] Jul 27 20:43:24.923 INFO O| Jul 27 20:43:24.923 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-07-27T20:43:26.066Z[ recovery-image] Jul 27 20:43:24.933 INFO O| Jul 27 20:43:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60412026-07-27T20:43:26.066Z[ recovery-image] Jul 27 20:43:24.933 INFO O| Jul 27 20:43:24.933 INFO STEP 270 (remove_files) COMPLETE
60422026-07-27T20:43:26.066Z[ recovery-image] Jul 27 20:43:24.933 INFO O| Jul 27 20:43:24.933 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-07-27T20:43:26.072Z[ recovery-image] Jul 27 20:43:24.943 INFO O| Jul 27 20:43:24.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60442026-07-27T20:43:26.073Z[ recovery-image] Jul 27 20:43:24.943 INFO O| Jul 27 20:43:24.943 INFO STEP 271 (remove_files) COMPLETE
60452026-07-27T20:43:26.073Z[ recovery-image] Jul 27 20:43:24.943 INFO O| Jul 27 20:43:24.943 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-07-27T20:43:26.083Z[ recovery-image] Jul 27 20:43:24.953 INFO O| Jul 27 20:43:24.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60472026-07-27T20:43:26.083Z[ recovery-image] Jul 27 20:43:24.953 INFO O| Jul 27 20:43:24.953 INFO STEP 272 (remove_files) COMPLETE
60482026-07-27T20:43:26.087Z[ recovery-image] Jul 27 20:43:24.953 INFO O| Jul 27 20:43:24.953 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-07-27T20:43:26.092Z[ recovery-image] Jul 27 20:43:24.963 INFO O| Jul 27 20:43:24.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60502026-07-27T20:43:26.092Z[ recovery-image] Jul 27 20:43:24.963 INFO O| Jul 27 20:43:24.963 INFO STEP 273 (remove_files) COMPLETE
60512026-07-27T20:43:26.096Z[ recovery-image] Jul 27 20:43:24.963 INFO O| Jul 27 20:43:24.963 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-07-27T20:43:26.103Z[ recovery-image] Jul 27 20:43:24.973 INFO O| Jul 27 20:43:24.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60532026-07-27T20:43:26.103Z[ recovery-image] Jul 27 20:43:24.973 INFO O| Jul 27 20:43:24.973 INFO STEP 274 (remove_files) COMPLETE
60542026-07-27T20:43:26.103Z[ recovery-image] Jul 27 20:43:24.973 INFO O| Jul 27 20:43:24.973 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-07-27T20:43:26.114Z[ recovery-image] Jul 27 20:43:24.984 INFO O| Jul 27 20:43:24.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60562026-07-27T20:43:26.122Z[ recovery-image] Jul 27 20:43:24.984 INFO O| Jul 27 20:43:24.984 INFO STEP 275 (remove_files) COMPLETE
60572026-07-27T20:43:26.122Z[ recovery-image] Jul 27 20:43:24.984 INFO O| Jul 27 20:43:24.984 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-07-27T20:43:26.129Z[ recovery-image] Jul 27 20:43:24.994 INFO O| Jul 27 20:43:24.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60592026-07-27T20:43:26.129Z[ recovery-image] Jul 27 20:43:24.994 INFO O| Jul 27 20:43:24.994 INFO STEP 276 (remove_files) COMPLETE
60602026-07-27T20:43:26.129Z[ recovery-image] Jul 27 20:43:24.994 INFO O| Jul 27 20:43:24.994 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-07-27T20:43:26.134Z[ recovery-image] Jul 27 20:43:25.004 INFO O| Jul 27 20:43:25.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60622026-07-27T20:43:26.134Z[ recovery-image] Jul 27 20:43:25.005 INFO O| Jul 27 20:43:25.005 INFO STEP 277 (remove_files) COMPLETE
60632026-07-27T20:43:26.136Z[ recovery-image] Jul 27 20:43:25.005 INFO O| Jul 27 20:43:25.005 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-07-27T20:43:26.147Z[ recovery-image] Jul 27 20:43:25.013 INFO O| Jul 27 20:43:25.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60652026-07-27T20:43:26.147Z[ recovery-image] Jul 27 20:43:25.013 INFO O| Jul 27 20:43:25.013 INFO STEP 278 (remove_files) COMPLETE
60662026-07-27T20:43:26.150Z[ recovery-image] Jul 27 20:43:25.014 INFO O| Jul 27 20:43:25.013 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-07-27T20:43:26.155Z[ recovery-image] Jul 27 20:43:25.024 INFO O| Jul 27 20:43:25.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60682026-07-27T20:43:26.155Z[ recovery-image] Jul 27 20:43:25.025 INFO O| Jul 27 20:43:25.024 INFO STEP 279 (remove_files) COMPLETE
60692026-07-27T20:43:26.155Z[ recovery-image] Jul 27 20:43:25.025 INFO O| Jul 27 20:43:25.024 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-07-27T20:43:26.171Z[ recovery-image] Jul 27 20:43:25.036 INFO O| Jul 27 20:43:25.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60712026-07-27T20:43:26.171Z[ recovery-image] Jul 27 20:43:25.036 INFO O| Jul 27 20:43:25.036 INFO STEP 280 (remove_files) COMPLETE
60722026-07-27T20:43:26.171Z[ recovery-image] Jul 27 20:43:25.036 INFO O| Jul 27 20:43:25.036 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-07-27T20:43:26.178Z[ recovery-image] Jul 27 20:43:25.045 INFO O| Jul 27 20:43:25.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60742026-07-27T20:43:26.178Z[ recovery-image] Jul 27 20:43:25.045 INFO O| Jul 27 20:43:25.045 INFO STEP 281 (remove_files) COMPLETE
60752026-07-27T20:43:26.179Z[ recovery-image] Jul 27 20:43:25.045 INFO O| Jul 27 20:43:25.045 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-07-27T20:43:26.182Z[ recovery-image] Jul 27 20:43:25.054 INFO O| Jul 27 20:43:25.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60772026-07-27T20:43:26.189Z[ recovery-image] Jul 27 20:43:25.055 INFO O| Jul 27 20:43:25.055 INFO STEP 282 (remove_files) COMPLETE
60782026-07-27T20:43:26.189Z[ recovery-image] Jul 27 20:43:25.055 INFO O| Jul 27 20:43:25.055 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-07-27T20:43:26.195Z[ recovery-image] Jul 27 20:43:25.065 INFO O| Jul 27 20:43:25.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60802026-07-27T20:43:26.195Z[ recovery-image] Jul 27 20:43:25.065 INFO O| Jul 27 20:43:25.065 INFO STEP 283 (remove_files) COMPLETE
60812026-07-27T20:43:26.195Z[ recovery-image] Jul 27 20:43:25.065 INFO O| Jul 27 20:43:25.065 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-07-27T20:43:26.207Z[ recovery-image] Jul 27 20:43:25.075 INFO O| Jul 27 20:43:25.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60832026-07-27T20:43:26.207Z[ recovery-image] Jul 27 20:43:25.075 INFO O| Jul 27 20:43:25.075 INFO STEP 284 (remove_files) COMPLETE
60842026-07-27T20:43:26.207Z[ recovery-image] Jul 27 20:43:25.075 INFO O| Jul 27 20:43:25.075 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-07-27T20:43:26.213Z[ recovery-image] Jul 27 20:43:25.084 INFO O| Jul 27 20:43:25.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60862026-07-27T20:43:26.213Z[ recovery-image] Jul 27 20:43:25.084 INFO O| Jul 27 20:43:25.084 INFO STEP 285 (remove_files) COMPLETE
60872026-07-27T20:43:26.213Z[ recovery-image] Jul 27 20:43:25.084 INFO O| Jul 27 20:43:25.084 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-07-27T20:43:26.222Z[ recovery-image] Jul 27 20:43:25.093 INFO O| Jul 27 20:43:25.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60892026-07-27T20:43:26.223Z[ recovery-image] Jul 27 20:43:25.093 INFO O| Jul 27 20:43:25.093 INFO STEP 286 (remove_files) COMPLETE
60902026-07-27T20:43:26.223Z[ recovery-image] Jul 27 20:43:25.093 INFO O| Jul 27 20:43:25.093 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-07-27T20:43:26.234Z[ recovery-image] Jul 27 20:43:25.103 INFO O| Jul 27 20:43:25.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
60922026-07-27T20:43:26.234Z[ recovery-image] Jul 27 20:43:25.103 INFO O| Jul 27 20:43:25.103 INFO STEP 287 (remove_files) COMPLETE
60932026-07-27T20:43:26.249Z[ recovery-image] Jul 27 20:43:25.103 INFO O| Jul 27 20:43:25.103 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-07-27T20:43:26.250Z[ recovery-image] Jul 27 20:43:25.114 INFO O| Jul 27 20:43:25.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
60952026-07-27T20:43:26.250Z[ recovery-image] Jul 27 20:43:25.114 INFO O| Jul 27 20:43:25.114 INFO STEP 288 (remove_files) COMPLETE
60962026-07-27T20:43:26.250Z[ recovery-image] Jul 27 20:43:25.114 INFO O| Jul 27 20:43:25.114 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-07-27T20:43:26.257Z[ recovery-image] Jul 27 20:43:25.125 INFO O| Jul 27 20:43:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
60982026-07-27T20:43:26.257Z[ recovery-image] Jul 27 20:43:25.125 INFO O| Jul 27 20:43:25.125 INFO STEP 289 (remove_files) COMPLETE
60992026-07-27T20:43:26.257Z[ recovery-image] Jul 27 20:43:25.125 INFO O| Jul 27 20:43:25.125 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-07-27T20:43:26.272Z[ recovery-image] Jul 27 20:43:25.136 INFO O| Jul 27 20:43:25.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61012026-07-27T20:43:26.275Z[ recovery-image] Jul 27 20:43:25.137 INFO O| Jul 27 20:43:25.137 INFO STEP 290 (remove_files) COMPLETE
61022026-07-27T20:43:26.275Z[ recovery-image] Jul 27 20:43:25.137 INFO O| Jul 27 20:43:25.137 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-07-27T20:43:26.281Z[ recovery-image] Jul 27 20:43:25.147 INFO O| Jul 27 20:43:25.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61042026-07-27T20:43:26.281Z[ recovery-image] Jul 27 20:43:25.147 INFO O| Jul 27 20:43:25.147 INFO STEP 291 (remove_files) COMPLETE
61052026-07-27T20:43:26.281Z[ recovery-image] Jul 27 20:43:25.147 INFO O| Jul 27 20:43:25.147 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-07-27T20:43:26.286Z[ recovery-image] Jul 27 20:43:25.158 INFO O| Jul 27 20:43:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61072026-07-27T20:43:26.286Z[ recovery-image] Jul 27 20:43:25.158 INFO O| Jul 27 20:43:25.158 INFO STEP 292 (remove_files) COMPLETE
61082026-07-27T20:43:26.287Z[ recovery-image] Jul 27 20:43:25.158 INFO O| Jul 27 20:43:25.158 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-07-27T20:43:26.296Z[ recovery-image] Jul 27 20:43:25.168 INFO O| Jul 27 20:43:25.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61102026-07-27T20:43:26.297Z[ recovery-image] Jul 27 20:43:25.168 INFO O| Jul 27 20:43:25.168 INFO STEP 293 (remove_files) COMPLETE
61112026-07-27T20:43:26.304Z[ recovery-image] Jul 27 20:43:25.168 INFO O| Jul 27 20:43:25.168 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-07-27T20:43:26.313Z[ recovery-image] Jul 27 20:43:25.178 INFO O| Jul 27 20:43:25.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61132026-07-27T20:43:26.313Z[ recovery-image] Jul 27 20:43:25.178 INFO O| Jul 27 20:43:25.178 INFO STEP 294 (remove_files) COMPLETE
61142026-07-27T20:43:26.313Z[ recovery-image] Jul 27 20:43:25.178 INFO O| Jul 27 20:43:25.178 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-07-27T20:43:26.321Z[ recovery-image] Jul 27 20:43:25.188 INFO O| Jul 27 20:43:25.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61162026-07-27T20:43:26.321Z[ recovery-image] Jul 27 20:43:25.188 INFO O| Jul 27 20:43:25.188 INFO STEP 295 (remove_files) COMPLETE
61172026-07-27T20:43:26.321Z[ recovery-image] Jul 27 20:43:25.188 INFO O| Jul 27 20:43:25.188 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-07-27T20:43:26.331Z[ recovery-image] Jul 27 20:43:25.199 INFO O| Jul 27 20:43:25.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61192026-07-27T20:43:26.331Z[ recovery-image] Jul 27 20:43:25.199 INFO O| Jul 27 20:43:25.199 INFO STEP 296 (remove_files) COMPLETE
61202026-07-27T20:43:26.331Z[ recovery-image] Jul 27 20:43:25.199 INFO O| Jul 27 20:43:25.199 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-07-27T20:43:26.337Z[ recovery-image] Jul 27 20:43:25.207 INFO O| Jul 27 20:43:25.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61222026-07-27T20:43:26.338Z[ recovery-image] Jul 27 20:43:25.207 INFO O| Jul 27 20:43:25.207 INFO STEP 297 (remove_files) COMPLETE
61232026-07-27T20:43:26.338Z[ recovery-image] Jul 27 20:43:25.207 INFO O| Jul 27 20:43:25.207 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-07-27T20:43:26.352Z[ recovery-image] Jul 27 20:43:25.219 INFO O| Jul 27 20:43:25.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61252026-07-27T20:43:26.352Z[ recovery-image] Jul 27 20:43:25.219 INFO O| Jul 27 20:43:25.219 INFO STEP 298 (remove_files) COMPLETE
61262026-07-27T20:43:26.352Z[ recovery-image] Jul 27 20:43:25.219 INFO O| Jul 27 20:43:25.219 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-07-27T20:43:26.359Z[ recovery-image] Jul 27 20:43:25.230 INFO O| Jul 27 20:43:25.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61282026-07-27T20:43:26.367Z[ recovery-image] Jul 27 20:43:25.231 INFO O| Jul 27 20:43:25.230 INFO STEP 299 (remove_files) COMPLETE
61292026-07-27T20:43:26.367Z[ recovery-image] Jul 27 20:43:25.231 INFO O| Jul 27 20:43:25.231 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-07-27T20:43:26.373Z[ recovery-image] Jul 27 20:43:25.241 INFO O| Jul 27 20:43:25.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61312026-07-27T20:43:26.373Z[ recovery-image] Jul 27 20:43:25.241 INFO O| Jul 27 20:43:25.241 INFO STEP 300 (remove_files) COMPLETE
61322026-07-27T20:43:26.373Z[ recovery-image] Jul 27 20:43:25.241 INFO O| Jul 27 20:43:25.241 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-27T20:43:26.380Z[ recovery-image] Jul 27 20:43:25.251 INFO O| Jul 27 20:43:25.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61342026-07-27T20:43:26.380Z[ recovery-image] Jul 27 20:43:25.251 INFO O| Jul 27 20:43:25.251 INFO STEP 301 (remove_files) COMPLETE
61352026-07-27T20:43:26.388Z[ recovery-image] Jul 27 20:43:25.251 INFO O| Jul 27 20:43:25.251 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-27T20:43:26.392Z[ recovery-image] Jul 27 20:43:25.259 INFO O| Jul 27 20:43:25.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61372026-07-27T20:43:26.392Z[ recovery-image] Jul 27 20:43:25.260 INFO O| Jul 27 20:43:25.260 INFO STEP 302 (remove_files) COMPLETE
61382026-07-27T20:43:26.392Z[ recovery-image] Jul 27 20:43:25.260 INFO O| Jul 27 20:43:25.260 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-27T20:43:26.400Z[ recovery-image] Jul 27 20:43:25.269 INFO O| Jul 27 20:43:25.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61402026-07-27T20:43:26.400Z[ recovery-image] Jul 27 20:43:25.269 INFO O| Jul 27 20:43:25.269 INFO STEP 303 (remove_files) COMPLETE
61412026-07-27T20:43:26.400Z[ recovery-image] Jul 27 20:43:25.269 INFO O| Jul 27 20:43:25.269 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-27T20:43:26.410Z[ recovery-image] Jul 27 20:43:25.278 INFO O| Jul 27 20:43:25.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61432026-07-27T20:43:26.410Z[ recovery-image] Jul 27 20:43:25.278 INFO O| Jul 27 20:43:25.278 INFO STEP 304 (remove_files) COMPLETE
61442026-07-27T20:43:26.417Z[ recovery-image] Jul 27 20:43:25.278 INFO O| Jul 27 20:43:25.278 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-27T20:43:26.422Z[ recovery-image] Jul 27 20:43:25.288 INFO O| Jul 27 20:43:25.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61462026-07-27T20:43:26.422Z[ recovery-image] Jul 27 20:43:25.288 INFO O| Jul 27 20:43:25.288 INFO STEP 305 (remove_files) COMPLETE
61472026-07-27T20:43:26.423Z[ recovery-image] Jul 27 20:43:25.288 INFO O| Jul 27 20:43:25.288 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-27T20:43:26.428Z[ recovery-image] Jul 27 20:43:25.298 INFO O| Jul 27 20:43:25.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61492026-07-27T20:43:26.428Z[ recovery-image] Jul 27 20:43:25.298 INFO O| Jul 27 20:43:25.298 INFO STEP 306 (remove_files) COMPLETE
61502026-07-27T20:43:26.431Z[ recovery-image] Jul 27 20:43:25.298 INFO O| Jul 27 20:43:25.298 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-27T20:43:26.437Z[ recovery-image] Jul 27 20:43:25.308 INFO O| Jul 27 20:43:25.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61522026-07-27T20:43:26.437Z[ recovery-image] Jul 27 20:43:25.308 INFO O| Jul 27 20:43:25.308 INFO STEP 307 (remove_files) COMPLETE
61532026-07-27T20:43:26.437Z[ recovery-image] Jul 27 20:43:25.308 INFO O| Jul 27 20:43:25.308 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-27T20:43:26.450Z[ recovery-image] Jul 27 20:43:25.318 INFO O| Jul 27 20:43:25.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61552026-07-27T20:43:26.450Z[ recovery-image] Jul 27 20:43:25.318 INFO O| Jul 27 20:43:25.318 INFO STEP 308 (remove_files) COMPLETE
61562026-07-27T20:43:26.450Z[ recovery-image] Jul 27 20:43:25.318 INFO O| Jul 27 20:43:25.318 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-27T20:43:26.461Z[ recovery-image] Jul 27 20:43:25.327 INFO O| Jul 27 20:43:25.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61582026-07-27T20:43:26.462Z[ recovery-image] Jul 27 20:43:25.327 INFO O| Jul 27 20:43:25.327 INFO STEP 309 (remove_files) COMPLETE
61592026-07-27T20:43:26.462Z[ recovery-image] Jul 27 20:43:25.327 INFO O| Jul 27 20:43:25.327 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-27T20:43:26.469Z[ recovery-image] Jul 27 20:43:25.337 INFO O| Jul 27 20:43:25.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61612026-07-27T20:43:26.469Z[ recovery-image] Jul 27 20:43:25.337 INFO O| Jul 27 20:43:25.337 INFO STEP 310 (remove_files) COMPLETE
61622026-07-27T20:43:26.469Z[ recovery-image] Jul 27 20:43:25.337 INFO O| Jul 27 20:43:25.337 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-27T20:43:26.477Z[ recovery-image] Jul 27 20:43:25.347 INFO O| Jul 27 20:43:25.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61642026-07-27T20:43:26.477Z[ recovery-image] Jul 27 20:43:25.347 INFO O| Jul 27 20:43:25.347 INFO STEP 311 (remove_files) COMPLETE
61652026-07-27T20:43:26.477Z[ recovery-image] Jul 27 20:43:25.347 INFO O| Jul 27 20:43:25.347 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-27T20:43:26.488Z[ recovery-image] Jul 27 20:43:25.357 INFO O| Jul 27 20:43:25.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61672026-07-27T20:43:26.488Z[ recovery-image] Jul 27 20:43:25.357 INFO O| Jul 27 20:43:25.357 INFO STEP 312 (remove_files) COMPLETE
61682026-07-27T20:43:26.488Z[ recovery-image] Jul 27 20:43:25.357 INFO O| Jul 27 20:43:25.357 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-27T20:43:26.498Z[ recovery-image] Jul 27 20:43:25.367 INFO O| Jul 27 20:43:25.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61702026-07-27T20:43:26.498Z[ recovery-image] Jul 27 20:43:25.367 INFO O| Jul 27 20:43:25.367 INFO STEP 313 (remove_files) COMPLETE
61712026-07-27T20:43:26.499Z[ recovery-image] Jul 27 20:43:25.367 INFO O| Jul 27 20:43:25.367 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-27T20:43:26.510Z[ recovery-image] Jul 27 20:43:25.378 INFO O| Jul 27 20:43:25.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61732026-07-27T20:43:26.510Z[ recovery-image] Jul 27 20:43:25.378 INFO O| Jul 27 20:43:25.378 INFO STEP 314 (remove_files) COMPLETE
61742026-07-27T20:43:26.510Z[ recovery-image] Jul 27 20:43:25.378 INFO O| Jul 27 20:43:25.378 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-27T20:43:26.518Z[ recovery-image] Jul 27 20:43:25.389 INFO O| Jul 27 20:43:25.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61762026-07-27T20:43:26.524Z[ recovery-image] Jul 27 20:43:25.389 INFO O| Jul 27 20:43:25.389 INFO STEP 315 (remove_files) COMPLETE
61772026-07-27T20:43:26.524Z[ recovery-image] Jul 27 20:43:25.389 INFO O| Jul 27 20:43:25.389 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-27T20:43:26.529Z[ recovery-image] Jul 27 20:43:25.399 INFO O| Jul 27 20:43:25.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61792026-07-27T20:43:26.529Z[ recovery-image] Jul 27 20:43:25.400 INFO O| Jul 27 20:43:25.400 INFO STEP 316 (remove_files) COMPLETE
61802026-07-27T20:43:26.529Z[ recovery-image] Jul 27 20:43:25.400 INFO O| Jul 27 20:43:25.400 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-27T20:43:26.541Z[ recovery-image] Jul 27 20:43:25.411 INFO O| Jul 27 20:43:25.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61822026-07-27T20:43:26.546Z[ recovery-image] Jul 27 20:43:25.412 INFO O| Jul 27 20:43:25.411 INFO STEP 317 (remove_files) COMPLETE
61832026-07-27T20:43:26.546Z[ recovery-image] Jul 27 20:43:25.412 INFO O| Jul 27 20:43:25.411 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-27T20:43:26.554Z[ recovery-image] Jul 27 20:43:25.421 INFO O| Jul 27 20:43:25.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61852026-07-27T20:43:26.560Z[ recovery-image] Jul 27 20:43:25.424 INFO O| Jul 27 20:43:25.424 INFO STEP 318 (remove_files) COMPLETE
61862026-07-27T20:43:26.560Z[ recovery-image] Jul 27 20:43:25.424 INFO O| Jul 27 20:43:25.424 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-27T20:43:26.565Z[ recovery-image] Jul 27 20:43:25.435 INFO O| Jul 27 20:43:25.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61882026-07-27T20:43:26.569Z[ recovery-image] Jul 27 20:43:25.435 INFO O| Jul 27 20:43:25.435 INFO STEP 319 (remove_files) COMPLETE
61892026-07-27T20:43:26.569Z[ recovery-image] Jul 27 20:43:25.435 INFO O| Jul 27 20:43:25.435 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-27T20:43:26.574Z[ recovery-image] Jul 27 20:43:25.445 INFO O| Jul 27 20:43:25.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
61912026-07-27T20:43:26.574Z[ recovery-image] Jul 27 20:43:25.445 INFO O| Jul 27 20:43:25.445 INFO STEP 320 (remove_files) COMPLETE
61922026-07-27T20:43:26.580Z[ recovery-image] Jul 27 20:43:25.445 INFO O| Jul 27 20:43:25.445 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-27T20:43:26.584Z[ recovery-image] Jul 27 20:43:25.455 INFO O| Jul 27 20:43:25.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
61942026-07-27T20:43:26.584Z[ recovery-image] Jul 27 20:43:25.455 INFO O| Jul 27 20:43:25.455 INFO STEP 321 (remove_files) COMPLETE
61952026-07-27T20:43:26.584Z[ recovery-image] Jul 27 20:43:25.455 INFO O| Jul 27 20:43:25.455 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-27T20:43:26.604Z[ recovery-image] Jul 27 20:43:25.464 INFO O| Jul 27 20:43:25.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
61972026-07-27T20:43:26.604Z[ recovery-image] Jul 27 20:43:25.465 INFO O| Jul 27 20:43:25.465 INFO STEP 322 (remove_files) COMPLETE
61982026-07-27T20:43:26.604Z[ recovery-image] Jul 27 20:43:25.465 INFO O| Jul 27 20:43:25.465 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-27T20:43:26.652Z[ recovery-image] Jul 27 20:43:25.476 INFO O| Jul 27 20:43:25.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62002026-07-27T20:43:26.652Z[ recovery-image] Jul 27 20:43:25.476 INFO O| Jul 27 20:43:25.476 INFO STEP 323 (remove_files) COMPLETE
62012026-07-27T20:43:26.652Z[ recovery-image] Jul 27 20:43:25.476 INFO O| Jul 27 20:43:25.476 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-27T20:43:26.652Z[ recovery-image] Jul 27 20:43:25.487 INFO O| Jul 27 20:43:25.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62032026-07-27T20:43:26.652Z[ recovery-image] Jul 27 20:43:25.487 INFO O| Jul 27 20:43:25.487 INFO STEP 324 (remove_files) COMPLETE
62042026-07-27T20:43:26.652Z[ recovery-image] Jul 27 20:43:25.487 INFO O| Jul 27 20:43:25.487 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-27T20:43:26.656Z[ recovery-image] Jul 27 20:43:25.499 INFO O| Jul 27 20:43:25.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62062026-07-27T20:43:26.656Z[ recovery-image] Jul 27 20:43:25.499 INFO O| Jul 27 20:43:25.499 INFO STEP 325 (remove_files) COMPLETE
62072026-07-27T20:43:26.656Z[ recovery-image] Jul 27 20:43:25.499 INFO O| Jul 27 20:43:25.499 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-27T20:43:26.656Z[ recovery-image] Jul 27 20:43:25.509 INFO O| Jul 27 20:43:25.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62092026-07-27T20:43:26.656Z[ recovery-image] Jul 27 20:43:25.509 INFO O| Jul 27 20:43:25.509 INFO STEP 326 (remove_files) COMPLETE
62102026-07-27T20:43:26.656Z[ recovery-image] Jul 27 20:43:25.509 INFO O| Jul 27 20:43:25.509 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-27T20:43:26.656Z[ recovery-image] Jul 27 20:43:25.519 INFO O| Jul 27 20:43:25.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62122026-07-27T20:43:26.656Z[ recovery-image] Jul 27 20:43:25.519 INFO O| Jul 27 20:43:25.519 INFO STEP 327 (remove_files) COMPLETE
62132026-07-27T20:43:26.657Z[ recovery-image] Jul 27 20:43:25.519 INFO O| Jul 27 20:43:25.519 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-27T20:43:26.663Z[ recovery-image] Jul 27 20:43:25.529 INFO O| Jul 27 20:43:25.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62152026-07-27T20:43:26.664Z[ recovery-image] Jul 27 20:43:25.529 INFO O| Jul 27 20:43:25.529 INFO STEP 328 (remove_files) COMPLETE
62162026-07-27T20:43:26.664Z[ recovery-image] Jul 27 20:43:25.529 INFO O| Jul 27 20:43:25.529 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-27T20:43:26.669Z[ recovery-image] Jul 27 20:43:25.540 INFO O| Jul 27 20:43:25.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62182026-07-27T20:43:26.669Z[ recovery-image] Jul 27 20:43:25.540 INFO O| Jul 27 20:43:25.540 INFO STEP 329 (remove_files) COMPLETE
62192026-07-27T20:43:26.669Z[ recovery-image] Jul 27 20:43:25.540 INFO O| Jul 27 20:43:25.540 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-27T20:43:26.680Z[ recovery-image] Jul 27 20:43:25.550 INFO O| Jul 27 20:43:25.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62212026-07-27T20:43:26.680Z[ recovery-image] Jul 27 20:43:25.550 INFO O| Jul 27 20:43:25.550 INFO STEP 330 (remove_files) COMPLETE
62222026-07-27T20:43:26.685Z[ recovery-image] Jul 27 20:43:25.550 INFO O| Jul 27 20:43:25.550 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-27T20:43:26.703Z[ recovery-image] Jul 27 20:43:25.561 INFO O| Jul 27 20:43:25.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62242026-07-27T20:43:26.720Z[ recovery-image] Jul 27 20:43:25.562 INFO O| Jul 27 20:43:25.562 INFO STEP 331 (remove_files) COMPLETE
62252026-07-27T20:43:26.720Z[ recovery-image] Jul 27 20:43:25.562 INFO O| Jul 27 20:43:25.562 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-27T20:43:26.720Z[ recovery-image] Jul 27 20:43:25.573 INFO O| Jul 27 20:43:25.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62272026-07-27T20:43:26.720Z[ recovery-image] Jul 27 20:43:25.573 INFO O| Jul 27 20:43:25.573 INFO STEP 332 (remove_files) COMPLETE
62282026-07-27T20:43:26.720Z[ recovery-image] Jul 27 20:43:25.573 INFO O| Jul 27 20:43:25.573 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-27T20:43:26.722Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
62302026-07-27T20:43:26.722Z[ recovery-image] Jul 27 20:43:25.584 INFO O| Jul 27 20:43:25.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62312026-07-27T20:43:26.722Z[ recovery-image] Jul 27 20:43:25.584 INFO O| Jul 27 20:43:25.584 INFO STEP 333 (remove_files) COMPLETE
62322026-07-27T20:43:26.723Z[ recovery-image] Jul 27 20:43:25.584 INFO O| Jul 27 20:43:25.584 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-07-27T20:43:26.731Z[ recovery-image] Jul 27 20:43:25.595 INFO O| Jul 27 20:43:25.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62342026-07-27T20:43:26.731Z[ recovery-image] Jul 27 20:43:25.595 INFO O| Jul 27 20:43:25.595 INFO STEP 334 (remove_files) COMPLETE
62352026-07-27T20:43:26.731Z[ recovery-image] Jul 27 20:43:25.595 INFO O| Jul 27 20:43:25.595 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-07-27T20:43:26.751Z[ recovery-image] Jul 27 20:43:25.604 INFO O| Jul 27 20:43:25.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62372026-07-27T20:43:26.752Z[ recovery-image] Jul 27 20:43:25.604 INFO O| Jul 27 20:43:25.604 INFO STEP 335 (remove_files) COMPLETE
62382026-07-27T20:43:26.752Z[ recovery-image] Jul 27 20:43:25.604 INFO O| Jul 27 20:43:25.604 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-07-27T20:43:26.752Z[ recovery-image] Jul 27 20:43:25.617 INFO O| Jul 27 20:43:25.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62402026-07-27T20:43:26.752Z[ recovery-image] Jul 27 20:43:25.617 INFO O| Jul 27 20:43:25.617 INFO STEP 336 (remove_files) COMPLETE
62412026-07-27T20:43:26.752Z[ recovery-image] Jul 27 20:43:25.617 INFO O| Jul 27 20:43:25.617 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-07-27T20:43:26.759Z[ recovery-image] Jul 27 20:43:25.627 INFO O| Jul 27 20:43:25.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62432026-07-27T20:43:26.759Z[ recovery-image] Jul 27 20:43:25.628 INFO O| Jul 27 20:43:25.628 INFO STEP 337 (remove_files) COMPLETE
62442026-07-27T20:43:26.759Z[ recovery-image] Jul 27 20:43:25.628 INFO O| Jul 27 20:43:25.628 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-07-27T20:43:26.768Z[ recovery-image] Jul 27 20:43:25.637 INFO O| Jul 27 20:43:25.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62462026-07-27T20:43:26.768Z[ recovery-image] Jul 27 20:43:25.637 INFO O| Jul 27 20:43:25.637 INFO STEP 338 (remove_files) COMPLETE
62472026-07-27T20:43:26.768Z[ recovery-image] Jul 27 20:43:25.637 INFO O| Jul 27 20:43:25.637 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-07-27T20:43:26.779Z[ recovery-image] Jul 27 20:43:25.647 INFO O| Jul 27 20:43:25.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62492026-07-27T20:43:26.779Z[ recovery-image] Jul 27 20:43:25.647 INFO O| Jul 27 20:43:25.647 INFO STEP 339 (remove_files) COMPLETE
62502026-07-27T20:43:26.779Z[ recovery-image] Jul 27 20:43:25.647 INFO O| Jul 27 20:43:25.647 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-07-27T20:43:26.798Z[ recovery-image] Jul 27 20:43:25.657 INFO O| Jul 27 20:43:25.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62522026-07-27T20:43:26.798Z[ recovery-image] Jul 27 20:43:25.657 INFO O| Jul 27 20:43:25.657 INFO STEP 340 (remove_files) COMPLETE
62532026-07-27T20:43:26.798Z[ recovery-image] Jul 27 20:43:25.657 INFO O| Jul 27 20:43:25.657 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-07-27T20:43:26.806Z[ recovery-image] Jul 27 20:43:25.668 INFO O| Jul 27 20:43:25.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62552026-07-27T20:43:26.807Z[ recovery-image] Jul 27 20:43:25.668 INFO O| Jul 27 20:43:25.668 INFO STEP 341 (remove_files) COMPLETE
62562026-07-27T20:43:26.807Z[ recovery-image] Jul 27 20:43:25.668 INFO O| Jul 27 20:43:25.668 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-07-27T20:43:26.811Z[ recovery-image] Jul 27 20:43:25.678 INFO O| Jul 27 20:43:25.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62582026-07-27T20:43:26.811Z[ recovery-image] Jul 27 20:43:25.678 INFO O| Jul 27 20:43:25.678 INFO STEP 342 (remove_files) COMPLETE
62592026-07-27T20:43:26.811Z[ recovery-image] Jul 27 20:43:25.678 INFO O| Jul 27 20:43:25.678 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-07-27T20:43:26.817Z[ recovery-image] Jul 27 20:43:25.689 INFO O| Jul 27 20:43:25.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62612026-07-27T20:43:26.817Z[ recovery-image] Jul 27 20:43:25.689 INFO O| Jul 27 20:43:25.689 INFO STEP 343 (remove_files) COMPLETE
62622026-07-27T20:43:26.828Z[ recovery-image] Jul 27 20:43:25.689 INFO O| Jul 27 20:43:25.689 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-07-27T20:43:26.833Z[ recovery-image] Jul 27 20:43:25.698 INFO O| Jul 27 20:43:25.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62642026-07-27T20:43:26.833Z[ recovery-image] Jul 27 20:43:25.698 INFO O| Jul 27 20:43:25.698 INFO STEP 344 (remove_files) COMPLETE
62652026-07-27T20:43:26.833Z[ recovery-image] Jul 27 20:43:25.698 INFO O| Jul 27 20:43:25.698 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-07-27T20:43:26.837Z[ recovery-image] Jul 27 20:43:25.707 INFO O| Jul 27 20:43:25.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62672026-07-27T20:43:26.837Z[ recovery-image] Jul 27 20:43:25.707 INFO O| Jul 27 20:43:25.707 INFO STEP 345 (remove_files) COMPLETE
62682026-07-27T20:43:26.837Z[ recovery-image] Jul 27 20:43:25.707 INFO O| Jul 27 20:43:25.707 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-07-27T20:43:26.848Z[ recovery-image] Jul 27 20:43:25.717 INFO O| Jul 27 20:43:25.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62702026-07-27T20:43:26.849Z[ recovery-image] Jul 27 20:43:25.717 INFO O| Jul 27 20:43:25.717 INFO STEP 346 (remove_files) COMPLETE
62712026-07-27T20:43:26.854Z[ recovery-image] Jul 27 20:43:25.717 INFO O| Jul 27 20:43:25.717 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-07-27T20:43:26.859Z[ recovery-image] Jul 27 20:43:25.727 INFO O| Jul 27 20:43:25.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62732026-07-27T20:43:26.859Z[ recovery-image] Jul 27 20:43:25.727 INFO O| Jul 27 20:43:25.727 INFO STEP 347 (remove_files) COMPLETE
62742026-07-27T20:43:26.859Z[ recovery-image] Jul 27 20:43:25.727 INFO O| Jul 27 20:43:25.727 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-07-27T20:43:26.866Z[ recovery-image] Jul 27 20:43:25.737 INFO O| Jul 27 20:43:25.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62762026-07-27T20:43:26.866Z[ recovery-image] Jul 27 20:43:25.737 INFO O| Jul 27 20:43:25.737 INFO STEP 348 (remove_files) COMPLETE
62772026-07-27T20:43:26.866Z[ recovery-image] Jul 27 20:43:25.737 INFO O| Jul 27 20:43:25.737 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-07-27T20:43:26.869Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
62792026-07-27T20:43:26.875Z[ recovery-image] Jul 27 20:43:25.747 INFO O| Jul 27 20:43:25.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62802026-07-27T20:43:26.875Z[ recovery-image] Jul 27 20:43:25.747 INFO O| Jul 27 20:43:25.747 INFO STEP 349 (remove_files) COMPLETE
62812026-07-27T20:43:26.882Z[ recovery-image] Jul 27 20:43:25.747 INFO O| Jul 27 20:43:25.747 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-07-27T20:43:26.890Z[ recovery-image] Jul 27 20:43:25.757 INFO O| Jul 27 20:43:25.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62832026-07-27T20:43:26.890Z[ recovery-image] Jul 27 20:43:25.757 INFO O| Jul 27 20:43:25.757 INFO STEP 350 (remove_files) COMPLETE
62842026-07-27T20:43:26.890Z[ recovery-image] Jul 27 20:43:25.757 INFO O| Jul 27 20:43:25.757 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-07-27T20:43:26.896Z[ recovery-image] Jul 27 20:43:25.767 INFO O| Jul 27 20:43:25.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62862026-07-27T20:43:26.896Z[ recovery-image] Jul 27 20:43:25.767 INFO O| Jul 27 20:43:25.767 INFO STEP 351 (remove_files) COMPLETE
62872026-07-27T20:43:26.896Z[ recovery-image] Jul 27 20:43:25.767 INFO O| Jul 27 20:43:25.767 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-07-27T20:43:26.908Z[ recovery-image] Jul 27 20:43:25.777 INFO O| Jul 27 20:43:25.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62892026-07-27T20:43:26.908Z[ recovery-image] Jul 27 20:43:25.777 INFO O| Jul 27 20:43:25.777 INFO STEP 352 (remove_files) COMPLETE
62902026-07-27T20:43:26.908Z[ recovery-image] Jul 27 20:43:25.777 INFO O| Jul 27 20:43:25.777 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-07-27T20:43:26.917Z[ recovery-image] Jul 27 20:43:25.786 INFO O| Jul 27 20:43:25.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
62922026-07-27T20:43:26.917Z[ recovery-image] Jul 27 20:43:25.786 INFO O| Jul 27 20:43:25.786 INFO STEP 353 (remove_files) COMPLETE
62932026-07-27T20:43:26.917Z[ recovery-image] Jul 27 20:43:25.786 INFO O| Jul 27 20:43:25.786 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-07-27T20:43:26.924Z[ recovery-image] Jul 27 20:43:25.795 INFO O| Jul 27 20:43:25.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
62952026-07-27T20:43:26.924Z[ recovery-image] Jul 27 20:43:25.795 INFO O| Jul 27 20:43:25.795 INFO STEP 354 (remove_files) COMPLETE
62962026-07-27T20:43:26.929Z[ recovery-image] Jul 27 20:43:25.795 INFO O| Jul 27 20:43:25.795 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-07-27T20:43:26.933Z[ recovery-image] Jul 27 20:43:25.804 INFO O| Jul 27 20:43:25.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
62982026-07-27T20:43:26.933Z[ recovery-image] Jul 27 20:43:25.804 INFO O| Jul 27 20:43:25.804 INFO STEP 355 (remove_files) COMPLETE
62992026-07-27T20:43:26.933Z[ recovery-image] Jul 27 20:43:25.804 INFO O| Jul 27 20:43:25.804 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-07-27T20:43:26.942Z[ recovery-image] Jul 27 20:43:25.813 INFO O| Jul 27 20:43:25.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63012026-07-27T20:43:26.942Z[ recovery-image] Jul 27 20:43:25.813 INFO O| Jul 27 20:43:25.813 INFO STEP 356 (remove_files) COMPLETE
63022026-07-27T20:43:26.942Z[ recovery-image] Jul 27 20:43:25.813 INFO O| Jul 27 20:43:25.813 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-07-27T20:43:26.958Z[ recovery-image] Jul 27 20:43:25.822 INFO O| Jul 27 20:43:25.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63042026-07-27T20:43:26.958Z[ recovery-image] Jul 27 20:43:25.822 INFO O| Jul 27 20:43:25.822 INFO STEP 357 (remove_files) COMPLETE
63052026-07-27T20:43:26.958Z[ recovery-image] Jul 27 20:43:25.822 INFO O| Jul 27 20:43:25.822 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-07-27T20:43:26.963Z[ recovery-image] Jul 27 20:43:25.832 INFO O| Jul 27 20:43:25.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63072026-07-27T20:43:26.963Z[ recovery-image] Jul 27 20:43:25.832 INFO O| Jul 27 20:43:25.832 INFO STEP 358 (remove_files) COMPLETE
63082026-07-27T20:43:26.963Z[ recovery-image] Jul 27 20:43:25.832 INFO O| Jul 27 20:43:25.832 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-07-27T20:43:26.972Z[ recovery-image] Jul 27 20:43:25.842 INFO O| Jul 27 20:43:25.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63102026-07-27T20:43:26.972Z[ recovery-image] Jul 27 20:43:25.842 INFO O| Jul 27 20:43:25.842 INFO STEP 359 (remove_files) COMPLETE
63112026-07-27T20:43:26.981Z[ recovery-image] Jul 27 20:43:25.842 INFO O| Jul 27 20:43:25.842 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-07-27T20:43:26.981Z[verify-libraries] Compiling russh-cryptovec v0.61.0
63132026-07-27T20:43:26.985Z[ recovery-image] Jul 27 20:43:25.852 INFO O| Jul 27 20:43:25.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63142026-07-27T20:43:26.986Z[ recovery-image] Jul 27 20:43:25.852 INFO O| Jul 27 20:43:25.852 INFO STEP 360 (remove_files) COMPLETE
63152026-07-27T20:43:26.986Z[ recovery-image] Jul 27 20:43:25.852 INFO O| Jul 27 20:43:25.852 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-27T20:43:26.992Z[ recovery-image] Jul 27 20:43:25.864 INFO O| Jul 27 20:43:25.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63172026-07-27T20:43:26.992Z[ recovery-image] Jul 27 20:43:25.864 INFO O| Jul 27 20:43:25.864 INFO STEP 361 (remove_files) COMPLETE
63182026-07-27T20:43:26.993Z[ recovery-image] Jul 27 20:43:25.864 INFO O| Jul 27 20:43:25.864 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-27T20:43:27.003Z[ recovery-image] Jul 27 20:43:25.875 INFO O| Jul 27 20:43:25.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63202026-07-27T20:43:27.003Z[ recovery-image] Jul 27 20:43:25.875 INFO O| Jul 27 20:43:25.875 INFO STEP 362 (remove_files) COMPLETE
63212026-07-27T20:43:27.010Z[ recovery-image] Jul 27 20:43:25.875 INFO O| Jul 27 20:43:25.875 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-27T20:43:27.018Z[ recovery-image] Jul 27 20:43:25.885 INFO O| Jul 27 20:43:25.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63232026-07-27T20:43:27.018Z[ recovery-image] Jul 27 20:43:25.885 INFO O| Jul 27 20:43:25.885 INFO STEP 363 (remove_files) COMPLETE
63242026-07-27T20:43:27.019Z[ recovery-image] Jul 27 20:43:25.885 INFO O| Jul 27 20:43:25.885 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-27T20:43:27.023Z[ recovery-image] Jul 27 20:43:25.893 INFO O| Jul 27 20:43:25.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63262026-07-27T20:43:27.024Z[ recovery-image] Jul 27 20:43:25.893 INFO O| Jul 27 20:43:25.893 INFO STEP 364 (remove_files) COMPLETE
63272026-07-27T20:43:27.025Z[ recovery-image] Jul 27 20:43:25.893 INFO O| Jul 27 20:43:25.893 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-27T20:43:27.031Z[ recovery-image] Jul 27 20:43:25.901 INFO O| Jul 27 20:43:25.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63292026-07-27T20:43:27.031Z[ recovery-image] Jul 27 20:43:25.901 INFO O| Jul 27 20:43:25.901 INFO STEP 365 (remove_files) COMPLETE
63302026-07-27T20:43:27.031Z[ recovery-image] Jul 27 20:43:25.901 INFO O| Jul 27 20:43:25.901 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-27T20:43:27.042Z[ recovery-image] Jul 27 20:43:25.912 INFO O| Jul 27 20:43:25.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63322026-07-27T20:43:27.042Z[ recovery-image] Jul 27 20:43:25.912 INFO O| Jul 27 20:43:25.912 INFO STEP 366 (remove_files) COMPLETE
63332026-07-27T20:43:27.047Z[ recovery-image] Jul 27 20:43:25.912 INFO O| Jul 27 20:43:25.912 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-27T20:43:27.053Z[ recovery-image] Jul 27 20:43:25.924 INFO O| Jul 27 20:43:25.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63352026-07-27T20:43:27.053Z[ recovery-image] Jul 27 20:43:25.924 INFO O| Jul 27 20:43:25.924 INFO STEP 367 (remove_files) COMPLETE
63362026-07-27T20:43:27.054Z[ recovery-image] Jul 27 20:43:25.924 INFO O| Jul 27 20:43:25.924 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-27T20:43:27.063Z[ recovery-image] Jul 27 20:43:25.934 INFO O| Jul 27 20:43:25.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63382026-07-27T20:43:27.063Z[ recovery-image] Jul 27 20:43:25.934 INFO O| Jul 27 20:43:25.934 INFO STEP 368 (remove_files) COMPLETE
63392026-07-27T20:43:27.063Z[ recovery-image] Jul 27 20:43:25.934 INFO O| Jul 27 20:43:25.934 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-07-27T20:43:27.073Z[ recovery-image] Jul 27 20:43:25.945 INFO O| Jul 27 20:43:25.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63412026-07-27T20:43:27.073Z[ recovery-image] Jul 27 20:43:25.945 INFO O| Jul 27 20:43:25.945 INFO STEP 369 (remove_files) COMPLETE
63422026-07-27T20:43:27.073Z[ recovery-image] Jul 27 20:43:25.945 INFO O| Jul 27 20:43:25.945 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-07-27T20:43:27.084Z[ recovery-image] Jul 27 20:43:25.955 INFO O| Jul 27 20:43:25.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63442026-07-27T20:43:27.084Z[ recovery-image] Jul 27 20:43:25.955 INFO O| Jul 27 20:43:25.955 INFO STEP 370 (remove_files) COMPLETE
63452026-07-27T20:43:27.090Z[ recovery-image] Jul 27 20:43:25.955 INFO O| Jul 27 20:43:25.955 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-07-27T20:43:27.095Z[ recovery-image] Jul 27 20:43:25.966 INFO O| Jul 27 20:43:25.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63472026-07-27T20:43:27.096Z[ recovery-image] Jul 27 20:43:25.966 INFO O| Jul 27 20:43:25.966 INFO STEP 371 (remove_files) COMPLETE
63482026-07-27T20:43:27.096Z[ recovery-image] Jul 27 20:43:25.966 INFO O| Jul 27 20:43:25.966 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-07-27T20:43:27.106Z[ recovery-image] Jul 27 20:43:25.977 INFO O| Jul 27 20:43:25.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63502026-07-27T20:43:27.106Z[ recovery-image] Jul 27 20:43:25.977 INFO O| Jul 27 20:43:25.977 INFO STEP 372 (remove_files) COMPLETE
63512026-07-27T20:43:27.106Z[ recovery-image] Jul 27 20:43:25.977 INFO O| Jul 27 20:43:25.977 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-27T20:43:27.122Z[ recovery-image] Jul 27 20:43:25.989 INFO O| Jul 27 20:43:25.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63532026-07-27T20:43:27.123Z[ recovery-image] Jul 27 20:43:25.989 INFO O| Jul 27 20:43:25.989 INFO STEP 373 (remove_files) COMPLETE
63542026-07-27T20:43:27.123Z[ recovery-image] Jul 27 20:43:25.989 INFO O| Jul 27 20:43:25.989 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-27T20:43:27.128Z[ recovery-image] Jul 27 20:43:25.999 INFO O| Jul 27 20:43:25.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63562026-07-27T20:43:27.128Z[ recovery-image] Jul 27 20:43:25.999 INFO O| Jul 27 20:43:25.999 INFO STEP 374 (remove_files) COMPLETE
63572026-07-27T20:43:27.128Z[ recovery-image] Jul 27 20:43:25.999 INFO O| Jul 27 20:43:25.999 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-27T20:43:27.139Z[ recovery-image] Jul 27 20:43:26.010 INFO O| Jul 27 20:43:26.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63592026-07-27T20:43:27.139Z[ recovery-image] Jul 27 20:43:26.010 INFO O| Jul 27 20:43:26.010 INFO STEP 375 (remove_files) COMPLETE
63602026-07-27T20:43:27.139Z[ recovery-image] Jul 27 20:43:26.010 INFO O| Jul 27 20:43:26.010 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-27T20:43:27.150Z[ recovery-image] Jul 27 20:43:26.020 INFO O| Jul 27 20:43:26.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63622026-07-27T20:43:27.150Z[ recovery-image] Jul 27 20:43:26.020 INFO O| Jul 27 20:43:26.020 INFO STEP 376 (remove_files) COMPLETE
63632026-07-27T20:43:27.150Z[ recovery-image] Jul 27 20:43:26.020 INFO O| Jul 27 20:43:26.020 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-27T20:43:27.160Z[ recovery-image] Jul 27 20:43:26.030 INFO O| Jul 27 20:43:26.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63652026-07-27T20:43:27.160Z[ recovery-image] Jul 27 20:43:26.030 INFO O| Jul 27 20:43:26.030 INFO STEP 377 (remove_files) COMPLETE
63662026-07-27T20:43:27.165Z[ recovery-image] Jul 27 20:43:26.030 INFO O| Jul 27 20:43:26.030 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-07-27T20:43:27.169Z[ recovery-image] Jul 27 20:43:26.040 INFO O| Jul 27 20:43:26.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63682026-07-27T20:43:27.169Z[ recovery-image] Jul 27 20:43:26.040 INFO O| Jul 27 20:43:26.040 INFO STEP 378 (remove_files) COMPLETE
63692026-07-27T20:43:27.169Z[ recovery-image] Jul 27 20:43:26.040 INFO O| Jul 27 20:43:26.040 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-07-27T20:43:27.180Z[ recovery-image] Jul 27 20:43:26.051 INFO O| Jul 27 20:43:26.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63712026-07-27T20:43:27.180Z[ recovery-image] Jul 27 20:43:26.051 INFO O| Jul 27 20:43:26.051 INFO STEP 379 (remove_files) COMPLETE
63722026-07-27T20:43:27.180Z[ recovery-image] Jul 27 20:43:26.051 INFO O| Jul 27 20:43:26.051 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-07-27T20:43:27.191Z[ recovery-image] Jul 27 20:43:26.060 INFO O| Jul 27 20:43:26.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63742026-07-27T20:43:27.191Z[ recovery-image] Jul 27 20:43:26.061 INFO O| Jul 27 20:43:26.061 INFO STEP 380 (remove_files) COMPLETE
63752026-07-27T20:43:27.191Z[ recovery-image] Jul 27 20:43:26.061 INFO O| Jul 27 20:43:26.061 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-07-27T20:43:27.201Z[ recovery-image] Jul 27 20:43:26.071 INFO O| Jul 27 20:43:26.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63772026-07-27T20:43:27.201Z[ recovery-image] Jul 27 20:43:26.071 INFO O| Jul 27 20:43:26.071 INFO STEP 381 (remove_files) COMPLETE
63782026-07-27T20:43:27.207Z[ recovery-image] Jul 27 20:43:26.071 INFO O| Jul 27 20:43:26.071 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-07-27T20:43:27.212Z[ recovery-image] Jul 27 20:43:26.081 INFO O| Jul 27 20:43:26.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63802026-07-27T20:43:27.212Z[ recovery-image] Jul 27 20:43:26.081 INFO O| Jul 27 20:43:26.081 INFO STEP 382 (remove_files) COMPLETE
63812026-07-27T20:43:27.212Z[ recovery-image] Jul 27 20:43:26.081 INFO O| Jul 27 20:43:26.081 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-07-27T20:43:27.227Z[ recovery-image] Jul 27 20:43:26.094 INFO O| Jul 27 20:43:26.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63832026-07-27T20:43:27.227Z[ recovery-image] Jul 27 20:43:26.094 INFO O| Jul 27 20:43:26.094 INFO STEP 383 (remove_files) COMPLETE
63842026-07-27T20:43:27.227Z[ recovery-image] Jul 27 20:43:26.094 INFO O| Jul 27 20:43:26.094 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-07-27T20:43:27.232Z[ recovery-image] Jul 27 20:43:26.104 INFO O| Jul 27 20:43:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63862026-07-27T20:43:27.232Z[ recovery-image] Jul 27 20:43:26.104 INFO O| Jul 27 20:43:26.104 INFO STEP 384 (remove_files) COMPLETE
63872026-07-27T20:43:27.232Z[ recovery-image] Jul 27 20:43:26.104 INFO O| Jul 27 20:43:26.104 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-07-27T20:43:27.244Z[ recovery-image] Jul 27 20:43:26.115 INFO O| Jul 27 20:43:26.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63892026-07-27T20:43:27.244Z[ recovery-image] Jul 27 20:43:26.115 INFO O| Jul 27 20:43:26.115 INFO STEP 385 (remove_files) COMPLETE
63902026-07-27T20:43:27.246Z[ recovery-image] Jul 27 20:43:26.115 INFO O| Jul 27 20:43:26.115 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-07-27T20:43:27.262Z[ recovery-image] Jul 27 20:43:26.127 INFO O| Jul 27 20:43:26.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
63922026-07-27T20:43:27.263Z[ recovery-image] Jul 27 20:43:26.127 INFO O| Jul 27 20:43:26.127 INFO STEP 386 (remove_files) COMPLETE
63932026-07-27T20:43:27.263Z[ recovery-image] Jul 27 20:43:26.127 INFO O| Jul 27 20:43:26.127 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-07-27T20:43:27.267Z[ recovery-image] Jul 27 20:43:26.137 INFO O| Jul 27 20:43:26.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
63952026-07-27T20:43:27.267Z[ recovery-image] Jul 27 20:43:26.137 INFO O| Jul 27 20:43:26.137 INFO STEP 387 (remove_files) COMPLETE
63962026-07-27T20:43:27.267Z[ recovery-image] Jul 27 20:43:26.137 INFO O| Jul 27 20:43:26.137 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-07-27T20:43:27.275Z[ recovery-image] Jul 27 20:43:26.146 INFO O| Jul 27 20:43:26.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
63982026-07-27T20:43:27.275Z[ recovery-image] Jul 27 20:43:26.146 INFO O| Jul 27 20:43:26.146 INFO STEP 388 (remove_files) COMPLETE
63992026-07-27T20:43:27.275Z[ recovery-image] Jul 27 20:43:26.146 INFO O| Jul 27 20:43:26.146 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-07-27T20:43:27.286Z[verify-libraries] Compiling tui-tree-widget v0.23.1
64012026-07-27T20:43:27.292Z[ recovery-image] Jul 27 20:43:26.156 INFO O| Jul 27 20:43:26.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64022026-07-27T20:43:27.292Z[ recovery-image] Jul 27 20:43:26.156 INFO O| Jul 27 20:43:26.156 INFO STEP 389 (remove_files) COMPLETE
64032026-07-27T20:43:27.293Z[ recovery-image] Jul 27 20:43:26.156 INFO O| Jul 27 20:43:26.156 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-27T20:43:27.300Z[ recovery-image] Jul 27 20:43:26.165 INFO O| Jul 27 20:43:26.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64052026-07-27T20:43:27.300Z[ recovery-image] Jul 27 20:43:26.165 INFO O| Jul 27 20:43:26.165 INFO STEP 390 (remove_files) COMPLETE
64062026-07-27T20:43:27.300Z[ recovery-image] Jul 27 20:43:26.165 INFO O| Jul 27 20:43:26.165 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-27T20:43:27.313Z[ recovery-image] Jul 27 20:43:26.175 INFO O| Jul 27 20:43:26.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64082026-07-27T20:43:27.313Z[ recovery-image] Jul 27 20:43:26.175 INFO O| Jul 27 20:43:26.175 INFO STEP 391 (remove_files) COMPLETE
64092026-07-27T20:43:27.313Z[ recovery-image] Jul 27 20:43:26.175 INFO O| Jul 27 20:43:26.175 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-27T20:43:27.320Z[ recovery-image] Jul 27 20:43:26.186 INFO O| Jul 27 20:43:26.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64112026-07-27T20:43:27.320Z[ recovery-image] Jul 27 20:43:26.186 INFO O| Jul 27 20:43:26.186 INFO STEP 392 (remove_files) COMPLETE
64122026-07-27T20:43:27.320Z[ recovery-image] Jul 27 20:43:26.186 INFO O| Jul 27 20:43:26.186 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-27T20:43:27.325Z[ recovery-image] Jul 27 20:43:26.195 INFO O| Jul 27 20:43:26.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64142026-07-27T20:43:27.325Z[ recovery-image] Jul 27 20:43:26.195 INFO O| Jul 27 20:43:26.195 INFO STEP 393 (remove_files) COMPLETE
64152026-07-27T20:43:27.333Z[ recovery-image] Jul 27 20:43:26.195 INFO O| Jul 27 20:43:26.195 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-27T20:43:27.340Z[ recovery-image] Jul 27 20:43:26.205 INFO O| Jul 27 20:43:26.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64172026-07-27T20:43:27.340Z[ recovery-image] Jul 27 20:43:26.205 INFO O| Jul 27 20:43:26.205 INFO STEP 394 (remove_files) COMPLETE
64182026-07-27T20:43:27.341Z[ recovery-image] Jul 27 20:43:26.205 INFO O| Jul 27 20:43:26.205 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-27T20:43:27.344Z[ recovery-image] Jul 27 20:43:26.215 INFO O| Jul 27 20:43:26.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64202026-07-27T20:43:27.344Z[ recovery-image] Jul 27 20:43:26.215 INFO O| Jul 27 20:43:26.215 INFO STEP 395 (remove_files) COMPLETE
64212026-07-27T20:43:27.344Z[ recovery-image] Jul 27 20:43:26.215 INFO O| Jul 27 20:43:26.215 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-27T20:43:27.357Z[ recovery-image] Jul 27 20:43:26.225 INFO O| Jul 27 20:43:26.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64232026-07-27T20:43:27.357Z[ recovery-image] Jul 27 20:43:26.225 INFO O| Jul 27 20:43:26.225 INFO STEP 396 (remove_files) COMPLETE
64242026-07-27T20:43:27.357Z[ recovery-image] Jul 27 20:43:26.225 INFO O| Jul 27 20:43:26.225 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-07-27T20:43:27.364Z[ recovery-image] Jul 27 20:43:26.235 INFO O| Jul 27 20:43:26.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64262026-07-27T20:43:27.365Z[ recovery-image] Jul 27 20:43:26.235 INFO O| Jul 27 20:43:26.235 INFO STEP 397 (remove_files) COMPLETE
64272026-07-27T20:43:27.365Z[ recovery-image] Jul 27 20:43:26.235 INFO O| Jul 27 20:43:26.235 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-07-27T20:43:27.375Z[ recovery-image] Jul 27 20:43:26.244 INFO O| Jul 27 20:43:26.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64292026-07-27T20:43:27.375Z[ recovery-image] Jul 27 20:43:26.244 INFO O| Jul 27 20:43:26.244 INFO STEP 398 (remove_files) COMPLETE
64302026-07-27T20:43:27.375Z[ recovery-image] Jul 27 20:43:26.244 INFO O| Jul 27 20:43:26.244 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-27T20:43:27.382Z[ recovery-image] Jul 27 20:43:26.253 INFO O| Jul 27 20:43:26.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64322026-07-27T20:43:27.382Z[ recovery-image] Jul 27 20:43:26.253 INFO O| Jul 27 20:43:26.253 INFO STEP 399 (remove_files) COMPLETE
64332026-07-27T20:43:27.387Z[ recovery-image] Jul 27 20:43:26.253 INFO O| Jul 27 20:43:26.253 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-27T20:43:27.395Z[ recovery-image] Jul 27 20:43:26.263 INFO O| Jul 27 20:43:26.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64352026-07-27T20:43:27.395Z[ recovery-image] Jul 27 20:43:26.263 INFO O| Jul 27 20:43:26.263 INFO STEP 400 (remove_files) COMPLETE
64362026-07-27T20:43:27.403Z[ recovery-image] Jul 27 20:43:26.263 INFO O| Jul 27 20:43:26.263 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-27T20:43:27.407Z[ recovery-image] Jul 27 20:43:26.273 INFO O| Jul 27 20:43:26.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64382026-07-27T20:43:27.407Z[ recovery-image] Jul 27 20:43:26.273 INFO O| Jul 27 20:43:26.273 INFO STEP 401 (remove_files) COMPLETE
64392026-07-27T20:43:27.407Z[ recovery-image] Jul 27 20:43:26.273 INFO O| Jul 27 20:43:26.273 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-27T20:43:27.411Z[ recovery-image] Jul 27 20:43:26.283 INFO O| Jul 27 20:43:26.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64412026-07-27T20:43:27.411Z[ recovery-image] Jul 27 20:43:26.283 INFO O| Jul 27 20:43:26.283 INFO STEP 402 (remove_files) COMPLETE
64422026-07-27T20:43:27.415Z[ recovery-image] Jul 27 20:43:26.283 INFO O| Jul 27 20:43:26.283 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-27T20:43:27.423Z[ recovery-image] Jul 27 20:43:26.293 INFO O| Jul 27 20:43:26.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64442026-07-27T20:43:27.423Z[ recovery-image] Jul 27 20:43:26.293 INFO O| Jul 27 20:43:26.293 INFO STEP 403 (remove_files) COMPLETE
64452026-07-27T20:43:27.429Z[ recovery-image] Jul 27 20:43:26.293 INFO O| Jul 27 20:43:26.293 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-27T20:43:27.434Z[ recovery-image] Jul 27 20:43:26.302 INFO O| Jul 27 20:43:26.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64472026-07-27T20:43:27.434Z[ recovery-image] Jul 27 20:43:26.303 INFO O| Jul 27 20:43:26.302 INFO STEP 404 (remove_files) COMPLETE
64482026-07-27T20:43:27.434Z[ recovery-image] Jul 27 20:43:26.303 INFO O| Jul 27 20:43:26.302 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-27T20:43:27.442Z[ recovery-image] Jul 27 20:43:26.312 INFO O| Jul 27 20:43:26.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64502026-07-27T20:43:27.442Z[ recovery-image] Jul 27 20:43:26.312 INFO O| Jul 27 20:43:26.312 INFO STEP 405 (remove_files) COMPLETE
64512026-07-27T20:43:27.442Z[ recovery-image] Jul 27 20:43:26.312 INFO O| Jul 27 20:43:26.312 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-27T20:43:27.454Z[ recovery-image] Jul 27 20:43:26.321 INFO O| Jul 27 20:43:26.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64532026-07-27T20:43:27.454Z[ recovery-image] Jul 27 20:43:26.321 INFO O| Jul 27 20:43:26.321 INFO STEP 406 (remove_files) COMPLETE
64542026-07-27T20:43:27.463Z[ recovery-image] Jul 27 20:43:26.321 INFO O| Jul 27 20:43:26.321 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-27T20:43:27.463Z[ recovery-image] Jul 27 20:43:26.331 INFO O| Jul 27 20:43:26.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64562026-07-27T20:43:27.463Z[ recovery-image] Jul 27 20:43:26.331 INFO O| Jul 27 20:43:26.331 INFO STEP 407 (remove_files) COMPLETE
64572026-07-27T20:43:27.464Z[ recovery-image] Jul 27 20:43:26.331 INFO O| Jul 27 20:43:26.331 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-27T20:43:27.469Z[ recovery-image] Jul 27 20:43:26.339 INFO O| Jul 27 20:43:26.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64592026-07-27T20:43:27.469Z[ recovery-image] Jul 27 20:43:26.339 INFO O| Jul 27 20:43:26.339 INFO STEP 408 (remove_files) COMPLETE
64602026-07-27T20:43:27.477Z[ recovery-image] Jul 27 20:43:26.339 INFO O| Jul 27 20:43:26.339 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-27T20:43:27.480Z[ recovery-image] Jul 27 20:43:26.350 INFO O| Jul 27 20:43:26.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64622026-07-27T20:43:27.480Z[ recovery-image] Jul 27 20:43:26.350 INFO O| Jul 27 20:43:26.350 INFO STEP 409 (remove_files) COMPLETE
64632026-07-27T20:43:27.480Z[ recovery-image] Jul 27 20:43:26.350 INFO O| Jul 27 20:43:26.350 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-27T20:43:27.489Z[ recovery-image] Jul 27 20:43:26.361 INFO O| Jul 27 20:43:26.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64652026-07-27T20:43:27.489Z[ recovery-image] Jul 27 20:43:26.361 INFO O| Jul 27 20:43:26.361 INFO STEP 410 (remove_files) COMPLETE
64662026-07-27T20:43:27.490Z[ recovery-image] Jul 27 20:43:26.361 INFO O| Jul 27 20:43:26.361 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-27T20:43:27.504Z[ recovery-image] Jul 27 20:43:26.371 INFO O| Jul 27 20:43:26.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64682026-07-27T20:43:27.504Z[ recovery-image] Jul 27 20:43:26.371 INFO O| Jul 27 20:43:26.371 INFO STEP 411 (remove_files) COMPLETE
64692026-07-27T20:43:27.504Z[ recovery-image] Jul 27 20:43:26.371 INFO O| Jul 27 20:43:26.371 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-27T20:43:27.566Z[ recovery-image] Jul 27 20:43:26.381 INFO O| Jul 27 20:43:26.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64712026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.381 INFO O| Jul 27 20:43:26.381 INFO STEP 412 (remove_files) COMPLETE
64722026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.381 INFO O| Jul 27 20:43:26.381 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.390 INFO O| Jul 27 20:43:26.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64742026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.390 INFO O| Jul 27 20:43:26.390 INFO STEP 413 (remove_files) COMPLETE
64752026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.390 INFO O| Jul 27 20:43:26.390 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.398 INFO O| Jul 27 20:43:26.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64772026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.398 INFO O| Jul 27 20:43:26.398 INFO STEP 414 (remove_files) COMPLETE
64782026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.398 INFO O| Jul 27 20:43:26.398 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.406 INFO O| Jul 27 20:43:26.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64802026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.406 INFO O| Jul 27 20:43:26.406 INFO STEP 415 (remove_files) COMPLETE
64812026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.406 INFO O| Jul 27 20:43:26.406 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.415 INFO O| Jul 27 20:43:26.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64832026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.415 INFO O| Jul 27 20:43:26.415 INFO STEP 416 (remove_files) COMPLETE
64842026-07-27T20:43:27.567Z[ recovery-image] Jul 27 20:43:26.415 INFO O| Jul 27 20:43:26.415 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-07-27T20:43:27.568Z[ recovery-image] Jul 27 20:43:26.423 INFO O| Jul 27 20:43:26.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64862026-07-27T20:43:27.568Z[ recovery-image] Jul 27 20:43:26.423 INFO O| Jul 27 20:43:26.423 INFO STEP 417 (remove_files) COMPLETE
64872026-07-27T20:43:27.568Z[ recovery-image] Jul 27 20:43:26.423 INFO O| Jul 27 20:43:26.423 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-07-27T20:43:27.568Z[ recovery-image] Jul 27 20:43:26.431 INFO O| Jul 27 20:43:26.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
64892026-07-27T20:43:27.568Z[ recovery-image] Jul 27 20:43:26.431 INFO O| Jul 27 20:43:26.431 INFO STEP 418 (remove_files) COMPLETE
64902026-07-27T20:43:27.568Z[ recovery-image] Jul 27 20:43:26.431 INFO O| Jul 27 20:43:26.431 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-07-27T20:43:27.568Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
64922026-07-27T20:43:27.574Z[ recovery-image] Jul 27 20:43:26.439 INFO O| Jul 27 20:43:26.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
64932026-07-27T20:43:27.574Z[ recovery-image] Jul 27 20:43:26.439 INFO O| Jul 27 20:43:26.439 INFO STEP 419 (remove_files) COMPLETE
64942026-07-27T20:43:27.576Z[ recovery-image] Jul 27 20:43:26.439 INFO O| Jul 27 20:43:26.439 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-07-27T20:43:27.587Z[ recovery-image] Jul 27 20:43:26.455 INFO O| Jul 27 20:43:26.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
64962026-07-27T20:43:27.587Z[ recovery-image] Jul 27 20:43:26.455 INFO O| Jul 27 20:43:26.455 INFO STEP 420 (remove_files) COMPLETE
64972026-07-27T20:43:27.587Z[ recovery-image] Jul 27 20:43:26.455 INFO O| Jul 27 20:43:26.455 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-07-27T20:43:27.594Z[ recovery-image] Jul 27 20:43:26.464 INFO O| Jul 27 20:43:26.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
64992026-07-27T20:43:27.594Z[ recovery-image] Jul 27 20:43:26.464 INFO O| Jul 27 20:43:26.464 INFO STEP 421 (remove_files) COMPLETE
65002026-07-27T20:43:27.598Z[ recovery-image] Jul 27 20:43:26.464 INFO O| Jul 27 20:43:26.464 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-07-27T20:43:27.603Z[ recovery-image] Jul 27 20:43:26.472 INFO O| Jul 27 20:43:26.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65022026-07-27T20:43:27.603Z[ recovery-image] Jul 27 20:43:26.472 INFO O| Jul 27 20:43:26.472 INFO STEP 422 (remove_files) COMPLETE
65032026-07-27T20:43:27.603Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
65042026-07-27T20:43:27.603Z[ recovery-image] Jul 27 20:43:26.472 INFO O| Jul 27 20:43:26.472 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-07-27T20:43:27.610Z[ recovery-image] Jul 27 20:43:26.480 INFO O| Jul 27 20:43:26.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65062026-07-27T20:43:27.610Z[ recovery-image] Jul 27 20:43:26.480 INFO O| Jul 27 20:43:26.480 INFO STEP 423 (remove_files) COMPLETE
65072026-07-27T20:43:27.610Z[ recovery-image] Jul 27 20:43:26.480 INFO O| Jul 27 20:43:26.480 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-07-27T20:43:27.657Z[ recovery-image] Jul 27 20:43:26.491 INFO O| Jul 27 20:43:26.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65092026-07-27T20:43:27.657Z[ recovery-image] Jul 27 20:43:26.491 INFO O| Jul 27 20:43:26.491 INFO STEP 424 (remove_files) COMPLETE
65102026-07-27T20:43:27.657Z[ recovery-image] Jul 27 20:43:26.491 INFO O| Jul 27 20:43:26.491 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-27T20:43:27.662Z[ recovery-image] Jul 27 20:43:26.508 INFO O| Jul 27 20:43:26.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65122026-07-27T20:43:27.662Z[ recovery-image] Jul 27 20:43:26.508 INFO O| Jul 27 20:43:26.508 INFO STEP 425 (remove_files) COMPLETE
65132026-07-27T20:43:27.662Z[ recovery-image] Jul 27 20:43:26.508 INFO O| Jul 27 20:43:26.508 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-07-27T20:43:27.676Z[ recovery-image] Jul 27 20:43:26.518 INFO O| Jul 27 20:43:26.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65152026-07-27T20:43:27.676Z[ recovery-image] Jul 27 20:43:26.518 INFO O| Jul 27 20:43:26.518 INFO STEP 426 (remove_files) COMPLETE
65162026-07-27T20:43:27.676Z[ recovery-image] Jul 27 20:43:26.518 INFO O| Jul 27 20:43:26.518 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-07-27T20:43:27.681Z[ recovery-image] Jul 27 20:43:26.550 INFO O| Jul 27 20:43:26.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65182026-07-27T20:43:27.681Z[ recovery-image] Jul 27 20:43:26.550 INFO O| Jul 27 20:43:26.550 INFO STEP 427 (remove_files) COMPLETE
65192026-07-27T20:43:27.684Z[ recovery-image] Jul 27 20:43:26.550 INFO O| Jul 27 20:43:26.550 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-07-27T20:43:27.689Z[ recovery-image] Jul 27 20:43:26.560 INFO O| Jul 27 20:43:26.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65212026-07-27T20:43:27.689Z[ recovery-image] Jul 27 20:43:26.561 INFO O| Jul 27 20:43:26.560 INFO STEP 428 (remove_files) COMPLETE
65222026-07-27T20:43:27.689Z[ recovery-image] Jul 27 20:43:26.561 INFO O| Jul 27 20:43:26.560 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-07-27T20:43:27.701Z[ recovery-image] Jul 27 20:43:26.571 INFO O| Jul 27 20:43:26.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65242026-07-27T20:43:27.701Z[ recovery-image] Jul 27 20:43:26.571 INFO O| Jul 27 20:43:26.571 INFO STEP 429 (remove_files) COMPLETE
65252026-07-27T20:43:27.706Z[ recovery-image] Jul 27 20:43:26.571 INFO O| Jul 27 20:43:26.571 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-07-27T20:43:27.712Z[ recovery-image] Jul 27 20:43:26.581 INFO O| Jul 27 20:43:26.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65272026-07-27T20:43:27.712Z[ recovery-image] Jul 27 20:43:26.581 INFO O| Jul 27 20:43:26.581 INFO STEP 430 (remove_files) COMPLETE
65282026-07-27T20:43:27.712Z[ recovery-image] Jul 27 20:43:26.581 INFO O| Jul 27 20:43:26.581 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-07-27T20:43:27.722Z[ recovery-image] Jul 27 20:43:26.593 INFO O| Jul 27 20:43:26.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65302026-07-27T20:43:27.722Z[ recovery-image] Jul 27 20:43:26.593 INFO O| Jul 27 20:43:26.593 INFO STEP 431 (remove_files) COMPLETE
65312026-07-27T20:43:27.722Z[ recovery-image] Jul 27 20:43:26.593 INFO O| Jul 27 20:43:26.593 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-07-27T20:43:27.734Z[ recovery-image] Jul 27 20:43:26.605 INFO O| Jul 27 20:43:26.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65332026-07-27T20:43:27.734Z[ recovery-image] Jul 27 20:43:26.605 INFO O| Jul 27 20:43:26.605 INFO STEP 432 (remove_files) COMPLETE
65342026-07-27T20:43:27.735Z[ recovery-image] Jul 27 20:43:26.605 INFO O| Jul 27 20:43:26.605 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-07-27T20:43:27.747Z[ recovery-image] Jul 27 20:43:26.618 INFO O| Jul 27 20:43:26.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65362026-07-27T20:43:27.749Z[ recovery-image] Jul 27 20:43:26.618 INFO O| Jul 27 20:43:26.618 INFO STEP 433 (remove_files) COMPLETE
65372026-07-27T20:43:27.753Z[ recovery-image] Jul 27 20:43:26.618 INFO O| Jul 27 20:43:26.618 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-07-27T20:43:27.760Z[ recovery-image] Jul 27 20:43:26.629 INFO O| Jul 27 20:43:26.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65392026-07-27T20:43:27.760Z[ recovery-image] Jul 27 20:43:26.629 INFO O| Jul 27 20:43:26.629 INFO STEP 434 (remove_files) COMPLETE
65402026-07-27T20:43:27.760Z[ recovery-image] Jul 27 20:43:26.629 INFO O| Jul 27 20:43:26.629 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-07-27T20:43:27.769Z[ recovery-image] Jul 27 20:43:26.639 INFO O| Jul 27 20:43:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65422026-07-27T20:43:27.769Z[ recovery-image] Jul 27 20:43:26.639 INFO O| Jul 27 20:43:26.639 INFO STEP 435 (remove_files) COMPLETE
65432026-07-27T20:43:27.769Z[ recovery-image] Jul 27 20:43:26.639 INFO O| Jul 27 20:43:26.639 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-07-27T20:43:27.780Z[ recovery-image] Jul 27 20:43:26.650 INFO O| Jul 27 20:43:26.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65452026-07-27T20:43:27.795Z[ recovery-image] Jul 27 20:43:26.650 INFO O| Jul 27 20:43:26.650 INFO STEP 436 (remove_files) COMPLETE
65462026-07-27T20:43:27.796Z[ recovery-image] Jul 27 20:43:26.650 INFO O| Jul 27 20:43:26.650 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-07-27T20:43:27.796Z[ recovery-image] Jul 27 20:43:26.661 INFO O| Jul 27 20:43:26.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65482026-07-27T20:43:27.796Z[ recovery-image] Jul 27 20:43:26.661 INFO O| Jul 27 20:43:26.661 INFO STEP 437 (remove_files) COMPLETE
65492026-07-27T20:43:27.796Z[ recovery-image] Jul 27 20:43:26.661 INFO O| Jul 27 20:43:26.661 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-07-27T20:43:27.805Z[ recovery-image] Jul 27 20:43:26.671 INFO O| Jul 27 20:43:26.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65512026-07-27T20:43:27.805Z[ recovery-image] Jul 27 20:43:26.671 INFO O| Jul 27 20:43:26.671 INFO STEP 438 (remove_files) COMPLETE
65522026-07-27T20:43:27.805Z[ recovery-image] Jul 27 20:43:26.671 INFO O| Jul 27 20:43:26.671 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-07-27T20:43:27.817Z[ recovery-image] Jul 27 20:43:26.684 INFO O| Jul 27 20:43:26.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65542026-07-27T20:43:27.817Z[ recovery-image] Jul 27 20:43:26.684 INFO O| Jul 27 20:43:26.684 INFO STEP 439 (remove_files) COMPLETE
65552026-07-27T20:43:27.817Z[ recovery-image] Jul 27 20:43:26.684 INFO O| Jul 27 20:43:26.684 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-07-27T20:43:27.825Z[ recovery-image] Jul 27 20:43:26.696 INFO O| Jul 27 20:43:26.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65572026-07-27T20:43:27.825Z[ recovery-image] Jul 27 20:43:26.696 INFO O| Jul 27 20:43:26.696 INFO STEP 440 (remove_files) COMPLETE
65582026-07-27T20:43:27.825Z[ recovery-image] Jul 27 20:43:26.696 INFO O| Jul 27 20:43:26.696 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-07-27T20:43:27.838Z[ recovery-image] Jul 27 20:43:26.708 INFO O| Jul 27 20:43:26.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65602026-07-27T20:43:27.843Z[ recovery-image] Jul 27 20:43:26.708 INFO O| Jul 27 20:43:26.708 INFO STEP 441 (remove_files) COMPLETE
65612026-07-27T20:43:27.843Z[ recovery-image] Jul 27 20:43:26.708 INFO O| Jul 27 20:43:26.708 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-07-27T20:43:27.849Z[ recovery-image] Jul 27 20:43:26.720 INFO O| Jul 27 20:43:26.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65632026-07-27T20:43:27.849Z[ recovery-image] Jul 27 20:43:26.720 INFO O| Jul 27 20:43:26.720 INFO STEP 442 (remove_files) COMPLETE
65642026-07-27T20:43:27.849Z[ recovery-image] Jul 27 20:43:26.720 INFO O| Jul 27 20:43:26.720 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-07-27T20:43:27.860Z[ recovery-image] Jul 27 20:43:26.732 INFO O| Jul 27 20:43:26.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65662026-07-27T20:43:27.861Z[ recovery-image] Jul 27 20:43:26.732 INFO O| Jul 27 20:43:26.732 INFO STEP 443 (remove_files) COMPLETE
65672026-07-27T20:43:27.861Z[ recovery-image] Jul 27 20:43:26.732 INFO O| Jul 27 20:43:26.732 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-07-27T20:43:27.873Z[ recovery-image] Jul 27 20:43:26.744 INFO O| Jul 27 20:43:26.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65692026-07-27T20:43:27.873Z[ recovery-image] Jul 27 20:43:26.744 INFO O| Jul 27 20:43:26.744 INFO STEP 444 (remove_files) COMPLETE
65702026-07-27T20:43:27.874Z[ recovery-image] Jul 27 20:43:26.744 INFO O| Jul 27 20:43:26.744 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-07-27T20:43:27.885Z[ recovery-image] Jul 27 20:43:26.755 INFO O| Jul 27 20:43:26.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65722026-07-27T20:43:27.885Z[ recovery-image] Jul 27 20:43:26.755 INFO O| Jul 27 20:43:26.755 INFO STEP 445 (remove_files) COMPLETE
65732026-07-27T20:43:27.885Z[ recovery-image] Jul 27 20:43:26.755 INFO O| Jul 27 20:43:26.755 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-07-27T20:43:27.901Z[ recovery-image] Jul 27 20:43:26.766 INFO O| Jul 27 20:43:26.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65752026-07-27T20:43:27.901Z[ recovery-image] Jul 27 20:43:26.766 INFO O| Jul 27 20:43:26.766 INFO STEP 446 (remove_files) COMPLETE
65762026-07-27T20:43:27.905Z[ recovery-image] Jul 27 20:43:26.766 INFO O| Jul 27 20:43:26.766 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-07-27T20:43:27.912Z[ recovery-image] Jul 27 20:43:26.778 INFO O| Jul 27 20:43:26.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65782026-07-27T20:43:27.912Z[ recovery-image] Jul 27 20:43:26.778 INFO O| Jul 27 20:43:26.778 INFO STEP 447 (remove_files) COMPLETE
65792026-07-27T20:43:27.912Z[ recovery-image] Jul 27 20:43:26.778 INFO O| Jul 27 20:43:26.778 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-07-27T20:43:27.912Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65812026-07-27T20:43:27.919Z[ recovery-image] Jul 27 20:43:26.789 INFO O| Jul 27 20:43:26.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65822026-07-27T20:43:27.919Z[ recovery-image] Jul 27 20:43:26.789 INFO O| Jul 27 20:43:26.789 INFO STEP 448 (remove_files) COMPLETE
65832026-07-27T20:43:27.919Z[ recovery-image] Jul 27 20:43:26.789 INFO O| Jul 27 20:43:26.789 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-07-27T20:43:27.932Z[ recovery-image] Jul 27 20:43:26.801 INFO O| Jul 27 20:43:26.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65852026-07-27T20:43:27.932Z[ recovery-image] Jul 27 20:43:26.801 INFO O| Jul 27 20:43:26.801 INFO STEP 449 (remove_files) COMPLETE
65862026-07-27T20:43:27.932Z[ recovery-image] Jul 27 20:43:26.801 INFO O| Jul 27 20:43:26.801 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-07-27T20:43:27.946Z[ recovery-image] Jul 27 20:43:26.814 INFO O| Jul 27 20:43:26.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65882026-07-27T20:43:27.946Z[ recovery-image] Jul 27 20:43:26.814 INFO O| Jul 27 20:43:26.814 INFO STEP 450 (remove_files) COMPLETE
65892026-07-27T20:43:27.950Z[ recovery-image] Jul 27 20:43:26.814 INFO O| Jul 27 20:43:26.814 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-07-27T20:43:27.959Z[ recovery-image] Jul 27 20:43:26.825 INFO O| Jul 27 20:43:26.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
65912026-07-27T20:43:27.963Z[ recovery-image] Jul 27 20:43:26.826 INFO O| Jul 27 20:43:26.826 INFO STEP 451 (remove_files) COMPLETE
65922026-07-27T20:43:27.964Z[ recovery-image] Jul 27 20:43:26.826 INFO O| Jul 27 20:43:26.826 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-07-27T20:43:27.975Z[ recovery-image] Jul 27 20:43:26.838 INFO O| Jul 27 20:43:26.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
65942026-07-27T20:43:27.975Z[ recovery-image] Jul 27 20:43:26.838 INFO O| Jul 27 20:43:26.838 INFO STEP 452 (remove_files) COMPLETE
65952026-07-27T20:43:27.976Z[ recovery-image] Jul 27 20:43:26.838 INFO O| Jul 27 20:43:26.838 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-07-27T20:43:27.986Z[ recovery-image] Jul 27 20:43:26.851 INFO O| Jul 27 20:43:26.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
65972026-07-27T20:43:27.992Z[ recovery-image] Jul 27 20:43:26.851 INFO O| Jul 27 20:43:26.851 INFO STEP 453 (remove_files) COMPLETE
65982026-07-27T20:43:27.992Z[ recovery-image] Jul 27 20:43:26.851 INFO O| Jul 27 20:43:26.851 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-07-27T20:43:28.004Z[ recovery-image] Jul 27 20:43:26.862 INFO O| Jul 27 20:43:26.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66002026-07-27T20:43:28.004Z[ recovery-image] Jul 27 20:43:26.863 INFO O| Jul 27 20:43:26.863 INFO STEP 454 (remove_files) COMPLETE
66012026-07-27T20:43:28.004Z[ recovery-image] Jul 27 20:43:26.863 INFO O| Jul 27 20:43:26.863 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-07-27T20:43:28.010Z[ recovery-image] Jul 27 20:43:26.873 INFO O| Jul 27 20:43:26.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66032026-07-27T20:43:28.010Z[ recovery-image] Jul 27 20:43:26.873 INFO O| Jul 27 20:43:26.873 INFO STEP 455 (remove_files) COMPLETE
66042026-07-27T20:43:28.010Z[ recovery-image] Jul 27 20:43:26.873 INFO O| Jul 27 20:43:26.873 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-07-27T20:43:28.023Z[ recovery-image] Jul 27 20:43:26.883 INFO O| Jul 27 20:43:26.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66062026-07-27T20:43:28.023Z[ recovery-image] Jul 27 20:43:26.883 INFO O| Jul 27 20:43:26.883 INFO STEP 456 (remove_files) COMPLETE
66072026-07-27T20:43:28.023Z[ recovery-image] Jul 27 20:43:26.883 INFO O| Jul 27 20:43:26.883 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-07-27T20:43:28.031Z[ recovery-image] Jul 27 20:43:26.894 INFO O| Jul 27 20:43:26.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66092026-07-27T20:43:28.031Z[ recovery-image] Jul 27 20:43:26.894 INFO O| Jul 27 20:43:26.894 INFO STEP 457 (remove_files) COMPLETE
66102026-07-27T20:43:28.031Z[ recovery-image] Jul 27 20:43:26.894 INFO O| Jul 27 20:43:26.894 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-07-27T20:43:28.036Z[ recovery-image] Jul 27 20:43:26.904 INFO O| Jul 27 20:43:26.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66122026-07-27T20:43:28.036Z[ recovery-image] Jul 27 20:43:26.904 INFO O| Jul 27 20:43:26.904 INFO STEP 458 (remove_files) COMPLETE
66132026-07-27T20:43:28.036Z[ recovery-image] Jul 27 20:43:26.904 INFO O| Jul 27 20:43:26.904 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-07-27T20:43:28.053Z[ recovery-image] Jul 27 20:43:26.915 INFO O| Jul 27 20:43:26.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66152026-07-27T20:43:28.053Z[ recovery-image] Jul 27 20:43:26.915 INFO O| Jul 27 20:43:26.915 INFO STEP 459 (remove_files) COMPLETE
66162026-07-27T20:43:28.084Z[ recovery-image] Jul 27 20:43:26.915 INFO O| Jul 27 20:43:26.915 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-07-27T20:43:28.084Z[ recovery-image] Jul 27 20:43:26.926 INFO O| Jul 27 20:43:26.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66182026-07-27T20:43:28.085Z[ recovery-image] Jul 27 20:43:26.926 INFO O| Jul 27 20:43:26.926 INFO STEP 460 (remove_files) COMPLETE
66192026-07-27T20:43:28.085Z[ recovery-image] Jul 27 20:43:26.926 INFO O| Jul 27 20:43:26.926 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-07-27T20:43:28.093Z[ recovery-image] Jul 27 20:43:26.936 INFO O| Jul 27 20:43:26.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66212026-07-27T20:43:28.093Z[ recovery-image] Jul 27 20:43:26.936 INFO O| Jul 27 20:43:26.936 INFO STEP 461 (remove_files) COMPLETE
66222026-07-27T20:43:28.093Z[ recovery-image] Jul 27 20:43:26.936 INFO O| Jul 27 20:43:26.936 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-07-27T20:43:28.093Z[ recovery-image] Jul 27 20:43:26.947 INFO O| Jul 27 20:43:26.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66242026-07-27T20:43:28.093Z[ recovery-image] Jul 27 20:43:26.947 INFO O| Jul 27 20:43:26.947 INFO STEP 462 (remove_files) COMPLETE
66252026-07-27T20:43:28.094Z[ recovery-image] Jul 27 20:43:26.947 INFO O| Jul 27 20:43:26.947 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-07-27T20:43:28.094Z[ recovery-image] Jul 27 20:43:26.957 INFO O| Jul 27 20:43:26.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66272026-07-27T20:43:28.094Z[ recovery-image] Jul 27 20:43:26.957 INFO O| Jul 27 20:43:26.957 INFO STEP 463 (remove_files) COMPLETE
66282026-07-27T20:43:28.094Z[ recovery-image] Jul 27 20:43:26.957 INFO O| Jul 27 20:43:26.957 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-07-27T20:43:28.104Z[ recovery-image] Jul 27 20:43:26.967 INFO O| Jul 27 20:43:26.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66302026-07-27T20:43:28.106Z[ recovery-image] Jul 27 20:43:26.967 INFO O| Jul 27 20:43:26.967 INFO STEP 464 (remove_files) COMPLETE
66312026-07-27T20:43:28.106Z[ recovery-image] Jul 27 20:43:26.967 INFO O| Jul 27 20:43:26.967 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-07-27T20:43:28.122Z[ recovery-image] Jul 27 20:43:26.978 INFO O| Jul 27 20:43:26.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66332026-07-27T20:43:28.122Z[ recovery-image] Jul 27 20:43:26.978 INFO O| Jul 27 20:43:26.978 INFO STEP 465 (remove_files) COMPLETE
66342026-07-27T20:43:28.122Z[ recovery-image] Jul 27 20:43:26.978 INFO O| Jul 27 20:43:26.978 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-07-27T20:43:28.129Z[ recovery-image] Jul 27 20:43:26.989 INFO O| Jul 27 20:43:26.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66362026-07-27T20:43:28.129Z[ recovery-image] Jul 27 20:43:26.989 INFO O| Jul 27 20:43:26.989 INFO STEP 466 (remove_files) COMPLETE
66372026-07-27T20:43:28.129Z[ recovery-image] Jul 27 20:43:26.989 INFO O| Jul 27 20:43:26.989 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-07-27T20:43:28.144Z[ recovery-image] Jul 27 20:43:26.999 INFO O| Jul 27 20:43:26.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66392026-07-27T20:43:28.144Z[ recovery-image] Jul 27 20:43:26.999 INFO O| Jul 27 20:43:26.999 INFO STEP 467 (remove_files) COMPLETE
66402026-07-27T20:43:28.144Z[ recovery-image] Jul 27 20:43:26.999 INFO O| Jul 27 20:43:26.999 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-07-27T20:43:28.155Z[ recovery-image] Jul 27 20:43:27.009 INFO O| Jul 27 20:43:27.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66422026-07-27T20:43:28.155Z[ recovery-image] Jul 27 20:43:27.009 INFO O| Jul 27 20:43:27.009 INFO STEP 468 (remove_files) COMPLETE
66432026-07-27T20:43:28.155Z[ recovery-image] Jul 27 20:43:27.009 INFO O| Jul 27 20:43:27.009 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-07-27T20:43:28.166Z[ recovery-image] Jul 27 20:43:27.019 INFO O| Jul 27 20:43:27.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66452026-07-27T20:43:28.167Z[ recovery-image] Jul 27 20:43:27.019 INFO O| Jul 27 20:43:27.019 INFO STEP 469 (remove_files) COMPLETE
66462026-07-27T20:43:28.167Z[ recovery-image] Jul 27 20:43:27.019 INFO O| Jul 27 20:43:27.019 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-07-27T20:43:28.175Z[ recovery-image] Jul 27 20:43:27.030 INFO O| Jul 27 20:43:27.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66482026-07-27T20:43:28.175Z[ recovery-image] Jul 27 20:43:27.030 INFO O| Jul 27 20:43:27.030 INFO STEP 470 (remove_files) COMPLETE
66492026-07-27T20:43:28.176Z[ recovery-image] Jul 27 20:43:27.030 INFO O| Jul 27 20:43:27.030 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-07-27T20:43:28.176Z[ recovery-image] Jul 27 20:43:27.040 INFO O| Jul 27 20:43:27.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66512026-07-27T20:43:28.176Z[ recovery-image] Jul 27 20:43:27.040 INFO O| Jul 27 20:43:27.040 INFO STEP 471 (remove_files) COMPLETE
66522026-07-27T20:43:28.176Z[ recovery-image] Jul 27 20:43:27.040 INFO O| Jul 27 20:43:27.040 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-07-27T20:43:28.184Z[ recovery-image] Jul 27 20:43:27.050 INFO O| Jul 27 20:43:27.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66542026-07-27T20:43:28.184Z[ recovery-image] Jul 27 20:43:27.050 INFO O| Jul 27 20:43:27.050 INFO STEP 472 (remove_files) COMPLETE
66552026-07-27T20:43:28.184Z[ recovery-image] Jul 27 20:43:27.050 INFO O| Jul 27 20:43:27.050 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-07-27T20:43:28.206Z[ recovery-image] Jul 27 20:43:27.061 INFO O| Jul 27 20:43:27.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66572026-07-27T20:43:28.206Z[ recovery-image] Jul 27 20:43:27.061 INFO O| Jul 27 20:43:27.061 INFO STEP 473 (remove_files) COMPLETE
66582026-07-27T20:43:28.220Z[ recovery-image] Jul 27 20:43:27.061 INFO O| Jul 27 20:43:27.061 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-07-27T20:43:28.220Z[ recovery-image] Jul 27 20:43:27.071 INFO O| Jul 27 20:43:27.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66602026-07-27T20:43:28.220Z[ recovery-image] Jul 27 20:43:27.071 INFO O| Jul 27 20:43:27.071 INFO STEP 474 (remove_files) COMPLETE
66612026-07-27T20:43:28.220Z[ recovery-image] Jul 27 20:43:27.071 INFO O| Jul 27 20:43:27.071 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-07-27T20:43:28.220Z[ recovery-image] Jul 27 20:43:27.081 INFO O| Jul 27 20:43:27.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66632026-07-27T20:43:28.220Z[ recovery-image] Jul 27 20:43:27.081 INFO O| Jul 27 20:43:27.081 INFO STEP 475 (remove_files) COMPLETE
66642026-07-27T20:43:28.220Z[ recovery-image] Jul 27 20:43:27.081 INFO O| Jul 27 20:43:27.081 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-07-27T20:43:28.232Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
66662026-07-27T20:43:28.232Z[ recovery-image] Jul 27 20:43:27.091 INFO O| Jul 27 20:43:27.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66672026-07-27T20:43:28.232Z[ recovery-image] Jul 27 20:43:27.091 INFO O| Jul 27 20:43:27.091 INFO STEP 476 (remove_files) COMPLETE
66682026-07-27T20:43:28.232Z[ recovery-image] Jul 27 20:43:27.091 INFO O| Jul 27 20:43:27.091 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-07-27T20:43:28.240Z[ recovery-image] Jul 27 20:43:27.101 INFO O| Jul 27 20:43:27.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66702026-07-27T20:43:28.240Z[ recovery-image] Jul 27 20:43:27.101 INFO O| Jul 27 20:43:27.101 INFO STEP 477 (remove_files) COMPLETE
66712026-07-27T20:43:28.240Z[ recovery-image] Jul 27 20:43:27.101 INFO O| Jul 27 20:43:27.101 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-07-27T20:43:28.251Z[ recovery-image] Jul 27 20:43:27.111 INFO O| Jul 27 20:43:27.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66732026-07-27T20:43:28.251Z[ recovery-image] Jul 27 20:43:27.111 INFO O| Jul 27 20:43:27.111 INFO STEP 478 (remove_files) COMPLETE
66742026-07-27T20:43:28.251Z[ recovery-image] Jul 27 20:43:27.111 INFO O| Jul 27 20:43:27.111 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-07-27T20:43:28.261Z[ recovery-image] Jul 27 20:43:27.121 INFO O| Jul 27 20:43:27.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66762026-07-27T20:43:28.261Z[ recovery-image] Jul 27 20:43:27.121 INFO O| Jul 27 20:43:27.121 INFO STEP 479 (remove_files) COMPLETE
66772026-07-27T20:43:28.261Z[ recovery-image] Jul 27 20:43:27.121 INFO O| Jul 27 20:43:27.121 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-07-27T20:43:28.269Z[ recovery-image] Jul 27 20:43:27.133 INFO O| Jul 27 20:43:27.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66792026-07-27T20:43:28.270Z[ recovery-image] Jul 27 20:43:27.133 INFO O| Jul 27 20:43:27.133 INFO STEP 480 (remove_files) COMPLETE
66802026-07-27T20:43:28.271Z[ recovery-image] Jul 27 20:43:27.133 INFO O| Jul 27 20:43:27.133 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-07-27T20:43:28.279Z[ recovery-image] Jul 27 20:43:27.143 INFO O| Jul 27 20:43:27.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66822026-07-27T20:43:28.280Z[ recovery-image] Jul 27 20:43:27.143 INFO O| Jul 27 20:43:27.143 INFO STEP 481 (remove_files) COMPLETE
66832026-07-27T20:43:28.280Z[ recovery-image] Jul 27 20:43:27.143 INFO O| Jul 27 20:43:27.143 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-07-27T20:43:28.285Z[ recovery-image] Jul 27 20:43:27.153 INFO O| Jul 27 20:43:27.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66852026-07-27T20:43:28.285Z[ recovery-image] Jul 27 20:43:27.154 INFO O| Jul 27 20:43:27.154 INFO STEP 482 (remove_files) COMPLETE
66862026-07-27T20:43:28.285Z[ recovery-image] Jul 27 20:43:27.154 INFO O| Jul 27 20:43:27.154 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-07-27T20:43:28.297Z[ recovery-image] Jul 27 20:43:27.164 INFO O| Jul 27 20:43:27.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
66882026-07-27T20:43:28.297Z[ recovery-image] Jul 27 20:43:27.164 INFO O| Jul 27 20:43:27.164 INFO STEP 483 (remove_files) COMPLETE
66892026-07-27T20:43:28.297Z[ recovery-image] Jul 27 20:43:27.164 INFO O| Jul 27 20:43:27.164 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-07-27T20:43:28.318Z[ recovery-image] Jul 27 20:43:27.175 INFO O| Jul 27 20:43:27.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
66912026-07-27T20:43:28.318Z[ recovery-image] Jul 27 20:43:27.175 INFO O| Jul 27 20:43:27.175 INFO STEP 484 (remove_files) COMPLETE
66922026-07-27T20:43:28.318Z[ recovery-image] Jul 27 20:43:27.175 INFO O| Jul 27 20:43:27.175 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-07-27T20:43:28.337Z[ recovery-image] Jul 27 20:43:27.187 INFO O| Jul 27 20:43:27.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
66942026-07-27T20:43:28.337Z[ recovery-image] Jul 27 20:43:27.187 INFO O| Jul 27 20:43:27.187 INFO STEP 485 (remove_files) COMPLETE
66952026-07-27T20:43:28.337Z[ recovery-image] Jul 27 20:43:27.187 INFO O| Jul 27 20:43:27.187 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-07-27T20:43:28.351Z[ recovery-image] Jul 27 20:43:27.197 INFO O| Jul 27 20:43:27.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
66972026-07-27T20:43:28.351Z[ recovery-image] Jul 27 20:43:27.197 INFO O| Jul 27 20:43:27.197 INFO STEP 486 (remove_files) COMPLETE
66982026-07-27T20:43:28.351Z[ recovery-image] Jul 27 20:43:27.197 INFO O| Jul 27 20:43:27.197 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-07-27T20:43:28.351Z[ recovery-image] Jul 27 20:43:27.206 INFO O| Jul 27 20:43:27.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67002026-07-27T20:43:28.351Z[ recovery-image] Jul 27 20:43:27.206 INFO O| Jul 27 20:43:27.206 INFO STEP 487 (remove_files) COMPLETE
67012026-07-27T20:43:28.351Z[ recovery-image] Jul 27 20:43:27.206 INFO O| Jul 27 20:43:27.206 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-07-27T20:43:28.356Z[ recovery-image] Jul 27 20:43:27.217 INFO O| Jul 27 20:43:27.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67032026-07-27T20:43:28.357Z[ recovery-image] Jul 27 20:43:27.217 INFO O| Jul 27 20:43:27.217 INFO STEP 488 (remove_files) COMPLETE
67042026-07-27T20:43:28.357Z[ recovery-image] Jul 27 20:43:27.217 INFO O| Jul 27 20:43:27.217 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.219 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24139:20260724T162332Z
67062026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.219 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24139:20260724T162332Z
67072026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.219 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
67082026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.219 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
67092026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.219 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
67102026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.219 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
67112026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.219 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
67122026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.219 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
67132026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.220 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260727T202916Z
67142026-07-27T20:43:28.357Z[ host-image] Jul 27 20:43:27.220 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
67152026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.220 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
67162026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.220 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24139:20260724T162332Z
67172026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24139:20260724T162332Z
67182026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24139:20260724T162332Z
67192026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24139:20260724T162332Z
67202026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
67212026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24139:20260724T162332Z
67222026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24139:20260724T162333Z
67232026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24139:20260724T162333Z
67242026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24139:20260724T162333Z
67252026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.221 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24139:20260724T162333Z
67262026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24139:20260724T162333Z
67272026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24139:20260724T162333Z
67282026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24139:20260724T162333Z
67292026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24139:20260724T162333Z
67302026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24139:20260724T162334Z
67312026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24139:20260724T162334Z
67322026-07-27T20:43:28.359Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24139:20260724T162334Z
67332026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24139:20260724T162334Z
67342026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24139:20260724T162335Z
67352026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24139:20260724T162335Z
67362026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
67372026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24139:20260724T162336Z
67382026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24139:20260724T162337Z
67392026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24139:20260724T162337Z
67402026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24139:20260724T162337Z
67412026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.222 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24139:20260724T162338Z
67422026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.223 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24139:20260724T162338Z
67432026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.223 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24139:20260724T162338Z
67442026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
67452026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24139:20260724T162338Z
67462026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
67472026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
67482026-07-27T20:43:28.360Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
67492026-07-27T20:43:28.362Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
67502026-07-27T20:43:28.362Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24139:20260724T162338Z
67512026-07-27T20:43:28.362Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
67522026-07-27T20:43:28.362Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
67532026-07-27T20:43:28.362Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
67542026-07-27T20:43:28.362Z[ host-image] Jul 27 20:43:27.226 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
67552026-07-27T20:43:28.367Z[ recovery-image] Jul 27 20:43:27.228 INFO O| Jul 27 20:43:27.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67562026-07-27T20:43:28.367Z[ recovery-image] Jul 27 20:43:27.228 INFO O| Jul 27 20:43:27.228 INFO STEP 489 (remove_files) COMPLETE
67572026-07-27T20:43:28.367Z[ recovery-image] Jul 27 20:43:27.228 INFO O| Jul 27 20:43:27.228 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-07-27T20:43:28.367Z[ host-image] Jul 27 20:43:27.230 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
67592026-07-27T20:43:28.367Z[ host-image] Jul 27 20:43:27.230 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
67602026-07-27T20:43:28.367Z[ host-image] Jul 27 20:43:27.230 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
67612026-07-27T20:43:28.367Z[ host-image] Jul 27 20:43:27.230 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
67622026-07-27T20:43:28.367Z[ host-image] Jul 27 20:43:27.230 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
67632026-07-27T20:43:28.367Z[ host-image] Jul 27 20:43:27.230 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
67642026-07-27T20:43:28.367Z[ recovery-image] Jul 27 20:43:27.237 INFO O| Jul 27 20:43:27.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67652026-07-27T20:43:28.368Z[ recovery-image] Jul 27 20:43:27.237 INFO O| Jul 27 20:43:27.237 INFO STEP 490 (remove_files) COMPLETE
67662026-07-27T20:43:28.368Z[ recovery-image] Jul 27 20:43:27.237 INFO O| Jul 27 20:43:27.237 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.242 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
67682026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.242 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
67692026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.242 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
67702026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24139:20260724T162339Z
67712026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24139:20260724T162342Z
67722026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
67732026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24139:20260724T162342Z
67742026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
67752026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
67762026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
67772026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
67782026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24139:20260724T162342Z
67792026-07-27T20:43:28.372Z[ host-image] Jul 27 20:43:27.243 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
67802026-07-27T20:43:28.377Z[ host-image] Jul 27 20:43:27.244 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
67812026-07-27T20:43:28.377Z[ host-image] Jul 27 20:43:27.244 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
67822026-07-27T20:43:28.378Z[ host-image] Jul 27 20:43:27.244 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
67832026-07-27T20:43:28.378Z[ host-image] Jul 27 20:43:27.244 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24139:20260724T162342Z
67842026-07-27T20:43:28.378Z[ host-image] Jul 27 20:43:27.244 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
67852026-07-27T20:43:28.378Z[ recovery-image] Jul 27 20:43:27.247 INFO O| Jul 27 20:43:27.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67862026-07-27T20:43:28.378Z[ recovery-image] Jul 27 20:43:27.247 INFO O| Jul 27 20:43:27.247 INFO STEP 491 (remove_files) COMPLETE
67872026-07-27T20:43:28.378Z[ recovery-image] Jul 27 20:43:27.247 INFO O| Jul 27 20:43:27.247 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.248 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
67892026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.248 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24139:20260724T162342Z
67902026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.249 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24139:20260724T162343Z
67912026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.249 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24139:20260724T162343Z
67922026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.249 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
67932026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.249 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24139:20260724T162343Z
67942026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.249 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24139:20260724T162343Z
67952026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.249 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24139:20260724T162343Z
67962026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.249 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24139:20260724T162343Z
67972026-07-27T20:43:28.384Z[ host-image] Jul 27 20:43:27.250 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
67982026-07-27T20:43:28.386Z[ host-image] Jul 27 20:43:27.250 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24139:20260724T162344Z
67992026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.251 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24139:20260724T162344Z
68002026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.251 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
68012026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.251 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24139:20260724T162344Z
68022026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.251 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24139:20260724T162344Z
68032026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.251 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24139:20260724T162344Z
68042026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.251 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24139:20260724T162344Z
68052026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.253 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24139:20260724T162345Z
68062026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.253 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
68072026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.253 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24139:20260724T162345Z
68082026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.253 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24139:20260724T162345Z
68092026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.254 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24139:20260724T162345Z
68102026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.254 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24139:20260724T162345Z
68112026-07-27T20:43:28.387Z[ host-image] Jul 27 20:43:27.254 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24139:20260724T162345Z
68122026-07-27T20:43:28.393Z[ host-image] Jul 27 20:43:27.254 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24139:20260724T162345Z
68132026-07-27T20:43:28.393Z[ host-image] Jul 27 20:43:27.254 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24139:20260724T162345Z
68142026-07-27T20:43:28.394Z[ host-image] Jul 27 20:43:27.254 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24139:20260724T162345Z
68152026-07-27T20:43:28.394Z[ host-image] Jul 27 20:43:27.257 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24139:20260724T162346Z
68162026-07-27T20:43:28.394Z[ host-image] Jul 27 20:43:27.257 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24139:20260724T162345Z
68172026-07-27T20:43:28.394Z[ host-image] Jul 27 20:43:27.257 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24139:20260724T162345Z
68182026-07-27T20:43:28.394Z[ host-image] Jul 27 20:43:27.258 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24139:20260724T162346Z
68192026-07-27T20:43:28.394Z[ host-image] Jul 27 20:43:27.258 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24139:20260724T162346Z
68202026-07-27T20:43:28.394Z[ recovery-image] Jul 27 20:43:27.259 INFO O| Jul 27 20:43:27.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68212026-07-27T20:43:28.394Z[ recovery-image] Jul 27 20:43:27.259 INFO O| Jul 27 20:43:27.259 INFO STEP 492 (remove_files) COMPLETE
68222026-07-27T20:43:28.394Z[ recovery-image] Jul 27 20:43:27.259 INFO O| Jul 27 20:43:27.259 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-07-27T20:43:28.400Z[ host-image] Jul 27 20:43:27.264 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24139:20260724T162347Z
68242026-07-27T20:43:28.400Z[ host-image] Jul 27 20:43:27.264 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24139:20260724T162346Z
68252026-07-27T20:43:28.400Z[ host-image] Jul 27 20:43:27.264 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24139:20260724T162346Z
68262026-07-27T20:43:28.400Z[ host-image] Jul 27 20:43:27.264 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
68272026-07-27T20:43:28.400Z[ host-image] Jul 27 20:43:27.264 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
68282026-07-27T20:43:28.400Z[ recovery-image] Jul 27 20:43:27.269 INFO O| Jul 27 20:43:27.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68292026-07-27T20:43:28.400Z[ recovery-image] Jul 27 20:43:27.269 INFO O| Jul 27 20:43:27.269 INFO STEP 493 (remove_files) COMPLETE
68302026-07-27T20:43:28.400Z[ recovery-image] Jul 27 20:43:27.269 INFO O| Jul 27 20:43:27.269 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-07-27T20:43:28.405Z[ host-image] Jul 27 20:43:27.272 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24139:20260724T162346Z
68322026-07-27T20:43:28.405Z[ host-image] Jul 27 20:43:27.272 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
68332026-07-27T20:43:28.405Z[ host-image] Jul 27 20:43:27.272 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24139:20260724T162346Z
68342026-07-27T20:43:28.405Z[ host-image] Jul 27 20:43:27.272 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24139:20260724T162346Z
68352026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24139:20260724T162346Z
68362026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
68372026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
68382026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24139:20260724T162347Z
68392026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24139:20260724T162347Z
68402026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24139:20260724T162347Z
68412026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24139:20260724T162347Z
68422026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24139:20260724T162347Z
68432026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.273 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24139:20260724T162347Z
68442026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.274 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
68452026-07-27T20:43:28.406Z[ host-image] Jul 27 20:43:27.274 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24139:20260724T162348Z
68462026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24139:20260724T162348Z
68472026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24139:20260724T162348Z
68482026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24139:20260724T162348Z
68492026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24139:20260724T162348Z
68502026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24139:20260724T162348Z
68512026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
68522026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
68532026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24139:20260724T162349Z
68542026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24139:20260724T162350Z
68552026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
68562026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
68572026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
68582026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
68592026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.275 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
68602026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.276 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
68612026-07-27T20:43:28.407Z[ host-image] Jul 27 20:43:27.276 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
68622026-07-27T20:43:28.430Z[ host-image] Jul 27 20:43:27.276 INFO O| tempdir @ "/tmp/.tmpFQAwJp/tmp"
68632026-07-27T20:43:28.432Z[ host-image] Jul 27 20:43:27.276 INFO O| image root @ "/tmp/.tmpFQAwJp/tmp/root"
68642026-07-27T20:43:28.432Z[ host-image] Jul 27 20:43:27.276 INFO O| creating image...
68652026-07-27T20:43:28.432Z[ recovery-image] Jul 27 20:43:27.280 INFO O| Jul 27 20:43:27.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68662026-07-27T20:43:28.432Z[ recovery-image] Jul 27 20:43:27.280 INFO O| Jul 27 20:43:27.280 INFO STEP 494 (remove_files) COMPLETE
68672026-07-27T20:43:28.433Z[ recovery-image] Jul 27 20:43:27.280 INFO O| Jul 27 20:43:27.280 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-27T20:43:28.438Z[ recovery-image] Jul 27 20:43:27.289 INFO O| Jul 27 20:43:27.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68692026-07-27T20:43:28.438Z[ recovery-image] Jul 27 20:43:27.289 INFO O| Jul 27 20:43:27.289 INFO STEP 495 (remove_files) COMPLETE
68702026-07-27T20:43:28.438Z[ recovery-image] Jul 27 20:43:27.289 INFO O| Jul 27 20:43:27.289 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-07-27T20:43:28.438Z[ recovery-image] Jul 27 20:43:27.299 INFO O| Jul 27 20:43:27.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68722026-07-27T20:43:28.438Z[ recovery-image] Jul 27 20:43:27.299 INFO O| Jul 27 20:43:27.299 INFO STEP 496 (remove_files) COMPLETE
68732026-07-27T20:43:28.438Z[ recovery-image] Jul 27 20:43:27.299 INFO O| Jul 27 20:43:27.299 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-07-27T20:43:28.443Z[ recovery-image] Jul 27 20:43:27.310 INFO O| Jul 27 20:43:27.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68752026-07-27T20:43:28.443Z[ recovery-image] Jul 27 20:43:27.310 INFO O| Jul 27 20:43:27.310 INFO STEP 497 (remove_files) COMPLETE
68762026-07-27T20:43:28.443Z[ recovery-image] Jul 27 20:43:27.310 INFO O| Jul 27 20:43:27.310 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-07-27T20:43:28.452Z[ recovery-image] Jul 27 20:43:27.320 INFO O| Jul 27 20:43:27.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68782026-07-27T20:43:28.452Z[ recovery-image] Jul 27 20:43:27.320 INFO O| Jul 27 20:43:27.320 INFO STEP 498 (remove_files) COMPLETE
68792026-07-27T20:43:28.458Z[ recovery-image] Jul 27 20:43:27.320 INFO O| Jul 27 20:43:27.320 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-07-27T20:43:28.458Z[ recovery-image] Jul 27 20:43:27.328 INFO O| Jul 27 20:43:27.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68812026-07-27T20:43:28.459Z[ recovery-image] Jul 27 20:43:27.328 INFO O| Jul 27 20:43:27.328 INFO STEP 499 (remove_files) COMPLETE
68822026-07-27T20:43:28.459Z[ recovery-image] Jul 27 20:43:27.328 INFO O| Jul 27 20:43:27.328 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-07-27T20:43:28.466Z[ recovery-image] Jul 27 20:43:27.336 INFO O| Jul 27 20:43:27.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68842026-07-27T20:43:28.479Z[ recovery-image] Jul 27 20:43:27.337 INFO O| Jul 27 20:43:27.337 INFO STEP 500 (remove_files) COMPLETE
68852026-07-27T20:43:28.479Z[ recovery-image] Jul 27 20:43:27.337 INFO O| Jul 27 20:43:27.337 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-07-27T20:43:28.490Z[ recovery-image] Jul 27 20:43:27.349 INFO O| Jul 27 20:43:27.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68872026-07-27T20:43:28.490Z[ recovery-image] Jul 27 20:43:27.349 INFO O| Jul 27 20:43:27.349 INFO STEP 501 (remove_files) COMPLETE
68882026-07-27T20:43:28.490Z[ recovery-image] Jul 27 20:43:27.349 INFO O| Jul 27 20:43:27.349 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-07-27T20:43:28.499Z[ recovery-image] Jul 27 20:43:27.358 INFO O| Jul 27 20:43:27.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68902026-07-27T20:43:28.499Z[ recovery-image] Jul 27 20:43:27.359 INFO O| Jul 27 20:43:27.359 INFO STEP 502 (remove_files) COMPLETE
68912026-07-27T20:43:28.499Z[ recovery-image] Jul 27 20:43:27.359 INFO O| Jul 27 20:43:27.359 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-07-27T20:43:28.506Z[ recovery-image] Jul 27 20:43:27.367 INFO O| Jul 27 20:43:27.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68932026-07-27T20:43:28.507Z[ recovery-image] Jul 27 20:43:27.369 INFO O| Jul 27 20:43:27.369 INFO STEP 503 (remove_files) COMPLETE
68942026-07-27T20:43:28.507Z[ recovery-image] Jul 27 20:43:27.369 INFO O| Jul 27 20:43:27.369 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-07-27T20:43:28.514Z[ recovery-image] Jul 27 20:43:27.378 INFO O| Jul 27 20:43:27.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68962026-07-27T20:43:28.514Z[ recovery-image] Jul 27 20:43:27.378 INFO O| Jul 27 20:43:27.378 INFO STEP 504 (remove_files) COMPLETE
68972026-07-27T20:43:28.514Z[ recovery-image] Jul 27 20:43:27.378 INFO O| Jul 27 20:43:27.378 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-07-27T20:43:28.519Z[ recovery-image] Jul 27 20:43:27.387 INFO O| Jul 27 20:43:27.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68992026-07-27T20:43:28.519Z[ recovery-image] Jul 27 20:43:27.387 INFO O| Jul 27 20:43:27.387 INFO STEP 505 (remove_files) COMPLETE
69002026-07-27T20:43:28.520Z[ recovery-image] Jul 27 20:43:27.387 INFO O| Jul 27 20:43:27.387 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-07-27T20:43:28.528Z[ recovery-image] Jul 27 20:43:27.398 INFO O| Jul 27 20:43:27.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
69022026-07-27T20:43:28.528Z[ recovery-image] Jul 27 20:43:27.398 INFO O| Jul 27 20:43:27.398 INFO STEP 506 (remove_files) COMPLETE
69032026-07-27T20:43:28.528Z[ recovery-image] Jul 27 20:43:27.398 INFO O| Jul 27 20:43:27.398 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-07-27T20:43:28.539Z[ recovery-image] Jul 27 20:43:27.408 INFO O| Jul 27 20:43:27.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69052026-07-27T20:43:28.540Z[ recovery-image] Jul 27 20:43:27.408 INFO O| Jul 27 20:43:27.408 INFO STEP 507 (remove_files) COMPLETE
69062026-07-27T20:43:28.541Z[ recovery-image] Jul 27 20:43:27.408 INFO O| Jul 27 20:43:27.408 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-07-27T20:43:28.552Z[ recovery-image] Jul 27 20:43:27.418 INFO O| Jul 27 20:43:27.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69082026-07-27T20:43:28.552Z[ recovery-image] Jul 27 20:43:27.418 INFO O| Jul 27 20:43:27.418 INFO STEP 508 (remove_files) COMPLETE
69092026-07-27T20:43:28.552Z[ recovery-image] Jul 27 20:43:27.418 INFO O| Jul 27 20:43:27.418 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-07-27T20:43:28.559Z[ recovery-image] Jul 27 20:43:27.429 INFO O| Jul 27 20:43:27.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69112026-07-27T20:43:28.559Z[ recovery-image] Jul 27 20:43:27.430 INFO O| Jul 27 20:43:27.430 INFO STEP 509 (remove_files) COMPLETE
69122026-07-27T20:43:28.563Z[ recovery-image] Jul 27 20:43:27.430 INFO O| Jul 27 20:43:27.430 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-07-27T20:43:28.572Z[ recovery-image] Jul 27 20:43:27.441 INFO O| Jul 27 20:43:27.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69142026-07-27T20:43:28.572Z[ recovery-image] Jul 27 20:43:27.441 INFO O| Jul 27 20:43:27.441 INFO STEP 510 (remove_files) COMPLETE
69152026-07-27T20:43:28.572Z[ recovery-image] Jul 27 20:43:27.441 INFO O| Jul 27 20:43:27.441 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-07-27T20:43:28.583Z[ recovery-image] Jul 27 20:43:27.452 INFO O| Jul 27 20:43:27.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69172026-07-27T20:43:28.583Z[ recovery-image] Jul 27 20:43:27.452 INFO O| Jul 27 20:43:27.452 INFO STEP 511 (remove_files) COMPLETE
69182026-07-27T20:43:28.583Z[ recovery-image] Jul 27 20:43:27.452 INFO O| Jul 27 20:43:27.452 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-07-27T20:43:28.594Z[ recovery-image] Jul 27 20:43:27.463 INFO O| Jul 27 20:43:27.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69202026-07-27T20:43:28.594Z[ recovery-image] Jul 27 20:43:27.463 INFO O| Jul 27 20:43:27.463 INFO STEP 512 (remove_files) COMPLETE
69212026-07-27T20:43:28.600Z[ recovery-image] Jul 27 20:43:27.463 INFO O| Jul 27 20:43:27.463 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-07-27T20:43:28.603Z[ recovery-image] Jul 27 20:43:27.474 INFO O| Jul 27 20:43:27.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69232026-07-27T20:43:28.603Z[ recovery-image] Jul 27 20:43:27.474 INFO O| Jul 27 20:43:27.474 INFO STEP 513 (remove_files) COMPLETE
69242026-07-27T20:43:28.603Z[ recovery-image] Jul 27 20:43:27.474 INFO O| Jul 27 20:43:27.474 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-07-27T20:43:28.616Z[ recovery-image] Jul 27 20:43:27.485 INFO O| Jul 27 20:43:27.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69262026-07-27T20:43:28.622Z[ recovery-image] Jul 27 20:43:27.486 INFO O| Jul 27 20:43:27.486 INFO STEP 514 (remove_files) COMPLETE
69272026-07-27T20:43:28.622Z[ recovery-image] Jul 27 20:43:27.486 INFO O| Jul 27 20:43:27.486 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-07-27T20:43:28.629Z[ recovery-image] Jul 27 20:43:27.498 INFO O| Jul 27 20:43:27.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69292026-07-27T20:43:28.633Z[ recovery-image] Jul 27 20:43:27.499 INFO O| Jul 27 20:43:27.499 INFO STEP 515 (remove_files) COMPLETE
69302026-07-27T20:43:28.633Z[ recovery-image] Jul 27 20:43:27.499 INFO O| Jul 27 20:43:27.499 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-07-27T20:43:28.640Z[ recovery-image] Jul 27 20:43:27.510 INFO O| Jul 27 20:43:27.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69322026-07-27T20:43:28.640Z[ recovery-image] Jul 27 20:43:27.510 INFO O| Jul 27 20:43:27.510 INFO STEP 516 (remove_files) COMPLETE
69332026-07-27T20:43:28.644Z[ recovery-image] Jul 27 20:43:27.510 INFO O| Jul 27 20:43:27.510 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-07-27T20:43:28.650Z[ recovery-image] Jul 27 20:43:27.521 INFO O| Jul 27 20:43:27.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69352026-07-27T20:43:28.650Z[ recovery-image] Jul 27 20:43:27.521 INFO O| Jul 27 20:43:27.521 INFO STEP 517 (remove_files) COMPLETE
69362026-07-27T20:43:28.650Z[ recovery-image] Jul 27 20:43:27.521 INFO O| Jul 27 20:43:27.521 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-07-27T20:43:28.663Z[ recovery-image] Jul 27 20:43:27.532 INFO O| Jul 27 20:43:27.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69382026-07-27T20:43:28.663Z[ recovery-image] Jul 27 20:43:27.532 INFO O| Jul 27 20:43:27.532 INFO STEP 518 (remove_files) COMPLETE
69392026-07-27T20:43:28.667Z[ recovery-image] Jul 27 20:43:27.532 INFO O| Jul 27 20:43:27.532 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-07-27T20:43:28.673Z[ recovery-image] Jul 27 20:43:27.543 INFO O| Jul 27 20:43:27.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69412026-07-27T20:43:28.674Z[ recovery-image] Jul 27 20:43:27.543 INFO O| Jul 27 20:43:27.543 INFO STEP 519 (remove_files) COMPLETE
69422026-07-27T20:43:28.689Z[ recovery-image] Jul 27 20:43:27.543 INFO O| Jul 27 20:43:27.543 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-27T20:43:28.838Z[ recovery-image] Jul 27 20:43:27.554 INFO O| Jul 27 20:43:27.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69442026-07-27T20:43:28.838Z[ recovery-image] Jul 27 20:43:27.554 INFO O| Jul 27 20:43:27.554 INFO STEP 520 (remove_files) COMPLETE
69452026-07-27T20:43:28.838Z[ recovery-image] Jul 27 20:43:27.554 INFO O| Jul 27 20:43:27.554 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-27T20:43:28.838Z[ recovery-image] Jul 27 20:43:27.565 INFO O| Jul 27 20:43:27.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69472026-07-27T20:43:28.838Z[ recovery-image] Jul 27 20:43:27.565 INFO O| Jul 27 20:43:27.565 INFO STEP 521 (remove_files) COMPLETE
69482026-07-27T20:43:28.838Z[ recovery-image] Jul 27 20:43:27.565 INFO O| Jul 27 20:43:27.565 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-27T20:43:28.851Z[ recovery-image] Jul 27 20:43:27.576 INFO O| Jul 27 20:43:27.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69502026-07-27T20:43:28.851Z[ recovery-image] Jul 27 20:43:27.576 INFO O| Jul 27 20:43:27.576 INFO STEP 522 (remove_files) COMPLETE
69512026-07-27T20:43:28.851Z[ recovery-image] Jul 27 20:43:27.576 INFO O| Jul 27 20:43:27.576 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-27T20:43:28.851Z[ recovery-image] Jul 27 20:43:27.586 INFO O| Jul 27 20:43:27.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69532026-07-27T20:43:28.851Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
69542026-07-27T20:43:28.851Z[ recovery-image] Jul 27 20:43:27.588 INFO O| Jul 27 20:43:27.588 INFO STEP 523 (remove_files) COMPLETE
69552026-07-27T20:43:28.852Z[ recovery-image] Jul 27 20:43:27.589 INFO O| Jul 27 20:43:27.588 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-07-27T20:43:28.852Z[ recovery-image] Jul 27 20:43:27.598 INFO O| Jul 27 20:43:27.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69572026-07-27T20:43:28.852Z[ recovery-image] Jul 27 20:43:27.599 INFO O| Jul 27 20:43:27.599 INFO STEP 524 (remove_files) COMPLETE
69582026-07-27T20:43:28.852Z[ recovery-image] Jul 27 20:43:27.599 INFO O| Jul 27 20:43:27.599 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-07-27T20:43:28.853Z[ recovery-image] Jul 27 20:43:27.607 INFO O| Jul 27 20:43:27.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69602026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.607 INFO O| Jul 27 20:43:27.607 INFO STEP 525 (remove_files) COMPLETE
69612026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.607 INFO O| Jul 27 20:43:27.607 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.616 INFO O| Jul 27 20:43:27.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69632026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.616 INFO O| Jul 27 20:43:27.616 INFO STEP 526 (remove_files) COMPLETE
69642026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.616 INFO O| Jul 27 20:43:27.616 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.624 INFO O| Jul 27 20:43:27.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69662026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.624 INFO O| Jul 27 20:43:27.624 INFO STEP 527 (remove_files) COMPLETE
69672026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.624 INFO O| Jul 27 20:43:27.624 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.632 INFO O| Jul 27 20:43:27.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69692026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.632 INFO O| Jul 27 20:43:27.632 INFO STEP 528 (remove_files) COMPLETE
69702026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.632 INFO O| Jul 27 20:43:27.632 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.641 INFO O| Jul 27 20:43:27.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69722026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.641 INFO O| Jul 27 20:43:27.641 INFO STEP 529 (remove_files) COMPLETE
69732026-07-27T20:43:28.854Z[ recovery-image] Jul 27 20:43:27.641 INFO O| Jul 27 20:43:27.641 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-07-27T20:43:28.854Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
69752026-07-27T20:43:28.855Z[ recovery-image] Jul 27 20:43:27.650 INFO O| Jul 27 20:43:27.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69762026-07-27T20:43:28.855Z[ recovery-image] Jul 27 20:43:27.650 INFO O| Jul 27 20:43:27.650 INFO STEP 530 (remove_files) COMPLETE
69772026-07-27T20:43:28.855Z[ recovery-image] Jul 27 20:43:27.650 INFO O| Jul 27 20:43:27.650 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-07-27T20:43:28.855Z[ recovery-image] Jul 27 20:43:27.659 INFO O| Jul 27 20:43:27.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69792026-07-27T20:43:28.855Z[ recovery-image] Jul 27 20:43:27.659 INFO O| Jul 27 20:43:27.659 INFO STEP 531 (remove_files) COMPLETE
69802026-07-27T20:43:28.855Z[ recovery-image] Jul 27 20:43:27.659 INFO O| Jul 27 20:43:27.659 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-07-27T20:43:28.855Z[ recovery-image] Jul 27 20:43:27.667 INFO O| Jul 27 20:43:27.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69822026-07-27T20:43:28.856Z[ recovery-image] Jul 27 20:43:27.667 INFO O| Jul 27 20:43:27.667 INFO STEP 532 (remove_files) COMPLETE
69832026-07-27T20:43:28.856Z[ recovery-image] Jul 27 20:43:27.667 INFO O| Jul 27 20:43:27.667 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-07-27T20:43:28.856Z[ recovery-image] Jul 27 20:43:27.677 INFO O| Jul 27 20:43:27.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69852026-07-27T20:43:28.856Z[ recovery-image] Jul 27 20:43:27.677 INFO O| Jul 27 20:43:27.677 INFO STEP 533 (remove_files) COMPLETE
69862026-07-27T20:43:28.856Z[ recovery-image] Jul 27 20:43:27.677 INFO O| Jul 27 20:43:27.677 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-07-27T20:43:28.856Z[ recovery-image] Jul 27 20:43:27.685 INFO O| Jul 27 20:43:27.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69882026-07-27T20:43:28.856Z[ recovery-image] Jul 27 20:43:27.685 INFO O| Jul 27 20:43:27.685 INFO STEP 534 (remove_files) COMPLETE
69892026-07-27T20:43:28.856Z[ recovery-image] Jul 27 20:43:27.685 INFO O| Jul 27 20:43:27.685 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.693 INFO O| Jul 27 20:43:27.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69912026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.693 INFO O| Jul 27 20:43:27.693 INFO STEP 535 (remove_files) COMPLETE
69922026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.693 INFO O| Jul 27 20:43:27.693 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.701 INFO O| Jul 27 20:43:27.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69942026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.701 INFO O| Jul 27 20:43:27.701 INFO STEP 536 (remove_files) COMPLETE
69952026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.701 INFO O| Jul 27 20:43:27.701 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.709 INFO O| Jul 27 20:43:27.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69972026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.709 INFO O| Jul 27 20:43:27.709 INFO STEP 537 (remove_files) COMPLETE
69982026-07-27T20:43:28.857Z[ recovery-image] Jul 27 20:43:27.709 INFO O| Jul 27 20:43:27.709 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-07-27T20:43:28.867Z[ recovery-image] Jul 27 20:43:27.717 INFO O| Jul 27 20:43:27.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
70002026-07-27T20:43:28.867Z[ recovery-image] Jul 27 20:43:27.718 INFO O| Jul 27 20:43:27.718 INFO STEP 538 (remove_files) COMPLETE
70012026-07-27T20:43:28.867Z[ recovery-image] Jul 27 20:43:27.718 INFO O| Jul 27 20:43:27.718 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-07-27T20:43:28.867Z[ recovery-image] Jul 27 20:43:27.727 INFO O| Jul 27 20:43:27.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
70032026-07-27T20:43:28.867Z[ recovery-image] Jul 27 20:43:27.727 INFO O| Jul 27 20:43:27.727 INFO STEP 539 (remove_files) COMPLETE
70042026-07-27T20:43:28.867Z[ recovery-image] Jul 27 20:43:27.727 INFO O| Jul 27 20:43:27.727 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-07-27T20:43:28.874Z[ recovery-image] Jul 27 20:43:27.736 INFO O| Jul 27 20:43:27.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
70062026-07-27T20:43:28.874Z[ recovery-image] Jul 27 20:43:27.736 INFO O| Jul 27 20:43:27.736 INFO STEP 540 (remove_files) COMPLETE
70072026-07-27T20:43:28.874Z[ recovery-image] Jul 27 20:43:27.736 INFO O| Jul 27 20:43:27.736 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-07-27T20:43:28.878Z[ recovery-image] Jul 27 20:43:27.748 INFO O| Jul 27 20:43:27.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70092026-07-27T20:43:28.878Z[ recovery-image] Jul 27 20:43:27.748 INFO O| Jul 27 20:43:27.748 INFO STEP 541 (remove_files) COMPLETE
70102026-07-27T20:43:28.878Z[ recovery-image] Jul 27 20:43:27.748 INFO O| Jul 27 20:43:27.748 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-07-27T20:43:28.884Z[ host-image] Jul 27 20:43:27.755 INFO O| copying publishers...
70122026-07-27T20:43:28.887Z[ recovery-image] Jul 27 20:43:27.758 INFO O| Jul 27 20:43:27.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70132026-07-27T20:43:28.887Z[ recovery-image] Jul 27 20:43:27.758 INFO O| Jul 27 20:43:27.758 INFO STEP 542 (remove_files) COMPLETE
70142026-07-27T20:43:28.887Z[ recovery-image] Jul 27 20:43:27.758 INFO O| Jul 27 20:43:27.758 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-07-27T20:43:28.897Z[ recovery-image] Jul 27 20:43:27.767 INFO O| Jul 27 20:43:27.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70162026-07-27T20:43:28.901Z[ recovery-image] Jul 27 20:43:27.768 INFO O| Jul 27 20:43:27.768 INFO STEP 543 (remove_files) COMPLETE
70172026-07-27T20:43:28.902Z[ recovery-image] Jul 27 20:43:27.768 INFO O| Jul 27 20:43:27.768 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-07-27T20:43:28.911Z[ recovery-image] Jul 27 20:43:27.780 INFO O| Jul 27 20:43:27.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70192026-07-27T20:43:28.911Z[ recovery-image] Jul 27 20:43:27.780 INFO O| Jul 27 20:43:27.780 INFO STEP 544 (remove_files) COMPLETE
70202026-07-27T20:43:28.915Z[ recovery-image] Jul 27 20:43:27.780 INFO O| Jul 27 20:43:27.780 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-07-27T20:43:28.919Z[ recovery-image] Jul 27 20:43:27.790 INFO O| Jul 27 20:43:27.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70222026-07-27T20:43:28.919Z[ recovery-image] Jul 27 20:43:27.790 INFO O| Jul 27 20:43:27.790 INFO STEP 545 (remove_files) COMPLETE
70232026-07-27T20:43:28.919Z[ recovery-image] Jul 27 20:43:27.790 INFO O| Jul 27 20:43:27.790 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-07-27T20:43:28.930Z[ recovery-image] Jul 27 20:43:27.801 INFO O| Jul 27 20:43:27.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70252026-07-27T20:43:28.930Z[ recovery-image] Jul 27 20:43:27.801 INFO O| Jul 27 20:43:27.801 INFO STEP 546 (remove_files) COMPLETE
70262026-07-27T20:43:28.936Z[ recovery-image] Jul 27 20:43:27.801 INFO O| Jul 27 20:43:27.801 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-07-27T20:43:28.936Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
70282026-07-27T20:43:28.940Z[ recovery-image] Jul 27 20:43:27.810 INFO O| Jul 27 20:43:27.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70292026-07-27T20:43:28.941Z[ recovery-image] Jul 27 20:43:27.810 INFO O| Jul 27 20:43:27.810 INFO STEP 547 (remove_files) COMPLETE
70302026-07-27T20:43:28.941Z[ recovery-image] Jul 27 20:43:27.810 INFO O| Jul 27 20:43:27.810 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-27T20:43:28.949Z[ recovery-image] Jul 27 20:43:27.820 INFO O| Jul 27 20:43:27.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70322026-07-27T20:43:28.949Z[ recovery-image] Jul 27 20:43:27.820 INFO O| Jul 27 20:43:27.820 INFO STEP 548 (remove_files) COMPLETE
70332026-07-27T20:43:28.949Z[ recovery-image] Jul 27 20:43:27.820 INFO O| Jul 27 20:43:27.820 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-27T20:43:28.963Z[ recovery-image] Jul 27 20:43:27.831 INFO O| Jul 27 20:43:27.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70352026-07-27T20:43:28.963Z[ recovery-image] Jul 27 20:43:27.831 INFO O| Jul 27 20:43:27.831 INFO STEP 549 (remove_files) COMPLETE
70362026-07-27T20:43:28.963Z[ recovery-image] Jul 27 20:43:27.831 INFO O| Jul 27 20:43:27.831 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-27T20:43:28.971Z[ recovery-image] Jul 27 20:43:27.841 INFO O| Jul 27 20:43:27.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70382026-07-27T20:43:28.976Z[ recovery-image] Jul 27 20:43:27.841 INFO O| Jul 27 20:43:27.841 INFO STEP 550 (remove_files) COMPLETE
70392026-07-27T20:43:28.976Z[ recovery-image] Jul 27 20:43:27.842 INFO O| Jul 27 20:43:27.841 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-27T20:43:28.983Z[ recovery-image] Jul 27 20:43:27.852 INFO O| Jul 27 20:43:27.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70412026-07-27T20:43:28.983Z[ recovery-image] Jul 27 20:43:27.852 INFO O| Jul 27 20:43:27.852 INFO STEP 551 (remove_files) COMPLETE
70422026-07-27T20:43:28.984Z[ recovery-image] Jul 27 20:43:27.852 INFO O| Jul 27 20:43:27.852 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-27T20:43:28.995Z[ recovery-image] Jul 27 20:43:27.861 INFO O| Jul 27 20:43:27.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70442026-07-27T20:43:28.995Z[ recovery-image] Jul 27 20:43:27.861 INFO O| Jul 27 20:43:27.861 INFO STEP 552 (remove_files) COMPLETE
70452026-07-27T20:43:28.999Z[ recovery-image] Jul 27 20:43:27.861 INFO O| Jul 27 20:43:27.861 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-27T20:43:28.999Z[ recovery-image] Jul 27 20:43:27.870 INFO O| Jul 27 20:43:27.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70472026-07-27T20:43:28.999Z[ recovery-image] Jul 27 20:43:27.870 INFO O| Jul 27 20:43:27.870 INFO STEP 553 (remove_files) COMPLETE
70482026-07-27T20:43:28.999Z[ recovery-image] Jul 27 20:43:27.870 INFO O| Jul 27 20:43:27.870 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-27T20:43:29.009Z[ recovery-image] Jul 27 20:43:27.878 INFO O| Jul 27 20:43:27.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70502026-07-27T20:43:29.015Z[ recovery-image] Jul 27 20:43:27.878 INFO O| Jul 27 20:43:27.878 INFO STEP 554 (remove_files) COMPLETE
70512026-07-27T20:43:29.015Z[ recovery-image] Jul 27 20:43:27.878 INFO O| Jul 27 20:43:27.878 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-27T20:43:29.021Z[ recovery-image] Jul 27 20:43:27.886 INFO O| Jul 27 20:43:27.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70532026-07-27T20:43:29.021Z[ recovery-image] Jul 27 20:43:27.886 INFO O| Jul 27 20:43:27.886 INFO STEP 555 (remove_files) COMPLETE
70542026-07-27T20:43:29.021Z[ recovery-image] Jul 27 20:43:27.886 INFO O| Jul 27 20:43:27.886 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-27T20:43:29.026Z[ recovery-image] Jul 27 20:43:27.894 INFO O| Jul 27 20:43:27.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70562026-07-27T20:43:29.026Z[ recovery-image] Jul 27 20:43:27.895 INFO O| Jul 27 20:43:27.895 INFO STEP 556 (remove_files) COMPLETE
70572026-07-27T20:43:29.026Z[ recovery-image] Jul 27 20:43:27.895 INFO O| Jul 27 20:43:27.895 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-27T20:43:29.032Z[ recovery-image] Jul 27 20:43:27.903 INFO O| Jul 27 20:43:27.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70592026-07-27T20:43:29.032Z[ recovery-image] Jul 27 20:43:27.903 INFO O| Jul 27 20:43:27.903 INFO STEP 557 (remove_files) COMPLETE
70602026-07-27T20:43:29.033Z[ recovery-image] Jul 27 20:43:27.903 INFO O| Jul 27 20:43:27.903 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-27T20:43:29.048Z[ recovery-image] Jul 27 20:43:27.913 INFO O| Jul 27 20:43:27.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70622026-07-27T20:43:29.048Z[ recovery-image] Jul 27 20:43:27.913 INFO O| Jul 27 20:43:27.913 INFO STEP 558 (remove_files) COMPLETE
70632026-07-27T20:43:29.048Z[ recovery-image] Jul 27 20:43:27.914 INFO O| Jul 27 20:43:27.913 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-27T20:43:29.056Z[ recovery-image] Jul 27 20:43:27.922 INFO O| Jul 27 20:43:27.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70652026-07-27T20:43:29.056Z[ recovery-image] Jul 27 20:43:27.922 INFO O| Jul 27 20:43:27.922 INFO STEP 559 (remove_files) COMPLETE
70662026-07-27T20:43:29.056Z[ recovery-image] Jul 27 20:43:27.922 INFO O| Jul 27 20:43:27.922 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-27T20:43:29.066Z[ recovery-image] Jul 27 20:43:27.930 INFO O| Jul 27 20:43:27.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70682026-07-27T20:43:29.066Z[ recovery-image] Jul 27 20:43:27.930 INFO O| Jul 27 20:43:27.930 INFO STEP 560 (remove_files) COMPLETE
70692026-07-27T20:43:29.066Z[ recovery-image] Jul 27 20:43:27.930 INFO O| Jul 27 20:43:27.930 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-27T20:43:29.066Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
70712026-07-27T20:43:29.070Z[ recovery-image] Jul 27 20:43:27.939 INFO O| Jul 27 20:43:27.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70722026-07-27T20:43:29.070Z[ recovery-image] Jul 27 20:43:27.939 INFO O| Jul 27 20:43:27.939 INFO STEP 561 (remove_files) COMPLETE
70732026-07-27T20:43:29.072Z[ recovery-image] Jul 27 20:43:27.939 INFO O| Jul 27 20:43:27.939 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-07-27T20:43:29.079Z[ recovery-image] Jul 27 20:43:27.949 INFO O| Jul 27 20:43:27.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70752026-07-27T20:43:29.080Z[ recovery-image] Jul 27 20:43:27.950 INFO O| Jul 27 20:43:27.949 INFO STEP 562 (remove_files) COMPLETE
70762026-07-27T20:43:29.080Z[ recovery-image] Jul 27 20:43:27.950 INFO O| Jul 27 20:43:27.950 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-07-27T20:43:29.089Z[ recovery-image] Jul 27 20:43:27.959 INFO O| Jul 27 20:43:27.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70782026-07-27T20:43:29.089Z[ recovery-image] Jul 27 20:43:27.959 INFO O| Jul 27 20:43:27.959 INFO STEP 563 (remove_files) COMPLETE
70792026-07-27T20:43:29.099Z[ recovery-image] Jul 27 20:43:27.959 INFO O| Jul 27 20:43:27.959 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-07-27T20:43:29.103Z[ recovery-image] Jul 27 20:43:27.968 INFO O| Jul 27 20:43:27.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70812026-07-27T20:43:29.103Z[ recovery-image] Jul 27 20:43:27.968 INFO O| Jul 27 20:43:27.968 INFO STEP 564 (remove_files) COMPLETE
70822026-07-27T20:43:29.103Z[ recovery-image] Jul 27 20:43:27.968 INFO O| Jul 27 20:43:27.968 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-07-27T20:43:29.109Z[ recovery-image] Jul 27 20:43:27.978 INFO O| Jul 27 20:43:27.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70842026-07-27T20:43:29.109Z[ recovery-image] Jul 27 20:43:27.978 INFO O| Jul 27 20:43:27.978 INFO STEP 565 (remove_files) COMPLETE
70852026-07-27T20:43:29.109Z[ recovery-image] Jul 27 20:43:27.978 INFO O| Jul 27 20:43:27.978 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-07-27T20:43:29.116Z[ recovery-image] Jul 27 20:43:27.988 INFO O| Jul 27 20:43:27.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70872026-07-27T20:43:29.117Z[ recovery-image] Jul 27 20:43:27.988 INFO O| Jul 27 20:43:27.988 INFO STEP 566 (remove_files) COMPLETE
70882026-07-27T20:43:29.117Z[ recovery-image] Jul 27 20:43:27.988 INFO O| Jul 27 20:43:27.988 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-07-27T20:43:29.128Z[ recovery-image] Jul 27 20:43:27.997 INFO O| Jul 27 20:43:27.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70902026-07-27T20:43:29.128Z[ recovery-image] Jul 27 20:43:27.997 INFO O| Jul 27 20:43:27.997 INFO STEP 567 (remove_files) COMPLETE
70912026-07-27T20:43:29.134Z[ recovery-image] Jul 27 20:43:27.997 INFO O| Jul 27 20:43:27.997 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-07-27T20:43:29.138Z[ recovery-image] Jul 27 20:43:28.009 INFO O| Jul 27 20:43:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70932026-07-27T20:43:29.138Z[ recovery-image] Jul 27 20:43:28.009 INFO O| Jul 27 20:43:28.009 INFO STEP 568 (remove_files) COMPLETE
70942026-07-27T20:43:29.139Z[ recovery-image] Jul 27 20:43:28.009 INFO O| Jul 27 20:43:28.009 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-07-27T20:43:29.148Z[ recovery-image] Jul 27 20:43:28.019 INFO O| Jul 27 20:43:28.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70962026-07-27T20:43:29.151Z[ recovery-image] Jul 27 20:43:28.020 INFO O| Jul 27 20:43:28.020 INFO STEP 569 (remove_files) COMPLETE
70972026-07-27T20:43:29.152Z[ recovery-image] Jul 27 20:43:28.020 INFO O| Jul 27 20:43:28.020 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-07-27T20:43:29.161Z[ recovery-image] Jul 27 20:43:28.031 INFO O| Jul 27 20:43:28.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70992026-07-27T20:43:29.161Z[ recovery-image] Jul 27 20:43:28.031 INFO O| Jul 27 20:43:28.031 INFO STEP 570 (remove_files) COMPLETE
71002026-07-27T20:43:29.161Z[ recovery-image] Jul 27 20:43:28.031 INFO O| Jul 27 20:43:28.031 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-07-27T20:43:29.170Z[ recovery-image] Jul 27 20:43:28.041 INFO O| Jul 27 20:43:28.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
71022026-07-27T20:43:29.170Z[ recovery-image] Jul 27 20:43:28.041 INFO O| Jul 27 20:43:28.041 INFO STEP 571 (remove_files) COMPLETE
71032026-07-27T20:43:29.170Z[ recovery-image] Jul 27 20:43:28.041 INFO O| Jul 27 20:43:28.041 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-07-27T20:43:29.180Z[ recovery-image] Jul 27 20:43:28.050 INFO O| Jul 27 20:43:28.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
71052026-07-27T20:43:29.187Z[ recovery-image] Jul 27 20:43:28.050 INFO O| Jul 27 20:43:28.050 INFO STEP 572 (remove_files) COMPLETE
71062026-07-27T20:43:29.187Z[ recovery-image] Jul 27 20:43:28.050 INFO O| Jul 27 20:43:28.050 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-07-27T20:43:29.187Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
71082026-07-27T20:43:29.192Z[ recovery-image] Jul 27 20:43:28.059 INFO O| Jul 27 20:43:28.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
71092026-07-27T20:43:29.192Z[ recovery-image] Jul 27 20:43:28.059 INFO O| Jul 27 20:43:28.059 INFO STEP 573 (remove_files) COMPLETE
71102026-07-27T20:43:29.193Z[ recovery-image] Jul 27 20:43:28.060 INFO O| Jul 27 20:43:28.059 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-07-27T20:43:29.199Z[ recovery-image] Jul 27 20:43:28.069 INFO O| Jul 27 20:43:28.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71122026-07-27T20:43:29.199Z[ recovery-image] Jul 27 20:43:28.069 INFO O| Jul 27 20:43:28.069 INFO STEP 574 (remove_files) COMPLETE
71132026-07-27T20:43:29.199Z[ recovery-image] Jul 27 20:43:28.069 INFO O| Jul 27 20:43:28.069 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-07-27T20:43:29.210Z[ recovery-image] Jul 27 20:43:28.078 INFO O| Jul 27 20:43:28.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71152026-07-27T20:43:29.215Z[ recovery-image] Jul 27 20:43:28.079 INFO O| Jul 27 20:43:28.079 INFO STEP 575 (remove_files) COMPLETE
71162026-07-27T20:43:29.215Z[ recovery-image] Jul 27 20:43:28.079 INFO O| Jul 27 20:43:28.079 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-07-27T20:43:29.220Z[ recovery-image] Jul 27 20:43:28.087 INFO O| Jul 27 20:43:28.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71182026-07-27T20:43:29.220Z[ recovery-image] Jul 27 20:43:28.087 INFO O| Jul 27 20:43:28.087 INFO STEP 576 (remove_files) COMPLETE
71192026-07-27T20:43:29.220Z[ recovery-image] Jul 27 20:43:28.087 INFO O| Jul 27 20:43:28.087 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-07-27T20:43:29.228Z[ recovery-image] Jul 27 20:43:28.097 INFO O| Jul 27 20:43:28.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71212026-07-27T20:43:29.228Z[ recovery-image] Jul 27 20:43:28.097 INFO O| Jul 27 20:43:28.097 INFO STEP 577 (remove_files) COMPLETE
71222026-07-27T20:43:29.233Z[ recovery-image] Jul 27 20:43:28.097 INFO O| Jul 27 20:43:28.097 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-07-27T20:43:29.240Z[ recovery-image] Jul 27 20:43:28.105 INFO O| Jul 27 20:43:28.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71242026-07-27T20:43:29.240Z[ recovery-image] Jul 27 20:43:28.105 INFO O| Jul 27 20:43:28.105 INFO STEP 578 (remove_files) COMPLETE
71252026-07-27T20:43:29.240Z[ recovery-image] Jul 27 20:43:28.105 INFO O| Jul 27 20:43:28.105 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-07-27T20:43:29.240Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
71272026-07-27T20:43:29.249Z[ recovery-image] Jul 27 20:43:28.118 INFO O| Jul 27 20:43:28.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71282026-07-27T20:43:29.249Z[ recovery-image] Jul 27 20:43:28.118 INFO O| Jul 27 20:43:28.118 INFO STEP 579 (remove_files) COMPLETE
71292026-07-27T20:43:29.249Z[ recovery-image] Jul 27 20:43:28.119 INFO O| Jul 27 20:43:28.119 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-27T20:43:29.262Z[ recovery-image] Jul 27 20:43:28.130 INFO O| Jul 27 20:43:28.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71312026-07-27T20:43:29.262Z[ recovery-image] Jul 27 20:43:28.131 INFO O| Jul 27 20:43:28.131 INFO STEP 580 (remove_files) COMPLETE
71322026-07-27T20:43:29.265Z[ recovery-image] Jul 27 20:43:28.131 INFO O| Jul 27 20:43:28.131 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-27T20:43:29.284Z[ recovery-image] Jul 27 20:43:28.150 INFO O| Jul 27 20:43:28.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71342026-07-27T20:43:29.284Z[ recovery-image] Jul 27 20:43:28.150 INFO O| Jul 27 20:43:28.150 INFO STEP 581 (remove_files) COMPLETE
71352026-07-27T20:43:29.288Z[ recovery-image] Jul 27 20:43:28.150 INFO O| Jul 27 20:43:28.150 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-27T20:43:29.294Z[ recovery-image] Jul 27 20:43:28.161 INFO O| Jul 27 20:43:28.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71372026-07-27T20:43:29.295Z[ recovery-image] Jul 27 20:43:28.161 INFO O| Jul 27 20:43:28.161 INFO STEP 582 (remove_files) COMPLETE
71382026-07-27T20:43:29.295Z[ recovery-image] Jul 27 20:43:28.161 INFO O| Jul 27 20:43:28.161 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-27T20:43:29.302Z[verify-libraries] Compiling fatfs v0.3.6
71402026-07-27T20:43:29.308Z[ recovery-image] Jul 27 20:43:28.174 INFO O| Jul 27 20:43:28.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71412026-07-27T20:43:29.308Z[ recovery-image] Jul 27 20:43:28.174 INFO O| Jul 27 20:43:28.174 INFO STEP 583 (remove_files) COMPLETE
71422026-07-27T20:43:29.308Z[ recovery-image] Jul 27 20:43:28.174 INFO O| Jul 27 20:43:28.174 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-07-27T20:43:29.316Z[ recovery-image] Jul 27 20:43:28.185 INFO O| Jul 27 20:43:28.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71442026-07-27T20:43:29.316Z[ recovery-image] Jul 27 20:43:28.186 INFO O| Jul 27 20:43:28.185 INFO STEP 584 (remove_files) COMPLETE
71452026-07-27T20:43:29.316Z[ recovery-image] Jul 27 20:43:28.186 INFO O| Jul 27 20:43:28.185 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-07-27T20:43:29.328Z[ recovery-image] Jul 27 20:43:28.196 INFO O| Jul 27 20:43:28.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71472026-07-27T20:43:29.328Z[ recovery-image] Jul 27 20:43:28.196 INFO O| Jul 27 20:43:28.196 INFO STEP 585 (remove_files) COMPLETE
71482026-07-27T20:43:29.334Z[ recovery-image] Jul 27 20:43:28.196 INFO O| Jul 27 20:43:28.196 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-07-27T20:43:29.339Z[ recovery-image] Jul 27 20:43:28.207 INFO O| Jul 27 20:43:28.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71502026-07-27T20:43:29.339Z[ recovery-image] Jul 27 20:43:28.207 INFO O| Jul 27 20:43:28.207 INFO STEP 586 (remove_files) COMPLETE
71512026-07-27T20:43:29.339Z[ recovery-image] Jul 27 20:43:28.207 INFO O| Jul 27 20:43:28.207 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-07-27T20:43:29.347Z[ recovery-image] Jul 27 20:43:28.218 INFO O| Jul 27 20:43:28.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71532026-07-27T20:43:29.347Z[ recovery-image] Jul 27 20:43:28.218 INFO O| Jul 27 20:43:28.218 INFO STEP 587 (remove_files) COMPLETE
71542026-07-27T20:43:29.351Z[ recovery-image] Jul 27 20:43:28.219 INFO O| Jul 27 20:43:28.218 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-07-27T20:43:29.356Z[verify-libraries] Compiling num-bigint v0.4.6
71562026-07-27T20:43:29.361Z[ recovery-image] Jul 27 20:43:28.227 INFO O| Jul 27 20:43:28.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71572026-07-27T20:43:29.361Z[ recovery-image] Jul 27 20:43:28.227 INFO O| Jul 27 20:43:28.227 INFO STEP 588 (remove_files) COMPLETE
71582026-07-27T20:43:29.362Z[ recovery-image] Jul 27 20:43:28.227 INFO O| Jul 27 20:43:28.227 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-27T20:43:29.367Z[ recovery-image] Jul 27 20:43:28.238 INFO O| Jul 27 20:43:28.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71602026-07-27T20:43:29.367Z[ recovery-image] Jul 27 20:43:28.238 INFO O| Jul 27 20:43:28.238 INFO STEP 589 (remove_files) COMPLETE
71612026-07-27T20:43:29.372Z[ recovery-image] Jul 27 20:43:28.238 INFO O| Jul 27 20:43:28.238 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-27T20:43:29.379Z[ recovery-image] Jul 27 20:43:28.248 INFO O| Jul 27 20:43:28.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71632026-07-27T20:43:29.379Z[ recovery-image] Jul 27 20:43:28.248 INFO O| Jul 27 20:43:28.248 INFO STEP 590 (remove_files) COMPLETE
71642026-07-27T20:43:29.384Z[ recovery-image] Jul 27 20:43:28.248 INFO O| Jul 27 20:43:28.248 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.258 INFO O| Jul 27 20:43:28.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71662026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.258 INFO O| Jul 27 20:43:28.258 INFO STEP 591 (remove_files) COMPLETE
71672026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.258 INFO O| Jul 27 20:43:28.258 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.269 INFO O| Jul 27 20:43:28.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71692026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.269 INFO O| Jul 27 20:43:28.269 INFO STEP 592 (remove_files) COMPLETE
71702026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.269 INFO O| Jul 27 20:43:28.269 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.278 INFO O| Jul 27 20:43:28.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71722026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.278 INFO O| Jul 27 20:43:28.278 INFO STEP 593 (remove_files) COMPLETE
71732026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.278 INFO O| Jul 27 20:43:28.278 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.287 INFO O| Jul 27 20:43:28.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71752026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.287 INFO O| Jul 27 20:43:28.287 INFO STEP 594 (remove_files) COMPLETE
71762026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.287 INFO O| Jul 27 20:43:28.287 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.295 INFO O| Jul 27 20:43:28.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71782026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.295 INFO O| Jul 27 20:43:28.295 INFO STEP 595 (remove_files) COMPLETE
71792026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.295 INFO O| Jul 27 20:43:28.295 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.306 INFO O| Jul 27 20:43:28.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71812026-07-27T20:43:29.460Z[ recovery-image] Jul 27 20:43:28.306 INFO O| Jul 27 20:43:28.306 INFO STEP 596 (remove_files) COMPLETE
71822026-07-27T20:43:29.461Z[ recovery-image] Jul 27 20:43:28.306 INFO O| Jul 27 20:43:28.306 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-27T20:43:29.461Z[ recovery-image] Jul 27 20:43:28.316 INFO O| Jul 27 20:43:28.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71842026-07-27T20:43:29.461Z[ recovery-image] Jul 27 20:43:28.317 INFO O| Jul 27 20:43:28.317 INFO STEP 597 (remove_files) COMPLETE
71852026-07-27T20:43:29.461Z[ recovery-image] Jul 27 20:43:28.317 INFO O| Jul 27 20:43:28.317 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-27T20:43:29.467Z[ recovery-image] Jul 27 20:43:28.327 INFO O| Jul 27 20:43:28.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71872026-07-27T20:43:29.467Z[ recovery-image] Jul 27 20:43:28.327 INFO O| Jul 27 20:43:28.327 INFO STEP 598 (remove_files) COMPLETE
71882026-07-27T20:43:29.467Z[ recovery-image] Jul 27 20:43:28.327 INFO O| Jul 27 20:43:28.327 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-27T20:43:29.471Z[ recovery-image] Jul 27 20:43:28.337 INFO O| Jul 27 20:43:28.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71902026-07-27T20:43:29.472Z[ recovery-image] Jul 27 20:43:28.337 INFO O| Jul 27 20:43:28.337 INFO STEP 599 (remove_files) COMPLETE
71912026-07-27T20:43:29.472Z[ recovery-image] Jul 27 20:43:28.337 INFO O| Jul 27 20:43:28.337 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-27T20:43:29.476Z[ recovery-image] Jul 27 20:43:28.348 INFO O| Jul 27 20:43:28.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71932026-07-27T20:43:29.477Z[ recovery-image] Jul 27 20:43:28.348 INFO O| Jul 27 20:43:28.348 INFO STEP 600 (remove_files) COMPLETE
71942026-07-27T20:43:29.478Z[ recovery-image] Jul 27 20:43:28.348 INFO O| Jul 27 20:43:28.348 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-27T20:43:29.487Z[ recovery-image] Jul 27 20:43:28.358 INFO O| Jul 27 20:43:28.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71962026-07-27T20:43:29.487Z[ recovery-image] Jul 27 20:43:28.358 INFO O| Jul 27 20:43:28.358 INFO STEP 601 (remove_files) COMPLETE
71972026-07-27T20:43:29.493Z[ recovery-image] Jul 27 20:43:28.358 INFO O| Jul 27 20:43:28.358 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-27T20:43:29.497Z[verify-libraries] Compiling generic-array v1.4.3
71992026-07-27T20:43:29.497Z[ recovery-image] Jul 27 20:43:28.368 INFO O| Jul 27 20:43:28.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
72002026-07-27T20:43:29.497Z[ recovery-image] Jul 27 20:43:28.368 INFO O| Jul 27 20:43:28.368 INFO STEP 602 (remove_files) COMPLETE
72012026-07-27T20:43:29.498Z[ recovery-image] Jul 27 20:43:28.368 INFO O| Jul 27 20:43:28.368 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-07-27T20:43:29.511Z[ recovery-image] Jul 27 20:43:28.378 INFO O| Jul 27 20:43:28.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
72032026-07-27T20:43:29.511Z[ recovery-image] Jul 27 20:43:28.378 INFO O| Jul 27 20:43:28.378 INFO STEP 603 (remove_files) COMPLETE
72042026-07-27T20:43:29.517Z[ recovery-image] Jul 27 20:43:28.378 INFO O| Jul 27 20:43:28.378 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-07-27T20:43:29.528Z[ recovery-image] Jul 27 20:43:28.387 INFO O| Jul 27 20:43:28.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
72062026-07-27T20:43:29.528Z[ recovery-image] Jul 27 20:43:28.388 INFO O| Jul 27 20:43:28.388 INFO STEP 604 (remove_files) COMPLETE
72072026-07-27T20:43:29.528Z[ recovery-image] Jul 27 20:43:28.388 INFO O| Jul 27 20:43:28.388 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-07-27T20:43:29.535Z[ recovery-image] Jul 27 20:43:28.397 INFO O| Jul 27 20:43:28.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
72092026-07-27T20:43:29.535Z[ recovery-image] Jul 27 20:43:28.397 INFO O| Jul 27 20:43:28.397 INFO STEP 605 (remove_files) COMPLETE
72102026-07-27T20:43:29.535Z[ recovery-image] Jul 27 20:43:28.397 INFO O| Jul 27 20:43:28.397 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-07-27T20:43:29.539Z[ recovery-image] Jul 27 20:43:28.408 INFO O| Jul 27 20:43:28.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
72122026-07-27T20:43:29.539Z[ recovery-image] Jul 27 20:43:28.408 INFO O| Jul 27 20:43:28.408 INFO STEP 606 (remove_files) COMPLETE
72132026-07-27T20:43:29.539Z[ recovery-image] Jul 27 20:43:28.408 INFO O| Jul 27 20:43:28.408 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-07-27T20:43:29.547Z[ recovery-image] Jul 27 20:43:28.417 INFO O| Jul 27 20:43:28.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72152026-07-27T20:43:29.547Z[ recovery-image] Jul 27 20:43:28.417 INFO O| Jul 27 20:43:28.417 INFO STEP 607 (remove_files) COMPLETE
72162026-07-27T20:43:29.547Z[ recovery-image] Jul 27 20:43:28.417 INFO O| Jul 27 20:43:28.417 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-07-27T20:43:29.560Z[ recovery-image] Jul 27 20:43:28.426 INFO O| Jul 27 20:43:28.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72182026-07-27T20:43:29.560Z[ recovery-image] Jul 27 20:43:28.426 INFO O| Jul 27 20:43:28.426 INFO STEP 608 (remove_files) COMPLETE
72192026-07-27T20:43:29.572Z[ recovery-image] Jul 27 20:43:28.426 INFO O| Jul 27 20:43:28.426 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-07-27T20:43:29.579Z[ recovery-image] Jul 27 20:43:28.436 INFO O| Jul 27 20:43:28.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72212026-07-27T20:43:29.580Z[ recovery-image] Jul 27 20:43:28.436 INFO O| Jul 27 20:43:28.436 INFO STEP 609 (remove_files) COMPLETE
72222026-07-27T20:43:29.580Z[ recovery-image] Jul 27 20:43:28.436 INFO O| Jul 27 20:43:28.436 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-07-27T20:43:29.580Z[ recovery-image] Jul 27 20:43:28.445 INFO O| Jul 27 20:43:28.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72242026-07-27T20:43:29.580Z[ recovery-image] Jul 27 20:43:28.446 INFO O| Jul 27 20:43:28.446 INFO STEP 610 (remove_files) COMPLETE
72252026-07-27T20:43:29.580Z[ recovery-image] Jul 27 20:43:28.446 INFO O| Jul 27 20:43:28.446 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-07-27T20:43:29.591Z[ recovery-image] Jul 27 20:43:28.455 INFO O| Jul 27 20:43:28.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72272026-07-27T20:43:29.591Z[ recovery-image] Jul 27 20:43:28.455 INFO O| Jul 27 20:43:28.455 INFO STEP 611 (remove_files) COMPLETE
72282026-07-27T20:43:29.592Z[ recovery-image] Jul 27 20:43:28.455 INFO O| Jul 27 20:43:28.455 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-07-27T20:43:29.597Z[ recovery-image] Jul 27 20:43:28.465 INFO O| Jul 27 20:43:28.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72302026-07-27T20:43:29.598Z[ recovery-image] Jul 27 20:43:28.465 INFO O| Jul 27 20:43:28.465 INFO STEP 612 (remove_files) COMPLETE
72312026-07-27T20:43:29.598Z[ recovery-image] Jul 27 20:43:28.465 INFO O| Jul 27 20:43:28.465 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-07-27T20:43:29.603Z[ recovery-image] Jul 27 20:43:28.474 INFO O| Jul 27 20:43:28.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72332026-07-27T20:43:29.604Z[ recovery-image] Jul 27 20:43:28.474 INFO O| Jul 27 20:43:28.474 INFO STEP 613 (remove_files) COMPLETE
72342026-07-27T20:43:29.604Z[ recovery-image] Jul 27 20:43:28.474 INFO O| Jul 27 20:43:28.474 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-07-27T20:43:29.613Z[ recovery-image] Jul 27 20:43:28.483 INFO O| Jul 27 20:43:28.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72362026-07-27T20:43:29.613Z[ recovery-image] Jul 27 20:43:28.483 INFO O| Jul 27 20:43:28.483 INFO STEP 614 (remove_files) COMPLETE
72372026-07-27T20:43:29.613Z[ recovery-image] Jul 27 20:43:28.483 INFO O| Jul 27 20:43:28.483 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-07-27T20:43:29.622Z[ recovery-image] Jul 27 20:43:28.493 INFO O| Jul 27 20:43:28.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72392026-07-27T20:43:29.623Z[ recovery-image] Jul 27 20:43:28.493 INFO O| Jul 27 20:43:28.493 INFO STEP 615 (remove_files) COMPLETE
72402026-07-27T20:43:29.632Z[ recovery-image] Jul 27 20:43:28.493 INFO O| Jul 27 20:43:28.493 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-07-27T20:43:29.637Z[ recovery-image] Jul 27 20:43:28.503 INFO O| Jul 27 20:43:28.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72422026-07-27T20:43:29.637Z[ recovery-image] Jul 27 20:43:28.503 INFO O| Jul 27 20:43:28.503 INFO STEP 616 (remove_files) COMPLETE
72432026-07-27T20:43:29.637Z[ recovery-image] Jul 27 20:43:28.503 INFO O| Jul 27 20:43:28.503 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-07-27T20:43:29.647Z[ recovery-image] Jul 27 20:43:28.512 INFO O| Jul 27 20:43:28.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72452026-07-27T20:43:29.647Z[ recovery-image] Jul 27 20:43:28.513 INFO O| Jul 27 20:43:28.513 INFO STEP 617 (remove_files) COMPLETE
72462026-07-27T20:43:29.647Z[ recovery-image] Jul 27 20:43:28.513 INFO O| Jul 27 20:43:28.513 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-07-27T20:43:29.654Z[ recovery-image] Jul 27 20:43:28.524 INFO O| Jul 27 20:43:28.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72482026-07-27T20:43:29.654Z[ recovery-image] Jul 27 20:43:28.524 INFO O| Jul 27 20:43:28.524 INFO STEP 618 (remove_files) COMPLETE
72492026-07-27T20:43:29.663Z[ recovery-image] Jul 27 20:43:28.524 INFO O| Jul 27 20:43:28.524 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-07-27T20:43:29.667Z[ recovery-image] Jul 27 20:43:28.534 INFO O| Jul 27 20:43:28.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72512026-07-27T20:43:29.667Z[ recovery-image] Jul 27 20:43:28.534 INFO O| Jul 27 20:43:28.534 INFO STEP 619 (remove_files) COMPLETE
72522026-07-27T20:43:29.667Z[ recovery-image] Jul 27 20:43:28.534 INFO O| Jul 27 20:43:28.534 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-07-27T20:43:29.677Z[ recovery-image] Jul 27 20:43:28.546 INFO O| Jul 27 20:43:28.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72542026-07-27T20:43:29.677Z[ recovery-image] Jul 27 20:43:28.546 INFO O| Jul 27 20:43:28.546 INFO STEP 620 (remove_files) COMPLETE
72552026-07-27T20:43:29.683Z[ recovery-image] Jul 27 20:43:28.546 INFO O| Jul 27 20:43:28.546 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-07-27T20:43:29.686Z[ recovery-image] Jul 27 20:43:28.556 INFO O| Jul 27 20:43:28.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72572026-07-27T20:43:29.686Z[ recovery-image] Jul 27 20:43:28.556 INFO O| Jul 27 20:43:28.556 INFO STEP 621 (remove_files) COMPLETE
72582026-07-27T20:43:29.686Z[ recovery-image] Jul 27 20:43:28.556 INFO O| Jul 27 20:43:28.556 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-07-27T20:43:29.697Z[verify-libraries] Compiling russh-util v0.52.0
72602026-07-27T20:43:29.704Z[ recovery-image] Jul 27 20:43:28.566 INFO O| Jul 27 20:43:28.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72612026-07-27T20:43:29.704Z[ recovery-image] Jul 27 20:43:28.566 INFO O| Jul 27 20:43:28.566 INFO STEP 622 (remove_files) COMPLETE
72622026-07-27T20:43:29.705Z[ recovery-image] Jul 27 20:43:28.566 INFO O| Jul 27 20:43:28.566 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-07-27T20:43:29.712Z[ recovery-image] Jul 27 20:43:28.576 INFO O| Jul 27 20:43:28.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72642026-07-27T20:43:29.712Z[ recovery-image] Jul 27 20:43:28.576 INFO O| Jul 27 20:43:28.576 INFO STEP 623 (remove_files) COMPLETE
72652026-07-27T20:43:29.712Z[ recovery-image] Jul 27 20:43:28.576 INFO O| Jul 27 20:43:28.576 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-07-27T20:43:29.718Z[ recovery-image] Jul 27 20:43:28.585 INFO O| Jul 27 20:43:28.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72672026-07-27T20:43:29.718Z[ recovery-image] Jul 27 20:43:28.586 INFO O| Jul 27 20:43:28.586 INFO STEP 624 (remove_files) COMPLETE
72682026-07-27T20:43:29.718Z[ recovery-image] Jul 27 20:43:28.586 INFO O| Jul 27 20:43:28.586 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-07-27T20:43:29.723Z[ recovery-image] Jul 27 20:43:28.594 INFO O| Jul 27 20:43:28.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72702026-07-27T20:43:29.724Z[ recovery-image] Jul 27 20:43:28.594 INFO O| Jul 27 20:43:28.594 INFO STEP 625 (remove_files) COMPLETE
72712026-07-27T20:43:29.727Z[ recovery-image] Jul 27 20:43:28.594 INFO O| Jul 27 20:43:28.594 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-07-27T20:43:29.728Z[verify-libraries] Compiling enum_dispatch v0.3.13
72732026-07-27T20:43:29.728Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
72742026-07-27T20:43:29.732Z[ recovery-image] Jul 27 20:43:28.603 INFO O| Jul 27 20:43:28.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72752026-07-27T20:43:29.732Z[ recovery-image] Jul 27 20:43:28.603 INFO O| Jul 27 20:43:28.603 INFO STEP 626 (remove_files) COMPLETE
72762026-07-27T20:43:29.733Z[ recovery-image] Jul 27 20:43:28.603 INFO O| Jul 27 20:43:28.603 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-07-27T20:43:29.740Z[ recovery-image] Jul 27 20:43:28.611 INFO O| Jul 27 20:43:28.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72782026-07-27T20:43:29.740Z[ recovery-image] Jul 27 20:43:28.611 INFO O| Jul 27 20:43:28.611 INFO STEP 627 (remove_files) COMPLETE
72792026-07-27T20:43:29.740Z[ recovery-image] Jul 27 20:43:28.611 INFO O| Jul 27 20:43:28.611 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-07-27T20:43:29.753Z[ recovery-image] Jul 27 20:43:28.621 INFO O| Jul 27 20:43:28.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72812026-07-27T20:43:29.753Z[ recovery-image] Jul 27 20:43:28.621 INFO O| Jul 27 20:43:28.621 INFO STEP 628 (remove_files) COMPLETE
72822026-07-27T20:43:29.753Z[ recovery-image] Jul 27 20:43:28.621 INFO O| Jul 27 20:43:28.621 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-07-27T20:43:29.770Z[ recovery-image] Jul 27 20:43:28.632 INFO O| Jul 27 20:43:28.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72842026-07-27T20:43:29.770Z[ recovery-image] Jul 27 20:43:28.632 INFO O| Jul 27 20:43:28.632 INFO STEP 629 (remove_files) COMPLETE
72852026-07-27T20:43:29.774Z[ recovery-image] Jul 27 20:43:28.632 INFO O| Jul 27 20:43:28.632 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-07-27T20:43:29.774Z[ recovery-image] Jul 27 20:43:28.641 INFO O| Jul 27 20:43:28.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72872026-07-27T20:43:29.776Z[ recovery-image] Jul 27 20:43:28.641 INFO O| Jul 27 20:43:28.641 INFO STEP 630 (remove_files) COMPLETE
72882026-07-27T20:43:29.777Z[ recovery-image] Jul 27 20:43:28.641 INFO O| Jul 27 20:43:28.641 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-07-27T20:43:29.787Z[ recovery-image] Jul 27 20:43:28.650 INFO O| Jul 27 20:43:28.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72902026-07-27T20:43:29.787Z[ recovery-image] Jul 27 20:43:28.650 INFO O| Jul 27 20:43:28.650 INFO STEP 631 (remove_files) COMPLETE
72912026-07-27T20:43:29.787Z[ recovery-image] Jul 27 20:43:28.650 INFO O| Jul 27 20:43:28.650 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-07-27T20:43:29.792Z[ recovery-image] Jul 27 20:43:28.659 INFO O| Jul 27 20:43:28.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72932026-07-27T20:43:29.792Z[ recovery-image] Jul 27 20:43:28.659 INFO O| Jul 27 20:43:28.659 INFO STEP 632 (remove_files) COMPLETE
72942026-07-27T20:43:29.792Z[ recovery-image] Jul 27 20:43:28.659 INFO O| Jul 27 20:43:28.659 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-07-27T20:43:29.800Z[ recovery-image] Jul 27 20:43:28.667 INFO O| Jul 27 20:43:28.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72962026-07-27T20:43:29.800Z[ recovery-image] Jul 27 20:43:28.668 INFO O| Jul 27 20:43:28.668 INFO STEP 633 (remove_files) COMPLETE
72972026-07-27T20:43:29.800Z[ recovery-image] Jul 27 20:43:28.668 INFO O| Jul 27 20:43:28.668 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-07-27T20:43:29.805Z[ recovery-image] Jul 27 20:43:28.676 INFO O| Jul 27 20:43:28.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72992026-07-27T20:43:29.805Z[ recovery-image] Jul 27 20:43:28.676 INFO O| Jul 27 20:43:28.676 INFO STEP 634 (remove_files) COMPLETE
73002026-07-27T20:43:29.805Z[ recovery-image] Jul 27 20:43:28.676 INFO O| Jul 27 20:43:28.676 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-07-27T20:43:29.815Z[ recovery-image] Jul 27 20:43:28.686 INFO O| Jul 27 20:43:28.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
73022026-07-27T20:43:29.815Z[ recovery-image] Jul 27 20:43:28.686 INFO O| Jul 27 20:43:28.686 INFO STEP 635 (remove_files) COMPLETE
73032026-07-27T20:43:29.815Z[ recovery-image] Jul 27 20:43:28.686 INFO O| Jul 27 20:43:28.686 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-07-27T20:43:29.824Z[ recovery-image] Jul 27 20:43:28.695 INFO O| Jul 27 20:43:28.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
73052026-07-27T20:43:29.824Z[ recovery-image] Jul 27 20:43:28.695 INFO O| Jul 27 20:43:28.695 INFO STEP 636 (remove_files) COMPLETE
73062026-07-27T20:43:29.824Z[ recovery-image] Jul 27 20:43:28.695 INFO O| Jul 27 20:43:28.695 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-07-27T20:43:29.836Z[ recovery-image] Jul 27 20:43:28.705 INFO O| Jul 27 20:43:28.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
73082026-07-27T20:43:29.836Z[ recovery-image] Jul 27 20:43:28.705 INFO O| Jul 27 20:43:28.705 INFO STEP 637 (remove_files) COMPLETE
73092026-07-27T20:43:29.836Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
73102026-07-27T20:43:29.836Z[ recovery-image] Jul 27 20:43:28.705 INFO O| Jul 27 20:43:28.705 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-07-27T20:43:29.844Z[ recovery-image] Jul 27 20:43:28.714 INFO O| Jul 27 20:43:28.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
73122026-07-27T20:43:29.844Z[ recovery-image] Jul 27 20:43:28.714 INFO O| Jul 27 20:43:28.714 INFO STEP 638 (remove_files) COMPLETE
73132026-07-27T20:43:29.848Z[ recovery-image] Jul 27 20:43:28.714 INFO O| Jul 27 20:43:28.714 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-07-27T20:43:29.853Z[ recovery-image] Jul 27 20:43:28.724 INFO O| Jul 27 20:43:28.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
73152026-07-27T20:43:29.853Z[ recovery-image] Jul 27 20:43:28.724 INFO O| Jul 27 20:43:28.724 INFO STEP 639 (remove_files) COMPLETE
73162026-07-27T20:43:29.853Z[ recovery-image] Jul 27 20:43:28.724 INFO O| Jul 27 20:43:28.724 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-07-27T20:43:29.863Z[ recovery-image] Jul 27 20:43:28.734 INFO O| Jul 27 20:43:28.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73182026-07-27T20:43:29.863Z[ recovery-image] Jul 27 20:43:28.734 INFO O| Jul 27 20:43:28.734 INFO STEP 640 (remove_files) COMPLETE
73192026-07-27T20:43:29.864Z[ recovery-image] Jul 27 20:43:28.734 INFO O| Jul 27 20:43:28.734 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-07-27T20:43:29.875Z[ recovery-image] Jul 27 20:43:28.744 INFO O| Jul 27 20:43:28.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73212026-07-27T20:43:29.881Z[ recovery-image] Jul 27 20:43:28.745 INFO O| Jul 27 20:43:28.745 INFO STEP 641 (remove_files) COMPLETE
73222026-07-27T20:43:29.881Z[ recovery-image] Jul 27 20:43:28.745 INFO O| Jul 27 20:43:28.745 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-07-27T20:43:29.885Z[ recovery-image] Jul 27 20:43:28.755 INFO O| Jul 27 20:43:28.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73242026-07-27T20:43:29.885Z[ recovery-image] Jul 27 20:43:28.755 INFO O| Jul 27 20:43:28.755 INFO STEP 642 (remove_files) COMPLETE
73252026-07-27T20:43:29.885Z[ recovery-image] Jul 27 20:43:28.755 INFO O| Jul 27 20:43:28.755 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-07-27T20:43:29.891Z[ recovery-image] Jul 27 20:43:28.763 INFO O| Jul 27 20:43:28.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73272026-07-27T20:43:29.894Z[ recovery-image] Jul 27 20:43:28.763 INFO O| Jul 27 20:43:28.763 INFO STEP 643 (remove_files) COMPLETE
73282026-07-27T20:43:29.903Z[ recovery-image] Jul 27 20:43:28.763 INFO O| Jul 27 20:43:28.763 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-07-27T20:43:29.903Z[verify-libraries] Compiling sapling-renderdag v0.1.0
73302026-07-27T20:43:29.903Z[ recovery-image] Jul 27 20:43:28.772 INFO O| Jul 27 20:43:28.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73312026-07-27T20:43:29.905Z[ recovery-image] Jul 27 20:43:28.772 INFO O| Jul 27 20:43:28.772 INFO STEP 644 (remove_files) COMPLETE
73322026-07-27T20:43:29.905Z[ recovery-image] Jul 27 20:43:28.772 INFO O| Jul 27 20:43:28.772 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-27T20:43:29.915Z[ recovery-image] Jul 27 20:43:28.781 INFO O| Jul 27 20:43:28.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73342026-07-27T20:43:29.915Z[ recovery-image] Jul 27 20:43:28.781 INFO O| Jul 27 20:43:28.781 INFO STEP 645 (remove_files) COMPLETE
73352026-07-27T20:43:29.920Z[ recovery-image] Jul 27 20:43:28.781 INFO O| Jul 27 20:43:28.781 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-27T20:43:29.924Z[ recovery-image] Jul 27 20:43:28.791 INFO O| Jul 27 20:43:28.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73372026-07-27T20:43:29.925Z[ recovery-image] Jul 27 20:43:28.791 INFO O| Jul 27 20:43:28.791 INFO STEP 646 (remove_files) COMPLETE
73382026-07-27T20:43:29.925Z[ recovery-image] Jul 27 20:43:28.791 INFO O| Jul 27 20:43:28.791 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-27T20:43:29.931Z[ recovery-image] Jul 27 20:43:28.801 INFO O| Jul 27 20:43:28.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73402026-07-27T20:43:29.933Z[ recovery-image] Jul 27 20:43:28.801 INFO O| Jul 27 20:43:28.801 INFO STEP 647 (remove_files) COMPLETE
73412026-07-27T20:43:29.937Z[ recovery-image] Jul 27 20:43:28.801 INFO O| Jul 27 20:43:28.801 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-27T20:43:29.941Z[ recovery-image] Jul 27 20:43:28.812 INFO O| Jul 27 20:43:28.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73432026-07-27T20:43:29.941Z[ recovery-image] Jul 27 20:43:28.812 INFO O| Jul 27 20:43:28.812 INFO STEP 648 (remove_files) COMPLETE
73442026-07-27T20:43:29.941Z[ recovery-image] Jul 27 20:43:28.812 INFO O| Jul 27 20:43:28.812 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-27T20:43:29.954Z[ recovery-image] Jul 27 20:43:28.822 INFO O| Jul 27 20:43:28.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73462026-07-27T20:43:29.954Z[ recovery-image] Jul 27 20:43:28.822 INFO O| Jul 27 20:43:28.822 INFO STEP 649 (remove_files) COMPLETE
73472026-07-27T20:43:29.954Z[ recovery-image] Jul 27 20:43:28.822 INFO O| Jul 27 20:43:28.822 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-27T20:43:29.960Z[ recovery-image] Jul 27 20:43:28.831 INFO O| Jul 27 20:43:28.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73492026-07-27T20:43:29.961Z[ recovery-image] Jul 27 20:43:28.831 INFO O| Jul 27 20:43:28.831 INFO STEP 650 (remove_files) COMPLETE
73502026-07-27T20:43:29.961Z[ recovery-image] Jul 27 20:43:28.831 INFO O| Jul 27 20:43:28.831 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-27T20:43:29.971Z[ recovery-image] Jul 27 20:43:28.840 INFO O| Jul 27 20:43:28.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73522026-07-27T20:43:29.971Z[ recovery-image] Jul 27 20:43:28.840 INFO O| Jul 27 20:43:28.840 INFO STEP 651 (remove_files) COMPLETE
73532026-07-27T20:43:29.971Z[ recovery-image] Jul 27 20:43:28.840 INFO O| Jul 27 20:43:28.840 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-27T20:43:29.984Z[ recovery-image] Jul 27 20:43:28.849 INFO O| Jul 27 20:43:28.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73552026-07-27T20:43:29.984Z[ recovery-image] Jul 27 20:43:28.850 INFO O| Jul 27 20:43:28.849 INFO STEP 652 (remove_files) COMPLETE
73562026-07-27T20:43:29.984Z[ recovery-image] Jul 27 20:43:28.850 INFO O| Jul 27 20:43:28.849 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-27T20:43:29.990Z[ recovery-image] Jul 27 20:43:28.858 INFO O| Jul 27 20:43:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73582026-07-27T20:43:29.990Z[ recovery-image] Jul 27 20:43:28.858 INFO O| Jul 27 20:43:28.858 INFO STEP 653 (remove_files) COMPLETE
73592026-07-27T20:43:29.990Z[ recovery-image] Jul 27 20:43:28.858 INFO O| Jul 27 20:43:28.858 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-27T20:43:30.000Z[ recovery-image] Jul 27 20:43:28.867 INFO O| Jul 27 20:43:28.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73612026-07-27T20:43:30.000Z[ recovery-image] Jul 27 20:43:28.867 INFO O| Jul 27 20:43:28.867 INFO STEP 654 (remove_files) COMPLETE
73622026-07-27T20:43:30.000Z[ recovery-image] Jul 27 20:43:28.867 INFO O| Jul 27 20:43:28.867 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-27T20:43:30.005Z[ recovery-image] Jul 27 20:43:28.876 INFO O| Jul 27 20:43:28.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73642026-07-27T20:43:30.010Z[ recovery-image] Jul 27 20:43:28.877 INFO O| Jul 27 20:43:28.877 INFO STEP 655 (remove_files) COMPLETE
73652026-07-27T20:43:30.010Z[ recovery-image] Jul 27 20:43:28.877 INFO O| Jul 27 20:43:28.877 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-27T20:43:30.018Z[ recovery-image] Jul 27 20:43:28.887 INFO O| Jul 27 20:43:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73672026-07-27T20:43:30.018Z[ recovery-image] Jul 27 20:43:28.887 INFO O| Jul 27 20:43:28.887 INFO STEP 656 (remove_files) COMPLETE
73682026-07-27T20:43:30.019Z[ recovery-image] Jul 27 20:43:28.887 INFO O| Jul 27 20:43:28.887 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-27T20:43:30.027Z[ recovery-image] Jul 27 20:43:28.897 INFO O| Jul 27 20:43:28.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73702026-07-27T20:43:30.027Z[ recovery-image] Jul 27 20:43:28.897 INFO O| Jul 27 20:43:28.897 INFO STEP 657 (remove_files) COMPLETE
73712026-07-27T20:43:30.027Z[ recovery-image] Jul 27 20:43:28.897 INFO O| Jul 27 20:43:28.897 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-27T20:43:30.050Z[ recovery-image] Jul 27 20:43:28.908 INFO O| Jul 27 20:43:28.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73732026-07-27T20:43:30.050Z[ recovery-image] Jul 27 20:43:28.908 INFO O| Jul 27 20:43:28.908 INFO STEP 658 (remove_files) COMPLETE
73742026-07-27T20:43:30.056Z[ recovery-image] Jul 27 20:43:28.908 INFO O| Jul 27 20:43:28.908 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-27T20:43:30.056Z[ recovery-image] Jul 27 20:43:28.917 INFO O| Jul 27 20:43:28.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73762026-07-27T20:43:30.056Z[ recovery-image] Jul 27 20:43:28.917 INFO O| Jul 27 20:43:28.917 INFO STEP 659 (remove_files) COMPLETE
73772026-07-27T20:43:30.056Z[ recovery-image] Jul 27 20:43:28.917 INFO O| Jul 27 20:43:28.917 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-27T20:43:30.062Z[ recovery-image] Jul 27 20:43:28.926 INFO O| Jul 27 20:43:28.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73792026-07-27T20:43:30.062Z[ recovery-image] Jul 27 20:43:28.926 INFO O| Jul 27 20:43:28.926 INFO STEP 660 (remove_files) COMPLETE
73802026-07-27T20:43:30.062Z[ recovery-image] Jul 27 20:43:28.926 INFO O| Jul 27 20:43:28.926 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-27T20:43:30.069Z[ recovery-image] Jul 27 20:43:28.935 INFO O| Jul 27 20:43:28.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73822026-07-27T20:43:30.070Z[ recovery-image] Jul 27 20:43:28.936 INFO O| Jul 27 20:43:28.936 INFO STEP 661 (remove_files) COMPLETE
73832026-07-27T20:43:30.070Z[ recovery-image] Jul 27 20:43:28.936 INFO O| Jul 27 20:43:28.936 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-27T20:43:30.070Z[verify-libraries] Compiling delegate v0.13.5
73852026-07-27T20:43:30.078Z[ recovery-image] Jul 27 20:43:28.945 INFO O| Jul 27 20:43:28.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73862026-07-27T20:43:30.078Z[ recovery-image] Jul 27 20:43:28.946 INFO O| Jul 27 20:43:28.946 INFO STEP 662 (remove_files) COMPLETE
73872026-07-27T20:43:30.079Z[ recovery-image] Jul 27 20:43:28.946 INFO O| Jul 27 20:43:28.946 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-07-27T20:43:30.088Z[ recovery-image] Jul 27 20:43:28.957 INFO O| Jul 27 20:43:28.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73892026-07-27T20:43:30.088Z[ recovery-image] Jul 27 20:43:28.957 INFO O| Jul 27 20:43:28.957 INFO STEP 663 (remove_files) COMPLETE
73902026-07-27T20:43:30.088Z[ recovery-image] Jul 27 20:43:28.957 INFO O| Jul 27 20:43:28.957 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-07-27T20:43:30.100Z[ recovery-image] Jul 27 20:43:28.970 INFO O| Jul 27 20:43:28.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73922026-07-27T20:43:30.100Z[ recovery-image] Jul 27 20:43:28.970 INFO O| Jul 27 20:43:28.970 INFO STEP 664 (remove_files) COMPLETE
73932026-07-27T20:43:30.100Z[ recovery-image] Jul 27 20:43:28.970 INFO O| Jul 27 20:43:28.970 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-07-27T20:43:30.118Z[ recovery-image] Jul 27 20:43:28.984 INFO O| Jul 27 20:43:28.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73952026-07-27T20:43:30.118Z[ recovery-image] Jul 27 20:43:28.984 INFO O| Jul 27 20:43:28.984 INFO STEP 665 (remove_files) COMPLETE
73962026-07-27T20:43:30.118Z[ recovery-image] Jul 27 20:43:28.984 INFO O| Jul 27 20:43:28.984 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-07-27T20:43:30.123Z[ recovery-image] Jul 27 20:43:28.993 INFO O| Jul 27 20:43:28.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73982026-07-27T20:43:30.123Z[ recovery-image] Jul 27 20:43:28.993 INFO O| Jul 27 20:43:28.993 INFO STEP 666 (remove_files) COMPLETE
73992026-07-27T20:43:30.123Z[ recovery-image] Jul 27 20:43:28.993 INFO O| Jul 27 20:43:28.993 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-07-27T20:43:30.130Z[ recovery-image] Jul 27 20:43:29.002 INFO O| Jul 27 20:43:29.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
74012026-07-27T20:43:30.131Z[ recovery-image] Jul 27 20:43:29.002 INFO O| Jul 27 20:43:29.002 INFO STEP 667 (remove_files) COMPLETE
74022026-07-27T20:43:30.134Z[ recovery-image] Jul 27 20:43:29.002 INFO O| Jul 27 20:43:29.002 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-07-27T20:43:30.160Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74042026-07-27T20:43:30.175Z[ recovery-image] Jul 27 20:43:29.044 INFO O| Jul 27 20:43:29.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
74052026-07-27T20:43:30.183Z[ recovery-image] Jul 27 20:43:29.044 INFO O| Jul 27 20:43:29.044 INFO STEP 668 (remove_files) COMPLETE
74062026-07-27T20:43:30.183Z[ recovery-image] Jul 27 20:43:29.044 INFO O| Jul 27 20:43:29.044 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-07-27T20:43:30.195Z[ recovery-image] Jul 27 20:43:29.055 INFO O| Jul 27 20:43:29.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
74082026-07-27T20:43:30.195Z[ recovery-image] Jul 27 20:43:29.055 INFO O| Jul 27 20:43:29.055 INFO STEP 669 (remove_files) COMPLETE
74092026-07-27T20:43:30.196Z[ recovery-image] Jul 27 20:43:29.055 INFO O| Jul 27 20:43:29.055 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-07-27T20:43:30.200Z[ recovery-image] Jul 27 20:43:29.064 INFO O| Jul 27 20:43:29.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
74112026-07-27T20:43:30.200Z[ recovery-image] Jul 27 20:43:29.064 INFO O| Jul 27 20:43:29.064 INFO STEP 670 (remove_files) COMPLETE
74122026-07-27T20:43:30.200Z[ recovery-image] Jul 27 20:43:29.064 INFO O| Jul 27 20:43:29.064 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-07-27T20:43:30.204Z[ recovery-image] Jul 27 20:43:29.074 INFO O| Jul 27 20:43:29.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
74142026-07-27T20:43:30.204Z[ recovery-image] Jul 27 20:43:29.074 INFO O| Jul 27 20:43:29.073 INFO STEP 671 (remove_files) COMPLETE
74152026-07-27T20:43:30.204Z[ recovery-image] Jul 27 20:43:29.074 INFO O| Jul 27 20:43:29.073 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-07-27T20:43:30.208Z[verify-libraries] Compiling hex-literal v1.1.0
74172026-07-27T20:43:30.217Z[ recovery-image] Jul 27 20:43:29.083 INFO O| Jul 27 20:43:29.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
74182026-07-27T20:43:30.217Z[ recovery-image] Jul 27 20:43:29.083 INFO O| Jul 27 20:43:29.083 INFO STEP 672 (remove_files) COMPLETE
74192026-07-27T20:43:30.217Z[ recovery-image] Jul 27 20:43:29.083 INFO O| Jul 27 20:43:29.083 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-27T20:43:30.226Z[ recovery-image] Jul 27 20:43:29.091 INFO O| Jul 27 20:43:29.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
74212026-07-27T20:43:30.226Z[ recovery-image] Jul 27 20:43:29.091 INFO O| Jul 27 20:43:29.091 INFO STEP 673 (remove_files) COMPLETE
74222026-07-27T20:43:30.226Z[ recovery-image] Jul 27 20:43:29.091 INFO O| Jul 27 20:43:29.091 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-27T20:43:30.233Z[ recovery-image] Jul 27 20:43:29.101 INFO O| Jul 27 20:43:29.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74242026-07-27T20:43:30.234Z[ recovery-image] Jul 27 20:43:29.101 INFO O| Jul 27 20:43:29.101 INFO STEP 674 (remove_files) COMPLETE
74252026-07-27T20:43:30.234Z[ recovery-image] Jul 27 20:43:29.101 INFO O| Jul 27 20:43:29.101 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-27T20:43:30.240Z[ recovery-image] Jul 27 20:43:29.111 INFO O| Jul 27 20:43:29.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74272026-07-27T20:43:30.240Z[ recovery-image] Jul 27 20:43:29.111 INFO O| Jul 27 20:43:29.111 INFO STEP 675 (remove_files) COMPLETE
74282026-07-27T20:43:30.240Z[ recovery-image] Jul 27 20:43:29.111 INFO O| Jul 27 20:43:29.111 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-27T20:43:30.249Z[ recovery-image] Jul 27 20:43:29.120 INFO O| Jul 27 20:43:29.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74302026-07-27T20:43:30.249Z[ recovery-image] Jul 27 20:43:29.120 INFO O| Jul 27 20:43:29.120 INFO STEP 676 (remove_files) COMPLETE
74312026-07-27T20:43:30.249Z[ recovery-image] Jul 27 20:43:29.120 INFO O| Jul 27 20:43:29.120 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-27T20:43:30.262Z[ recovery-image] Jul 27 20:43:29.130 INFO O| Jul 27 20:43:29.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74332026-07-27T20:43:30.262Z[ recovery-image] Jul 27 20:43:29.130 INFO O| Jul 27 20:43:29.130 INFO STEP 677 (remove_files) COMPLETE
74342026-07-27T20:43:30.272Z[ recovery-image] Jul 27 20:43:29.130 INFO O| Jul 27 20:43:29.130 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-27T20:43:30.272Z[ recovery-image] Jul 27 20:43:29.140 INFO O| Jul 27 20:43:29.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74362026-07-27T20:43:30.272Z[ recovery-image] Jul 27 20:43:29.140 INFO O| Jul 27 20:43:29.140 INFO STEP 678 (remove_files) COMPLETE
74372026-07-27T20:43:30.272Z[ recovery-image] Jul 27 20:43:29.140 INFO O| Jul 27 20:43:29.140 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-27T20:43:30.280Z[ recovery-image] Jul 27 20:43:29.150 INFO O| Jul 27 20:43:29.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74392026-07-27T20:43:30.283Z[ recovery-image] Jul 27 20:43:29.151 INFO O| Jul 27 20:43:29.151 INFO STEP 679 (remove_files) COMPLETE
74402026-07-27T20:43:30.283Z[ recovery-image] Jul 27 20:43:29.151 INFO O| Jul 27 20:43:29.151 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-27T20:43:30.291Z[ recovery-image] Jul 27 20:43:29.160 INFO O| Jul 27 20:43:29.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74422026-07-27T20:43:30.291Z[ recovery-image] Jul 27 20:43:29.160 INFO O| Jul 27 20:43:29.160 INFO STEP 680 (remove_files) COMPLETE
74432026-07-27T20:43:30.291Z[ recovery-image] Jul 27 20:43:29.160 INFO O| Jul 27 20:43:29.160 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-27T20:43:30.299Z[ recovery-image] Jul 27 20:43:29.170 INFO O| Jul 27 20:43:29.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74452026-07-27T20:43:30.299Z[ recovery-image] Jul 27 20:43:29.170 INFO O| Jul 27 20:43:29.170 INFO STEP 681 (remove_files) COMPLETE
74462026-07-27T20:43:30.303Z[ recovery-image] Jul 27 20:43:29.170 INFO O| Jul 27 20:43:29.170 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-27T20:43:30.309Z[ recovery-image] Jul 27 20:43:29.180 INFO O| Jul 27 20:43:29.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74482026-07-27T20:43:30.312Z[ recovery-image] Jul 27 20:43:29.181 INFO O| Jul 27 20:43:29.181 INFO STEP 682 (remove_files) COMPLETE
74492026-07-27T20:43:30.312Z[ recovery-image] Jul 27 20:43:29.181 INFO O| Jul 27 20:43:29.181 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-27T20:43:30.316Z[verify-libraries] Compiling md5 v0.8.0
74512026-07-27T20:43:30.321Z[ recovery-image] Jul 27 20:43:29.191 INFO O| Jul 27 20:43:29.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74522026-07-27T20:43:30.321Z[ recovery-image] Jul 27 20:43:29.191 INFO O| Jul 27 20:43:29.191 INFO STEP 683 (remove_files) COMPLETE
74532026-07-27T20:43:30.326Z[ recovery-image] Jul 27 20:43:29.191 INFO O| Jul 27 20:43:29.191 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-07-27T20:43:30.333Z[ recovery-image] Jul 27 20:43:29.200 INFO O| Jul 27 20:43:29.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74552026-07-27T20:43:30.333Z[ recovery-image] Jul 27 20:43:29.200 INFO O| Jul 27 20:43:29.200 INFO STEP 684 (remove_files) COMPLETE
74562026-07-27T20:43:30.333Z[ recovery-image] Jul 27 20:43:29.200 INFO O| Jul 27 20:43:29.200 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-07-27T20:43:30.340Z[ recovery-image] Jul 27 20:43:29.208 INFO O| Jul 27 20:43:29.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74582026-07-27T20:43:30.341Z[ recovery-image] Jul 27 20:43:29.208 INFO O| Jul 27 20:43:29.208 INFO STEP 685 (remove_files) COMPLETE
74592026-07-27T20:43:30.341Z[ recovery-image] Jul 27 20:43:29.208 INFO O| Jul 27 20:43:29.208 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-07-27T20:43:30.346Z[ recovery-image] Jul 27 20:43:29.217 INFO O| Jul 27 20:43:29.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74612026-07-27T20:43:30.346Z[ recovery-image] Jul 27 20:43:29.217 INFO O| Jul 27 20:43:29.217 INFO STEP 686 (remove_files) COMPLETE
74622026-07-27T20:43:30.346Z[ recovery-image] Jul 27 20:43:29.217 INFO O| Jul 27 20:43:29.217 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-07-27T20:43:30.357Z[ recovery-image] Jul 27 20:43:29.228 INFO O| Jul 27 20:43:29.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74642026-07-27T20:43:30.357Z[ recovery-image] Jul 27 20:43:29.228 INFO O| Jul 27 20:43:29.228 INFO STEP 687 (remove_files) COMPLETE
74652026-07-27T20:43:30.364Z[ recovery-image] Jul 27 20:43:29.228 INFO O| Jul 27 20:43:29.228 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-07-27T20:43:30.376Z[ recovery-image] Jul 27 20:43:29.239 INFO O| Jul 27 20:43:29.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74672026-07-27T20:43:30.376Z[ recovery-image] Jul 27 20:43:29.239 INFO O| Jul 27 20:43:29.239 INFO STEP 688 (remove_files) COMPLETE
74682026-07-27T20:43:30.376Z[ recovery-image] Jul 27 20:43:29.239 INFO O| Jul 27 20:43:29.239 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-07-27T20:43:30.376Z[verify-libraries] Compiling seq-macro v0.3.6
74702026-07-27T20:43:30.383Z[ recovery-image] Jul 27 20:43:29.249 INFO O| Jul 27 20:43:29.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74712026-07-27T20:43:30.383Z[ recovery-image] Jul 27 20:43:29.249 INFO O| Jul 27 20:43:29.249 INFO STEP 689 (remove_files) COMPLETE
74722026-07-27T20:43:30.383Z[ recovery-image] Jul 27 20:43:29.249 INFO O| Jul 27 20:43:29.249 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-07-27T20:43:30.401Z[ recovery-image] Jul 27 20:43:29.260 INFO O| Jul 27 20:43:29.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74742026-07-27T20:43:30.401Z[ recovery-image] Jul 27 20:43:29.260 INFO O| Jul 27 20:43:29.260 INFO STEP 690 (remove_files) COMPLETE
74752026-07-27T20:43:30.401Z[ recovery-image] Jul 27 20:43:29.260 INFO O| Jul 27 20:43:29.260 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-07-27T20:43:30.401Z[ recovery-image] Jul 27 20:43:29.271 INFO O| Jul 27 20:43:29.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74772026-07-27T20:43:30.401Z[ recovery-image] Jul 27 20:43:29.271 INFO O| Jul 27 20:43:29.271 INFO STEP 691 (remove_files) COMPLETE
74782026-07-27T20:43:30.401Z[ recovery-image] Jul 27 20:43:29.271 INFO O| Jul 27 20:43:29.271 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-07-27T20:43:30.409Z[ recovery-image] Jul 27 20:43:29.280 INFO O| Jul 27 20:43:29.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74802026-07-27T20:43:30.409Z[ recovery-image] Jul 27 20:43:29.281 INFO O| Jul 27 20:43:29.281 INFO STEP 692 (remove_files) COMPLETE
74812026-07-27T20:43:30.416Z[ recovery-image] Jul 27 20:43:29.281 INFO O| Jul 27 20:43:29.281 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-07-27T20:43:30.424Z[ recovery-image] Jul 27 20:43:29.291 INFO O| Jul 27 20:43:29.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74832026-07-27T20:43:30.424Z[ recovery-image] Jul 27 20:43:29.291 INFO O| Jul 27 20:43:29.291 INFO STEP 693 (remove_files) COMPLETE
74842026-07-27T20:43:30.424Z[ recovery-image] Jul 27 20:43:29.291 INFO O| Jul 27 20:43:29.291 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-07-27T20:43:30.430Z[ recovery-image] Jul 27 20:43:29.300 INFO O| Jul 27 20:43:29.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74862026-07-27T20:43:30.430Z[ recovery-image] Jul 27 20:43:29.300 INFO O| Jul 27 20:43:29.300 INFO STEP 694 (remove_files) COMPLETE
74872026-07-27T20:43:30.430Z[ recovery-image] Jul 27 20:43:29.300 INFO O| Jul 27 20:43:29.300 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-07-27T20:43:30.440Z[ recovery-image] Jul 27 20:43:29.311 INFO O| Jul 27 20:43:29.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74892026-07-27T20:43:30.440Z[ recovery-image] Jul 27 20:43:29.311 INFO O| Jul 27 20:43:29.311 INFO STEP 695 (remove_files) COMPLETE
74902026-07-27T20:43:30.446Z[ recovery-image] Jul 27 20:43:29.311 INFO O| Jul 27 20:43:29.311 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-07-27T20:43:30.456Z[ recovery-image] Jul 27 20:43:29.321 INFO O| Jul 27 20:43:29.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74922026-07-27T20:43:30.464Z[ recovery-image] Jul 27 20:43:29.322 INFO O| Jul 27 20:43:29.322 INFO STEP 696 (remove_files) COMPLETE
74932026-07-27T20:43:30.464Z[ recovery-image] Jul 27 20:43:29.322 INFO O| Jul 27 20:43:29.322 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-07-27T20:43:30.464Z[ recovery-image] Jul 27 20:43:29.332 INFO O| Jul 27 20:43:29.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74952026-07-27T20:43:30.464Z[ recovery-image] Jul 27 20:43:29.332 INFO O| Jul 27 20:43:29.332 INFO STEP 697 (remove_files) COMPLETE
74962026-07-27T20:43:30.464Z[ recovery-image] Jul 27 20:43:29.332 INFO O| Jul 27 20:43:29.332 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-07-27T20:43:30.473Z[ recovery-image] Jul 27 20:43:29.342 INFO O| Jul 27 20:43:29.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74982026-07-27T20:43:30.473Z[ recovery-image] Jul 27 20:43:29.342 INFO O| Jul 27 20:43:29.342 INFO STEP 698 (remove_files) COMPLETE
74992026-07-27T20:43:30.479Z[ recovery-image] Jul 27 20:43:29.342 INFO O| Jul 27 20:43:29.342 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-07-27T20:43:30.486Z[ recovery-image] Jul 27 20:43:29.352 INFO O| Jul 27 20:43:29.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
75012026-07-27T20:43:30.487Z[ recovery-image] Jul 27 20:43:29.352 INFO O| Jul 27 20:43:29.352 INFO STEP 699 (remove_files) COMPLETE
75022026-07-27T20:43:30.487Z[ recovery-image] Jul 27 20:43:29.352 INFO O| Jul 27 20:43:29.352 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-07-27T20:43:30.501Z[ recovery-image] Jul 27 20:43:29.363 INFO O| Jul 27 20:43:29.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
75042026-07-27T20:43:30.501Z[ recovery-image] Jul 27 20:43:29.363 INFO O| Jul 27 20:43:29.363 INFO STEP 700 (remove_files) COMPLETE
75052026-07-27T20:43:30.501Z[ recovery-image] Jul 27 20:43:29.363 INFO O| Jul 27 20:43:29.363 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-07-27T20:43:30.519Z[ recovery-image] Jul 27 20:43:29.373 INFO O| Jul 27 20:43:29.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
75072026-07-27T20:43:30.519Z[ recovery-image] Jul 27 20:43:29.373 INFO O| Jul 27 20:43:29.373 INFO STEP 701 (remove_files) COMPLETE
75082026-07-27T20:43:30.519Z[ recovery-image] Jul 27 20:43:29.373 INFO O| Jul 27 20:43:29.373 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-07-27T20:43:30.527Z[ recovery-image] Jul 27 20:43:29.383 INFO O| Jul 27 20:43:29.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
75102026-07-27T20:43:30.527Z[ recovery-image] Jul 27 20:43:29.383 INFO O| Jul 27 20:43:29.383 INFO STEP 702 (remove_files) COMPLETE
75112026-07-27T20:43:30.527Z[ recovery-image] Jul 27 20:43:29.383 INFO O| Jul 27 20:43:29.383 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-07-27T20:43:30.527Z[ recovery-image] Jul 27 20:43:29.393 INFO O| Jul 27 20:43:29.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
75132026-07-27T20:43:30.527Z[ recovery-image] Jul 27 20:43:29.393 INFO O| Jul 27 20:43:29.393 INFO STEP 703 (remove_files) COMPLETE
75142026-07-27T20:43:30.527Z[ recovery-image] Jul 27 20:43:29.393 INFO O| Jul 27 20:43:29.393 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-07-27T20:43:30.541Z[ recovery-image] Jul 27 20:43:29.402 INFO O| Jul 27 20:43:29.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
75162026-07-27T20:43:30.541Z[ recovery-image] Jul 27 20:43:29.402 INFO O| Jul 27 20:43:29.402 INFO STEP 704 (remove_files) COMPLETE
75172026-07-27T20:43:30.543Z[ recovery-image] Jul 27 20:43:29.402 INFO O| Jul 27 20:43:29.402 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-07-27T20:43:30.548Z[ recovery-image] Jul 27 20:43:29.412 INFO O| Jul 27 20:43:29.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
75192026-07-27T20:43:30.548Z[ recovery-image] Jul 27 20:43:29.412 INFO O| Jul 27 20:43:29.412 INFO STEP 705 (remove_files) COMPLETE
75202026-07-27T20:43:30.548Z[ recovery-image] Jul 27 20:43:29.412 INFO O| Jul 27 20:43:29.412 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-07-27T20:43:30.552Z[ recovery-image] Jul 27 20:43:29.421 INFO O| Jul 27 20:43:29.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
75222026-07-27T20:43:30.552Z[ recovery-image] Jul 27 20:43:29.421 INFO O| Jul 27 20:43:29.421 INFO STEP 706 (remove_files) COMPLETE
75232026-07-27T20:43:30.552Z[ recovery-image] Jul 27 20:43:29.421 INFO O| Jul 27 20:43:29.421 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-07-27T20:43:30.574Z[ recovery-image] Jul 27 20:43:29.440 INFO O| Jul 27 20:43:29.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75252026-07-27T20:43:30.574Z[ recovery-image] Jul 27 20:43:29.440 INFO O| Jul 27 20:43:29.440 INFO STEP 707 (remove_files) COMPLETE
75262026-07-27T20:43:30.579Z[ recovery-image] Jul 27 20:43:29.440 INFO O| Jul 27 20:43:29.440 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-07-27T20:43:30.580Z[ recovery-image] Jul 27 20:43:29.449 INFO O| Jul 27 20:43:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75282026-07-27T20:43:30.580Z[ recovery-image] Jul 27 20:43:29.449 INFO O| Jul 27 20:43:29.449 INFO STEP 708 (remove_files) COMPLETE
75292026-07-27T20:43:30.580Z[ recovery-image] Jul 27 20:43:29.449 INFO O| Jul 27 20:43:29.449 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-07-27T20:43:30.590Z[ recovery-image] Jul 27 20:43:29.459 INFO O| Jul 27 20:43:29.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75312026-07-27T20:43:30.590Z[ recovery-image] Jul 27 20:43:29.459 INFO O| Jul 27 20:43:29.459 INFO STEP 709 (remove_files) COMPLETE
75322026-07-27T20:43:30.590Z[ recovery-image] Jul 27 20:43:29.459 INFO O| Jul 27 20:43:29.459 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-07-27T20:43:30.597Z[ recovery-image] Jul 27 20:43:29.468 INFO O| Jul 27 20:43:29.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75342026-07-27T20:43:30.598Z[ recovery-image] Jul 27 20:43:29.468 INFO O| Jul 27 20:43:29.468 INFO STEP 710 (remove_files) COMPLETE
75352026-07-27T20:43:30.598Z[ recovery-image] Jul 27 20:43:29.468 INFO O| Jul 27 20:43:29.468 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-07-27T20:43:30.610Z[ recovery-image] Jul 27 20:43:29.479 INFO O| Jul 27 20:43:29.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75372026-07-27T20:43:30.610Z[ recovery-image] Jul 27 20:43:29.479 INFO O| Jul 27 20:43:29.479 INFO STEP 711 (remove_files) COMPLETE
75382026-07-27T20:43:30.620Z[ recovery-image] Jul 27 20:43:29.479 INFO O| Jul 27 20:43:29.479 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-07-27T20:43:30.625Z[ recovery-image] Jul 27 20:43:29.489 INFO O| Jul 27 20:43:29.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75402026-07-27T20:43:30.625Z[ recovery-image] Jul 27 20:43:29.489 INFO O| Jul 27 20:43:29.489 INFO STEP 712 (remove_files) COMPLETE
75412026-07-27T20:43:30.625Z[ recovery-image] Jul 27 20:43:29.489 INFO O| Jul 27 20:43:29.489 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-07-27T20:43:30.630Z[ recovery-image] Jul 27 20:43:29.499 INFO O| Jul 27 20:43:29.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75432026-07-27T20:43:30.630Z[ recovery-image] Jul 27 20:43:29.499 INFO O| Jul 27 20:43:29.499 INFO STEP 713 (remove_files) COMPLETE
75442026-07-27T20:43:30.630Z[ recovery-image] Jul 27 20:43:29.499 INFO O| Jul 27 20:43:29.499 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-07-27T20:43:30.640Z[ recovery-image] Jul 27 20:43:29.509 INFO O| Jul 27 20:43:29.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75462026-07-27T20:43:30.640Z[ recovery-image] Jul 27 20:43:29.509 INFO O| Jul 27 20:43:29.509 INFO STEP 714 (remove_files) COMPLETE
75472026-07-27T20:43:30.640Z[ recovery-image] Jul 27 20:43:29.509 INFO O| Jul 27 20:43:29.509 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-07-27T20:43:30.649Z[ recovery-image] Jul 27 20:43:29.519 INFO O| Jul 27 20:43:29.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75492026-07-27T20:43:30.649Z[ recovery-image] Jul 27 20:43:29.519 INFO O| Jul 27 20:43:29.519 INFO STEP 715 (remove_files) COMPLETE
75502026-07-27T20:43:30.649Z[ recovery-image] Jul 27 20:43:29.519 INFO O| Jul 27 20:43:29.519 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-07-27T20:43:30.658Z[ recovery-image] Jul 27 20:43:29.528 INFO O| Jul 27 20:43:29.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75522026-07-27T20:43:30.658Z[ recovery-image] Jul 27 20:43:29.528 INFO O| Jul 27 20:43:29.528 INFO STEP 716 (remove_files) COMPLETE
75532026-07-27T20:43:30.667Z[ recovery-image] Jul 27 20:43:29.528 INFO O| Jul 27 20:43:29.528 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-07-27T20:43:30.678Z[ recovery-image] Jul 27 20:43:29.538 INFO O| Jul 27 20:43:29.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75552026-07-27T20:43:30.678Z[ recovery-image] Jul 27 20:43:29.539 INFO O| Jul 27 20:43:29.539 INFO STEP 717 (remove_files) COMPLETE
75562026-07-27T20:43:30.678Z[ recovery-image] Jul 27 20:43:29.539 INFO O| Jul 27 20:43:29.539 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-07-27T20:43:30.678Z[ recovery-image] Jul 27 20:43:29.548 INFO O| Jul 27 20:43:29.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75582026-07-27T20:43:30.678Z[ recovery-image] Jul 27 20:43:29.548 INFO O| Jul 27 20:43:29.548 INFO STEP 718 (remove_files) COMPLETE
75592026-07-27T20:43:30.679Z[ recovery-image] Jul 27 20:43:29.548 INFO O| Jul 27 20:43:29.548 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-07-27T20:43:30.687Z[ recovery-image] Jul 27 20:43:29.557 INFO O| Jul 27 20:43:29.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75612026-07-27T20:43:30.687Z[ recovery-image] Jul 27 20:43:29.557 INFO O| Jul 27 20:43:29.557 INFO STEP 719 (remove_files) COMPLETE
75622026-07-27T20:43:30.687Z[ recovery-image] Jul 27 20:43:29.557 INFO O| Jul 27 20:43:29.557 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-07-27T20:43:30.698Z[ recovery-image] Jul 27 20:43:29.568 INFO O| Jul 27 20:43:29.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75642026-07-27T20:43:30.698Z[ recovery-image] Jul 27 20:43:29.568 INFO O| Jul 27 20:43:29.568 INFO STEP 720 (remove_files) COMPLETE
75652026-07-27T20:43:30.702Z[ recovery-image] Jul 27 20:43:29.568 INFO O| Jul 27 20:43:29.568 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-07-27T20:43:30.715Z[ recovery-image] Jul 27 20:43:29.579 INFO O| Jul 27 20:43:29.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75672026-07-27T20:43:30.715Z[ recovery-image] Jul 27 20:43:29.579 INFO O| Jul 27 20:43:29.579 INFO STEP 721 (remove_files) COMPLETE
75682026-07-27T20:43:30.715Z[ recovery-image] Jul 27 20:43:29.579 INFO O| Jul 27 20:43:29.579 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-07-27T20:43:30.732Z[ recovery-image] Jul 27 20:43:29.588 INFO O| Jul 27 20:43:29.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75702026-07-27T20:43:30.732Z[ recovery-image] Jul 27 20:43:29.588 INFO O| Jul 27 20:43:29.588 INFO STEP 722 (remove_files) COMPLETE
75712026-07-27T20:43:30.732Z[ recovery-image] Jul 27 20:43:29.588 INFO O| Jul 27 20:43:29.588 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-07-27T20:43:30.732Z[ recovery-image] Jul 27 20:43:29.599 INFO O| Jul 27 20:43:29.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75732026-07-27T20:43:30.732Z[ recovery-image] Jul 27 20:43:29.599 INFO O| Jul 27 20:43:29.599 INFO STEP 723 (remove_files) COMPLETE
75742026-07-27T20:43:30.732Z[ recovery-image] Jul 27 20:43:29.599 INFO O| Jul 27 20:43:29.599 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-07-27T20:43:30.737Z[ recovery-image] Jul 27 20:43:29.609 INFO O| Jul 27 20:43:29.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75762026-07-27T20:43:30.737Z[ recovery-image] Jul 27 20:43:29.609 INFO O| Jul 27 20:43:29.609 INFO STEP 724 (remove_files) COMPLETE
75772026-07-27T20:43:30.737Z[ recovery-image] Jul 27 20:43:29.609 INFO O| Jul 27 20:43:29.609 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-07-27T20:43:30.749Z[ recovery-image] Jul 27 20:43:29.620 INFO O| Jul 27 20:43:29.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75792026-07-27T20:43:30.749Z[ recovery-image] Jul 27 20:43:29.620 INFO O| Jul 27 20:43:29.620 INFO STEP 725 (remove_files) COMPLETE
75802026-07-27T20:43:30.757Z[ recovery-image] Jul 27 20:43:29.620 INFO O| Jul 27 20:43:29.620 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-07-27T20:43:30.767Z[ recovery-image] Jul 27 20:43:29.632 INFO O| Jul 27 20:43:29.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75822026-07-27T20:43:30.767Z[ recovery-image] Jul 27 20:43:29.632 INFO O| Jul 27 20:43:29.632 INFO STEP 726 (remove_files) COMPLETE
75832026-07-27T20:43:30.767Z[ recovery-image] Jul 27 20:43:29.632 INFO O| Jul 27 20:43:29.632 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-07-27T20:43:30.776Z[ recovery-image] Jul 27 20:43:29.641 INFO O| Jul 27 20:43:29.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75852026-07-27T20:43:30.776Z[ recovery-image] Jul 27 20:43:29.642 INFO O| Jul 27 20:43:29.641 INFO STEP 727 (remove_files) COMPLETE
75862026-07-27T20:43:30.776Z[ recovery-image] Jul 27 20:43:29.642 INFO O| Jul 27 20:43:29.641 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-07-27T20:43:30.786Z[ recovery-image] Jul 27 20:43:29.652 INFO O| Jul 27 20:43:29.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75882026-07-27T20:43:30.786Z[ recovery-image] Jul 27 20:43:29.652 INFO O| Jul 27 20:43:29.652 INFO STEP 728 (remove_files) COMPLETE
75892026-07-27T20:43:30.786Z[ recovery-image] Jul 27 20:43:29.652 INFO O| Jul 27 20:43:29.652 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-07-27T20:43:30.791Z[verify-libraries] Compiling sync-ptr v0.1.4
75912026-07-27T20:43:30.791Z[ recovery-image] Jul 27 20:43:29.661 INFO O| Jul 27 20:43:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75922026-07-27T20:43:30.791Z[ recovery-image] Jul 27 20:43:29.661 INFO O| Jul 27 20:43:29.661 INFO STEP 729 (remove_files) COMPLETE
75932026-07-27T20:43:30.791Z[ recovery-image] Jul 27 20:43:29.661 INFO O| Jul 27 20:43:29.661 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-27T20:43:30.806Z[ recovery-image] Jul 27 20:43:29.670 INFO O| Jul 27 20:43:29.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75952026-07-27T20:43:30.806Z[ recovery-image] Jul 27 20:43:29.670 INFO O| Jul 27 20:43:29.670 INFO STEP 730 (remove_files) COMPLETE
75962026-07-27T20:43:30.806Z[ recovery-image] Jul 27 20:43:29.670 INFO O| Jul 27 20:43:29.670 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-27T20:43:30.815Z[ recovery-image] Jul 27 20:43:29.686 INFO O| Jul 27 20:43:29.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75982026-07-27T20:43:30.815Z[ recovery-image] Jul 27 20:43:29.687 INFO O| Jul 27 20:43:29.687 INFO STEP 731 (remove_files) COMPLETE
75992026-07-27T20:43:30.815Z[ recovery-image] Jul 27 20:43:29.687 INFO O| Jul 27 20:43:29.687 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-27T20:43:30.827Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76012026-07-27T20:43:30.835Z[ recovery-image] Jul 27 20:43:29.699 INFO O| Jul 27 20:43:29.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
76022026-07-27T20:43:30.835Z[ recovery-image] Jul 27 20:43:29.699 INFO O| Jul 27 20:43:29.699 INFO STEP 732 (remove_files) COMPLETE
76032026-07-27T20:43:30.835Z[ recovery-image] Jul 27 20:43:29.699 INFO O| Jul 27 20:43:29.699 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-07-27T20:43:30.852Z[ recovery-image] Jul 27 20:43:29.722 INFO O| Jul 27 20:43:29.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
76052026-07-27T20:43:30.852Z[ recovery-image] Jul 27 20:43:29.722 INFO O| Jul 27 20:43:29.722 INFO STEP 733 (remove_files) COMPLETE
76062026-07-27T20:43:30.858Z[ recovery-image] Jul 27 20:43:29.722 INFO O| Jul 27 20:43:29.722 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-07-27T20:43:30.864Z[ recovery-image] Jul 27 20:43:29.732 INFO O| Jul 27 20:43:29.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
76082026-07-27T20:43:30.868Z[ recovery-image] Jul 27 20:43:29.732 INFO O| Jul 27 20:43:29.732 INFO STEP 734 (remove_files) COMPLETE
76092026-07-27T20:43:30.868Z[ recovery-image] Jul 27 20:43:29.732 INFO O| Jul 27 20:43:29.732 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-07-27T20:43:30.878Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
76112026-07-27T20:43:30.878Z[ recovery-image] Jul 27 20:43:29.742 INFO O| Jul 27 20:43:29.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
76122026-07-27T20:43:30.878Z[ recovery-image] Jul 27 20:43:29.742 INFO O| Jul 27 20:43:29.742 INFO STEP 735 (remove_files) COMPLETE
76132026-07-27T20:43:30.878Z[ recovery-image] Jul 27 20:43:29.742 INFO O| Jul 27 20:43:29.742 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-07-27T20:43:30.887Z[ recovery-image] Jul 27 20:43:29.753 INFO O| Jul 27 20:43:29.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
76152026-07-27T20:43:30.887Z[ recovery-image] Jul 27 20:43:29.753 INFO O| Jul 27 20:43:29.753 INFO STEP 736 (remove_files) COMPLETE
76162026-07-27T20:43:30.887Z[ recovery-image] Jul 27 20:43:29.753 INFO O| Jul 27 20:43:29.753 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-07-27T20:43:30.893Z[ recovery-image] Jul 27 20:43:29.764 INFO O| Jul 27 20:43:29.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
76182026-07-27T20:43:30.893Z[ recovery-image] Jul 27 20:43:29.764 INFO O| Jul 27 20:43:29.764 INFO STEP 737 (remove_files) COMPLETE
76192026-07-27T20:43:30.893Z[ recovery-image] Jul 27 20:43:29.764 INFO O| Jul 27 20:43:29.764 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-07-27T20:43:30.906Z[ recovery-image] Jul 27 20:43:29.773 INFO O| Jul 27 20:43:29.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
76212026-07-27T20:43:30.906Z[ recovery-image] Jul 27 20:43:29.774 INFO O| Jul 27 20:43:29.773 INFO STEP 738 (remove_files) COMPLETE
76222026-07-27T20:43:30.906Z[ recovery-image] Jul 27 20:43:29.774 INFO O| Jul 27 20:43:29.773 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-07-27T20:43:30.987Z[ recovery-image] Jul 27 20:43:29.783 INFO O| Jul 27 20:43:29.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
76242026-07-27T20:43:31.016Z[ recovery-image] Jul 27 20:43:29.784 INFO O| Jul 27 20:43:29.784 INFO STEP 739 (remove_files) COMPLETE
76252026-07-27T20:43:31.016Z[ recovery-image] Jul 27 20:43:29.784 INFO O| Jul 27 20:43:29.784 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-07-27T20:43:31.016Z[ recovery-image] Jul 27 20:43:29.793 INFO O| Jul 27 20:43:29.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76272026-07-27T20:43:31.017Z[ recovery-image] Jul 27 20:43:29.793 INFO O| Jul 27 20:43:29.793 INFO STEP 740 (remove_files) COMPLETE
76282026-07-27T20:43:31.017Z[ recovery-image] Jul 27 20:43:29.793 INFO O| Jul 27 20:43:29.793 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-07-27T20:43:31.017Z[ recovery-image] Jul 27 20:43:29.803 INFO O| Jul 27 20:43:29.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76302026-07-27T20:43:31.017Z[ recovery-image] Jul 27 20:43:29.804 INFO O| Jul 27 20:43:29.804 INFO STEP 741 (remove_files) COMPLETE
76312026-07-27T20:43:31.017Z[ recovery-image] Jul 27 20:43:29.804 INFO O| Jul 27 20:43:29.804 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-07-27T20:43:31.017Z[ recovery-image] Jul 27 20:43:29.814 INFO O| Jul 27 20:43:29.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76332026-07-27T20:43:31.017Z[ recovery-image] Jul 27 20:43:29.814 INFO O| Jul 27 20:43:29.814 INFO STEP 742 (remove_files) COMPLETE
76342026-07-27T20:43:31.018Z[ recovery-image] Jul 27 20:43:29.814 INFO O| Jul 27 20:43:29.814 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-07-27T20:43:31.018Z[ recovery-image] Jul 27 20:43:29.824 INFO O| Jul 27 20:43:29.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76362026-07-27T20:43:31.018Z[ recovery-image] Jul 27 20:43:29.824 INFO O| Jul 27 20:43:29.824 INFO STEP 743 (remove_files) COMPLETE
76372026-07-27T20:43:31.018Z[ recovery-image] Jul 27 20:43:29.824 INFO O| Jul 27 20:43:29.824 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-07-27T20:43:31.018Z[ host-image] Jul 27 20:43:29.831 INFO O| adding properties...
76392026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.840 INFO O| Jul 27 20:43:29.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76402026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.840 INFO O| Jul 27 20:43:29.834 INFO STEP 744 (remove_files) COMPLETE
76412026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.840 INFO O| Jul 27 20:43:29.834 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.845 INFO O| Jul 27 20:43:29.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76432026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.845 INFO O| Jul 27 20:43:29.844 INFO STEP 745 (remove_files) COMPLETE
76442026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.845 INFO O| Jul 27 20:43:29.844 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.855 INFO O| Jul 27 20:43:29.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76462026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.855 INFO O| Jul 27 20:43:29.853 INFO STEP 746 (remove_files) COMPLETE
76472026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.855 INFO O| Jul 27 20:43:29.853 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-27T20:43:31.019Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
76492026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.863 INFO O| Jul 27 20:43:29.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76502026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.863 INFO O| Jul 27 20:43:29.863 INFO STEP 747 (remove_files) COMPLETE
76512026-07-27T20:43:31.019Z[ recovery-image] Jul 27 20:43:29.863 INFO O| Jul 27 20:43:29.863 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-07-27T20:43:31.041Z[ recovery-image] Jul 27 20:43:29.872 INFO O| Jul 27 20:43:29.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76532026-07-27T20:43:31.041Z[ recovery-image] Jul 27 20:43:29.872 INFO O| Jul 27 20:43:29.872 INFO STEP 748 (remove_files) COMPLETE
76542026-07-27T20:43:31.041Z[ recovery-image] Jul 27 20:43:29.872 INFO O| Jul 27 20:43:29.872 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-07-27T20:43:31.041Z[ recovery-image] Jul 27 20:43:29.881 INFO O| Jul 27 20:43:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76562026-07-27T20:43:31.042Z[ recovery-image] Jul 27 20:43:29.881 INFO O| Jul 27 20:43:29.881 INFO STEP 749 (remove_files) COMPLETE
76572026-07-27T20:43:31.042Z[ recovery-image] Jul 27 20:43:29.881 INFO O| Jul 27 20:43:29.881 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-07-27T20:43:31.042Z[ recovery-image] Jul 27 20:43:29.890 INFO O| Jul 27 20:43:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76592026-07-27T20:43:31.042Z[ recovery-image] Jul 27 20:43:29.890 INFO O| Jul 27 20:43:29.890 INFO STEP 750 (remove_files) COMPLETE
76602026-07-27T20:43:31.042Z[ recovery-image] Jul 27 20:43:29.890 INFO O| Jul 27 20:43:29.890 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-07-27T20:43:31.057Z[ recovery-image] Jul 27 20:43:29.899 INFO O| Jul 27 20:43:29.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76622026-07-27T20:43:31.058Z[ recovery-image] Jul 27 20:43:29.899 INFO O| Jul 27 20:43:29.899 INFO STEP 751 (remove_files) COMPLETE
76632026-07-27T20:43:31.058Z[ recovery-image] Jul 27 20:43:29.899 INFO O| Jul 27 20:43:29.899 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-07-27T20:43:31.058Z[ recovery-image] Jul 27 20:43:29.907 INFO O| Jul 27 20:43:29.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76652026-07-27T20:43:31.058Z[ recovery-image] Jul 27 20:43:29.907 INFO O| Jul 27 20:43:29.907 INFO STEP 752 (remove_files) COMPLETE
76662026-07-27T20:43:31.058Z[ recovery-image] Jul 27 20:43:29.907 INFO O| Jul 27 20:43:29.907 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-07-27T20:43:31.064Z[ recovery-image] Jul 27 20:43:29.933 INFO O| Jul 27 20:43:29.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76682026-07-27T20:43:31.064Z[ recovery-image] Jul 27 20:43:29.933 INFO O| Jul 27 20:43:29.933 INFO STEP 753 (remove_files) COMPLETE
76692026-07-27T20:43:31.064Z[ recovery-image] Jul 27 20:43:29.933 INFO O| Jul 27 20:43:29.933 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-07-27T20:43:31.075Z[ recovery-image] Jul 27 20:43:29.942 INFO O| Jul 27 20:43:29.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76712026-07-27T20:43:31.075Z[ recovery-image] Jul 27 20:43:29.942 INFO O| Jul 27 20:43:29.942 INFO STEP 754 (remove_files) COMPLETE
76722026-07-27T20:43:31.075Z[ recovery-image] Jul 27 20:43:29.942 INFO O| Jul 27 20:43:29.942 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-07-27T20:43:31.082Z[ recovery-image] Jul 27 20:43:29.951 INFO O| Jul 27 20:43:29.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76742026-07-27T20:43:31.082Z[ recovery-image] Jul 27 20:43:29.951 INFO O| Jul 27 20:43:29.951 INFO STEP 755 (remove_files) COMPLETE
76752026-07-27T20:43:31.082Z[ recovery-image] Jul 27 20:43:29.951 INFO O| Jul 27 20:43:29.951 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-07-27T20:43:32.116Z[ recovery-image] Jul 27 20:43:29.959 INFO O| Jul 27 20:43:29.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76772026-07-27T20:43:32.116Z[ recovery-image] Jul 27 20:43:29.959 INFO O| Jul 27 20:43:29.959 INFO STEP 756 (remove_files) COMPLETE
76782026-07-27T20:43:32.116Z[ recovery-image] Jul 27 20:43:29.959 INFO O| Jul 27 20:43:29.959 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-07-27T20:43:32.123Z[ recovery-image] Jul 27 20:43:29.967 INFO O| Jul 27 20:43:29.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76802026-07-27T20:43:32.123Z[ recovery-image] Jul 27 20:43:29.967 INFO O| Jul 27 20:43:29.967 INFO STEP 757 (remove_files) COMPLETE
76812026-07-27T20:43:32.123Z[ recovery-image] Jul 27 20:43:29.967 INFO O| Jul 27 20:43:29.967 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-07-27T20:43:32.123Z[ recovery-image] Jul 27 20:43:29.975 INFO O| Jul 27 20:43:29.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76832026-07-27T20:43:32.123Z[ recovery-image] Jul 27 20:43:29.975 INFO O| Jul 27 20:43:29.975 INFO STEP 758 (remove_files) COMPLETE
76842026-07-27T20:43:32.123Z[ recovery-image] Jul 27 20:43:29.975 INFO O| Jul 27 20:43:29.975 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-07-27T20:43:32.123Z[ recovery-image] Jul 27 20:43:29.984 INFO O| Jul 27 20:43:29.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76862026-07-27T20:43:32.123Z[ recovery-image] Jul 27 20:43:29.984 INFO O| Jul 27 20:43:29.984 INFO STEP 759 (remove_files) COMPLETE
76872026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:29.984 INFO O| Jul 27 20:43:29.984 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:29.993 INFO O| Jul 27 20:43:29.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76892026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:29.993 INFO O| Jul 27 20:43:29.993 INFO STEP 760 (remove_files) COMPLETE
76902026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:29.993 INFO O| Jul 27 20:43:29.993 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.002 INFO O| Jul 27 20:43:30.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76922026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.002 INFO O| Jul 27 20:43:30.002 INFO STEP 761 (remove_files) COMPLETE
76932026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.002 INFO O| Jul 27 20:43:30.002 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.011 INFO O| Jul 27 20:43:30.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76952026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.011 INFO O| Jul 27 20:43:30.011 INFO STEP 762 (remove_files) COMPLETE
76962026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.011 INFO O| Jul 27 20:43:30.011 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.029 INFO O| Jul 27 20:43:30.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76982026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.029 INFO O| Jul 27 20:43:30.029 INFO STEP 763 (remove_files) COMPLETE
76992026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.029 INFO O| Jul 27 20:43:30.029 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.056 INFO O| Jul 27 20:43:30.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
77012026-07-27T20:43:32.125Z[ recovery-image] Jul 27 20:43:30.056 INFO O| Jul 27 20:43:30.056 INFO STEP 764 (remove_files) COMPLETE
77022026-07-27T20:43:32.126Z[ recovery-image] Jul 27 20:43:30.056 INFO O| Jul 27 20:43:30.056 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-07-27T20:43:32.126Z[ recovery-image] Jul 27 20:43:30.067 INFO O| Jul 27 20:43:30.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
77042026-07-27T20:43:32.126Z[ recovery-image] Jul 27 20:43:30.069 INFO O| Jul 27 20:43:30.069 INFO STEP 765 (remove_files) COMPLETE
77052026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.069 INFO O| Jul 27 20:43:30.069 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.084 INFO O| Jul 27 20:43:30.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
77072026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.084 INFO O| Jul 27 20:43:30.079 INFO STEP 766 (remove_files) COMPLETE
77082026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.084 INFO O| Jul 27 20:43:30.079 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.092 INFO O| Jul 27 20:43:30.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
77102026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.092 INFO O| Jul 27 20:43:30.092 INFO STEP 767 (remove_files) COMPLETE
77112026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.092 INFO O| Jul 27 20:43:30.092 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.102 INFO O| Jul 27 20:43:30.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
77132026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.102 INFO O| Jul 27 20:43:30.102 INFO STEP 768 (remove_files) COMPLETE
77142026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.102 INFO O| Jul 27 20:43:30.102 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.113 INFO O| Jul 27 20:43:30.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
77162026-07-27T20:43:32.127Z[ recovery-image] Jul 27 20:43:30.113 INFO O| Jul 27 20:43:30.113 INFO STEP 769 (remove_files) COMPLETE
77172026-07-27T20:43:32.128Z[ recovery-image] Jul 27 20:43:30.113 INFO O| Jul 27 20:43:30.113 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-07-27T20:43:32.128Z[ recovery-image] Jul 27 20:43:30.123 INFO O| Jul 27 20:43:30.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
77192026-07-27T20:43:32.128Z[ recovery-image] Jul 27 20:43:30.124 INFO O| Jul 27 20:43:30.124 INFO STEP 770 (remove_files) COMPLETE
77202026-07-27T20:43:32.128Z[ recovery-image] Jul 27 20:43:30.124 INFO O| Jul 27 20:43:30.124 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-07-27T20:43:32.128Z[ recovery-image] Jul 27 20:43:30.134 INFO O| Jul 27 20:43:30.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
77222026-07-27T20:43:32.128Z[ recovery-image] Jul 27 20:43:30.136 INFO O| Jul 27 20:43:30.136 INFO STEP 771 (remove_files) COMPLETE
77232026-07-27T20:43:32.128Z[ recovery-image] Jul 27 20:43:30.136 INFO O| Jul 27 20:43:30.136 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-07-27T20:43:32.128Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
77252026-07-27T20:43:32.128Z[ recovery-image] Jul 27 20:43:30.157 INFO O| Jul 27 20:43:30.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
77262026-07-27T20:43:32.129Z[ recovery-image] Jul 27 20:43:30.157 INFO O| Jul 27 20:43:30.152 INFO STEP 772 (remove_files) COMPLETE
77272026-07-27T20:43:32.129Z[ recovery-image] Jul 27 20:43:30.157 INFO O| Jul 27 20:43:30.152 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-07-27T20:43:32.129Z[ recovery-image] Jul 27 20:43:30.163 INFO O| Jul 27 20:43:30.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77292026-07-27T20:43:32.129Z[ recovery-image] Jul 27 20:43:30.163 INFO O| Jul 27 20:43:30.163 INFO STEP 773 (remove_files) COMPLETE
77302026-07-27T20:43:32.129Z[ recovery-image] Jul 27 20:43:30.163 INFO O| Jul 27 20:43:30.163 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-07-27T20:43:32.129Z[ recovery-image] Jul 27 20:43:30.172 INFO O| Jul 27 20:43:30.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77322026-07-27T20:43:32.129Z[ recovery-image] Jul 27 20:43:30.172 INFO O| Jul 27 20:43:30.172 INFO STEP 774 (remove_files) COMPLETE
77332026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.172 INFO O| Jul 27 20:43:30.172 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-07-27T20:43:32.130Z[verify-libraries] Compiling russh v0.61.2
77352026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.181 INFO O| Jul 27 20:43:30.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77362026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.182 INFO O| Jul 27 20:43:30.182 INFO STEP 775 (remove_files) COMPLETE
77372026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.182 INFO O| Jul 27 20:43:30.182 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.192 INFO O| Jul 27 20:43:30.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77392026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.192 INFO O| Jul 27 20:43:30.192 INFO STEP 776 (remove_files) COMPLETE
77402026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.192 INFO O| Jul 27 20:43:30.192 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.201 INFO O| Jul 27 20:43:30.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77422026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.201 INFO O| Jul 27 20:43:30.201 INFO STEP 777 (remove_files) COMPLETE
77432026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.201 INFO O| Jul 27 20:43:30.201 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.208 INFO O| Jul 27 20:43:30.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77452026-07-27T20:43:32.130Z[ recovery-image] Jul 27 20:43:30.208 INFO O| Jul 27 20:43:30.208 INFO STEP 778 (remove_files) COMPLETE
77462026-07-27T20:43:32.131Z[ recovery-image] Jul 27 20:43:30.208 INFO O| Jul 27 20:43:30.208 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-27T20:43:32.131Z[ recovery-image] Jul 27 20:43:30.216 INFO O| Jul 27 20:43:30.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77482026-07-27T20:43:32.131Z[ recovery-image] Jul 27 20:43:30.217 INFO O| Jul 27 20:43:30.217 INFO STEP 779 (remove_files) COMPLETE
77492026-07-27T20:43:32.131Z[ recovery-image] Jul 27 20:43:30.217 INFO O| Jul 27 20:43:30.217 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-27T20:43:32.131Z[ recovery-image] Jul 27 20:43:30.227 INFO O| Jul 27 20:43:30.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77512026-07-27T20:43:32.131Z[ recovery-image] Jul 27 20:43:30.227 INFO O| Jul 27 20:43:30.227 INFO STEP 780 (remove_files) COMPLETE
77522026-07-27T20:43:32.131Z[ recovery-image] Jul 27 20:43:30.227 INFO O| Jul 27 20:43:30.227 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-27T20:43:32.131Z[ recovery-image] Jul 27 20:43:30.237 INFO O| Jul 27 20:43:30.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77542026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.237 INFO O| Jul 27 20:43:30.237 INFO STEP 781 (remove_files) COMPLETE
77552026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.237 INFO O| Jul 27 20:43:30.237 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.247 INFO O| Jul 27 20:43:30.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77572026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.247 INFO O| Jul 27 20:43:30.247 INFO STEP 782 (remove_files) COMPLETE
77582026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.247 INFO O| Jul 27 20:43:30.247 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.257 INFO O| Jul 27 20:43:30.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77602026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.257 INFO O| Jul 27 20:43:30.257 INFO STEP 783 (remove_files) COMPLETE
77612026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.257 INFO O| Jul 27 20:43:30.257 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.266 INFO O| Jul 27 20:43:30.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77632026-07-27T20:43:32.132Z[ recovery-image] Jul 27 20:43:30.266 INFO O| Jul 27 20:43:30.266 INFO STEP 784 (remove_files) COMPLETE
77642026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.266 INFO O| Jul 27 20:43:30.266 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.277 INFO O| Jul 27 20:43:30.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77662026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.277 INFO O| Jul 27 20:43:30.277 INFO STEP 785 (remove_files) COMPLETE
77672026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.277 INFO O| Jul 27 20:43:30.277 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.287 INFO O| Jul 27 20:43:30.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77692026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.287 INFO O| Jul 27 20:43:30.287 INFO STEP 786 (remove_files) COMPLETE
77702026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.287 INFO O| Jul 27 20:43:30.287 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.298 INFO O| Jul 27 20:43:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77722026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.298 INFO O| Jul 27 20:43:30.298 INFO STEP 787 (remove_files) COMPLETE
77732026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.298 INFO O| Jul 27 20:43:30.298 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.309 INFO O| Jul 27 20:43:30.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77752026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.309 INFO O| Jul 27 20:43:30.309 INFO STEP 788 (remove_files) COMPLETE
77762026-07-27T20:43:32.133Z[ recovery-image] Jul 27 20:43:30.309 INFO O| Jul 27 20:43:30.309 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-27T20:43:32.134Z[ recovery-image] Jul 27 20:43:30.319 INFO O| Jul 27 20:43:30.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77782026-07-27T20:43:32.134Z[ recovery-image] Jul 27 20:43:30.319 INFO O| Jul 27 20:43:30.319 INFO STEP 789 (remove_files) COMPLETE
77792026-07-27T20:43:32.147Z[ recovery-image] Jul 27 20:43:30.319 INFO O| Jul 27 20:43:30.319 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-27T20:43:32.147Z[ recovery-image] Jul 27 20:43:30.330 INFO O| Jul 27 20:43:30.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77812026-07-27T20:43:32.147Z[ recovery-image] Jul 27 20:43:30.330 INFO O| Jul 27 20:43:30.330 INFO STEP 790 (remove_files) COMPLETE
77822026-07-27T20:43:32.147Z[ recovery-image] Jul 27 20:43:30.330 INFO O| Jul 27 20:43:30.330 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.340 INFO O| Jul 27 20:43:30.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77842026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.340 INFO O| Jul 27 20:43:30.340 INFO STEP 791 (remove_files) COMPLETE
77852026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.340 INFO O| Jul 27 20:43:30.340 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.349 INFO O| Jul 27 20:43:30.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77872026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.349 INFO O| Jul 27 20:43:30.349 INFO STEP 792 (remove_files) COMPLETE
77882026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.349 INFO O| Jul 27 20:43:30.349 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.358 INFO O| Jul 27 20:43:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77902026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.358 INFO O| Jul 27 20:43:30.358 INFO STEP 793 (remove_files) COMPLETE
77912026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.358 INFO O| Jul 27 20:43:30.358 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-27T20:43:32.148Z[ recovery-image] Jul 27 20:43:30.368 INFO O| Jul 27 20:43:30.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77932026-07-27T20:43:32.150Z[ recovery-image] Jul 27 20:43:30.368 INFO O| Jul 27 20:43:30.368 INFO STEP 794 (remove_files) COMPLETE
77942026-07-27T20:43:32.150Z[ recovery-image] Jul 27 20:43:30.368 INFO O| Jul 27 20:43:30.368 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-27T20:43:32.150Z[ recovery-image] Jul 27 20:43:30.378 INFO O| Jul 27 20:43:30.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77962026-07-27T20:43:32.151Z[ recovery-image] Jul 27 20:43:30.378 INFO O| Jul 27 20:43:30.378 INFO STEP 795 (remove_files) COMPLETE
77972026-07-27T20:43:32.151Z[ recovery-image] Jul 27 20:43:30.378 INFO O| Jul 27 20:43:30.378 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-27T20:43:32.151Z[ recovery-image] Jul 27 20:43:30.388 INFO O| Jul 27 20:43:30.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77992026-07-27T20:43:32.151Z[ recovery-image] Jul 27 20:43:30.388 INFO O| Jul 27 20:43:30.388 INFO STEP 796 (remove_files) COMPLETE
78002026-07-27T20:43:32.151Z[ recovery-image] Jul 27 20:43:30.388 INFO O| Jul 27 20:43:30.388 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-27T20:43:32.151Z[ recovery-image] Jul 27 20:43:30.398 INFO O| Jul 27 20:43:30.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
78022026-07-27T20:43:32.152Z[ recovery-image] Jul 27 20:43:30.398 INFO O| Jul 27 20:43:30.398 INFO STEP 797 (remove_files) COMPLETE
78032026-07-27T20:43:32.152Z[ recovery-image] Jul 27 20:43:30.398 INFO O| Jul 27 20:43:30.398 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-27T20:43:32.152Z[ recovery-image] Jul 27 20:43:30.408 INFO O| Jul 27 20:43:30.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
78052026-07-27T20:43:32.152Z[ recovery-image] Jul 27 20:43:30.408 INFO O| Jul 27 20:43:30.408 INFO STEP 798 (remove_files) COMPLETE
78062026-07-27T20:43:32.152Z[ recovery-image] Jul 27 20:43:30.408 INFO O| Jul 27 20:43:30.408 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-27T20:43:32.152Z[ recovery-image] Jul 27 20:43:30.417 INFO O| Jul 27 20:43:30.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
78082026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.417 INFO O| Jul 27 20:43:30.417 INFO STEP 799 (remove_files) COMPLETE
78092026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.417 INFO O| Jul 27 20:43:30.417 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.428 INFO O| Jul 27 20:43:30.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
78112026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.428 INFO O| Jul 27 20:43:30.428 INFO STEP 800 (remove_files) COMPLETE
78122026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.428 INFO O| Jul 27 20:43:30.428 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.438 INFO O| Jul 27 20:43:30.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
78142026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.438 INFO O| Jul 27 20:43:30.438 INFO STEP 801 (remove_files) COMPLETE
78152026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.438 INFO O| Jul 27 20:43:30.438 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.447 INFO O| Jul 27 20:43:30.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
78172026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.447 INFO O| Jul 27 20:43:30.447 INFO STEP 802 (remove_files) COMPLETE
78182026-07-27T20:43:32.153Z[ recovery-image] Jul 27 20:43:30.447 INFO O| Jul 27 20:43:30.447 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-07-27T20:43:32.154Z[ recovery-image] Jul 27 20:43:30.457 INFO O| Jul 27 20:43:30.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
78202026-07-27T20:43:32.154Z[ recovery-image] Jul 27 20:43:30.457 INFO O| Jul 27 20:43:30.457 INFO STEP 803 (remove_files) COMPLETE
78212026-07-27T20:43:32.154Z[ recovery-image] Jul 27 20:43:30.457 INFO O| Jul 27 20:43:30.457 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-07-27T20:43:32.154Z[ recovery-image] Jul 27 20:43:30.465 INFO O| Jul 27 20:43:30.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
78232026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.465 INFO O| Jul 27 20:43:30.465 INFO STEP 804 (remove_files) COMPLETE
78242026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.465 INFO O| Jul 27 20:43:30.465 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.475 INFO O| Jul 27 20:43:30.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
78262026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.475 INFO O| Jul 27 20:43:30.475 INFO STEP 805 (remove_files) COMPLETE
78272026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.475 INFO O| Jul 27 20:43:30.475 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.483 INFO O| Jul 27 20:43:30.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
78292026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.484 INFO O| Jul 27 20:43:30.484 INFO STEP 806 (remove_files) COMPLETE
78302026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.484 INFO O| Jul 27 20:43:30.484 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.492 INFO O| Jul 27 20:43:30.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78322026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.492 INFO O| Jul 27 20:43:30.492 INFO STEP 807 (remove_files) COMPLETE
78332026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.492 INFO O| Jul 27 20:43:30.492 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.502 INFO O| Jul 27 20:43:30.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78352026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.502 INFO O| Jul 27 20:43:30.502 INFO STEP 808 (remove_files) COMPLETE
78362026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.502 INFO O| Jul 27 20:43:30.502 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-07-27T20:43:32.155Z[ recovery-image] Jul 27 20:43:30.513 INFO O| Jul 27 20:43:30.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78382026-07-27T20:43:32.156Z[ recovery-image] Jul 27 20:43:30.513 INFO O| Jul 27 20:43:30.513 INFO STEP 809 (remove_files) COMPLETE
78392026-07-27T20:43:32.156Z[ recovery-image] Jul 27 20:43:30.513 INFO O| Jul 27 20:43:30.513 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-07-27T20:43:32.156Z[ recovery-image] Jul 27 20:43:30.522 INFO O| Jul 27 20:43:30.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78412026-07-27T20:43:32.156Z[ recovery-image] Jul 27 20:43:30.522 INFO O| Jul 27 20:43:30.522 INFO STEP 810 (remove_files) COMPLETE
78422026-07-27T20:43:32.156Z[ recovery-image] Jul 27 20:43:30.523 INFO O| Jul 27 20:43:30.522 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.533 INFO O| Jul 27 20:43:30.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78442026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.533 INFO O| Jul 27 20:43:30.533 INFO STEP 811 (remove_files) COMPLETE
78452026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.533 INFO O| Jul 27 20:43:30.533 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.543 INFO O| Jul 27 20:43:30.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78472026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.543 INFO O| Jul 27 20:43:30.543 INFO STEP 812 (remove_files) COMPLETE
78482026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.543 INFO O| Jul 27 20:43:30.543 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.553 INFO O| Jul 27 20:43:30.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78502026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.553 INFO O| Jul 27 20:43:30.553 INFO STEP 813 (remove_files) COMPLETE
78512026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.553 INFO O| Jul 27 20:43:30.553 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-07-27T20:43:32.157Z[ recovery-image] Jul 27 20:43:30.563 INFO O| Jul 27 20:43:30.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78532026-07-27T20:43:32.158Z[ recovery-image] Jul 27 20:43:30.563 INFO O| Jul 27 20:43:30.563 INFO STEP 814 (remove_files) COMPLETE
78542026-07-27T20:43:32.158Z[ recovery-image] Jul 27 20:43:30.564 INFO O| Jul 27 20:43:30.563 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-07-27T20:43:32.158Z[ recovery-image] Jul 27 20:43:30.573 INFO O| Jul 27 20:43:30.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78562026-07-27T20:43:32.158Z[ recovery-image] Jul 27 20:43:30.573 INFO O| Jul 27 20:43:30.573 INFO STEP 815 (remove_files) COMPLETE
78572026-07-27T20:43:32.158Z[ recovery-image] Jul 27 20:43:30.573 INFO O| Jul 27 20:43:30.573 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-07-27T20:43:32.158Z[ recovery-image] Jul 27 20:43:30.583 INFO O| Jul 27 20:43:30.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78592026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.583 INFO O| Jul 27 20:43:30.583 INFO STEP 816 (remove_files) COMPLETE
78602026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.583 INFO O| Jul 27 20:43:30.583 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.591 INFO O| Jul 27 20:43:30.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78622026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.591 INFO O| Jul 27 20:43:30.591 INFO STEP 817 (remove_files) COMPLETE
78632026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.591 INFO O| Jul 27 20:43:30.591 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.600 INFO O| Jul 27 20:43:30.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78652026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.600 INFO O| Jul 27 20:43:30.600 INFO STEP 818 (remove_files) COMPLETE
78662026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.600 INFO O| Jul 27 20:43:30.600 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-07-27T20:43:32.159Z[ recovery-image] Jul 27 20:43:30.608 INFO O| Jul 27 20:43:30.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78682026-07-27T20:43:32.161Z[ recovery-image] Jul 27 20:43:30.608 INFO O| Jul 27 20:43:30.608 INFO STEP 819 (remove_files) COMPLETE
78692026-07-27T20:43:32.161Z[ recovery-image] Jul 27 20:43:30.608 INFO O| Jul 27 20:43:30.608 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-07-27T20:43:32.161Z[ recovery-image] Jul 27 20:43:30.616 INFO O| Jul 27 20:43:30.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78712026-07-27T20:43:32.161Z[ recovery-image] Jul 27 20:43:30.617 INFO O| Jul 27 20:43:30.617 INFO STEP 820 (remove_files) COMPLETE
78722026-07-27T20:43:32.161Z[ recovery-image] Jul 27 20:43:30.617 INFO O| Jul 27 20:43:30.617 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-07-27T20:43:32.161Z[ recovery-image] Jul 27 20:43:30.625 INFO O| Jul 27 20:43:30.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78742026-07-27T20:43:32.161Z[ recovery-image] Jul 27 20:43:30.626 INFO O| Jul 27 20:43:30.626 INFO STEP 821 (remove_files) COMPLETE
78752026-07-27T20:43:32.162Z[ recovery-image] Jul 27 20:43:30.626 INFO O| Jul 27 20:43:30.626 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-07-27T20:43:32.162Z[ recovery-image] Jul 27 20:43:30.634 INFO O| Jul 27 20:43:30.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78772026-07-27T20:43:32.162Z[ recovery-image] Jul 27 20:43:30.634 INFO O| Jul 27 20:43:30.634 INFO STEP 822 (remove_files) COMPLETE
78782026-07-27T20:43:32.162Z[ recovery-image] Jul 27 20:43:30.634 INFO O| Jul 27 20:43:30.634 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-07-27T20:43:32.170Z[ recovery-image] Jul 27 20:43:30.642 INFO O| Jul 27 20:43:30.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78802026-07-27T20:43:32.170Z[ recovery-image] Jul 27 20:43:30.642 INFO O| Jul 27 20:43:30.642 INFO STEP 823 (remove_files) COMPLETE
78812026-07-27T20:43:32.170Z[ recovery-image] Jul 27 20:43:30.642 INFO O| Jul 27 20:43:30.642 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-07-27T20:43:32.170Z[ recovery-image] Jul 27 20:43:30.650 INFO O| Jul 27 20:43:30.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78832026-07-27T20:43:32.170Z[ recovery-image] Jul 27 20:43:30.650 INFO O| Jul 27 20:43:30.650 INFO STEP 824 (remove_files) COMPLETE
78842026-07-27T20:43:32.170Z[ recovery-image] Jul 27 20:43:30.650 INFO O| Jul 27 20:43:30.650 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-07-27T20:43:32.170Z[ recovery-image] Jul 27 20:43:30.659 INFO O| Jul 27 20:43:30.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78862026-07-27T20:43:32.171Z[ recovery-image] Jul 27 20:43:30.659 INFO O| Jul 27 20:43:30.659 INFO STEP 825 (remove_files) COMPLETE
78872026-07-27T20:43:32.171Z[ recovery-image] Jul 27 20:43:30.659 INFO O| Jul 27 20:43:30.659 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-07-27T20:43:32.171Z[ recovery-image] Jul 27 20:43:30.668 INFO O| Jul 27 20:43:30.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78892026-07-27T20:43:32.173Z[ recovery-image] Jul 27 20:43:30.668 INFO O| Jul 27 20:43:30.668 INFO STEP 826 (remove_files) COMPLETE
78902026-07-27T20:43:32.173Z[ recovery-image] Jul 27 20:43:30.668 INFO O| Jul 27 20:43:30.668 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-07-27T20:43:32.173Z[ recovery-image] Jul 27 20:43:30.677 INFO O| Jul 27 20:43:30.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78922026-07-27T20:43:32.174Z[ recovery-image] Jul 27 20:43:30.677 INFO O| Jul 27 20:43:30.677 INFO STEP 827 (remove_files) COMPLETE
78932026-07-27T20:43:32.174Z[ recovery-image] Jul 27 20:43:30.677 INFO O| Jul 27 20:43:30.677 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-07-27T20:43:32.174Z[ recovery-image] Jul 27 20:43:30.686 INFO O| Jul 27 20:43:30.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78952026-07-27T20:43:32.174Z[ recovery-image] Jul 27 20:43:30.687 INFO O| Jul 27 20:43:30.687 INFO STEP 828 (remove_files) COMPLETE
78962026-07-27T20:43:32.174Z[ recovery-image] Jul 27 20:43:30.687 INFO O| Jul 27 20:43:30.687 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.696 INFO O| Jul 27 20:43:30.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78982026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.696 INFO O| Jul 27 20:43:30.696 INFO STEP 829 (remove_files) COMPLETE
78992026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.696 INFO O| Jul 27 20:43:30.696 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.715 INFO O| Jul 27 20:43:30.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
79012026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.715 INFO O| Jul 27 20:43:30.715 INFO STEP 830 (remove_files) COMPLETE
79022026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.715 INFO O| Jul 27 20:43:30.715 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.725 INFO O| Jul 27 20:43:30.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
79042026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.725 INFO O| Jul 27 20:43:30.725 INFO STEP 831 (remove_files) COMPLETE
79052026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.725 INFO O| Jul 27 20:43:30.725 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.736 INFO O| Jul 27 20:43:30.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
79072026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.736 INFO O| Jul 27 20:43:30.736 INFO STEP 832 (remove_files) COMPLETE
79082026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.736 INFO O| Jul 27 20:43:30.736 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.747 INFO O| Jul 27 20:43:30.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
79102026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.747 INFO O| Jul 27 20:43:30.747 INFO STEP 833 (remove_files) COMPLETE
79112026-07-27T20:43:32.175Z[ recovery-image] Jul 27 20:43:30.747 INFO O| Jul 27 20:43:30.747 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-07-27T20:43:32.177Z[ recovery-image] Jul 27 20:43:30.758 INFO O| Jul 27 20:43:30.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
79132026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.758 INFO O| Jul 27 20:43:30.758 INFO STEP 834 (remove_files) COMPLETE
79142026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.758 INFO O| Jul 27 20:43:30.758 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.768 INFO O| Jul 27 20:43:30.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
79162026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.768 INFO O| Jul 27 20:43:30.768 INFO STEP 835 (remove_files) COMPLETE
79172026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.768 INFO O| Jul 27 20:43:30.768 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.778 INFO O| Jul 27 20:43:30.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
79192026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.778 INFO O| Jul 27 20:43:30.778 INFO STEP 836 (remove_files) COMPLETE
79202026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.778 INFO O| Jul 27 20:43:30.778 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.799 INFO O| Jul 27 20:43:30.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
79222026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.799 INFO O| Jul 27 20:43:30.799 INFO STEP 837 (remove_files) COMPLETE
79232026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.799 INFO O| Jul 27 20:43:30.799 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.817 INFO O| Jul 27 20:43:30.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
79252026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.817 INFO O| Jul 27 20:43:30.817 INFO STEP 838 (remove_files) COMPLETE
79262026-07-27T20:43:32.178Z[ recovery-image] Jul 27 20:43:30.817 INFO O| Jul 27 20:43:30.817 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.826 INFO O| Jul 27 20:43:30.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
79282026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.826 INFO O| Jul 27 20:43:30.826 INFO STEP 839 (remove_files) COMPLETE
79292026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.826 INFO O| Jul 27 20:43:30.826 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.848 INFO O| Jul 27 20:43:30.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79312026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.848 INFO O| Jul 27 20:43:30.848 INFO STEP 840 (remove_files) COMPLETE
79322026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.848 INFO O| Jul 27 20:43:30.848 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.860 INFO O| Jul 27 20:43:30.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79342026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.860 INFO O| Jul 27 20:43:30.860 INFO STEP 841 (remove_files) COMPLETE
79352026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.860 INFO O| Jul 27 20:43:30.860 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.873 INFO O| Jul 27 20:43:30.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79372026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.873 INFO O| Jul 27 20:43:30.873 INFO STEP 842 (remove_files) COMPLETE
79382026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.873 INFO O| Jul 27 20:43:30.873 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.881 INFO O| Jul 27 20:43:30.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79402026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.881 INFO O| Jul 27 20:43:30.881 INFO STEP 843 (remove_files) COMPLETE
79412026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.881 INFO O| Jul 27 20:43:30.881 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.888 INFO O| Jul 27 20:43:30.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79432026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.888 INFO O| Jul 27 20:43:30.888 INFO STEP 844 (remove_files) COMPLETE
79442026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.888 INFO O| Jul 27 20:43:30.888 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-07-27T20:43:32.179Z[ recovery-image] Jul 27 20:43:30.909 INFO O| Jul 27 20:43:30.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79462026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.909 INFO O| Jul 27 20:43:30.909 INFO STEP 845 (remove_files) COMPLETE
79472026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.909 INFO O| Jul 27 20:43:30.909 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-07-27T20:43:32.180Z[ host-image] Jul 27 20:43:30.917 INFO O| installing packages...
79492026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.930 INFO O| Jul 27 20:43:30.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79502026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.930 INFO O| Jul 27 20:43:30.930 INFO STEP 846 (remove_files) COMPLETE
79512026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.930 INFO O| Jul 27 20:43:30.930 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.944 INFO O| Jul 27 20:43:30.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79532026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.944 INFO O| Jul 27 20:43:30.944 INFO STEP 847 (remove_files) COMPLETE
79542026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.944 INFO O| Jul 27 20:43:30.944 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.954 INFO O| Jul 27 20:43:30.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79562026-07-27T20:43:32.180Z[ recovery-image] Jul 27 20:43:30.954 INFO O| Jul 27 20:43:30.954 INFO STEP 848 (remove_files) COMPLETE
79572026-07-27T20:43:32.181Z[ recovery-image] Jul 27 20:43:30.954 INFO O| Jul 27 20:43:30.954 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.966 INFO O| Jul 27 20:43:30.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79592026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.966 INFO O| Jul 27 20:43:30.966 INFO STEP 849 (remove_files) COMPLETE
79602026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.966 INFO O| Jul 27 20:43:30.966 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.974 INFO O| Jul 27 20:43:30.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79622026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.974 INFO O| Jul 27 20:43:30.974 INFO STEP 850 (remove_files) COMPLETE
79632026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.974 INFO O| Jul 27 20:43:30.974 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.982 INFO O| Jul 27 20:43:30.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79652026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.982 INFO O| Jul 27 20:43:30.982 INFO STEP 851 (remove_files) COMPLETE
79662026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.982 INFO O| Jul 27 20:43:30.982 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.991 INFO O| Jul 27 20:43:30.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79682026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.991 INFO O| Jul 27 20:43:30.991 INFO STEP 852 (remove_files) COMPLETE
79692026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.991 INFO O| Jul 27 20:43:30.991 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.998 INFO O| Jul 27 20:43:30.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79712026-07-27T20:43:32.182Z[ recovery-image] Jul 27 20:43:30.998 INFO O| Jul 27 20:43:30.998 INFO STEP 853 (remove_files) COMPLETE
79722026-07-27T20:43:32.183Z[ recovery-image] Jul 27 20:43:30.998 INFO O| Jul 27 20:43:30.998 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-07-27T20:43:32.183Z[ recovery-image] Jul 27 20:43:31.006 INFO O| Jul 27 20:43:31.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79742026-07-27T20:43:32.183Z[ recovery-image] Jul 27 20:43:31.006 INFO O| Jul 27 20:43:31.006 INFO STEP 854 (remove_files) COMPLETE
79752026-07-27T20:43:32.183Z[ recovery-image] Jul 27 20:43:31.006 INFO O| Jul 27 20:43:31.006 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-07-27T20:43:32.183Z[ recovery-image] Jul 27 20:43:31.014 INFO O| Jul 27 20:43:31.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79772026-07-27T20:43:32.183Z[ recovery-image] Jul 27 20:43:31.014 INFO O| Jul 27 20:43:31.014 INFO STEP 855 (remove_files) COMPLETE
79782026-07-27T20:43:32.183Z[ recovery-image] Jul 27 20:43:31.014 INFO O| Jul 27 20:43:31.014 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-07-27T20:43:32.190Z[ recovery-image] Jul 27 20:43:31.023 INFO O| Jul 27 20:43:31.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79802026-07-27T20:43:32.191Z[ recovery-image] Jul 27 20:43:31.023 INFO O| Jul 27 20:43:31.023 INFO STEP 856 (remove_files) COMPLETE
79812026-07-27T20:43:32.191Z[ recovery-image] Jul 27 20:43:31.023 INFO O| Jul 27 20:43:31.023 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.032 INFO O| Jul 27 20:43:31.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79832026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.032 INFO O| Jul 27 20:43:31.032 INFO STEP 857 (remove_files) COMPLETE
79842026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.032 INFO O| Jul 27 20:43:31.032 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.041 INFO O| Jul 27 20:43:31.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79862026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.041 INFO O| Jul 27 20:43:31.041 INFO STEP 858 (remove_files) COMPLETE
79872026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.041 INFO O| Jul 27 20:43:31.041 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.051 INFO O| Jul 27 20:43:31.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79892026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.051 INFO O| Jul 27 20:43:31.051 INFO STEP 859 (remove_files) COMPLETE
79902026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.051 INFO O| Jul 27 20:43:31.051 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.060 INFO O| Jul 27 20:43:31.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79922026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.060 INFO O| Jul 27 20:43:31.060 INFO STEP 860 (remove_files) COMPLETE
79932026-07-27T20:43:32.195Z[ recovery-image] Jul 27 20:43:31.060 INFO O| Jul 27 20:43:31.060 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-07-27T20:43:32.204Z[ recovery-image] Jul 27 20:43:31.069 INFO O| Jul 27 20:43:31.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79952026-07-27T20:43:32.204Z[ recovery-image] Jul 27 20:43:31.069 INFO O| Jul 27 20:43:31.069 INFO STEP 861 (remove_files) COMPLETE
79962026-07-27T20:43:32.204Z[ recovery-image] Jul 27 20:43:31.069 INFO O| Jul 27 20:43:31.069 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-07-27T20:43:32.212Z[ recovery-image] Jul 27 20:43:31.081 INFO O| Jul 27 20:43:31.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79982026-07-27T20:43:32.212Z[ recovery-image] Jul 27 20:43:31.081 INFO O| Jul 27 20:43:31.081 INFO STEP 862 (remove_files) COMPLETE
79992026-07-27T20:43:32.212Z[ recovery-image] Jul 27 20:43:31.081 INFO O| Jul 27 20:43:31.081 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-07-27T20:43:32.223Z[ recovery-image] Jul 27 20:43:31.092 INFO O| Jul 27 20:43:31.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
80012026-07-27T20:43:32.232Z[ recovery-image] Jul 27 20:43:31.092 INFO O| Jul 27 20:43:31.092 INFO STEP 863 (remove_files) COMPLETE
80022026-07-27T20:43:32.232Z[ recovery-image] Jul 27 20:43:31.092 INFO O| Jul 27 20:43:31.092 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-07-27T20:43:32.239Z[ recovery-image] Jul 27 20:43:31.103 INFO O| Jul 27 20:43:31.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
80042026-07-27T20:43:32.239Z[ recovery-image] Jul 27 20:43:31.103 INFO O| Jul 27 20:43:31.103 INFO STEP 864 (remove_files) COMPLETE
80052026-07-27T20:43:32.239Z[ recovery-image] Jul 27 20:43:31.103 INFO O| Jul 27 20:43:31.103 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-07-27T20:43:32.244Z[ recovery-image] Jul 27 20:43:31.112 INFO O| Jul 27 20:43:31.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
80072026-07-27T20:43:32.244Z[ recovery-image] Jul 27 20:43:31.112 INFO O| Jul 27 20:43:31.112 INFO STEP 865 (remove_files) COMPLETE
80082026-07-27T20:43:32.244Z[ recovery-image] Jul 27 20:43:31.112 INFO O| Jul 27 20:43:31.112 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-07-27T20:43:32.252Z[ recovery-image] Jul 27 20:43:31.122 INFO O| Jul 27 20:43:31.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
80102026-07-27T20:43:32.252Z[ recovery-image] Jul 27 20:43:31.122 INFO O| Jul 27 20:43:31.122 INFO STEP 866 (remove_files) COMPLETE
80112026-07-27T20:43:32.258Z[ recovery-image] Jul 27 20:43:31.122 INFO O| Jul 27 20:43:31.122 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-07-27T20:43:32.263Z[ recovery-image] Jul 27 20:43:31.131 INFO O| Jul 27 20:43:31.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
80132026-07-27T20:43:32.263Z[ recovery-image] Jul 27 20:43:31.131 INFO O| Jul 27 20:43:31.131 INFO STEP 867 (remove_files) COMPLETE
80142026-07-27T20:43:32.263Z[ recovery-image] Jul 27 20:43:31.131 INFO O| Jul 27 20:43:31.131 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-07-27T20:43:32.270Z[ recovery-image] Jul 27 20:43:31.140 INFO O| Jul 27 20:43:31.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
80162026-07-27T20:43:32.270Z[ recovery-image] Jul 27 20:43:31.140 INFO O| Jul 27 20:43:31.140 INFO STEP 868 (remove_files) COMPLETE
80172026-07-27T20:43:32.270Z[ recovery-image] Jul 27 20:43:31.140 INFO O| Jul 27 20:43:31.140 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-07-27T20:43:32.280Z[ recovery-image] Jul 27 20:43:31.150 INFO O| Jul 27 20:43:31.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
80192026-07-27T20:43:32.280Z[ recovery-image] Jul 27 20:43:31.150 INFO O| Jul 27 20:43:31.150 INFO STEP 869 (remove_files) COMPLETE
80202026-07-27T20:43:32.280Z[ recovery-image] Jul 27 20:43:31.150 INFO O| Jul 27 20:43:31.150 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-07-27T20:43:32.291Z[ recovery-image] Jul 27 20:43:31.161 INFO O| Jul 27 20:43:31.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
80222026-07-27T20:43:32.291Z[ recovery-image] Jul 27 20:43:31.161 INFO O| Jul 27 20:43:31.161 INFO STEP 870 (remove_files) COMPLETE
80232026-07-27T20:43:32.297Z[ recovery-image] Jul 27 20:43:31.161 INFO O| Jul 27 20:43:31.161 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-07-27T20:43:32.302Z[ recovery-image] Jul 27 20:43:31.170 INFO O| Jul 27 20:43:31.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
80252026-07-27T20:43:32.302Z[ recovery-image] Jul 27 20:43:31.170 INFO O| Jul 27 20:43:31.170 INFO STEP 871 (remove_files) COMPLETE
80262026-07-27T20:43:32.302Z[ recovery-image] Jul 27 20:43:31.170 INFO O| Jul 27 20:43:31.170 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-07-27T20:43:32.314Z[ recovery-image] Jul 27 20:43:31.181 INFO O| Jul 27 20:43:31.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80282026-07-27T20:43:32.314Z[ recovery-image] Jul 27 20:43:31.181 INFO O| Jul 27 20:43:31.181 INFO STEP 872 (remove_files) COMPLETE
80292026-07-27T20:43:32.314Z[ recovery-image] Jul 27 20:43:31.181 INFO O| Jul 27 20:43:31.181 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-07-27T20:43:32.320Z[ recovery-image] Jul 27 20:43:31.191 INFO O| Jul 27 20:43:31.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80312026-07-27T20:43:32.320Z[ recovery-image] Jul 27 20:43:31.191 INFO O| Jul 27 20:43:31.191 INFO STEP 873 (remove_files) COMPLETE
80322026-07-27T20:43:32.323Z[ recovery-image] Jul 27 20:43:31.191 INFO O| Jul 27 20:43:31.191 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-07-27T20:43:32.330Z[ recovery-image] Jul 27 20:43:31.201 INFO O| Jul 27 20:43:31.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80342026-07-27T20:43:32.330Z[ recovery-image] Jul 27 20:43:31.201 INFO O| Jul 27 20:43:31.201 INFO STEP 874 (remove_files) COMPLETE
80352026-07-27T20:43:32.330Z[ recovery-image] Jul 27 20:43:31.201 INFO O| Jul 27 20:43:31.201 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-07-27T20:43:32.342Z[ recovery-image] Jul 27 20:43:31.212 INFO O| Jul 27 20:43:31.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80372026-07-27T20:43:32.343Z[ recovery-image] Jul 27 20:43:31.212 INFO O| Jul 27 20:43:31.212 INFO STEP 875 (remove_files) COMPLETE
80382026-07-27T20:43:32.343Z[ recovery-image] Jul 27 20:43:31.212 INFO O| Jul 27 20:43:31.212 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.223 INFO O| Jul 27 20:43:31.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80402026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.223 INFO O| Jul 27 20:43:31.223 INFO STEP 876 (remove_files) COMPLETE
80412026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.223 INFO O| Jul 27 20:43:31.223 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.234 INFO O| Jul 27 20:43:31.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80432026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.234 INFO O| Jul 27 20:43:31.234 INFO STEP 877 (remove_files) COMPLETE
80442026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.234 INFO O| Jul 27 20:43:31.234 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.243 INFO O| Jul 27 20:43:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80462026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.244 INFO O| Jul 27 20:43:31.243 INFO STEP 878 (remove_files) COMPLETE
80472026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.244 INFO O| Jul 27 20:43:31.243 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.254 INFO O| Jul 27 20:43:31.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80492026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.254 INFO O| Jul 27 20:43:31.254 INFO STEP 879 (remove_files) COMPLETE
80502026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.254 INFO O| Jul 27 20:43:31.254 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-07-27T20:43:32.478Z[ recovery-image] Jul 27 20:43:31.264 INFO O| Jul 27 20:43:31.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80522026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.264 INFO O| Jul 27 20:43:31.264 INFO STEP 880 (remove_files) COMPLETE
80532026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.264 INFO O| Jul 27 20:43:31.264 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.273 INFO O| Jul 27 20:43:31.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80552026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.273 INFO O| Jul 27 20:43:31.273 INFO STEP 881 (remove_files) COMPLETE
80562026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.273 INFO O| Jul 27 20:43:31.273 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.281 INFO O| Jul 27 20:43:31.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80582026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.282 INFO O| Jul 27 20:43:31.281 INFO STEP 882 (remove_files) COMPLETE
80592026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.282 INFO O| Jul 27 20:43:31.282 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.291 INFO O| Jul 27 20:43:31.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80612026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.291 INFO O| Jul 27 20:43:31.291 INFO STEP 883 (remove_files) COMPLETE
80622026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.291 INFO O| Jul 27 20:43:31.291 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.302 INFO O| Jul 27 20:43:31.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80642026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.303 INFO O| Jul 27 20:43:31.303 INFO STEP 884 (remove_files) COMPLETE
80652026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.303 INFO O| Jul 27 20:43:31.303 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-07-27T20:43:32.479Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
80672026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.312 INFO O| Jul 27 20:43:31.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80682026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.312 INFO O| Jul 27 20:43:31.312 INFO STEP 885 (remove_files) COMPLETE
80692026-07-27T20:43:32.479Z[ recovery-image] Jul 27 20:43:31.312 INFO O| Jul 27 20:43:31.312 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-07-27T20:43:32.482Z[ recovery-image] Jul 27 20:43:31.323 INFO O| Jul 27 20:43:31.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80712026-07-27T20:43:32.482Z[ recovery-image] Jul 27 20:43:31.323 INFO O| Jul 27 20:43:31.323 INFO STEP 886 (remove_files) COMPLETE
80722026-07-27T20:43:32.482Z[ recovery-image] Jul 27 20:43:31.323 INFO O| Jul 27 20:43:31.323 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-07-27T20:43:32.490Z[ recovery-image] Jul 27 20:43:31.333 INFO O| Jul 27 20:43:31.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80742026-07-27T20:43:32.490Z[ recovery-image] Jul 27 20:43:31.333 INFO O| Jul 27 20:43:31.333 INFO STEP 887 (remove_files) COMPLETE
80752026-07-27T20:43:32.492Z[ recovery-image] Jul 27 20:43:31.333 INFO O| Jul 27 20:43:31.333 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-07-27T20:43:32.492Z[ recovery-image] Jul 27 20:43:31.344 INFO O| Jul 27 20:43:31.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80772026-07-27T20:43:32.492Z[ recovery-image] Jul 27 20:43:31.344 INFO O| Jul 27 20:43:31.344 INFO STEP 888 (remove_files) COMPLETE
80782026-07-27T20:43:32.492Z[ recovery-image] Jul 27 20:43:31.344 INFO O| Jul 27 20:43:31.344 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-07-27T20:43:32.492Z[ recovery-image] Jul 27 20:43:31.355 INFO O| Jul 27 20:43:31.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80802026-07-27T20:43:32.492Z[ recovery-image] Jul 27 20:43:31.355 INFO O| Jul 27 20:43:31.355 INFO STEP 889 (remove_files) COMPLETE
80812026-07-27T20:43:32.492Z[ recovery-image] Jul 27 20:43:31.355 INFO O| Jul 27 20:43:31.355 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-07-27T20:43:32.500Z[ recovery-image] Jul 27 20:43:31.365 INFO O| Jul 27 20:43:31.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80832026-07-27T20:43:32.500Z[ recovery-image] Jul 27 20:43:31.365 INFO O| Jul 27 20:43:31.365 INFO STEP 890 (remove_files) COMPLETE
80842026-07-27T20:43:32.500Z[ recovery-image] Jul 27 20:43:31.365 INFO O| Jul 27 20:43:31.365 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-07-27T20:43:32.522Z[ recovery-image] Jul 27 20:43:31.376 INFO O| Jul 27 20:43:31.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80862026-07-27T20:43:32.522Z[ recovery-image] Jul 27 20:43:31.376 INFO O| Jul 27 20:43:31.376 INFO STEP 891 (remove_files) COMPLETE
80872026-07-27T20:43:32.522Z[ recovery-image] Jul 27 20:43:31.376 INFO O| Jul 27 20:43:31.376 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-07-27T20:43:32.529Z[ recovery-image] Jul 27 20:43:31.386 INFO O| Jul 27 20:43:31.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80892026-07-27T20:43:32.529Z[ recovery-image] Jul 27 20:43:31.386 INFO O| Jul 27 20:43:31.386 INFO STEP 892 (remove_files) COMPLETE
80902026-07-27T20:43:32.529Z[ recovery-image] Jul 27 20:43:31.386 INFO O| Jul 27 20:43:31.386 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-07-27T20:43:32.529Z[ recovery-image] Jul 27 20:43:31.395 INFO O| Jul 27 20:43:31.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80922026-07-27T20:43:32.529Z[ recovery-image] Jul 27 20:43:31.395 INFO O| Jul 27 20:43:31.395 INFO STEP 893 (remove_files) COMPLETE
80932026-07-27T20:43:32.529Z[ recovery-image] Jul 27 20:43:31.395 INFO O| Jul 27 20:43:31.395 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-07-27T20:43:32.555Z[ recovery-image] Jul 27 20:43:31.404 INFO O| Jul 27 20:43:31.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80952026-07-27T20:43:32.555Z[ recovery-image] Jul 27 20:43:31.404 INFO O| Jul 27 20:43:31.404 INFO STEP 894 (remove_files) COMPLETE
80962026-07-27T20:43:32.555Z[ recovery-image] Jul 27 20:43:31.404 INFO O| Jul 27 20:43:31.404 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-07-27T20:43:32.555Z[ recovery-image] Jul 27 20:43:31.416 INFO O| Jul 27 20:43:31.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80982026-07-27T20:43:32.555Z[ recovery-image] Jul 27 20:43:31.416 INFO O| Jul 27 20:43:31.416 INFO STEP 895 (remove_files) COMPLETE
80992026-07-27T20:43:32.555Z[ recovery-image] Jul 27 20:43:31.416 INFO O| Jul 27 20:43:31.416 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-07-27T20:43:32.563Z[ recovery-image] Jul 27 20:43:31.426 INFO O| Jul 27 20:43:31.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
81012026-07-27T20:43:32.563Z[ recovery-image] Jul 27 20:43:31.426 INFO O| Jul 27 20:43:31.426 INFO STEP 896 (remove_files) COMPLETE
81022026-07-27T20:43:32.563Z[ recovery-image] Jul 27 20:43:31.426 INFO O| Jul 27 20:43:31.426 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-07-27T20:43:32.570Z[ recovery-image] Jul 27 20:43:31.437 INFO O| Jul 27 20:43:31.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
81042026-07-27T20:43:32.570Z[ recovery-image] Jul 27 20:43:31.437 INFO O| Jul 27 20:43:31.437 INFO STEP 897 (remove_files) COMPLETE
81052026-07-27T20:43:32.570Z[ recovery-image] Jul 27 20:43:31.437 INFO O| Jul 27 20:43:31.437 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-07-27T20:43:32.581Z[ recovery-image] Jul 27 20:43:31.449 INFO O| Jul 27 20:43:31.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
81072026-07-27T20:43:32.581Z[ recovery-image] Jul 27 20:43:31.449 INFO O| Jul 27 20:43:31.449 INFO STEP 898 (remove_files) COMPLETE
81082026-07-27T20:43:32.581Z[ recovery-image] Jul 27 20:43:31.449 INFO O| Jul 27 20:43:31.449 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-07-27T20:43:32.588Z[ recovery-image] Jul 27 20:43:31.459 INFO O| Jul 27 20:43:31.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
81102026-07-27T20:43:32.589Z[ recovery-image] Jul 27 20:43:31.459 INFO O| Jul 27 20:43:31.459 INFO STEP 899 (remove_files) COMPLETE
81112026-07-27T20:43:32.589Z[ recovery-image] Jul 27 20:43:31.459 INFO O| Jul 27 20:43:31.459 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-07-27T20:43:32.599Z[ recovery-image] Jul 27 20:43:31.468 INFO O| Jul 27 20:43:31.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
81132026-07-27T20:43:32.599Z[ recovery-image] Jul 27 20:43:31.468 INFO O| Jul 27 20:43:31.468 INFO STEP 900 (remove_files) COMPLETE
81142026-07-27T20:43:32.599Z[ recovery-image] Jul 27 20:43:31.468 INFO O| Jul 27 20:43:31.468 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-07-27T20:43:32.637Z[ recovery-image] Jul 27 20:43:31.504 INFO O| Jul 27 20:43:31.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
81162026-07-27T20:43:32.637Z[ recovery-image] Jul 27 20:43:31.504 INFO O| Jul 27 20:43:31.504 INFO STEP 901 (remove_files) COMPLETE
81172026-07-27T20:43:32.637Z[ recovery-image] Jul 27 20:43:31.504 INFO O| Jul 27 20:43:31.504 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-07-27T20:43:32.650Z[ recovery-image] Jul 27 20:43:31.518 INFO O| Jul 27 20:43:31.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
81192026-07-27T20:43:32.655Z[ recovery-image] Jul 27 20:43:31.518 INFO O| Jul 27 20:43:31.518 INFO STEP 902 (remove_files) COMPLETE
81202026-07-27T20:43:32.655Z[ recovery-image] Jul 27 20:43:31.518 INFO O| Jul 27 20:43:31.518 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-07-27T20:43:32.661Z[ recovery-image] Jul 27 20:43:31.531 INFO O| Jul 27 20:43:31.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
81222026-07-27T20:43:32.664Z[ recovery-image] Jul 27 20:43:31.531 INFO O| Jul 27 20:43:31.531 INFO STEP 903 (remove_files) COMPLETE
81232026-07-27T20:43:32.664Z[ recovery-image] Jul 27 20:43:31.531 INFO O| Jul 27 20:43:31.531 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-07-27T20:43:32.671Z[ recovery-image] Jul 27 20:43:31.542 INFO O| Jul 27 20:43:31.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
81252026-07-27T20:43:32.672Z[ recovery-image] Jul 27 20:43:31.543 INFO O| Jul 27 20:43:31.542 INFO STEP 904 (remove_files) COMPLETE
81262026-07-27T20:43:32.681Z[ recovery-image] Jul 27 20:43:31.543 INFO O| Jul 27 20:43:31.543 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-07-27T20:43:32.687Z[ recovery-image] Jul 27 20:43:31.554 INFO O| Jul 27 20:43:31.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81282026-07-27T20:43:32.687Z[ recovery-image] Jul 27 20:43:31.554 INFO O| Jul 27 20:43:31.554 INFO STEP 905 (remove_files) COMPLETE
81292026-07-27T20:43:32.687Z[ recovery-image] Jul 27 20:43:31.554 INFO O| Jul 27 20:43:31.554 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-07-27T20:43:32.701Z[ recovery-image] Jul 27 20:43:31.565 INFO O| Jul 27 20:43:31.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81312026-07-27T20:43:32.701Z[ recovery-image] Jul 27 20:43:31.565 INFO O| Jul 27 20:43:31.565 INFO STEP 906 (remove_files) COMPLETE
81322026-07-27T20:43:32.701Z[ recovery-image] Jul 27 20:43:31.565 INFO O| Jul 27 20:43:31.565 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-07-27T20:43:32.707Z[ recovery-image] Jul 27 20:43:31.576 INFO O| Jul 27 20:43:31.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81342026-07-27T20:43:32.707Z[ recovery-image] Jul 27 20:43:31.577 INFO O| Jul 27 20:43:31.576 INFO STEP 907 (remove_files) COMPLETE
81352026-07-27T20:43:32.707Z[ recovery-image] Jul 27 20:43:31.577 INFO O| Jul 27 20:43:31.576 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-07-27T20:43:32.719Z[ recovery-image] Jul 27 20:43:31.587 INFO O| Jul 27 20:43:31.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81372026-07-27T20:43:32.719Z[ recovery-image] Jul 27 20:43:31.587 INFO O| Jul 27 20:43:31.587 INFO STEP 908 (remove_files) COMPLETE
81382026-07-27T20:43:32.719Z[ recovery-image] Jul 27 20:43:31.587 INFO O| Jul 27 20:43:31.587 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-07-27T20:43:32.736Z[ recovery-image] Jul 27 20:43:31.599 INFO O| Jul 27 20:43:31.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81402026-07-27T20:43:32.737Z[ recovery-image] Jul 27 20:43:31.599 INFO O| Jul 27 20:43:31.599 INFO STEP 909 (remove_files) COMPLETE
81412026-07-27T20:43:32.740Z[ recovery-image] Jul 27 20:43:31.599 INFO O| Jul 27 20:43:31.599 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-07-27T20:43:32.742Z[ recovery-image] Jul 27 20:43:31.610 INFO O| Jul 27 20:43:31.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81432026-07-27T20:43:32.742Z[ recovery-image] Jul 27 20:43:31.610 INFO O| Jul 27 20:43:31.610 INFO STEP 910 (remove_files) COMPLETE
81442026-07-27T20:43:32.742Z[ recovery-image] Jul 27 20:43:31.610 INFO O| Jul 27 20:43:31.610 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-07-27T20:43:32.752Z[ recovery-image] Jul 27 20:43:31.623 INFO O| Jul 27 20:43:31.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81462026-07-27T20:43:32.752Z[ recovery-image] Jul 27 20:43:31.623 INFO O| Jul 27 20:43:31.623 INFO STEP 911 (remove_files) COMPLETE
81472026-07-27T20:43:32.757Z[ recovery-image] Jul 27 20:43:31.623 INFO O| Jul 27 20:43:31.623 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-07-27T20:43:32.768Z[ recovery-image] Jul 27 20:43:31.633 INFO O| Jul 27 20:43:31.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81492026-07-27T20:43:32.768Z[ recovery-image] Jul 27 20:43:31.634 INFO O| Jul 27 20:43:31.634 INFO STEP 912 (remove_files) COMPLETE
81502026-07-27T20:43:32.768Z[ recovery-image] Jul 27 20:43:31.634 INFO O| Jul 27 20:43:31.634 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-07-27T20:43:32.776Z[ recovery-image] Jul 27 20:43:31.645 INFO O| Jul 27 20:43:31.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81522026-07-27T20:43:32.776Z[ recovery-image] Jul 27 20:43:31.645 INFO O| Jul 27 20:43:31.645 INFO STEP 913 (remove_files) COMPLETE
81532026-07-27T20:43:32.776Z[ recovery-image] Jul 27 20:43:31.645 INFO O| Jul 27 20:43:31.645 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-07-27T20:43:32.786Z[ recovery-image] Jul 27 20:43:31.657 INFO O| Jul 27 20:43:31.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81552026-07-27T20:43:32.792Z[ recovery-image] Jul 27 20:43:31.657 INFO O| Jul 27 20:43:31.657 INFO STEP 914 (remove_files) COMPLETE
81562026-07-27T20:43:32.792Z[ recovery-image] Jul 27 20:43:31.657 INFO O| Jul 27 20:43:31.657 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-07-27T20:43:32.798Z[ recovery-image] Jul 27 20:43:31.667 INFO O| Jul 27 20:43:31.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81582026-07-27T20:43:32.798Z[ recovery-image] Jul 27 20:43:31.667 INFO O| Jul 27 20:43:31.667 INFO STEP 915 (remove_files) COMPLETE
81592026-07-27T20:43:32.798Z[ recovery-image] Jul 27 20:43:31.668 INFO O| Jul 27 20:43:31.667 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-07-27T20:43:32.810Z[ recovery-image] Jul 27 20:43:31.679 INFO O| Jul 27 20:43:31.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81612026-07-27T20:43:32.810Z[ recovery-image] Jul 27 20:43:31.679 INFO O| Jul 27 20:43:31.679 INFO STEP 916 (remove_files) COMPLETE
81622026-07-27T20:43:32.821Z[ recovery-image] Jul 27 20:43:31.679 INFO O| Jul 27 20:43:31.679 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-07-27T20:43:32.826Z[ recovery-image] Jul 27 20:43:31.690 INFO O| Jul 27 20:43:31.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81642026-07-27T20:43:32.826Z[ recovery-image] Jul 27 20:43:31.690 INFO O| Jul 27 20:43:31.690 INFO STEP 917 (remove_files) COMPLETE
81652026-07-27T20:43:32.826Z[ recovery-image] Jul 27 20:43:31.690 INFO O| Jul 27 20:43:31.690 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-07-27T20:43:32.832Z[ recovery-image] Jul 27 20:43:31.702 INFO O| Jul 27 20:43:31.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81672026-07-27T20:43:32.832Z[ recovery-image] Jul 27 20:43:31.702 INFO O| Jul 27 20:43:31.702 INFO STEP 918 (remove_files) COMPLETE
81682026-07-27T20:43:32.833Z[ recovery-image] Jul 27 20:43:31.702 INFO O| Jul 27 20:43:31.702 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-07-27T20:43:32.849Z[ recovery-image] Jul 27 20:43:31.714 INFO O| Jul 27 20:43:31.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81702026-07-27T20:43:32.850Z[ recovery-image] Jul 27 20:43:31.714 INFO O| Jul 27 20:43:31.714 INFO STEP 919 (remove_files) COMPLETE
81712026-07-27T20:43:32.850Z[ recovery-image] Jul 27 20:43:31.714 INFO O| Jul 27 20:43:31.714 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-07-27T20:43:32.854Z[ recovery-image] Jul 27 20:43:31.724 INFO O| Jul 27 20:43:31.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81732026-07-27T20:43:32.854Z[ recovery-image] Jul 27 20:43:31.724 INFO O| Jul 27 20:43:31.724 INFO STEP 920 (remove_files) COMPLETE
81742026-07-27T20:43:32.855Z[ recovery-image] Jul 27 20:43:31.724 INFO O| Jul 27 20:43:31.724 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-07-27T20:43:32.865Z[ recovery-image] Jul 27 20:43:31.735 INFO O| Jul 27 20:43:31.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81762026-07-27T20:43:32.865Z[ recovery-image] Jul 27 20:43:31.735 INFO O| Jul 27 20:43:31.735 INFO STEP 921 (remove_files) COMPLETE
81772026-07-27T20:43:32.871Z[ recovery-image] Jul 27 20:43:31.735 INFO O| Jul 27 20:43:31.735 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-07-27T20:43:32.878Z[ recovery-image] Jul 27 20:43:31.746 INFO O| Jul 27 20:43:31.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81792026-07-27T20:43:32.878Z[ recovery-image] Jul 27 20:43:31.746 INFO O| Jul 27 20:43:31.746 INFO STEP 922 (remove_files) COMPLETE
81802026-07-27T20:43:32.879Z[ recovery-image] Jul 27 20:43:31.746 INFO O| Jul 27 20:43:31.746 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-07-27T20:43:32.891Z[ recovery-image] Jul 27 20:43:31.756 INFO O| Jul 27 20:43:31.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81822026-07-27T20:43:32.891Z[ recovery-image] Jul 27 20:43:31.756 INFO O| Jul 27 20:43:31.756 INFO STEP 923 (remove_files) COMPLETE
81832026-07-27T20:43:32.895Z[ recovery-image] Jul 27 20:43:31.756 INFO O| Jul 27 20:43:31.756 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-07-27T20:43:32.901Z[ recovery-image] Jul 27 20:43:31.770 INFO O| Jul 27 20:43:31.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81852026-07-27T20:43:32.901Z[ recovery-image] Jul 27 20:43:31.770 INFO O| Jul 27 20:43:31.770 INFO STEP 924 (remove_files) COMPLETE
81862026-07-27T20:43:32.901Z[ recovery-image] Jul 27 20:43:31.770 INFO O| Jul 27 20:43:31.770 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-07-27T20:43:32.912Z[ recovery-image] Jul 27 20:43:31.782 INFO O| Jul 27 20:43:31.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81882026-07-27T20:43:32.912Z[ recovery-image] Jul 27 20:43:31.782 INFO O| Jul 27 20:43:31.782 INFO STEP 925 (remove_files) COMPLETE
81892026-07-27T20:43:32.912Z[ recovery-image] Jul 27 20:43:31.782 INFO O| Jul 27 20:43:31.782 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-07-27T20:43:32.926Z[ recovery-image] Jul 27 20:43:31.795 INFO O| Jul 27 20:43:31.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81912026-07-27T20:43:32.926Z[ recovery-image] Jul 27 20:43:31.795 INFO O| Jul 27 20:43:31.795 INFO STEP 926 (remove_files) COMPLETE
81922026-07-27T20:43:32.934Z[ recovery-image] Jul 27 20:43:31.795 INFO O| Jul 27 20:43:31.795 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-07-27T20:43:32.943Z[ recovery-image] Jul 27 20:43:31.806 INFO O| Jul 27 20:43:31.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81942026-07-27T20:43:32.943Z[ recovery-image] Jul 27 20:43:31.806 INFO O| Jul 27 20:43:31.806 INFO STEP 927 (remove_files) COMPLETE
81952026-07-27T20:43:32.943Z[ recovery-image] Jul 27 20:43:31.806 INFO O| Jul 27 20:43:31.806 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-07-27T20:43:32.953Z[ recovery-image] Jul 27 20:43:31.817 INFO O| Jul 27 20:43:31.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81972026-07-27T20:43:32.953Z[ recovery-image] Jul 27 20:43:31.817 INFO O| Jul 27 20:43:31.817 INFO STEP 928 (remove_files) COMPLETE
81982026-07-27T20:43:32.954Z[ recovery-image] Jul 27 20:43:31.817 INFO O| Jul 27 20:43:31.817 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-07-27T20:43:32.960Z[ recovery-image] Jul 27 20:43:31.828 INFO O| Jul 27 20:43:31.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
82002026-07-27T20:43:32.960Z[ recovery-image] Jul 27 20:43:31.828 INFO O| Jul 27 20:43:31.828 INFO STEP 929 (remove_files) COMPLETE
82012026-07-27T20:43:32.960Z[ recovery-image] Jul 27 20:43:31.828 INFO O| Jul 27 20:43:31.828 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-07-27T20:43:32.969Z[ recovery-image] Jul 27 20:43:31.840 INFO O| Jul 27 20:43:31.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
82032026-07-27T20:43:32.969Z[ recovery-image] Jul 27 20:43:31.840 INFO O| Jul 27 20:43:31.840 INFO STEP 930 (remove_files) COMPLETE
82042026-07-27T20:43:32.969Z[ recovery-image] Jul 27 20:43:31.840 INFO O| Jul 27 20:43:31.840 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-07-27T20:43:32.979Z[ recovery-image] Jul 27 20:43:31.850 INFO O| Jul 27 20:43:31.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
82062026-07-27T20:43:32.979Z[ recovery-image] Jul 27 20:43:31.850 INFO O| Jul 27 20:43:31.850 INFO STEP 931 (remove_files) COMPLETE
82072026-07-27T20:43:32.979Z[ recovery-image] Jul 27 20:43:31.850 INFO O| Jul 27 20:43:31.850 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-07-27T20:43:32.991Z[ recovery-image] Jul 27 20:43:31.860 INFO O| Jul 27 20:43:31.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
82092026-07-27T20:43:32.991Z[ recovery-image] Jul 27 20:43:31.861 INFO O| Jul 27 20:43:31.861 INFO STEP 932 (remove_files) COMPLETE
82102026-07-27T20:43:32.991Z[ recovery-image] Jul 27 20:43:31.861 INFO O| Jul 27 20:43:31.861 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-07-27T20:43:33.001Z[ recovery-image] Jul 27 20:43:31.872 INFO O| Jul 27 20:43:31.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
82122026-07-27T20:43:33.001Z[ recovery-image] Jul 27 20:43:31.872 INFO O| Jul 27 20:43:31.872 INFO STEP 933 (remove_files) COMPLETE
82132026-07-27T20:43:33.003Z[ recovery-image] Jul 27 20:43:31.872 INFO O| Jul 27 20:43:31.872 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-07-27T20:43:33.012Z[ recovery-image] Jul 27 20:43:31.883 INFO O| Jul 27 20:43:31.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
82152026-07-27T20:43:33.015Z[ recovery-image] Jul 27 20:43:31.883 INFO O| Jul 27 20:43:31.883 INFO STEP 934 (remove_files) COMPLETE
82162026-07-27T20:43:33.015Z[ recovery-image] Jul 27 20:43:31.884 INFO O| Jul 27 20:43:31.883 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-07-27T20:43:33.026Z[ recovery-image] Jul 27 20:43:31.894 INFO O| Jul 27 20:43:31.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
82182026-07-27T20:43:33.033Z[ recovery-image] Jul 27 20:43:31.894 INFO O| Jul 27 20:43:31.894 INFO STEP 935 (remove_files) COMPLETE
82192026-07-27T20:43:33.033Z[ recovery-image] Jul 27 20:43:31.894 INFO O| Jul 27 20:43:31.894 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-07-27T20:43:33.037Z[ recovery-image] Jul 27 20:43:31.906 INFO O| Jul 27 20:43:31.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
82212026-07-27T20:43:33.037Z[ recovery-image] Jul 27 20:43:31.906 INFO O| Jul 27 20:43:31.906 INFO STEP 936 (remove_files) COMPLETE
82222026-07-27T20:43:33.037Z[ recovery-image] Jul 27 20:43:31.906 INFO O| Jul 27 20:43:31.906 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-07-27T20:43:33.046Z[ recovery-image] Jul 27 20:43:31.918 INFO O| Jul 27 20:43:31.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
82242026-07-27T20:43:33.046Z[ recovery-image] Jul 27 20:43:31.918 INFO O| Jul 27 20:43:31.918 INFO STEP 937 (remove_files) COMPLETE
82252026-07-27T20:43:33.046Z[ recovery-image] Jul 27 20:43:31.918 INFO O| Jul 27 20:43:31.918 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-07-27T20:43:33.057Z[ recovery-image] Jul 27 20:43:31.928 INFO O| Jul 27 20:43:31.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82272026-07-27T20:43:33.057Z[ recovery-image] Jul 27 20:43:31.928 INFO O| Jul 27 20:43:31.928 INFO STEP 938 (remove_files) COMPLETE
82282026-07-27T20:43:33.063Z[ recovery-image] Jul 27 20:43:31.928 INFO O| Jul 27 20:43:31.928 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-07-27T20:43:33.072Z[ recovery-image] Jul 27 20:43:31.939 INFO O| Jul 27 20:43:31.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82302026-07-27T20:43:33.072Z[ recovery-image] Jul 27 20:43:31.939 INFO O| Jul 27 20:43:31.939 INFO STEP 939 (remove_files) COMPLETE
82312026-07-27T20:43:33.072Z[ recovery-image] Jul 27 20:43:31.939 INFO O| Jul 27 20:43:31.939 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-07-27T20:43:33.078Z[ recovery-image] Jul 27 20:43:31.948 INFO O| Jul 27 20:43:31.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82332026-07-27T20:43:33.079Z[ recovery-image] Jul 27 20:43:31.948 INFO O| Jul 27 20:43:31.948 INFO STEP 940 (remove_files) COMPLETE
82342026-07-27T20:43:33.079Z[ recovery-image] Jul 27 20:43:31.948 INFO O| Jul 27 20:43:31.948 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-07-27T20:43:33.099Z[ recovery-image] Jul 27 20:43:31.964 INFO O| Jul 27 20:43:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82362026-07-27T20:43:33.100Z[ recovery-image] Jul 27 20:43:31.964 INFO O| Jul 27 20:43:31.964 INFO STEP 941 (remove_files) COMPLETE
82372026-07-27T20:43:33.100Z[ recovery-image] Jul 27 20:43:31.964 INFO O| Jul 27 20:43:31.964 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-07-27T20:43:33.106Z[ recovery-image] Jul 27 20:43:31.975 INFO O| Jul 27 20:43:31.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82392026-07-27T20:43:33.106Z[ recovery-image] Jul 27 20:43:31.975 INFO O| Jul 27 20:43:31.975 INFO STEP 942 (remove_files) COMPLETE
82402026-07-27T20:43:33.107Z[ recovery-image] Jul 27 20:43:31.975 INFO O| Jul 27 20:43:31.975 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-07-27T20:43:33.125Z[ recovery-image] Jul 27 20:43:31.993 INFO O| Jul 27 20:43:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82422026-07-27T20:43:33.125Z[ recovery-image] Jul 27 20:43:31.993 INFO O| Jul 27 20:43:31.993 INFO STEP 943 (remove_files) COMPLETE
82432026-07-27T20:43:33.125Z[ recovery-image] Jul 27 20:43:31.993 INFO O| Jul 27 20:43:31.993 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-07-27T20:43:33.136Z[ recovery-image] Jul 27 20:43:32.007 INFO O| Jul 27 20:43:32.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82452026-07-27T20:43:33.136Z[ recovery-image] Jul 27 20:43:32.007 INFO O| Jul 27 20:43:32.007 INFO STEP 944 (remove_files) COMPLETE
82462026-07-27T20:43:33.136Z[ recovery-image] Jul 27 20:43:32.007 INFO O| Jul 27 20:43:32.007 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-07-27T20:43:33.148Z[ recovery-image] Jul 27 20:43:32.018 INFO O| Jul 27 20:43:32.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82482026-07-27T20:43:33.148Z[ recovery-image] Jul 27 20:43:32.018 INFO O| Jul 27 20:43:32.018 INFO STEP 945 (remove_files) COMPLETE
82492026-07-27T20:43:33.161Z[ recovery-image] Jul 27 20:43:32.018 INFO O| Jul 27 20:43:32.018 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-07-27T20:43:33.166Z[ recovery-image] Jul 27 20:43:32.037 INFO O| Jul 27 20:43:32.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82512026-07-27T20:43:33.166Z[ recovery-image] Jul 27 20:43:32.037 INFO O| Jul 27 20:43:32.037 INFO STEP 946 (remove_files) COMPLETE
82522026-07-27T20:43:33.166Z[ recovery-image] Jul 27 20:43:32.037 INFO O| Jul 27 20:43:32.037 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-07-27T20:43:33.184Z[ recovery-image] Jul 27 20:43:32.049 INFO O| Jul 27 20:43:32.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82542026-07-27T20:43:33.184Z[ recovery-image] Jul 27 20:43:32.049 INFO O| Jul 27 20:43:32.049 INFO STEP 947 (remove_files) COMPLETE
82552026-07-27T20:43:33.184Z[ recovery-image] Jul 27 20:43:32.049 INFO O| Jul 27 20:43:32.049 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-07-27T20:43:33.190Z[ recovery-image] Jul 27 20:43:32.058 INFO O| Jul 27 20:43:32.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82572026-07-27T20:43:33.191Z[ recovery-image] Jul 27 20:43:32.058 INFO O| Jul 27 20:43:32.058 INFO STEP 948 (remove_files) COMPLETE
82582026-07-27T20:43:33.191Z[ recovery-image] Jul 27 20:43:32.058 INFO O| Jul 27 20:43:32.058 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-07-27T20:43:33.198Z[ recovery-image] Jul 27 20:43:32.066 INFO O| Jul 27 20:43:32.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82602026-07-27T20:43:33.198Z[ recovery-image] Jul 27 20:43:32.067 INFO O| Jul 27 20:43:32.067 INFO STEP 949 (remove_files) COMPLETE
82612026-07-27T20:43:33.200Z[ recovery-image] Jul 27 20:43:32.067 INFO O| Jul 27 20:43:32.067 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-07-27T20:43:33.213Z[ recovery-image] Jul 27 20:43:32.078 INFO O| Jul 27 20:43:32.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82632026-07-27T20:43:33.213Z[ recovery-image] Jul 27 20:43:32.078 INFO O| Jul 27 20:43:32.078 INFO STEP 950 (remove_files) COMPLETE
82642026-07-27T20:43:33.213Z[ recovery-image] Jul 27 20:43:32.078 INFO O| Jul 27 20:43:32.078 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-07-27T20:43:33.218Z[ recovery-image] Jul 27 20:43:32.089 INFO O| Jul 27 20:43:32.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82662026-07-27T20:43:33.218Z[ recovery-image] Jul 27 20:43:32.089 INFO O| Jul 27 20:43:32.089 INFO STEP 951 (remove_files) COMPLETE
82672026-07-27T20:43:33.218Z[ recovery-image] Jul 27 20:43:32.089 INFO O| Jul 27 20:43:32.089 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-07-27T20:43:33.231Z[ recovery-image] Jul 27 20:43:32.100 INFO O| Jul 27 20:43:32.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82692026-07-27T20:43:33.231Z[ recovery-image] Jul 27 20:43:32.100 INFO O| Jul 27 20:43:32.100 INFO STEP 952 (remove_files) COMPLETE
82702026-07-27T20:43:33.231Z[ recovery-image] Jul 27 20:43:32.100 INFO O| Jul 27 20:43:32.100 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-07-27T20:43:33.241Z[ recovery-image] Jul 27 20:43:32.110 INFO O| Jul 27 20:43:32.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82722026-07-27T20:43:33.241Z[ recovery-image] Jul 27 20:43:32.110 INFO O| Jul 27 20:43:32.110 INFO STEP 953 (remove_files) COMPLETE
82732026-07-27T20:43:33.246Z[ recovery-image] Jul 27 20:43:32.110 INFO O| Jul 27 20:43:32.110 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-07-27T20:43:33.251Z[ recovery-image] Jul 27 20:43:32.121 INFO O| Jul 27 20:43:32.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82752026-07-27T20:43:33.251Z[ recovery-image] Jul 27 20:43:32.121 INFO O| Jul 27 20:43:32.121 INFO STEP 954 (remove_files) COMPLETE
82762026-07-27T20:43:33.251Z[ recovery-image] Jul 27 20:43:32.121 INFO O| Jul 27 20:43:32.121 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-07-27T20:43:33.260Z[ recovery-image] Jul 27 20:43:32.132 INFO O| Jul 27 20:43:32.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82782026-07-27T20:43:33.260Z[ recovery-image] Jul 27 20:43:32.132 INFO O| Jul 27 20:43:32.132 INFO STEP 955 (remove_files) COMPLETE
82792026-07-27T20:43:33.260Z[ recovery-image] Jul 27 20:43:32.132 INFO O| Jul 27 20:43:32.132 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-07-27T20:43:33.273Z[ recovery-image] Jul 27 20:43:32.144 INFO O| Jul 27 20:43:32.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82812026-07-27T20:43:33.273Z[ recovery-image] Jul 27 20:43:32.144 INFO O| Jul 27 20:43:32.144 INFO STEP 956 (remove_files) COMPLETE
82822026-07-27T20:43:33.273Z[ recovery-image] Jul 27 20:43:32.144 INFO O| Jul 27 20:43:32.144 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-07-27T20:43:33.285Z[ recovery-image] Jul 27 20:43:32.155 INFO O| Jul 27 20:43:32.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82842026-07-27T20:43:33.285Z[ recovery-image] Jul 27 20:43:32.155 INFO O| Jul 27 20:43:32.155 INFO STEP 957 (remove_files) COMPLETE
82852026-07-27T20:43:33.285Z[ recovery-image] Jul 27 20:43:32.155 INFO O| Jul 27 20:43:32.155 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-07-27T20:43:33.296Z[ recovery-image] Jul 27 20:43:32.165 INFO O| Jul 27 20:43:32.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82872026-07-27T20:43:33.296Z[ recovery-image] Jul 27 20:43:32.165 INFO O| Jul 27 20:43:32.165 INFO STEP 958 (remove_files) COMPLETE
82882026-07-27T20:43:33.296Z[ recovery-image] Jul 27 20:43:32.165 INFO O| Jul 27 20:43:32.165 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-07-27T20:43:33.303Z[ recovery-image] Jul 27 20:43:32.175 INFO O| Jul 27 20:43:32.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82902026-07-27T20:43:33.304Z[ recovery-image] Jul 27 20:43:32.175 INFO O| Jul 27 20:43:32.175 INFO STEP 959 (remove_files) COMPLETE
82912026-07-27T20:43:33.304Z[ recovery-image] Jul 27 20:43:32.175 INFO O| Jul 27 20:43:32.175 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-07-27T20:43:33.317Z[ recovery-image] Jul 27 20:43:32.184 INFO O| Jul 27 20:43:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82932026-07-27T20:43:33.317Z[ recovery-image] Jul 27 20:43:32.184 INFO O| Jul 27 20:43:32.184 INFO STEP 960 (remove_files) COMPLETE
82942026-07-27T20:43:33.317Z[ recovery-image] Jul 27 20:43:32.184 INFO O| Jul 27 20:43:32.184 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-07-27T20:43:33.327Z[ recovery-image] Jul 27 20:43:32.195 INFO O| Jul 27 20:43:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82962026-07-27T20:43:33.327Z[ recovery-image] Jul 27 20:43:32.195 INFO O| Jul 27 20:43:32.195 INFO STEP 961 (remove_files) COMPLETE
82972026-07-27T20:43:33.327Z[ recovery-image] Jul 27 20:43:32.195 INFO O| Jul 27 20:43:32.195 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-07-27T20:43:33.334Z[ recovery-image] Jul 27 20:43:32.206 INFO O| Jul 27 20:43:32.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82992026-07-27T20:43:33.334Z[ recovery-image] Jul 27 20:43:32.206 INFO O| Jul 27 20:43:32.206 INFO STEP 962 (remove_files) COMPLETE
83002026-07-27T20:43:33.334Z[ recovery-image] Jul 27 20:43:32.206 INFO O| Jul 27 20:43:32.206 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-07-27T20:43:33.346Z[ recovery-image] Jul 27 20:43:32.215 INFO O| Jul 27 20:43:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
83022026-07-27T20:43:33.346Z[ recovery-image] Jul 27 20:43:32.215 INFO O| Jul 27 20:43:32.215 INFO STEP 963 (remove_files) COMPLETE
83032026-07-27T20:43:33.351Z[ recovery-image] Jul 27 20:43:32.215 INFO O| Jul 27 20:43:32.215 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-07-27T20:43:33.355Z[ recovery-image] Jul 27 20:43:32.225 INFO O| Jul 27 20:43:32.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
83052026-07-27T20:43:33.356Z[ recovery-image] Jul 27 20:43:32.225 INFO O| Jul 27 20:43:32.225 INFO STEP 964 (remove_files) COMPLETE
83062026-07-27T20:43:33.356Z[ recovery-image] Jul 27 20:43:32.225 INFO O| Jul 27 20:43:32.225 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-07-27T20:43:33.369Z[ recovery-image] Jul 27 20:43:32.234 INFO O| Jul 27 20:43:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
83082026-07-27T20:43:33.369Z[ recovery-image] Jul 27 20:43:32.234 INFO O| Jul 27 20:43:32.234 INFO STEP 965 (remove_files) COMPLETE
83092026-07-27T20:43:33.369Z[ recovery-image] Jul 27 20:43:32.234 INFO O| Jul 27 20:43:32.234 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-07-27T20:43:33.377Z[ recovery-image] Jul 27 20:43:32.245 INFO O| Jul 27 20:43:32.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
83112026-07-27T20:43:33.377Z[ recovery-image] Jul 27 20:43:32.245 INFO O| Jul 27 20:43:32.245 INFO STEP 966 (remove_files) COMPLETE
83122026-07-27T20:43:33.377Z[ recovery-image] Jul 27 20:43:32.245 INFO O| Jul 27 20:43:32.245 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-07-27T20:43:33.389Z[ recovery-image] Jul 27 20:43:32.257 INFO O| Jul 27 20:43:32.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
83142026-07-27T20:43:33.391Z[ recovery-image] Jul 27 20:43:32.257 INFO O| Jul 27 20:43:32.257 INFO STEP 967 (remove_files) COMPLETE
83152026-07-27T20:43:33.391Z[ recovery-image] Jul 27 20:43:32.257 INFO O| Jul 27 20:43:32.257 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-07-27T20:43:33.398Z[ recovery-image] Jul 27 20:43:32.269 INFO O| Jul 27 20:43:32.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
83172026-07-27T20:43:33.398Z[ recovery-image] Jul 27 20:43:32.269 INFO O| Jul 27 20:43:32.269 INFO STEP 968 (remove_files) COMPLETE
83182026-07-27T20:43:33.406Z[ recovery-image] Jul 27 20:43:32.269 INFO O| Jul 27 20:43:32.269 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-07-27T20:43:33.413Z[ recovery-image] Jul 27 20:43:32.277 INFO O| Jul 27 20:43:32.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
83202026-07-27T20:43:33.413Z[ recovery-image] Jul 27 20:43:32.277 INFO O| Jul 27 20:43:32.277 INFO STEP 969 (remove_files) COMPLETE
83212026-07-27T20:43:33.413Z[ recovery-image] Jul 27 20:43:32.277 INFO O| Jul 27 20:43:32.277 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-07-27T20:43:33.420Z[ recovery-image] Jul 27 20:43:32.285 INFO O| Jul 27 20:43:32.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
83232026-07-27T20:43:33.420Z[ recovery-image] Jul 27 20:43:32.286 INFO O| Jul 27 20:43:32.286 INFO STEP 970 (remove_files) COMPLETE
83242026-07-27T20:43:33.420Z[ recovery-image] Jul 27 20:43:32.286 INFO O| Jul 27 20:43:32.286 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-07-27T20:43:33.429Z[ recovery-image] Jul 27 20:43:32.294 INFO O| Jul 27 20:43:32.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
83262026-07-27T20:43:33.429Z[ recovery-image] Jul 27 20:43:32.294 INFO O| Jul 27 20:43:32.294 INFO STEP 971 (remove_files) COMPLETE
83272026-07-27T20:43:33.429Z[ recovery-image] Jul 27 20:43:32.294 INFO O| Jul 27 20:43:32.294 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-07-27T20:43:33.439Z[ recovery-image] Jul 27 20:43:32.304 INFO O| Jul 27 20:43:32.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83292026-07-27T20:43:33.439Z[ recovery-image] Jul 27 20:43:32.304 INFO O| Jul 27 20:43:32.304 INFO STEP 972 (remove_files) COMPLETE
83302026-07-27T20:43:33.439Z[ recovery-image] Jul 27 20:43:32.304 INFO O| Jul 27 20:43:32.304 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-07-27T20:43:33.445Z[ recovery-image] Jul 27 20:43:32.316 INFO O| Jul 27 20:43:32.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83322026-07-27T20:43:33.445Z[ recovery-image] Jul 27 20:43:32.316 INFO O| Jul 27 20:43:32.316 INFO STEP 973 (remove_files) COMPLETE
83332026-07-27T20:43:33.445Z[ recovery-image] Jul 27 20:43:32.316 INFO O| Jul 27 20:43:32.316 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-07-27T20:43:33.460Z[ recovery-image] Jul 27 20:43:32.325 INFO O| Jul 27 20:43:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83352026-07-27T20:43:33.460Z[ recovery-image] Jul 27 20:43:32.325 INFO O| Jul 27 20:43:32.325 INFO STEP 974 (remove_files) COMPLETE
83362026-07-27T20:43:33.470Z[ recovery-image] Jul 27 20:43:32.325 INFO O| Jul 27 20:43:32.325 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-07-27T20:43:33.470Z[ recovery-image] Jul 27 20:43:32.334 INFO O| Jul 27 20:43:32.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83382026-07-27T20:43:33.470Z[ recovery-image] Jul 27 20:43:32.334 INFO O| Jul 27 20:43:32.334 INFO STEP 975 (remove_files) COMPLETE
83392026-07-27T20:43:33.470Z[ recovery-image] Jul 27 20:43:32.334 INFO O| Jul 27 20:43:32.334 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-07-27T20:43:33.473Z[ recovery-image] Jul 27 20:43:32.344 INFO O| Jul 27 20:43:32.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83412026-07-27T20:43:33.474Z[ recovery-image] Jul 27 20:43:32.344 INFO O| Jul 27 20:43:32.344 INFO STEP 976 (remove_files) COMPLETE
83422026-07-27T20:43:33.474Z[ recovery-image] Jul 27 20:43:32.344 INFO O| Jul 27 20:43:32.344 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-07-27T20:43:33.496Z[ recovery-image] Jul 27 20:43:32.356 INFO O| Jul 27 20:43:32.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83442026-07-27T20:43:33.496Z[ recovery-image] Jul 27 20:43:32.356 INFO O| Jul 27 20:43:32.356 INFO STEP 977 (remove_files) COMPLETE
83452026-07-27T20:43:33.505Z[ recovery-image] Jul 27 20:43:32.356 INFO O| Jul 27 20:43:32.356 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-07-27T20:43:33.505Z[ recovery-image] Jul 27 20:43:32.366 INFO O| Jul 27 20:43:32.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83472026-07-27T20:43:33.505Z[ recovery-image] Jul 27 20:43:32.366 INFO O| Jul 27 20:43:32.366 INFO STEP 978 (remove_files) COMPLETE
83482026-07-27T20:43:33.505Z[ recovery-image] Jul 27 20:43:32.366 INFO O| Jul 27 20:43:32.366 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-07-27T20:43:33.512Z[ recovery-image] Jul 27 20:43:32.377 INFO O| Jul 27 20:43:32.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83502026-07-27T20:43:33.512Z[ recovery-image] Jul 27 20:43:32.377 INFO O| Jul 27 20:43:32.377 INFO STEP 979 (remove_files) COMPLETE
83512026-07-27T20:43:33.512Z[ recovery-image] Jul 27 20:43:32.377 INFO O| Jul 27 20:43:32.377 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-07-27T20:43:33.516Z[ recovery-image] Jul 27 20:43:32.388 INFO O| Jul 27 20:43:32.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83532026-07-27T20:43:33.516Z[ recovery-image] Jul 27 20:43:32.388 INFO O| Jul 27 20:43:32.388 INFO STEP 980 (remove_files) COMPLETE
83542026-07-27T20:43:33.517Z[ recovery-image] Jul 27 20:43:32.388 INFO O| Jul 27 20:43:32.388 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-07-27T20:43:33.527Z[ recovery-image] Jul 27 20:43:32.397 INFO O| Jul 27 20:43:32.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83562026-07-27T20:43:33.527Z[ recovery-image] Jul 27 20:43:32.397 INFO O| Jul 27 20:43:32.397 INFO STEP 981 (remove_files) COMPLETE
83572026-07-27T20:43:33.527Z[ recovery-image] Jul 27 20:43:32.397 INFO O| Jul 27 20:43:32.397 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-07-27T20:43:33.540Z[ recovery-image] Jul 27 20:43:32.405 INFO O| Jul 27 20:43:32.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83592026-07-27T20:43:33.540Z[ recovery-image] Jul 27 20:43:32.406 INFO O| Jul 27 20:43:32.405 INFO STEP 982 (remove_files) COMPLETE
83602026-07-27T20:43:33.540Z[ recovery-image] Jul 27 20:43:32.406 INFO O| Jul 27 20:43:32.405 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-07-27T20:43:33.551Z[ recovery-image] Jul 27 20:43:32.416 INFO O| Jul 27 20:43:32.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83622026-07-27T20:43:33.551Z[ recovery-image] Jul 27 20:43:32.416 INFO O| Jul 27 20:43:32.416 INFO STEP 983 (remove_files) COMPLETE
83632026-07-27T20:43:33.551Z[ recovery-image] Jul 27 20:43:32.416 INFO O| Jul 27 20:43:32.416 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-07-27T20:43:33.558Z[ recovery-image] Jul 27 20:43:32.425 INFO O| Jul 27 20:43:32.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83652026-07-27T20:43:33.558Z[ recovery-image] Jul 27 20:43:32.425 INFO O| Jul 27 20:43:32.425 INFO STEP 984 (remove_files) COMPLETE
83662026-07-27T20:43:33.558Z[ recovery-image] Jul 27 20:43:32.425 INFO O| Jul 27 20:43:32.425 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-07-27T20:43:33.566Z[ recovery-image] Jul 27 20:43:32.434 INFO O| Jul 27 20:43:32.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83682026-07-27T20:43:33.566Z[ recovery-image] Jul 27 20:43:32.434 INFO O| Jul 27 20:43:32.434 INFO STEP 985 (remove_files) COMPLETE
83692026-07-27T20:43:33.566Z[ recovery-image] Jul 27 20:43:32.434 INFO O| Jul 27 20:43:32.434 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-07-27T20:43:33.581Z[ recovery-image] Jul 27 20:43:32.444 INFO O| Jul 27 20:43:32.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83712026-07-27T20:43:33.581Z[ recovery-image] Jul 27 20:43:32.444 INFO O| Jul 27 20:43:32.444 INFO STEP 986 (remove_files) COMPLETE
83722026-07-27T20:43:33.582Z[ recovery-image] Jul 27 20:43:32.444 INFO O| Jul 27 20:43:32.444 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-07-27T20:43:33.586Z[ recovery-image] Jul 27 20:43:32.454 INFO O| Jul 27 20:43:32.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83742026-07-27T20:43:33.586Z[ recovery-image] Jul 27 20:43:32.454 INFO O| Jul 27 20:43:32.454 INFO STEP 987 (remove_files) COMPLETE
83752026-07-27T20:43:33.586Z[ recovery-image] Jul 27 20:43:32.454 INFO O| Jul 27 20:43:32.454 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-07-27T20:43:33.586Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
83772026-07-27T20:43:33.592Z[ recovery-image] Jul 27 20:43:32.464 INFO O| Jul 27 20:43:32.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83782026-07-27T20:43:33.592Z[ recovery-image] Jul 27 20:43:32.464 INFO O| Jul 27 20:43:32.464 INFO STEP 988 (remove_files) COMPLETE
83792026-07-27T20:43:33.592Z[ recovery-image] Jul 27 20:43:32.464 INFO O| Jul 27 20:43:32.464 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-07-27T20:43:33.602Z[ recovery-image] Jul 27 20:43:32.473 INFO O| Jul 27 20:43:32.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83812026-07-27T20:43:33.602Z[ recovery-image] Jul 27 20:43:32.473 INFO O| Jul 27 20:43:32.473 INFO STEP 989 (remove_files) COMPLETE
83822026-07-27T20:43:33.609Z[ recovery-image] Jul 27 20:43:32.473 INFO O| Jul 27 20:43:32.473 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-07-27T20:43:33.617Z[ recovery-image] Jul 27 20:43:32.484 INFO O| Jul 27 20:43:32.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83842026-07-27T20:43:33.617Z[ recovery-image] Jul 27 20:43:32.484 INFO O| Jul 27 20:43:32.484 INFO STEP 990 (remove_files) COMPLETE
83852026-07-27T20:43:33.617Z[ recovery-image] Jul 27 20:43:32.484 INFO O| Jul 27 20:43:32.484 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-07-27T20:43:33.624Z[ recovery-image] Jul 27 20:43:32.494 INFO O| Jul 27 20:43:32.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83872026-07-27T20:43:33.627Z[ recovery-image] Jul 27 20:43:32.494 INFO O| Jul 27 20:43:32.494 INFO STEP 991 (remove_files) COMPLETE
83882026-07-27T20:43:33.627Z[ recovery-image] Jul 27 20:43:32.494 INFO O| Jul 27 20:43:32.494 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-07-27T20:43:33.639Z[ recovery-image] Jul 27 20:43:32.507 INFO O| Jul 27 20:43:32.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83902026-07-27T20:43:33.639Z[ recovery-image] Jul 27 20:43:32.507 INFO O| Jul 27 20:43:32.507 INFO STEP 992 (remove_files) COMPLETE
83912026-07-27T20:43:33.639Z[ recovery-image] Jul 27 20:43:32.507 INFO O| Jul 27 20:43:32.507 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-07-27T20:43:33.651Z[ recovery-image] Jul 27 20:43:32.518 INFO O| Jul 27 20:43:32.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83932026-07-27T20:43:33.651Z[ recovery-image] Jul 27 20:43:32.519 INFO O| Jul 27 20:43:32.519 INFO STEP 993 (remove_files) COMPLETE
83942026-07-27T20:43:33.651Z[ recovery-image] Jul 27 20:43:32.519 INFO O| Jul 27 20:43:32.519 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-07-27T20:43:33.664Z[ recovery-image] Jul 27 20:43:32.530 INFO O| Jul 27 20:43:32.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83962026-07-27T20:43:33.664Z[ recovery-image] Jul 27 20:43:32.530 INFO O| Jul 27 20:43:32.530 INFO STEP 994 (remove_files) COMPLETE
83972026-07-27T20:43:33.664Z[ recovery-image] Jul 27 20:43:32.530 INFO O| Jul 27 20:43:32.530 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-07-27T20:43:33.672Z[ recovery-image] Jul 27 20:43:32.541 INFO O| Jul 27 20:43:32.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83992026-07-27T20:43:33.673Z[ recovery-image] Jul 27 20:43:32.541 INFO O| Jul 27 20:43:32.541 INFO STEP 995 (remove_files) COMPLETE
84002026-07-27T20:43:33.679Z[ recovery-image] Jul 27 20:43:32.541 INFO O| Jul 27 20:43:32.541 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-07-27T20:43:33.707Z[ recovery-image] Jul 27 20:43:32.553 INFO O| Jul 27 20:43:32.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
84022026-07-27T20:43:33.707Z[ recovery-image] Jul 27 20:43:32.553 INFO O| Jul 27 20:43:32.553 INFO STEP 996 (remove_files) COMPLETE
84032026-07-27T20:43:33.707Z[ recovery-image] Jul 27 20:43:32.553 INFO O| Jul 27 20:43:32.553 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-07-27T20:43:33.707Z[ recovery-image] Jul 27 20:43:32.565 INFO O| Jul 27 20:43:32.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
84052026-07-27T20:43:33.707Z[ recovery-image] Jul 27 20:43:32.565 INFO O| Jul 27 20:43:32.565 INFO STEP 997 (remove_files) COMPLETE
84062026-07-27T20:43:33.707Z[ recovery-image] Jul 27 20:43:32.565 INFO O| Jul 27 20:43:32.565 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-07-27T20:43:33.715Z[ recovery-image] Jul 27 20:43:32.576 INFO O| Jul 27 20:43:32.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
84082026-07-27T20:43:33.715Z[ recovery-image] Jul 27 20:43:32.576 INFO O| Jul 27 20:43:32.576 INFO STEP 998 (remove_files) COMPLETE
84092026-07-27T20:43:33.715Z[ recovery-image] Jul 27 20:43:32.576 INFO O| Jul 27 20:43:32.576 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-07-27T20:43:33.719Z[ recovery-image] Jul 27 20:43:32.586 INFO O| Jul 27 20:43:32.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
84112026-07-27T20:43:33.719Z[ recovery-image] Jul 27 20:43:32.586 INFO O| Jul 27 20:43:32.586 INFO STEP 999 (remove_files) COMPLETE
84122026-07-27T20:43:33.719Z[ recovery-image] Jul 27 20:43:32.586 INFO O| Jul 27 20:43:32.586 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-07-27T20:43:33.729Z[ recovery-image] Jul 27 20:43:32.596 INFO O| Jul 27 20:43:32.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
84142026-07-27T20:43:33.729Z[ recovery-image] Jul 27 20:43:32.597 INFO O| Jul 27 20:43:32.597 INFO STEP 1000 (remove_files) COMPLETE
84152026-07-27T20:43:33.729Z[ recovery-image] Jul 27 20:43:32.597 INFO O| Jul 27 20:43:32.597 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-07-27T20:43:33.736Z[ recovery-image] Jul 27 20:43:32.607 INFO O| Jul 27 20:43:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
84172026-07-27T20:43:33.736Z[ recovery-image] Jul 27 20:43:32.607 INFO O| Jul 27 20:43:32.607 INFO STEP 1001 (remove_files) COMPLETE
84182026-07-27T20:43:33.740Z[ recovery-image] Jul 27 20:43:32.607 INFO O| Jul 27 20:43:32.607 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-07-27T20:43:33.747Z[ recovery-image] Jul 27 20:43:32.618 INFO O| Jul 27 20:43:32.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
84202026-07-27T20:43:33.748Z[ recovery-image] Jul 27 20:43:32.618 INFO O| Jul 27 20:43:32.618 INFO STEP 1002 (remove_files) COMPLETE
84212026-07-27T20:43:33.748Z[ recovery-image] Jul 27 20:43:32.618 INFO O| Jul 27 20:43:32.618 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-07-27T20:43:33.758Z[ recovery-image] Jul 27 20:43:32.629 INFO O| Jul 27 20:43:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
84232026-07-27T20:43:33.758Z[ recovery-image] Jul 27 20:43:32.629 INFO O| Jul 27 20:43:32.629 INFO STEP 1003 (remove_files) COMPLETE
84242026-07-27T20:43:33.758Z[ recovery-image] Jul 27 20:43:32.629 INFO O| Jul 27 20:43:32.629 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-07-27T20:43:33.770Z[ recovery-image] Jul 27 20:43:32.639 INFO O| Jul 27 20:43:32.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
84262026-07-27T20:43:33.770Z[ recovery-image] Jul 27 20:43:32.639 INFO O| Jul 27 20:43:32.639 INFO STEP 1004 (remove_files) COMPLETE
84272026-07-27T20:43:33.770Z[ recovery-image] Jul 27 20:43:32.639 INFO O| Jul 27 20:43:32.639 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-07-27T20:43:33.779Z[ recovery-image] Jul 27 20:43:32.649 INFO O| Jul 27 20:43:32.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84292026-07-27T20:43:33.779Z[ recovery-image] Jul 27 20:43:32.649 INFO O| Jul 27 20:43:32.649 INFO STEP 1005 (remove_files) COMPLETE
84302026-07-27T20:43:33.779Z[ recovery-image] Jul 27 20:43:32.649 INFO O| Jul 27 20:43:32.649 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-07-27T20:43:33.792Z[ recovery-image] Jul 27 20:43:32.660 INFO O| Jul 27 20:43:32.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84322026-07-27T20:43:33.793Z[ recovery-image] Jul 27 20:43:32.660 INFO O| Jul 27 20:43:32.660 INFO STEP 1006 (remove_files) COMPLETE
84332026-07-27T20:43:33.793Z[ recovery-image] Jul 27 20:43:32.660 INFO O| Jul 27 20:43:32.660 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-07-27T20:43:33.803Z[ recovery-image] Jul 27 20:43:32.671 INFO O| Jul 27 20:43:32.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84352026-07-27T20:43:33.803Z[ recovery-image] Jul 27 20:43:32.671 INFO O| Jul 27 20:43:32.671 INFO STEP 1007 (remove_files) COMPLETE
84362026-07-27T20:43:33.803Z[ recovery-image] Jul 27 20:43:32.671 INFO O| Jul 27 20:43:32.671 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-07-27T20:43:33.808Z[ recovery-image] Jul 27 20:43:32.679 INFO O| Jul 27 20:43:32.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84382026-07-27T20:43:33.808Z[ recovery-image] Jul 27 20:43:32.679 INFO O| Jul 27 20:43:32.679 INFO STEP 1008 (remove_files) COMPLETE
84392026-07-27T20:43:33.808Z[ recovery-image] Jul 27 20:43:32.679 INFO O| Jul 27 20:43:32.679 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-07-27T20:43:33.816Z[ recovery-image] Jul 27 20:43:32.688 INFO O| Jul 27 20:43:32.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84412026-07-27T20:43:33.816Z[ recovery-image] Jul 27 20:43:32.688 INFO O| Jul 27 20:43:32.688 INFO STEP 1009 (remove_files) COMPLETE
84422026-07-27T20:43:33.817Z[ recovery-image] Jul 27 20:43:32.688 INFO O| Jul 27 20:43:32.688 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-07-27T20:43:33.828Z[ recovery-image] Jul 27 20:43:32.699 INFO O| Jul 27 20:43:32.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84442026-07-27T20:43:33.829Z[ recovery-image] Jul 27 20:43:32.699 INFO O| Jul 27 20:43:32.699 INFO STEP 1010 (remove_files) COMPLETE
84452026-07-27T20:43:33.829Z[ recovery-image] Jul 27 20:43:32.699 INFO O| Jul 27 20:43:32.699 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-07-27T20:43:33.843Z[ recovery-image] Jul 27 20:43:32.710 INFO O| Jul 27 20:43:32.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84472026-07-27T20:43:33.844Z[ recovery-image] Jul 27 20:43:32.710 INFO O| Jul 27 20:43:32.710 INFO STEP 1011 (remove_files) COMPLETE
84482026-07-27T20:43:33.844Z[ recovery-image] Jul 27 20:43:32.710 INFO O| Jul 27 20:43:32.710 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-07-27T20:43:33.849Z[ recovery-image] Jul 27 20:43:32.719 INFO O| Jul 27 20:43:32.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84502026-07-27T20:43:33.849Z[ recovery-image] Jul 27 20:43:32.719 INFO O| Jul 27 20:43:32.719 INFO STEP 1012 (remove_files) COMPLETE
84512026-07-27T20:43:33.849Z[ recovery-image] Jul 27 20:43:32.719 INFO O| Jul 27 20:43:32.719 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-07-27T20:43:33.861Z[ recovery-image] Jul 27 20:43:32.732 INFO O| Jul 27 20:43:32.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84532026-07-27T20:43:33.861Z[ recovery-image] Jul 27 20:43:32.732 INFO O| Jul 27 20:43:32.732 INFO STEP 1013 (remove_files) COMPLETE
84542026-07-27T20:43:33.861Z[ recovery-image] Jul 27 20:43:32.732 INFO O| Jul 27 20:43:32.732 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-07-27T20:43:33.869Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
84562026-07-27T20:43:33.875Z[ recovery-image] Jul 27 20:43:32.742 INFO O| Jul 27 20:43:32.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84572026-07-27T20:43:33.875Z[ recovery-image] Jul 27 20:43:32.742 INFO O| Jul 27 20:43:32.742 INFO STEP 1014 (remove_files) COMPLETE
84582026-07-27T20:43:33.875Z[ recovery-image] Jul 27 20:43:32.742 INFO O| Jul 27 20:43:32.742 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-07-27T20:43:33.884Z[ recovery-image] Jul 27 20:43:32.754 INFO O| Jul 27 20:43:32.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84602026-07-27T20:43:33.885Z[ recovery-image] Jul 27 20:43:32.754 INFO O| Jul 27 20:43:32.754 INFO STEP 1015 (remove_files) COMPLETE
84612026-07-27T20:43:33.889Z[ recovery-image] Jul 27 20:43:32.754 INFO O| Jul 27 20:43:32.754 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-07-27T20:43:33.894Z[ recovery-image] Jul 27 20:43:32.764 INFO O| Jul 27 20:43:32.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84632026-07-27T20:43:33.894Z[ recovery-image] Jul 27 20:43:32.764 INFO O| Jul 27 20:43:32.764 INFO STEP 1016 (remove_files) COMPLETE
84642026-07-27T20:43:33.899Z[ recovery-image] Jul 27 20:43:32.764 INFO O| Jul 27 20:43:32.764 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-07-27T20:43:33.906Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
84662026-07-27T20:43:33.906Z[ recovery-image] Jul 27 20:43:32.775 INFO O| Jul 27 20:43:32.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84672026-07-27T20:43:33.906Z[ recovery-image] Jul 27 20:43:32.775 INFO O| Jul 27 20:43:32.775 INFO STEP 1017 (remove_files) COMPLETE
84682026-07-27T20:43:33.906Z[ recovery-image] Jul 27 20:43:32.775 INFO O| Jul 27 20:43:32.775 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-07-27T20:43:33.915Z[ recovery-image] Jul 27 20:43:32.785 INFO O| Jul 27 20:43:32.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84702026-07-27T20:43:33.915Z[ recovery-image] Jul 27 20:43:32.786 INFO O| Jul 27 20:43:32.786 INFO STEP 1018 (remove_files) COMPLETE
84712026-07-27T20:43:33.915Z[ recovery-image] Jul 27 20:43:32.786 INFO O| Jul 27 20:43:32.786 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-07-27T20:43:33.926Z[ recovery-image] Jul 27 20:43:32.795 INFO O| Jul 27 20:43:32.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84732026-07-27T20:43:33.926Z[ recovery-image] Jul 27 20:43:32.795 INFO O| Jul 27 20:43:32.795 INFO STEP 1019 (remove_files) COMPLETE
84742026-07-27T20:43:33.926Z[ recovery-image] Jul 27 20:43:32.795 INFO O| Jul 27 20:43:32.795 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-07-27T20:43:33.934Z[ recovery-image] Jul 27 20:43:32.804 INFO O| Jul 27 20:43:32.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84762026-07-27T20:43:33.934Z[ recovery-image] Jul 27 20:43:32.804 INFO O| Jul 27 20:43:32.804 INFO STEP 1020 (remove_files) COMPLETE
84772026-07-27T20:43:33.934Z[ recovery-image] Jul 27 20:43:32.804 INFO O| Jul 27 20:43:32.804 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-07-27T20:43:33.943Z[ recovery-image] Jul 27 20:43:32.814 INFO O| Jul 27 20:43:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84792026-07-27T20:43:33.943Z[ recovery-image] Jul 27 20:43:32.815 INFO O| Jul 27 20:43:32.814 INFO STEP 1021 (remove_files) COMPLETE
84802026-07-27T20:43:33.943Z[ recovery-image] Jul 27 20:43:32.815 INFO O| Jul 27 20:43:32.814 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-07-27T20:43:33.956Z[ recovery-image] Jul 27 20:43:32.825 INFO O| Jul 27 20:43:32.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84822026-07-27T20:43:33.956Z[ recovery-image] Jul 27 20:43:32.825 INFO O| Jul 27 20:43:32.825 INFO STEP 1022 (remove_files) COMPLETE
84832026-07-27T20:43:33.961Z[ recovery-image] Jul 27 20:43:32.825 INFO O| Jul 27 20:43:32.825 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-07-27T20:43:33.964Z[ recovery-image] Jul 27 20:43:32.835 INFO O| Jul 27 20:43:32.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84852026-07-27T20:43:33.965Z[ recovery-image] Jul 27 20:43:32.836 INFO O| Jul 27 20:43:32.835 INFO STEP 1023 (remove_files) COMPLETE
84862026-07-27T20:43:33.965Z[ recovery-image] Jul 27 20:43:32.836 INFO O| Jul 27 20:43:32.835 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-07-27T20:43:33.977Z[ recovery-image] Jul 27 20:43:32.847 INFO O| Jul 27 20:43:32.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84882026-07-27T20:43:33.977Z[ recovery-image] Jul 27 20:43:32.847 INFO O| Jul 27 20:43:32.847 INFO STEP 1024 (remove_files) COMPLETE
84892026-07-27T20:43:33.977Z[ recovery-image] Jul 27 20:43:32.847 INFO O| Jul 27 20:43:32.847 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-07-27T20:43:33.986Z[ recovery-image] Jul 27 20:43:32.857 INFO O| Jul 27 20:43:32.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84912026-07-27T20:43:33.986Z[ recovery-image] Jul 27 20:43:32.857 INFO O| Jul 27 20:43:32.857 INFO STEP 1025 (remove_files) COMPLETE
84922026-07-27T20:43:33.986Z[ recovery-image] Jul 27 20:43:32.857 INFO O| Jul 27 20:43:32.857 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-07-27T20:43:33.999Z[ recovery-image] Jul 27 20:43:32.868 INFO O| Jul 27 20:43:32.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84942026-07-27T20:43:33.999Z[ recovery-image] Jul 27 20:43:32.868 INFO O| Jul 27 20:43:32.868 INFO STEP 1026 (remove_files) COMPLETE
84952026-07-27T20:43:33.999Z[ recovery-image] Jul 27 20:43:32.868 INFO O| Jul 27 20:43:32.868 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-07-27T20:43:34.007Z[ recovery-image] Jul 27 20:43:32.879 INFO O| Jul 27 20:43:32.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84972026-07-27T20:43:34.008Z[ recovery-image] Jul 27 20:43:32.879 INFO O| Jul 27 20:43:32.879 INFO STEP 1027 (remove_files) COMPLETE
84982026-07-27T20:43:34.008Z[ recovery-image] Jul 27 20:43:32.879 INFO O| Jul 27 20:43:32.879 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-07-27T20:43:34.019Z[ recovery-image] Jul 27 20:43:32.889 INFO O| Jul 27 20:43:32.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
85002026-07-27T20:43:34.019Z[ recovery-image] Jul 27 20:43:32.889 INFO O| Jul 27 20:43:32.889 INFO STEP 1028 (remove_files) COMPLETE
85012026-07-27T20:43:34.020Z[ recovery-image] Jul 27 20:43:32.889 INFO O| Jul 27 20:43:32.889 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-07-27T20:43:34.034Z[ recovery-image] Jul 27 20:43:32.899 INFO O| Jul 27 20:43:32.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
85032026-07-27T20:43:34.035Z[ recovery-image] Jul 27 20:43:32.899 INFO O| Jul 27 20:43:32.899 INFO STEP 1029 (remove_files) COMPLETE
85042026-07-27T20:43:34.035Z[ recovery-image] Jul 27 20:43:32.899 INFO O| Jul 27 20:43:32.899 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-07-27T20:43:34.041Z[ recovery-image] Jul 27 20:43:32.908 INFO O| Jul 27 20:43:32.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
85062026-07-27T20:43:34.041Z[ recovery-image] Jul 27 20:43:32.908 INFO O| Jul 27 20:43:32.908 INFO STEP 1030 (remove_files) COMPLETE
85072026-07-27T20:43:34.041Z[ recovery-image] Jul 27 20:43:32.908 INFO O| Jul 27 20:43:32.908 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-07-27T20:43:34.048Z[ recovery-image] Jul 27 20:43:32.919 INFO O| Jul 27 20:43:32.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
85092026-07-27T20:43:34.049Z[ recovery-image] Jul 27 20:43:32.919 INFO O| Jul 27 20:43:32.919 INFO STEP 1031 (remove_files) COMPLETE
85102026-07-27T20:43:34.049Z[ recovery-image] Jul 27 20:43:32.919 INFO O| Jul 27 20:43:32.919 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-07-27T20:43:34.058Z[ recovery-image] Jul 27 20:43:32.929 INFO O| Jul 27 20:43:32.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
85122026-07-27T20:43:34.058Z[ recovery-image] Jul 27 20:43:32.929 INFO O| Jul 27 20:43:32.929 INFO STEP 1032 (remove_files) COMPLETE
85132026-07-27T20:43:34.058Z[ recovery-image] Jul 27 20:43:32.929 INFO O| Jul 27 20:43:32.929 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-07-27T20:43:34.086Z[ recovery-image] Jul 27 20:43:32.941 INFO O| Jul 27 20:43:32.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
85152026-07-27T20:43:34.086Z[ recovery-image] Jul 27 20:43:32.941 INFO O| Jul 27 20:43:32.941 INFO STEP 1033 (remove_files) COMPLETE
85162026-07-27T20:43:34.150Z[ recovery-image] Jul 27 20:43:32.941 INFO O| Jul 27 20:43:32.941 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-07-27T20:43:34.150Z[ recovery-image] Jul 27 20:43:32.950 INFO O| Jul 27 20:43:32.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
85182026-07-27T20:43:34.151Z[ recovery-image] Jul 27 20:43:32.951 INFO O| Jul 27 20:43:32.951 INFO STEP 1034 (remove_files) COMPLETE
85192026-07-27T20:43:34.151Z[ recovery-image] Jul 27 20:43:32.951 INFO O| Jul 27 20:43:32.951 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-07-27T20:43:34.151Z[ recovery-image] Jul 27 20:43:32.960 INFO O| Jul 27 20:43:32.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
85212026-07-27T20:43:34.151Z[ recovery-image] Jul 27 20:43:32.960 INFO O| Jul 27 20:43:32.960 INFO STEP 1035 (remove_files) COMPLETE
85222026-07-27T20:43:34.151Z[ recovery-image] Jul 27 20:43:32.960 INFO O| Jul 27 20:43:32.960 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-07-27T20:43:34.151Z[ recovery-image] Jul 27 20:43:32.969 INFO O| Jul 27 20:43:32.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
85242026-07-27T20:43:34.151Z[ recovery-image] Jul 27 20:43:32.969 INFO O| Jul 27 20:43:32.969 INFO STEP 1036 (remove_files) COMPLETE
85252026-07-27T20:43:34.151Z[ recovery-image] Jul 27 20:43:32.969 INFO O| Jul 27 20:43:32.969 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-07-27T20:43:34.160Z[ recovery-image] Jul 27 20:43:32.979 INFO O| Jul 27 20:43:32.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
85272026-07-27T20:43:34.160Z[ recovery-image] Jul 27 20:43:32.979 INFO O| Jul 27 20:43:32.979 INFO STEP 1037 (remove_files) COMPLETE
85282026-07-27T20:43:34.160Z[ recovery-image] Jul 27 20:43:32.979 INFO O| Jul 27 20:43:32.979 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-07-27T20:43:34.160Z[ recovery-image] Jul 27 20:43:32.991 INFO O| Jul 27 20:43:32.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85302026-07-27T20:43:34.160Z[ recovery-image] Jul 27 20:43:32.991 INFO O| Jul 27 20:43:32.991 INFO STEP 1038 (remove_files) COMPLETE
85312026-07-27T20:43:34.160Z[ recovery-image] Jul 27 20:43:32.991 INFO O| Jul 27 20:43:32.991 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-07-27T20:43:34.160Z[ recovery-image] Jul 27 20:43:33.001 INFO O| Jul 27 20:43:33.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85332026-07-27T20:43:34.161Z[ recovery-image] Jul 27 20:43:33.001 INFO O| Jul 27 20:43:33.001 INFO STEP 1039 (remove_files) COMPLETE
85342026-07-27T20:43:34.161Z[ recovery-image] Jul 27 20:43:33.001 INFO O| Jul 27 20:43:33.001 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-07-27T20:43:34.161Z[ recovery-image] Jul 27 20:43:33.012 INFO O| Jul 27 20:43:33.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85362026-07-27T20:43:34.161Z[ recovery-image] Jul 27 20:43:33.012 INFO O| Jul 27 20:43:33.012 INFO STEP 1040 (remove_files) COMPLETE
85372026-07-27T20:43:34.161Z[ recovery-image] Jul 27 20:43:33.012 INFO O| Jul 27 20:43:33.012 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-07-27T20:43:34.161Z[ recovery-image] Jul 27 20:43:33.021 INFO O| Jul 27 20:43:33.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85392026-07-27T20:43:34.162Z[ recovery-image] Jul 27 20:43:33.021 INFO O| Jul 27 20:43:33.021 INFO STEP 1041 (remove_files) COMPLETE
85402026-07-27T20:43:34.162Z[ recovery-image] Jul 27 20:43:33.021 INFO O| Jul 27 20:43:33.021 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-07-27T20:43:34.168Z[ recovery-image] Jul 27 20:43:33.031 INFO O| Jul 27 20:43:33.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85422026-07-27T20:43:34.168Z[ recovery-image] Jul 27 20:43:33.031 INFO O| Jul 27 20:43:33.031 INFO STEP 1042 (remove_files) COMPLETE
85432026-07-27T20:43:34.168Z[ recovery-image] Jul 27 20:43:33.031 INFO O| Jul 27 20:43:33.031 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-07-27T20:43:34.179Z[ recovery-image] Jul 27 20:43:33.041 INFO O| Jul 27 20:43:33.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85452026-07-27T20:43:34.179Z[ recovery-image] Jul 27 20:43:33.041 INFO O| Jul 27 20:43:33.041 INFO STEP 1043 (remove_files) COMPLETE
85462026-07-27T20:43:34.179Z[ recovery-image] Jul 27 20:43:33.041 INFO O| Jul 27 20:43:33.041 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-07-27T20:43:34.184Z[ recovery-image] Jul 27 20:43:33.051 INFO O| Jul 27 20:43:33.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85482026-07-27T20:43:34.185Z[ recovery-image] Jul 27 20:43:33.051 INFO O| Jul 27 20:43:33.051 INFO STEP 1044 (remove_files) COMPLETE
85492026-07-27T20:43:34.185Z[ recovery-image] Jul 27 20:43:33.051 INFO O| Jul 27 20:43:33.051 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-07-27T20:43:34.192Z[ recovery-image] Jul 27 20:43:33.062 INFO O| Jul 27 20:43:33.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85512026-07-27T20:43:34.199Z[ recovery-image] Jul 27 20:43:33.062 INFO O| Jul 27 20:43:33.062 INFO STEP 1045 (remove_files) COMPLETE
85522026-07-27T20:43:34.200Z[ recovery-image] Jul 27 20:43:33.062 INFO O| Jul 27 20:43:33.062 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-07-27T20:43:34.206Z[ recovery-image] Jul 27 20:43:33.072 INFO O| Jul 27 20:43:33.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85542026-07-27T20:43:34.206Z[ recovery-image] Jul 27 20:43:33.072 INFO O| Jul 27 20:43:33.072 INFO STEP 1046 (remove_files) COMPLETE
85552026-07-27T20:43:34.206Z[ recovery-image] Jul 27 20:43:33.072 INFO O| Jul 27 20:43:33.072 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-07-27T20:43:34.210Z[ recovery-image] Jul 27 20:43:33.081 INFO O| Jul 27 20:43:33.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85572026-07-27T20:43:34.210Z[ recovery-image] Jul 27 20:43:33.081 INFO O| Jul 27 20:43:33.081 INFO STEP 1047 (remove_files) COMPLETE
85582026-07-27T20:43:34.210Z[ recovery-image] Jul 27 20:43:33.081 INFO O| Jul 27 20:43:33.081 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-07-27T20:43:34.219Z[verify-libraries] Compiling socket2 v0.5.10
85602026-07-27T20:43:34.225Z[ recovery-image] Jul 27 20:43:33.091 INFO O| Jul 27 20:43:33.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85612026-07-27T20:43:34.225Z[ recovery-image] Jul 27 20:43:33.091 INFO O| Jul 27 20:43:33.091 INFO STEP 1048 (remove_files) COMPLETE
85622026-07-27T20:43:34.225Z[ recovery-image] Jul 27 20:43:33.091 INFO O| Jul 27 20:43:33.091 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-07-27T20:43:34.231Z[ recovery-image] Jul 27 20:43:33.101 INFO O| Jul 27 20:43:33.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85642026-07-27T20:43:34.232Z[ recovery-image] Jul 27 20:43:33.101 INFO O| Jul 27 20:43:33.101 INFO STEP 1049 (remove_files) COMPLETE
85652026-07-27T20:43:34.232Z[ recovery-image] Jul 27 20:43:33.101 INFO O| Jul 27 20:43:33.101 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-07-27T20:43:34.241Z[ recovery-image] Jul 27 20:43:33.112 INFO O| Jul 27 20:43:33.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85672026-07-27T20:43:34.241Z[ recovery-image] Jul 27 20:43:33.112 INFO O| Jul 27 20:43:33.112 INFO STEP 1050 (remove_files) COMPLETE
85682026-07-27T20:43:34.248Z[ recovery-image] Jul 27 20:43:33.112 INFO O| Jul 27 20:43:33.112 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-07-27T20:43:34.257Z[ recovery-image] Jul 27 20:43:33.123 INFO O| Jul 27 20:43:33.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85702026-07-27T20:43:34.257Z[ recovery-image] Jul 27 20:43:33.123 INFO O| Jul 27 20:43:33.123 INFO STEP 1051 (remove_files) COMPLETE
85712026-07-27T20:43:34.257Z[ recovery-image] Jul 27 20:43:33.123 INFO O| Jul 27 20:43:33.123 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-07-27T20:43:34.262Z[ recovery-image] Jul 27 20:43:33.132 INFO O| Jul 27 20:43:33.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85732026-07-27T20:43:34.262Z[ recovery-image] Jul 27 20:43:33.132 INFO O| Jul 27 20:43:33.132 INFO STEP 1052 (remove_files) COMPLETE
85742026-07-27T20:43:34.262Z[ recovery-image] Jul 27 20:43:33.132 INFO O| Jul 27 20:43:33.132 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-07-27T20:43:34.274Z[ recovery-image] Jul 27 20:43:33.142 INFO O| Jul 27 20:43:33.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85762026-07-27T20:43:34.274Z[ recovery-image] Jul 27 20:43:33.142 INFO O| Jul 27 20:43:33.142 INFO STEP 1053 (remove_files) COMPLETE
85772026-07-27T20:43:34.274Z[ recovery-image] Jul 27 20:43:33.142 INFO O| Jul 27 20:43:33.142 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-07-27T20:43:34.282Z[ recovery-image] Jul 27 20:43:33.152 INFO O| Jul 27 20:43:33.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85792026-07-27T20:43:34.283Z[ recovery-image] Jul 27 20:43:33.152 INFO O| Jul 27 20:43:33.152 INFO STEP 1054 (remove_files) COMPLETE
85802026-07-27T20:43:34.283Z[ recovery-image] Jul 27 20:43:33.152 INFO O| Jul 27 20:43:33.152 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-07-27T20:43:34.293Z[ recovery-image] Jul 27 20:43:33.161 INFO O| Jul 27 20:43:33.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85822026-07-27T20:43:34.293Z[ recovery-image] Jul 27 20:43:33.162 INFO O| Jul 27 20:43:33.162 INFO STEP 1055 (remove_files) COMPLETE
85832026-07-27T20:43:34.297Z[ recovery-image] Jul 27 20:43:33.162 INFO O| Jul 27 20:43:33.162 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-07-27T20:43:34.303Z[ recovery-image] Jul 27 20:43:33.171 INFO O| Jul 27 20:43:33.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85852026-07-27T20:43:34.303Z[ recovery-image] Jul 27 20:43:33.171 INFO O| Jul 27 20:43:33.171 INFO STEP 1056 (remove_files) COMPLETE
85862026-07-27T20:43:34.303Z[ recovery-image] Jul 27 20:43:33.171 INFO O| Jul 27 20:43:33.171 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-07-27T20:43:34.311Z[ recovery-image] Jul 27 20:43:33.181 INFO O| Jul 27 20:43:33.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85882026-07-27T20:43:34.311Z[ recovery-image] Jul 27 20:43:33.181 INFO O| Jul 27 20:43:33.181 INFO STEP 1057 (remove_files) COMPLETE
85892026-07-27T20:43:34.314Z[ recovery-image] Jul 27 20:43:33.181 INFO O| Jul 27 20:43:33.181 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-07-27T20:43:34.320Z[ recovery-image] Jul 27 20:43:33.191 INFO O| Jul 27 20:43:33.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85912026-07-27T20:43:34.320Z[ recovery-image] Jul 27 20:43:33.191 INFO O| Jul 27 20:43:33.191 INFO STEP 1058 (remove_files) COMPLETE
85922026-07-27T20:43:34.320Z[ recovery-image] Jul 27 20:43:33.191 INFO O| Jul 27 20:43:33.191 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-07-27T20:43:34.331Z[ recovery-image] Jul 27 20:43:33.202 INFO O| Jul 27 20:43:33.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85942026-07-27T20:43:34.332Z[ recovery-image] Jul 27 20:43:33.202 INFO O| Jul 27 20:43:33.202 INFO STEP 1059 (remove_files) COMPLETE
85952026-07-27T20:43:34.332Z[ recovery-image] Jul 27 20:43:33.202 INFO O| Jul 27 20:43:33.202 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-07-27T20:43:34.436Z[ recovery-image] Jul 27 20:43:33.214 INFO O| Jul 27 20:43:33.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85972026-07-27T20:43:34.436Z[ recovery-image] Jul 27 20:43:33.214 INFO O| Jul 27 20:43:33.214 INFO STEP 1060 (remove_files) COMPLETE
85982026-07-27T20:43:34.436Z[ recovery-image] Jul 27 20:43:33.214 INFO O| Jul 27 20:43:33.214 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-07-27T20:43:34.448Z[ recovery-image] Jul 27 20:43:33.226 INFO O| Jul 27 20:43:33.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
86002026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.226 INFO O| Jul 27 20:43:33.226 INFO STEP 1061 (remove_files) COMPLETE
86012026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.226 INFO O| Jul 27 20:43:33.226 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.236 INFO O| Jul 27 20:43:33.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
86032026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.237 INFO O| Jul 27 20:43:33.237 INFO STEP 1062 (remove_files) COMPLETE
86042026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.237 INFO O| Jul 27 20:43:33.237 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.248 INFO O| Jul 27 20:43:33.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
86062026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.248 INFO O| Jul 27 20:43:33.248 INFO STEP 1063 (remove_files) COMPLETE
86072026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.248 INFO O| Jul 27 20:43:33.248 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.258 INFO O| Jul 27 20:43:33.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
86092026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.258 INFO O| Jul 27 20:43:33.258 INFO STEP 1064 (remove_files) COMPLETE
86102026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.258 INFO O| Jul 27 20:43:33.258 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-07-27T20:43:34.449Z[ recovery-image] Jul 27 20:43:33.267 INFO O| Jul 27 20:43:33.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
86122026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.267 INFO O| Jul 27 20:43:33.267 INFO STEP 1065 (remove_files) COMPLETE
86132026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.267 INFO O| Jul 27 20:43:33.267 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.276 INFO O| Jul 27 20:43:33.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
86152026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.276 INFO O| Jul 27 20:43:33.276 INFO STEP 1066 (remove_files) COMPLETE
86162026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.276 INFO O| Jul 27 20:43:33.276 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.286 INFO O| Jul 27 20:43:33.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
86182026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.287 INFO O| Jul 27 20:43:33.286 INFO STEP 1067 (remove_files) COMPLETE
86192026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.287 INFO O| Jul 27 20:43:33.287 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-07-27T20:43:34.450Z[ recovery-image] Jul 27 20:43:33.296 INFO O| Jul 27 20:43:33.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
86212026-07-27T20:43:34.451Z[ recovery-image] Jul 27 20:43:33.296 INFO O| Jul 27 20:43:33.296 INFO STEP 1068 (remove_files) COMPLETE
86222026-07-27T20:43:34.451Z[ recovery-image] Jul 27 20:43:33.296 INFO O| Jul 27 20:43:33.296 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-07-27T20:43:34.451Z[ recovery-image] Jul 27 20:43:33.305 INFO O| Jul 27 20:43:33.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
86242026-07-27T20:43:34.451Z[ recovery-image] Jul 27 20:43:33.305 INFO O| Jul 27 20:43:33.305 INFO STEP 1069 (remove_files) COMPLETE
86252026-07-27T20:43:34.451Z[ recovery-image] Jul 27 20:43:33.305 INFO O| Jul 27 20:43:33.305 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-07-27T20:43:34.451Z[ recovery-image] Jul 27 20:43:33.314 INFO O| Jul 27 20:43:33.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
86272026-07-27T20:43:34.451Z[ recovery-image] Jul 27 20:43:33.314 INFO O| Jul 27 20:43:33.314 INFO STEP 1070 (remove_files) COMPLETE
86282026-07-27T20:43:34.451Z[ recovery-image] Jul 27 20:43:33.314 INFO O| Jul 27 20:43:33.314 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-07-27T20:43:34.458Z[ recovery-image] Jul 27 20:43:33.325 INFO O| Jul 27 20:43:33.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
86302026-07-27T20:43:34.459Z[ recovery-image] Jul 27 20:43:33.325 INFO O| Jul 27 20:43:33.325 INFO STEP 1071 (remove_files) COMPLETE
86312026-07-27T20:43:34.459Z[ recovery-image] Jul 27 20:43:33.325 INFO O| Jul 27 20:43:33.325 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-07-27T20:43:34.464Z[ recovery-image] Jul 27 20:43:33.334 INFO O| Jul 27 20:43:33.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86332026-07-27T20:43:34.464Z[ recovery-image] Jul 27 20:43:33.335 INFO O| Jul 27 20:43:33.334 INFO STEP 1072 (remove_files) COMPLETE
86342026-07-27T20:43:34.464Z[ recovery-image] Jul 27 20:43:33.335 INFO O| Jul 27 20:43:33.335 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-07-27T20:43:34.473Z[ recovery-image] Jul 27 20:43:33.344 INFO O| Jul 27 20:43:33.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86362026-07-27T20:43:34.473Z[ recovery-image] Jul 27 20:43:33.344 INFO O| Jul 27 20:43:33.344 INFO STEP 1073 (remove_files) COMPLETE
86372026-07-27T20:43:34.473Z[ recovery-image] Jul 27 20:43:33.344 INFO O| Jul 27 20:43:33.344 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-07-27T20:43:34.485Z[ recovery-image] Jul 27 20:43:33.353 INFO O| Jul 27 20:43:33.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86392026-07-27T20:43:34.486Z[ recovery-image] Jul 27 20:43:33.353 INFO O| Jul 27 20:43:33.353 INFO STEP 1074 (remove_files) COMPLETE
86402026-07-27T20:43:34.486Z[ recovery-image] Jul 27 20:43:33.353 INFO O| Jul 27 20:43:33.353 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-07-27T20:43:34.495Z[ recovery-image] Jul 27 20:43:33.364 INFO O| Jul 27 20:43:33.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86422026-07-27T20:43:34.495Z[ recovery-image] Jul 27 20:43:33.364 INFO O| Jul 27 20:43:33.364 INFO STEP 1075 (remove_files) COMPLETE
86432026-07-27T20:43:34.495Z[ recovery-image] Jul 27 20:43:33.364 INFO O| Jul 27 20:43:33.364 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-07-27T20:43:34.507Z[ recovery-image] Jul 27 20:43:33.375 INFO O| Jul 27 20:43:33.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86452026-07-27T20:43:34.507Z[ recovery-image] Jul 27 20:43:33.375 INFO O| Jul 27 20:43:33.375 INFO STEP 1076 (remove_files) COMPLETE
86462026-07-27T20:43:34.516Z[ recovery-image] Jul 27 20:43:33.375 INFO O| Jul 27 20:43:33.375 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-07-27T20:43:34.516Z[ recovery-image] Jul 27 20:43:33.385 INFO O| Jul 27 20:43:33.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86482026-07-27T20:43:34.516Z[ recovery-image] Jul 27 20:43:33.385 INFO O| Jul 27 20:43:33.385 INFO STEP 1077 (remove_files) COMPLETE
86492026-07-27T20:43:34.522Z[ recovery-image] Jul 27 20:43:33.385 INFO O| Jul 27 20:43:33.385 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-07-27T20:43:34.532Z[ recovery-image] Jul 27 20:43:33.394 INFO O| Jul 27 20:43:33.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86512026-07-27T20:43:34.532Z[ recovery-image] Jul 27 20:43:33.394 INFO O| Jul 27 20:43:33.394 INFO STEP 1078 (remove_files) COMPLETE
86522026-07-27T20:43:34.532Z[ recovery-image] Jul 27 20:43:33.394 INFO O| Jul 27 20:43:33.394 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-07-27T20:43:34.539Z[ recovery-image] Jul 27 20:43:33.404 INFO O| Jul 27 20:43:33.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86542026-07-27T20:43:34.539Z[ recovery-image] Jul 27 20:43:33.404 INFO O| Jul 27 20:43:33.404 INFO STEP 1079 (remove_files) COMPLETE
86552026-07-27T20:43:34.539Z[ recovery-image] Jul 27 20:43:33.404 INFO O| Jul 27 20:43:33.404 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-07-27T20:43:34.564Z[ recovery-image] Jul 27 20:43:33.414 INFO O| Jul 27 20:43:33.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86572026-07-27T20:43:34.564Z[ recovery-image] Jul 27 20:43:33.414 INFO O| Jul 27 20:43:33.414 INFO STEP 1080 (remove_files) COMPLETE
86582026-07-27T20:43:34.564Z[ recovery-image] Jul 27 20:43:33.414 INFO O| Jul 27 20:43:33.414 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-07-27T20:43:34.575Z[ recovery-image] Jul 27 20:43:33.424 INFO O| Jul 27 20:43:33.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86602026-07-27T20:43:34.575Z[ recovery-image] Jul 27 20:43:33.425 INFO O| Jul 27 20:43:33.425 INFO STEP 1081 (remove_files) COMPLETE
86612026-07-27T20:43:34.575Z[ recovery-image] Jul 27 20:43:33.425 INFO O| Jul 27 20:43:33.425 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-07-27T20:43:34.575Z[ recovery-image] Jul 27 20:43:33.434 INFO O| Jul 27 20:43:33.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86632026-07-27T20:43:34.575Z[ recovery-image] Jul 27 20:43:33.435 INFO O| Jul 27 20:43:33.435 INFO STEP 1082 (remove_files) COMPLETE
86642026-07-27T20:43:34.575Z[ recovery-image] Jul 27 20:43:33.435 INFO O| Jul 27 20:43:33.435 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-07-27T20:43:34.587Z[ recovery-image] Jul 27 20:43:33.445 INFO O| Jul 27 20:43:33.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86662026-07-27T20:43:34.587Z[ recovery-image] Jul 27 20:43:33.445 INFO O| Jul 27 20:43:33.445 INFO STEP 1083 (remove_files) COMPLETE
86672026-07-27T20:43:34.587Z[ recovery-image] Jul 27 20:43:33.445 INFO O| Jul 27 20:43:33.445 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-07-27T20:43:34.596Z[ recovery-image] Jul 27 20:43:33.457 INFO O| Jul 27 20:43:33.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86692026-07-27T20:43:34.596Z[ recovery-image] Jul 27 20:43:33.457 INFO O| Jul 27 20:43:33.457 INFO STEP 1084 (remove_files) COMPLETE
86702026-07-27T20:43:34.596Z[ recovery-image] Jul 27 20:43:33.457 INFO O| Jul 27 20:43:33.457 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-07-27T20:43:34.602Z[ recovery-image] Jul 27 20:43:33.468 INFO O| Jul 27 20:43:33.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86722026-07-27T20:43:34.602Z[ recovery-image] Jul 27 20:43:33.468 INFO O| Jul 27 20:43:33.468 INFO STEP 1085 (remove_files) COMPLETE
86732026-07-27T20:43:34.602Z[ recovery-image] Jul 27 20:43:33.468 INFO O| Jul 27 20:43:33.468 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-07-27T20:43:34.609Z[ recovery-image] Jul 27 20:43:33.479 INFO O| Jul 27 20:43:33.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86752026-07-27T20:43:34.609Z[ recovery-image] Jul 27 20:43:33.479 INFO O| Jul 27 20:43:33.479 INFO STEP 1086 (remove_files) COMPLETE
86762026-07-27T20:43:34.609Z[ recovery-image] Jul 27 20:43:33.479 INFO O| Jul 27 20:43:33.479 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-07-27T20:43:34.620Z[ recovery-image] Jul 27 20:43:33.490 INFO O| Jul 27 20:43:33.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86782026-07-27T20:43:34.620Z[ recovery-image] Jul 27 20:43:33.490 INFO O| Jul 27 20:43:33.490 INFO STEP 1087 (remove_files) COMPLETE
86792026-07-27T20:43:34.620Z[ recovery-image] Jul 27 20:43:33.490 INFO O| Jul 27 20:43:33.490 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-07-27T20:43:34.633Z[ recovery-image] Jul 27 20:43:33.502 INFO O| Jul 27 20:43:33.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86812026-07-27T20:43:34.633Z[ recovery-image] Jul 27 20:43:33.502 INFO O| Jul 27 20:43:33.502 INFO STEP 1088 (remove_files) COMPLETE
86822026-07-27T20:43:34.633Z[ recovery-image] Jul 27 20:43:33.502 INFO O| Jul 27 20:43:33.502 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-07-27T20:43:34.643Z[ recovery-image] Jul 27 20:43:33.514 INFO O| Jul 27 20:43:33.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86842026-07-27T20:43:34.643Z[ recovery-image] Jul 27 20:43:33.514 INFO O| Jul 27 20:43:33.514 INFO STEP 1089 (remove_files) COMPLETE
86852026-07-27T20:43:34.643Z[ recovery-image] Jul 27 20:43:33.514 INFO O| Jul 27 20:43:33.514 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-07-27T20:43:34.655Z[ recovery-image] Jul 27 20:43:33.526 INFO O| Jul 27 20:43:33.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86872026-07-27T20:43:34.665Z[ recovery-image] Jul 27 20:43:33.526 INFO O| Jul 27 20:43:33.526 INFO STEP 1090 (remove_files) COMPLETE
86882026-07-27T20:43:34.665Z[ recovery-image] Jul 27 20:43:33.526 INFO O| Jul 27 20:43:33.526 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-07-27T20:43:34.673Z[ recovery-image] Jul 27 20:43:33.537 INFO O| Jul 27 20:43:33.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86902026-07-27T20:43:34.673Z[ recovery-image] Jul 27 20:43:33.537 INFO O| Jul 27 20:43:33.537 INFO STEP 1091 (remove_files) COMPLETE
86912026-07-27T20:43:34.673Z[ recovery-image] Jul 27 20:43:33.537 INFO O| Jul 27 20:43:33.537 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-07-27T20:43:34.679Z[ recovery-image] Jul 27 20:43:33.547 INFO O| Jul 27 20:43:33.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86932026-07-27T20:43:34.679Z[ recovery-image] Jul 27 20:43:33.547 INFO O| Jul 27 20:43:33.547 INFO STEP 1092 (remove_files) COMPLETE
86942026-07-27T20:43:34.680Z[ recovery-image] Jul 27 20:43:33.547 INFO O| Jul 27 20:43:33.547 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-07-27T20:43:34.687Z[ recovery-image] Jul 27 20:43:33.558 INFO O| Jul 27 20:43:33.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86962026-07-27T20:43:34.687Z[ recovery-image] Jul 27 20:43:33.558 INFO O| Jul 27 20:43:33.558 INFO STEP 1093 (remove_files) COMPLETE
86972026-07-27T20:43:34.687Z[ recovery-image] Jul 27 20:43:33.558 INFO O| Jul 27 20:43:33.558 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-07-27T20:43:34.697Z[ recovery-image] Jul 27 20:43:33.568 INFO O| Jul 27 20:43:33.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86992026-07-27T20:43:34.697Z[ recovery-image] Jul 27 20:43:33.568 INFO O| Jul 27 20:43:33.568 INFO STEP 1094 (remove_files) COMPLETE
87002026-07-27T20:43:34.697Z[ recovery-image] Jul 27 20:43:33.568 INFO O| Jul 27 20:43:33.568 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-07-27T20:43:34.708Z[ recovery-image] Jul 27 20:43:33.579 INFO O| Jul 27 20:43:33.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
87022026-07-27T20:43:34.708Z[ recovery-image] Jul 27 20:43:33.579 INFO O| Jul 27 20:43:33.579 INFO STEP 1095 (remove_files) COMPLETE
87032026-07-27T20:43:34.708Z[ recovery-image] Jul 27 20:43:33.579 INFO O| Jul 27 20:43:33.579 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-07-27T20:43:34.720Z[ recovery-image] Jul 27 20:43:33.589 INFO O| Jul 27 20:43:33.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
87052026-07-27T20:43:34.720Z[ recovery-image] Jul 27 20:43:33.589 INFO O| Jul 27 20:43:33.589 INFO STEP 1096 (remove_files) COMPLETE
87062026-07-27T20:43:34.720Z[ recovery-image] Jul 27 20:43:33.589 INFO O| Jul 27 20:43:33.589 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-07-27T20:43:34.729Z[ recovery-image] Jul 27 20:43:33.599 INFO O| Jul 27 20:43:33.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
87082026-07-27T20:43:34.729Z[ recovery-image] Jul 27 20:43:33.599 INFO O| Jul 27 20:43:33.599 INFO STEP 1097 (remove_files) COMPLETE
87092026-07-27T20:43:34.729Z[ recovery-image] Jul 27 20:43:33.599 INFO O| Jul 27 20:43:33.599 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-07-27T20:43:34.741Z[ recovery-image] Jul 27 20:43:33.610 INFO O| Jul 27 20:43:33.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
87112026-07-27T20:43:34.741Z[ recovery-image] Jul 27 20:43:33.610 INFO O| Jul 27 20:43:33.610 INFO STEP 1098 (remove_files) COMPLETE
87122026-07-27T20:43:34.750Z[ recovery-image] Jul 27 20:43:33.610 INFO O| Jul 27 20:43:33.610 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-07-27T20:43:34.755Z[ recovery-image] Jul 27 20:43:33.620 INFO O| Jul 27 20:43:33.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
87142026-07-27T20:43:34.756Z[ recovery-image] Jul 27 20:43:33.620 INFO O| Jul 27 20:43:33.620 INFO STEP 1099 (remove_files) COMPLETE
87152026-07-27T20:43:34.756Z[ recovery-image] Jul 27 20:43:33.620 INFO O| Jul 27 20:43:33.620 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-07-27T20:43:34.761Z[verify-libraries] Compiling internet-checksum v0.2.1
87172026-07-27T20:43:34.767Z[ recovery-image] Jul 27 20:43:33.631 INFO O| Jul 27 20:43:33.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
87182026-07-27T20:43:34.767Z[ recovery-image] Jul 27 20:43:33.631 INFO O| Jul 27 20:43:33.631 INFO STEP 1100 (remove_files) COMPLETE
87192026-07-27T20:43:34.767Z[ recovery-image] Jul 27 20:43:33.631 INFO O| Jul 27 20:43:33.631 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-07-27T20:43:34.772Z[ recovery-image] Jul 27 20:43:33.641 INFO O| Jul 27 20:43:33.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
87212026-07-27T20:43:34.772Z[ recovery-image] Jul 27 20:43:33.641 INFO O| Jul 27 20:43:33.641 INFO STEP 1101 (remove_files) COMPLETE
87222026-07-27T20:43:34.772Z[ recovery-image] Jul 27 20:43:33.641 INFO O| Jul 27 20:43:33.641 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-07-27T20:43:34.780Z[ recovery-image] Jul 27 20:43:33.650 INFO O| Jul 27 20:43:33.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
87242026-07-27T20:43:34.780Z[ recovery-image] Jul 27 20:43:33.650 INFO O| Jul 27 20:43:33.650 INFO STEP 1102 (remove_files) COMPLETE
87252026-07-27T20:43:34.780Z[ recovery-image] Jul 27 20:43:33.650 INFO O| Jul 27 20:43:33.650 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-07-27T20:43:34.788Z[ recovery-image] Jul 27 20:43:33.659 INFO O| Jul 27 20:43:33.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
87272026-07-27T20:43:34.788Z[ recovery-image] Jul 27 20:43:33.659 INFO O| Jul 27 20:43:33.659 INFO STEP 1103 (remove_files) COMPLETE
87282026-07-27T20:43:34.791Z[ recovery-image] Jul 27 20:43:33.659 INFO O| Jul 27 20:43:33.659 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87292026-07-27T20:43:34.797Z[ recovery-image] Jul 27 20:43:33.668 INFO O| Jul 27 20:43:33.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
87302026-07-27T20:43:34.797Z[ recovery-image] Jul 27 20:43:33.668 INFO O| Jul 27 20:43:33.668 INFO STEP 1104 (remove_files) COMPLETE
87312026-07-27T20:43:34.797Z[ recovery-image] Jul 27 20:43:33.668 INFO O| Jul 27 20:43:33.668 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87322026-07-27T20:43:34.811Z[ recovery-image] Jul 27 20:43:33.677 INFO O| Jul 27 20:43:33.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87332026-07-27T20:43:34.812Z[ recovery-image] Jul 27 20:43:33.678 INFO O| Jul 27 20:43:33.678 INFO STEP 1105 (remove_files) COMPLETE
87342026-07-27T20:43:34.812Z[ recovery-image] Jul 27 20:43:33.678 INFO O| Jul 27 20:43:33.678 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87352026-07-27T20:43:34.817Z[ recovery-image] Jul 27 20:43:33.687 INFO O| Jul 27 20:43:33.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87362026-07-27T20:43:34.823Z[ recovery-image] Jul 27 20:43:33.687 INFO O| Jul 27 20:43:33.687 INFO STEP 1106 (remove_files) COMPLETE
87372026-07-27T20:43:34.823Z[ recovery-image] Jul 27 20:43:33.687 INFO O| Jul 27 20:43:33.687 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87382026-07-27T20:43:34.828Z[ recovery-image] Jul 27 20:43:33.697 INFO O| Jul 27 20:43:33.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87392026-07-27T20:43:34.829Z[ recovery-image] Jul 27 20:43:33.698 INFO O| Jul 27 20:43:33.697 INFO STEP 1107 (remove_files) COMPLETE
87402026-07-27T20:43:34.829Z[ recovery-image] Jul 27 20:43:33.698 INFO O| Jul 27 20:43:33.698 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87412026-07-27T20:43:34.837Z[ recovery-image] Jul 27 20:43:33.707 INFO O| Jul 27 20:43:33.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87422026-07-27T20:43:34.838Z[ recovery-image] Jul 27 20:43:33.707 INFO O| Jul 27 20:43:33.707 INFO STEP 1108 (remove_files) COMPLETE
87432026-07-27T20:43:34.838Z[ recovery-image] Jul 27 20:43:33.707 INFO O| Jul 27 20:43:33.707 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87442026-07-27T20:43:34.848Z[ recovery-image] Jul 27 20:43:33.717 INFO O| Jul 27 20:43:33.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87452026-07-27T20:43:34.848Z[ recovery-image] Jul 27 20:43:33.717 INFO O| Jul 27 20:43:33.717 INFO STEP 1109 (remove_files) COMPLETE
87462026-07-27T20:43:34.848Z[ recovery-image] Jul 27 20:43:33.717 INFO O| Jul 27 20:43:33.717 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87472026-07-27T20:43:34.857Z[ recovery-image] Jul 27 20:43:33.727 INFO O| Jul 27 20:43:33.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87482026-07-27T20:43:34.857Z[ recovery-image] Jul 27 20:43:33.727 INFO O| Jul 27 20:43:33.727 INFO STEP 1110 (remove_files) COMPLETE
87492026-07-27T20:43:34.862Z[ recovery-image] Jul 27 20:43:33.727 INFO O| Jul 27 20:43:33.727 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87502026-07-27T20:43:34.868Z[ recovery-image] Jul 27 20:43:33.738 INFO O| Jul 27 20:43:33.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87512026-07-27T20:43:34.868Z[ recovery-image] Jul 27 20:43:33.738 INFO O| Jul 27 20:43:33.738 INFO STEP 1111 (remove_files) COMPLETE
87522026-07-27T20:43:34.868Z[ recovery-image] Jul 27 20:43:33.738 INFO O| Jul 27 20:43:33.738 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87532026-07-27T20:43:34.878Z[ recovery-image] Jul 27 20:43:33.749 INFO O| Jul 27 20:43:33.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87542026-07-27T20:43:34.879Z[ recovery-image] Jul 27 20:43:33.749 INFO O| Jul 27 20:43:33.749 INFO STEP 1112 (remove_files) COMPLETE
87552026-07-27T20:43:34.889Z[ recovery-image] Jul 27 20:43:33.749 INFO O| Jul 27 20:43:33.749 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87562026-07-27T20:43:34.895Z[ recovery-image] Jul 27 20:43:33.761 INFO O| Jul 27 20:43:33.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87572026-07-27T20:43:34.895Z[ recovery-image] Jul 27 20:43:33.761 INFO O| Jul 27 20:43:33.761 INFO STEP 1113 (remove_files) COMPLETE
87582026-07-27T20:43:34.895Z[ recovery-image] Jul 27 20:43:33.761 INFO O| Jul 27 20:43:33.761 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87592026-07-27T20:43:34.899Z[ recovery-image] Jul 27 20:43:33.770 INFO O| Jul 27 20:43:33.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87602026-07-27T20:43:34.899Z[ recovery-image] Jul 27 20:43:33.770 INFO O| Jul 27 20:43:33.770 INFO STEP 1114 (remove_files) COMPLETE
87612026-07-27T20:43:34.899Z[ recovery-image] Jul 27 20:43:33.770 INFO O| Jul 27 20:43:33.770 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87622026-07-27T20:43:34.910Z[ recovery-image] Jul 27 20:43:33.779 INFO O| Jul 27 20:43:33.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87632026-07-27T20:43:34.910Z[ recovery-image] Jul 27 20:43:33.779 INFO O| Jul 27 20:43:33.779 INFO STEP 1115 (remove_files) COMPLETE
87642026-07-27T20:43:34.910Z[ recovery-image] Jul 27 20:43:33.779 INFO O| Jul 27 20:43:33.779 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87652026-07-27T20:43:34.918Z[ recovery-image] Jul 27 20:43:33.788 INFO O| Jul 27 20:43:33.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87662026-07-27T20:43:34.918Z[ recovery-image] Jul 27 20:43:33.788 INFO O| Jul 27 20:43:33.788 INFO STEP 1116 (remove_files) COMPLETE
87672026-07-27T20:43:34.918Z[ recovery-image] Jul 27 20:43:33.788 INFO O| Jul 27 20:43:33.788 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87682026-07-27T20:43:34.926Z[ recovery-image] Jul 27 20:43:33.797 INFO O| Jul 27 20:43:33.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87692026-07-27T20:43:34.926Z[ recovery-image] Jul 27 20:43:33.797 INFO O| Jul 27 20:43:33.797 INFO STEP 1117 (remove_files) COMPLETE
87702026-07-27T20:43:34.931Z[ recovery-image] Jul 27 20:43:33.797 INFO O| Jul 27 20:43:33.797 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87712026-07-27T20:43:34.939Z[ recovery-image] Jul 27 20:43:33.810 INFO O| Jul 27 20:43:33.810 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87722026-07-27T20:43:34.939Z[ recovery-image] Jul 27 20:43:33.810 INFO O| Jul 27 20:43:33.810 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87732026-07-27T20:43:35.036Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
87742026-07-27T20:43:35.062Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
87752026-07-27T20:43:35.421Z[verify-libraries] Compiling samael v0.0.19
87762026-07-27T20:43:35.543Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87772026-07-27T20:43:35.832Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87782026-07-27T20:43:35.843Z[ recovery-image] Jul 27 20:43:34.702 INFO O| Jul 27 20:43:34.702 INFO STEP 1118 (pack_tar) COMPLETE
87792026-07-27T20:43:35.843Z[ recovery-image] Jul 27 20:43:34.702 INFO O| Jul 27 20:43:34.702 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87802026-07-27T20:43:35.843Z[ recovery-image] Jul 27 20:43:34.702 INFO O| Jul 27 20:43:34.702 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87812026-07-27T20:43:36.049Z[verify-libraries] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
87822026-07-27T20:43:36.439Z[ recovery-image] Jul 27 20:43:35.299 INFO O| Jul 27 20:43:35.299 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87832026-07-27T20:43:36.534Z[ recovery-image] Jul 27 20:43:35.401 INFO O| Jul 27 20:43:35.401 INFO completed processing sled/ramdisk-03-recovery-trim
87842026-07-27T20:43:36.541Z[ recovery-image] Jul 27 20:43:35.404 INFO image builder template: zfs-recovery...
87852026-07-27T20:43:36.541Z[ recovery-image] Jul 27 20:43:35.404 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/.tmpGUTBhm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs-recovery"], pwd: None
87862026-07-27T20:43:36.560Z[ recovery-image] Jul 27 20:43:35.431 INFO O| Jul 27 20:43:35.431 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87872026-07-27T20:43:36.570Z[ recovery-image] Jul 27 20:43:35.434 INFO O| Jul 27 20:43:35.434 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87882026-07-27T20:43:36.676Z[ recovery-image] Jul 27 20:43:35.543 INFO O| Jul 27 20:43:35.543 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87892026-07-27T20:43:36.773Z[ recovery-image] Jul 27 20:43:35.625 INFO O| Jul 27 20:43:35.625 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87902026-07-27T20:43:36.773Z[ recovery-image] Jul 27 20:43:35.625 INFO O| Jul 27 20:43:35.625 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87912026-07-27T20:43:36.779Z[ recovery-image] Jul 27 20:43:35.629 INFO O| Jul 27 20:43:35.629 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87922026-07-27T20:43:36.863Z[ recovery-image] Jul 27 20:43:35.723 INFO O| Jul 27 20:43:35.723 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87932026-07-27T20:43:36.977Z[ recovery-image] Jul 27 20:43:35.848 INFO O| Jul 27 20:43:35.848 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87942026-07-27T20:43:36.987Z[ recovery-image] Jul 27 20:43:35.859 INFO O| Jul 27 20:43:35.859 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87952026-07-27T20:43:36.992Z[ recovery-image] Jul 27 20:43:35.864 INFO O| Jul 27 20:43:35.864 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87962026-07-27T20:43:36.996Z[ recovery-image] Jul 27 20:43:35.866 INFO O| Jul 27 20:43:35.865 INFO no lofi found
87972026-07-27T20:43:36.996Z[ recovery-image] Jul 27 20:43:35.866 INFO O| Jul 27 20:43:35.866 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87982026-07-27T20:43:36.996Z[ recovery-image] Jul 27 20:43:35.866 INFO O| Jul 27 20:43:35.866 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87992026-07-27T20:43:37.300Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
88002026-07-27T20:43:37.376Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
88012026-07-27T20:43:38.190Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88022026-07-27T20:43:38.238Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
88032026-07-27T20:43:38.275Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
88042026-07-27T20:43:38.457Z[verify-libraries] Compiling yansi v1.0.1
88052026-07-27T20:43:38.569Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
88062026-07-27T20:43:38.711Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
88072026-07-27T20:43:38.822Z[verify-libraries] Compiling pretty_assertions v1.4.1
88082026-07-27T20:43:39.078Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
88092026-07-27T20:43:39.114Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
88102026-07-27T20:43:39.132Z[ recovery-image] Jul 27 20:43:38.001 INFO O| Jul 27 20:43:38.001 INFO lofi device = /dev/dsk/c2t1d0p0
88112026-07-27T20:43:39.133Z[ recovery-image] Jul 27 20:43:38.001 INFO O| Jul 27 20:43:38.001 INFO pool device = /dev/dsk/c2t1d0p0
88122026-07-27T20:43:39.133Z[ recovery-image] Jul 27 20:43:38.001 INFO O| Jul 27 20:43:38.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"]
88132026-07-27T20:43:39.209Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
88142026-07-27T20:43:39.267Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88152026-07-27T20:43:39.299Z[ recovery-image] Jul 27 20:43:38.141 INFO O| Jul 27 20:43:38.141 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88162026-07-27T20:43:39.299Z[ recovery-image] Jul 27 20:43:38.141 INFO O| Jul 27 20:43:38.141 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
88172026-07-27T20:43:39.299Z[ recovery-image] Jul 27 20:43:38.164 INFO O| Jul 27 20:43:38.164 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
88182026-07-27T20:43:39.457Z[ recovery-image] Jul 27 20:43:38.322 INFO O| Jul 27 20:43:38.322 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
88192026-07-27T20:43:39.484Z[ recovery-image] Jul 27 20:43:38.355 INFO O| Jul 27 20:43:38.355 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
88202026-07-27T20:43:39.493Z[verify-libraries] Compiling git2 v0.20.4
88212026-07-27T20:43:39.513Z[ recovery-image] Jul 27 20:43:38.382 INFO O| Jul 27 20:43:38.382 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
88222026-07-27T20:43:39.527Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88232026-07-27T20:43:39.527Z[ recovery-image] Jul 27 20:43:38.398 INFO O| Jul 27 20:43:38.397 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
88242026-07-27T20:43:39.579Z[ recovery-image] Jul 27 20:43:38.447 INFO O| Jul 27 20:43:38.447 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88252026-07-27T20:43:39.579Z[ recovery-image] Jul 27 20:43:38.447 INFO O| Jul 27 20:43:38.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88262026-07-27T20:43:39.579Z[ recovery-image] Jul 27 20:43:38.447 INFO O| Jul 27 20:43:38.447 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88272026-07-27T20:43:39.597Z[ recovery-image] Jul 27 20:43:38.465 INFO O| Jul 27 20:43:38.465 INFO boot environment UUID: eee3a48f-e3c8-4e4d-9c86-257094178e39
88282026-07-27T20:43:39.597Z[ recovery-image] Jul 27 20:43:38.465 INFO O| Jul 27 20:43:38.465 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = eee3a48f-e3c8-4e4d-9c86-257094178e39
88292026-07-27T20:43:39.601Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
88302026-07-27T20:43:39.633Z[ recovery-image] Jul 27 20:43:38.498 INFO O| Jul 27 20:43:38.498 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88312026-07-27T20:43:39.649Z[ recovery-image] Jul 27 20:43:38.516 INFO O| Jul 27 20:43:38.516 INFO STEP 0 (create_be) COMPLETE
88322026-07-27T20:43:39.649Z[ recovery-image] Jul 27 20:43:38.516 INFO O| Jul 27 20:43:38.516 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88332026-07-27T20:43:39.665Z[ recovery-image] Jul 27 20:43:38.531 INFO O| Jul 27 20:43:38.531 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"]
88342026-07-27T20:43:39.976Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88352026-07-27T20:43:40.098Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88362026-07-27T20:43:40.212Z[ host-image] Jul 27 20:43:39.083 INFO O| seeding SMF database...
88372026-07-27T20:43:40.415Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88382026-07-27T20:43:40.538Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88392026-07-27T20:43:40.859Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
88402026-07-27T20:43:41.310Z[verify-libraries] Compiling drift v0.2.0
88412026-07-27T20:43:41.636Z[verify-libraries] Compiling digest-io v0.1.0
88422026-07-27T20:43:41.890Z[verify-libraries] Compiling uzers v0.12.2
88432026-07-27T20:43:42.714Z[verify-libraries] Compiling rawzip v0.4.4
88442026-07-27T20:43:43.107Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
88452026-07-27T20:43:43.312Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88462026-07-27T20:43:43.674Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
88472026-07-27T20:43:43.849Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
88482026-07-27T20:43:44.527Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88492026-07-27T20:43:44.921Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88502026-07-27T20:43:45.070Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88512026-07-27T20:43:45.286Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88522026-07-27T20:43:45.391Z[ host-image] Jul 27 20:43:44.262 INFO O| configuring SMF profile...
88532026-07-27T20:43:45.391Z[ host-image] Jul 27 20:43:44.262 INFO O| modifying shadow(5)...
88542026-07-27T20:43:45.391Z[ host-image] Jul 27 20:43:44.262 INFO O| loading user and group database...
88552026-07-27T20:43:45.394Z[ host-image] Jul 27 20:43:44.262 INFO O| loading facet selections...
88562026-07-27T20:43:45.771Z[ host-image] Jul 27 20:43:44.638 INFO O| devel -> true
88572026-07-27T20:43:45.772Z[ host-image] Jul 27 20:43:44.638 INFO O| doc.man -> true
88582026-07-27T20:43:45.772Z[ host-image] Jul 27 20:43:44.638 INFO O| version-lock.shell/ksh93 -> true
88592026-07-27T20:43:45.777Z[ host-image] Jul 27 20:43:44.638 INFO O| version-lock.system/data/hardware-registry -> true
88602026-07-27T20:43:45.777Z[ host-image] Jul 27 20:43:44.638 INFO O| version-lock.system/data/zoneinfo -> true
88612026-07-27T20:43:45.777Z[ host-image] Jul 27 20:43:44.638 INFO O| version-lock.system/microcode/amd -> true
88622026-07-27T20:43:45.777Z[ host-image] Jul 27 20:43:44.638 INFO O| version-lock.system/microcode/intel -> true
88632026-07-27T20:43:45.777Z[ host-image] Jul 27 20:43:44.638 INFO O| version-lock.system/microcode/oxide -> true
88642026-07-27T20:43:45.777Z[ host-image] Jul 27 20:43:44.638 INFO O| assessing packaged files...
88652026-07-27T20:43:47.225Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88662026-07-27T20:43:47.887Z[ host-image] Jul 27 20:43:46.758 INFO O| creating archive...
88672026-07-27T20:43:47.911Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88682026-07-27T20:43:47.911Z[ host-image] Jul 27 20:43:46.782 INFO O| missing from packaging:
88692026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.782 INFO O| "etc/.pwd.lock"
88702026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.782 INFO O| "etc/bash"
88712026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.786 INFO O| "etc/svc/profile/generic.xml"
88722026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.786 INFO O| "etc/svc/profile/inetd_services.xml"
88732026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.786 INFO O| "etc/svc/profile/name_service.xml"
88742026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.786 INFO O| "etc/svc/profile/platform.xml"
88752026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.786 INFO O| "etc/svc/profile/platform_omicron1.xml"
88762026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.786 INFO O| "etc/svc/repository.db"
88772026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.793 INFO O| "opt/ooce/share"
88782026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.793 INFO O| "opt/ooce/share/man"
88792026-07-27T20:43:47.931Z[ host-image] Jul 27 20:43:46.793 INFO O| "opt/ooce/share/man/man1"
88802026-07-27T20:43:47.946Z[ host-image] Jul 27 20:43:46.804 INFO O| finishing archive...
88812026-07-27T20:43:48.793Z[ recovery-image] Jul 27 20:43:47.638 INFO O| Jul 27 20:43:47.638 INFO STEP 1 (unpack_tar) COMPLETE
88822026-07-27T20:43:48.794Z[ recovery-image] Jul 27 20:43:47.638 INFO O| Jul 27 20:43:47.638 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88832026-07-27T20:43:48.934Z[ recovery-image] Jul 27 20:43:47.648 INFO O| Jul 27 20:43:47.648 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88842026-07-27T20:43:49.398Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
88852026-07-27T20:43:49.500Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
88862026-07-27T20:43:49.523Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88872026-07-27T20:43:49.600Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88882026-07-27T20:43:50.016Z[ recovery-image] Jul 27 20:43:48.886 INFO O| Jul 27 20:43:48.886 INFO STEP 2 (devfsadm) COMPLETE
88892026-07-27T20:43:50.016Z[ recovery-image] Jul 27 20:43:48.886 INFO O| Jul 27 20:43:48.886 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88902026-07-27T20:43:50.025Z[ recovery-image] Jul 27 20:43:48.897 INFO O| Jul 27 20:43:48.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88912026-07-27T20:43:50.046Z[ recovery-image] Jul 27 20:43:48.897 INFO O| Jul 27 20:43:48.897 INFO STEP 3 (ensure_dir) COMPLETE
88922026-07-27T20:43:50.046Z[ recovery-image] Jul 27 20:43:48.897 INFO O| Jul 27 20:43:48.897 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88932026-07-27T20:43:50.046Z[ recovery-image] Jul 27 20:43:48.906 INFO O| Jul 27 20:43:48.906 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88942026-07-27T20:43:50.046Z[ recovery-image] Jul 27 20:43:48.906 INFO O| Jul 27 20:43:48.906 INFO STEP 4 (ensure_dir) COMPLETE
88952026-07-27T20:43:50.046Z[ recovery-image] Jul 27 20:43:48.906 INFO O| Jul 27 20:43:48.906 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88962026-07-27T20:43:50.060Z[ recovery-image] Jul 27 20:43:48.915 INFO O| Jul 27 20:43:48.915 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88972026-07-27T20:43:50.060Z[ recovery-image] Jul 27 20:43:48.915 INFO O| Jul 27 20:43:48.915 INFO STEP 5 (ensure_dir) COMPLETE
88982026-07-27T20:43:50.061Z[ recovery-image] Jul 27 20:43:48.915 INFO O| Jul 27 20:43:48.915 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88992026-07-27T20:43:50.070Z[ recovery-image] Jul 27 20:43:48.930 INFO O| Jul 27 20:43:48.930 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89002026-07-27T20:43:50.070Z[ recovery-image] Jul 27 20:43:48.930 INFO O| Jul 27 20:43:48.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89012026-07-27T20:43:50.085Z[ recovery-image] Jul 27 20:43:48.930 INFO O| Jul 27 20:43:48.930 INFO STEP 6 (ensure_dir) COMPLETE
89022026-07-27T20:43:50.085Z[ recovery-image] Jul 27 20:43:48.930 INFO O| Jul 27 20:43:48.930 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89032026-07-27T20:43:50.085Z[ recovery-image] Jul 27 20:43:48.939 INFO O| Jul 27 20:43:48.939 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89042026-07-27T20:43:50.085Z[ recovery-image] Jul 27 20:43:48.939 INFO O| Jul 27 20:43:48.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89052026-07-27T20:43:50.085Z[ recovery-image] Jul 27 20:43:48.939 INFO O| Jul 27 20:43:48.939 INFO STEP 7 (ensure_dir) COMPLETE
89062026-07-27T20:43:50.085Z[ recovery-image] Jul 27 20:43:48.939 INFO O| Jul 27 20:43:48.939 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89072026-07-27T20:43:50.098Z[ recovery-image] Jul 27 20:43:48.947 INFO O| Jul 27 20:43:48.947 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
89082026-07-27T20:43:50.098Z[ recovery-image] Jul 27 20:43:48.948 INFO O| Jul 27 20:43:48.948 INFO STEP 8 (remove_files) COMPLETE
89092026-07-27T20:43:50.098Z[ recovery-image] Jul 27 20:43:48.948 INFO O| Jul 27 20:43:48.948 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89102026-07-27T20:43:50.098Z[ recovery-image] Jul 27 20:43:48.956 INFO O| Jul 27 20:43:48.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
89112026-07-27T20:43:50.098Z[ recovery-image] Jul 27 20:43:48.957 INFO O| Jul 27 20:43:48.957 INFO STEP 9 (remove_files) COMPLETE
89122026-07-27T20:43:50.110Z[ recovery-image] Jul 27 20:43:48.957 INFO O| Jul 27 20:43:48.957 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89132026-07-27T20:43:50.123Z[ recovery-image] Jul 27 20:43:48.968 INFO O| Jul 27 20:43:48.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
89142026-07-27T20:43:50.123Z[ recovery-image] Jul 27 20:43:48.968 INFO O| Jul 27 20:43:48.968 INFO STEP 10 (remove_files) COMPLETE
89152026-07-27T20:43:50.127Z[ recovery-image] Jul 27 20:43:48.968 INFO O| Jul 27 20:43:48.968 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89162026-07-27T20:43:50.127Z[ recovery-image] Jul 27 20:43:48.978 INFO O| Jul 27 20:43:48.978 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
89172026-07-27T20:43:50.127Z[ recovery-image] Jul 27 20:43:48.978 INFO O| Jul 27 20:43:48.978 INFO STEP 11 (remove_files) COMPLETE
89182026-07-27T20:43:50.127Z[ recovery-image] Jul 27 20:43:48.978 INFO O| Jul 27 20:43:48.978 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89192026-07-27T20:43:50.127Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
89202026-07-27T20:43:50.127Z[ recovery-image] Jul 27 20:43:48.988 INFO O| Jul 27 20:43:48.988 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
89212026-07-27T20:43:50.127Z[ recovery-image] Jul 27 20:43:48.988 INFO O| Jul 27 20:43:48.988 INFO STEP 12 (remove_files) COMPLETE
89222026-07-27T20:43:50.127Z[ recovery-image] Jul 27 20:43:48.988 INFO O| Jul 27 20:43:48.988 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89232026-07-27T20:43:50.144Z[ recovery-image] Jul 27 20:43:48.997 INFO O| Jul 27 20:43:48.997 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89242026-07-27T20:43:50.149Z[ recovery-image] Jul 27 20:43:48.997 INFO O| Jul 27 20:43:48.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89252026-07-27T20:43:50.149Z[ recovery-image] Jul 27 20:43:48.997 INFO O| Jul 27 20:43:48.997 INFO STEP 13 (ensure_dir) COMPLETE
89262026-07-27T20:43:50.149Z[ recovery-image] Jul 27 20:43:48.997 INFO O| Jul 27 20:43:48.997 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272026-07-27T20:43:50.149Z[ recovery-image] Jul 27 20:43:49.007 INFO O| Jul 27 20:43:49.007 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89282026-07-27T20:43:50.149Z[ recovery-image] Jul 27 20:43:49.007 INFO O| Jul 27 20:43:49.007 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89292026-07-27T20:43:50.158Z[ recovery-image] Jul 27 20:43:49.007 INFO O| Jul 27 20:43:49.007 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89302026-07-27T20:43:50.161Z[ recovery-image] Jul 27 20:43:49.007 INFO O| Jul 27 20:43:49.007 INFO STEP 14 (ensure_dir) COMPLETE
89312026-07-27T20:43:50.161Z[ recovery-image] Jul 27 20:43:49.007 INFO O| Jul 27 20:43:49.007 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.015 INFO O| Jul 27 20:43:49.015 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89332026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.015 INFO O| Jul 27 20:43:49.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89342026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.015 INFO O| Jul 27 20:43:49.015 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89352026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.015 INFO O| Jul 27 20:43:49.015 INFO STEP 15 (ensure_dir) COMPLETE
89362026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.015 INFO O| Jul 27 20:43:49.015 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372026-07-27T20:43:50.187Z[verify-libraries] Compiling multimap v0.10.1
89382026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.024 INFO O| Jul 27 20:43:49.024 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89392026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.024 INFO O| Jul 27 20:43:49.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89402026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.024 INFO O| Jul 27 20:43:49.024 INFO STEP 16 (ensure_dir) COMPLETE
89412026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.024 INFO O| Jul 27 20:43:49.024 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422026-07-27T20:43:50.187Z[ recovery-image] Jul 27 20:43:49.033 INFO O| Jul 27 20:43:49.033 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89432026-07-27T20:43:50.194Z[ recovery-image] Jul 27 20:43:49.033 INFO O| Jul 27 20:43:49.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89442026-07-27T20:43:50.194Z[ recovery-image] Jul 27 20:43:49.033 INFO O| Jul 27 20:43:49.033 INFO STEP 17 (ensure_dir) COMPLETE
89452026-07-27T20:43:50.194Z[ recovery-image] Jul 27 20:43:49.033 INFO O| Jul 27 20:43:49.033 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.042 INFO O| Jul 27 20:43:49.042 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89472026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.042 INFO O| Jul 27 20:43:49.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89482026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.042 INFO O| Jul 27 20:43:49.042 INFO ok!
89492026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.042 INFO O| Jul 27 20:43:49.042 INFO STEP 18 (ensure_symlink) COMPLETE
89502026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.042 INFO O| Jul 27 20:43:49.042 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89512026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.050 INFO O| Jul 27 20:43:49.050 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89522026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.050 INFO O| Jul 27 20:43:49.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89532026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.050 INFO O| Jul 27 20:43:49.050 INFO ok!
89542026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.050 INFO O| Jul 27 20:43:49.050 INFO STEP 19 (ensure_file) COMPLETE
89552026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.050 INFO O| Jul 27 20:43:49.050 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89562026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.059 INFO O| Jul 27 20:43:49.059 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89572026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.059 INFO O| Jul 27 20:43:49.059 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89582026-07-27T20:43:50.209Z[ recovery-image] Jul 27 20:43:49.059 INFO O| Jul 27 20:43:49.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
89592026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.059 INFO O| Jul 27 20:43:49.059 INFO ok!
89602026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.059 INFO O| Jul 27 20:43:49.059 INFO STEP 20 (ensure_symlink) COMPLETE
89612026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.059 INFO O| Jul 27 20:43:49.059 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89622026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.070 INFO O| Jul 27 20:43:49.070 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
89632026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.070 INFO O| Jul 27 20:43:49.070 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89642026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.070 INFO O| Jul 27 20:43:49.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
89652026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.070 INFO O| Jul 27 20:43:49.070 INFO ok!
89662026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.070 INFO O| Jul 27 20:43:49.070 INFO STEP 21 (ensure_symlink) COMPLETE
89672026-07-27T20:43:50.210Z[ recovery-image] Jul 27 20:43:49.070 INFO O| Jul 27 20:43:49.070 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89682026-07-27T20:43:50.223Z[ recovery-image] Jul 27 20:43:49.080 INFO O| Jul 27 20:43:49.080 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
89692026-07-27T20:43:50.224Z[ recovery-image] Jul 27 20:43:49.080 INFO O| Jul 27 20:43:49.080 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89702026-07-27T20:43:50.224Z[ recovery-image] Jul 27 20:43:49.080 INFO O| Jul 27 20:43:49.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
89712026-07-27T20:43:50.224Z[ recovery-image] Jul 27 20:43:49.080 INFO O| Jul 27 20:43:49.080 INFO ok!
89722026-07-27T20:43:50.224Z[ recovery-image] Jul 27 20:43:49.080 INFO O| Jul 27 20:43:49.080 INFO STEP 22 (ensure_symlink) COMPLETE
89732026-07-27T20:43:50.224Z[ recovery-image] Jul 27 20:43:49.080 INFO O| Jul 27 20:43:49.080 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89742026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.090 INFO O| Jul 27 20:43:49.090 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
89752026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.090 INFO O| Jul 27 20:43:49.090 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89762026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.090 INFO O| Jul 27 20:43:49.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
89772026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.090 INFO O| Jul 27 20:43:49.090 INFO ok!
89782026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.090 INFO O| Jul 27 20:43:49.090 INFO STEP 23 (ensure_symlink) COMPLETE
89792026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.090 INFO O| Jul 27 20:43:49.090 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89802026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.100 INFO O| Jul 27 20:43:49.100 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89812026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.100 INFO O| Jul 27 20:43:49.100 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 ...
89822026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.100 INFO O| Jul 27 20:43:49.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
89832026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.100 INFO O| Jul 27 20:43:49.100 INFO ok!
89842026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.100 INFO O| Jul 27 20:43:49.100 INFO STEP 24 (ensure_file) COMPLETE
89852026-07-27T20:43:50.236Z[ recovery-image] Jul 27 20:43:49.100 INFO O| Jul 27 20:43:49.100 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89862026-07-27T20:43:50.803Z[ recovery-image] Jul 27 20:43:49.109 INFO O| Jul 27 20:43:49.109 INFO updating shadow file
89872026-07-27T20:43:50.803Z[ recovery-image] Jul 27 20:43:49.109 INFO O| Jul 27 20:43:49.109 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89882026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.109 INFO O| Jul 27 20:43:49.109 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89892026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.109 INFO O| Jul 27 20:43:49.109 INFO STEP 25 (shadow) COMPLETE
89902026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.109 INFO O| Jul 27 20:43:49.109 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89912026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.119 INFO O| Jul 27 20:43:49.119 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
89922026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.119 INFO O| Jul 27 20:43:49.119 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
89932026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.119 INFO O| Jul 27 20:43:49.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
89942026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.119 INFO O| Jul 27 20:43:49.119 INFO ok!
89952026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.119 INFO O| Jul 27 20:43:49.119 INFO STEP 26 (ensure_file) COMPLETE
89962026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.120 INFO O| Jul 27 20:43:49.119 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89972026-07-27T20:43:50.805Z[ recovery-image] Jul 27 20:43:49.128 INFO O| Jul 27 20:43:49.128 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
89982026-07-27T20:43:50.806Z[ recovery-image] Jul 27 20:43:49.128 INFO O| Jul 27 20:43:49.128 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
89992026-07-27T20:43:50.806Z[ recovery-image] Jul 27 20:43:49.128 INFO O| Jul 27 20:43:49.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
90002026-07-27T20:43:50.818Z[ recovery-image] Jul 27 20:43:49.128 INFO O| Jul 27 20:43:49.128 INFO ok!
90012026-07-27T20:43:50.818Z[ recovery-image] Jul 27 20:43:49.128 INFO O| Jul 27 20:43:49.128 INFO STEP 27 (ensure_file) COMPLETE
90022026-07-27T20:43:50.818Z[ recovery-image] Jul 27 20:43:49.129 INFO O| Jul 27 20:43:49.128 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90032026-07-27T20:43:50.818Z[ recovery-image] Jul 27 20:43:49.137 INFO O| Jul 27 20:43:49.137 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90042026-07-27T20:43:50.818Z[ recovery-image] Jul 27 20:43:49.137 INFO O| Jul 27 20:43:49.137 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
90052026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.137 INFO O| Jul 27 20:43:49.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90062026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.137 INFO O| Jul 27 20:43:49.137 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90072026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.138 INFO O| Jul 27 20:43:49.137 INFO ok!
90082026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.138 INFO O| Jul 27 20:43:49.138 INFO STEP 28 (ensure_file) COMPLETE
90092026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.138 INFO O| Jul 27 20:43:49.138 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90102026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.147 INFO O| Jul 27 20:43:49.147 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
90112026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.147 INFO O| Jul 27 20:43:49.147 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
90122026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.147 INFO O| Jul 27 20:43:49.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
90132026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.147 INFO O| Jul 27 20:43:49.147 INFO ok!
90142026-07-27T20:43:50.820Z[ recovery-image] Jul 27 20:43:49.147 INFO O| Jul 27 20:43:49.147 INFO STEP 29 (ensure_file) COMPLETE
90152026-07-27T20:43:50.821Z[ recovery-image] Jul 27 20:43:49.147 INFO O| Jul 27 20:43:49.147 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90162026-07-27T20:43:50.821Z[ recovery-image] Jul 27 20:43:49.157 INFO O| Jul 27 20:43:49.157 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90172026-07-27T20:43:50.821Z[ recovery-image] Jul 27 20:43:49.157 INFO O| Jul 27 20:43:49.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90182026-07-27T20:43:50.822Z[ recovery-image] Jul 27 20:43:49.157 INFO O| Jul 27 20:43:49.157 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90192026-07-27T20:43:50.822Z[ recovery-image] Jul 27 20:43:49.157 INFO O| Jul 27 20:43:49.157 INFO STEP 30 (ensure_dir) COMPLETE
90202026-07-27T20:43:50.822Z[ recovery-image] Jul 27 20:43:49.157 INFO O| Jul 27 20:43:49.157 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90212026-07-27T20:43:50.822Z[ recovery-image] Jul 27 20:43:49.165 INFO O| Jul 27 20:43:49.165 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90222026-07-27T20:43:50.822Z[ recovery-image] Jul 27 20:43:49.165 INFO O| Jul 27 20:43:49.165 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 ...
90232026-07-27T20:43:50.822Z[ recovery-image] Jul 27 20:43:49.165 INFO O| Jul 27 20:43:49.165 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
90242026-07-27T20:43:50.822Z[ recovery-image] Jul 27 20:43:49.165 INFO O| Jul 27 20:43:49.165 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
90252026-07-27T20:43:50.822Z[ recovery-image] Jul 27 20:43:49.166 INFO O| Jul 27 20:43:49.165 INFO ok!
90262026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.166 INFO O| Jul 27 20:43:49.166 INFO STEP 31 (ensure_file) COMPLETE
90272026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.166 INFO O| Jul 27 20:43:49.166 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90282026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.174 INFO O| Jul 27 20:43:49.173 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90292026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.174 INFO O| Jul 27 20:43:49.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90302026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.174 INFO O| Jul 27 20:43:49.174 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90312026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.174 INFO O| Jul 27 20:43:49.174 INFO STEP 32 (ensure_dir) COMPLETE
90322026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.174 INFO O| Jul 27 20:43:49.174 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90332026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.182 INFO O| Jul 27 20:43:49.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90342026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.182 INFO O| Jul 27 20:43:49.182 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 ...
90352026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.182 INFO O| Jul 27 20:43:49.182 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
90362026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.182 INFO O| Jul 27 20:43:49.182 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90372026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.182 INFO O| Jul 27 20:43:49.182 INFO ok!
90382026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.182 INFO O| Jul 27 20:43:49.182 INFO STEP 33 (ensure_file) COMPLETE
90392026-07-27T20:43:50.823Z[ recovery-image] Jul 27 20:43:49.182 INFO O| Jul 27 20:43:49.182 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90402026-07-27T20:43:50.824Z[verify-libraries] Compiling termios v0.3.3
90412026-07-27T20:43:50.824Z[ recovery-image] Jul 27 20:43:49.193 INFO O| Jul 27 20:43:49.193 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90422026-07-27T20:43:50.824Z[ recovery-image] Jul 27 20:43:49.193 INFO O| Jul 27 20:43:49.193 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90432026-07-27T20:43:50.824Z[ recovery-image] Jul 27 20:43:49.193 INFO O| Jul 27 20:43:49.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90442026-07-27T20:43:50.824Z[ recovery-image] Jul 27 20:43:49.193 INFO O| Jul 27 20:43:49.193 INFO ok!
90452026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.193 INFO O| Jul 27 20:43:49.193 INFO STEP 34 (ensure_file) COMPLETE
90462026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.193 INFO O| Jul 27 20:43:49.193 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90472026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.203 INFO O| Jul 27 20:43:49.203 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90482026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.203 INFO O| Jul 27 20:43:49.203 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
90492026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.203 INFO O| Jul 27 20:43:49.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90502026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.203 INFO O| Jul 27 20:43:49.203 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90512026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.203 INFO O| Jul 27 20:43:49.203 INFO ok!
90522026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.203 INFO O| Jul 27 20:43:49.203 INFO STEP 35 (ensure_file) COMPLETE
90532026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.203 INFO O| Jul 27 20:43:49.203 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90542026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.212 INFO O| Jul 27 20:43:49.212 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
90552026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.212 INFO O| Jul 27 20:43:49.212 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
90562026-07-27T20:43:50.825Z[ recovery-image] Jul 27 20:43:49.212 INFO O| Jul 27 20:43:49.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
90572026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.212 INFO O| Jul 27 20:43:49.212 INFO ok!
90582026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.212 INFO O| Jul 27 20:43:49.212 INFO STEP 36 (ensure_file) COMPLETE
90592026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.212 INFO O| Jul 27 20:43:49.212 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90602026-07-27T20:43:50.826Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90612026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.222 INFO O| Jul 27 20:43:49.222 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90622026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.222 INFO O| Jul 27 20:43:49.222 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
90632026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.222 INFO O| Jul 27 20:43:49.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
90642026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.222 INFO O| Jul 27 20:43:49.222 INFO ok!
90652026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.222 INFO O| Jul 27 20:43:49.222 INFO STEP 37 (ensure_file) COMPLETE
90662026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.222 INFO O| Jul 27 20:43:49.222 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90672026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.231 INFO O| Jul 27 20:43:49.231 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
90682026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.231 INFO O| Jul 27 20:43:49.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
90692026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.231 INFO O| Jul 27 20:43:49.231 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90702026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.231 INFO O| Jul 27 20:43:49.231 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90712026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.231 INFO O| Jul 27 20:43:49.231 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90722026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.231 INFO O| Jul 27 20:43:49.231 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90732026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.231 INFO O| Jul 27 20:43:49.231 INFO ok!
90742026-07-27T20:43:50.826Z[ recovery-image] Jul 27 20:43:49.232 INFO O| Jul 27 20:43:49.231 INFO STEP 38 (ensure_file) COMPLETE
90752026-07-27T20:43:50.829Z[ recovery-image] Jul 27 20:43:49.232 INFO O| Jul 27 20:43:49.232 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90762026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.240 INFO O| Jul 27 20:43:49.240 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90772026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.240 INFO O| Jul 27 20:43:49.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90782026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.240 INFO O| Jul 27 20:43:49.240 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90792026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.240 INFO O| Jul 27 20:43:49.240 INFO STEP 39 (ensure_dir) COMPLETE
90802026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.240 INFO O| Jul 27 20:43:49.240 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90812026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 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
90822026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 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 ...
90832026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 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
90842026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 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
90852026-07-27T20:43:50.830Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 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
90862026-07-27T20:43:51.003Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 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
90872026-07-27T20:43:51.003Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 INFO ok!
90882026-07-27T20:43:51.003Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 INFO STEP 40 (ensure_file) COMPLETE
90892026-07-27T20:43:51.003Z[ recovery-image] Jul 27 20:43:49.250 INFO O| Jul 27 20:43:49.250 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90902026-07-27T20:43:51.003Z[ recovery-image] Jul 27 20:43:49.261 INFO O| Jul 27 20:43:49.261 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90912026-07-27T20:43:51.005Z[ recovery-image] Jul 27 20:43:49.261 INFO O| Jul 27 20:43:49.261 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 ...
90922026-07-27T20:43:51.005Z[ recovery-image] Jul 27 20:43:49.261 INFO O| Jul 27 20:43:49.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90932026-07-27T20:43:51.006Z[ recovery-image] Jul 27 20:43:49.261 INFO O| Jul 27 20:43:49.261 INFO ok!
90942026-07-27T20:43:51.006Z[ recovery-image] Jul 27 20:43:49.261 INFO O| Jul 27 20:43:49.261 INFO STEP 41 (ensure_symlink) COMPLETE
90952026-07-27T20:43:51.006Z[ recovery-image] Jul 27 20:43:49.261 INFO O| Jul 27 20:43:49.261 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90962026-07-27T20:43:51.006Z[ recovery-image] Jul 27 20:43:49.271 INFO O| Jul 27 20:43:49.271 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
90972026-07-27T20:43:51.006Z[ recovery-image] Jul 27 20:43:49.271 INFO O| Jul 27 20:43:49.271 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90982026-07-27T20:43:51.008Z[ recovery-image] Jul 27 20:43:49.271 INFO O| Jul 27 20:43:49.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
90992026-07-27T20:43:51.008Z[ recovery-image] Jul 27 20:43:49.271 INFO O| Jul 27 20:43:49.271 INFO ok!
91002026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.271 INFO O| Jul 27 20:43:49.271 INFO STEP 42 (ensure_symlink) COMPLETE
91012026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.271 INFO O| Jul 27 20:43:49.271 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91022026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.281 INFO O| Jul 27 20:43:49.281 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
91032026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.281 INFO O| Jul 27 20:43:49.281 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
91042026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.281 INFO O| Jul 27 20:43:49.281 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91052026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.281 INFO O| Jul 27 20:43:49.281 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91062026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.281 INFO O| Jul 27 20:43:49.281 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91072026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.282 INFO O| Jul 27 20:43:49.281 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91082026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.282 INFO O| Jul 27 20:43:49.282 INFO ok!
91092026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.282 INFO O| Jul 27 20:43:49.282 INFO STEP 43 (ensure_file) COMPLETE
91102026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.282 INFO O| Jul 27 20:43:49.282 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91112026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.291 INFO O| Jul 27 20:43:49.291 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
91122026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.291 INFO O| Jul 27 20:43:49.291 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 ...
91132026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.291 INFO O| Jul 27 20:43:49.291 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
91142026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.291 INFO O| Jul 27 20:43:49.291 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
91152026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.291 INFO O| Jul 27 20:43:49.291 INFO ok!
91162026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.291 INFO O| Jul 27 20:43:49.291 INFO STEP 44 (ensure_file) COMPLETE
91172026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.291 INFO O| Jul 27 20:43:49.291 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91182026-07-27T20:43:51.009Z[ recovery-image] Jul 27 20:43:49.300 INFO O| Jul 27 20:43:49.300 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
91192026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.300 INFO O| Jul 27 20:43:49.300 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
91202026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.300 INFO O| Jul 27 20:43:49.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
91212026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.300 INFO O| Jul 27 20:43:49.300 INFO ok!
91222026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.300 INFO O| Jul 27 20:43:49.300 INFO STEP 45 (ensure_file) COMPLETE
91232026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.300 INFO O| Jul 27 20:43:49.300 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91242026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.309 INFO O| Jul 27 20:43:49.309 INFO updating shadow file
91252026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.309 INFO O| Jul 27 20:43:49.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
91262026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.309 INFO O| Jul 27 20:43:49.309 INFO STEP 46 (shadow) COMPLETE
91272026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.309 INFO O| Jul 27 20:43:49.309 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91282026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.318 INFO O| Jul 27 20:43:49.318 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
91292026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.318 INFO O| Jul 27 20:43:49.318 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
91302026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.318 INFO O| Jul 27 20:43:49.318 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91312026-07-27T20:43:51.010Z[ recovery-image] Jul 27 20:43:49.318 INFO O| Jul 27 20:43:49.318 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91322026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.318 INFO O| Jul 27 20:43:49.318 INFO ok!
91332026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.318 INFO O| Jul 27 20:43:49.318 INFO STEP 47 (ensure_file) COMPLETE
91342026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.318 INFO O| Jul 27 20:43:49.318 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91352026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.327 INFO O| Jul 27 20:43:49.327 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
91362026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.327 INFO O| Jul 27 20:43:49.327 INFO STEP 48 (ensure_dir) COMPLETE
91372026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.327 INFO O| Jul 27 20:43:49.327 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91382026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.336 INFO O| Jul 27 20:43:49.336 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91392026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.336 INFO O| Jul 27 20:43:49.336 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91402026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.336 INFO O| Jul 27 20:43:49.336 INFO STEP 49 (ensure_dir) COMPLETE
91412026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.336 INFO O| Jul 27 20:43:49.336 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91422026-07-27T20:43:51.011Z[ recovery-image] Jul 27 20:43:49.345 INFO O| Jul 27 20:43:49.345 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91432026-07-27T20:43:51.012Z[ recovery-image] Jul 27 20:43:49.345 INFO O| Jul 27 20:43:49.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91442026-07-27T20:43:51.012Z[ recovery-image] Jul 27 20:43:49.345 INFO O| Jul 27 20:43:49.345 INFO STEP 50 (ensure_dir) COMPLETE
91452026-07-27T20:43:51.012Z[ recovery-image] Jul 27 20:43:49.345 INFO O| Jul 27 20:43:49.345 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91462026-07-27T20:43:51.012Z[ recovery-image] Jul 27 20:43:49.354 INFO O| Jul 27 20:43:49.354 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
91472026-07-27T20:43:51.012Z[ recovery-image] Jul 27 20:43:49.354 INFO O| Jul 27 20:43:49.354 INFO copying /tmp/.tmpGUTBhm/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
91482026-07-27T20:43:51.012Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
91492026-07-27T20:43:51.013Z[ host-image] Jul 27 20:43:49.562 INFO O| creating gzonly manifest...
91502026-07-27T20:43:51.013Z[ host-image] Jul 27 20:43:49.574 INFO O| ok
91512026-07-27T20:43:51.013Z[ host-image] Jul 27 20:43:49.709 INFO image builder template: ramdisk-02-trim...
91522026-07-27T20:43:51.013Z[ host-image] Jul 27 20:43:49.709 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/.tmpGUTBhm/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.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
91532026-07-27T20:43:51.013Z[ host-image] Jul 27 20:43:49.733 INFO O| Jul 27 20:43:49.733 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91542026-07-27T20:43:51.078Z[ host-image] Jul 27 20:43:49.738 INFO O| Jul 27 20:43:49.738 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91552026-07-27T20:43:51.417Z[ host-image] Jul 27 20:43:50.287 INFO O| Jul 27 20:43:50.287 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91562026-07-27T20:43:51.522Z[ host-image] Jul 27 20:43:50.389 INFO O| Jul 27 20:43:50.389 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91572026-07-27T20:43:51.523Z[ host-image] Jul 27 20:43:50.390 INFO O| Jul 27 20:43:50.390 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91582026-07-27T20:43:51.538Z[ host-image] Jul 27 20:43:50.395 INFO O| Jul 27 20:43:50.395 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91592026-07-27T20:43:51.538Z[ host-image] Jul 27 20:43:50.399 INFO O| Jul 27 20:43:50.399 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91602026-07-27T20:43:51.565Z[ host-image] Jul 27 20:43:50.404 INFO O| Jul 27 20:43:50.404 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91612026-07-27T20:43:52.136Z[ host-image] Jul 27 20:43:51.007 INFO O| Jul 27 20:43:51.007 INFO rolled back to input snapshot; work may begin
91622026-07-27T20:43:52.136Z[ host-image] Jul 27 20:43:51.007 INFO O| Jul 27 20:43:51.007 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91632026-07-27T20:43:52.146Z[ host-image] Jul 27 20:43:51.012 INFO O| Jul 27 20:43:51.012 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91642026-07-27T20:43:52.183Z[ host-image] Jul 27 20:43:51.022 INFO O| Jul 27 20:43:51.021 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91652026-07-27T20:43:52.210Z[ host-image] Jul 27 20:43:51.068 INFO O| Jul 27 20:43:51.067 INFO STEP 0 (remove_files) COMPLETE
91662026-07-27T20:43:52.210Z[ host-image] Jul 27 20:43:51.068 INFO O| Jul 27 20:43:51.068 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91672026-07-27T20:43:52.268Z[ host-image] Jul 27 20:43:51.080 INFO O| Jul 27 20:43:51.080 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91682026-07-27T20:43:52.268Z[ host-image] Jul 27 20:43:51.081 INFO O| Jul 27 20:43:51.081 INFO STEP 1 (remove_files) COMPLETE
91692026-07-27T20:43:52.268Z[ host-image] Jul 27 20:43:51.081 INFO O| Jul 27 20:43:51.081 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91702026-07-27T20:43:52.282Z[ host-image] Jul 27 20:43:51.091 INFO O| Jul 27 20:43:51.091 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91712026-07-27T20:43:52.282Z[ host-image] Jul 27 20:43:51.106 INFO O| Jul 27 20:43:51.106 INFO STEP 2 (remove_files) COMPLETE
91722026-07-27T20:43:52.282Z[ host-image] Jul 27 20:43:51.106 INFO O| Jul 27 20:43:51.106 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91732026-07-27T20:43:52.282Z[ host-image] Jul 27 20:43:51.118 INFO O| Jul 27 20:43:51.118 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91742026-07-27T20:43:52.282Z[ host-image] Jul 27 20:43:51.120 INFO O| Jul 27 20:43:51.120 INFO STEP 3 (remove_files) COMPLETE
91752026-07-27T20:43:52.282Z[ host-image] Jul 27 20:43:51.120 INFO O| Jul 27 20:43:51.120 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91762026-07-27T20:43:52.282Z[ host-image] Jul 27 20:43:51.129 INFO O| Jul 27 20:43:51.129 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91772026-07-27T20:43:52.300Z[ host-image] Jul 27 20:43:51.133 INFO O| Jul 27 20:43:51.133 INFO STEP 4 (remove_files) COMPLETE
91782026-07-27T20:43:52.302Z[ host-image] Jul 27 20:43:51.133 INFO O| Jul 27 20:43:51.133 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91792026-07-27T20:43:52.302Z[ host-image] Jul 27 20:43:51.144 INFO O| Jul 27 20:43:51.144 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91802026-07-27T20:43:52.302Z[ host-image] Jul 27 20:43:51.146 INFO O| Jul 27 20:43:51.146 INFO STEP 5 (remove_files) COMPLETE
91812026-07-27T20:43:52.303Z[ host-image] Jul 27 20:43:51.146 INFO O| Jul 27 20:43:51.146 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91822026-07-27T20:43:52.318Z[ host-image] Jul 27 20:43:51.157 INFO O| Jul 27 20:43:51.157 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91832026-07-27T20:43:52.318Z[ host-image] Jul 27 20:43:51.168 INFO O| Jul 27 20:43:51.168 INFO STEP 6 (remove_files) COMPLETE
91842026-07-27T20:43:52.318Z[ host-image] Jul 27 20:43:51.168 INFO O| Jul 27 20:43:51.168 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852026-07-27T20:43:52.318Z[ host-image] Jul 27 20:43:51.168 INFO O| Jul 27 20:43:51.168 INFO skip step because feature "heliosv2" is not enabled
91862026-07-27T20:43:52.318Z[ host-image] Jul 27 20:43:51.168 INFO O| Jul 27 20:43:51.168 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872026-07-27T20:43:52.318Z[ host-image] Jul 27 20:43:51.179 INFO O| Jul 27 20:43:51.179 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
91882026-07-27T20:43:52.330Z[ host-image] Jul 27 20:43:51.191 INFO O| Jul 27 20:43:51.191 INFO STEP 8 (remove_files) COMPLETE
91892026-07-27T20:43:52.330Z[ host-image] Jul 27 20:43:51.191 INFO O| Jul 27 20:43:51.191 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902026-07-27T20:43:52.356Z[ host-image] Jul 27 20:43:51.203 INFO O| Jul 27 20:43:51.203 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91912026-07-27T20:43:52.421Z[ host-image] Jul 27 20:43:51.291 INFO O| Jul 27 20:43:51.291 INFO STEP 9 (remove_files) COMPLETE
91922026-07-27T20:43:52.421Z[ host-image] Jul 27 20:43:51.292 INFO O| Jul 27 20:43:51.291 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91932026-07-27T20:43:52.455Z[ host-image] Jul 27 20:43:51.326 INFO O| Jul 27 20:43:51.326 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91942026-07-27T20:43:52.534Z[ recovery-image] Jul 27 20:43:51.405 INFO O| Jul 27 20:43:51.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
91952026-07-27T20:43:52.535Z[ recovery-image] Jul 27 20:43:51.405 INFO O| Jul 27 20:43:51.405 INFO ok!
91962026-07-27T20:43:52.535Z[ recovery-image] Jul 27 20:43:51.405 INFO O| Jul 27 20:43:51.405 INFO STEP 51 (ensure_file) COMPLETE
91972026-07-27T20:43:52.561Z[ recovery-image] Jul 27 20:43:51.405 INFO O| Jul 27 20:43:51.405 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91982026-07-27T20:43:52.561Z[ recovery-image] Jul 27 20:43:51.415 INFO O| Jul 27 20:43:51.415 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91992026-07-27T20:43:52.561Z[ recovery-image] Jul 27 20:43:51.415 INFO O| Jul 27 20:43:51.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
92002026-07-27T20:43:52.561Z[ recovery-image] Jul 27 20:43:51.415 INFO O| Jul 27 20:43:51.415 INFO STEP 52 (ensure_dir) COMPLETE
92012026-07-27T20:43:52.561Z[ recovery-image] Jul 27 20:43:51.415 INFO O| Jul 27 20:43:51.415 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92022026-07-27T20:43:52.576Z[ recovery-image] Jul 27 20:43:51.424 INFO O| Jul 27 20:43:51.424 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
92032026-07-27T20:43:52.577Z[ recovery-image] Jul 27 20:43:51.424 INFO O| Jul 27 20:43:51.424 INFO copying /tmp/.tmpGUTBhm/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
92042026-07-27T20:43:52.578Z[ recovery-image] Jul 27 20:43:51.424 INFO O| Jul 27 20:43:51.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
92052026-07-27T20:43:52.578Z[ recovery-image] Jul 27 20:43:51.424 INFO O| Jul 27 20:43:51.424 INFO ok!
92062026-07-27T20:43:52.578Z[ recovery-image] Jul 27 20:43:51.424 INFO O| Jul 27 20:43:51.424 INFO STEP 53 (ensure_file) COMPLETE
92072026-07-27T20:43:52.578Z[ recovery-image] Jul 27 20:43:51.424 INFO O| Jul 27 20:43:51.424 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92082026-07-27T20:43:52.578Z[ recovery-image] Jul 27 20:43:51.432 INFO O| Jul 27 20:43:51.432 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92092026-07-27T20:43:52.578Z[ recovery-image] Jul 27 20:43:51.432 INFO O| Jul 27 20:43:51.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92102026-07-27T20:43:52.579Z[ recovery-image] Jul 27 20:43:51.432 INFO O| Jul 27 20:43:51.432 INFO STEP 54 (ensure_dir) COMPLETE
92112026-07-27T20:43:52.579Z[ recovery-image] Jul 27 20:43:51.432 INFO O| Jul 27 20:43:51.432 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92122026-07-27T20:43:52.579Z[ recovery-image] Jul 27 20:43:51.441 INFO O| Jul 27 20:43:51.441 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
92132026-07-27T20:43:52.579Z[ recovery-image] Jul 27 20:43:51.441 INFO O| Jul 27 20:43:51.441 INFO copying /tmp/.tmpGUTBhm/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
92142026-07-27T20:43:52.579Z[ host-image] Jul 27 20:43:51.441 INFO O| Jul 27 20:43:51.441 INFO STEP 10 (remove_files) COMPLETE
92152026-07-27T20:43:52.579Z[ host-image] Jul 27 20:43:51.442 INFO O| Jul 27 20:43:51.441 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162026-07-27T20:43:52.589Z[ host-image] Jul 27 20:43:51.451 INFO O| Jul 27 20:43:51.451 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92172026-07-27T20:43:52.596Z[ host-image] Jul 27 20:43:51.454 INFO O| Jul 27 20:43:51.454 INFO STEP 11 (remove_files) COMPLETE
92182026-07-27T20:43:52.596Z[ host-image] Jul 27 20:43:51.454 INFO O| Jul 27 20:43:51.454 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192026-07-27T20:43:52.616Z[ host-image] Jul 27 20:43:51.463 INFO O| Jul 27 20:43:51.463 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92202026-07-27T20:43:52.616Z[ host-image] Jul 27 20:43:51.464 INFO O| Jul 27 20:43:51.464 INFO STEP 12 (remove_files) COMPLETE
92212026-07-27T20:43:52.617Z[ host-image] Jul 27 20:43:51.464 INFO O| Jul 27 20:43:51.464 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-07-27T20:43:52.617Z[ recovery-image] Jul 27 20:43:51.469 INFO O| Jul 27 20:43:51.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
92232026-07-27T20:43:52.617Z[ recovery-image] Jul 27 20:43:51.470 INFO O| Jul 27 20:43:51.469 INFO ok!
92242026-07-27T20:43:52.617Z[ recovery-image] Jul 27 20:43:51.470 INFO O| Jul 27 20:43:51.469 INFO STEP 55 (ensure_file) COMPLETE
92252026-07-27T20:43:52.617Z[ recovery-image] Jul 27 20:43:51.470 INFO O| Jul 27 20:43:51.469 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92262026-07-27T20:43:52.617Z[ host-image] Jul 27 20:43:51.478 INFO O| Jul 27 20:43:51.478 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92272026-07-27T20:43:52.634Z[ host-image] Jul 27 20:43:51.479 INFO O| Jul 27 20:43:51.479 INFO STEP 13 (remove_files) COMPLETE
92282026-07-27T20:43:52.634Z[ host-image] Jul 27 20:43:51.479 INFO O| Jul 27 20:43:51.479 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92292026-07-27T20:43:52.634Z[ recovery-image] Jul 27 20:43:51.481 INFO O| Jul 27 20:43:51.481 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
92302026-07-27T20:43:52.634Z[ recovery-image] Jul 27 20:43:51.481 INFO O| Jul 27 20:43:51.481 INFO copying /tmp/.tmpGUTBhm/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
92312026-07-27T20:43:52.634Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92322026-07-27T20:43:52.647Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92332026-07-27T20:43:52.647Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92342026-07-27T20:43:52.647Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92352026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92362026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92372026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92382026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92392026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92402026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.501 INFO O| Jul 27 20:43:51.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92412026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.502 INFO O| Jul 27 20:43:51.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92422026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.502 INFO O| Jul 27 20:43:51.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92432026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.502 INFO O| Jul 27 20:43:51.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92442026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.502 INFO O| Jul 27 20:43:51.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92452026-07-27T20:43:52.648Z[ host-image] Jul 27 20:43:51.502 INFO O| Jul 27 20:43:51.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92462026-07-27T20:43:52.668Z[ host-image] Jul 27 20:43:51.502 INFO O| Jul 27 20:43:51.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92472026-07-27T20:43:52.703Z[ host-image] Jul 27 20:43:51.510 INFO O| Jul 27 20:43:51.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
92482026-07-27T20:43:52.703Z[ host-image] Jul 27 20:43:51.510 INFO O| Jul 27 20:43:51.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
92492026-07-27T20:43:52.872Z[ host-image] Jul 27 20:43:51.743 INFO O| Jul 27 20:43:51.743 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92502026-07-27T20:43:52.883Z[ host-image] Jul 27 20:43:51.746 INFO O| Jul 27 20:43:51.745 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92512026-07-27T20:43:52.909Z[ host-image] Jul 27 20:43:51.780 INFO O| Jul 27 20:43:51.780 INFO STEP 14 (remove_files) COMPLETE
92522026-07-27T20:43:52.910Z[ host-image] Jul 27 20:43:51.780 INFO O| Jul 27 20:43:51.780 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-07-27T20:43:52.932Z[ host-image] Jul 27 20:43:51.792 INFO O| Jul 27 20:43:51.792 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92542026-07-27T20:43:52.959Z[ host-image] Jul 27 20:43:51.794 INFO O| Jul 27 20:43:51.793 INFO STEP 15 (remove_files) COMPLETE
92552026-07-27T20:43:52.959Z[ host-image] Jul 27 20:43:51.794 INFO O| Jul 27 20:43:51.794 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-07-27T20:43:52.959Z[ host-image] Jul 27 20:43:51.809 INFO O| Jul 27 20:43:51.809 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92572026-07-27T20:43:52.974Z[ host-image] Jul 27 20:43:51.816 INFO O| Jul 27 20:43:51.816 INFO STEP 16 (remove_files) COMPLETE
92582026-07-27T20:43:52.974Z[ host-image] Jul 27 20:43:51.817 INFO O| Jul 27 20:43:51.817 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-07-27T20:43:52.975Z[ host-image] Jul 27 20:43:51.828 INFO O| Jul 27 20:43:51.828 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92602026-07-27T20:43:52.975Z[ host-image] Jul 27 20:43:51.829 INFO O| Jul 27 20:43:51.828 INFO STEP 17 (remove_files) COMPLETE
92612026-07-27T20:43:52.975Z[ host-image] Jul 27 20:43:51.829 INFO O| Jul 27 20:43:51.829 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622026-07-27T20:43:52.975Z[ host-image] Jul 27 20:43:51.839 INFO O| Jul 27 20:43:51.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92632026-07-27T20:43:52.975Z[ host-image] Jul 27 20:43:51.840 INFO O| Jul 27 20:43:51.840 INFO STEP 18 (remove_files) COMPLETE
92642026-07-27T20:43:52.975Z[ host-image] Jul 27 20:43:51.840 INFO O| Jul 27 20:43:51.840 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652026-07-27T20:43:52.995Z[ host-image] Jul 27 20:43:51.850 INFO O| Jul 27 20:43:51.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92662026-07-27T20:43:52.995Z[ host-image] Jul 27 20:43:51.850 INFO O| Jul 27 20:43:51.850 INFO STEP 19 (remove_files) COMPLETE
92672026-07-27T20:43:52.995Z[ host-image] Jul 27 20:43:51.850 INFO O| Jul 27 20:43:51.850 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682026-07-27T20:43:52.995Z[ host-image] Jul 27 20:43:51.859 INFO O| Jul 27 20:43:51.859 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92692026-07-27T20:43:52.995Z[ host-image] Jul 27 20:43:51.860 INFO O| Jul 27 20:43:51.860 INFO STEP 20 (remove_files) COMPLETE
92702026-07-27T20:43:52.995Z[ host-image] Jul 27 20:43:51.860 INFO O| Jul 27 20:43:51.860 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712026-07-27T20:43:53.023Z[ host-image] Jul 27 20:43:51.868 INFO O| Jul 27 20:43:51.868 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92722026-07-27T20:43:53.024Z[ host-image] Jul 27 20:43:51.868 INFO O| Jul 27 20:43:51.868 INFO STEP 21 (remove_files) COMPLETE
92732026-07-27T20:43:53.024Z[ host-image] Jul 27 20:43:51.868 INFO O| Jul 27 20:43:51.868 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742026-07-27T20:43:53.024Z[ host-image] Jul 27 20:43:51.877 INFO O| Jul 27 20:43:51.877 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92752026-07-27T20:43:53.024Z[ host-image] Jul 27 20:43:51.878 INFO O| Jul 27 20:43:51.878 INFO STEP 22 (remove_files) COMPLETE
92762026-07-27T20:43:53.024Z[ host-image] Jul 27 20:43:51.878 INFO O| Jul 27 20:43:51.878 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772026-07-27T20:43:53.052Z[ host-image] Jul 27 20:43:51.886 INFO O| Jul 27 20:43:51.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92782026-07-27T20:43:53.052Z[ host-image] Jul 27 20:43:51.886 INFO O| Jul 27 20:43:51.886 INFO STEP 23 (remove_files) COMPLETE
92792026-07-27T20:43:53.052Z[ host-image] Jul 27 20:43:51.886 INFO O| Jul 27 20:43:51.886 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802026-07-27T20:43:53.052Z[ host-image] Jul 27 20:43:51.895 INFO O| Jul 27 20:43:51.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92812026-07-27T20:43:53.052Z[ host-image] Jul 27 20:43:51.895 INFO O| Jul 27 20:43:51.895 INFO STEP 24 (remove_files) COMPLETE
92822026-07-27T20:43:53.052Z[ host-image] Jul 27 20:43:51.895 INFO O| Jul 27 20:43:51.895 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832026-07-27T20:43:53.064Z[ host-image] Jul 27 20:43:51.904 INFO O| Jul 27 20:43:51.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92842026-07-27T20:43:53.064Z[ host-image] Jul 27 20:43:51.904 INFO O| Jul 27 20:43:51.904 INFO STEP 25 (remove_files) COMPLETE
92852026-07-27T20:43:53.064Z[ host-image] Jul 27 20:43:51.904 INFO O| Jul 27 20:43:51.904 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862026-07-27T20:43:57.213Z[ host-image] Jul 27 20:43:51.917 INFO O| Jul 27 20:43:51.917 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92872026-07-27T20:43:57.213Z[ host-image] Jul 27 20:43:51.917 INFO O| Jul 27 20:43:51.917 INFO STEP 26 (remove_files) COMPLETE
92882026-07-27T20:43:57.213Z[ host-image] Jul 27 20:43:51.917 INFO O| Jul 27 20:43:51.917 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892026-07-27T20:43:57.213Z[ host-image] Jul 27 20:43:51.928 INFO O| Jul 27 20:43:51.928 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92902026-07-27T20:43:57.213Z[ host-image] Jul 27 20:43:51.928 INFO O| Jul 27 20:43:51.928 INFO STEP 27 (remove_files) COMPLETE
92912026-07-27T20:43:57.213Z[ host-image] Jul 27 20:43:51.928 INFO O| Jul 27 20:43:51.928 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922026-07-27T20:43:57.213Z[ host-image] Jul 27 20:43:51.940 INFO O| Jul 27 20:43:51.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92932026-07-27T20:43:57.213Z[ host-image] Jul 27 20:43:51.940 INFO O| Jul 27 20:43:51.940 INFO STEP 28 (remove_files) COMPLETE
92942026-07-27T20:43:57.218Z[ host-image] Jul 27 20:43:51.940 INFO O| Jul 27 20:43:51.940 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.950 INFO O| Jul 27 20:43:51.950 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92962026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.950 INFO O| Jul 27 20:43:51.950 INFO STEP 29 (remove_files) COMPLETE
92972026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.950 INFO O| Jul 27 20:43:51.950 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.960 INFO O| Jul 27 20:43:51.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92992026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.960 INFO O| Jul 27 20:43:51.960 INFO STEP 30 (remove_files) COMPLETE
93002026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.960 INFO O| Jul 27 20:43:51.960 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.970 INFO O| Jul 27 20:43:51.970 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
93022026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.970 INFO O| Jul 27 20:43:51.970 INFO STEP 31 (remove_files) COMPLETE
93032026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.970 INFO O| Jul 27 20:43:51.970 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.980 INFO O| Jul 27 20:43:51.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
93052026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.980 INFO O| Jul 27 20:43:51.980 INFO STEP 32 (remove_files) COMPLETE
93062026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.980 INFO O| Jul 27 20:43:51.980 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.989 INFO O| Jul 27 20:43:51.989 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
93082026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.989 INFO O| Jul 27 20:43:51.989 INFO STEP 33 (remove_files) COMPLETE
93092026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.989 INFO O| Jul 27 20:43:51.989 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.999 INFO O| Jul 27 20:43:51.999 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
93112026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.999 INFO O| Jul 27 20:43:51.999 INFO STEP 34 (remove_files) COMPLETE
93122026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:51.999 INFO O| Jul 27 20:43:51.999 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:52.011 INFO O| Jul 27 20:43:52.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
93142026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:52.011 INFO O| Jul 27 20:43:52.011 INFO STEP 35 (remove_files) COMPLETE
93152026-07-27T20:43:57.357Z[ host-image] Jul 27 20:43:52.011 INFO O| Jul 27 20:43:52.011 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162026-07-27T20:43:57.358Z[ host-image] Jul 27 20:43:52.022 INFO O| Jul 27 20:43:52.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93172026-07-27T20:43:57.358Z[ host-image] Jul 27 20:43:52.022 INFO O| Jul 27 20:43:52.022 INFO STEP 36 (remove_files) COMPLETE
93182026-07-27T20:43:57.358Z[ host-image] Jul 27 20:43:52.022 INFO O| Jul 27 20:43:52.022 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192026-07-27T20:43:57.358Z[ host-image] Jul 27 20:43:52.054 INFO O| Jul 27 20:43:52.053 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93202026-07-27T20:43:57.358Z[ host-image] Jul 27 20:43:52.054 INFO O| Jul 27 20:43:52.054 INFO STEP 37 (remove_files) COMPLETE
93212026-07-27T20:43:57.358Z[ host-image] Jul 27 20:43:52.054 INFO O| Jul 27 20:43:52.054 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222026-07-27T20:43:57.358Z[ host-image] Jul 27 20:43:52.064 INFO O| Jul 27 20:43:52.064 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93232026-07-27T20:43:57.358Z[ host-image] Jul 27 20:43:52.064 INFO O| Jul 27 20:43:52.064 INFO STEP 38 (remove_files) COMPLETE
93242026-07-27T20:43:57.367Z[ host-image] Jul 27 20:43:52.064 INFO O| Jul 27 20:43:52.064 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.075 INFO O| Jul 27 20:43:52.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93262026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.075 INFO O| Jul 27 20:43:52.075 INFO STEP 39 (remove_files) COMPLETE
93272026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.075 INFO O| Jul 27 20:43:52.075 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.085 INFO O| Jul 27 20:43:52.085 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93292026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.086 INFO O| Jul 27 20:43:52.085 INFO STEP 40 (remove_files) COMPLETE
93302026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.086 INFO O| Jul 27 20:43:52.085 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.096 INFO O| Jul 27 20:43:52.096 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93322026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.096 INFO O| Jul 27 20:43:52.096 INFO STEP 41 (remove_files) COMPLETE
93332026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.096 INFO O| Jul 27 20:43:52.096 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.108 INFO O| Jul 27 20:43:52.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93352026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.108 INFO O| Jul 27 20:43:52.108 INFO STEP 42 (remove_files) COMPLETE
93362026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.108 INFO O| Jul 27 20:43:52.108 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.118 INFO O| Jul 27 20:43:52.118 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93382026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.118 INFO O| Jul 27 20:43:52.118 INFO STEP 43 (remove_files) COMPLETE
93392026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.118 INFO O| Jul 27 20:43:52.118 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.129 INFO O| Jul 27 20:43:52.129 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93412026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.129 INFO O| Jul 27 20:43:52.129 INFO STEP 44 (remove_files) COMPLETE
93422026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.129 INFO O| Jul 27 20:43:52.129 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.139 INFO O| Jul 27 20:43:52.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93442026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.139 INFO O| Jul 27 20:43:52.139 INFO STEP 45 (remove_files) COMPLETE
93452026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.139 INFO O| Jul 27 20:43:52.139 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.149 INFO O| Jul 27 20:43:52.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93472026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.149 INFO O| Jul 27 20:43:52.149 INFO STEP 46 (remove_files) COMPLETE
93482026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.149 INFO O| Jul 27 20:43:52.149 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.159 INFO O| Jul 27 20:43:52.159 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93502026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.159 INFO O| Jul 27 20:43:52.159 INFO STEP 47 (remove_files) COMPLETE
93512026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.159 INFO O| Jul 27 20:43:52.159 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93522026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.169 INFO O| Jul 27 20:43:52.169 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93532026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.169 INFO O| Jul 27 20:43:52.169 INFO STEP 48 (remove_files) COMPLETE
93542026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.169 INFO O| Jul 27 20:43:52.169 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.177 INFO O| Jul 27 20:43:52.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93562026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.177 INFO O| Jul 27 20:43:52.177 INFO STEP 49 (remove_files) COMPLETE
93572026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.177 INFO O| Jul 27 20:43:52.177 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93582026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.185 INFO O| Jul 27 20:43:52.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93592026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.185 INFO O| Jul 27 20:43:52.185 INFO STEP 50 (remove_files) COMPLETE
93602026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.185 INFO O| Jul 27 20:43:52.185 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612026-07-27T20:43:57.368Z[ host-image] Jul 27 20:43:52.193 INFO O| Jul 27 20:43:52.193 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93622026-07-27T20:43:57.369Z[ host-image] Jul 27 20:43:52.193 INFO O| Jul 27 20:43:52.193 INFO STEP 51 (remove_files) COMPLETE
93632026-07-27T20:43:57.369Z[ host-image] Jul 27 20:43:52.193 INFO O| Jul 27 20:43:52.193 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642026-07-27T20:43:57.369Z[ host-image] Jul 27 20:43:52.202 INFO O| Jul 27 20:43:52.202 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93652026-07-27T20:43:57.369Z[ host-image] Jul 27 20:43:52.202 INFO O| Jul 27 20:43:52.202 INFO STEP 52 (remove_files) COMPLETE
93662026-07-27T20:43:57.369Z[ host-image] Jul 27 20:43:52.202 INFO O| Jul 27 20:43:52.202 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93672026-07-27T20:43:57.369Z[ host-image] Jul 27 20:43:52.211 INFO O| Jul 27 20:43:52.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93682026-07-27T20:43:57.369Z[ host-image] Jul 27 20:43:52.211 INFO O| Jul 27 20:43:52.211 INFO STEP 53 (remove_files) COMPLETE
93692026-07-27T20:43:57.369Z[ host-image] Jul 27 20:43:52.211 INFO O| Jul 27 20:43:52.211 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702026-07-27T20:43:57.377Z[ host-image] Jul 27 20:43:52.220 INFO O| Jul 27 20:43:52.220 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93712026-07-27T20:43:57.377Z[ host-image] Jul 27 20:43:52.220 INFO O| Jul 27 20:43:52.220 INFO STEP 54 (remove_files) COMPLETE
93722026-07-27T20:43:57.377Z[ host-image] Jul 27 20:43:52.220 INFO O| Jul 27 20:43:52.220 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732026-07-27T20:43:57.377Z[ host-image] Jul 27 20:43:52.230 INFO O| Jul 27 20:43:52.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93742026-07-27T20:43:57.377Z[ host-image] Jul 27 20:43:52.230 INFO O| Jul 27 20:43:52.230 INFO STEP 55 (remove_files) COMPLETE
93752026-07-27T20:43:57.377Z[ host-image] Jul 27 20:43:52.230 INFO O| Jul 27 20:43:52.230 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762026-07-27T20:43:57.377Z[ host-image] Jul 27 20:43:52.239 INFO O| Jul 27 20:43:52.239 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93772026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.239 INFO O| Jul 27 20:43:52.239 INFO STEP 56 (remove_files) COMPLETE
93782026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.239 INFO O| Jul 27 20:43:52.239 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93792026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.249 INFO O| Jul 27 20:43:52.249 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93802026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.249 INFO O| Jul 27 20:43:52.249 INFO STEP 57 (remove_files) COMPLETE
93812026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.249 INFO O| Jul 27 20:43:52.249 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93822026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.258 INFO O| Jul 27 20:43:52.258 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93832026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.258 INFO O| Jul 27 20:43:52.258 INFO STEP 58 (remove_files) COMPLETE
93842026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.258 INFO O| Jul 27 20:43:52.258 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93852026-07-27T20:43:57.382Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93862026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93872026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93882026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93892026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93902026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93912026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 INFO ok!
93922026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 INFO STEP 59 (ensure_file) COMPLETE
93932026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.267 INFO O| Jul 27 20:43:52.267 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93942026-07-27T20:43:57.388Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93952026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93962026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93972026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93982026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93992026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94002026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 INFO ok!
94012026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 INFO STEP 60 (ensure_file) COMPLETE
94022026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.276 INFO O| Jul 27 20:43:52.276 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.285 INFO O| Jul 27 20:43:52.285 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
94042026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.285 INFO O| Jul 27 20:43:52.285 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
94052026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.285 INFO O| Jul 27 20:43:52.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
94062026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.285 INFO O| Jul 27 20:43:52.285 INFO ok!
94072026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.285 INFO O| Jul 27 20:43:52.285 INFO STEP 61 (ensure_file) COMPLETE
94082026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.285 INFO O| Jul 27 20:43:52.285 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.294 INFO O| Jul 27 20:43:52.294 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
94102026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.294 INFO O| Jul 27 20:43:52.294 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
94112026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.294 INFO O| Jul 27 20:43:52.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
94122026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.294 INFO O| Jul 27 20:43:52.294 INFO ok!
94132026-07-27T20:43:57.613Z[ host-image] Jul 27 20:43:52.294 INFO O| Jul 27 20:43:52.294 INFO STEP 62 (ensure_file) COMPLETE
94142026-07-27T20:43:57.614Z[ host-image] Jul 27 20:43:52.294 INFO O| Jul 27 20:43:52.294 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.303 INFO O| Jul 27 20:43:52.302 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94162026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.303 INFO O| Jul 27 20:43:52.303 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94172026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.303 INFO O| Jul 27 20:43:52.303 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94182026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.303 INFO O| Jul 27 20:43:52.303 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94192026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.303 INFO O| Jul 27 20:43:52.303 INFO ok!
94202026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.303 INFO O| Jul 27 20:43:52.303 INFO STEP 63 (ensure_file) COMPLETE
94212026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.303 INFO O| Jul 27 20:43:52.303 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.311 INFO O| Jul 27 20:43:52.311 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94232026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.311 INFO O| Jul 27 20:43:52.311 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94242026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.311 INFO O| Jul 27 20:43:52.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94252026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.311 INFO O| Jul 27 20:43:52.311 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94262026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.311 INFO O| Jul 27 20:43:52.311 INFO ok!
94272026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.311 INFO O| Jul 27 20:43:52.311 INFO STEP 64 (ensure_file) COMPLETE
94282026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.311 INFO O| Jul 27 20:43:52.311 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.323 INFO O| Jul 27 20:43:52.323 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94302026-07-27T20:43:57.621Z[ host-image] Jul 27 20:43:52.323 INFO O| Jul 27 20:43:52.323 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94312026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.323 INFO O| Jul 27 20:43:52.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94322026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.323 INFO O| Jul 27 20:43:52.323 INFO ok!
94332026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.323 INFO O| Jul 27 20:43:52.323 INFO STEP 65 (assemble_files) COMPLETE
94342026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.323 INFO O| Jul 27 20:43:52.323 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.334 INFO O| Jul 27 20:43:52.334 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94362026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.334 INFO O| Jul 27 20:43:52.334 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94372026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.334 INFO O| Jul 27 20:43:52.334 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94382026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.334 INFO O| Jul 27 20:43:52.334 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94392026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.334 INFO O| Jul 27 20:43:52.334 INFO ok!
94402026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.334 INFO O| Jul 27 20:43:52.334 INFO STEP 66 (ensure_file) COMPLETE
94412026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.334 INFO O| Jul 27 20:43:52.334 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.344 INFO O| Jul 27 20:43:52.344 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94432026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.344 INFO O| Jul 27 20:43:52.344 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94442026-07-27T20:43:57.622Z[ host-image] Jul 27 20:43:52.344 INFO O| Jul 27 20:43:52.344 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94452026-07-27T20:43:57.632Z[ host-image] Jul 27 20:43:52.344 INFO O| Jul 27 20:43:52.344 INFO STEP 67 (ensure_dir) COMPLETE
94462026-07-27T20:43:57.632Z[ host-image] Jul 27 20:43:52.344 INFO O| Jul 27 20:43:52.344 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-07-27T20:43:57.632Z[ host-image] Jul 27 20:43:52.355 INFO O| Jul 27 20:43:52.355 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94482026-07-27T20:43:57.632Z[ host-image] Jul 27 20:43:52.355 INFO O| Jul 27 20:43:52.355 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 ...
94492026-07-27T20:43:57.632Z[ host-image] Jul 27 20:43:52.361 INFO O| Jul 27 20:43:52.361 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
94502026-07-27T20:43:57.632Z[ host-image] Jul 27 20:43:52.361 INFO O| Jul 27 20:43:52.361 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94512026-07-27T20:43:57.632Z[ host-image] Jul 27 20:43:52.361 INFO O| Jul 27 20:43:52.361 INFO ok!
94522026-07-27T20:43:57.633Z[ host-image] Jul 27 20:43:52.361 INFO O| Jul 27 20:43:52.361 INFO STEP 68 (ensure_file) COMPLETE
94532026-07-27T20:43:57.633Z[ host-image] Jul 27 20:43:52.361 INFO O| Jul 27 20:43:52.361 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-07-27T20:43:57.633Z[ host-image] Jul 27 20:43:52.373 INFO O| Jul 27 20:43:52.373 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94552026-07-27T20:43:57.633Z[ host-image] Jul 27 20:43:52.373 INFO O| Jul 27 20:43:52.373 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 ...
94562026-07-27T20:43:57.633Z[ host-image] Jul 27 20:43:52.373 INFO O| Jul 27 20:43:52.373 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
94572026-07-27T20:43:57.633Z[ host-image] Jul 27 20:43:52.373 INFO O| Jul 27 20:43:52.373 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94582026-07-27T20:43:57.633Z[ host-image] Jul 27 20:43:52.373 INFO O| Jul 27 20:43:52.373 INFO ok!
94592026-07-27T20:43:57.650Z[ host-image] Jul 27 20:43:52.373 INFO O| Jul 27 20:43:52.373 INFO STEP 69 (ensure_file) COMPLETE
94602026-07-27T20:43:57.651Z[ host-image] Jul 27 20:43:52.373 INFO O| Jul 27 20:43:52.373 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-07-27T20:43:57.651Z[ host-image] Jul 27 20:43:52.389 INFO O| Jul 27 20:43:52.389 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94622026-07-27T20:43:57.652Z[ host-image] Jul 27 20:43:52.389 INFO O| Jul 27 20:43:52.389 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94632026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.538 INFO O| Jul 27 20:43:53.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
94642026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.538 INFO O| Jul 27 20:43:53.537 INFO ok!
94652026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.538 INFO O| Jul 27 20:43:53.537 INFO STEP 56 (ensure_file) COMPLETE
94662026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.538 INFO O| Jul 27 20:43:53.537 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94672026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.549 INFO O| Jul 27 20:43:53.548 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
94682026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.549 INFO O| Jul 27 20:43:53.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
94692026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.549 INFO O| Jul 27 20:43:53.549 INFO STEP 57 (ensure_dir) COMPLETE
94702026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.549 INFO O| Jul 27 20:43:53.549 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94712026-07-27T20:43:57.652Z[ recovery-image] Jul 27 20:43:53.557 INFO O| Jul 27 20:43:53.557 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94722026-07-27T20:43:57.653Z[ recovery-image] Jul 27 20:43:53.557 INFO O| Jul 27 20:43:53.557 INFO copying /tmp/.tmpGUTBhm/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 ...
94732026-07-27T20:43:57.653Z[ recovery-image] Jul 27 20:43:53.557 INFO O| Jul 27 20:43:53.557 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
94742026-07-27T20:43:57.654Z[ recovery-image] Jul 27 20:43:53.557 INFO O| Jul 27 20:43:53.557 INFO ok!
94752026-07-27T20:43:57.654Z[ recovery-image] Jul 27 20:43:53.557 INFO O| Jul 27 20:43:53.557 INFO STEP 58 (ensure_file) COMPLETE
94762026-07-27T20:43:57.654Z[ recovery-image] Jul 27 20:43:53.557 INFO O| Jul 27 20:43:53.557 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94772026-07-27T20:43:57.654Z[ recovery-image] Jul 27 20:43:53.566 INFO O| Jul 27 20:43:53.566 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94782026-07-27T20:43:57.654Z[ recovery-image] Jul 27 20:43:53.566 INFO O| Jul 27 20:43:53.566 INFO copying /tmp/.tmpGUTBhm/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 ...
94792026-07-27T20:43:57.654Z[ recovery-image] Jul 27 20:43:53.566 INFO O| Jul 27 20:43:53.566 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
94802026-07-27T20:43:57.654Z[ recovery-image] Jul 27 20:43:53.566 INFO O| Jul 27 20:43:53.566 INFO ok!
94812026-07-27T20:43:57.654Z[ recovery-image] Jul 27 20:43:53.566 INFO O| Jul 27 20:43:53.566 INFO STEP 59 (ensure_file) COMPLETE
94822026-07-27T20:43:57.655Z[ recovery-image] Jul 27 20:43:53.566 INFO O| Jul 27 20:43:53.566 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94832026-07-27T20:43:57.656Z[ recovery-image] Jul 27 20:43:53.575 INFO O| Jul 27 20:43:53.574 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
94842026-07-27T20:43:57.656Z[ recovery-image] Jul 27 20:43:53.575 INFO O| Jul 27 20:43:53.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
94852026-07-27T20:43:57.656Z[ recovery-image] Jul 27 20:43:53.575 INFO O| Jul 27 20:43:53.575 INFO STEP 60 (ensure_dir) COMPLETE
94862026-07-27T20:43:57.656Z[ recovery-image] Jul 27 20:43:53.575 INFO O| Jul 27 20:43:53.575 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94872026-07-27T20:43:57.656Z[ recovery-image] Jul 27 20:43:53.583 INFO O| Jul 27 20:43:53.583 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94882026-07-27T20:43:57.656Z[ recovery-image] Jul 27 20:43:53.583 INFO O| Jul 27 20:43:53.583 INFO copying /tmp/.tmpGUTBhm/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 ...
94892026-07-27T20:43:57.660Z[ recovery-image] Jul 27 20:43:53.583 INFO O| Jul 27 20:43:53.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94902026-07-27T20:43:57.660Z[ recovery-image] Jul 27 20:43:53.583 INFO O| Jul 27 20:43:53.583 INFO ok!
94912026-07-27T20:43:57.660Z[ recovery-image] Jul 27 20:43:53.583 INFO O| Jul 27 20:43:53.583 INFO STEP 61 (ensure_file) COMPLETE
94922026-07-27T20:43:57.660Z[ recovery-image] Jul 27 20:43:53.583 INFO O| Jul 27 20:43:53.583 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94932026-07-27T20:43:57.660Z[ recovery-image] Jul 27 20:43:53.592 INFO O| Jul 27 20:43:53.591 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94942026-07-27T20:43:57.660Z[ recovery-image] Jul 27 20:43:53.592 INFO O| Jul 27 20:43:53.591 INFO copying /tmp/.tmpGUTBhm/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 ...
94952026-07-27T20:43:57.713Z[ recovery-image] Jul 27 20:43:53.592 INFO O| Jul 27 20:43:53.591 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
94962026-07-27T20:43:57.713Z[ recovery-image] Jul 27 20:43:53.592 INFO O| Jul 27 20:43:53.591 INFO ok!
94972026-07-27T20:43:57.713Z[ recovery-image] Jul 27 20:43:53.592 INFO O| Jul 27 20:43:53.591 INFO STEP 62 (ensure_file) COMPLETE
94982026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.592 INFO O| Jul 27 20:43:53.591 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94992026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.600 INFO O| Jul 27 20:43:53.600 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95002026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.600 INFO O| Jul 27 20:43:53.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95012026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.600 INFO O| Jul 27 20:43:53.600 INFO STEP 63 (ensure_dir) COMPLETE
95022026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.600 INFO O| Jul 27 20:43:53.600 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95032026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.609 INFO O| Jul 27 20:43:53.609 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95042026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.609 INFO O| Jul 27 20:43:53.609 INFO copying /tmp/.tmpGUTBhm/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 ...
95052026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.609 INFO O| Jul 27 20:43:53.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95062026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.609 INFO O| Jul 27 20:43:53.609 INFO ok!
95072026-07-27T20:43:57.714Z[ recovery-image] Jul 27 20:43:53.609 INFO O| Jul 27 20:43:53.609 INFO STEP 64 (ensure_file) COMPLETE
95082026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.609 INFO O| Jul 27 20:43:53.609 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95092026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.618 INFO O| Jul 27 20:43:53.618 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95102026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.618 INFO O| Jul 27 20:43:53.618 INFO copying /tmp/.tmpGUTBhm/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95112026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.618 INFO O| Jul 27 20:43:53.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95122026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.618 INFO O| Jul 27 20:43:53.618 INFO ok!
95132026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.618 INFO O| Jul 27 20:43:53.618 INFO STEP 65 (ensure_file) COMPLETE
95142026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.618 INFO O| Jul 27 20:43:53.618 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95152026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.628 INFO O| Jul 27 20:43:53.628 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
95162026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.628 INFO O| Jul 27 20:43:53.628 INFO STEP 66 (ensure_dir) COMPLETE
95172026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.628 INFO O| Jul 27 20:43:53.628 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95182026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.650 INFO O| Jul 27 20:43:53.650 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
95192026-07-27T20:43:57.717Z[ recovery-image] Jul 27 20:43:53.650 INFO O| Jul 27 20:43:53.650 INFO STEP 67 (ensure_dir) COMPLETE
95202026-07-27T20:43:57.718Z[ recovery-image] Jul 27 20:43:53.650 INFO O| Jul 27 20:43:53.650 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95212026-07-27T20:43:57.718Z[ recovery-image] Jul 27 20:43:53.660 INFO O| Jul 27 20:43:53.659 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
95222026-07-27T20:43:57.718Z[ recovery-image] Jul 27 20:43:53.660 INFO O| Jul 27 20:43:53.659 INFO STEP 68 (ensure_dir) COMPLETE
95232026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.660 INFO O| Jul 27 20:43:53.659 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95242026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.671 INFO O| Jul 27 20:43:53.670 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
95252026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.671 INFO O| Jul 27 20:43:53.671 INFO STEP 69 (ensure_dir) COMPLETE
95262026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.671 INFO O| Jul 27 20:43:53.671 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95272026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.681 INFO O| Jul 27 20:43:53.681 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
95282026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.681 INFO O| Jul 27 20:43:53.681 INFO copying /tmp/.tmpGUTBhm/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
95292026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.681 INFO O| Jul 27 20:43:53.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
95302026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.681 INFO O| Jul 27 20:43:53.681 INFO ok!
95312026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.681 INFO O| Jul 27 20:43:53.681 INFO STEP 70 (ensure_file) COMPLETE
95322026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.681 INFO O| Jul 27 20:43:53.681 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95332026-07-27T20:43:57.719Z[ recovery-image] Jul 27 20:43:53.690 INFO O| Jul 27 20:43:53.690 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
95342026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.690 INFO O| Jul 27 20:43:53.690 INFO STEP 71 (remove_files) COMPLETE
95352026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.690 INFO O| Jul 27 20:43:53.690 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95362026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.699 INFO O| Jul 27 20:43:53.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
95372026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.699 INFO O| Jul 27 20:43:53.699 INFO STEP 72 (remove_files) COMPLETE
95382026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.699 INFO O| Jul 27 20:43:53.699 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95392026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.711 INFO O| Jul 27 20:43:53.711 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
95402026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.711 INFO O| Jul 27 20:43:53.711 INFO STEP 73 (remove_files) COMPLETE
95412026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.711 INFO O| Jul 27 20:43:53.711 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95422026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.720 INFO O| Jul 27 20:43:53.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
95432026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.721 INFO O| Jul 27 20:43:53.720 INFO STEP 74 (remove_files) COMPLETE
95442026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.721 INFO O| Jul 27 20:43:53.721 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95452026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.730 INFO O| Jul 27 20:43:53.730 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
95462026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.730 INFO O| Jul 27 20:43:53.730 INFO STEP 75 (remove_files) COMPLETE
95472026-07-27T20:43:57.720Z[ recovery-image] Jul 27 20:43:53.730 INFO O| Jul 27 20:43:53.730 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95482026-07-27T20:43:57.721Z[ recovery-image] Jul 27 20:43:53.739 INFO O| Jul 27 20:43:53.739 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
95492026-07-27T20:43:57.721Z[ recovery-image] Jul 27 20:43:53.740 INFO O| Jul 27 20:43:53.739 INFO STEP 76 (remove_files) COMPLETE
95502026-07-27T20:43:57.721Z[ recovery-image] Jul 27 20:43:53.740 INFO O| Jul 27 20:43:53.739 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95512026-07-27T20:43:57.721Z[ recovery-image] Jul 27 20:43:53.748 INFO O| Jul 27 20:43:53.748 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
95522026-07-27T20:43:57.721Z[ recovery-image] Jul 27 20:43:53.748 INFO O| Jul 27 20:43:53.748 INFO STEP 77 (remove_files) COMPLETE
95532026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.748 INFO O| Jul 27 20:43:53.748 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95542026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.759 INFO O| Jul 27 20:43:53.759 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
95552026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.759 INFO O| Jul 27 20:43:53.759 INFO STEP 78 (remove_files) COMPLETE
95562026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.759 INFO O| Jul 27 20:43:53.759 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95572026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.766 INFO O| Jul 27 20:43:53.766 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
95582026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.766 INFO O| Jul 27 20:43:53.766 INFO STEP 79 (remove_files) COMPLETE
95592026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.766 INFO O| Jul 27 20:43:53.766 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95602026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.774 INFO O| Jul 27 20:43:53.774 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
95612026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.774 INFO O| Jul 27 20:43:53.774 INFO STEP 80 (remove_files) COMPLETE
95622026-07-27T20:43:57.739Z[ recovery-image] Jul 27 20:43:53.774 INFO O| Jul 27 20:43:53.774 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95632026-07-27T20:43:57.748Z[ recovery-image] Jul 27 20:43:53.782 INFO O| Jul 27 20:43:53.782 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
95642026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.782 INFO O| Jul 27 20:43:53.782 INFO STEP 81 (remove_files) COMPLETE
95652026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.782 INFO O| Jul 27 20:43:53.782 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95662026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.789 INFO O| Jul 27 20:43:53.789 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
95672026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.789 INFO O| Jul 27 20:43:53.789 INFO STEP 82 (remove_files) COMPLETE
95682026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.789 INFO O| Jul 27 20:43:53.789 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95692026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.796 INFO O| Jul 27 20:43:53.796 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
95702026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.797 INFO O| Jul 27 20:43:53.796 INFO STEP 83 (remove_files) COMPLETE
95712026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.797 INFO O| Jul 27 20:43:53.796 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95722026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.807 INFO O| Jul 27 20:43:53.807 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
95732026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.807 INFO O| Jul 27 20:43:53.807 INFO STEP 84 (remove_files) COMPLETE
95742026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.807 INFO O| Jul 27 20:43:53.807 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95752026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.829 INFO O| Jul 27 20:43:53.829 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
95762026-07-27T20:43:57.749Z[ recovery-image] Jul 27 20:43:53.829 INFO O| Jul 27 20:43:53.829 INFO STEP 85 (remove_files) COMPLETE
95772026-07-27T20:43:57.750Z[ recovery-image] Jul 27 20:43:53.829 INFO O| Jul 27 20:43:53.829 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95782026-07-27T20:43:57.750Z[ recovery-image] Jul 27 20:43:53.839 INFO O| Jul 27 20:43:53.839 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
95792026-07-27T20:43:57.750Z[ recovery-image] Jul 27 20:43:53.839 INFO O| Jul 27 20:43:53.839 INFO STEP 86 (remove_files) COMPLETE
95802026-07-27T20:43:57.750Z[ recovery-image] Jul 27 20:43:53.839 INFO O| Jul 27 20:43:53.839 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95812026-07-27T20:43:57.750Z[ recovery-image] Jul 27 20:43:53.849 INFO O| Jul 27 20:43:53.848 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
95822026-07-27T20:43:57.750Z[ recovery-image] Jul 27 20:43:53.849 INFO O| Jul 27 20:43:53.849 INFO STEP 87 (remove_files) COMPLETE
95832026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.849 INFO O| Jul 27 20:43:53.849 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95842026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.857 INFO O| Jul 27 20:43:53.857 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
95852026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.857 INFO O| Jul 27 20:43:53.857 INFO STEP 88 (remove_files) COMPLETE
95862026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.857 INFO O| Jul 27 20:43:53.857 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95872026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.907 INFO O| Jul 27 20:43:53.907 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
95882026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.908 INFO O| Jul 27 20:43:53.907 INFO STEP 89 (remove_files) COMPLETE
95892026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.908 INFO O| Jul 27 20:43:53.907 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95902026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.919 INFO O| Jul 27 20:43:53.919 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
95912026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.919 INFO O| Jul 27 20:43:53.919 INFO STEP 90 (remove_files) COMPLETE
95922026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.919 INFO O| Jul 27 20:43:53.919 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95932026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.932 INFO O| Jul 27 20:43:53.932 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95942026-07-27T20:43:57.760Z[ recovery-image] Jul 27 20:43:53.932 INFO O| Jul 27 20:43:53.932 INFO STEP 91 (remove_files) COMPLETE
95952026-07-27T20:43:57.844Z[ recovery-image] Jul 27 20:43:53.932 INFO O| Jul 27 20:43:53.932 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95962026-07-27T20:43:57.844Z[ recovery-image] Jul 27 20:43:53.946 INFO O| Jul 27 20:43:53.945 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
95972026-07-27T20:43:57.844Z[ recovery-image] Jul 27 20:43:53.946 INFO O| Jul 27 20:43:53.946 INFO STEP 92 (remove_files) COMPLETE
95982026-07-27T20:43:57.844Z[ recovery-image] Jul 27 20:43:53.946 INFO O| Jul 27 20:43:53.946 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95992026-07-27T20:43:57.844Z[ recovery-image] Jul 27 20:43:53.958 INFO O| Jul 27 20:43:53.958 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96002026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.958 INFO O| Jul 27 20:43:53.958 INFO STEP 93 (remove_files) COMPLETE
96012026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.958 INFO O| Jul 27 20:43:53.958 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96022026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.971 INFO O| Jul 27 20:43:53.971 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96032026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.971 INFO O| Jul 27 20:43:53.971 INFO STEP 94 (remove_files) COMPLETE
96042026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.971 INFO O| Jul 27 20:43:53.971 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.984 INFO O| Jul 27 20:43:53.984 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96062026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.984 INFO O| Jul 27 20:43:53.984 INFO STEP 95 (remove_files) COMPLETE
96072026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.984 INFO O| Jul 27 20:43:53.984 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.997 INFO O| Jul 27 20:43:53.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96092026-07-27T20:43:57.845Z[ recovery-image] Jul 27 20:43:53.997 INFO O| Jul 27 20:43:53.997 INFO STEP 96 (remove_files) COMPLETE
96102026-07-27T20:43:57.848Z[ recovery-image] Jul 27 20:43:53.997 INFO O| Jul 27 20:43:53.997 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112026-07-27T20:43:57.848Z[ recovery-image] Jul 27 20:43:54.009 INFO O| Jul 27 20:43:54.009 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96122026-07-27T20:43:57.848Z[ recovery-image] Jul 27 20:43:54.009 INFO O| Jul 27 20:43:54.009 INFO STEP 97 (remove_files) COMPLETE
96132026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.009 INFO O| Jul 27 20:43:54.009 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96142026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.019 INFO O| Jul 27 20:43:54.019 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
96152026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.019 INFO O| Jul 27 20:43:54.019 INFO STEP 98 (remove_files) COMPLETE
96162026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.019 INFO O| Jul 27 20:43:54.019 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.030 INFO O| Jul 27 20:43:54.029 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
96182026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.030 INFO O| Jul 27 20:43:54.030 INFO STEP 99 (remove_files) COMPLETE
96192026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.030 INFO O| Jul 27 20:43:54.030 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96202026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.047 INFO O| Jul 27 20:43:54.047 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
96212026-07-27T20:43:57.849Z[ recovery-image] Jul 27 20:43:54.047 INFO O| Jul 27 20:43:54.047 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
96222026-07-27T20:43:57.849Z[ host-image] Jul 27 20:43:54.387 INFO O| Jul 27 20:43:54.387 INFO STEP 70 (pack_tar) COMPLETE
96232026-07-27T20:43:57.849Z[ host-image] Jul 27 20:43:54.387 INFO O| Jul 27 20:43:54.387 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96242026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:54.387 INFO O| Jul 27 20:43:54.387 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96252026-07-27T20:43:57.855Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
96262026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.078 INFO O| Jul 27 20:43:55.077 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96272026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.402 INFO O| Jul 27 20:43:55.399 INFO completed processing sled/ramdisk-02-trim
96282026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.402 INFO image builder template: zfs...
96292026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.402 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/.tmpGUTBhm/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.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs"], pwd: None
96302026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.416 INFO O| Jul 27 20:43:55.416 INFO skip include "stress" because feature "stress" is not enabled
96312026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.416 INFO O| Jul 27 20:43:55.416 INFO skip include "stress" because feature "compliance" is not enabled
96322026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.446 INFO O| Jul 27 20:43:55.446 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96332026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.450 INFO O| Jul 27 20:43:55.450 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96342026-07-27T20:43:57.855Z[verify-libraries] Compiling polar-core v0.27.3
96352026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.833 INFO O| Jul 27 20:43:55.833 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96362026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.962 INFO O| Jul 27 20:43:55.962 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96372026-07-27T20:43:57.855Z[ host-image] Jul 27 20:43:55.962 INFO O| Jul 27 20:43:55.962 INFO work dataset: rpool/images/build/host/work/sled/zfs
96382026-07-27T20:43:57.871Z[ host-image] Jul 27 20:43:55.966 INFO O| Jul 27 20:43:55.966 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96392026-07-27T20:43:57.871Z[ host-image] Jul 27 20:43:56.067 INFO O| Jul 27 20:43:56.066 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96402026-07-27T20:43:57.871Z[ host-image] Jul 27 20:43:56.212 INFO O| Jul 27 20:43:56.212 INFO DESTROY POOL: TEMPORARY-sled-zfs
96412026-07-27T20:43:57.872Z[ host-image] Jul 27 20:43:56.220 INFO O| Jul 27 20:43:56.220 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96422026-07-27T20:43:57.872Z[ host-image] Jul 27 20:43:56.225 INFO O| Jul 27 20:43:56.225 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96432026-07-27T20:43:57.872Z[ host-image] Jul 27 20:43:56.225 INFO O| Jul 27 20:43:56.225 INFO no lofi found
96442026-07-27T20:43:57.872Z[ host-image] Jul 27 20:43:56.225 INFO O| Jul 27 20:43:56.225 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96452026-07-27T20:43:57.872Z[ host-image] Jul 27 20:43:56.225 INFO O| Jul 27 20:43:56.225 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96462026-07-27T20:43:59.132Z[ host-image] Jul 27 20:43:58.001 INFO O| Jul 27 20:43:58.001 INFO lofi device = /dev/dsk/c2t2d0p0
96472026-07-27T20:43:59.138Z[ host-image] Jul 27 20:43:58.001 INFO O| Jul 27 20:43:58.001 INFO pool device = /dev/dsk/c2t2d0p0
96482026-07-27T20:43:59.139Z[ host-image] Jul 27 20:43:58.001 INFO O| Jul 27 20:43:58.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t2d0p0"]
96492026-07-27T20:43:59.291Z[ host-image] Jul 27 20:43:58.161 INFO O| Jul 27 20:43:58.161 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96502026-07-27T20:43:59.291Z[ host-image] Jul 27 20:43:58.161 INFO O| Jul 27 20:43:58.161 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96512026-07-27T20:43:59.316Z[ host-image] Jul 27 20:43:58.185 INFO O| Jul 27 20:43:58.185 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96522026-07-27T20:43:59.399Z[ host-image] Jul 27 20:43:58.266 INFO O| Jul 27 20:43:58.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96532026-07-27T20:43:59.443Z[ host-image] Jul 27 20:43:58.313 INFO O| Jul 27 20:43:58.297 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96542026-07-27T20:43:59.465Z[ host-image] Jul 27 20:43:58.334 INFO O| Jul 27 20:43:58.333 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96552026-07-27T20:43:59.479Z[ host-image] Jul 27 20:43:58.348 INFO O| Jul 27 20:43:58.348 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96562026-07-27T20:43:59.533Z[ host-image] Jul 27 20:43:58.386 INFO O| Jul 27 20:43:58.386 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96572026-07-27T20:43:59.533Z[ host-image] Jul 27 20:43:58.386 INFO O| Jul 27 20:43:58.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96582026-07-27T20:43:59.533Z[ host-image] Jul 27 20:43:58.386 INFO O| Jul 27 20:43:58.386 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96592026-07-27T20:43:59.545Z[ host-image] Jul 27 20:43:58.404 INFO O| Jul 27 20:43:58.404 INFO boot environment UUID: ab53580f-ccbf-4a05-8b62-63b9ba9c70a9
96602026-07-27T20:43:59.545Z[ host-image] Jul 27 20:43:58.404 INFO O| Jul 27 20:43:58.404 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ab53580f-ccbf-4a05-8b62-63b9ba9c70a9
96612026-07-27T20:43:59.552Z[ host-image] Jul 27 20:43:58.419 INFO O| Jul 27 20:43:58.419 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96622026-07-27T20:43:59.564Z[ host-image] Jul 27 20:43:58.434 INFO O| Jul 27 20:43:58.433 INFO STEP 0 (create_be) COMPLETE
96632026-07-27T20:43:59.564Z[ host-image] Jul 27 20:43:58.434 INFO O| Jul 27 20:43:58.434 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96642026-07-27T20:43:59.579Z[ host-image] Jul 27 20:43:58.449 INFO O| Jul 27 20:43:58.449 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
96652026-07-27T20:44:02.607Z[ recovery-image] Jul 27 20:44:01.473 INFO O| Jul 27 20:44:01.472 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
96662026-07-27T20:44:02.608Z[ recovery-image] Jul 27 20:44:01.473 INFO O| Jul 27 20:44:01.473 INFO E| svccfg: Loaded 69 smf(7) service descriptions
96672026-07-27T20:44:02.620Z[ recovery-image] Jul 27 20:44:01.489 INFO O| Jul 27 20:44:01.489 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"}
96682026-07-27T20:44:02.723Z[ recovery-image] Jul 27 20:44:01.593 INFO O| Jul 27 20:44:01.593 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
96692026-07-27T20:44:02.780Z[ recovery-image] Jul 27 20:44:01.650 INFO O| Jul 27 20:44:01.650 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
96702026-07-27T20:44:02.866Z[ recovery-image] Jul 27 20:44:01.734 INFO O| Jul 27 20:44:01.734 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
96712026-07-27T20:44:02.866Z[ recovery-image] Jul 27 20:44:01.734 INFO O| Jul 27 20:44:01.734 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 ...
96722026-07-27T20:44:02.866Z[ recovery-image] Jul 27 20:44:01.735 INFO O| Jul 27 20:44:01.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
96732026-07-27T20:44:02.866Z[ recovery-image] Jul 27 20:44:01.735 INFO O| Jul 27 20:44:01.735 INFO ok!
96742026-07-27T20:44:02.866Z[ recovery-image] Jul 27 20:44:01.735 INFO O| Jul 27 20:44:01.735 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
96752026-07-27T20:44:02.866Z[ recovery-image] Jul 27 20:44:01.735 INFO O| Jul 27 20:44:01.735 INFO STEP 100 (seed_smf) COMPLETE
96762026-07-27T20:44:02.866Z[ recovery-image] Jul 27 20:44:01.735 INFO O| Jul 27 20:44:01.735 INFO steps complete; finalising image!
96772026-07-27T20:44:02.866Z[ recovery-image] Jul 27 20:44:01.735 INFO O| Jul 27 20:44:01.735 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
96782026-07-27T20:44:03.010Z[ recovery-image] Jul 27 20:44:01.866 INFO O| Jul 27 20:44:01.866 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Jul 27 20:44:01 2026)
96792026-07-27T20:44:03.204Z[ recovery-image] Jul 27 20:44:02.073 INFO O| Jul 27 20:44:02.073 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Mon Jul 27 20:44:01 2026)
96802026-07-27T20:44:03.410Z[ recovery-image] Jul 27 20:44:02.281 INFO O| Jul 27 20:44:02.281 INFO trim TEMPORARY-sled-zfs-recovery: (71% trimmed, started at Mon Jul 27 20:44:01 2026)
96812026-07-27T20:44:03.616Z[ recovery-image] Jul 27 20:44:02.487 INFO O| Jul 27 20:44:02.487 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Jul 27 20:44:01 2026)
96822026-07-27T20:44:03.825Z[ recovery-image] Jul 27 20:44:02.693 INFO O| Jul 27 20:44:02.693 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Jul 27 20:44:01 2026)
96832026-07-27T20:44:04.055Z[ recovery-image] Jul 27 20:44:02.919 INFO O| Jul 27 20:44:02.919 INFO temporary pool has 504M used, 1.26G avail, 1.00x compressratio
96842026-07-27T20:44:04.055Z[ recovery-image] Jul 27 20:44:02.919 INFO O| Jul 27 20:44:02.919 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
96852026-07-27T20:44:04.826Z[ recovery-image] Jul 27 20:44:03.696 INFO O| Jul 27 20:44:03.696 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
96862026-07-27T20:44:04.826Z[ recovery-image] Jul 27 20:44:03.696 INFO O| Jul 27 20:44:03.696 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
96872026-07-27T20:44:09.574Z[ recovery-image] Jul 27 20:44:08.440 INFO O| Jul 27 20:44:08.440 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96882026-07-27T20:44:09.574Z[ recovery-image] Jul 27 20:44:08.440 INFO O| Jul 27 20:44:08.440 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96892026-07-27T20:44:09.574Z[ recovery-image] Jul 27 20:44:08.440 INFO O| Jul 27 20:44:08.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
96902026-07-27T20:44:09.574Z[ recovery-image] Jul 27 20:44:08.440 INFO O| Jul 27 20:44:08.440 INFO completed processing sled/zfs-recovery
96912026-07-27T20:44:09.574Z[ recovery-image] Jul 27 20:44:08.440 INFO O| Jul 27 20:44:08.440 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
96922026-07-27T20:44:10.720Z[ host-image] Jul 27 20:44:09.591 INFO O| Jul 27 20:44:09.591 INFO STEP 1 (unpack_tar) COMPLETE
96932026-07-27T20:44:10.720Z[ host-image] Jul 27 20:44:09.591 INFO O| Jul 27 20:44:09.591 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96942026-07-27T20:44:10.731Z[ host-image] Jul 27 20:44:09.602 INFO O| Jul 27 20:44:09.602 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
96952026-07-27T20:44:11.174Z[verify-libraries] Compiling oso v0.27.3
96962026-07-27T20:44:11.183Z[ host-image] Jul 27 20:44:10.054 INFO O| Jul 27 20:44:10.054 INFO STEP 2 (devfsadm) COMPLETE
96972026-07-27T20:44:11.183Z[ host-image] Jul 27 20:44:10.054 INFO O| Jul 27 20:44:10.054 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96982026-07-27T20:44:11.194Z[ host-image] Jul 27 20:44:10.065 INFO O| Jul 27 20:44:10.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96992026-07-27T20:44:11.194Z[ host-image] Jul 27 20:44:10.066 INFO O| Jul 27 20:44:10.065 INFO STEP 3 (ensure_dir) COMPLETE
97002026-07-27T20:44:11.194Z[ host-image] Jul 27 20:44:10.066 INFO O| Jul 27 20:44:10.065 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97012026-07-27T20:44:11.208Z[ host-image] Jul 27 20:44:10.079 INFO O| Jul 27 20:44:10.079 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97022026-07-27T20:44:11.208Z[ host-image] Jul 27 20:44:10.079 INFO O| Jul 27 20:44:10.079 INFO STEP 4 (ensure_dir) COMPLETE
97032026-07-27T20:44:11.212Z[ host-image] Jul 27 20:44:10.079 INFO O| Jul 27 20:44:10.079 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97042026-07-27T20:44:11.230Z[ host-image] Jul 27 20:44:10.101 INFO O| Jul 27 20:44:10.101 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97052026-07-27T20:44:11.230Z[ host-image] Jul 27 20:44:10.101 INFO O| Jul 27 20:44:10.101 INFO STEP 5 (ensure_dir) COMPLETE
97062026-07-27T20:44:11.230Z[ host-image] Jul 27 20:44:10.101 INFO O| Jul 27 20:44:10.101 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97072026-07-27T20:44:11.247Z[ host-image] Jul 27 20:44:10.118 INFO O| Jul 27 20:44:10.118 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97082026-07-27T20:44:11.251Z[ host-image] Jul 27 20:44:10.118 INFO O| Jul 27 20:44:10.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97092026-07-27T20:44:11.251Z[ host-image] Jul 27 20:44:10.118 INFO O| Jul 27 20:44:10.118 INFO STEP 6 (ensure_dir) COMPLETE
97102026-07-27T20:44:11.251Z[ host-image] Jul 27 20:44:10.118 INFO O| Jul 27 20:44:10.118 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97112026-07-27T20:44:11.258Z[ host-image] Jul 27 20:44:10.129 INFO O| Jul 27 20:44:10.129 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97122026-07-27T20:44:11.258Z[ host-image] Jul 27 20:44:10.129 INFO O| Jul 27 20:44:10.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97132026-07-27T20:44:11.261Z[ host-image] Jul 27 20:44:10.129 INFO O| Jul 27 20:44:10.129 INFO STEP 7 (ensure_dir) COMPLETE
97142026-07-27T20:44:11.262Z[ host-image] Jul 27 20:44:10.129 INFO O| Jul 27 20:44:10.129 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97152026-07-27T20:44:11.269Z[ host-image] Jul 27 20:44:10.140 INFO O| Jul 27 20:44:10.140 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97162026-07-27T20:44:11.273Z[ host-image] Jul 27 20:44:10.141 INFO O| Jul 27 20:44:10.141 INFO STEP 8 (remove_files) COMPLETE
97172026-07-27T20:44:11.273Z[ host-image] Jul 27 20:44:10.141 INFO O| Jul 27 20:44:10.141 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97182026-07-27T20:44:11.280Z[ host-image] Jul 27 20:44:10.152 INFO O| Jul 27 20:44:10.152 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97192026-07-27T20:44:11.286Z[ host-image] Jul 27 20:44:10.152 INFO O| Jul 27 20:44:10.152 INFO STEP 9 (remove_files) COMPLETE
97202026-07-27T20:44:11.286Z[ host-image] Jul 27 20:44:10.152 INFO O| Jul 27 20:44:10.152 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97212026-07-27T20:44:11.294Z[ host-image] Jul 27 20:44:10.164 INFO O| Jul 27 20:44:10.163 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97222026-07-27T20:44:11.294Z[ host-image] Jul 27 20:44:10.164 INFO O| Jul 27 20:44:10.164 INFO STEP 10 (remove_files) COMPLETE
97232026-07-27T20:44:11.294Z[ host-image] Jul 27 20:44:10.164 INFO O| Jul 27 20:44:10.164 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97242026-07-27T20:44:11.326Z[ host-image] Jul 27 20:44:10.196 INFO O| Jul 27 20:44:10.196 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97252026-07-27T20:44:11.326Z[ host-image] Jul 27 20:44:10.196 INFO O| Jul 27 20:44:10.196 INFO STEP 11 (remove_files) COMPLETE
97262026-07-27T20:44:11.329Z[ host-image] Jul 27 20:44:10.196 INFO O| Jul 27 20:44:10.196 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97272026-07-27T20:44:11.347Z[ host-image] Jul 27 20:44:10.218 INFO O| Jul 27 20:44:10.218 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97282026-07-27T20:44:11.347Z[ host-image] Jul 27 20:44:10.218 INFO O| Jul 27 20:44:10.218 INFO STEP 12 (remove_files) COMPLETE
97292026-07-27T20:44:11.347Z[ host-image] Jul 27 20:44:10.218 INFO O| Jul 27 20:44:10.218 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97302026-07-27T20:44:11.358Z[ host-image] Jul 27 20:44:10.229 INFO O| Jul 27 20:44:10.229 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97312026-07-27T20:44:11.358Z[ host-image] Jul 27 20:44:10.229 INFO O| Jul 27 20:44:10.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97322026-07-27T20:44:11.358Z[ host-image] Jul 27 20:44:10.229 INFO O| Jul 27 20:44:10.229 INFO STEP 13 (ensure_dir) COMPLETE
97332026-07-27T20:44:11.362Z[ host-image] Jul 27 20:44:10.229 INFO O| Jul 27 20:44:10.229 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97342026-07-27T20:44:11.370Z[ host-image] Jul 27 20:44:10.240 INFO O| Jul 27 20:44:10.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97352026-07-27T20:44:11.370Z[ host-image] Jul 27 20:44:10.240 INFO O| Jul 27 20:44:10.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97362026-07-27T20:44:11.371Z[ host-image] Jul 27 20:44:10.241 INFO O| Jul 27 20:44:10.241 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97372026-07-27T20:44:11.374Z[ host-image] Jul 27 20:44:10.241 INFO O| Jul 27 20:44:10.241 INFO STEP 14 (ensure_dir) COMPLETE
97382026-07-27T20:44:11.374Z[ host-image] Jul 27 20:44:10.241 INFO O| Jul 27 20:44:10.241 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97392026-07-27T20:44:11.380Z[ host-image] Jul 27 20:44:10.251 INFO O| Jul 27 20:44:10.251 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97402026-07-27T20:44:11.380Z[ host-image] Jul 27 20:44:10.251 INFO O| Jul 27 20:44:10.251 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97412026-07-27T20:44:11.384Z[ host-image] Jul 27 20:44:10.251 INFO O| Jul 27 20:44:10.251 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97422026-07-27T20:44:11.384Z[ host-image] Jul 27 20:44:10.251 INFO O| Jul 27 20:44:10.251 INFO STEP 15 (ensure_dir) COMPLETE
97432026-07-27T20:44:11.385Z[ host-image] Jul 27 20:44:10.251 INFO O| Jul 27 20:44:10.251 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97442026-07-27T20:44:11.390Z[ host-image] Jul 27 20:44:10.261 INFO O| Jul 27 20:44:10.261 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97452026-07-27T20:44:11.390Z[ host-image] Jul 27 20:44:10.261 INFO O| Jul 27 20:44:10.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97462026-07-27T20:44:11.390Z[ host-image] Jul 27 20:44:10.261 INFO O| Jul 27 20:44:10.261 INFO STEP 16 (ensure_dir) COMPLETE
97472026-07-27T20:44:11.393Z[ host-image] Jul 27 20:44:10.261 INFO O| Jul 27 20:44:10.261 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97482026-07-27T20:44:11.405Z[ host-image] Jul 27 20:44:10.272 INFO O| Jul 27 20:44:10.272 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97492026-07-27T20:44:11.408Z[ host-image] Jul 27 20:44:10.272 INFO O| Jul 27 20:44:10.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97502026-07-27T20:44:11.408Z[ host-image] Jul 27 20:44:10.272 INFO O| Jul 27 20:44:10.272 INFO STEP 17 (ensure_dir) COMPLETE
97512026-07-27T20:44:11.408Z[ host-image] Jul 27 20:44:10.272 INFO O| Jul 27 20:44:10.272 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-07-27T20:44:11.412Z[ host-image] Jul 27 20:44:10.283 INFO O| Jul 27 20:44:10.283 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97532026-07-27T20:44:11.412Z[ host-image] Jul 27 20:44:10.283 INFO O| Jul 27 20:44:10.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97542026-07-27T20:44:11.412Z[ host-image] Jul 27 20:44:10.283 INFO O| Jul 27 20:44:10.283 INFO ok!
97552026-07-27T20:44:11.412Z[ host-image] Jul 27 20:44:10.283 INFO O| Jul 27 20:44:10.283 INFO STEP 18 (ensure_symlink) COMPLETE
97562026-07-27T20:44:11.412Z[ host-image] Jul 27 20:44:10.283 INFO O| Jul 27 20:44:10.283 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-07-27T20:44:11.423Z[ host-image] Jul 27 20:44:10.294 INFO O| Jul 27 20:44:10.294 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97582026-07-27T20:44:11.423Z[ host-image] Jul 27 20:44:10.294 INFO O| Jul 27 20:44:10.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97592026-07-27T20:44:11.423Z[ host-image] Jul 27 20:44:10.294 INFO O| Jul 27 20:44:10.294 INFO ok!
97602026-07-27T20:44:11.423Z[ host-image] Jul 27 20:44:10.294 INFO O| Jul 27 20:44:10.294 INFO STEP 19 (ensure_file) COMPLETE
97612026-07-27T20:44:11.423Z[ host-image] Jul 27 20:44:10.294 INFO O| Jul 27 20:44:10.294 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97622026-07-27T20:44:11.434Z[ host-image] Jul 27 20:44:10.304 INFO O| Jul 27 20:44:10.304 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97632026-07-27T20:44:11.434Z[ host-image] Jul 27 20:44:10.304 INFO O| Jul 27 20:44:10.304 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97642026-07-27T20:44:11.437Z[ host-image] Jul 27 20:44:10.304 INFO O| Jul 27 20:44:10.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97652026-07-27T20:44:11.437Z[ host-image] Jul 27 20:44:10.304 INFO O| Jul 27 20:44:10.304 INFO ok!
97662026-07-27T20:44:11.437Z[ host-image] Jul 27 20:44:10.304 INFO O| Jul 27 20:44:10.304 INFO STEP 20 (ensure_symlink) COMPLETE
97672026-07-27T20:44:11.437Z[ host-image] Jul 27 20:44:10.304 INFO O| Jul 27 20:44:10.304 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97682026-07-27T20:44:11.444Z[ host-image] Jul 27 20:44:10.315 INFO O| Jul 27 20:44:10.315 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97692026-07-27T20:44:11.444Z[ host-image] Jul 27 20:44:10.315 INFO O| Jul 27 20:44:10.315 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97702026-07-27T20:44:11.461Z[ host-image] Jul 27 20:44:10.315 INFO O| Jul 27 20:44:10.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97712026-07-27T20:44:11.461Z[ host-image] Jul 27 20:44:10.315 INFO O| Jul 27 20:44:10.315 INFO ok!
97722026-07-27T20:44:11.461Z[ host-image] Jul 27 20:44:10.315 INFO O| Jul 27 20:44:10.315 INFO STEP 21 (ensure_symlink) COMPLETE
97732026-07-27T20:44:11.461Z[ host-image] Jul 27 20:44:10.315 INFO O| Jul 27 20:44:10.315 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97742026-07-27T20:44:11.471Z[ host-image] Jul 27 20:44:10.338 INFO O| Jul 27 20:44:10.338 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97752026-07-27T20:44:11.471Z[ host-image] Jul 27 20:44:10.339 INFO O| Jul 27 20:44:10.338 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97762026-07-27T20:44:11.471Z[ host-image] Jul 27 20:44:10.339 INFO O| Jul 27 20:44:10.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97772026-07-27T20:44:11.471Z[ host-image] Jul 27 20:44:10.339 INFO O| Jul 27 20:44:10.339 INFO ok!
97782026-07-27T20:44:11.472Z[ host-image] Jul 27 20:44:10.339 INFO O| Jul 27 20:44:10.339 INFO STEP 22 (ensure_symlink) COMPLETE
97792026-07-27T20:44:11.472Z[ host-image] Jul 27 20:44:10.339 INFO O| Jul 27 20:44:10.339 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97802026-07-27T20:44:11.480Z[ host-image] Jul 27 20:44:10.352 INFO O| Jul 27 20:44:10.352 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97812026-07-27T20:44:11.481Z[ host-image] Jul 27 20:44:10.352 INFO O| Jul 27 20:44:10.352 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97822026-07-27T20:44:11.484Z[ host-image] Jul 27 20:44:10.352 INFO O| Jul 27 20:44:10.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97832026-07-27T20:44:11.484Z[ host-image] Jul 27 20:44:10.352 INFO O| Jul 27 20:44:10.352 INFO ok!
97842026-07-27T20:44:11.484Z[ host-image] Jul 27 20:44:10.352 INFO O| Jul 27 20:44:10.352 INFO STEP 23 (ensure_symlink) COMPLETE
97852026-07-27T20:44:11.485Z[ host-image] Jul 27 20:44:10.352 INFO O| Jul 27 20:44:10.352 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97862026-07-27T20:44:11.493Z[ host-image] Jul 27 20:44:10.364 INFO O| Jul 27 20:44:10.364 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97872026-07-27T20:44:11.493Z[ host-image] Jul 27 20:44:10.364 INFO O| Jul 27 20:44:10.364 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97882026-07-27T20:44:11.496Z[ host-image] Jul 27 20:44:10.364 INFO O| Jul 27 20:44:10.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97892026-07-27T20:44:11.496Z[ host-image] Jul 27 20:44:10.364 INFO O| Jul 27 20:44:10.364 INFO ok!
97902026-07-27T20:44:11.496Z[ host-image] Jul 27 20:44:10.364 INFO O| Jul 27 20:44:10.364 INFO STEP 24 (ensure_file) COMPLETE
97912026-07-27T20:44:11.496Z[ host-image] Jul 27 20:44:10.364 INFO O| Jul 27 20:44:10.364 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97922026-07-27T20:44:11.526Z[ host-image] Jul 27 20:44:10.397 INFO O| Jul 27 20:44:10.397 INFO updating shadow file
97932026-07-27T20:44:11.527Z[ host-image] Jul 27 20:44:10.398 INFO O| Jul 27 20:44:10.398 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97942026-07-27T20:44:11.527Z[ host-image] Jul 27 20:44:10.398 INFO O| Jul 27 20:44:10.398 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97952026-07-27T20:44:11.530Z[ host-image] Jul 27 20:44:10.398 INFO O| Jul 27 20:44:10.398 INFO STEP 25 (shadow) COMPLETE
97962026-07-27T20:44:11.530Z[ host-image] Jul 27 20:44:10.398 INFO O| Jul 27 20:44:10.398 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97972026-07-27T20:44:11.540Z[ host-image] Jul 27 20:44:10.411 INFO O| Jul 27 20:44:10.411 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
97982026-07-27T20:44:11.541Z[ host-image] Jul 27 20:44:10.411 INFO O| Jul 27 20:44:10.411 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
97992026-07-27T20:44:11.545Z[ host-image] Jul 27 20:44:10.411 INFO O| Jul 27 20:44:10.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98002026-07-27T20:44:11.545Z[ host-image] Jul 27 20:44:10.411 INFO O| Jul 27 20:44:10.411 INFO ok!
98012026-07-27T20:44:11.545Z[ host-image] Jul 27 20:44:10.411 INFO O| Jul 27 20:44:10.411 INFO STEP 26 (ensure_file) COMPLETE
98022026-07-27T20:44:11.545Z[ host-image] Jul 27 20:44:10.411 INFO O| Jul 27 20:44:10.411 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98032026-07-27T20:44:11.552Z[ host-image] Jul 27 20:44:10.424 INFO O| Jul 27 20:44:10.423 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98042026-07-27T20:44:11.552Z[ host-image] Jul 27 20:44:10.424 INFO O| Jul 27 20:44:10.424 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98052026-07-27T20:44:11.553Z[ host-image] Jul 27 20:44:10.424 INFO O| Jul 27 20:44:10.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98062026-07-27T20:44:11.556Z[ host-image] Jul 27 20:44:10.424 INFO O| Jul 27 20:44:10.424 INFO ok!
98072026-07-27T20:44:11.556Z[ host-image] Jul 27 20:44:10.424 INFO O| Jul 27 20:44:10.424 INFO STEP 27 (ensure_file) COMPLETE
98082026-07-27T20:44:11.556Z[ host-image] Jul 27 20:44:10.424 INFO O| Jul 27 20:44:10.424 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98092026-07-27T20:44:11.585Z[ host-image] Jul 27 20:44:10.445 INFO O| Jul 27 20:44:10.445 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98102026-07-27T20:44:11.585Z[ host-image] Jul 27 20:44:10.445 INFO O| Jul 27 20:44:10.445 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98112026-07-27T20:44:11.585Z[ host-image] Jul 27 20:44:10.446 INFO O| Jul 27 20:44:10.446 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98122026-07-27T20:44:11.585Z[ host-image] Jul 27 20:44:10.446 INFO O| Jul 27 20:44:10.446 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98132026-07-27T20:44:11.586Z[ host-image] Jul 27 20:44:10.446 INFO O| Jul 27 20:44:10.446 INFO ok!
98142026-07-27T20:44:11.586Z[ host-image] Jul 27 20:44:10.446 INFO O| Jul 27 20:44:10.446 INFO STEP 28 (ensure_file) COMPLETE
98152026-07-27T20:44:11.586Z[ host-image] Jul 27 20:44:10.446 INFO O| Jul 27 20:44:10.446 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98162026-07-27T20:44:11.590Z[ host-image] Jul 27 20:44:10.457 INFO O| Jul 27 20:44:10.457 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98172026-07-27T20:44:11.590Z[ host-image] Jul 27 20:44:10.457 INFO O| Jul 27 20:44:10.457 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98182026-07-27T20:44:11.590Z[ host-image] Jul 27 20:44:10.457 INFO O| Jul 27 20:44:10.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98192026-07-27T20:44:11.590Z[ host-image] Jul 27 20:44:10.457 INFO O| Jul 27 20:44:10.457 INFO ok!
98202026-07-27T20:44:11.590Z[ host-image] Jul 27 20:44:10.457 INFO O| Jul 27 20:44:10.457 INFO STEP 29 (ensure_file) COMPLETE
98212026-07-27T20:44:11.590Z[ host-image] Jul 27 20:44:10.457 INFO O| Jul 27 20:44:10.457 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98222026-07-27T20:44:11.597Z[ host-image] Jul 27 20:44:10.468 INFO O| Jul 27 20:44:10.468 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98232026-07-27T20:44:11.597Z[ host-image] Jul 27 20:44:10.468 INFO O| Jul 27 20:44:10.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98242026-07-27T20:44:11.600Z[ host-image] Jul 27 20:44:10.468 INFO O| Jul 27 20:44:10.468 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98252026-07-27T20:44:11.600Z[ host-image] Jul 27 20:44:10.468 INFO O| Jul 27 20:44:10.468 INFO STEP 30 (ensure_dir) COMPLETE
98262026-07-27T20:44:11.600Z[ host-image] Jul 27 20:44:10.468 INFO O| Jul 27 20:44:10.468 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98272026-07-27T20:44:11.608Z[ host-image] Jul 27 20:44:10.479 INFO O| Jul 27 20:44:10.479 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98282026-07-27T20:44:11.608Z[ host-image] Jul 27 20:44:10.479 INFO O| Jul 27 20:44:10.479 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98292026-07-27T20:44:11.614Z[ host-image] Jul 27 20:44:10.479 INFO O| Jul 27 20:44:10.479 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98302026-07-27T20:44:11.614Z[ host-image] Jul 27 20:44:10.479 INFO O| Jul 27 20:44:10.479 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98312026-07-27T20:44:11.614Z[ host-image] Jul 27 20:44:10.479 INFO O| Jul 27 20:44:10.479 INFO ok!
98322026-07-27T20:44:11.614Z[ host-image] Jul 27 20:44:10.479 INFO O| Jul 27 20:44:10.479 INFO STEP 31 (ensure_file) COMPLETE
98332026-07-27T20:44:11.614Z[ host-image] Jul 27 20:44:10.479 INFO O| Jul 27 20:44:10.479 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-07-27T20:44:11.643Z[ host-image] Jul 27 20:44:10.509 INFO O| Jul 27 20:44:10.509 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98352026-07-27T20:44:11.643Z[ host-image] Jul 27 20:44:10.509 INFO O| Jul 27 20:44:10.509 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98362026-07-27T20:44:11.647Z[ host-image] Jul 27 20:44:10.509 INFO O| Jul 27 20:44:10.509 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98372026-07-27T20:44:11.647Z[ host-image] Jul 27 20:44:10.509 INFO O| Jul 27 20:44:10.509 INFO STEP 32 (ensure_dir) COMPLETE
98382026-07-27T20:44:11.647Z[ host-image] Jul 27 20:44:10.509 INFO O| Jul 27 20:44:10.509 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98392026-07-27T20:44:11.665Z[ host-image] Jul 27 20:44:10.529 INFO O| Jul 27 20:44:10.529 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98402026-07-27T20:44:11.665Z[ host-image] Jul 27 20:44:10.529 INFO O| Jul 27 20:44:10.529 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 ...
98412026-07-27T20:44:11.666Z[ host-image] Jul 27 20:44:10.529 INFO O| Jul 27 20:44:10.529 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
98422026-07-27T20:44:11.667Z[ host-image] Jul 27 20:44:10.529 INFO O| Jul 27 20:44:10.529 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98432026-07-27T20:44:11.667Z[ host-image] Jul 27 20:44:10.529 INFO O| Jul 27 20:44:10.529 INFO ok!
98442026-07-27T20:44:11.667Z[ host-image] Jul 27 20:44:10.529 INFO O| Jul 27 20:44:10.529 INFO STEP 33 (ensure_file) COMPLETE
98452026-07-27T20:44:11.667Z[ host-image] Jul 27 20:44:10.529 INFO O| Jul 27 20:44:10.529 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98462026-07-27T20:44:11.671Z[ host-image] Jul 27 20:44:10.541 INFO O| Jul 27 20:44:10.541 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98472026-07-27T20:44:11.671Z[ host-image] Jul 27 20:44:10.541 INFO O| Jul 27 20:44:10.541 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98482026-07-27T20:44:11.671Z[ host-image] Jul 27 20:44:10.541 INFO O| Jul 27 20:44:10.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98492026-07-27T20:44:11.671Z[ host-image] Jul 27 20:44:10.541 INFO O| Jul 27 20:44:10.541 INFO ok!
98502026-07-27T20:44:11.671Z[ host-image] Jul 27 20:44:10.541 INFO O| Jul 27 20:44:10.541 INFO STEP 34 (ensure_file) COMPLETE
98512026-07-27T20:44:11.671Z[ host-image] Jul 27 20:44:10.541 INFO O| Jul 27 20:44:10.541 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98522026-07-27T20:44:11.681Z[ host-image] Jul 27 20:44:10.552 INFO O| Jul 27 20:44:10.552 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98532026-07-27T20:44:11.681Z[ host-image] Jul 27 20:44:10.552 INFO O| Jul 27 20:44:10.552 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98542026-07-27T20:44:11.684Z[ host-image] Jul 27 20:44:10.552 INFO O| Jul 27 20:44:10.552 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98552026-07-27T20:44:11.685Z[ host-image] Jul 27 20:44:10.552 INFO O| Jul 27 20:44:10.552 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98562026-07-27T20:44:11.685Z[ host-image] Jul 27 20:44:10.552 INFO O| Jul 27 20:44:10.552 INFO ok!
98572026-07-27T20:44:11.685Z[ host-image] Jul 27 20:44:10.552 INFO O| Jul 27 20:44:10.552 INFO STEP 35 (ensure_file) COMPLETE
98582026-07-27T20:44:11.685Z[ host-image] Jul 27 20:44:10.552 INFO O| Jul 27 20:44:10.552 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98592026-07-27T20:44:11.692Z[ host-image] Jul 27 20:44:10.563 INFO O| Jul 27 20:44:10.563 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98602026-07-27T20:44:11.692Z[ host-image] Jul 27 20:44:10.563 INFO O| Jul 27 20:44:10.563 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98612026-07-27T20:44:11.695Z[ host-image] Jul 27 20:44:10.563 INFO O| Jul 27 20:44:10.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98622026-07-27T20:44:11.695Z[ host-image] Jul 27 20:44:10.563 INFO O| Jul 27 20:44:10.563 INFO ok!
98632026-07-27T20:44:11.695Z[ host-image] Jul 27 20:44:10.563 INFO O| Jul 27 20:44:10.563 INFO STEP 36 (ensure_file) COMPLETE
98642026-07-27T20:44:11.695Z[ host-image] Jul 27 20:44:10.563 INFO O| Jul 27 20:44:10.563 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98652026-07-27T20:44:11.712Z[ host-image] Jul 27 20:44:10.575 INFO O| Jul 27 20:44:10.575 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98662026-07-27T20:44:11.712Z[ host-image] Jul 27 20:44:10.575 INFO O| Jul 27 20:44:10.575 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98672026-07-27T20:44:11.712Z[ host-image] Jul 27 20:44:10.575 INFO O| Jul 27 20:44:10.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98682026-07-27T20:44:11.715Z[ host-image] Jul 27 20:44:10.575 INFO O| Jul 27 20:44:10.575 INFO ok!
98692026-07-27T20:44:11.716Z[ host-image] Jul 27 20:44:10.575 INFO O| Jul 27 20:44:10.575 INFO STEP 37 (ensure_file) COMPLETE
98702026-07-27T20:44:11.716Z[ host-image] Jul 27 20:44:10.575 INFO O| Jul 27 20:44:10.575 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98712026-07-27T20:44:11.730Z[ host-image] Jul 27 20:44:10.588 INFO O| Jul 27 20:44:10.588 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98722026-07-27T20:44:11.730Z[ host-image] Jul 27 20:44:10.588 INFO O| Jul 27 20:44:10.588 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98732026-07-27T20:44:11.730Z[ host-image] Jul 27 20:44:10.589 INFO O| Jul 27 20:44:10.588 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98742026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.589 INFO O| Jul 27 20:44:10.589 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98752026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.589 INFO O| Jul 27 20:44:10.589 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98762026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.589 INFO O| Jul 27 20:44:10.589 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98772026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.589 INFO O| Jul 27 20:44:10.589 INFO ok!
98782026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.589 INFO O| Jul 27 20:44:10.589 INFO STEP 38 (ensure_file) COMPLETE
98792026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.589 INFO O| Jul 27 20:44:10.589 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98802026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.600 INFO O| Jul 27 20:44:10.600 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98812026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.600 INFO O| Jul 27 20:44:10.600 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98822026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.600 INFO O| Jul 27 20:44:10.600 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98832026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.601 INFO O| Jul 27 20:44:10.600 INFO STEP 39 (ensure_dir) COMPLETE
98842026-07-27T20:44:11.731Z[ host-image] Jul 27 20:44:10.601 INFO O| Jul 27 20:44:10.601 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98852026-07-27T20:44:11.747Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 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
98862026-07-27T20:44:11.749Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 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 ...
98872026-07-27T20:44:11.749Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 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
98882026-07-27T20:44:11.749Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 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
98892026-07-27T20:44:11.749Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 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
98902026-07-27T20:44:11.749Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 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
98912026-07-27T20:44:11.749Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 INFO ok!
98922026-07-27T20:44:11.749Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 INFO STEP 40 (ensure_file) COMPLETE
98932026-07-27T20:44:11.749Z[ host-image] Jul 27 20:44:10.612 INFO O| Jul 27 20:44:10.612 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98942026-07-27T20:44:11.753Z[ host-image] Jul 27 20:44:10.624 INFO O| Jul 27 20:44:10.623 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
98952026-07-27T20:44:11.753Z[ host-image] Jul 27 20:44:10.624 INFO O| Jul 27 20:44:10.623 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 ...
98962026-07-27T20:44:11.753Z[ host-image] Jul 27 20:44:10.624 INFO O| Jul 27 20:44:10.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
98972026-07-27T20:44:11.754Z[ host-image] Jul 27 20:44:10.624 INFO O| Jul 27 20:44:10.624 INFO ok!
98982026-07-27T20:44:11.754Z[ host-image] Jul 27 20:44:10.624 INFO O| Jul 27 20:44:10.624 INFO STEP 41 (ensure_symlink) COMPLETE
98992026-07-27T20:44:11.754Z[ host-image] Jul 27 20:44:10.624 INFO O| Jul 27 20:44:10.624 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99002026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.634 INFO O| Jul 27 20:44:10.634 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99012026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.635 INFO O| Jul 27 20:44:10.634 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99022026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.635 INFO O| Jul 27 20:44:10.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99032026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.635 INFO O| Jul 27 20:44:10.635 INFO ok!
99042026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.635 INFO O| Jul 27 20:44:10.635 INFO STEP 42 (ensure_symlink) COMPLETE
99052026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.635 INFO O| Jul 27 20:44:10.635 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99062026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.646 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99072026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.647 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99082026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.647 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99092026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.647 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99102026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.647 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99112026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.647 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99122026-07-27T20:44:11.782Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.647 INFO ok!
99132026-07-27T20:44:11.784Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.647 INFO STEP 43 (ensure_file) COMPLETE
99142026-07-27T20:44:11.784Z[ host-image] Jul 27 20:44:10.647 INFO O| Jul 27 20:44:10.647 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99152026-07-27T20:44:11.790Z[ host-image] Jul 27 20:44:10.660 INFO O| Jul 27 20:44:10.660 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99162026-07-27T20:44:11.790Z[ host-image] Jul 27 20:44:10.660 INFO O| Jul 27 20:44:10.660 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 ...
99172026-07-27T20:44:11.790Z[ host-image] Jul 27 20:44:10.660 INFO O| Jul 27 20:44:10.660 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
99182026-07-27T20:44:11.794Z[ host-image] Jul 27 20:44:10.660 INFO O| Jul 27 20:44:10.660 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99192026-07-27T20:44:11.794Z[ host-image] Jul 27 20:44:10.660 INFO O| Jul 27 20:44:10.660 INFO ok!
99202026-07-27T20:44:11.794Z[ host-image] Jul 27 20:44:10.660 INFO O| Jul 27 20:44:10.660 INFO STEP 44 (ensure_file) COMPLETE
99212026-07-27T20:44:11.794Z[ host-image] Jul 27 20:44:10.660 INFO O| Jul 27 20:44:10.660 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99222026-07-27T20:44:11.851Z[ host-image] Jul 27 20:44:10.673 INFO O| Jul 27 20:44:10.673 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99232026-07-27T20:44:11.851Z[ host-image] Jul 27 20:44:10.673 INFO O| Jul 27 20:44:10.673 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99242026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.673 INFO O| Jul 27 20:44:10.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99252026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.673 INFO O| Jul 27 20:44:10.673 INFO ok!
99262026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.673 INFO O| Jul 27 20:44:10.673 INFO STEP 45 (ensure_file) COMPLETE
99272026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.673 INFO O| Jul 27 20:44:10.673 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99282026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.686 INFO O| Jul 27 20:44:10.686 INFO updating shadow file
99292026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.686 INFO O| Jul 27 20:44:10.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99302026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.686 INFO O| Jul 27 20:44:10.686 INFO STEP 46 (shadow) COMPLETE
99312026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.686 INFO O| Jul 27 20:44:10.686 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99322026-07-27T20:44:11.852Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99332026-07-27T20:44:11.853Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99342026-07-27T20:44:11.853Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99352026-07-27T20:44:11.853Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99362026-07-27T20:44:11.853Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO ok!
99372026-07-27T20:44:11.853Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO STEP 47 (ensure_file) COMPLETE
99382026-07-27T20:44:11.854Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99392026-07-27T20:44:11.854Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO skip step because feature "mfg" is not enabled
99402026-07-27T20:44:11.856Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99412026-07-27T20:44:11.856Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO skip step because feature "mfg" is not enabled
99422026-07-27T20:44:11.856Z[ host-image] Jul 27 20:44:10.698 INFO O| Jul 27 20:44:10.698 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99432026-07-27T20:44:11.856Z[ host-image] Jul 27 20:44:10.710 INFO O| Jul 27 20:44:10.710 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99442026-07-27T20:44:11.856Z[ host-image] Jul 27 20:44:10.710 INFO O| Jul 27 20:44:10.710 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99452026-07-27T20:44:11.878Z[ host-image] Jul 27 20:44:10.749 INFO O| Jul 27 20:44:10.749 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99462026-07-27T20:44:11.878Z[ host-image] Jul 27 20:44:10.749 INFO O| Jul 27 20:44:10.749 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99472026-07-27T20:44:11.878Z[ host-image] Jul 27 20:44:10.749 INFO O| Jul 27 20:44:10.749 INFO ok!
99482026-07-27T20:44:11.882Z[ host-image] Jul 27 20:44:10.749 INFO O| Jul 27 20:44:10.749 INFO STEP 50 (ensure_file) COMPLETE
99492026-07-27T20:44:11.882Z[ host-image] Jul 27 20:44:10.749 INFO O| Jul 27 20:44:10.749 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99502026-07-27T20:44:11.882Z[ host-image] Jul 27 20:44:10.749 INFO O| Jul 27 20:44:10.749 INFO skip step because feature "compliance" is not enabled
99512026-07-27T20:44:11.882Z[ host-image] Jul 27 20:44:10.749 INFO O| Jul 27 20:44:10.749 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99522026-07-27T20:44:11.890Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.761 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99532026-07-27T20:44:11.890Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.761 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99542026-07-27T20:44:11.895Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.762 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99552026-07-27T20:44:11.895Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.762 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99562026-07-27T20:44:11.895Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.762 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99572026-07-27T20:44:11.895Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.762 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99582026-07-27T20:44:11.895Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.762 INFO ok!
99592026-07-27T20:44:11.895Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.762 INFO STEP 52 (ensure_file) COMPLETE
99602026-07-27T20:44:11.895Z[ host-image] Jul 27 20:44:10.762 INFO O| Jul 27 20:44:10.762 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99612026-07-27T20:44:11.904Z[ host-image] Jul 27 20:44:10.776 INFO O| Jul 27 20:44:10.775 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99622026-07-27T20:44:11.904Z[ host-image] Jul 27 20:44:10.776 INFO O| Jul 27 20:44:10.776 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 ...
99632026-07-27T20:44:11.908Z[ host-image] Jul 27 20:44:10.776 INFO O| Jul 27 20:44:10.776 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
99642026-07-27T20:44:11.909Z[ host-image] Jul 27 20:44:10.776 INFO O| Jul 27 20:44:10.776 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99652026-07-27T20:44:11.909Z[ host-image] Jul 27 20:44:10.776 INFO O| Jul 27 20:44:10.776 INFO ok!
99662026-07-27T20:44:11.909Z[ host-image] Jul 27 20:44:10.776 INFO O| Jul 27 20:44:10.776 INFO STEP 53 (ensure_file) COMPLETE
99672026-07-27T20:44:11.910Z[ host-image] Jul 27 20:44:10.776 INFO O| Jul 27 20:44:10.776 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99682026-07-27T20:44:11.919Z[ host-image] Jul 27 20:44:10.789 INFO O| Jul 27 20:44:10.789 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99692026-07-27T20:44:11.919Z[ host-image] Jul 27 20:44:10.789 INFO O| Jul 27 20:44:10.789 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 ...
99702026-07-27T20:44:11.919Z[ host-image] Jul 27 20:44:10.789 INFO O| Jul 27 20:44:10.789 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99712026-07-27T20:44:11.922Z[ host-image] Jul 27 20:44:10.789 INFO O| Jul 27 20:44:10.789 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99722026-07-27T20:44:11.923Z[ host-image] Jul 27 20:44:10.789 INFO O| Jul 27 20:44:10.789 INFO ok!
99732026-07-27T20:44:11.923Z[ host-image] Jul 27 20:44:10.789 INFO O| Jul 27 20:44:10.789 INFO STEP 54 (ensure_file) COMPLETE
99742026-07-27T20:44:11.923Z[ host-image] Jul 27 20:44:10.789 INFO O| Jul 27 20:44:10.789 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99752026-07-27T20:44:11.947Z[ host-image] Jul 27 20:44:10.811 INFO O| Jul 27 20:44:10.810 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99762026-07-27T20:44:11.947Z[ host-image] Jul 27 20:44:10.811 INFO O| Jul 27 20:44:10.810 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 ...
99772026-07-27T20:44:11.948Z[ host-image] Jul 27 20:44:10.811 INFO O| Jul 27 20:44:10.811 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
99782026-07-27T20:44:11.948Z[ host-image] Jul 27 20:44:10.811 INFO O| Jul 27 20:44:10.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99792026-07-27T20:44:11.948Z[ host-image] Jul 27 20:44:10.811 INFO O| Jul 27 20:44:10.811 INFO ok!
99802026-07-27T20:44:11.948Z[ host-image] Jul 27 20:44:10.811 INFO O| Jul 27 20:44:10.811 INFO STEP 55 (ensure_file) COMPLETE
99812026-07-27T20:44:11.948Z[ host-image] Jul 27 20:44:10.811 INFO O| Jul 27 20:44:10.811 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99822026-07-27T20:44:11.962Z[ host-image] Jul 27 20:44:10.832 INFO O| Jul 27 20:44:10.832 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99832026-07-27T20:44:11.962Z[ host-image] Jul 27 20:44:10.832 INFO O| Jul 27 20:44:10.832 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 ...
99842026-07-27T20:44:11.966Z[ host-image] Jul 27 20:44:10.833 INFO O| Jul 27 20:44:10.833 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99852026-07-27T20:44:11.966Z[ host-image] Jul 27 20:44:10.833 INFO O| Jul 27 20:44:10.833 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99862026-07-27T20:44:11.966Z[ host-image] Jul 27 20:44:10.833 INFO O| Jul 27 20:44:10.833 INFO ok!
99872026-07-27T20:44:11.966Z[ host-image] Jul 27 20:44:10.833 INFO O| Jul 27 20:44:10.833 INFO STEP 56 (ensure_file) COMPLETE
99882026-07-27T20:44:11.966Z[ host-image] Jul 27 20:44:10.833 INFO O| Jul 27 20:44:10.833 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99892026-07-27T20:44:11.973Z[ host-image] Jul 27 20:44:10.844 INFO O| Jul 27 20:44:10.844 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99902026-07-27T20:44:11.973Z[ host-image] Jul 27 20:44:10.844 INFO O| Jul 27 20:44:10.844 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 ...
99912026-07-27T20:44:11.976Z[ host-image] Jul 27 20:44:10.844 INFO O| Jul 27 20:44:10.844 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
99922026-07-27T20:44:11.976Z[ host-image] Jul 27 20:44:10.844 INFO O| Jul 27 20:44:10.844 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99932026-07-27T20:44:11.977Z[ host-image] Jul 27 20:44:10.844 INFO O| Jul 27 20:44:10.844 INFO ok!
99942026-07-27T20:44:11.977Z[ host-image] Jul 27 20:44:10.844 INFO O| Jul 27 20:44:10.844 INFO STEP 57 (ensure_file) COMPLETE
99952026-07-27T20:44:11.979Z[ host-image] Jul 27 20:44:10.844 INFO O| Jul 27 20:44:10.844 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99962026-07-27T20:44:11.986Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
99972026-07-27T20:44:11.986Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 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 ...
99982026-07-27T20:44:11.990Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99992026-07-27T20:44:11.990Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100002026-07-27T20:44:11.990Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100012026-07-27T20:44:11.990Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100022026-07-27T20:44:11.990Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 INFO ok!
100032026-07-27T20:44:11.990Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 INFO STEP 58 (ensure_file) COMPLETE
100042026-07-27T20:44:11.990Z[ host-image] Jul 27 20:44:10.856 INFO O| Jul 27 20:44:10.856 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100052026-07-27T20:44:11.998Z[ host-image] Jul 27 20:44:10.869 INFO O| Jul 27 20:44:10.869 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100062026-07-27T20:44:11.998Z[ host-image] Jul 27 20:44:10.870 INFO O| Jul 27 20:44:10.869 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 ...
100072026-07-27T20:44:11.998Z[ host-image] Jul 27 20:44:10.870 INFO O| Jul 27 20:44:10.870 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
100082026-07-27T20:44:11.998Z[ host-image] Jul 27 20:44:10.870 INFO O| Jul 27 20:44:10.870 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100092026-07-27T20:44:12.004Z[ host-image] Jul 27 20:44:10.870 INFO O| Jul 27 20:44:10.870 INFO ok!
100102026-07-27T20:44:12.004Z[ host-image] Jul 27 20:44:10.870 INFO O| Jul 27 20:44:10.870 INFO STEP 59 (ensure_file) COMPLETE
100112026-07-27T20:44:12.004Z[ host-image] Jul 27 20:44:10.870 INFO O| Jul 27 20:44:10.870 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100122026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.881 INFO O| Jul 27 20:44:10.881 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100132026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.881 INFO O| Jul 27 20:44:10.881 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100142026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.881 INFO O| Jul 27 20:44:10.881 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100152026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.881 INFO O| Jul 27 20:44:10.881 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100162026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.881 INFO O| Jul 27 20:44:10.881 INFO ok!
100172026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.881 INFO O| Jul 27 20:44:10.881 INFO STEP 60 (ensure_file) COMPLETE
100182026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.881 INFO O| Jul 27 20:44:10.881 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100192026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.893 INFO O| Jul 27 20:44:10.893 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100202026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.894 INFO O| Jul 27 20:44:10.893 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 ...
100212026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.894 INFO O| Jul 27 20:44:10.894 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
100222026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.894 INFO O| Jul 27 20:44:10.894 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100232026-07-27T20:44:12.029Z[ host-image] Jul 27 20:44:10.894 INFO O| Jul 27 20:44:10.894 INFO ok!
100242026-07-27T20:44:12.030Z[ host-image] Jul 27 20:44:10.894 INFO O| Jul 27 20:44:10.894 INFO STEP 61 (ensure_file) COMPLETE
100252026-07-27T20:44:12.030Z[ host-image] Jul 27 20:44:10.894 INFO O| Jul 27 20:44:10.894 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100262026-07-27T20:44:12.034Z[ host-image] Jul 27 20:44:10.904 INFO O| Jul 27 20:44:10.904 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100272026-07-27T20:44:12.034Z[ host-image] Jul 27 20:44:10.904 INFO O| Jul 27 20:44:10.904 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100282026-07-27T20:44:12.036Z[ host-image] Jul 27 20:44:10.904 INFO O| Jul 27 20:44:10.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100292026-07-27T20:44:12.036Z[ host-image] Jul 27 20:44:10.904 INFO O| Jul 27 20:44:10.904 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100302026-07-27T20:44:12.036Z[ host-image] Jul 27 20:44:10.905 INFO O| Jul 27 20:44:10.905 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100312026-07-27T20:44:12.036Z[ host-image] Jul 27 20:44:10.905 INFO O| Jul 27 20:44:10.905 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100322026-07-27T20:44:12.036Z[ host-image] Jul 27 20:44:10.905 INFO O| Jul 27 20:44:10.905 INFO ok!
100332026-07-27T20:44:12.036Z[ host-image] Jul 27 20:44:10.905 INFO O| Jul 27 20:44:10.905 INFO STEP 62 (ensure_file) COMPLETE
100342026-07-27T20:44:12.036Z[ host-image] Jul 27 20:44:10.905 INFO O| Jul 27 20:44:10.905 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100352026-07-27T20:44:12.044Z[ host-image] Jul 27 20:44:10.915 INFO O| Jul 27 20:44:10.915 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100362026-07-27T20:44:12.044Z[ host-image] Jul 27 20:44:10.915 INFO O| Jul 27 20:44:10.915 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 ...
100372026-07-27T20:44:12.047Z[ host-image] Jul 27 20:44:10.915 INFO O| Jul 27 20:44:10.915 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
100382026-07-27T20:44:12.047Z[ host-image] Jul 27 20:44:10.915 INFO O| Jul 27 20:44:10.915 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100392026-07-27T20:44:12.049Z[ host-image] Jul 27 20:44:10.915 INFO O| Jul 27 20:44:10.915 INFO ok!
100402026-07-27T20:44:12.049Z[ host-image] Jul 27 20:44:10.915 INFO O| Jul 27 20:44:10.915 INFO STEP 63 (ensure_file) COMPLETE
100412026-07-27T20:44:12.049Z[ host-image] Jul 27 20:44:10.915 INFO O| Jul 27 20:44:10.915 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-07-27T20:44:12.054Z[ host-image] Jul 27 20:44:10.925 INFO O| Jul 27 20:44:10.924 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100432026-07-27T20:44:12.054Z[ host-image] Jul 27 20:44:10.925 INFO O| Jul 27 20:44:10.924 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 ...
100442026-07-27T20:44:12.058Z[ host-image] Jul 27 20:44:10.925 INFO O| Jul 27 20:44:10.925 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
100452026-07-27T20:44:12.058Z[ host-image] Jul 27 20:44:10.925 INFO O| Jul 27 20:44:10.925 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100462026-07-27T20:44:12.058Z[ host-image] Jul 27 20:44:10.925 INFO O| Jul 27 20:44:10.925 INFO ok!
100472026-07-27T20:44:12.058Z[ host-image] Jul 27 20:44:10.925 INFO O| Jul 27 20:44:10.925 INFO STEP 64 (ensure_file) COMPLETE
100482026-07-27T20:44:12.058Z[ host-image] Jul 27 20:44:10.925 INFO O| Jul 27 20:44:10.925 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-07-27T20:44:12.066Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100502026-07-27T20:44:12.066Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 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 ...
100512026-07-27T20:44:12.067Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 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
100522026-07-27T20:44:12.067Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100532026-07-27T20:44:12.067Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 INFO ok!
100542026-07-27T20:44:12.067Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 INFO STEP 65 (ensure_file) COMPLETE
100552026-07-27T20:44:12.071Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100562026-07-27T20:44:12.071Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 INFO skip step because feature "mbist" is not enabled
100572026-07-27T20:44:12.071Z[ host-image] Jul 27 20:44:10.934 INFO O| Jul 27 20:44:10.934 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100582026-07-27T20:44:12.075Z[ host-image] Jul 27 20:44:10.943 INFO O| Jul 27 20:44:10.943 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100592026-07-27T20:44:12.075Z[ host-image] Jul 27 20:44:10.943 INFO O| Jul 27 20:44:10.943 INFO STEP 67 (ensure_dir) COMPLETE
100602026-07-27T20:44:12.075Z[ host-image] Jul 27 20:44:10.943 INFO O| Jul 27 20:44:10.943 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612026-07-27T20:44:12.083Z[ host-image] Jul 27 20:44:10.952 INFO O| Jul 27 20:44:10.952 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100622026-07-27T20:44:12.083Z[ host-image] Jul 27 20:44:10.952 INFO O| Jul 27 20:44:10.952 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100632026-07-27T20:44:12.083Z[ host-image] Jul 27 20:44:10.952 INFO O| Jul 27 20:44:10.952 INFO STEP 68 (ensure_dir) COMPLETE
100642026-07-27T20:44:12.083Z[ host-image] Jul 27 20:44:10.952 INFO O| Jul 27 20:44:10.952 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652026-07-27T20:44:12.088Z[ host-image] Jul 27 20:44:10.960 INFO O| Jul 27 20:44:10.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100662026-07-27T20:44:12.089Z[ host-image] Jul 27 20:44:10.960 INFO O| Jul 27 20:44:10.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100672026-07-27T20:44:12.089Z[ host-image] Jul 27 20:44:10.960 INFO O| Jul 27 20:44:10.960 INFO STEP 69 (ensure_dir) COMPLETE
100682026-07-27T20:44:12.092Z[ host-image] Jul 27 20:44:10.960 INFO O| Jul 27 20:44:10.960 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100692026-07-27T20:44:12.098Z[ host-image] Jul 27 20:44:10.969 INFO O| Jul 27 20:44:10.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100702026-07-27T20:44:12.098Z[ host-image] Jul 27 20:44:10.969 INFO O| Jul 27 20:44:10.969 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100712026-07-27T20:44:12.489Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
100722026-07-27T20:44:12.726Z[ host-image] Jul 27 20:44:11.597 INFO O| Jul 27 20:44:11.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100732026-07-27T20:44:12.726Z[ host-image] Jul 27 20:44:11.597 INFO O| Jul 27 20:44:11.597 INFO ok!
100742026-07-27T20:44:12.726Z[ host-image] Jul 27 20:44:11.597 INFO O| Jul 27 20:44:11.597 INFO STEP 70 (ensure_file) COMPLETE
100752026-07-27T20:44:12.730Z[ host-image] Jul 27 20:44:11.597 INFO O| Jul 27 20:44:11.597 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762026-07-27T20:44:12.747Z[ host-image] Jul 27 20:44:11.608 INFO O| Jul 27 20:44:11.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100772026-07-27T20:44:12.747Z[ host-image] Jul 27 20:44:11.608 INFO O| Jul 27 20:44:11.608 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100782026-07-27T20:44:13.663Z[ host-image] Jul 27 20:44:12.527 INFO O| Jul 27 20:44:12.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100792026-07-27T20:44:13.663Z[ host-image] Jul 27 20:44:12.528 INFO O| Jul 27 20:44:12.527 INFO ok!
100802026-07-27T20:44:13.663Z[ host-image] Jul 27 20:44:12.528 INFO O| Jul 27 20:44:12.527 INFO STEP 71 (ensure_file) COMPLETE
100812026-07-27T20:44:13.663Z[ host-image] Jul 27 20:44:12.528 INFO O| Jul 27 20:44:12.527 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822026-07-27T20:44:13.670Z[ host-image] Jul 27 20:44:12.540 INFO O| Jul 27 20:44:12.540 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100832026-07-27T20:44:13.670Z[ host-image] Jul 27 20:44:12.540 INFO O| Jul 27 20:44:12.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100842026-07-27T20:44:13.674Z[ host-image] Jul 27 20:44:12.540 INFO O| Jul 27 20:44:12.540 INFO STEP 72 (ensure_dir) COMPLETE
100852026-07-27T20:44:13.674Z[ host-image] Jul 27 20:44:12.540 INFO O| Jul 27 20:44:12.540 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100862026-07-27T20:44:13.681Z[ host-image] Jul 27 20:44:12.552 INFO O| Jul 27 20:44:12.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100872026-07-27T20:44:13.681Z[ host-image] Jul 27 20:44:12.552 INFO O| Jul 27 20:44:12.552 INFO copying /tmp/.tmpGUTBhm/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 ...
100882026-07-27T20:44:13.684Z[ host-image] Jul 27 20:44:12.552 INFO O| Jul 27 20:44:12.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100892026-07-27T20:44:13.684Z[ host-image] Jul 27 20:44:12.552 INFO O| Jul 27 20:44:12.552 INFO ok!
100902026-07-27T20:44:13.684Z[ host-image] Jul 27 20:44:12.552 INFO O| Jul 27 20:44:12.552 INFO STEP 73 (ensure_file) COMPLETE
100912026-07-27T20:44:13.684Z[ host-image] Jul 27 20:44:12.552 INFO O| Jul 27 20:44:12.552 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100922026-07-27T20:44:13.693Z[ host-image] Jul 27 20:44:12.564 INFO O| Jul 27 20:44:12.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
100932026-07-27T20:44:13.693Z[ host-image] Jul 27 20:44:12.564 INFO O| Jul 27 20:44:12.564 INFO copying /tmp/.tmpGUTBhm/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 ...
100942026-07-27T20:44:13.697Z[ host-image] Jul 27 20:44:12.564 INFO O| Jul 27 20:44:12.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
100952026-07-27T20:44:13.697Z[ host-image] Jul 27 20:44:12.564 INFO O| Jul 27 20:44:12.564 INFO ok!
100962026-07-27T20:44:13.697Z[ host-image] Jul 27 20:44:12.564 INFO O| Jul 27 20:44:12.564 INFO STEP 74 (ensure_file) COMPLETE
100972026-07-27T20:44:13.697Z[ host-image] Jul 27 20:44:12.564 INFO O| Jul 27 20:44:12.564 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100982026-07-27T20:44:13.702Z[ host-image] Jul 27 20:44:12.574 INFO O| Jul 27 20:44:12.574 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100992026-07-27T20:44:13.703Z[ host-image] Jul 27 20:44:12.574 INFO O| Jul 27 20:44:12.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101002026-07-27T20:44:13.706Z[ host-image] Jul 27 20:44:12.574 INFO O| Jul 27 20:44:12.574 INFO STEP 75 (ensure_dir) COMPLETE
101012026-07-27T20:44:13.706Z[ host-image] Jul 27 20:44:12.574 INFO O| Jul 27 20:44:12.574 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101022026-07-27T20:44:13.714Z[ host-image] Jul 27 20:44:12.585 INFO O| Jul 27 20:44:12.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101032026-07-27T20:44:13.717Z[ host-image] Jul 27 20:44:12.585 INFO O| Jul 27 20:44:12.585 INFO copying /tmp/.tmpGUTBhm/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 ...
101042026-07-27T20:44:13.717Z[ host-image] Jul 27 20:44:12.585 INFO O| Jul 27 20:44:12.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101052026-07-27T20:44:13.717Z[ host-image] Jul 27 20:44:12.585 INFO O| Jul 27 20:44:12.585 INFO ok!
101062026-07-27T20:44:13.717Z[ host-image] Jul 27 20:44:12.585 INFO O| Jul 27 20:44:12.585 INFO STEP 76 (ensure_file) COMPLETE
101072026-07-27T20:44:13.717Z[ host-image] Jul 27 20:44:12.585 INFO O| Jul 27 20:44:12.585 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101082026-07-27T20:44:13.727Z[ host-image] Jul 27 20:44:12.598 INFO O| Jul 27 20:44:12.598 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101092026-07-27T20:44:13.727Z[ host-image] Jul 27 20:44:12.598 INFO O| Jul 27 20:44:12.598 INFO copying /tmp/.tmpGUTBhm/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 ...
101102026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.598 INFO O| Jul 27 20:44:12.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101112026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.598 INFO O| Jul 27 20:44:12.598 INFO ok!
101122026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.598 INFO O| Jul 27 20:44:12.598 INFO STEP 77 (ensure_file) COMPLETE
101132026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.598 INFO O| Jul 27 20:44:12.598 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101142026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.608 INFO O| Jul 27 20:44:12.608 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101152026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.608 INFO O| Jul 27 20:44:12.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101162026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.608 INFO O| Jul 27 20:44:12.608 INFO STEP 78 (ensure_dir) COMPLETE
101172026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.608 INFO O| Jul 27 20:44:12.608 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.620 INFO O| Jul 27 20:44:12.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101192026-07-27T20:44:13.783Z[ host-image] Jul 27 20:44:12.620 INFO O| Jul 27 20:44:12.620 INFO copying /tmp/.tmpGUTBhm/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 ...
101202026-07-27T20:44:13.784Z[ host-image] Jul 27 20:44:12.620 INFO O| Jul 27 20:44:12.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101212026-07-27T20:44:13.784Z[ host-image] Jul 27 20:44:12.620 INFO O| Jul 27 20:44:12.620 INFO ok!
101222026-07-27T20:44:13.784Z[ host-image] Jul 27 20:44:12.620 INFO O| Jul 27 20:44:12.620 INFO STEP 79 (ensure_file) COMPLETE
101232026-07-27T20:44:13.784Z[ host-image] Jul 27 20:44:12.620 INFO O| Jul 27 20:44:12.620 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242026-07-27T20:44:13.785Z[ host-image] Jul 27 20:44:12.632 INFO O| Jul 27 20:44:12.632 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101252026-07-27T20:44:13.785Z[ host-image] Jul 27 20:44:12.632 INFO O| Jul 27 20:44:12.632 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101262026-07-27T20:44:13.786Z[ host-image] Jul 27 20:44:12.633 INFO O| Jul 27 20:44:12.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101272026-07-27T20:44:13.786Z[ host-image] Jul 27 20:44:12.633 INFO O| Jul 27 20:44:12.633 INFO ok!
101282026-07-27T20:44:13.786Z[ host-image] Jul 27 20:44:12.633 INFO O| Jul 27 20:44:12.633 INFO STEP 80 (ensure_file) COMPLETE
101292026-07-27T20:44:13.786Z[ host-image] Jul 27 20:44:12.633 INFO O| Jul 27 20:44:12.633 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302026-07-27T20:44:13.786Z[ host-image] Jul 27 20:44:12.645 INFO O| Jul 27 20:44:12.645 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101312026-07-27T20:44:13.786Z[ host-image] Jul 27 20:44:12.645 INFO O| Jul 27 20:44:12.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101322026-07-27T20:44:13.786Z[ host-image] Jul 27 20:44:12.645 INFO O| Jul 27 20:44:12.645 INFO STEP 81 (ensure_dir) COMPLETE
101332026-07-27T20:44:13.786Z[ host-image] Jul 27 20:44:12.645 INFO O| Jul 27 20:44:12.645 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101342026-07-27T20:44:13.790Z[ host-image] Jul 27 20:44:12.655 INFO O| Jul 27 20:44:12.655 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101352026-07-27T20:44:13.790Z[ host-image] Jul 27 20:44:12.655 INFO O| Jul 27 20:44:12.655 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101362026-07-27T20:44:15.084Z[ host-image] Jul 27 20:44:13.381 INFO O| Jul 27 20:44:13.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101372026-07-27T20:44:15.084Z[ host-image] Jul 27 20:44:13.381 INFO O| Jul 27 20:44:13.381 INFO ok!
101382026-07-27T20:44:15.108Z[ host-image] Jul 27 20:44:13.381 INFO O| Jul 27 20:44:13.381 INFO STEP 82 (ensure_file) COMPLETE
101392026-07-27T20:44:15.108Z[ host-image] Jul 27 20:44:13.381 INFO O| Jul 27 20:44:13.381 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402026-07-27T20:44:15.108Z[ host-image] Jul 27 20:44:13.392 INFO O| Jul 27 20:44:13.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101412026-07-27T20:44:15.108Z[ host-image] Jul 27 20:44:13.392 INFO O| Jul 27 20:44:13.391 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101422026-07-27T20:44:15.108Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
101432026-07-27T20:44:15.108Z[ host-image] Jul 27 20:44:13.823 INFO O| Jul 27 20:44:13.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101442026-07-27T20:44:15.108Z[ host-image] Jul 27 20:44:13.823 INFO O| Jul 27 20:44:13.823 INFO ok!
101452026-07-27T20:44:15.108Z[ host-image] Jul 27 20:44:13.823 INFO O| Jul 27 20:44:13.823 INFO STEP 83 (ensure_file) COMPLETE
101462026-07-27T20:44:15.109Z[ host-image] Jul 27 20:44:13.823 INFO O| Jul 27 20:44:13.823 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-07-27T20:44:15.109Z[ host-image] Jul 27 20:44:13.834 INFO O| Jul 27 20:44:13.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101482026-07-27T20:44:15.109Z[ host-image] Jul 27 20:44:13.834 INFO O| Jul 27 20:44:13.834 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101492026-07-27T20:44:16.856Z[ host-image] Jul 27 20:44:15.727 INFO O| Jul 27 20:44:15.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101502026-07-27T20:44:16.856Z[ host-image] Jul 27 20:44:15.727 INFO O| Jul 27 20:44:15.727 INFO ok!
101512026-07-27T20:44:16.859Z[ host-image] Jul 27 20:44:15.727 INFO O| Jul 27 20:44:15.727 INFO STEP 84 (ensure_file) COMPLETE
101522026-07-27T20:44:16.859Z[ host-image] Jul 27 20:44:15.727 INFO O| Jul 27 20:44:15.727 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-07-27T20:44:16.869Z[ host-image] Jul 27 20:44:15.740 INFO O| Jul 27 20:44:15.740 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101542026-07-27T20:44:16.869Z[ host-image] Jul 27 20:44:15.740 INFO O| Jul 27 20:44:15.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101552026-07-27T20:44:16.872Z[ host-image] Jul 27 20:44:15.740 INFO O| Jul 27 20:44:15.740 INFO STEP 85 (ensure_dir) COMPLETE
101562026-07-27T20:44:16.872Z[ host-image] Jul 27 20:44:15.740 INFO O| Jul 27 20:44:15.740 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-07-27T20:44:16.881Z[ host-image] Jul 27 20:44:15.751 INFO O| Jul 27 20:44:15.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101582026-07-27T20:44:16.881Z[ host-image] Jul 27 20:44:15.751 INFO O| Jul 27 20:44:15.751 INFO copying /tmp/.tmpGUTBhm/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 ...
101592026-07-27T20:44:16.881Z[ host-image] Jul 27 20:44:15.751 INFO O| Jul 27 20:44:15.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101602026-07-27T20:44:16.881Z[ host-image] Jul 27 20:44:15.751 INFO O| Jul 27 20:44:15.751 INFO ok!
101612026-07-27T20:44:16.883Z[ host-image] Jul 27 20:44:15.751 INFO O| Jul 27 20:44:15.751 INFO STEP 86 (ensure_file) COMPLETE
101622026-07-27T20:44:16.883Z[ host-image] Jul 27 20:44:15.751 INFO O| Jul 27 20:44:15.751 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-07-27T20:44:16.893Z[ host-image] Jul 27 20:44:15.764 INFO O| Jul 27 20:44:15.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101642026-07-27T20:44:16.893Z[ host-image] Jul 27 20:44:15.764 INFO O| Jul 27 20:44:15.764 INFO copying /tmp/.tmpGUTBhm/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 ...
101652026-07-27T20:44:16.896Z[ host-image] Jul 27 20:44:15.764 INFO O| Jul 27 20:44:15.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101662026-07-27T20:44:16.896Z[ host-image] Jul 27 20:44:15.764 INFO O| Jul 27 20:44:15.764 INFO ok!
101672026-07-27T20:44:16.896Z[ host-image] Jul 27 20:44:15.764 INFO O| Jul 27 20:44:15.764 INFO STEP 87 (ensure_file) COMPLETE
101682026-07-27T20:44:16.896Z[ host-image] Jul 27 20:44:15.764 INFO O| Jul 27 20:44:15.764 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-07-27T20:44:16.903Z[ host-image] Jul 27 20:44:15.775 INFO O| Jul 27 20:44:15.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101702026-07-27T20:44:16.903Z[ host-image] Jul 27 20:44:15.775 INFO O| Jul 27 20:44:15.775 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101712026-07-27T20:44:16.906Z[ host-image] Jul 27 20:44:15.775 INFO O| Jul 27 20:44:15.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101722026-07-27T20:44:16.906Z[ host-image] Jul 27 20:44:15.775 INFO O| Jul 27 20:44:15.775 INFO ok!
101732026-07-27T20:44:16.906Z[ host-image] Jul 27 20:44:15.775 INFO O| Jul 27 20:44:15.775 INFO STEP 88 (ensure_file) COMPLETE
101742026-07-27T20:44:16.908Z[ host-image] Jul 27 20:44:15.775 INFO O| Jul 27 20:44:15.775 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-07-27T20:44:16.914Z[ host-image] Jul 27 20:44:15.785 INFO O| Jul 27 20:44:15.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101762026-07-27T20:44:16.914Z[ host-image] Jul 27 20:44:15.785 INFO O| Jul 27 20:44:15.785 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101772026-07-27T20:44:16.917Z[ host-image] Jul 27 20:44:15.785 INFO O| Jul 27 20:44:15.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101782026-07-27T20:44:16.917Z[ host-image] Jul 27 20:44:15.785 INFO O| Jul 27 20:44:15.785 INFO ok!
101792026-07-27T20:44:16.917Z[ host-image] Jul 27 20:44:15.785 INFO O| Jul 27 20:44:15.785 INFO STEP 89 (ensure_file) COMPLETE
101802026-07-27T20:44:16.917Z[ host-image] Jul 27 20:44:15.785 INFO O| Jul 27 20:44:15.785 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-07-27T20:44:16.933Z[ host-image] Jul 27 20:44:15.805 INFO O| Jul 27 20:44:15.804 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101822026-07-27T20:44:16.933Z[ host-image] Jul 27 20:44:15.805 INFO O| Jul 27 20:44:15.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101832026-07-27T20:44:16.933Z[ host-image] Jul 27 20:44:15.805 INFO O| Jul 27 20:44:15.805 INFO STEP 90 (ensure_dir) COMPLETE
101842026-07-27T20:44:16.933Z[ host-image] Jul 27 20:44:15.805 INFO O| Jul 27 20:44:15.805 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-07-27T20:44:16.945Z[ host-image] Jul 27 20:44:15.816 INFO O| Jul 27 20:44:15.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101862026-07-27T20:44:16.945Z[ host-image] Jul 27 20:44:15.816 INFO O| Jul 27 20:44:15.816 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101872026-07-27T20:44:16.949Z[ host-image] Jul 27 20:44:15.820 INFO O| Jul 27 20:44:15.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101882026-07-27T20:44:16.949Z[ host-image] Jul 27 20:44:15.820 INFO O| Jul 27 20:44:15.820 INFO ok!
101892026-07-27T20:44:16.949Z[ host-image] Jul 27 20:44:15.820 INFO O| Jul 27 20:44:15.820 INFO STEP 91 (ensure_file) COMPLETE
101902026-07-27T20:44:16.952Z[ host-image] Jul 27 20:44:15.820 INFO O| Jul 27 20:44:15.820 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-07-27T20:44:16.960Z[ host-image] Jul 27 20:44:15.831 INFO O| Jul 27 20:44:15.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
101922026-07-27T20:44:16.960Z[ host-image] Jul 27 20:44:15.831 INFO O| Jul 27 20:44:15.831 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
101932026-07-27T20:44:16.963Z[ host-image] Jul 27 20:44:15.831 INFO O| Jul 27 20:44:15.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
101942026-07-27T20:44:16.963Z[ host-image] Jul 27 20:44:15.831 INFO O| Jul 27 20:44:15.831 INFO ok!
101952026-07-27T20:44:16.963Z[ host-image] Jul 27 20:44:15.831 INFO O| Jul 27 20:44:15.831 INFO STEP 92 (ensure_file) COMPLETE
101962026-07-27T20:44:16.963Z[ host-image] Jul 27 20:44:15.831 INFO O| Jul 27 20:44:15.831 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-07-27T20:44:16.972Z[ host-image] Jul 27 20:44:15.844 INFO O| Jul 27 20:44:15.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
101982026-07-27T20:44:16.972Z[ host-image] Jul 27 20:44:15.844 INFO O| Jul 27 20:44:15.844 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
101992026-07-27T20:44:17.754Z[ host-image] Jul 27 20:44:16.625 INFO O| Jul 27 20:44:16.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102002026-07-27T20:44:17.754Z[ host-image] Jul 27 20:44:16.625 INFO O| Jul 27 20:44:16.625 INFO ok!
102012026-07-27T20:44:17.757Z[ host-image] Jul 27 20:44:16.625 INFO O| Jul 27 20:44:16.625 INFO STEP 93 (ensure_file) COMPLETE
102022026-07-27T20:44:17.757Z[ host-image] Jul 27 20:44:16.625 INFO O| Jul 27 20:44:16.625 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-07-27T20:44:17.765Z[ host-image] Jul 27 20:44:16.637 INFO O| Jul 27 20:44:16.637 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102042026-07-27T20:44:17.765Z[ host-image] Jul 27 20:44:16.637 INFO O| Jul 27 20:44:16.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102052026-07-27T20:44:17.768Z[ host-image] Jul 27 20:44:16.637 INFO O| Jul 27 20:44:16.637 INFO STEP 94 (ensure_dir) COMPLETE
102062026-07-27T20:44:17.768Z[ host-image] Jul 27 20:44:16.637 INFO O| Jul 27 20:44:16.637 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-07-27T20:44:17.787Z[ host-image] Jul 27 20:44:16.650 INFO O| Jul 27 20:44:16.649 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102082026-07-27T20:44:17.787Z[ host-image] Jul 27 20:44:16.650 INFO O| Jul 27 20:44:16.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102092026-07-27T20:44:17.790Z[ host-image] Jul 27 20:44:16.650 INFO O| Jul 27 20:44:16.650 INFO STEP 95 (ensure_dir) COMPLETE
102102026-07-27T20:44:17.791Z[ host-image] Jul 27 20:44:16.650 INFO O| Jul 27 20:44:16.650 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-07-27T20:44:17.793Z[ host-image] Jul 27 20:44:16.662 INFO O| Jul 27 20:44:16.662 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102122026-07-27T20:44:17.793Z[ host-image] Jul 27 20:44:16.662 INFO O| Jul 27 20:44:16.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102132026-07-27T20:44:17.794Z[ host-image] Jul 27 20:44:16.662 INFO O| Jul 27 20:44:16.662 INFO STEP 96 (ensure_dir) COMPLETE
102142026-07-27T20:44:17.794Z[ host-image] Jul 27 20:44:16.662 INFO O| Jul 27 20:44:16.662 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-07-27T20:44:17.813Z[ host-image] Jul 27 20:44:16.673 INFO O| Jul 27 20:44:16.673 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102162026-07-27T20:44:17.813Z[ host-image] Jul 27 20:44:16.673 INFO O| Jul 27 20:44:16.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102172026-07-27T20:44:17.813Z[ host-image] Jul 27 20:44:16.673 INFO O| Jul 27 20:44:16.673 INFO STEP 97 (ensure_dir) COMPLETE
102182026-07-27T20:44:17.813Z[ host-image] Jul 27 20:44:16.673 INFO O| Jul 27 20:44:16.673 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-07-27T20:44:17.813Z[ host-image] Jul 27 20:44:16.684 INFO O| Jul 27 20:44:16.684 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102202026-07-27T20:44:17.813Z[ host-image] Jul 27 20:44:16.684 INFO O| Jul 27 20:44:16.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102212026-07-27T20:44:17.813Z[ host-image] Jul 27 20:44:16.684 INFO O| Jul 27 20:44:16.684 INFO STEP 98 (ensure_dir) COMPLETE
102222026-07-27T20:44:17.813Z[ host-image] Jul 27 20:44:16.684 INFO O| Jul 27 20:44:16.684 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-07-27T20:44:17.824Z[ host-image] Jul 27 20:44:16.695 INFO O| Jul 27 20:44:16.695 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102242026-07-27T20:44:17.824Z[ host-image] Jul 27 20:44:16.695 INFO O| Jul 27 20:44:16.695 INFO copying /tmp/.tmpGUTBhm/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 ...
102252026-07-27T20:44:17.824Z[ host-image] Jul 27 20:44:16.695 INFO O| Jul 27 20:44:16.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102262026-07-27T20:44:17.875Z[ host-image] Jul 27 20:44:16.695 INFO O| Jul 27 20:44:16.695 INFO ok!
102272026-07-27T20:44:17.875Z[ host-image] Jul 27 20:44:16.695 INFO O| Jul 27 20:44:16.695 INFO STEP 99 (ensure_file) COMPLETE
102282026-07-27T20:44:17.875Z[ host-image] Jul 27 20:44:16.695 INFO O| Jul 27 20:44:16.695 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-07-27T20:44:17.875Z[ host-image] Jul 27 20:44:16.706 INFO O| Jul 27 20:44:16.706 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102302026-07-27T20:44:17.875Z[ host-image] Jul 27 20:44:16.706 INFO O| Jul 27 20:44:16.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102312026-07-27T20:44:17.875Z[ host-image] Jul 27 20:44:16.706 INFO O| Jul 27 20:44:16.706 INFO STEP 100 (ensure_dir) COMPLETE
102322026-07-27T20:44:17.875Z[ host-image] Jul 27 20:44:16.706 INFO O| Jul 27 20:44:16.706 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-07-27T20:44:17.875Z[ host-image] Jul 27 20:44:16.719 INFO O| Jul 27 20:44:16.719 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102342026-07-27T20:44:17.876Z[ host-image] Jul 27 20:44:16.719 INFO O| Jul 27 20:44:16.719 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102352026-07-27T20:44:18.531Z[ host-image] Jul 27 20:44:17.402 INFO O| Jul 27 20:44:17.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102362026-07-27T20:44:18.531Z[ host-image] Jul 27 20:44:17.403 INFO O| Jul 27 20:44:17.402 INFO ok!
102372026-07-27T20:44:18.531Z[ host-image] Jul 27 20:44:17.403 INFO O| Jul 27 20:44:17.402 INFO STEP 101 (ensure_file) COMPLETE
102382026-07-27T20:44:18.535Z[ host-image] Jul 27 20:44:17.403 INFO O| Jul 27 20:44:17.402 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-07-27T20:44:18.543Z[ host-image] Jul 27 20:44:17.414 INFO O| Jul 27 20:44:17.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102402026-07-27T20:44:18.543Z[ host-image] Jul 27 20:44:17.414 INFO O| Jul 27 20:44:17.414 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102412026-07-27T20:44:18.543Z[ host-image] Jul 27 20:44:17.414 INFO O| Jul 27 20:44:17.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102422026-07-27T20:44:18.546Z[ host-image] Jul 27 20:44:17.414 INFO O| Jul 27 20:44:17.414 INFO ok!
102432026-07-27T20:44:18.546Z[ host-image] Jul 27 20:44:17.414 INFO O| Jul 27 20:44:17.414 INFO STEP 102 (ensure_file) COMPLETE
102442026-07-27T20:44:18.546Z[ host-image] Jul 27 20:44:17.414 INFO O| Jul 27 20:44:17.414 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-07-27T20:44:18.555Z[ host-image] Jul 27 20:44:17.426 INFO O| Jul 27 20:44:17.426 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102462026-07-27T20:44:18.555Z[ host-image] Jul 27 20:44:17.426 INFO O| Jul 27 20:44:17.426 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102472026-07-27T20:44:18.562Z[ host-image] Jul 27 20:44:17.433 INFO O| Jul 27 20:44:17.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102482026-07-27T20:44:18.563Z[ host-image] Jul 27 20:44:17.433 INFO O| Jul 27 20:44:17.433 INFO ok!
102492026-07-27T20:44:18.563Z[ host-image] Jul 27 20:44:17.433 INFO O| Jul 27 20:44:17.433 INFO STEP 103 (ensure_file) COMPLETE
102502026-07-27T20:44:18.566Z[ host-image] Jul 27 20:44:17.433 INFO O| Jul 27 20:44:17.433 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-07-27T20:44:18.575Z[ host-image] Jul 27 20:44:17.446 INFO O| Jul 27 20:44:17.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102522026-07-27T20:44:18.575Z[ host-image] Jul 27 20:44:17.446 INFO O| Jul 27 20:44:17.446 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102532026-07-27T20:44:18.579Z[ host-image] Jul 27 20:44:17.446 INFO O| Jul 27 20:44:17.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102542026-07-27T20:44:18.579Z[ host-image] Jul 27 20:44:17.446 INFO O| Jul 27 20:44:17.446 INFO ok!
102552026-07-27T20:44:18.579Z[ host-image] Jul 27 20:44:17.446 INFO O| Jul 27 20:44:17.446 INFO STEP 104 (ensure_file) COMPLETE
102562026-07-27T20:44:18.579Z[ host-image] Jul 27 20:44:17.446 INFO O| Jul 27 20:44:17.446 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-07-27T20:44:18.587Z[ host-image] Jul 27 20:44:17.457 INFO O| Jul 27 20:44:17.457 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102582026-07-27T20:44:18.587Z[ host-image] Jul 27 20:44:17.457 INFO O| Jul 27 20:44:17.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102592026-07-27T20:44:18.591Z[ host-image] Jul 27 20:44:17.457 INFO O| Jul 27 20:44:17.457 INFO STEP 105 (ensure_dir) COMPLETE
102602026-07-27T20:44:18.591Z[ host-image] Jul 27 20:44:17.457 INFO O| Jul 27 20:44:17.457 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-07-27T20:44:18.597Z[ host-image] Jul 27 20:44:17.468 INFO O| Jul 27 20:44:17.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102622026-07-27T20:44:18.598Z[ host-image] Jul 27 20:44:17.468 INFO O| Jul 27 20:44:17.468 INFO copying /tmp/.tmpGUTBhm/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 ...
102632026-07-27T20:44:18.984Z[ host-image] Jul 27 20:44:17.856 INFO O| Jul 27 20:44:17.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102642026-07-27T20:44:18.984Z[ host-image] Jul 27 20:44:17.856 INFO O| Jul 27 20:44:17.856 INFO ok!
102652026-07-27T20:44:18.988Z[ host-image] Jul 27 20:44:17.856 INFO O| Jul 27 20:44:17.856 INFO STEP 106 (ensure_file) COMPLETE
102662026-07-27T20:44:18.988Z[ host-image] Jul 27 20:44:17.856 INFO O| Jul 27 20:44:17.856 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-07-27T20:44:18.996Z[ host-image] Jul 27 20:44:17.867 INFO O| Jul 27 20:44:17.867 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102682026-07-27T20:44:18.996Z[ host-image] Jul 27 20:44:17.867 INFO O| Jul 27 20:44:17.867 INFO copying /tmp/.tmpGUTBhm/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 ...
102692026-07-27T20:44:18.996Z[ host-image] Jul 27 20:44:17.867 INFO O| Jul 27 20:44:17.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102702026-07-27T20:44:18.999Z[ host-image] Jul 27 20:44:17.867 INFO O| Jul 27 20:44:17.867 INFO ok!
102712026-07-27T20:44:18.999Z[ host-image] Jul 27 20:44:17.867 INFO O| Jul 27 20:44:17.867 INFO STEP 107 (ensure_file) COMPLETE
102722026-07-27T20:44:18.999Z[ host-image] Jul 27 20:44:17.867 INFO O| Jul 27 20:44:17.867 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-07-27T20:44:19.007Z[ host-image] Jul 27 20:44:17.879 INFO O| Jul 27 20:44:17.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102742026-07-27T20:44:19.007Z[ host-image] Jul 27 20:44:17.879 INFO O| Jul 27 20:44:17.879 INFO copying /tmp/.tmpGUTBhm/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 ...
102752026-07-27T20:44:19.007Z[ host-image] Jul 27 20:44:17.879 INFO O| Jul 27 20:44:17.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102762026-07-27T20:44:19.012Z[ host-image] Jul 27 20:44:17.879 INFO O| Jul 27 20:44:17.879 INFO ok!
102772026-07-27T20:44:19.012Z[ host-image] Jul 27 20:44:17.879 INFO O| Jul 27 20:44:17.879 INFO STEP 108 (ensure_file) COMPLETE
102782026-07-27T20:44:19.012Z[ host-image] Jul 27 20:44:17.879 INFO O| Jul 27 20:44:17.879 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-07-27T20:44:19.018Z[ host-image] Jul 27 20:44:17.889 INFO O| Jul 27 20:44:17.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102802026-07-27T20:44:19.018Z[ host-image] Jul 27 20:44:17.889 INFO O| Jul 27 20:44:17.889 INFO copying /tmp/.tmpGUTBhm/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 ...
102812026-07-27T20:44:19.021Z[ host-image] Jul 27 20:44:17.889 INFO O| Jul 27 20:44:17.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102822026-07-27T20:44:19.021Z[ host-image] Jul 27 20:44:17.889 INFO O| Jul 27 20:44:17.889 INFO ok!
102832026-07-27T20:44:19.021Z[ host-image] Jul 27 20:44:17.889 INFO O| Jul 27 20:44:17.889 INFO STEP 109 (ensure_file) COMPLETE
102842026-07-27T20:44:19.021Z[ host-image] Jul 27 20:44:17.889 INFO O| Jul 27 20:44:17.889 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-07-27T20:44:19.027Z[ host-image] Jul 27 20:44:17.899 INFO O| Jul 27 20:44:17.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102862026-07-27T20:44:19.027Z[ host-image] Jul 27 20:44:17.899 INFO O| Jul 27 20:44:17.899 INFO copying /tmp/.tmpGUTBhm/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 ...
102872026-07-27T20:44:19.027Z[ host-image] Jul 27 20:44:17.899 INFO O| Jul 27 20:44:17.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102882026-07-27T20:44:19.030Z[ host-image] Jul 27 20:44:17.899 INFO O| Jul 27 20:44:17.899 INFO ok!
102892026-07-27T20:44:19.030Z[ host-image] Jul 27 20:44:17.899 INFO O| Jul 27 20:44:17.899 INFO STEP 110 (ensure_file) COMPLETE
102902026-07-27T20:44:19.032Z[ host-image] Jul 27 20:44:17.899 INFO O| Jul 27 20:44:17.899 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-07-27T20:44:19.041Z[ host-image] Jul 27 20:44:17.912 INFO O| Jul 27 20:44:17.912 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
102922026-07-27T20:44:19.041Z[ host-image] Jul 27 20:44:17.912 INFO O| Jul 27 20:44:17.912 INFO copying /tmp/.tmpGUTBhm/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 ...
102932026-07-27T20:44:19.041Z[ host-image] Jul 27 20:44:17.912 INFO O| Jul 27 20:44:17.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
102942026-07-27T20:44:19.041Z[ host-image] Jul 27 20:44:17.912 INFO O| Jul 27 20:44:17.912 INFO ok!
102952026-07-27T20:44:19.041Z[ host-image] Jul 27 20:44:17.912 INFO O| Jul 27 20:44:17.912 INFO STEP 111 (ensure_file) COMPLETE
102962026-07-27T20:44:19.041Z[ host-image] Jul 27 20:44:17.912 INFO O| Jul 27 20:44:17.912 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-07-27T20:44:19.055Z[ host-image] Jul 27 20:44:17.926 INFO O| Jul 27 20:44:17.926 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
102982026-07-27T20:44:19.055Z[ host-image] Jul 27 20:44:17.926 INFO O| Jul 27 20:44:17.926 INFO copying /tmp/.tmpGUTBhm/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 ...
102992026-07-27T20:44:19.058Z[ host-image] Jul 27 20:44:17.926 INFO O| Jul 27 20:44:17.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103002026-07-27T20:44:19.058Z[ host-image] Jul 27 20:44:17.926 INFO O| Jul 27 20:44:17.926 INFO ok!
103012026-07-27T20:44:19.058Z[ host-image] Jul 27 20:44:17.926 INFO O| Jul 27 20:44:17.926 INFO STEP 112 (ensure_file) COMPLETE
103022026-07-27T20:44:19.058Z[ host-image] Jul 27 20:44:17.926 INFO O| Jul 27 20:44:17.926 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-07-27T20:44:19.066Z[ host-image] Jul 27 20:44:17.937 INFO O| Jul 27 20:44:17.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103042026-07-27T20:44:19.068Z[ host-image] Jul 27 20:44:17.937 INFO O| Jul 27 20:44:17.937 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103052026-07-27T20:44:19.068Z[ host-image] Jul 27 20:44:17.937 INFO O| Jul 27 20:44:17.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103062026-07-27T20:44:19.071Z[ host-image] Jul 27 20:44:17.937 INFO O| Jul 27 20:44:17.937 INFO ok!
103072026-07-27T20:44:19.071Z[ host-image] Jul 27 20:44:17.937 INFO O| Jul 27 20:44:17.937 INFO STEP 113 (ensure_file) COMPLETE
103082026-07-27T20:44:19.071Z[ host-image] Jul 27 20:44:17.937 INFO O| Jul 27 20:44:17.937 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-07-27T20:44:19.077Z[ host-image] Jul 27 20:44:17.948 INFO O| Jul 27 20:44:17.948 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103102026-07-27T20:44:19.077Z[ host-image] Jul 27 20:44:17.948 INFO O| Jul 27 20:44:17.948 INFO copying /tmp/.tmpGUTBhm/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 ...
103112026-07-27T20:44:19.077Z[ host-image] Jul 27 20:44:17.948 INFO O| Jul 27 20:44:17.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103122026-07-27T20:44:19.080Z[ host-image] Jul 27 20:44:17.948 INFO O| Jul 27 20:44:17.948 INFO ok!
103132026-07-27T20:44:19.080Z[ host-image] Jul 27 20:44:17.948 INFO O| Jul 27 20:44:17.948 INFO STEP 114 (ensure_file) COMPLETE
103142026-07-27T20:44:19.080Z[ host-image] Jul 27 20:44:17.948 INFO O| Jul 27 20:44:17.948 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-07-27T20:44:19.088Z[ host-image] Jul 27 20:44:17.959 INFO O| Jul 27 20:44:17.959 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103162026-07-27T20:44:19.088Z[ host-image] Jul 27 20:44:17.959 INFO O| Jul 27 20:44:17.959 INFO copying /tmp/.tmpGUTBhm/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 ...
103172026-07-27T20:44:19.088Z[ host-image] Jul 27 20:44:17.959 INFO O| Jul 27 20:44:17.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103182026-07-27T20:44:19.092Z[ host-image] Jul 27 20:44:17.959 INFO O| Jul 27 20:44:17.959 INFO ok!
103192026-07-27T20:44:19.092Z[ host-image] Jul 27 20:44:17.959 INFO O| Jul 27 20:44:17.959 INFO STEP 115 (ensure_file) COMPLETE
103202026-07-27T20:44:19.092Z[ host-image] Jul 27 20:44:17.959 INFO O| Jul 27 20:44:17.959 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-07-27T20:44:19.099Z[ host-image] Jul 27 20:44:17.971 INFO O| Jul 27 20:44:17.971 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103222026-07-27T20:44:19.099Z[ host-image] Jul 27 20:44:17.971 INFO O| Jul 27 20:44:17.971 INFO copying /tmp/.tmpGUTBhm/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 ...
103232026-07-27T20:44:19.099Z[ host-image] Jul 27 20:44:17.971 INFO O| Jul 27 20:44:17.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103242026-07-27T20:44:19.102Z[ host-image] Jul 27 20:44:17.971 INFO O| Jul 27 20:44:17.971 INFO ok!
103252026-07-27T20:44:19.102Z[ host-image] Jul 27 20:44:17.971 INFO O| Jul 27 20:44:17.971 INFO STEP 116 (ensure_file) COMPLETE
103262026-07-27T20:44:19.102Z[ host-image] Jul 27 20:44:17.971 INFO O| Jul 27 20:44:17.971 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-07-27T20:44:19.110Z[ host-image] Jul 27 20:44:17.982 INFO O| Jul 27 20:44:17.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103282026-07-27T20:44:19.110Z[ host-image] Jul 27 20:44:17.982 INFO O| Jul 27 20:44:17.982 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103292026-07-27T20:44:19.110Z[ host-image] Jul 27 20:44:17.982 INFO O| Jul 27 20:44:17.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103302026-07-27T20:44:19.114Z[ host-image] Jul 27 20:44:17.982 INFO O| Jul 27 20:44:17.982 INFO ok!
103312026-07-27T20:44:19.115Z[ host-image] Jul 27 20:44:17.982 INFO O| Jul 27 20:44:17.982 INFO STEP 117 (ensure_file) COMPLETE
103322026-07-27T20:44:19.115Z[ host-image] Jul 27 20:44:17.982 INFO O| Jul 27 20:44:17.982 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-07-27T20:44:19.123Z[ host-image] Jul 27 20:44:17.994 INFO O| Jul 27 20:44:17.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103342026-07-27T20:44:19.123Z[ host-image] Jul 27 20:44:17.994 INFO O| Jul 27 20:44:17.994 INFO copying /tmp/.tmpGUTBhm/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 ...
103352026-07-27T20:44:19.126Z[ host-image] Jul 27 20:44:17.994 INFO O| Jul 27 20:44:17.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103362026-07-27T20:44:19.126Z[ host-image] Jul 27 20:44:17.994 INFO O| Jul 27 20:44:17.994 INFO ok!
103372026-07-27T20:44:19.126Z[ host-image] Jul 27 20:44:17.994 INFO O| Jul 27 20:44:17.994 INFO STEP 118 (ensure_file) COMPLETE
103382026-07-27T20:44:19.126Z[ host-image] Jul 27 20:44:17.994 INFO O| Jul 27 20:44:17.994 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-07-27T20:44:19.134Z[ host-image] Jul 27 20:44:18.006 INFO O| Jul 27 20:44:18.005 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103402026-07-27T20:44:19.134Z[ host-image] Jul 27 20:44:18.006 INFO O| Jul 27 20:44:18.005 INFO copying /tmp/.tmpGUTBhm/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 ...
103412026-07-27T20:44:19.134Z[ host-image] Jul 27 20:44:18.006 INFO O| Jul 27 20:44:18.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103422026-07-27T20:44:19.137Z[ host-image] Jul 27 20:44:18.006 INFO O| Jul 27 20:44:18.005 INFO ok!
103432026-07-27T20:44:19.137Z[ host-image] Jul 27 20:44:18.006 INFO O| Jul 27 20:44:18.005 INFO STEP 119 (ensure_file) COMPLETE
103442026-07-27T20:44:19.137Z[ host-image] Jul 27 20:44:18.006 INFO O| Jul 27 20:44:18.005 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-07-27T20:44:19.146Z[ host-image] Jul 27 20:44:18.017 INFO O| Jul 27 20:44:18.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103462026-07-27T20:44:19.146Z[ host-image] Jul 27 20:44:18.017 INFO O| Jul 27 20:44:18.017 INFO copying /tmp/.tmpGUTBhm/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 ...
103472026-07-27T20:44:19.149Z[ host-image] Jul 27 20:44:18.017 INFO O| Jul 27 20:44:18.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103482026-07-27T20:44:19.149Z[ host-image] Jul 27 20:44:18.017 INFO O| Jul 27 20:44:18.017 INFO ok!
103492026-07-27T20:44:19.149Z[ host-image] Jul 27 20:44:18.017 INFO O| Jul 27 20:44:18.017 INFO STEP 120 (ensure_file) COMPLETE
103502026-07-27T20:44:19.149Z[ host-image] Jul 27 20:44:18.017 INFO O| Jul 27 20:44:18.017 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-07-27T20:44:19.157Z[ host-image] Jul 27 20:44:18.028 INFO O| Jul 27 20:44:18.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103522026-07-27T20:44:19.157Z[ host-image] Jul 27 20:44:18.028 INFO O| Jul 27 20:44:18.028 INFO copying /tmp/.tmpGUTBhm/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 ...
103532026-07-27T20:44:19.160Z[ host-image] Jul 27 20:44:18.029 INFO O| Jul 27 20:44:18.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103542026-07-27T20:44:19.160Z[ host-image] Jul 27 20:44:18.029 INFO O| Jul 27 20:44:18.029 INFO ok!
103552026-07-27T20:44:19.160Z[ host-image] Jul 27 20:44:18.029 INFO O| Jul 27 20:44:18.029 INFO STEP 121 (ensure_file) COMPLETE
103562026-07-27T20:44:19.160Z[ host-image] Jul 27 20:44:18.029 INFO O| Jul 27 20:44:18.029 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-07-27T20:44:19.167Z[ host-image] Jul 27 20:44:18.039 INFO O| Jul 27 20:44:18.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103582026-07-27T20:44:19.168Z[ host-image] Jul 27 20:44:18.039 INFO O| Jul 27 20:44:18.039 INFO copying /tmp/.tmpGUTBhm/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 ...
103592026-07-27T20:44:19.168Z[ host-image] Jul 27 20:44:18.039 INFO O| Jul 27 20:44:18.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103602026-07-27T20:44:19.171Z[ host-image] Jul 27 20:44:18.039 INFO O| Jul 27 20:44:18.039 INFO ok!
103612026-07-27T20:44:19.171Z[ host-image] Jul 27 20:44:18.039 INFO O| Jul 27 20:44:18.039 INFO STEP 122 (ensure_file) COMPLETE
103622026-07-27T20:44:19.172Z[ host-image] Jul 27 20:44:18.039 INFO O| Jul 27 20:44:18.039 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103632026-07-27T20:44:19.180Z[ host-image] Jul 27 20:44:18.051 INFO O| Jul 27 20:44:18.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103642026-07-27T20:44:19.180Z[ host-image] Jul 27 20:44:18.051 INFO O| Jul 27 20:44:18.051 INFO copying /tmp/.tmpGUTBhm/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 ...
103652026-07-27T20:44:19.180Z[ host-image] Jul 27 20:44:18.051 INFO O| Jul 27 20:44:18.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103662026-07-27T20:44:19.183Z[ host-image] Jul 27 20:44:18.051 INFO O| Jul 27 20:44:18.051 INFO ok!
103672026-07-27T20:44:19.183Z[ host-image] Jul 27 20:44:18.051 INFO O| Jul 27 20:44:18.051 INFO STEP 123 (ensure_file) COMPLETE
103682026-07-27T20:44:19.183Z[ host-image] Jul 27 20:44:18.051 INFO O| Jul 27 20:44:18.051 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-07-27T20:44:19.192Z[ host-image] Jul 27 20:44:18.064 INFO O| Jul 27 20:44:18.064 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103702026-07-27T20:44:19.194Z[ host-image] Jul 27 20:44:18.064 INFO O| Jul 27 20:44:18.064 INFO copying /tmp/.tmpGUTBhm/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 ...
103712026-07-27T20:44:19.194Z[ host-image] Jul 27 20:44:18.064 INFO O| Jul 27 20:44:18.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103722026-07-27T20:44:19.197Z[ host-image] Jul 27 20:44:18.064 INFO O| Jul 27 20:44:18.064 INFO ok!
103732026-07-27T20:44:19.197Z[ host-image] Jul 27 20:44:18.064 INFO O| Jul 27 20:44:18.064 INFO STEP 124 (ensure_file) COMPLETE
103742026-07-27T20:44:19.197Z[ host-image] Jul 27 20:44:18.064 INFO O| Jul 27 20:44:18.064 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-07-27T20:44:19.208Z[ host-image] Jul 27 20:44:18.079 INFO O| Jul 27 20:44:18.077 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103762026-07-27T20:44:19.209Z[ host-image] Jul 27 20:44:18.079 INFO O| Jul 27 20:44:18.077 INFO copying /tmp/.tmpGUTBhm/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 ...
103772026-07-27T20:44:19.209Z[ host-image] Jul 27 20:44:18.079 INFO O| Jul 27 20:44:18.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103782026-07-27T20:44:19.209Z[ host-image] Jul 27 20:44:18.079 INFO O| Jul 27 20:44:18.077 INFO ok!
103792026-07-27T20:44:19.209Z[ host-image] Jul 27 20:44:18.079 INFO O| Jul 27 20:44:18.077 INFO STEP 125 (ensure_file) COMPLETE
103802026-07-27T20:44:19.212Z[ host-image] Jul 27 20:44:18.079 INFO O| Jul 27 20:44:18.077 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-07-27T20:44:19.223Z[ host-image] Jul 27 20:44:18.092 INFO O| Jul 27 20:44:18.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103822026-07-27T20:44:19.223Z[ host-image] Jul 27 20:44:18.093 INFO O| Jul 27 20:44:18.092 INFO copying /tmp/.tmpGUTBhm/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 ...
103832026-07-27T20:44:19.224Z[ host-image] Jul 27 20:44:18.093 INFO O| Jul 27 20:44:18.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103842026-07-27T20:44:19.227Z[ host-image] Jul 27 20:44:18.093 INFO O| Jul 27 20:44:18.092 INFO ok!
103852026-07-27T20:44:19.227Z[ host-image] Jul 27 20:44:18.093 INFO O| Jul 27 20:44:18.092 INFO STEP 126 (ensure_file) COMPLETE
103862026-07-27T20:44:19.227Z[ host-image] Jul 27 20:44:18.093 INFO O| Jul 27 20:44:18.092 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-07-27T20:44:19.247Z[ host-image] Jul 27 20:44:18.113 INFO O| Jul 27 20:44:18.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103882026-07-27T20:44:19.247Z[ host-image] Jul 27 20:44:18.113 INFO O| Jul 27 20:44:18.106 INFO copying /tmp/.tmpGUTBhm/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 ...
103892026-07-27T20:44:19.247Z[ host-image] Jul 27 20:44:18.113 INFO O| Jul 27 20:44:18.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
103902026-07-27T20:44:19.247Z[ host-image] Jul 27 20:44:18.113 INFO O| Jul 27 20:44:18.106 INFO ok!
103912026-07-27T20:44:19.247Z[ host-image] Jul 27 20:44:18.113 INFO O| Jul 27 20:44:18.106 INFO STEP 127 (ensure_file) COMPLETE
103922026-07-27T20:44:19.247Z[ host-image] Jul 27 20:44:18.113 INFO O| Jul 27 20:44:18.106 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-07-27T20:44:19.250Z[ host-image] Jul 27 20:44:18.118 INFO O| Jul 27 20:44:18.118 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
103942026-07-27T20:44:19.250Z[ host-image] Jul 27 20:44:18.118 INFO O| Jul 27 20:44:18.118 INFO copying /tmp/.tmpGUTBhm/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 ...
103952026-07-27T20:44:19.250Z[ host-image] Jul 27 20:44:18.118 INFO O| Jul 27 20:44:18.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
103962026-07-27T20:44:19.251Z[ host-image] Jul 27 20:44:18.118 INFO O| Jul 27 20:44:18.118 INFO ok!
103972026-07-27T20:44:19.251Z[ host-image] Jul 27 20:44:18.118 INFO O| Jul 27 20:44:18.118 INFO STEP 128 (ensure_file) COMPLETE
103982026-07-27T20:44:19.251Z[ host-image] Jul 27 20:44:18.118 INFO O| Jul 27 20:44:18.118 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-07-27T20:44:19.257Z[ host-image] Jul 27 20:44:18.129 INFO O| Jul 27 20:44:18.129 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104002026-07-27T20:44:19.258Z[ host-image] Jul 27 20:44:18.129 INFO O| Jul 27 20:44:18.129 INFO copying /tmp/.tmpGUTBhm/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 ...
104012026-07-27T20:44:19.258Z[ host-image] Jul 27 20:44:18.129 INFO O| Jul 27 20:44:18.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104022026-07-27T20:44:19.261Z[ host-image] Jul 27 20:44:18.129 INFO O| Jul 27 20:44:18.129 INFO ok!
104032026-07-27T20:44:19.261Z[ host-image] Jul 27 20:44:18.129 INFO O| Jul 27 20:44:18.129 INFO STEP 129 (ensure_file) COMPLETE
104042026-07-27T20:44:19.261Z[ host-image] Jul 27 20:44:18.129 INFO O| Jul 27 20:44:18.129 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-07-27T20:44:19.267Z[ host-image] Jul 27 20:44:18.139 INFO O| Jul 27 20:44:18.138 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104062026-07-27T20:44:19.267Z[ host-image] Jul 27 20:44:18.139 INFO O| Jul 27 20:44:18.139 INFO copying /tmp/.tmpGUTBhm/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 ...
104072026-07-27T20:44:19.272Z[ host-image] Jul 27 20:44:18.139 INFO O| Jul 27 20:44:18.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104082026-07-27T20:44:19.272Z[ host-image] Jul 27 20:44:18.139 INFO O| Jul 27 20:44:18.139 INFO ok!
104092026-07-27T20:44:19.272Z[ host-image] Jul 27 20:44:18.139 INFO O| Jul 27 20:44:18.139 INFO STEP 130 (ensure_file) COMPLETE
104102026-07-27T20:44:19.272Z[ host-image] Jul 27 20:44:18.139 INFO O| Jul 27 20:44:18.139 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-07-27T20:44:19.277Z[ host-image] Jul 27 20:44:18.148 INFO O| Jul 27 20:44:18.148 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104122026-07-27T20:44:19.280Z[ host-image] Jul 27 20:44:18.148 INFO O| Jul 27 20:44:18.148 INFO copying /tmp/.tmpGUTBhm/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 ...
104132026-07-27T20:44:19.280Z[ host-image] Jul 27 20:44:18.148 INFO O| Jul 27 20:44:18.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104142026-07-27T20:44:19.280Z[ host-image] Jul 27 20:44:18.148 INFO O| Jul 27 20:44:18.148 INFO ok!
104152026-07-27T20:44:19.280Z[ host-image] Jul 27 20:44:18.148 INFO O| Jul 27 20:44:18.148 INFO STEP 131 (ensure_file) COMPLETE
104162026-07-27T20:44:19.280Z[ host-image] Jul 27 20:44:18.148 INFO O| Jul 27 20:44:18.148 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-07-27T20:44:19.287Z[ host-image] Jul 27 20:44:18.159 INFO O| Jul 27 20:44:18.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104182026-07-27T20:44:19.287Z[ host-image] Jul 27 20:44:18.159 INFO O| Jul 27 20:44:18.159 INFO copying /tmp/.tmpGUTBhm/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 ...
104192026-07-27T20:44:19.290Z[ host-image] Jul 27 20:44:18.159 INFO O| Jul 27 20:44:18.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104202026-07-27T20:44:19.290Z[ host-image] Jul 27 20:44:18.159 INFO O| Jul 27 20:44:18.159 INFO ok!
104212026-07-27T20:44:19.290Z[ host-image] Jul 27 20:44:18.159 INFO O| Jul 27 20:44:18.159 INFO STEP 132 (ensure_file) COMPLETE
104222026-07-27T20:44:19.291Z[ host-image] Jul 27 20:44:18.159 INFO O| Jul 27 20:44:18.159 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-07-27T20:44:19.298Z[ host-image] Jul 27 20:44:18.169 INFO O| Jul 27 20:44:18.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104242026-07-27T20:44:19.298Z[ host-image] Jul 27 20:44:18.169 INFO O| Jul 27 20:44:18.169 INFO copying /tmp/.tmpGUTBhm/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 ...
104252026-07-27T20:44:19.298Z[ host-image] Jul 27 20:44:18.169 INFO O| Jul 27 20:44:18.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104262026-07-27T20:44:19.298Z[ host-image] Jul 27 20:44:18.169 INFO O| Jul 27 20:44:18.169 INFO ok!
104272026-07-27T20:44:19.301Z[ host-image] Jul 27 20:44:18.169 INFO O| Jul 27 20:44:18.169 INFO STEP 133 (ensure_file) COMPLETE
104282026-07-27T20:44:19.301Z[ host-image] Jul 27 20:44:18.169 INFO O| Jul 27 20:44:18.169 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-07-27T20:44:19.309Z[ host-image] Jul 27 20:44:18.181 INFO O| Jul 27 20:44:18.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104302026-07-27T20:44:19.310Z[ host-image] Jul 27 20:44:18.181 INFO O| Jul 27 20:44:18.181 INFO copying /tmp/.tmpGUTBhm/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 ...
104312026-07-27T20:44:19.312Z[ host-image] Jul 27 20:44:18.181 INFO O| Jul 27 20:44:18.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104322026-07-27T20:44:19.312Z[ host-image] Jul 27 20:44:18.181 INFO O| Jul 27 20:44:18.181 INFO ok!
104332026-07-27T20:44:19.312Z[ host-image] Jul 27 20:44:18.181 INFO O| Jul 27 20:44:18.181 INFO STEP 134 (ensure_file) COMPLETE
104342026-07-27T20:44:19.312Z[ host-image] Jul 27 20:44:18.181 INFO O| Jul 27 20:44:18.181 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-07-27T20:44:19.321Z[ host-image] Jul 27 20:44:18.192 INFO O| Jul 27 20:44:18.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104362026-07-27T20:44:19.321Z[ host-image] Jul 27 20:44:18.193 INFO O| Jul 27 20:44:18.192 INFO copying /tmp/.tmpGUTBhm/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 ...
104372026-07-27T20:44:19.321Z[ host-image] Jul 27 20:44:18.193 INFO O| Jul 27 20:44:18.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104382026-07-27T20:44:19.324Z[ host-image] Jul 27 20:44:18.193 INFO O| Jul 27 20:44:18.193 INFO ok!
104392026-07-27T20:44:19.324Z[ host-image] Jul 27 20:44:18.193 INFO O| Jul 27 20:44:18.193 INFO STEP 135 (ensure_file) COMPLETE
104402026-07-27T20:44:19.324Z[ host-image] Jul 27 20:44:18.193 INFO O| Jul 27 20:44:18.193 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-07-27T20:44:19.332Z[ host-image] Jul 27 20:44:18.204 INFO O| Jul 27 20:44:18.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104422026-07-27T20:44:19.332Z[ host-image] Jul 27 20:44:18.204 INFO O| Jul 27 20:44:18.204 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104432026-07-27T20:44:19.334Z[ host-image] Jul 27 20:44:18.204 INFO O| Jul 27 20:44:18.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104442026-07-27T20:44:19.337Z[ host-image] Jul 27 20:44:18.204 INFO O| Jul 27 20:44:18.204 INFO ok!
104452026-07-27T20:44:19.337Z[ host-image] Jul 27 20:44:18.204 INFO O| Jul 27 20:44:18.204 INFO STEP 136 (ensure_file) COMPLETE
104462026-07-27T20:44:19.337Z[ host-image] Jul 27 20:44:18.204 INFO O| Jul 27 20:44:18.204 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-07-27T20:44:19.343Z[ host-image] Jul 27 20:44:18.215 INFO O| Jul 27 20:44:18.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104482026-07-27T20:44:19.343Z[ host-image] Jul 27 20:44:18.215 INFO O| Jul 27 20:44:18.215 INFO copying /tmp/.tmpGUTBhm/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 ...
104492026-07-27T20:44:19.343Z[ host-image] Jul 27 20:44:18.215 INFO O| Jul 27 20:44:18.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104502026-07-27T20:44:19.346Z[ host-image] Jul 27 20:44:18.215 INFO O| Jul 27 20:44:18.215 INFO ok!
104512026-07-27T20:44:19.346Z[ host-image] Jul 27 20:44:18.215 INFO O| Jul 27 20:44:18.215 INFO STEP 137 (ensure_file) COMPLETE
104522026-07-27T20:44:19.346Z[ host-image] Jul 27 20:44:18.215 INFO O| Jul 27 20:44:18.215 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-07-27T20:44:19.370Z[ host-image] Jul 27 20:44:18.226 INFO O| Jul 27 20:44:18.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104542026-07-27T20:44:19.370Z[ host-image] Jul 27 20:44:18.227 INFO O| Jul 27 20:44:18.226 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104552026-07-27T20:44:19.375Z[ host-image] Jul 27 20:44:18.227 INFO O| Jul 27 20:44:18.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104562026-07-27T20:44:19.376Z[ host-image] Jul 27 20:44:18.227 INFO O| Jul 27 20:44:18.227 INFO ok!
104572026-07-27T20:44:19.376Z[ host-image] Jul 27 20:44:18.227 INFO O| Jul 27 20:44:18.227 INFO STEP 138 (ensure_file) COMPLETE
104582026-07-27T20:44:19.376Z[ host-image] Jul 27 20:44:18.227 INFO O| Jul 27 20:44:18.227 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-07-27T20:44:19.376Z[ host-image] Jul 27 20:44:18.238 INFO O| Jul 27 20:44:18.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104602026-07-27T20:44:19.376Z[ host-image] Jul 27 20:44:18.238 INFO O| Jul 27 20:44:18.238 INFO copying /tmp/.tmpGUTBhm/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104612026-07-27T20:44:25.900Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
104622026-07-27T20:44:26.831Z[ recovery-image] Jul 27 20:44:25.694 INFO O| Jul 27 20:44:25.694 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
104632026-07-27T20:44:27.546Z[ recovery-image] Jul 27 20:44:26.416 INFO BUILD STRING "heads/stlouis-0-gd666143ce2\n"
104642026-07-27T20:44:27.546Z[ recovery-image] Jul 27 20:44:26.416 INFO expanded image name: "recovery f20be7e/${os_short_commit} 2026-07-27 20:29" -> "recovery f20be7e/d666143 2026-07-27 20:29"
104652026-07-27T20:44:27.550Z[ recovery-image] Jul 27 20:44:26.416 INFO output artefacts stored in: "/work/os-recovery"
104662026-07-27T20:44:27.551Z[ recovery-image] Jul 27 20:44:26.416 INFO collecting git info from project "amd-firmware"...
104672026-07-27T20:44:27.617Z[ recovery-image] Jul 27 20:44:26.488 INFO collecting git info from project "dmar-report"...
104682026-07-27T20:44:27.630Z[ recovery-image] Jul 27 20:44:26.499 INFO collecting git info from project "image-builder"...
104692026-07-27T20:44:27.644Z[ recovery-image] Jul 27 20:44:26.507 INFO collecting git info from project "phbl"...
104702026-07-27T20:44:27.649Z[ recovery-image] Jul 27 20:44:26.514 INFO collecting git info from project "chelsio-t6-roms"...
104712026-07-27T20:44:27.662Z[ recovery-image] Jul 27 20:44:26.533 INFO collecting git info from project "pinprick"...
104722026-07-27T20:44:27.688Z[ recovery-image] Jul 27 20:44:26.555 INFO collecting git info from project "amd-host-image-builder"...
104732026-07-27T20:44:27.770Z[ recovery-image] Jul 27 20:44:26.642 INFO collecting git info from project "pilot"...
104742026-07-27T20:44:27.808Z[ recovery-image] Jul 27 20:44:26.675 INFO collecting git info from project "bootserver"...
104752026-07-27T20:44:27.815Z[ recovery-image] Jul 27 20:44:26.686 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104762026-07-27T20:44:28.273Z[ recovery-image] Jul 27 20:44:27.143 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104772026-07-27T20:44:28.464Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
104782026-07-27T20:44:28.751Z[ recovery-image] Jul 27 20:44:27.621 INFO creating Oxide boot image...
104792026-07-27T20:44:28.751Z[ recovery-image] Jul 27 20:44:27.622 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery f20be7e/d666143 2026-07-27 20:29", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
104802026-07-27T20:44:29.082Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
104812026-07-27T20:44:30.336Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
104822026-07-27T20:44:31.366Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
104832026-07-27T20:44:33.369Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
104842026-07-27T20:44:35.933Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
104852026-07-27T20:44:38.006Z[ host-image] Jul 27 20:44:36.872 INFO O| Jul 27 20:44:36.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104862026-07-27T20:44:38.006Z[ host-image] Jul 27 20:44:36.872 INFO O| Jul 27 20:44:36.872 INFO ok!
104872026-07-27T20:44:38.010Z[ host-image] Jul 27 20:44:36.872 INFO O| Jul 27 20:44:36.872 INFO STEP 139 (ensure_file) COMPLETE
104882026-07-27T20:44:38.011Z[ host-image] Jul 27 20:44:36.872 INFO O| Jul 27 20:44:36.872 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-07-27T20:44:38.017Z[ host-image] Jul 27 20:44:36.885 INFO O| Jul 27 20:44:36.885 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104902026-07-27T20:44:38.017Z[ host-image] Jul 27 20:44:36.885 INFO O| Jul 27 20:44:36.885 INFO STEP 140 (ensure_dir) COMPLETE
104912026-07-27T20:44:38.018Z[ host-image] Jul 27 20:44:36.885 INFO O| Jul 27 20:44:36.885 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-07-27T20:44:38.031Z[ host-image] Jul 27 20:44:36.897 INFO O| Jul 27 20:44:36.897 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104932026-07-27T20:44:38.035Z[ host-image] Jul 27 20:44:36.897 INFO O| Jul 27 20:44:36.897 INFO STEP 141 (ensure_dir) COMPLETE
104942026-07-27T20:44:38.045Z[ host-image] Jul 27 20:44:36.897 INFO O| Jul 27 20:44:36.897 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-07-27T20:44:38.045Z[ host-image] Jul 27 20:44:36.908 INFO O| Jul 27 20:44:36.908 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104962026-07-27T20:44:38.045Z[ host-image] Jul 27 20:44:36.908 INFO O| Jul 27 20:44:36.908 INFO STEP 142 (ensure_dir) COMPLETE
104972026-07-27T20:44:38.045Z[ host-image] Jul 27 20:44:36.908 INFO O| Jul 27 20:44:36.908 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-07-27T20:44:38.059Z[ host-image] Jul 27 20:44:36.920 INFO O| Jul 27 20:44:36.920 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104992026-07-27T20:44:38.067Z[ host-image] Jul 27 20:44:36.920 INFO O| Jul 27 20:44:36.920 INFO STEP 143 (ensure_dir) COMPLETE
105002026-07-27T20:44:38.067Z[ host-image] Jul 27 20:44:36.920 INFO O| Jul 27 20:44:36.920 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-07-27T20:44:38.071Z[ host-image] Jul 27 20:44:36.934 INFO O| Jul 27 20:44:36.933 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105022026-07-27T20:44:38.071Z[ host-image] Jul 27 20:44:36.934 INFO O| Jul 27 20:44:36.934 INFO copying /tmp/.tmpGUTBhm/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 ...
105032026-07-27T20:44:38.071Z[ host-image] Jul 27 20:44:36.934 INFO O| Jul 27 20:44:36.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105042026-07-27T20:44:38.071Z[ host-image] Jul 27 20:44:36.934 INFO O| Jul 27 20:44:36.934 INFO ok!
105052026-07-27T20:44:38.072Z[ host-image] Jul 27 20:44:36.934 INFO O| Jul 27 20:44:36.934 INFO STEP 144 (ensure_file) COMPLETE
105062026-07-27T20:44:38.072Z[ host-image] Jul 27 20:44:36.934 INFO O| Jul 27 20:44:36.934 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-07-27T20:44:38.079Z[ host-image] Jul 27 20:44:36.950 INFO O| Jul 27 20:44:36.949 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105082026-07-27T20:44:38.079Z[ host-image] Jul 27 20:44:36.950 INFO O| Jul 27 20:44:36.949 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105092026-07-27T20:44:38.084Z[ host-image] Jul 27 20:44:36.950 INFO O| Jul 27 20:44:36.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105102026-07-27T20:44:38.085Z[ host-image] Jul 27 20:44:36.950 INFO O| Jul 27 20:44:36.949 INFO STEP 145 (ensure_dir) COMPLETE
105112026-07-27T20:44:38.085Z[ host-image] Jul 27 20:44:36.950 INFO O| Jul 27 20:44:36.949 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-07-27T20:44:38.093Z[ host-image] Jul 27 20:44:36.963 INFO O| Jul 27 20:44:36.963 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105132026-07-27T20:44:38.093Z[ host-image] Jul 27 20:44:36.963 INFO O| Jul 27 20:44:36.963 INFO copying /tmp/.tmpGUTBhm/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105142026-07-27T20:44:38.101Z[ host-image] Jul 27 20:44:36.963 INFO O| Jul 27 20:44:36.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105152026-07-27T20:44:38.101Z[ host-image] Jul 27 20:44:36.963 INFO O| Jul 27 20:44:36.963 INFO ok!
105162026-07-27T20:44:38.101Z[ host-image] Jul 27 20:44:36.963 INFO O| Jul 27 20:44:36.963 INFO STEP 146 (ensure_file) COMPLETE
105172026-07-27T20:44:38.101Z[ host-image] Jul 27 20:44:36.963 INFO O| Jul 27 20:44:36.963 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105182026-07-27T20:44:38.114Z[ host-image] Jul 27 20:44:36.985 INFO O| Jul 27 20:44:36.985 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105192026-07-27T20:44:38.114Z[ host-image] Jul 27 20:44:36.986 INFO O| Jul 27 20:44:36.986 INFO STEP 147 (remove_files) COMPLETE
105202026-07-27T20:44:38.120Z[ host-image] Jul 27 20:44:36.986 INFO O| Jul 27 20:44:36.986 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105212026-07-27T20:44:38.127Z[ host-image] Jul 27 20:44:36.998 INFO O| Jul 27 20:44:36.998 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105222026-07-27T20:44:38.127Z[ host-image] Jul 27 20:44:36.998 INFO O| Jul 27 20:44:36.998 INFO STEP 148 (remove_files) COMPLETE
105232026-07-27T20:44:38.127Z[ host-image] Jul 27 20:44:36.998 INFO O| Jul 27 20:44:36.998 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105242026-07-27T20:44:38.177Z[ host-image] Jul 27 20:44:37.011 INFO O| Jul 27 20:44:37.011 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105252026-07-27T20:44:38.178Z[ host-image] Jul 27 20:44:37.011 INFO O| Jul 27 20:44:37.011 INFO STEP 149 (remove_files) COMPLETE
105262026-07-27T20:44:38.178Z[ host-image] Jul 27 20:44:37.011 INFO O| Jul 27 20:44:37.011 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105272026-07-27T20:44:38.178Z[ host-image] Jul 27 20:44:37.023 INFO O| Jul 27 20:44:37.023 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105282026-07-27T20:44:38.178Z[ host-image] Jul 27 20:44:37.023 INFO O| Jul 27 20:44:37.023 INFO STEP 150 (remove_files) COMPLETE
105292026-07-27T20:44:38.178Z[ host-image] Jul 27 20:44:37.023 INFO O| Jul 27 20:44:37.023 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105302026-07-27T20:44:38.178Z[ host-image] Jul 27 20:44:37.035 INFO O| Jul 27 20:44:37.035 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105312026-07-27T20:44:38.178Z[ host-image] Jul 27 20:44:37.035 INFO O| Jul 27 20:44:37.035 INFO STEP 151 (remove_files) COMPLETE
105322026-07-27T20:44:38.178Z[ host-image] Jul 27 20:44:37.035 INFO O| Jul 27 20:44:37.035 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105332026-07-27T20:44:38.204Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
105342026-07-27T20:44:38.210Z[ host-image] Jul 27 20:44:37.051 INFO O| Jul 27 20:44:37.051 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105352026-07-27T20:44:38.210Z[ host-image] Jul 27 20:44:37.051 INFO O| Jul 27 20:44:37.051 INFO STEP 152 (remove_files) COMPLETE
105362026-07-27T20:44:38.210Z[ host-image] Jul 27 20:44:37.051 INFO O| Jul 27 20:44:37.051 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105372026-07-27T20:44:38.211Z[ host-image] Jul 27 20:44:37.074 INFO O| Jul 27 20:44:37.063 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105382026-07-27T20:44:38.211Z[ host-image] Jul 27 20:44:37.074 INFO O| Jul 27 20:44:37.063 INFO STEP 153 (remove_files) COMPLETE
105392026-07-27T20:44:38.211Z[ host-image] Jul 27 20:44:37.074 INFO O| Jul 27 20:44:37.063 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105402026-07-27T20:44:38.230Z[ host-image] Jul 27 20:44:37.081 INFO O| Jul 27 20:44:37.081 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105412026-07-27T20:44:38.230Z[ host-image] Jul 27 20:44:37.081 INFO O| Jul 27 20:44:37.081 INFO STEP 154 (remove_files) COMPLETE
105422026-07-27T20:44:38.230Z[ host-image] Jul 27 20:44:37.082 INFO O| Jul 27 20:44:37.081 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105432026-07-27T20:44:38.230Z[ host-image] Jul 27 20:44:37.094 INFO O| Jul 27 20:44:37.094 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105442026-07-27T20:44:38.230Z[ host-image] Jul 27 20:44:37.094 INFO O| Jul 27 20:44:37.094 INFO STEP 155 (remove_files) COMPLETE
105452026-07-27T20:44:38.230Z[ host-image] Jul 27 20:44:37.094 INFO O| Jul 27 20:44:37.094 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105462026-07-27T20:44:38.237Z[ host-image] Jul 27 20:44:37.107 INFO O| Jul 27 20:44:37.107 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105472026-07-27T20:44:38.237Z[ host-image] Jul 27 20:44:37.107 INFO O| Jul 27 20:44:37.107 INFO STEP 156 (remove_files) COMPLETE
105482026-07-27T20:44:38.237Z[ host-image] Jul 27 20:44:37.107 INFO O| Jul 27 20:44:37.107 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105492026-07-27T20:44:38.252Z[ host-image] Jul 27 20:44:37.120 INFO O| Jul 27 20:44:37.120 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105502026-07-27T20:44:38.252Z[ host-image] Jul 27 20:44:37.120 INFO O| Jul 27 20:44:37.120 INFO STEP 157 (remove_files) COMPLETE
105512026-07-27T20:44:38.252Z[ host-image] Jul 27 20:44:37.120 INFO O| Jul 27 20:44:37.120 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105522026-07-27T20:44:38.270Z[ host-image] Jul 27 20:44:37.134 INFO O| Jul 27 20:44:37.134 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105532026-07-27T20:44:38.270Z[ host-image] Jul 27 20:44:37.134 INFO O| Jul 27 20:44:37.134 INFO STEP 158 (remove_files) COMPLETE
105542026-07-27T20:44:38.270Z[ host-image] Jul 27 20:44:37.134 INFO O| Jul 27 20:44:37.134 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105552026-07-27T20:44:38.277Z[ host-image] Jul 27 20:44:37.147 INFO O| Jul 27 20:44:37.147 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105562026-07-27T20:44:38.277Z[ host-image] Jul 27 20:44:37.147 INFO O| Jul 27 20:44:37.147 INFO STEP 159 (remove_files) COMPLETE
105572026-07-27T20:44:38.278Z[ host-image] Jul 27 20:44:37.147 INFO O| Jul 27 20:44:37.147 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105582026-07-27T20:44:38.290Z[ host-image] Jul 27 20:44:37.160 INFO O| Jul 27 20:44:37.160 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105592026-07-27T20:44:38.290Z[ host-image] Jul 27 20:44:37.160 INFO O| Jul 27 20:44:37.160 INFO STEP 160 (remove_files) COMPLETE
105602026-07-27T20:44:38.292Z[ host-image] Jul 27 20:44:37.160 INFO O| Jul 27 20:44:37.160 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105612026-07-27T20:44:38.305Z[ host-image] Jul 27 20:44:37.173 INFO O| Jul 27 20:44:37.172 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105622026-07-27T20:44:38.305Z[ host-image] Jul 27 20:44:37.173 INFO O| Jul 27 20:44:37.172 INFO STEP 161 (remove_files) COMPLETE
105632026-07-27T20:44:38.317Z[ host-image] Jul 27 20:44:37.173 INFO O| Jul 27 20:44:37.172 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105642026-07-27T20:44:38.323Z[ host-image] Jul 27 20:44:37.182 INFO O| Jul 27 20:44:37.182 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105652026-07-27T20:44:38.323Z[ host-image] Jul 27 20:44:37.182 INFO O| Jul 27 20:44:37.182 INFO STEP 162 (remove_files) COMPLETE
105662026-07-27T20:44:38.323Z[ host-image] Jul 27 20:44:37.182 INFO O| Jul 27 20:44:37.182 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105672026-07-27T20:44:38.323Z[ host-image] Jul 27 20:44:37.192 INFO O| Jul 27 20:44:37.192 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105682026-07-27T20:44:38.323Z[ host-image] Jul 27 20:44:37.192 INFO O| Jul 27 20:44:37.192 INFO STEP 163 (remove_files) COMPLETE
105692026-07-27T20:44:38.324Z[ host-image] Jul 27 20:44:37.192 INFO O| Jul 27 20:44:37.192 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105702026-07-27T20:44:38.340Z[ host-image] Jul 27 20:44:37.204 INFO O| Jul 27 20:44:37.204 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105712026-07-27T20:44:38.340Z[ host-image] Jul 27 20:44:37.204 INFO O| Jul 27 20:44:37.204 INFO STEP 164 (remove_files) COMPLETE
105722026-07-27T20:44:38.340Z[ host-image] Jul 27 20:44:37.204 INFO O| Jul 27 20:44:37.204 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105732026-07-27T20:44:38.369Z[ host-image] Jul 27 20:44:37.216 INFO O| Jul 27 20:44:37.216 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105742026-07-27T20:44:38.369Z[ host-image] Jul 27 20:44:37.216 INFO O| Jul 27 20:44:37.216 INFO STEP 165 (remove_files) COMPLETE
105752026-07-27T20:44:38.369Z[ host-image] Jul 27 20:44:37.216 INFO O| Jul 27 20:44:37.216 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-07-27T20:44:38.388Z[ host-image] Jul 27 20:44:37.229 INFO O| Jul 27 20:44:37.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105772026-07-27T20:44:38.388Z[ host-image] Jul 27 20:44:37.229 INFO O| Jul 27 20:44:37.229 INFO STEP 166 (remove_files) COMPLETE
105782026-07-27T20:44:38.388Z[ host-image] Jul 27 20:44:37.229 INFO O| Jul 27 20:44:37.229 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-07-27T20:44:38.389Z[ host-image] Jul 27 20:44:37.242 INFO O| Jul 27 20:44:37.242 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105802026-07-27T20:44:38.389Z[ host-image] Jul 27 20:44:37.242 INFO O| Jul 27 20:44:37.242 INFO STEP 167 (remove_files) COMPLETE
105812026-07-27T20:44:38.389Z[ host-image] Jul 27 20:44:37.242 INFO O| Jul 27 20:44:37.242 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-07-27T20:44:38.389Z[ host-image] Jul 27 20:44:37.254 INFO O| Jul 27 20:44:37.254 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105832026-07-27T20:44:38.389Z[ host-image] Jul 27 20:44:37.254 INFO O| Jul 27 20:44:37.254 INFO STEP 168 (remove_files) COMPLETE
105842026-07-27T20:44:38.394Z[ host-image] Jul 27 20:44:37.254 INFO O| Jul 27 20:44:37.254 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-07-27T20:44:38.417Z[ host-image] Jul 27 20:44:37.267 INFO O| Jul 27 20:44:37.267 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105862026-07-27T20:44:38.418Z[ host-image] Jul 27 20:44:37.267 INFO O| Jul 27 20:44:37.267 INFO STEP 169 (remove_files) COMPLETE
105872026-07-27T20:44:38.418Z[ host-image] Jul 27 20:44:37.267 INFO O| Jul 27 20:44:37.267 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-07-27T20:44:38.424Z[ host-image] Jul 27 20:44:37.290 INFO O| Jul 27 20:44:37.290 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105892026-07-27T20:44:38.425Z[ host-image] Jul 27 20:44:37.290 INFO O| Jul 27 20:44:37.290 INFO STEP 170 (remove_files) COMPLETE
105902026-07-27T20:44:38.425Z[ host-image] Jul 27 20:44:37.290 INFO O| Jul 27 20:44:37.290 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-07-27T20:44:38.440Z[ host-image] Jul 27 20:44:37.301 INFO O| Jul 27 20:44:37.301 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105922026-07-27T20:44:38.440Z[ host-image] Jul 27 20:44:37.302 INFO O| Jul 27 20:44:37.301 INFO STEP 171 (remove_files) COMPLETE
105932026-07-27T20:44:38.443Z[ host-image] Jul 27 20:44:37.302 INFO O| Jul 27 20:44:37.301 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-07-27T20:44:38.443Z[ host-image] Jul 27 20:44:37.313 INFO O| Jul 27 20:44:37.313 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105952026-07-27T20:44:38.448Z[ host-image] Jul 27 20:44:37.313 INFO O| Jul 27 20:44:37.313 INFO STEP 172 (remove_files) COMPLETE
105962026-07-27T20:44:38.449Z[ host-image] Jul 27 20:44:37.313 INFO O| Jul 27 20:44:37.313 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-07-27T20:44:38.479Z[ host-image] Jul 27 20:44:37.339 INFO O| Jul 27 20:44:37.324 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105982026-07-27T20:44:38.480Z[ host-image] Jul 27 20:44:37.339 INFO O| Jul 27 20:44:37.324 INFO STEP 173 (remove_files) COMPLETE
105992026-07-27T20:44:38.480Z[ host-image] Jul 27 20:44:37.339 INFO O| Jul 27 20:44:37.324 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-07-27T20:44:38.480Z[ host-image] Jul 27 20:44:37.339 INFO O| Jul 27 20:44:37.335 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106012026-07-27T20:44:38.480Z[ host-image] Jul 27 20:44:37.339 INFO O| Jul 27 20:44:37.335 INFO STEP 174 (remove_files) COMPLETE
106022026-07-27T20:44:38.480Z[ host-image] Jul 27 20:44:37.339 INFO O| Jul 27 20:44:37.335 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-07-27T20:44:38.480Z[ host-image] Jul 27 20:44:37.345 INFO O| Jul 27 20:44:37.345 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106042026-07-27T20:44:38.480Z[ host-image] Jul 27 20:44:37.345 INFO O| Jul 27 20:44:37.345 INFO STEP 175 (remove_files) COMPLETE
106052026-07-27T20:44:38.480Z[ host-image] Jul 27 20:44:37.345 INFO O| Jul 27 20:44:37.345 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106062026-07-27T20:44:38.511Z[ host-image] Jul 27 20:44:37.361 INFO O| Jul 27 20:44:37.361 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106072026-07-27T20:44:38.512Z[ host-image] Jul 27 20:44:37.361 INFO O| Jul 27 20:44:37.361 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106082026-07-27T20:44:39.772Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
106092026-07-27T20:44:44.363Z[ host-image] Jul 27 20:44:43.233 INFO O| Jul 27 20:44:43.233 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
106102026-07-27T20:44:44.371Z[ host-image] Jul 27 20:44:43.233 INFO O| Jul 27 20:44:43.233 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106112026-07-27T20:44:44.384Z[ host-image] Jul 27 20:44:43.246 INFO O| Jul 27 20:44:43.246 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106122026-07-27T20:44:44.478Z[ host-image] Jul 27 20:44:43.349 INFO O| Jul 27 20:44:43.349 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.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"}
106132026-07-27T20:44:44.541Z[ host-image] Jul 27 20:44:43.410 INFO O| Jul 27 20:44:43.410 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
106142026-07-27T20:44:44.608Z[ host-image] Jul 27 20:44:43.479 INFO O| Jul 27 20:44:43.479 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106152026-07-27T20:44:44.608Z[ host-image] Jul 27 20:44:43.479 INFO O| Jul 27 20:44:43.479 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106162026-07-27T20:44:44.623Z[ host-image] Jul 27 20:44:43.480 INFO O| Jul 27 20:44:43.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106172026-07-27T20:44:44.623Z[ host-image] Jul 27 20:44:43.480 INFO O| Jul 27 20:44:43.480 INFO ok!
106182026-07-27T20:44:44.623Z[ host-image] Jul 27 20:44:43.480 INFO O| Jul 27 20:44:43.480 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106192026-07-27T20:44:44.623Z[ host-image] Jul 27 20:44:43.480 INFO O| Jul 27 20:44:43.480 INFO STEP 176 (seed_smf) COMPLETE
106202026-07-27T20:44:44.623Z[ host-image] Jul 27 20:44:43.480 INFO O| Jul 27 20:44:43.480 INFO steps complete; finalising image!
106212026-07-27T20:44:44.623Z[ host-image] Jul 27 20:44:43.480 INFO O| Jul 27 20:44:43.480 INFO TRIM POOL: TEMPORARY-sled-zfs
106222026-07-27T20:44:46.676Z[ host-image] Jul 27 20:44:43.590 INFO O| Jul 27 20:44:43.590 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Mon Jul 27 20:44:43 2026)
106232026-07-27T20:44:46.707Z[ host-image] Jul 27 20:44:43.796 INFO O| Jul 27 20:44:43.796 INFO trim TEMPORARY-sled-zfs: (91% trimmed, started at Mon Jul 27 20:44:43 2026)
106242026-07-27T20:44:46.707Z[ host-image] Jul 27 20:44:44.014 INFO O| Jul 27 20:44:44.014 INFO temporary pool has 901M used, 123M avail, 1.80x compressratio
106252026-07-27T20:44:46.707Z[ host-image] Jul 27 20:44:44.014 INFO O| Jul 27 20:44:44.014 INFO EXPORT POOL: TEMPORARY-sled-zfs
106262026-07-27T20:44:46.707Z[ host-image] Jul 27 20:44:44.382 INFO O| Jul 27 20:44:44.382 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106272026-07-27T20:44:46.707Z[ host-image] Jul 27 20:44:44.382 INFO O| Jul 27 20:44:44.382 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106282026-07-27T20:44:46.911Z[ host-image] Jul 27 20:44:45.334 INFO O| Jul 27 20:44:45.334 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106292026-07-27T20:44:46.911Z[ host-image] Jul 27 20:44:45.334 INFO O| Jul 27 20:44:45.334 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106302026-07-27T20:44:46.911Z[ host-image] Jul 27 20:44:45.334 INFO O| Jul 27 20:44:45.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106312026-07-27T20:44:46.911Z[ host-image] Jul 27 20:44:45.334 INFO O| Jul 27 20:44:45.334 INFO completed processing sled/zfs
106322026-07-27T20:44:46.911Z[ host-image] Jul 27 20:44:45.334 INFO O| Jul 27 20:44:45.334 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106332026-07-27T20:44:47.162Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
106342026-07-27T20:44:52.790Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106352026-07-27T20:45:04.615Z[ host-image] Jul 27 20:45:03.416 INFO O| Jul 27 20:45:03.416 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
106362026-07-27T20:45:04.736Z[ host-image] Jul 27 20:45:03.591 INFO BUILD STRING "heads/stlouis-0-gd666143ce2\n"
106372026-07-27T20:45:04.736Z[ host-image] Jul 27 20:45:03.591 INFO expanded image name: "ci f20be7e/${os_short_commit} 2026-07-27 20:29" -> "ci f20be7e/d666143 2026-07-27 20:29"
106382026-07-27T20:45:04.746Z[ host-image] Jul 27 20:45:03.591 INFO output artefacts stored in: "/work/os-host"
106392026-07-27T20:45:04.746Z[ host-image] Jul 27 20:45:03.591 INFO collecting git info from project "amd-firmware"...
106402026-07-27T20:45:04.746Z[ host-image] Jul 27 20:45:03.604 INFO collecting git info from project "dmar-report"...
106412026-07-27T20:45:04.747Z[ host-image] Jul 27 20:45:03.609 INFO collecting git info from project "image-builder"...
106422026-07-27T20:45:04.755Z[ host-image] Jul 27 20:45:03.614 INFO collecting git info from project "phbl"...
106432026-07-27T20:45:04.755Z[ host-image] Jul 27 20:45:03.619 INFO collecting git info from project "chelsio-t6-roms"...
106442026-07-27T20:45:04.764Z[ host-image] Jul 27 20:45:03.624 INFO collecting git info from project "pinprick"...
106452026-07-27T20:45:04.764Z[ host-image] Jul 27 20:45:03.629 INFO collecting git info from project "amd-host-image-builder"...
106462026-07-27T20:45:04.771Z[ host-image] Jul 27 20:45:03.635 INFO collecting git info from project "pilot"...
106472026-07-27T20:45:04.776Z[ host-image] Jul 27 20:45:03.640 INFO collecting git info from project "bootserver"...
106482026-07-27T20:45:04.786Z[ host-image] Jul 27 20:45:03.646 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106492026-07-27T20:45:05.068Z[ host-image] Jul 27 20:45:03.939 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106502026-07-27T20:45:05.357Z[ host-image] Jul 27 20:45:04.227 INFO creating Oxide boot image...
106512026-07-27T20:45:05.357Z[ host-image] Jul 27 20:45:04.227 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci f20be7e/d666143 2026-07-27 20:29", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106522026-07-27T20:45:06.400Z[ host-image] Jul 27 20:45:05.270 INFO O| ok, image written!
106532026-07-27T20:45:06.400Z[ host-image] Jul 27 20:45:05.270 INFO O| ok, boot_image_csum file written!
106542026-07-27T20:45:06.403Z[ host-image] Jul 27 20:45:05.273 INFO creating boot archive (CPIO)...
106552026-07-27T20:45:06.403Z[ host-image] Jul 27 20:45:05.273 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
106562026-07-27T20:45:06.407Z[ host-image] Jul 27 20:45:05.277 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106572026-07-27T20:45:06.407Z[ host-image] Jul 27 20:45:05.277 INFO E| + outfile=/work/os-host/cpio
106582026-07-27T20:45:06.407Z[ host-image] Jul 27 20:45:05.277 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106592026-07-27T20:45:06.410Z[ host-image] Jul 27 20:45:05.279 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106602026-07-27T20:45:06.411Z[ host-image] Jul 27 20:45:05.279 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106612026-07-27T20:45:06.434Z[ host-image] Jul 27 20:45:05.304 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106622026-07-27T20:45:06.438Z[ host-image] Jul 27 20:45:05.304 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106632026-07-27T20:45:06.442Z[ host-image] Jul 27 20:45:05.309 INFO creating compressed cpio/unix for dev loaders...
106642026-07-27T20:45:06.442Z[ host-image] Jul 27 20:45:05.309 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
106652026-07-27T20:45:06.664Z[ host-image] Jul 27 20:45:05.532 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
106662026-07-27T20:45:09.908Z[ host-image] Jul 27 20:45:08.778 INFO creating reset image...
106672026-07-27T20:45:09.909Z[ host-image] Jul 27 20:45:08.778 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")
106682026-07-27T20:45:10.146Z[ host-image] Jul 27 20:45:09.017 INFO E| Updating crates.io index
106692026-07-27T20:45:10.245Z[ host-image] Jul 27 20:45:09.115 INFO E| Downloading crates ...
106702026-07-27T20:45:10.286Z[ host-image] Jul 27 20:45:09.157 INFO E| Downloaded colorchoice v1.0.5
106712026-07-27T20:45:10.290Z[ host-image] Jul 27 20:45:09.158 INFO E| Downloaded shared_thread v0.2.0
106722026-07-27T20:45:10.290Z[ host-image] Jul 27 20:45:09.160 INFO E| Downloaded clap_lex v1.1.0
106732026-07-27T20:45:10.294Z[ host-image] Jul 27 20:45:09.164 INFO E| Downloaded os_pipe v1.2.3
106742026-07-27T20:45:10.299Z[ host-image] Jul 27 20:45:09.166 INFO E| Downloaded shared_child v1.1.1
106752026-07-27T20:45:10.299Z[ host-image] Jul 27 20:45:09.167 INFO E| Downloaded sigchld v0.2.4
106762026-07-27T20:45:10.299Z[ host-image] Jul 27 20:45:09.169 INFO E| Downloaded duct v1.1.1
106772026-07-27T20:45:10.332Z[ host-image] Jul 27 20:45:09.203 INFO E| Compiling libc v0.2.186
106782026-07-27T20:45:10.332Z[ host-image] Jul 27 20:45:09.203 INFO E| Compiling proc-macro2 v1.0.106
106792026-07-27T20:45:10.333Z[ host-image] Jul 27 20:45:09.203 INFO E| Compiling signal-hook v0.3.18
106802026-07-27T20:45:10.333Z[ host-image] Jul 27 20:45:09.203 INFO E| Compiling unicode-ident v1.0.24
106812026-07-27T20:45:10.337Z[ host-image] Jul 27 20:45:09.203 INFO E| Compiling quote v1.0.45
106822026-07-27T20:45:10.337Z[ host-image] Jul 27 20:45:09.204 INFO E| Compiling utf8parse v0.2.2
106832026-07-27T20:45:10.337Z[ host-image] Jul 27 20:45:09.204 INFO E| Compiling is_terminal_polyfill v1.70.2
106842026-07-27T20:45:10.337Z[ host-image] Jul 27 20:45:09.204 INFO E| Compiling colorchoice v1.0.5
106852026-07-27T20:45:10.338Z[ host-image] Jul 27 20:45:09.204 INFO E| Compiling anstyle-query v1.1.5
106862026-07-27T20:45:10.338Z[ host-image] Jul 27 20:45:09.204 INFO E| Compiling anstyle v1.0.14
106872026-07-27T20:45:10.338Z[ host-image] Jul 27 20:45:09.204 INFO E| Compiling strsim v0.11.1
106882026-07-27T20:45:10.343Z[ host-image] Jul 27 20:45:09.214 INFO E| Compiling heck v0.5.0
106892026-07-27T20:45:10.346Z[ host-image] Jul 27 20:45:09.214 INFO E| Compiling clap_lex v1.1.0
106902026-07-27T20:45:10.346Z[ host-image] Jul 27 20:45:09.214 INFO E| Compiling shared_thread v0.2.0
106912026-07-27T20:45:10.451Z[ host-image] Jul 27 20:45:09.322 INFO E| Compiling anstyle-parse v1.0.0
106922026-07-27T20:45:10.588Z[ host-image] Jul 27 20:45:09.459 INFO E| Compiling anstream v1.0.0
106932026-07-27T20:45:10.779Z[ host-image] Jul 27 20:45:09.649 INFO E| Compiling clap_builder v4.6.0
106942026-07-27T20:45:11.065Z[ host-image] Jul 27 20:45:09.936 INFO E| Compiling errno v0.3.14
106952026-07-27T20:45:11.065Z[ host-image] Jul 27 20:45:09.936 INFO E| Compiling os_pipe v1.2.3
106962026-07-27T20:45:11.114Z[ recovery-image] Jul 27 20:45:09.983 INFO O| ok, image written!
106972026-07-27T20:45:11.115Z[ recovery-image] Jul 27 20:45:09.983 INFO O| ok, boot_image_csum file written!
106982026-07-27T20:45:11.120Z[ recovery-image] Jul 27 20:45:09.986 INFO creating boot archive (CPIO)...
106992026-07-27T20:45:11.120Z[ recovery-image] Jul 27 20:45:09.986 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
107002026-07-27T20:45:11.121Z[ recovery-image] Jul 27 20:45:09.990 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
107012026-07-27T20:45:11.121Z[ recovery-image] Jul 27 20:45:09.990 INFO E| + outfile=/work/os-recovery/cpio
107022026-07-27T20:45:11.121Z[ recovery-image] Jul 27 20:45:09.990 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
107032026-07-27T20:45:11.124Z[ recovery-image] Jul 27 20:45:09.992 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
107042026-07-27T20:45:11.125Z[ recovery-image] Jul 27 20:45:09.992 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
107052026-07-27T20:45:11.155Z[ host-image] Jul 27 20:45:10.026 INFO E| Compiling signal-hook-registry v1.4.8
107062026-07-27T20:45:11.158Z[ recovery-image] Jul 27 20:45:10.028 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
107072026-07-27T20:45:11.158Z[ recovery-image] Jul 27 20:45:10.028 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
107082026-07-27T20:45:11.163Z[ recovery-image] Jul 27 20:45:10.034 INFO creating compressed cpio/unix for dev loaders...
107092026-07-27T20:45:11.163Z[ recovery-image] Jul 27 20:45:10.034 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
107102026-07-27T20:45:11.323Z[ host-image] Jul 27 20:45:10.194 INFO E| Compiling syn v2.0.117
107112026-07-27T20:45:11.386Z[ recovery-image] Jul 27 20:45:10.257 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
107122026-07-27T20:45:11.403Z[ host-image] Jul 27 20:45:10.274 INFO E| Compiling sigchld v0.2.4
107132026-07-27T20:45:11.491Z[ host-image] Jul 27 20:45:10.362 INFO E| Compiling shared_child v1.1.1
107142026-07-27T20:45:11.601Z[ host-image] Jul 27 20:45:10.472 INFO E| Compiling duct v1.1.1
107152026-07-27T20:45:13.241Z[ host-image] Jul 27 20:45:12.112 INFO E| Compiling clap_derive v4.6.1
107162026-07-27T20:45:14.486Z[ host-image] Jul 27 20:45:13.356 INFO E| Compiling clap v4.6.1
107172026-07-27T20:45:14.544Z[ host-image] Jul 27 20:45:13.415 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107182026-07-27T20:45:14.666Z[ recovery-image] Jul 27 20:45:13.537 INFO creating reset image...
107192026-07-27T20:45:14.666Z[ recovery-image] Jul 27 20:45:13.537 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")
107202026-07-27T20:45:14.824Z[ recovery-image] Jul 27 20:45:13.695 INFO E| Blocking waiting for file lock on build directory
107212026-07-27T20:45:15.309Z[ host-image] Jul 27 20:45:14.180 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
107222026-07-27T20:45:15.315Z[ recovery-image] Jul 27 20:45:14.185 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
107232026-07-27T20:45:15.315Z[ host-image] Jul 27 20:45:14.185 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107242026-07-27T20:45:15.319Z[ recovery-image] Jul 27 20:45:14.188 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107252026-07-27T20:45:15.510Z[ recovery-image] Jul 27 20:45:14.381 INFO E| Blocking waiting for file lock on package cache
107262026-07-27T20:45:15.521Z[ host-image] Jul 27 20:45:14.392 INFO E| Blocking waiting for file lock on package cache
107272026-07-27T20:45:15.546Z[ recovery-image] Jul 27 20:45:14.417 INFO E| Blocking waiting for file lock on package cache
107282026-07-27T20:45:15.571Z[ host-image] Jul 27 20:45:14.442 INFO E| Blocking waiting for file lock on package cache
107292026-07-27T20:45:15.596Z[ recovery-image] Jul 27 20:45:14.467 INFO E| Blocking waiting for file lock on package cache
107302026-07-27T20:45:15.600Z[ host-image] Jul 27 20:45:14.467 INFO E| Downloading crates ...
107312026-07-27T20:45:15.666Z[ host-image] Jul 27 20:45:14.536 INFO E| Downloaded log v0.4.32
107322026-07-27T20:45:15.670Z[ host-image] Jul 27 20:45:14.539 INFO E| Downloaded bitstruct_derive v0.1.0
107332026-07-27T20:45:15.674Z[ host-image] Jul 27 20:45:14.540 INFO E| Downloaded bitflags v2.13.0
107342026-07-27T20:45:15.675Z[ host-image] Jul 27 20:45:14.543 INFO E| Downloaded cpio_reader v0.1.2
107352026-07-27T20:45:15.678Z[ host-image] Jul 27 20:45:14.547 INFO E| Downloaded bitstruct v0.1.1
107362026-07-27T20:45:15.681Z[ host-image] Jul 27 20:45:14.550 INFO E| Downloaded raw-cpuid v10.7.0
107372026-07-27T20:45:15.685Z[ host-image] Jul 27 20:45:14.553 INFO E| Downloaded bit_field v0.10.3
107382026-07-27T20:45:15.690Z[ host-image] Jul 27 20:45:14.561 INFO E| Downloaded miniz_oxide v0.9.1
107392026-07-27T20:45:15.716Z[ host-image] Jul 27 20:45:14.587 INFO E| Downloaded goblin v0.10.7
107402026-07-27T20:45:15.835Z[ host-image] Jul 27 20:45:14.706 INFO E| Downloaded x86 v0.52.0
107412026-07-27T20:45:15.868Z[ host-image] Jul 27 20:45:14.738 INFO E| Blocking waiting for file lock on package cache
107422026-07-27T20:45:15.872Z[ host-image] Jul 27 20:45:14.739 INFO E| Updating crates.io index
107432026-07-27T20:45:15.876Z[ recovery-image] Jul 27 20:45:14.742 INFO E| Blocking waiting for file lock on package cache
107442026-07-27T20:45:15.916Z[ host-image] Jul 27 20:45:14.788 INFO E| Blocking waiting for file lock on package cache
107452026-07-27T20:45:15.920Z[ recovery-image] Jul 27 20:45:14.790 INFO E| Blocking waiting for file lock on package cache
107462026-07-27T20:45:15.921Z[ host-image] Jul 27 20:45:14.790 INFO E| Downloading crates ...
107472026-07-27T20:45:15.943Z[ host-image] Jul 27 20:45:14.814 INFO E| Downloaded hashbrown v0.17.1
107482026-07-27T20:45:15.946Z[ host-image] Jul 27 20:45:14.818 INFO E| Downloaded rustc-literal-escaper v0.0.7
107492026-07-27T20:45:15.950Z[ host-image] Jul 27 20:45:14.819 INFO E| Blocking waiting for file lock on package cache
107502026-07-27T20:45:15.993Z[ host-image] Jul 27 20:45:14.864 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)
107512026-07-27T20:45:15.994Z[ host-image] Jul 27 20:45:14.864 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)
107522026-07-27T20:45:15.994Z[ host-image] Jul 27 20:45:14.864 INFO E| Compiling proc-macro2 v1.0.106
107532026-07-27T20:45:15.997Z[ host-image] Jul 27 20:45:14.864 INFO E| Compiling quote v1.0.45
107542026-07-27T20:45:15.997Z[ host-image] Jul 27 20:45:14.864 INFO E| Compiling unicode-ident v1.0.24
107552026-07-27T20:45:15.997Z[ host-image] Jul 27 20:45:14.865 INFO E| Compiling syn v1.0.109
107562026-07-27T20:45:15.997Z[ host-image] Jul 27 20:45:14.865 INFO E| Compiling x86 v0.52.0
107572026-07-27T20:45:15.997Z[ recovery-image] Jul 27 20:45:14.865 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)
107582026-07-27T20:45:15.997Z[ recovery-image] Jul 27 20:45:14.865 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)
107592026-07-27T20:45:15.999Z[ host-image] Jul 27 20:45:14.865 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107602026-07-27T20:45:15.999Z[ recovery-image] Jul 27 20:45:14.865 INFO E| Compiling proc-macro2 v1.0.106
107612026-07-27T20:45:15.999Z[ recovery-image] Jul 27 20:45:14.865 INFO E| Compiling unicode-ident v1.0.24
107622026-07-27T20:45:15.999Z[ recovery-image] Jul 27 20:45:14.865 INFO E| Compiling quote v1.0.45
107632026-07-27T20:45:15.999Z[ recovery-image] Jul 27 20:45:14.865 INFO E| Compiling syn v1.0.109
107642026-07-27T20:45:15.999Z[ recovery-image] Jul 27 20:45:14.865 INFO E| Compiling x86 v0.52.0
107652026-07-27T20:45:15.999Z[ recovery-image] Jul 27 20:45:14.865 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107662026-07-27T20:45:16.005Z[ host-image] Jul 27 20:45:14.876 INFO E| Compiling seq-macro v0.3.6
107672026-07-27T20:45:16.009Z[ recovery-image] Jul 27 20:45:14.878 INFO E| Compiling seq-macro v0.3.6
107682026-07-27T20:45:17.023Z[ recovery-image] Jul 27 20:45:15.894 INFO E| Compiling syn v2.0.117
107692026-07-27T20:45:17.122Z[ host-image] Jul 27 20:45:15.993 INFO E| Compiling syn v2.0.117
107702026-07-27T20:45:18.373Z[ recovery-image] Jul 27 20:45:17.244 INFO E| Compiling scroll_derive v0.13.1
107712026-07-27T20:45:18.490Z[ host-image] Jul 27 20:45:17.361 INFO E| Compiling scroll_derive v0.13.1
107722026-07-27T20:45:19.411Z[ recovery-image] Jul 27 20:45:18.282 INFO E| Compiling bitstruct_derive v0.1.0
107732026-07-27T20:45:19.511Z[ host-image] Jul 27 20:45:18.381 INFO E| Compiling bitstruct_derive v0.1.0
107742026-07-27T20:45:28.442Z[ recovery-image] Jul 27 20:45:27.312 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)
107752026-07-27T20:45:28.564Z[ host-image] Jul 27 20:45:27.435 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)
107762026-07-27T20:45:30.566Z[ recovery-image] Jul 27 20:45:29.436 INFO E| Compiling bitflags v1.3.2
107772026-07-27T20:45:30.566Z[ recovery-image] Jul 27 20:45:29.436 INFO E| Compiling scroll v0.13.0
107782026-07-27T20:45:30.566Z[ recovery-image] Jul 27 20:45:29.437 INFO E| Compiling bitflags v2.13.0
107792026-07-27T20:45:30.570Z[ recovery-image] Jul 27 20:45:29.437 INFO E| Compiling bit_field v0.10.3
107802026-07-27T20:45:30.570Z[ recovery-image] Jul 27 20:45:29.437 INFO E| Compiling plain v0.2.3
107812026-07-27T20:45:30.570Z[ recovery-image] Jul 27 20:45:29.437 INFO E| Compiling log v0.4.32
107822026-07-27T20:45:30.570Z[ recovery-image] Jul 27 20:45:29.437 INFO E| Compiling adler2 v2.0.1
107832026-07-27T20:45:30.570Z[ recovery-image] Jul 27 20:45:29.437 INFO E| Compiling bitstruct v0.1.1
107842026-07-27T20:45:30.570Z[ recovery-image] Jul 27 20:45:29.437 INFO E| Compiling static_assertions v1.1.0
107852026-07-27T20:45:30.619Z[ recovery-image] Jul 27 20:45:29.490 INFO E| Compiling raw-cpuid v10.7.0
107862026-07-27T20:45:30.661Z[ recovery-image] Jul 27 20:45:29.531 INFO E| Compiling miniz_oxide v0.9.1
107872026-07-27T20:45:30.730Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling bitflags v1.3.2
107882026-07-27T20:45:30.730Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling plain v0.2.3
107892026-07-27T20:45:30.734Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling scroll v0.13.0
107902026-07-27T20:45:30.734Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling adler2 v2.0.1
107912026-07-27T20:45:30.734Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling bitflags v2.13.0
107922026-07-27T20:45:30.734Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling log v0.4.32
107932026-07-27T20:45:30.734Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling bit_field v0.10.3
107942026-07-27T20:45:30.734Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling bitstruct v0.1.1
107952026-07-27T20:45:30.734Z[ host-image] Jul 27 20:45:29.601 INFO E| Compiling static_assertions v1.1.0
107962026-07-27T20:45:30.740Z[ recovery-image] Jul 27 20:45:29.606 INFO E| Compiling cpio_reader v0.1.2
107972026-07-27T20:45:30.785Z[ host-image] Jul 27 20:45:29.656 INFO E| Compiling raw-cpuid v10.7.0
107982026-07-27T20:45:30.837Z[ host-image] Jul 27 20:45:29.708 INFO E| Compiling miniz_oxide v0.9.1
107992026-07-27T20:45:30.860Z[ recovery-image] Jul 27 20:45:29.731 INFO E| Compiling goblin v0.10.7
108002026-07-27T20:45:30.973Z[ host-image] Jul 27 20:45:29.844 INFO E| Compiling goblin v0.10.7
108012026-07-27T20:45:30.977Z[ host-image] Jul 27 20:45:29.848 INFO E| Compiling cpio_reader v0.1.2
108022026-07-27T20:45:33.809Z[ recovery-image] Jul 27 20:45:32.679 INFO E| Finished `release` profile [optimized] target(s) in 18.47s
108032026-07-27T20:45:33.822Z[ recovery-image] Jul 27 20:45:32.693 INFO building ROM for gimlet
108042026-07-27T20:45:33.822Z[ recovery-image] Jul 27 20:45:32.693 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")
108052026-07-27T20:45:33.905Z[ recovery-image] Jul 27 20:45:32.775 INFO E| Downloading crates ...
108062026-07-27T20:45:33.951Z[ recovery-image] Jul 27 20:45:32.821 INFO E| Downloaded anstyle-parse v0.2.6
108072026-07-27T20:45:33.955Z[ host-image] Jul 27 20:45:32.822 INFO E| Finished `release` profile [optimized] target(s) in 18.62s
108082026-07-27T20:45:33.958Z[ recovery-image] Jul 27 20:45:32.827 INFO E| Downloaded anstyle-query v1.1.2
108092026-07-27T20:45:33.963Z[ recovery-image] Jul 27 20:45:32.831 INFO E| Downloaded colorchoice v1.0.3
108102026-07-27T20:45:33.963Z[ recovery-image] Jul 27 20:45:32.832 INFO E| Downloaded shared_child v1.0.1
108112026-07-27T20:45:33.967Z[ recovery-image] Jul 27 20:45:32.835 INFO E| Downloaded toml_datetime v0.6.9
108122026-07-27T20:45:33.971Z[ recovery-image] Jul 27 20:45:32.838 INFO E| Downloaded clap_lex v0.7.4
108132026-07-27T20:45:33.971Z[ recovery-image] Jul 27 20:45:32.839 INFO E| Downloaded os_pipe v1.2.1
108142026-07-27T20:45:33.974Z[ recovery-image] Jul 27 20:45:32.843 INFO E| Downloaded anstyle v1.0.10
108152026-07-27T20:45:33.974Z[ host-image] Jul 27 20:45:32.843 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108162026-07-27T20:45:33.974Z[ host-image] Jul 27 20:45:32.843 INFO building ROM for gimlet
108172026-07-27T20:45:33.974Z[ host-image] Jul 27 20:45:32.843 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")
108182026-07-27T20:45:33.975Z[ recovery-image] Jul 27 20:45:32.843 INFO E| Downloaded is_terminal_polyfill v1.70.1
108192026-07-27T20:45:33.975Z[ recovery-image] Jul 27 20:45:32.844 INFO E| Downloaded serde_spanned v0.6.8
108202026-07-27T20:45:33.979Z[ recovery-image] Jul 27 20:45:32.850 INFO E| Downloaded anstream v0.6.18
108212026-07-27T20:45:33.982Z[ recovery-image] Jul 27 20:45:32.851 INFO E| Downloaded toml_write v0.1.1
108222026-07-27T20:45:33.982Z[ recovery-image] Jul 27 20:45:32.853 INFO E| Downloaded duct v0.13.7
108232026-07-27T20:45:33.995Z[ recovery-image] Jul 27 20:45:32.863 INFO E| Downloaded toml v0.8.22
108242026-07-27T20:45:34.012Z[ recovery-image] Jul 27 20:45:32.882 INFO E| Downloaded clap v4.5.37
108252026-07-27T20:45:34.017Z[ recovery-image] Jul 27 20:45:32.887 INFO E| Downloaded clap_derive v4.5.32
108262026-07-27T20:45:34.020Z[ recovery-image] Jul 27 20:45:32.888 INFO E| Downloaded cc v1.2.20
108272026-07-27T20:45:34.020Z[ recovery-image] Jul 27 20:45:32.890 INFO E| Downloaded toml_edit v0.22.26
108282026-07-27T20:45:34.024Z[ host-image] Jul 27 20:45:32.894 INFO E| Blocking waiting for file lock on package cache
108292026-07-27T20:45:34.039Z[ recovery-image] Jul 27 20:45:32.910 INFO E| Downloaded clap_builder v4.5.37
108302026-07-27T20:45:34.042Z[ recovery-image] Jul 27 20:45:32.913 INFO E| Downloaded winnow v0.7.7
108312026-07-27T20:45:34.048Z[ recovery-image] Jul 27 20:45:32.919 INFO E| Blocking waiting for file lock on package cache
108322026-07-27T20:45:34.079Z[ recovery-image] Jul 27 20:45:32.949 INFO E| Compiling libc v0.2.172
108332026-07-27T20:45:34.079Z[ recovery-image] Jul 27 20:45:32.950 INFO E| Compiling utf8parse v0.2.2
108342026-07-27T20:45:34.079Z[ recovery-image] Jul 27 20:45:32.950 INFO E| Compiling colorchoice v1.0.3
108352026-07-27T20:45:34.082Z[ recovery-image] Jul 27 20:45:32.950 INFO E| Compiling hashbrown v0.15.2
108362026-07-27T20:45:34.083Z[ recovery-image] Jul 27 20:45:32.950 INFO E| Compiling is_terminal_polyfill v1.70.1
108372026-07-27T20:45:34.083Z[ recovery-image] Jul 27 20:45:32.950 INFO E| Compiling anstyle v1.0.10
108382026-07-27T20:45:34.083Z[ recovery-image] Jul 27 20:45:32.950 INFO E| Compiling anstyle-query v1.1.2
108392026-07-27T20:45:34.084Z[ recovery-image] Jul 27 20:45:32.950 INFO E| Compiling equivalent v1.0.2
108402026-07-27T20:45:34.084Z[ host-image] Jul 27 20:45:32.953 INFO E| Blocking waiting for file lock on build directory
108412026-07-27T20:45:34.096Z[ recovery-image] Jul 27 20:45:32.967 INFO E| Compiling once_cell v1.21.3
108422026-07-27T20:45:34.099Z[ recovery-image] Jul 27 20:45:32.967 INFO E| Compiling shlex v1.3.0
108432026-07-27T20:45:34.099Z[ recovery-image] Jul 27 20:45:32.967 INFO E| Compiling strsim v0.11.1
108442026-07-27T20:45:34.100Z[ recovery-image] Jul 27 20:45:32.967 INFO E| Compiling winnow v0.7.7
108452026-07-27T20:45:34.100Z[ recovery-image] Jul 27 20:45:32.968 INFO E| Compiling anyhow v1.0.98
108462026-07-27T20:45:34.118Z[ recovery-image] Jul 27 20:45:32.989 INFO E| Compiling toml_write v0.1.1
108472026-07-27T20:45:34.122Z[ recovery-image] Jul 27 20:45:32.989 INFO E| Compiling clap_lex v0.7.4
108482026-07-27T20:45:34.122Z[ recovery-image] Jul 27 20:45:32.989 INFO E| Compiling syn v2.0.101
108492026-07-27T20:45:34.201Z[ recovery-image] Jul 27 20:45:33.071 INFO E| Compiling anstyle-parse v0.2.6
108502026-07-27T20:45:34.243Z[ recovery-image] Jul 27 20:45:33.114 INFO E| Compiling cc v1.2.20
108512026-07-27T20:45:34.355Z[ recovery-image] Jul 27 20:45:33.225 INFO E| Compiling anstream v0.6.18
108522026-07-27T20:45:34.559Z[ recovery-image] Jul 27 20:45:33.430 INFO E| Compiling clap_builder v4.5.37
108532026-07-27T20:45:34.676Z[ recovery-image] Jul 27 20:45:33.546 INFO E| Compiling indexmap v2.9.0
108542026-07-27T20:45:34.745Z[ recovery-image] Jul 27 20:45:33.615 INFO E| Compiling shared_child v1.0.1
108552026-07-27T20:45:34.745Z[ recovery-image] Jul 27 20:45:33.615 INFO E| Compiling os_pipe v1.2.1
108562026-07-27T20:45:34.877Z[ recovery-image] Jul 27 20:45:33.747 INFO E| Compiling duct v0.13.7
108572026-07-27T20:45:35.503Z[ recovery-image] Jul 27 20:45:34.373 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108582026-07-27T20:45:36.472Z[ recovery-image] Jul 27 20:45:35.343 INFO E| Compiling serde_derive v1.0.219
108592026-07-27T20:45:36.472Z[ recovery-image] Jul 27 20:45:35.343 INFO E| Compiling clap_derive v4.5.32
108602026-07-27T20:45:38.137Z[ recovery-image] Jul 27 20:45:37.006 INFO E| Compiling clap v4.5.37
108612026-07-27T20:45:38.724Z[ recovery-image] Jul 27 20:45:37.595 INFO E| Compiling serde v1.0.219
108622026-07-27T20:45:40.586Z[ recovery-image] Jul 27 20:45:39.453 INFO E| Compiling serde_spanned v0.6.8
108632026-07-27T20:45:40.589Z[ recovery-image] Jul 27 20:45:39.453 INFO E| Compiling toml_datetime v0.6.9
108642026-07-27T20:45:40.743Z[ recovery-image] Jul 27 20:45:39.612 INFO E| Compiling toml_edit v0.22.26
108652026-07-27T20:45:42.093Z[ recovery-image] Jul 27 20:45:40.961 INFO E| Compiling toml v0.8.22
108662026-07-27T20:45:44.358Z[ recovery-image] Jul 27 20:45:43.227 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s
108672026-07-27T20:45:44.365Z[ host-image] Jul 27 20:45:43.235 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.35s
108682026-07-27T20:45:44.369Z[ recovery-image] Jul 27 20:45:43.237 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`
108692026-07-27T20:45:44.370Z[ host-image] Jul 27 20:45:43.239 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`
108702026-07-27T20:45:44.387Z[ host-image] Jul 27 20:45:43.257 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108712026-07-27T20:45:44.390Z[ recovery-image] Jul 27 20:45:43.258 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108722026-07-27T20:45:44.422Z[ recovery-image] Jul 27 20:45:43.280 INFO E| Blocking waiting for file lock on package cache
108732026-07-27T20:45:44.433Z[ host-image] Jul 27 20:45:43.304 INFO E| Blocking waiting for file lock on package cache
108742026-07-27T20:45:44.457Z[ recovery-image] Jul 27 20:45:43.327 INFO E| Blocking waiting for file lock on package cache
108752026-07-27T20:45:44.457Z[ host-image] Jul 27 20:45:43.328 INFO E| Blocking waiting for file lock on package cache
108762026-07-27T20:45:44.460Z[ recovery-image] Jul 27 20:45:43.329 INFO E| Blocking waiting for file lock on package cache
108772026-07-27T20:45:44.476Z[ host-image] Jul 27 20:45:43.347 INFO E| Blocking waiting for file lock on package cache
108782026-07-27T20:45:44.492Z[ recovery-image] Jul 27 20:45:43.362 INFO E| Blocking waiting for file lock on build directory
108792026-07-27T20:45:44.504Z[ host-image] Jul 27 20:45:43.375 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
108802026-07-27T20:45:44.510Z[ host-image] Jul 27 20:45:43.381 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`
108812026-07-27T20:45:44.515Z[ recovery-image] Jul 27 20:45:43.385 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
108822026-07-27T20:45:44.519Z[ recovery-image] Jul 27 20:45:43.389 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`
108832026-07-27T20:45:44.657Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108842026-07-27T20:45:44.657Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108852026-07-27T20:45:44.657Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108862026-07-27T20:45:44.665Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108872026-07-27T20:45:44.665Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108882026-07-27T20:45:44.665Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108892026-07-27T20:45:44.665Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108902026-07-27T20:45:44.665Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108912026-07-27T20:45:44.665Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108922026-07-27T20:45:44.666Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108932026-07-27T20:45:44.666Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108942026-07-27T20:45:44.666Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108952026-07-27T20:45:44.666Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108962026-07-27T20:45:44.666Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108972026-07-27T20:45:44.667Z[ host-image] Jul 27 20:45:43.526 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108982026-07-27T20:45:44.667Z[ host-image] Jul 27 20:45:43.526 INFO O| Info: ABL version: 0x100f5010
108992026-07-27T20:45:44.667Z[ host-image] Jul 27 20:45:43.526 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109002026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109012026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109022026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109032026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109042026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109052026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109062026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109072026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109082026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109092026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109102026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109112026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109122026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109132026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109142026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109152026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109162026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109172026-07-27T20:45:44.668Z[ host-image] Jul 27 20:45:43.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109182026-07-27T20:45:44.673Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109192026-07-27T20:45:44.673Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109202026-07-27T20:45:44.673Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109212026-07-27T20:45:44.673Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109222026-07-27T20:45:44.673Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109232026-07-27T20:45:44.673Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109242026-07-27T20:45:44.673Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109252026-07-27T20:45:44.673Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109262026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109272026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109282026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109292026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109302026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109312026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109322026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109332026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO O| Info: ABL version: 0x100f5010
109342026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.537 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109352026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109362026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109372026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109382026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109392026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109402026-07-27T20:45:44.675Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109412026-07-27T20:45:44.676Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109422026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109432026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109442026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109452026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109462026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109472026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109482026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109492026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109502026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109512026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109522026-07-27T20:45:44.677Z[ recovery-image] Jul 27 20:45:43.538 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109532026-07-27T20:45:44.697Z[ host-image] Jul 27 20:45:43.567 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109542026-07-27T20:45:44.697Z[ host-image] Jul 27 20:45:43.567 INFO building ROM for cosmo
109552026-07-27T20:45:44.701Z[ host-image] Jul 27 20:45:43.567 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")
109562026-07-27T20:45:44.706Z[ recovery-image] Jul 27 20:45:43.577 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109572026-07-27T20:45:44.707Z[ recovery-image] Jul 27 20:45:43.577 INFO building ROM for cosmo
109582026-07-27T20:45:44.711Z[ recovery-image] Jul 27 20:45:43.577 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")
109592026-07-27T20:45:44.764Z[ recovery-image] Jul 27 20:45:43.634 INFO E| Blocking waiting for file lock on package cache
109602026-07-27T20:45:44.779Z[ host-image] Jul 27 20:45:43.650 INFO E| Blocking waiting for file lock on package cache
109612026-07-27T20:45:44.805Z[ host-image] Jul 27 20:45:43.675 INFO E| Blocking waiting for file lock on package cache
109622026-07-27T20:45:44.808Z[ recovery-image] Jul 27 20:45:43.677 INFO E| Blocking waiting for file lock on package cache
109632026-07-27T20:45:44.816Z[ host-image] Jul 27 20:45:43.687 INFO E| Blocking waiting for file lock on package cache
109642026-07-27T20:45:44.828Z[ host-image] Jul 27 20:45:43.698 INFO E| Blocking waiting for file lock on build directory
109652026-07-27T20:45:44.834Z[ recovery-image] Jul 27 20:45:43.705 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
109662026-07-27T20:45:44.837Z[ recovery-image] Jul 27 20:45:43.708 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`
109672026-07-27T20:45:44.841Z[ host-image] Jul 27 20:45:43.711 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
109682026-07-27T20:45:44.844Z[ host-image] Jul 27 20:45:43.715 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`
109692026-07-27T20:45:44.853Z[ recovery-image] Jul 27 20:45:43.724 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109702026-07-27T20:45:44.859Z[ host-image] Jul 27 20:45:43.729 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109712026-07-27T20:45:44.880Z[ host-image] Jul 27 20:45:43.750 INFO E| Blocking waiting for file lock on package cache
109722026-07-27T20:45:44.902Z[ recovery-image] Jul 27 20:45:43.773 INFO E| Blocking waiting for file lock on package cache
109732026-07-27T20:45:44.930Z[ host-image] Jul 27 20:45:43.798 INFO E| Blocking waiting for file lock on package cache
109742026-07-27T20:45:44.933Z[ recovery-image] Jul 27 20:45:43.798 INFO E| Blocking waiting for file lock on package cache
109752026-07-27T20:45:44.934Z[ host-image] Jul 27 20:45:43.800 INFO E| Blocking waiting for file lock on package cache
109762026-07-27T20:45:44.943Z[ recovery-image] Jul 27 20:45:43.814 INFO E| Blocking waiting for file lock on package cache
109772026-07-27T20:45:44.959Z[ recovery-image] Jul 27 20:45:43.829 INFO E| Blocking waiting for file lock on build directory
109782026-07-27T20:45:44.975Z[ host-image] Jul 27 20:45:43.841 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
109792026-07-27T20:45:44.979Z[ host-image] Jul 27 20:45:43.845 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`
109802026-07-27T20:45:45.004Z[ recovery-image] Jul 27 20:45:43.861 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
109812026-07-27T20:45:45.015Z[ recovery-image] Jul 27 20:45:43.884 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`
109822026-07-27T20:45:45.203Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109832026-07-27T20:45:45.203Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109842026-07-27T20:45:45.204Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109852026-07-27T20:45:45.204Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109862026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109872026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109882026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109892026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109902026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109912026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109922026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.074 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109932026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109942026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109952026-07-27T20:45:45.210Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109962026-07-27T20:45:45.211Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109972026-07-27T20:45:45.211Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109982026-07-27T20:45:45.211Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109992026-07-27T20:45:45.211Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110002026-07-27T20:45:45.211Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110012026-07-27T20:45:45.211Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110022026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110032026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110042026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110052026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110062026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110072026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110082026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110092026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110102026-07-27T20:45:45.212Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110112026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110122026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110132026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110142026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110152026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110162026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110172026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110182026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110192026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110202026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110212026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110222026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110232026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110242026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110252026-07-27T20:45:45.215Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110262026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.075 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110272026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110282026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110292026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110302026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110312026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110322026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110332026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110342026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110352026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO O| Info: ABL version: 0x100af010
110362026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110372026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110382026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110392026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110402026-07-27T20:45:45.216Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110412026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110422026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110432026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110442026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110452026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110462026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110472026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110482026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110492026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110502026-07-27T20:45:45.217Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110512026-07-27T20:45:45.218Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110522026-07-27T20:45:45.218Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110532026-07-27T20:45:45.218Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110542026-07-27T20:45:45.218Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110552026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.076 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110562026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110572026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110582026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110592026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110602026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110612026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110622026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110632026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110642026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110652026-07-27T20:45:45.220Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110662026-07-27T20:45:45.221Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110672026-07-27T20:45:45.221Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110682026-07-27T20:45:45.221Z[ host-image] Jul 27 20:45:44.077 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110692026-07-27T20:45:45.228Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110702026-07-27T20:45:45.228Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110712026-07-27T20:45:45.232Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110722026-07-27T20:45:45.232Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110732026-07-27T20:45:45.232Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110742026-07-27T20:45:45.233Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110752026-07-27T20:45:45.233Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110762026-07-27T20:45:45.233Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110772026-07-27T20:45:45.233Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110782026-07-27T20:45:45.233Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110792026-07-27T20:45:45.233Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110802026-07-27T20:45:45.233Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110812026-07-27T20:45:45.233Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110822026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110832026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110842026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110852026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110862026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110872026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110882026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110892026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110902026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110912026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110922026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110932026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110942026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110952026-07-27T20:45:45.234Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110962026-07-27T20:45:45.235Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110972026-07-27T20:45:45.235Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110982026-07-27T20:45:45.235Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110992026-07-27T20:45:45.235Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111002026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111012026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111022026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111032026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111042026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111052026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111062026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111072026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111082026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111092026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111102026-07-27T20:45:45.236Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111112026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111122026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111132026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111142026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111152026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111162026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111172026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111182026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111192026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111202026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111212026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111222026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO O| Info: ABL version: 0x100af010
111232026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111242026-07-27T20:45:45.239Z[ recovery-image] Jul 27 20:45:44.100 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111252026-07-27T20:45:45.240Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111262026-07-27T20:45:45.240Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111272026-07-27T20:45:45.240Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111282026-07-27T20:45:45.240Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111292026-07-27T20:45:45.240Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111302026-07-27T20:45:45.240Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111312026-07-27T20:45:45.240Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111322026-07-27T20:45:45.240Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111332026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111342026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111352026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111362026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111372026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111382026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111392026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111402026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111412026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111422026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111432026-07-27T20:45:45.241Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111442026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111452026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111462026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111472026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111482026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111492026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111502026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111512026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111522026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111532026-07-27T20:45:45.242Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111542026-07-27T20:45:45.244Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111552026-07-27T20:45:45.244Z[ recovery-image] Jul 27 20:45:44.101 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111562026-07-27T20:45:45.249Z[ host-image] Jul 27 20:45:44.116 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111572026-07-27T20:45:45.270Z[ recovery-image] Jul 27 20:45:44.140 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111582026-07-27T20:45:45.270Z[ recovery-image] Jul 27 20:45:44.140 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
111592026-07-27T20:45:46.352Z[ host-image] Jul 27 20:45:45.223 INFO image complete! materials are in "/work/os-host"
111602026-07-27T20:45:46.355Z[ host-image]
111612026-07-27T20:45:46.358Z[ host-image] real 3:59.011854034
111622026-07-27T20:45:46.359Z[ host-image] user 2:52.628655414
111632026-07-27T20:45:46.359Z[ host-image] sys 39.451199823
111642026-07-27T20:45:46.359Z[ host-image] trap 0.117031978
111652026-07-27T20:45:46.359Z[ host-image] tflt 0.342804715
111662026-07-27T20:45:46.359Z[ host-image] dflt 0.461597378
111672026-07-27T20:45:46.359Z[ host-image] kflt 0.000254064
111682026-07-27T20:45:46.359Z[ host-image] lock 9:32.696408621
111692026-07-27T20:45:46.359Z[ host-image] slp 20:45.502627686
111702026-07-27T20:45:46.359Z[ host-image] lat 19.620710152
111712026-07-27T20:45:46.359Z[ host-image] stop 5.115441564
111722026-07-27T20:45:46.359ZJul 27 20:45:45.227 INFO [host-image] process exited with exit status: 0 (239.017028502s)
111732026-07-27T20:45:46.359ZJul 27 20:45:45.227 INFO [tuf-v2-host] running task
111742026-07-27T20:45:46.359ZJul 27 20:45:45.228 INFO [tuf-v2-host] task succeeded (1.0949ms)
111752026-07-27T20:45:46.359Z[ recovery-image] Jul 27 20:45:45.228 INFO image complete! materials are in "/work/os-recovery"
111762026-07-27T20:45:46.362Z[ recovery-image]
111772026-07-27T20:45:46.362Z[ recovery-image] real 3:27.092036681
111782026-07-27T20:45:46.362Z[ recovery-image] user 2:20.848143086
111792026-07-27T20:45:46.363Z[ recovery-image] sys 34.284140250
111802026-07-27T20:45:46.363Z[ recovery-image] trap 0.111657335
111812026-07-27T20:45:46.363Z[ recovery-image] tflt 0.389787127
111822026-07-27T20:45:46.363Z[ recovery-image] dflt 0.751974011
111832026-07-27T20:45:46.363Z[ recovery-image] kflt 0.000202366
111842026-07-27T20:45:46.363Z[ recovery-image] lock 7:01.956215778
111852026-07-27T20:45:46.363Z[ recovery-image] slp 18:31.906239051
111862026-07-27T20:45:46.363Z[ recovery-image] lat 34.478065699
111872026-07-27T20:45:46.363Z[ recovery-image] stop 5.444456308
111882026-07-27T20:45:46.363ZJul 27 20:45:45.231 INFO [recovery-image] process exited with exit status: 0 (207.096585759s)
111892026-07-27T20:45:46.363ZJul 27 20:45:45.232 INFO [tuf-v2-recovery] running task
111902026-07-27T20:45:46.363ZJul 27 20:45:45.232 INFO [tuf-repo] running task
111912026-07-27T20:45:46.363ZJul 27 20:45:45.232 INFO [tuf-v2-recovery] task succeeded (494.83µs)
111922026-07-27T20:45:46.363ZJul 27 20:45:45.232 INFO [tuf-v2-repo] running task
111932026-07-27T20:46:07.000ZJul 27 20:46:05.871 INFO [tuf-v2-repo] task succeeded (20.638615082s)
111942026-07-27T20:46:07.153ZJul 27 20:46:06.023 INFO assembling repository in `/tmp/tufaceousNhcsqL`, component: OmicronRepoAssembler
111952026-07-27T20:46:15.057ZJul 27 20:46:13.928 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111962026-07-27T20:46:15.292ZJul 27 20:46:14.163 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111972026-07-27T20:46:17.498ZJul 27 20:46:16.368 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111982026-07-27T20:46:17.567ZJul 27 20:46:16.437 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111992026-07-27T20:46:17.620ZJul 27 20:46:16.490 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112002026-07-27T20:46:17.670ZJul 27 20:46:16.541 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112012026-07-27T20:46:17.719ZJul 27 20:46:16.589 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112022026-07-27T20:46:17.768ZJul 27 20:46:16.638 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112032026-07-27T20:46:17.815ZJul 27 20:46:16.686 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112042026-07-27T20:46:27.803ZJul 27 20:46:26.674 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
112052026-07-27T20:46:27.809ZJul 27 20:46:26.680 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
112062026-07-27T20:46:27.834ZJul 27 20:46:26.705 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
112072026-07-27T20:46:27.887ZJul 27 20:46:26.757 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112082026-07-27T20:46:27.952ZJul 27 20:46:26.823 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112092026-07-27T20:46:28.006ZJul 27 20:46:26.874 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112102026-07-27T20:46:28.068ZJul 27 20:46:26.939 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
112112026-07-27T20:46:28.074ZJul 27 20:46:26.945 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
112122026-07-27T20:46:28.116ZJul 27 20:46:26.969 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
112132026-07-27T20:46:29.430ZJul 27 20:46:28.301 INFO extracting uploaded archive to /tmp/.tmp1BwUpf
112142026-07-27T20:46:31.264ZJul 27 20:46:30.126 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.OqnPjF
112152026-07-27T20:46:31.345ZJul 27 20:46:30.180 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112162026-07-27T20:46:31.406ZJul 27 20:46:30.275 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112172026-07-27T20:46:31.506ZJul 27 20:46:30.362 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112182026-07-27T20:46:31.567ZJul 27 20:46:30.434 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112192026-07-27T20:46:31.641ZJul 27 20:46:30.511 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112202026-07-27T20:46:31.720ZJul 27 20:46:30.590 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112212026-07-27T20:46:31.795ZJul 27 20:46:30.665 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112222026-07-27T20:46:31.885ZJul 27 20:46:30.755 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112232026-07-27T20:46:31.891ZJul 27 20:46:30.756 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112242026-07-27T20:46:31.936ZJul 27 20:46:30.807 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112252026-07-27T20:46:31.940ZJul 27 20:46:30.807 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112262026-07-27T20:46:31.982ZJul 27 20:46:30.853 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112272026-07-27T20:46:31.986ZJul 27 20:46:30.853 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112282026-07-27T20:46:32.028ZJul 27 20:46:30.898 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112292026-07-27T20:46:32.033ZJul 27 20:46:30.898 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112302026-07-27T20:46:32.077ZJul 27 20:46:30.947 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112312026-07-27T20:46:32.077ZJul 27 20:46:30.947 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112322026-07-27T20:46:32.126ZJul 27 20:46:30.994 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112332026-07-27T20:46:32.129ZJul 27 20:46:30.994 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112342026-07-27T20:46:32.171ZJul 27 20:46:31.042 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112352026-07-27T20:46:32.175ZJul 27 20:46:31.042 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112362026-07-27T20:46:32.175ZJul 27 20:46:31.042 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112372026-07-27T20:46:32.175ZJul 27 20:46:31.043 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112382026-07-27T20:46:32.175ZJul 27 20:46:31.043 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112392026-07-27T20:46:32.175ZJul 27 20:46:31.044 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112402026-07-27T20:46:32.175ZJul 27 20:46:31.044 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112412026-07-27T20:46:37.818ZJul 27 20:46:36.688 INFO added artifact, length: 33554432, hash: 0cfe44bdbed7d783b386ca7b7853a9cd3af1a89e7692d29c203403a3dcfd79ff, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: gimlet_host_phase_1, name: host
112422026-07-27T20:46:37.818ZJul 27 20:46:36.688 INFO added artifact, length: 33554432, hash: b60cdf51e193a25a006dc8c01c07e9cb52e071fb46b4020ca9bf778c51a49b4a, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: cosmo_host_phase_1, name: host
112432026-07-27T20:46:37.821ZJul 27 20:46:36.688 INFO added artifact, length: 1258295296, hash: 7cbe8e9ef587ee67d2f52ec2a3f4dda225c865b2cc1914e5ef5731499a207dc3, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: host_phase_2, name: host
112442026-07-27T20:46:38.773ZJul 27 20:46:37.643 INFO added artifact, length: 33554432, hash: 0e777e59a86ad968874005376f31322c5a7ab1b41a4c1fa9ceb0337803722796, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: gimlet_trampoline_phase_1, name: trampoline
112452026-07-27T20:46:38.773ZJul 27 20:46:37.643 INFO added artifact, length: 33554432, hash: 1e3fcba4d097b744a2547090d0ea48974d9a90bd92d7b1f562c5f2cb5c741b01, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: cosmo_trampoline_phase_1, name: trampoline
112462026-07-27T20:46:38.773ZJul 27 20:46:37.643 INFO added artifact, length: 167914915, hash: 88d00433a732404a3a59c61d1998248854cc964336d650759774e642b7e5c2ae, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: trampoline_phase_2, name: trampoline
112472026-07-27T20:46:40.472ZJul 27 20:46:39.342 INFO added artifact, length: 306379041, hash: dd0ee59d5787830a58ce70e2797990292d60bdabb1bcde5f0b6a7e743ce94ff3, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: clickhouse_keeper
112482026-07-27T20:46:42.313ZJul 27 20:46:41.183 INFO added artifact, length: 320497590, hash: fd39dfa062e365f68cb662e3045e9e17a21ed4b6fc36eeaa445b8330349f00e7, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: clickhouse_server
112492026-07-27T20:46:44.077ZJul 27 20:46:42.947 INFO added artifact, length: 320499776, hash: 43c6483c641f8f5e625af73684db616562148f53f4b079c148a8d016486e804c, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: clickhouse
112502026-07-27T20:46:44.935ZJul 27 20:46:43.805 INFO added artifact, length: 164039835, hash: 1f6f364520e224eb4070179af221a4d6517557f885973228a1e51982896bfa42, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: cockroachdb
112512026-07-27T20:46:45.156ZJul 27 20:46:44.027 INFO added artifact, length: 38890530, hash: 8e454addbe9e8d3f0b215ddf34fc765eb4748d484b35d7f2064824ae88d2c820, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: crucible-pantry-zone
112522026-07-27T20:46:45.443ZJul 27 20:46:44.314 INFO added artifact, length: 53938638, hash: 5831104556c299a64cb263793c2226e256829225f0f311055ce2a8cb72144544, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: crucible-zone
112532026-07-27T20:46:45.700ZJul 27 20:46:44.570 INFO added artifact, length: 46243211, hash: dee99284b1727a293aa0d5d752e595cd1c72d9c6d6ed709aeb72034b480e0cf7, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: external-dns
112542026-07-27T20:46:45.985ZJul 27 20:46:44.856 INFO added artifact, length: 46242809, hash: 5ad2736754f46be115a0cb8665d5ef77189ee821063973ead1deeacac47ed6a4, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: internal-dns
112552026-07-27T20:46:47.992ZJul 27 20:46:46.836 INFO added artifact, length: 358581760, hash: def07d128f753b16c05056c1e7bac6b0150b843b52fe4a1afefe553e28ca48bf, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: nexus
112562026-07-27T20:46:48.139ZJul 27 20:46:46.992 INFO added artifact, length: 28407001, hash: 99b58fa9cab34e43fb33e265cea6fec901c135dddd0178baaffc5c495fb32897, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: ntp
112572026-07-27T20:46:48.462ZJul 27 20:46:47.332 INFO added artifact, length: 64987834, hash: d03b837100b7b1865c136ecded2e9d4fea4365e16849bd5926241f0325cb5550, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: oximeter
112582026-07-27T20:46:48.481ZJul 27 20:46:47.349 INFO added artifact, length: 3109592, hash: f64ef8c2f500badd745f62e2019314ccd9289b0ab4ab236ba12877d1abb97eef, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: zone, name: probe
112592026-07-27T20:46:48.487ZJul 27 20:46:47.349 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112602026-07-27T20:46:48.488ZJul 27 20:46:47.349 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112612026-07-27T20:46:48.488ZJul 27 20:46:47.349 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112622026-07-27T20:46:48.516ZJul 27 20:46:47.383 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112632026-07-27T20:46:48.544ZJul 27 20:46:47.413 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112642026-07-27T20:46:48.582ZJul 27 20:46:47.450 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112652026-07-27T20:46:48.629ZJul 27 20:46:47.498 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112662026-07-27T20:46:48.630ZJul 27 20:46:47.498 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112672026-07-27T20:46:48.686ZJul 27 20:46:47.556 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112682026-07-27T20:46:48.689ZJul 27 20:46:47.556 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112692026-07-27T20:46:48.742ZJul 27 20:46:47.612 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112702026-07-27T20:46:48.746ZJul 27 20:46:47.612 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112712026-07-27T20:46:48.795ZJul 27 20:46:47.665 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112722026-07-27T20:46:48.798ZJul 27 20:46:47.665 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112732026-07-27T20:46:48.798ZJul 27 20:46:47.666 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112742026-07-27T20:46:48.798ZJul 27 20:46:47.666 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112752026-07-27T20:46:48.798ZJul 27 20:46:47.667 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112762026-07-27T20:46:48.845ZJul 27 20:46:47.715 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112772026-07-27T20:46:48.937ZJul 27 20:46:47.807 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112782026-07-27T20:46:49.023ZJul 27 20:46:47.893 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112792026-07-27T20:46:49.106ZJul 27 20:46:47.977 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112802026-07-27T20:46:49.109ZJul 27 20:46:47.977 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112812026-07-27T20:46:49.158ZJul 27 20:46:48.029 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112822026-07-27T20:46:49.162ZJul 27 20:46:48.029 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112832026-07-27T20:46:49.207ZJul 27 20:46:48.078 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112842026-07-27T20:46:49.211ZJul 27 20:46:48.078 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112852026-07-27T20:46:49.256ZJul 27 20:46:48.126 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112862026-07-27T20:46:49.281ZJul 27 20:46:48.126 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112872026-07-27T20:46:49.281ZJul 27 20:46:48.127 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112882026-07-27T20:46:49.281ZJul 27 20:46:48.127 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112892026-07-27T20:46:49.281ZJul 27 20:46:48.128 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112902026-07-27T20:46:49.281ZJul 27 20:46:48.128 INFO added artifact, length: 924, hash: bc994456195080ff994fb864af21b0d81b68e920d92c69e92bd4724aa49a75a3, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: installinator_document, name: installinator_document
112912026-07-27T20:46:49.768ZJul 27 20:46:48.638 INFO extracting uploaded archive to /tmp/.tmpma4bnw
112922026-07-27T20:46:51.616ZJul 27 20:46:50.487 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.q6TvEb
112932026-07-27T20:46:51.674ZJul 27 20:46:50.544 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112942026-07-27T20:46:51.764ZJul 27 20:46:50.635 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112952026-07-27T20:46:51.841ZJul 27 20:46:50.711 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112962026-07-27T20:46:51.924ZJul 27 20:46:50.795 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112972026-07-27T20:46:51.995ZJul 27 20:46:50.865 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112982026-07-27T20:46:52.062ZJul 27 20:46:50.933 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112992026-07-27T20:46:52.129ZJul 27 20:46:51.000 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
113002026-07-27T20:46:52.207ZJul 27 20:46:51.077 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
113012026-07-27T20:46:52.209ZJul 27 20:46:51.077 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
113022026-07-27T20:46:52.260ZJul 27 20:46:51.129 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
113032026-07-27T20:46:52.260ZJul 27 20:46:51.129 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
113042026-07-27T20:46:52.313ZJul 27 20:46:51.184 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113052026-07-27T20:46:52.316ZJul 27 20:46:51.184 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113062026-07-27T20:46:52.360ZJul 27 20:46:51.231 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
113072026-07-27T20:46:52.363ZJul 27 20:46:51.231 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
113082026-07-27T20:46:52.411ZJul 27 20:46:51.282 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113092026-07-27T20:46:52.416ZJul 27 20:46:51.282 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113102026-07-27T20:46:52.463ZJul 27 20:46:51.333 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
113112026-07-27T20:46:52.463ZJul 27 20:46:51.333 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
113122026-07-27T20:46:52.513ZJul 27 20:46:51.383 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
113132026-07-27T20:46:52.513ZJul 27 20:46:51.383 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
113142026-07-27T20:46:52.516ZJul 27 20:46:51.384 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
113152026-07-27T20:46:52.516ZJul 27 20:46:51.385 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113162026-07-27T20:46:52.516ZJul 27 20:46:51.385 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113172026-07-27T20:46:52.516ZJul 27 20:46:51.386 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113182026-07-27T20:46:52.519ZJul 27 20:46:51.387 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113192026-07-27T20:46:57.826ZJul 27 20:46:56.697 INFO added artifact, length: 33554432, hash: 0cfe44bdbed7d783b386ca7b7853a9cd3af1a89e7692d29c203403a3dcfd79ff, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: gimlet_host_phase_1, name: host
113202026-07-27T20:46:57.827ZJul 27 20:46:56.697 INFO added artifact, length: 33554432, hash: b60cdf51e193a25a006dc8c01c07e9cb52e071fb46b4020ca9bf778c51a49b4a, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: cosmo_host_phase_1, name: host
113212026-07-27T20:46:57.827ZJul 27 20:46:56.697 INFO added artifact, length: 1258295296, hash: 7cbe8e9ef587ee67d2f52ec2a3f4dda225c865b2cc1914e5ef5731499a207dc3, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: host_phase_2, name: host
113222026-07-27T20:46:58.702ZJul 27 20:46:57.573 INFO added artifact, length: 33554432, hash: 0e777e59a86ad968874005376f31322c5a7ab1b41a4c1fa9ceb0337803722796, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: gimlet_trampoline_phase_1, name: trampoline
113232026-07-27T20:46:58.702ZJul 27 20:46:57.573 INFO added artifact, length: 33554432, hash: 1e3fcba4d097b744a2547090d0ea48974d9a90bd92d7b1f562c5f2cb5c741b01, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: cosmo_trampoline_phase_1, name: trampoline
113242026-07-27T20:46:58.705ZJul 27 20:46:57.573 INFO added artifact, length: 167914915, hash: 88d00433a732404a3a59c61d1998248854cc964336d650759774e642b7e5c2ae, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: trampoline_phase_2, name: trampoline
113252026-07-27T20:47:04.993ZJul 27 20:47:03.863 INFO added artifact, length: 1811984202, hash: 074c7cc9c3919a73551793360c0e608f587307f2f5aff6540cd14844b99f7c4c, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: control_plane, name: control-plane
113262026-07-27T20:47:04.996ZJul 27 20:47:03.863 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113272026-07-27T20:47:04.996ZJul 27 20:47:03.863 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113282026-07-27T20:47:04.996ZJul 27 20:47:03.863 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113292026-07-27T20:47:05.022ZJul 27 20:47:03.893 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113302026-07-27T20:47:05.047ZJul 27 20:47:03.917 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113312026-07-27T20:47:05.078ZJul 27 20:47:03.949 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113322026-07-27T20:47:05.128ZJul 27 20:47:03.998 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113332026-07-27T20:47:05.128ZJul 27 20:47:03.998 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113342026-07-27T20:47:05.178ZJul 27 20:47:04.048 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113352026-07-27T20:47:05.182ZJul 27 20:47:04.048 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113362026-07-27T20:47:05.228ZJul 27 20:47:04.098 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113372026-07-27T20:47:05.231ZJul 27 20:47:04.098 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113382026-07-27T20:47:05.277ZJul 27 20:47:04.147 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113392026-07-27T20:47:05.277ZJul 27 20:47:04.147 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113402026-07-27T20:47:05.280ZJul 27 20:47:04.148 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113412026-07-27T20:47:05.280ZJul 27 20:47:04.149 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113422026-07-27T20:47:05.280ZJul 27 20:47:04.149 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113432026-07-27T20:47:05.327ZJul 27 20:47:04.197 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113442026-07-27T20:47:05.418ZJul 27 20:47:04.289 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113452026-07-27T20:47:05.517ZJul 27 20:47:04.388 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113462026-07-27T20:47:05.617ZJul 27 20:47:04.488 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113472026-07-27T20:47:05.617ZJul 27 20:47:04.488 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113482026-07-27T20:47:05.680ZJul 27 20:47:04.540 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113492026-07-27T20:47:05.680ZJul 27 20:47:04.540 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113502026-07-27T20:47:05.726ZJul 27 20:47:04.597 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113512026-07-27T20:47:05.731ZJul 27 20:47:04.597 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113522026-07-27T20:47:05.781ZJul 27 20:47:04.651 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113532026-07-27T20:47:05.784ZJul 27 20:47:04.651 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113542026-07-27T20:47:05.784ZJul 27 20:47:04.652 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113552026-07-27T20:47:05.784ZJul 27 20:47:04.653 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113562026-07-27T20:47:05.784ZJul 27 20:47:04.653 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113572026-07-27T20:47:05.784ZJul 27 20:47:04.653 INFO added artifact, length: 924, hash: bc994456195080ff994fb864af21b0d81b68e920d92c69e92bd4724aa49a75a3, version: 22.0.0-0.ci+gitf20be7e2e1e, kind: installinator_document, name: installinator_document
113582026-07-27T20:47:06.602ZJul 27 20:47:05.472 INFO [tuf-repo] task succeeded (80.240538607s)
113592026-07-27T20:49:22.445Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s
113602026-07-27T20:49:22.448Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113612026-07-27T20:49:22.448Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113622026-07-27T20:49:25.108ZJul 27 20:49:23.977 INFO [verify-libraries] process exited with exit status: 0 (426.09080094s)
113632026-07-27T20:49:25.108ZJul 27 20:49:23.977 INFO all jobs completed in 1210.854848367s
113642026-07-27T20:49:26.357Zprocess exited: duration 1481929 ms, exit code 0
 
113652026-07-27T20:49:26.368Zfound 41 output files
113662026-07-27T20:49:26.369Zuploading: /work/manifest.toml (17334 bytes)
113672026-07-27T20:49:27.379Zuploaded: /work/manifest.toml
113682026-07-27T20:49:27.379Zuploading: /work/repo.zip (3172899793 bytes)
113692026-07-27T20:50:04.535Zuploaded: /work/repo.zip
113702026-07-27T20:50:04.535Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113712026-07-27T20:50:05.704Zuploaded: /work/repo.zip.sha256.txt
113722026-07-27T20:50:05.704Zuploading: /work/helios.json (647 bytes)
113732026-07-27T20:50:06.712Zuploaded: /work/helios.json
113742026-07-27T20:50:06.712Zuploading: /work/incorporation.p5m (113590 bytes)
113752026-07-27T20:50:07.725Zuploaded: /work/incorporation.p5m
113762026-07-27T20:50:07.725Zuploading: /work/incorporation.p5p (133120 bytes)
113772026-07-27T20:50:08.738Zuploaded: /work/incorporation.p5p
113782026-07-27T20:50:08.738Zuploading: /work/helios-incorp.log (522 bytes)
113792026-07-27T20:50:09.746Zuploaded: /work/helios-incorp.log
113802026-07-27T20:50:09.746Zuploading: /work/helios-setup.log (57323 bytes)
113812026-07-27T20:50:10.756Zuploaded: /work/helios-setup.log
113822026-07-27T20:50:10.756Zuploading: /work/host-image.log (238620 bytes)
113832026-07-27T20:50:11.772Zuploaded: /work/host-image.log
113842026-07-27T20:50:11.772Zuploading: /work/host-package.log (33983 bytes)
113852026-07-27T20:50:12.783Zuploaded: /work/host-package.log
113862026-07-27T20:50:12.783Zuploading: /work/host-target.log (101 bytes)
113872026-07-27T20:50:13.791Zuploaded: /work/host-target.log
113882026-07-27T20:50:13.791Zuploading: /work/incorp-create.log (0 bytes)
113892026-07-27T20:50:14.798Zuploaded: /work/incorp-create.log
113902026-07-27T20:50:14.798Zuploading: /work/incorp-fmt.log (0 bytes)
113912026-07-27T20:50:15.804Zuploaded: /work/incorp-fmt.log
113922026-07-27T20:50:15.805Zuploading: /work/incorp-pkgsend.log (108 bytes)
113932026-07-27T20:50:16.814Zuploaded: /work/incorp-pkgsend.log
113942026-07-27T20:50:16.814Zuploading: /work/incorp-publisher.log (0 bytes)
113952026-07-27T20:50:17.820Zuploaded: /work/incorp-publisher.log
113962026-07-27T20:50:17.820Zuploading: /work/omicron-package.log (8094 bytes)
113972026-07-27T20:50:18.830Zuploaded: /work/omicron-package.log
113982026-07-27T20:50:18.832Zuploading: /work/recovery-image.log (587209 bytes)
113992026-07-27T20:50:19.846Zuploaded: /work/recovery-image.log
114002026-07-27T20:50:19.846Zuploading: /work/recovery-package.log (321 bytes)
114012026-07-27T20:50:20.855Zuploaded: /work/recovery-package.log
114022026-07-27T20:50:20.855Zuploading: /work/recovery-target.log (98 bytes)
114032026-07-27T20:50:21.865Zuploaded: /work/recovery-target.log
114042026-07-27T20:50:21.865Zuploading: /work/stamp-clickhouse.log (117 bytes)
114052026-07-27T20:50:22.873Zuploaded: /work/stamp-clickhouse.log
114062026-07-27T20:50:22.873Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
114072026-07-27T20:50:23.884Zuploaded: /work/stamp-clickhouse_keeper.log
114082026-07-27T20:50:23.884Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
114092026-07-27T20:50:24.892Zuploaded: /work/stamp-clickhouse_server.log
114102026-07-27T20:50:24.892Zuploading: /work/stamp-cockroachdb.log (118 bytes)
114112026-07-27T20:50:25.901Zuploaded: /work/stamp-cockroachdb.log
114122026-07-27T20:50:25.901Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
114132026-07-27T20:50:26.909Zuploaded: /work/stamp-crucible-pantry-zone.log
114142026-07-27T20:50:26.909Zuploading: /work/stamp-crucible-utils.log (118 bytes)
114152026-07-27T20:50:27.917Zuploaded: /work/stamp-crucible-utils.log
114162026-07-27T20:50:27.918Zuploading: /work/stamp-crucible-zone.log (120 bytes)
114172026-07-27T20:50:28.929Zuploaded: /work/stamp-crucible-zone.log
114182026-07-27T20:50:28.929Zuploading: /work/stamp-external-dns.log (119 bytes)
114192026-07-27T20:50:29.937Zuploaded: /work/stamp-external-dns.log
114202026-07-27T20:50:29.937Zuploading: /work/stamp-installinator.log (103 bytes)
114212026-07-27T20:50:30.945Zuploaded: /work/stamp-installinator.log
114222026-07-27T20:50:30.945Zuploading: /work/stamp-internal-dns.log (119 bytes)
114232026-07-27T20:50:31.955Zuploaded: /work/stamp-internal-dns.log
114242026-07-27T20:50:31.955Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114252026-07-27T20:50:32.963Zuploaded: /work/stamp-mg-ddm-gz.log
114262026-07-27T20:50:32.963Zuploading: /work/stamp-nexus.log (112 bytes)
114272026-07-27T20:50:33.971Zuploaded: /work/stamp-nexus.log
114282026-07-27T20:50:33.971Zuploading: /work/stamp-ntp.log (110 bytes)
114292026-07-27T20:50:34.979Zuploaded: /work/stamp-ntp.log
114302026-07-27T20:50:34.979Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114312026-07-27T20:50:35.988Zuploaded: /work/stamp-omicron-sled-agent.log
114322026-07-27T20:50:35.988Zuploading: /work/stamp-overlay.log (114 bytes)
114332026-07-27T20:50:36.996Zuploaded: /work/stamp-overlay.log
114342026-07-27T20:50:36.996Zuploading: /work/stamp-oximeter.log (115 bytes)
114352026-07-27T20:50:38.007Zuploaded: /work/stamp-oximeter.log
114362026-07-27T20:50:38.007Zuploading: /work/stamp-oxlog.log (109 bytes)
114372026-07-27T20:50:39.016Zuploaded: /work/stamp-oxlog.log
114382026-07-27T20:50:39.016Zuploading: /work/stamp-probe.log (112 bytes)
114392026-07-27T20:50:40.025Zuploaded: /work/stamp-probe.log
114402026-07-27T20:50:40.025Zuploading: /work/stamp-propolis-server.log (122 bytes)
114412026-07-27T20:50:41.035Zuploaded: /work/stamp-propolis-server.log
114422026-07-27T20:50:41.035Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114432026-07-27T20:50:42.044Zuploaded: /work/stamp-pumpkind-gz.log
114442026-07-27T20:50:42.044Zuploading: /work/stamp-switch-asic.log (118 bytes)
114452026-07-27T20:50:43.052Zuploaded: /work/stamp-switch-asic.log
114462026-07-27T20:50:43.052Zuploading: /work/verify-libraries.log (52086 bytes)
114472026-07-27T20:50:44.063Zuploaded: /work/verify-libraries.log