01M0Z7YTT0C592F06F6Y92HMN3: 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: 01M0Z7Z9AHBRK4C3T6A6PDBAC2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T14:36:38.547Zjob assigned to worker 01M0Z7ZG9H5YBK8W1SKGWCZJDW [factory aws, i-09932466b44d59163] (queued for 50 s)
 
22026-08-26T14:36:45.909Zstarting task 0: "setup"
32026-08-26T14:36:45.913Z++ uname -s
42026-08-26T14:36:45.917Z+ kern=SunOS
52026-08-26T14:36:45.917Z+ build_user=build
62026-08-26T14:36:45.917Z+ build_uid=12345
72026-08-26T14:36:45.917Z+ work_dir=/work
82026-08-26T14:36:45.917Z+ input_dir=/input
92026-08-26T14:36:45.917Z+ [[ 0 == 12345 ]]
102026-08-26T14:36:45.917Z+ case "$kern" in
112026-08-26T14:36:45.917Z+ groupadd -g 12345 build
122026-08-26T14:36:45.920Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T14:36:47.923Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T14:36:48.028Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T14:36:48.032Z+ home_fs=zfs
162026-08-26T14:36:48.032Z+ [[ zfs == autofs ]]
172026-08-26T14:36:48.032Z+ mkdir -p /home/build
182026-08-26T14:36:48.032Z+ chown build:build /home/build /work
192026-08-26T14:36:50.034Z+ chmod 0700 /home/build /work
202026-08-26T14:36:50.037Zprocess exited: duration 4130 ms, exit code 0
 
212026-08-26T14:36:50.044Zstarting task 1: "rust-toolchain"
222026-08-26T14:36:50.049Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T14:36:50.049Z * rust toolchain channel = "1.97.1"
242026-08-26T14:36:50.049Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-26T14:36:50.049Z * rust toolchain profile = "default"
262026-08-26T14:36:50.049Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T14:36:50.052Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T14:36:50.053Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T14:36:50.053Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T14:36:50.127Zinfo: downloading installer
312026-08-26T14:36:51.521Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T14:36:51.521Zwarn: /home/build/.rustup/settings.toml
332026-08-26T14:36:51.521Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T14:36:51.521Zwarn: instead of the one inferred from the default host triple.
352026-08-26T14:36:51.533Zinfo: profile set to default
362026-08-26T14:36:51.533Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T14:36:51.536Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T14:36:51.667Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T14:36:51.671Zinfo: downloading 6 components
402026-08-26T14:37:06.357Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-26T14:37:06.357Z
422026-08-26T14:37:06.386Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T14:37:06.386Z
442026-08-26T14:37:06.386Z
452026-08-26T14:37:06.386ZRust is installed now. Great!
462026-08-26T14:37:06.386Z
472026-08-26T14:37:06.386ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T14:37:06.386Zenvironment variable. This has not been done automatically.
492026-08-26T14:37:06.386Z
502026-08-26T14:37:06.386ZTo configure your current shell, you need to source
512026-08-26T14:37:06.386Zthe corresponding env file under $HOME/.cargo.
522026-08-26T14:37:06.386Z
532026-08-26T14:37:06.386ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T14:37:06.386Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T14:37:06.389Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T14:37:06.389Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T14:37:06.390Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T14:37:06.390Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T14:37:06.390Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T14:37:06.390Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T14:37:06.390Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T14:37:06.489Z+ rustup --version
632026-08-26T14:37:06.494Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T14:37:06.498Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T14:37:06.515Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T14:37:06.518Z+ cargo --version
672026-08-26T14:37:06.526Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T14:37:06.529Z+ rustc --version
692026-08-26T14:37:06.548Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T14:37:06.551Zprocess exited: duration 16506 ms, exit code 0
 
712026-08-26T14:37:06.558Zstarting task 2: "authentication"
722026-08-26T14:37:06.575Zprocess exited: duration 17 ms, exit code 0
 
732026-08-26T14:37:06.582Zstarting task 3: "clone repository"
742026-08-26T14:37:06.586Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-26T14:37:06.590Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-26T14:37:06.622ZCloning into '/work/oxidecomputer/omicron'...
772026-08-26T14:37:25.643Z+ cd /work/oxidecomputer/omicron
782026-08-26T14:37:25.643Z+ git fetch origin e7596aad5496048a384e26fd8e478cad2ae722b1
792026-08-26T14:37:26.072ZFrom https://github.com/oxidecomputer/omicron
802026-08-26T14:37:26.072Z * branch e7596aad5496048a384e26fd8e478cad2ae722b1 -> FETCH_HEAD
812026-08-26T14:37:26.087Z+ [[ -n ben/multiple-eips-in-inventory-types ]]
822026-08-26T14:37:26.090Z++ git branch --show-current
832026-08-26T14:37:26.090Z+ current=main
842026-08-26T14:37:26.090Z+ [[ main != ben/multiple-eips-in-inventory-types ]]
852026-08-26T14:37:26.090Z+ git branch -f ben/multiple-eips-in-inventory-types e7596aad5496048a384e26fd8e478cad2ae722b1
862026-08-26T14:37:26.094Z+ git checkout -f ben/multiple-eips-in-inventory-types
872026-08-26T14:37:26.163ZSwitched to branch 'ben/multiple-eips-in-inventory-types'
882026-08-26T14:37:26.167Z+ git reset --hard e7596aad5496048a384e26fd8e478cad2ae722b1
892026-08-26T14:37:26.235ZHEAD is now at e7596aad5 Support multiple external IPs in sled-agent inventory
902026-08-26T14:37:26.238Zprocess exited: duration 19654 ms, exit code 0
 
912026-08-26T14:37:26.245Zstarting task 4: "build"
922026-08-26T14:37:26.249Z+ source .github/buildomat/ci-env.sh
932026-08-26T14:37:26.253Z++ export CARGO_TERM_COLOR=always
942026-08-26T14:37:26.253Z++ CARGO_TERM_COLOR=always
952026-08-26T14:37:26.253Z+++ uname -s
962026-08-26T14:37:26.253Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-26T14:37:26.253Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-26T14:37:26.257Z+ cargo --version
992026-08-26T14:37:26.263Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-26T14:37:26.266Z+ rustc --version
1012026-08-26T14:37:26.285Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-26T14:37:26.290Z+ cargo tree --locked
1032026-08-26T14:37:26.467Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-26T14:37:27.292Z Updating crates.io index
1052026-08-26T14:37:27.295Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-26T14:37:27.572Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-26T14:37:28.082Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1082026-08-26T14:37:28.454Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-26T14:37:29.768Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-26T14:37:30.419Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-26T14:37:32.444Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-26T14:37:33.563Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-26T14:37:33.867Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-26T14:37:34.259Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-26T14:37:35.758Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-26T14:37:36.069Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-26T14:37:36.535Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-26T14:37:36.847Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-26T14:37:37.139Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-26T14:37:37.426Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-26T14:37:37.759Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-26T14:37:38.054Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-26T14:37:38.615Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-26T14:37:39.298Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-26T14:37:39.748Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-26T14:37:40.151Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-26T14:37:40.461Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-26T14:37:41.037Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-26T14:37:41.437Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-26T14:37:41.718Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-26T14:37:42.211Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-26T14:37:43.116Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-26T14:37:43.452Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-26T14:37:43.809Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-26T14:37:44.117Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-26T14:37:44.472Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-26T14:37:44.864Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-26T14:37:45.705Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-26T14:37:46.032Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-26T14:37:46.317Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-26T14:37:46.667Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-26T14:37:47.044Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-26T14:37:47.329Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-26T14:37:47.629Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-26T14:37:47.956Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-26T14:37:48.240Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-26T14:37:48.514Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-26T14:37:51.313Z Downloading crates ...
1492026-08-26T14:37:51.356Z Downloaded colorchoice v1.0.4
1502026-08-26T14:37:51.364Z Downloaded colored v3.1.1
1512026-08-26T14:37:51.367Z Downloaded addr2line v0.25.1
1522026-08-26T14:37:51.367Z Downloaded crc v3.4.0
1532026-08-26T14:37:51.370Z Downloaded deranged v0.5.8
1542026-08-26T14:37:51.373Z Downloaded compact_str v0.8.1
1552026-08-26T14:37:51.373Z Downloaded crunchy v0.2.4
1562026-08-26T14:37:51.373Z Downloaded cobs v0.3.0
1572026-08-26T14:37:51.376Z Downloaded crc-catalog v2.4.0
1582026-08-26T14:37:51.380Z Downloaded console v0.15.11
1592026-08-26T14:37:51.380Z Downloaded cpufeatures v0.2.17
1602026-08-26T14:37:51.383Z Downloaded heck v0.5.0
1612026-08-26T14:37:51.383Z Downloaded cpufeatures v0.3.0
1622026-08-26T14:37:51.388Z Downloaded diesel_table_macro_syntax v0.3.0
1632026-08-26T14:37:51.391Z Downloaded crc8 v0.1.1
1642026-08-26T14:37:51.397Z Downloaded const_format_proc_macros v0.2.34
1652026-08-26T14:37:51.401Z Downloaded hashbrown v0.14.5
1662026-08-26T14:37:51.404Z Downloaded defmt v0.3.100
1672026-08-26T14:37:51.404Z Downloaded compression-core v0.4.31
1682026-08-26T14:37:51.407Z Downloaded convert_case v0.4.0
1692026-08-26T14:37:51.407Z Downloaded crucible-workspace-hack v0.1.0
1702026-08-26T14:37:51.407Z Downloaded crypto-common v0.2.2
1712026-08-26T14:37:51.410Z Downloaded constant_time_eq v0.3.1
1722026-08-26T14:37:51.413Z Downloaded ipnet v2.12.0
1732026-08-26T14:37:51.413Z Downloaded clap_lex v1.0.0
1742026-08-26T14:37:51.416Z Downloaded humantime v2.3.0
1752026-08-26T14:37:51.416Z Downloaded darling_macro v0.13.4
1762026-08-26T14:37:51.420Z Downloaded hostname v0.3.1
1772026-08-26T14:37:51.423Z Downloaded convert_case v0.10.0
1782026-08-26T14:37:51.423Z Downloaded cookie v0.18.1
1792026-08-26T14:37:51.426Z Downloaded headers-core v0.3.0
1802026-08-26T14:37:51.426Z Downloaded hubpack_derive v0.1.1
1812026-08-26T14:37:51.429Z Downloaded bit-set v0.5.3
1822026-08-26T14:37:51.429Z Downloaded clang-sys v1.8.1
1832026-08-26T14:37:51.432Z Downloaded icu_properties v2.1.2
1842026-08-26T14:37:51.432Z Downloaded darling_macro v0.21.3
1852026-08-26T14:37:51.438Z Downloaded hash32 v0.3.1
1862026-08-26T14:37:51.441Z Downloaded darling_macro v0.23.0
1872026-08-26T14:37:51.441Z Downloaded cpubits v0.1.1
1882026-08-26T14:37:51.441Z Downloaded cstr-argument v0.1.2
1892026-08-26T14:37:51.445Z Downloaded httpdate v1.0.3
1902026-08-26T14:37:51.448Z Downloaded crypto-common v0.1.7
1912026-08-26T14:37:51.448Z Downloaded hex v0.4.3
1922026-08-26T14:37:51.448Z Downloaded httptest v0.16.4
1932026-08-26T14:37:51.451Z Downloaded hubpack v0.1.2
1942026-08-26T14:37:51.451Z Downloaded hybrid-array v0.4.13
1952026-08-26T14:37:51.451Z Downloaded icu_locale_core v2.1.1
1962026-08-26T14:37:51.454Z Downloaded debug-ignore v1.0.5
1972026-08-26T14:37:51.457Z Downloaded jiff-static v0.2.34
1982026-08-26T14:37:51.457Z Downloaded derive_builder_macro v0.20.2
1992026-08-26T14:37:51.457Z Downloaded cmov v0.5.4
2002026-08-26T14:37:51.457Z Downloaded critical-section v1.2.0
2012026-08-26T14:37:51.457Z Downloaded derive-ex v0.1.8
2022026-08-26T14:37:51.460Z Downloaded hex-literal v0.4.1
2032026-08-26T14:37:51.460Z Downloaded heck v0.4.1
2042026-08-26T14:37:51.462Z Downloaded internet-checksum v0.2.1
2052026-08-26T14:37:51.465Z Downloaded curve25519-dalek-derive v0.1.1
2062026-08-26T14:37:51.465Z Downloaded darling_macro v0.20.11
2072026-08-26T14:37:51.465Z Downloaded hyper-tls v0.6.0
2082026-08-26T14:37:51.468Z Downloaded http-body v1.0.1
2092026-08-26T14:37:51.471Z Downloaded hash32 v0.2.1
2102026-08-26T14:37:51.471Z Downloaded home v0.5.12
2112026-08-26T14:37:51.474Z Downloaded idna_adapter v1.2.1
2122026-08-26T14:37:51.474Z Downloaded is_ci v1.2.0
2132026-08-26T14:37:51.477Z Downloaded async-recursion v1.1.1
2142026-08-26T14:37:51.480Z Downloaded indoc v1.0.9
2152026-08-26T14:37:51.480Z Downloaded ascii-canvas v3.0.0
2162026-08-26T14:37:51.480Z Downloaded async-object-pool v0.2.0
2172026-08-26T14:37:51.480Z Downloaded guppy-workspace-hack v0.1.0
2182026-08-26T14:37:51.483Z Downloaded http-range v0.1.5
2192026-08-26T14:37:51.483Z Downloaded ctutils v0.4.2
2202026-08-26T14:37:51.483Z Downloaded criterion-plot v0.6.0
2212026-08-26T14:37:51.486Z Downloaded crossbeam-deque v0.8.6
2222026-08-26T14:37:51.487Z Downloaded ident_case v1.0.1
2232026-08-26T14:37:51.487Z Downloaded is-terminal v0.4.17
2242026-08-26T14:37:51.487Z Downloaded colored v2.2.0
2252026-08-26T14:37:51.487Z Downloaded crossbeam-epoch v0.9.18
2262026-08-26T14:37:51.490Z Downloaded hex-literal v1.1.0
2272026-08-26T14:37:51.493Z Downloaded illumos-nvpair-sys v0.2.0
2282026-08-26T14:37:51.493Z Downloaded hostname v0.4.2
2292026-08-26T14:37:51.493Z Downloaded const-oid v0.9.6
2302026-08-26T14:37:51.496Z Downloaded bb8 v0.8.6
2312026-08-26T14:37:51.496Z Downloaded itoa v1.0.17
2322026-08-26T14:37:51.499Z Downloaded cmake v0.1.57
2332026-08-26T14:37:51.501Z Downloaded inout v0.1.4
2342026-08-26T14:37:51.504Z Downloaded instant v0.1.13
2352026-08-26T14:37:51.507Z Downloaded defmt-parser v1.0.0
2362026-08-26T14:37:51.507Z Downloaded is_terminal_polyfill v1.70.2
2372026-08-26T14:37:51.507Z Downloaded cipher v0.5.2
2382026-08-26T14:37:51.510Z Downloaded constant_time_eq v0.4.2
2392026-08-26T14:37:51.510Z Downloaded data-encoding v2.10.0
2402026-08-26T14:37:51.511Z Downloaded diesel-dtrace v0.5.0
2412026-08-26T14:37:51.511Z Downloaded inout v0.2.2
2422026-08-26T14:37:51.511Z Downloaded delegate v0.13.5
2432026-08-26T14:37:51.520Z Downloaded defmt-macros v1.0.1
2442026-08-26T14:37:51.520Z Downloaded half v1.8.3
2452026-08-26T14:37:51.520Z Downloaded darling v0.13.4
2462026-08-26T14:37:51.520Z Downloaded base16ct v1.0.0
2472026-08-26T14:37:51.520Z Downloaded illumos-nvpair v0.3.0
2482026-08-26T14:37:51.520Z Downloaded instability v0.3.11
2492026-08-26T14:37:51.524Z Downloaded cast v0.3.0
2502026-08-26T14:37:51.524Z Downloaded cfg_aliases v0.2.1
2512026-08-26T14:37:51.524Z Downloaded ciborium-io v0.2.2
2522026-08-26T14:37:51.524Z Downloaded opaque-debug v0.3.1
2532026-08-26T14:37:51.524Z Downloaded openssl-probe v0.1.6
2542026-08-26T14:37:51.524Z Downloaded daft-derive v0.1.8
2552026-08-26T14:37:51.528Z Downloaded compression-codecs v0.4.37
2562026-08-26T14:37:51.531Z Downloaded concurrent-queue v2.5.0
2572026-08-26T14:37:51.531Z Downloaded crc32fast v1.5.0
2582026-08-26T14:37:51.533Z Downloaded half v2.7.1
2592026-08-26T14:37:51.533Z Downloaded der_derive v0.7.3
2602026-08-26T14:37:51.536Z Downloaded castaway v0.2.4
2612026-08-26T14:37:51.536Z Downloaded olpc-cjson v0.1.4
2622026-08-26T14:37:51.536Z Downloaded oso-derive v0.27.3
2632026-08-26T14:37:51.536Z Downloaded percent-encoding v2.3.2
2642026-08-26T14:37:51.540Z Downloaded defmt v1.0.1
2652026-08-26T14:37:51.544Z Downloaded csv-core v0.1.13
2662026-08-26T14:37:51.547Z Downloaded anstyle v1.0.14
2672026-08-26T14:37:51.547Z Downloaded password-hash v0.6.1
2682026-08-26T14:37:51.547Z Downloaded corncobs v0.1.4
2692026-08-26T14:37:51.547Z Downloaded highway v1.3.0
2702026-08-26T14:37:51.550Z Downloaded argon2 v0.5.3
2712026-08-26T14:37:51.553Z Downloaded arrayvec v0.7.6
2722026-08-26T14:37:51.556Z Downloaded hyper-staticfile v0.10.1
2732026-08-26T14:37:51.559Z Downloaded peg-runtime v0.8.5
2742026-08-26T14:37:51.562Z Downloaded ingot-types v0.2.0
2752026-08-26T14:37:51.566Z Downloaded autocfg v1.5.0
2762026-08-26T14:37:51.566Z Downloaded bit-vec v0.8.0
2772026-08-26T14:37:51.569Z Downloaded ingot v0.2.1
2782026-08-26T14:37:51.572Z Downloaded precomputed-hash v0.1.1
2792026-08-26T14:37:51.572Z Downloaded progenitor-macro v0.13.0
2802026-08-26T14:37:51.572Z Downloaded progenitor-macro v0.14.0
2812026-08-26T14:37:51.572Z Downloaded console v0.16.2
2822026-08-26T14:37:51.575Z Downloaded cookie_store v0.22.1
2832026-08-26T14:37:51.575Z Downloaded crypto-bigint v0.5.5
2842026-08-26T14:37:51.577Z Downloaded impl-trait-for-tuples v0.2.3
2852026-08-26T14:37:51.580Z Downloaded indent_write v2.2.0
2862026-08-26T14:37:51.580Z Downloaded ctr v0.10.1
2872026-08-26T14:37:51.580Z Downloaded daft v0.1.8
2882026-08-26T14:37:51.583Z Downloaded darling v0.23.0
2892026-08-26T14:37:51.583Z Downloaded des v0.9.0
2902026-08-26T14:37:51.586Z Downloaded indoc v2.0.7
2912026-08-26T14:37:51.586Z Downloaded progenitor-client v0.14.0
2922026-08-26T14:37:51.586Z Downloaded byte-wrapper v0.1.0
2932026-08-26T14:37:51.589Z Downloaded rand_pcg v0.10.2
2942026-08-26T14:37:51.590Z Downloaded ref-cast v1.0.25
2952026-08-26T14:37:51.590Z Downloaded russh-util v0.52.0
2962026-08-26T14:37:51.593Z Downloaded hyper-rustls v0.27.7
2972026-08-26T14:37:51.593Z Downloaded const-oid v0.10.2
2982026-08-26T14:37:51.596Z Downloaded httparse v1.10.1
2992026-08-26T14:37:51.596Z Downloaded clap_derive v4.6.1
3002026-08-26T14:37:51.599Z Downloaded crossbeam-utils v0.8.21
3012026-08-26T14:37:51.599Z Downloaded darling v0.21.3
3022026-08-26T14:37:51.602Z Downloaded datatest-stable v0.3.3
3032026-08-26T14:37:51.602Z Downloaded darling v0.20.11
3042026-08-26T14:37:51.606Z Downloaded heapless v0.7.17
3052026-08-26T14:37:51.609Z Downloaded rfc6979 v0.4.0
3062026-08-26T14:37:51.609Z Downloaded rfc6979 v0.6.0
3072026-08-26T14:37:51.609Z Downloaded scopeguard v1.2.0
3082026-08-26T14:37:51.612Z Downloaded derive_builder_core v0.20.2
3092026-08-26T14:37:51.616Z Downloaded parse-display-derive v0.10.0
3102026-08-26T14:37:51.616Z Downloaded anyhow v1.0.104
3112026-08-26T14:37:51.616Z Downloaded owo-colors v3.5.0
3122026-08-26T14:37:51.619Z Downloaded phf v0.12.1
3132026-08-26T14:37:51.619Z Downloaded scroll_derive v0.12.1
3142026-08-26T14:37:51.622Z Downloaded serde_plain v1.0.2
3152026-08-26T14:37:51.622Z Downloaded serde_spanned v1.1.1
3162026-08-26T14:37:51.622Z Downloaded path-tree v0.8.3
3172026-08-26T14:37:51.622Z Downloaded similar-asserts v1.7.0
3182026-08-26T14:37:51.626Z Downloaded swrite v0.1.0
3192026-08-26T14:37:51.629Z Downloaded crossbeam-channel v0.5.15
3202026-08-26T14:37:51.632Z Downloaded crc-any v2.5.0
3212026-08-26T14:37:51.632Z Downloaded bitflags v2.11.0
3222026-08-26T14:37:51.632Z Downloaded block-buffer v0.12.1
3232026-08-26T14:37:51.636Z Downloaded poly1305 v0.8.0
3242026-08-26T14:37:51.636Z Downloaded predicates v3.1.4
3252026-08-26T14:37:51.636Z Downloaded phf v0.13.1
3262026-08-26T14:37:51.639Z Downloaded http-body-util v0.1.3
3272026-08-26T14:37:51.639Z Downloaded hickory-client v0.25.2
3282026-08-26T14:37:51.639Z Downloaded hmac v0.12.1
3292026-08-26T14:37:51.639Z Downloaded primeorder v0.13.6
3302026-08-26T14:37:51.642Z Downloaded strum v0.26.3
3312026-08-26T14:37:51.642Z Downloaded structmeta-derive v0.3.0
3322026-08-26T14:37:51.642Z Downloaded supports-hyperlinks v3.2.0
3332026-08-26T14:37:51.642Z Downloaded supports-unicode v2.1.0
3342026-08-26T14:37:51.642Z Downloaded supports-unicode v3.0.0
3352026-08-26T14:37:51.642Z Downloaded ipnetwork v0.21.1
3362026-08-26T14:37:51.646Z Downloaded tap v1.0.1
3372026-08-26T14:37:51.646Z Downloaded thread-id v5.1.0
3382026-08-26T14:37:51.649Z Downloaded clap v4.6.1
3392026-08-26T14:37:51.652Z Downloaded buf-list v1.1.2
3402026-08-26T14:37:51.655Z Downloaded cancel-safe-futures v0.1.5
3412026-08-26T14:37:51.659Z Downloaded hmac v0.13.0
3422026-08-26T14:37:51.659Z Downloaded iana-time-zone v0.1.65
3432026-08-26T14:37:51.659Z Downloaded proc-macro-error v1.0.4
3442026-08-26T14:37:51.670Z Downloaded darling_core v0.13.4
3452026-08-26T14:37:51.673Z Downloaded derive_more v0.99.20
3462026-08-26T14:37:51.676Z Downloaded sec1 v0.8.1
3472026-08-26T14:37:51.676Z Downloaded derive_builder v0.20.2
3482026-08-26T14:37:51.679Z Downloaded ingot-macros v0.2.0
3492026-08-26T14:37:51.683Z Downloaded unarray v0.1.4
3502026-08-26T14:37:51.686Z Downloaded untrusted v0.7.1
3512026-08-26T14:37:51.689Z Downloaded utf-8 v0.7.6
3522026-08-26T14:37:51.692Z Downloaded utf8parse v0.2.2
3532026-08-26T14:37:51.692Z Downloaded blake2b_simd v1.0.4
3542026-08-26T14:37:51.692Z Downloaded darling_core v0.20.11
3552026-08-26T14:37:51.695Z Downloaded const_format v0.2.35
3562026-08-26T14:37:51.698Z Downloaded phc v0.6.1
3572026-08-26T14:37:51.698Z Downloaded rustls-native-certs v0.8.3
3582026-08-26T14:37:51.698Z Downloaded slog-term v2.9.2
3592026-08-26T14:37:51.701Z Downloaded sha2 v0.10.9
3602026-08-26T14:37:51.702Z Downloaded snafu-derive v0.8.9
3612026-08-26T14:37:51.702Z Downloaded spki v0.7.3
3622026-08-26T14:37:51.705Z Downloaded usdt-macro v0.6.0
3632026-08-26T14:37:51.705Z Downloaded utf8_iter v1.0.4
3642026-08-26T14:37:51.708Z Downloaded downcast-rs v2.0.2
3652026-08-26T14:37:51.708Z Downloaded dtrace-parser v0.3.0
3662026-08-26T14:37:51.708Z Downloaded yoke-derive v0.8.1
3672026-08-26T14:37:51.708Z Downloaded zone v0.3.1
3682026-08-26T14:37:51.708Z Downloaded dropshot-api-manager-types v0.8.0
3692026-08-26T14:37:51.711Z Downloaded smf v0.2.3
3702026-08-26T14:37:51.711Z Downloaded ssh-cipher v0.3.0
3712026-08-26T14:37:51.714Z Downloaded ssh-encoding v0.3.0
3722026-08-26T14:37:51.715Z Downloaded support-bundle-viewer v0.1.2
3732026-08-26T14:37:51.715Z Downloaded zerofrom-derive v0.1.6
3742026-08-26T14:37:51.718Z Downloaded icu_provider v2.1.1
3752026-08-26T14:37:51.718Z Downloaded zone_cfg_derive v0.3.1
3762026-08-26T14:37:51.718Z Downloaded endian-type v0.1.2
3772026-08-26T14:37:51.721Z Downloaded time-macros v0.2.27
3782026-08-26T14:37:51.724Z Downloaded derive-where v1.6.0
3792026-08-26T14:37:51.727Z Downloaded rust-argon2 v2.1.0
3802026-08-26T14:37:51.733Z Downloaded ignore v0.4.25
3812026-08-26T14:37:51.733Z Downloaded parking_lot v0.12.5
3822026-08-26T14:37:51.736Z Downloaded tls_codec_derive v0.4.2
3832026-08-26T14:37:51.736Z Downloaded tokio-tungstenite v0.21.0
3842026-08-26T14:37:51.736Z Downloaded indexmap v1.9.3
3852026-08-26T14:37:51.736Z Downloaded quote v1.0.45
3862026-08-26T14:37:51.739Z Downloaded rand_chacha v0.9.0
3872026-08-26T14:37:51.739Z Downloaded futures-core v0.3.32
3882026-08-26T14:37:51.739Z Downloaded form_urlencoded v1.2.2
3892026-08-26T14:37:51.742Z Downloaded termcolor v1.4.1
3902026-08-26T14:37:51.742Z Downloaded funty v2.0.0
3912026-08-26T14:37:51.742Z Downloaded futures-task v0.3.32
3922026-08-26T14:37:51.742Z Downloaded kstat-rs v0.2.5
3932026-08-26T14:37:51.742Z Downloaded embedded-io v0.4.0
3942026-08-26T14:37:51.746Z Downloaded equivalent v1.0.2
3952026-08-26T14:37:51.746Z Downloaded fd-lock v4.0.4
3962026-08-26T14:37:51.746Z Downloaded fnv v1.0.7
3972026-08-26T14:37:51.749Z Downloaded allocator-api2 v0.2.21
3982026-08-26T14:37:51.749Z Downloaded foreign-types v0.5.0
3992026-08-26T14:37:51.752Z Downloaded semver v1.0.28
4002026-08-26T14:37:51.755Z Downloaded hashbrown v0.13.2
4012026-08-26T14:37:51.762Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4022026-08-26T14:37:51.765Z Downloaded lzss v0.8.2
4032026-08-26T14:37:51.769Z Downloaded macaddr v1.0.1
4042026-08-26T14:37:51.769Z Downloaded sha2 v0.11.0
4052026-08-26T14:37:51.772Z Downloaded keccak v0.1.6
4062026-08-26T14:37:51.775Z Downloaded slog-dtrace v0.3.0
4072026-08-26T14:37:51.778Z Downloaded oxide-update-engine-types v0.1.2
4082026-08-26T14:37:51.781Z Downloaded papergrid v0.11.0
4092026-08-26T14:37:51.781Z Downloaded serde-hex v0.1.0
4102026-08-26T14:37:51.784Z Downloaded spki v0.8.0
4112026-08-26T14:37:51.784Z Downloaded zmij v1.0.21
4122026-08-26T14:37:51.784Z Downloaded postgres-types v0.2.12
4132026-08-26T14:37:51.787Z Downloaded wyz v0.5.1
4142026-08-26T14:37:51.787Z Downloaded termios v0.3.3
4152026-08-26T14:37:51.787Z Downloaded displaydoc v0.2.5
4162026-08-26T14:37:51.790Z Downloaded newtype-uuid-macros v0.1.0
4172026-08-26T14:37:51.790Z Downloaded newtype_derive v0.1.6
4182026-08-26T14:37:51.791Z Downloaded nonempty v0.12.0
4192026-08-26T14:37:51.791Z Downloaded nested v0.1.1
4202026-08-26T14:37:51.791Z Downloaded num-conv v0.2.0
4212026-08-26T14:37:51.791Z Downloaded icu_normalizer v2.1.1
4222026-08-26T14:37:51.794Z Downloaded num_enum_derive v0.5.11
4232026-08-26T14:37:51.794Z Downloaded assert-json-diff v2.0.2
4242026-08-26T14:37:51.794Z Downloaded aead v0.5.2
4252026-08-26T14:37:51.794Z Downloaded anstyle-query v1.1.5
4262026-08-26T14:37:51.797Z Downloaded thiserror-impl v2.0.18
4272026-08-26T14:37:51.797Z Downloaded darling_core v0.21.3
4282026-08-26T14:37:51.800Z Downloaded der v0.7.10
4292026-08-26T14:37:51.800Z Downloaded rcgen v0.12.1
4302026-08-26T14:37:51.803Z Downloaded darling_core v0.23.0
4312026-08-26T14:37:51.806Z Downloaded derive_more v2.1.1
4322026-08-26T14:37:51.809Z Downloaded indicatif v0.18.4
4332026-08-26T14:37:51.813Z Downloaded toml v0.8.23
4342026-08-26T14:37:51.813Z Downloaded toml_parser v1.1.2+spec-1.1.0
4352026-08-26T14:37:51.816Z Downloaded futures-timer v3.0.3
4362026-08-26T14:37:51.816Z Downloaded heapless v0.8.0
4372026-08-26T14:37:51.819Z Downloaded adler2 v2.0.1
4382026-08-26T14:37:51.819Z Downloaded ciborium-ll v0.2.2
4392026-08-26T14:37:51.819Z Downloaded proc-macro2 v1.0.106
4402026-08-26T14:37:51.822Z Downloaded serde_derive v1.0.228
4412026-08-26T14:37:51.822Z Downloaded atomic-waker v1.1.2
4422026-08-26T14:37:51.826Z Downloaded base16ct v0.2.0
4432026-08-26T14:37:51.826Z Downloaded block-buffer v0.10.4
4442026-08-26T14:37:51.826Z Downloaded ucd-trie v0.1.7
4452026-08-26T14:37:51.830Z Downloaded knus-derive v3.4.0
4462026-08-26T14:37:51.830Z Downloaded libsw v3.5.0
4472026-08-26T14:37:51.830Z Downloaded fallible-iterator v0.2.0
4482026-08-26T14:37:51.830Z Downloaded ff v0.13.1
4492026-08-26T14:37:51.830Z Downloaded libsw-core v0.3.2
4502026-08-26T14:37:51.834Z Downloaded git-stub v1.0.0
4512026-08-26T14:37:51.837Z Downloaded globset v0.4.18
4522026-08-26T14:37:51.837Z Downloaded oxide-generation-macros v0.2.0
4532026-08-26T14:37:51.840Z Downloaded packed_struct_codegen v0.10.1
4542026-08-26T14:37:51.844Z Downloaded parse-size v1.1.0
4552026-08-26T14:37:51.847Z Downloaded mime_guess v2.0.5
4562026-08-26T14:37:51.850Z Downloaded path-slash v0.1.5
4572026-08-26T14:37:51.850Z Downloaded icu_normalizer_data v2.1.1
4582026-08-26T14:37:51.853Z Downloaded whoami v1.6.1
4592026-08-26T14:37:51.856Z Downloaded jobserver v0.1.34
4602026-08-26T14:37:51.856Z Downloaded mime v0.3.17
4612026-08-26T14:37:51.856Z Downloaded schemars v0.8.22
4622026-08-26T14:37:51.861Z Downloaded pest_meta v2.8.6
4632026-08-26T14:37:51.864Z Downloaded serde_yaml v0.9.34+deprecated
4642026-08-26T14:37:51.864Z Downloaded crossterm v0.28.1
4652026-08-26T14:37:51.867Z Downloaded num-rational v0.4.2
4662026-08-26T14:37:51.870Z Downloaded quick-error v1.2.3
4672026-08-26T14:37:51.870Z Downloaded derive_more-impl v2.1.1
4682026-08-26T14:37:51.873Z Downloaded recursive v0.1.1
4692026-08-26T14:37:51.876Z Downloaded tinyvec v1.10.0
4702026-08-26T14:37:51.879Z Downloaded backoff v0.4.0
4712026-08-26T14:37:51.879Z Downloaded bit-vec v0.6.3
4722026-08-26T14:37:51.879Z Downloaded bitfield v0.19.4
4732026-08-26T14:37:51.882Z Downloaded icu_collections v2.1.1
4742026-08-26T14:37:51.885Z Downloaded scroll_derive v0.13.1
4752026-08-26T14:37:51.885Z Downloaded serde_regex v1.1.0
4762026-08-26T14:37:51.885Z Downloaded hickory-resolver v0.24.4
4772026-08-26T14:37:51.888Z Downloaded sqlparser_derive v0.5.0
4782026-08-26T14:37:51.888Z Downloaded structmeta v0.3.0
4792026-08-26T14:37:51.891Z Downloaded hickory-resolver v0.25.2
4802026-08-26T14:37:51.894Z Downloaded diesel_derives v2.3.7
4812026-08-26T14:37:51.897Z Downloaded textwrap v0.16.2
4822026-08-26T14:37:51.901Z Downloaded env_logger v0.11.11
4832026-08-26T14:37:51.901Z Downloaded anstream v0.6.21
4842026-08-26T14:37:51.904Z Downloaded tungstenite v0.21.0
4852026-08-26T14:37:51.904Z Downloaded libtest-mimic v0.8.1
4862026-08-26T14:37:51.907Z Downloaded unicode-properties v0.1.4
4872026-08-26T14:37:51.907Z Downloaded cargo_metadata v0.23.1
4882026-08-26T14:37:51.910Z Downloaded cexpr v0.6.0
4892026-08-26T14:37:51.910Z Downloaded oxide-tokio-rt v0.1.4
4902026-08-26T14:37:51.913Z Downloaded packed_struct v0.10.1
4912026-08-26T14:37:51.913Z Downloaded stable_deref_trait v1.2.1
4922026-08-26T14:37:51.916Z Downloaded sapling-renderdag v0.1.0
4932026-08-26T14:37:51.916Z Downloaded seq-macro v0.3.6
4942026-08-26T14:37:51.919Z Downloaded siphasher v1.0.2
4952026-08-26T14:37:51.923Z Downloaded signal-hook-mio v0.2.5
4962026-08-26T14:37:51.928Z Downloaded tungstenite v0.23.0
4972026-08-26T14:37:51.931Z Downloaded peg-macros v0.8.5
4982026-08-26T14:37:51.931Z Downloaded terminal_size v0.1.17
4992026-08-26T14:37:51.935Z Downloaded unsafe-libyaml v0.2.11
5002026-08-26T14:37:51.935Z Downloaded tabled_derive v0.7.0
5012026-08-26T14:37:51.935Z Downloaded testing_table v0.3.0
5022026-08-26T14:37:51.939Z Downloaded uuid v1.23.4
5032026-08-26T14:37:51.943Z Downloaded primefield v0.14.0
5042026-08-26T14:37:51.943Z Downloaded pretty-hex v0.4.1
5052026-08-26T14:37:51.943Z Downloaded ecdsa v0.17.0
5062026-08-26T14:37:51.946Z Downloaded progenitor-client v0.13.0
5072026-08-26T14:37:51.949Z Downloaded toml_write v0.1.2
5082026-08-26T14:37:51.949Z Downloaded universal-hash v0.6.1
5092026-08-26T14:37:51.949Z Downloaded argon2 v0.6.0-rc.8
5102026-08-26T14:37:51.952Z Downloaded ppv-lite86 v0.2.21
5112026-08-26T14:37:51.955Z Downloaded trait-variant v0.1.2
5122026-08-26T14:37:51.955Z Downloaded try-lock v0.2.5
5132026-08-26T14:37:51.955Z Downloaded rstest_macros v0.25.0
5142026-08-26T14:37:51.955Z Downloaded unicode-linebreak v0.1.5
5152026-08-26T14:37:51.959Z Downloaded relative-path v1.9.3
5162026-08-26T14:37:51.959Z Downloaded resolv-conf v0.7.6
5172026-08-26T14:37:51.959Z Downloaded rustc_version v0.4.1
5182026-08-26T14:37:51.959Z Downloaded want v0.3.1
5192026-08-26T14:37:51.959Z Downloaded universal-hash v0.5.1
5202026-08-26T14:37:51.962Z Downloaded hashbrown v0.12.3
5212026-08-26T14:37:51.965Z Downloaded bzip2 v0.4.4
5222026-08-26T14:37:51.965Z Downloaded headers v0.4.1
5232026-08-26T14:37:51.968Z Downloaded hickory-server v0.25.2
5242026-08-26T14:37:51.971Z Downloaded indexmap v2.14.0
5252026-08-26T14:37:51.971Z Downloaded scrypt v0.12.0
5262026-08-26T14:37:51.974Z Downloaded serde_with_macros v1.5.2
5272026-08-26T14:37:51.974Z Downloaded der v0.8.0
5282026-08-26T14:37:51.977Z Downloaded samael v0.0.19
5292026-08-26T14:37:51.980Z Downloaded rand v0.8.6
5302026-08-26T14:37:51.983Z Downloaded tar v0.4.46
5312026-08-26T14:37:51.983Z Downloaded assert_cmd v2.1.2
5322026-08-26T14:37:51.983Z Downloaded ciborium v0.2.2
5332026-08-26T14:37:51.987Z Downloaded cfg-expr v0.20.6
5342026-08-26T14:37:51.987Z Downloaded serde_tokenstream v0.3.0
5352026-08-26T14:37:51.990Z Downloaded russh-cryptovec v0.62.0
5362026-08-26T14:37:51.990Z Downloaded strum_macros v0.26.4
5372026-08-26T14:37:51.990Z Downloaded dirs-sys-next v0.1.2
5382026-08-26T14:37:51.990Z Downloaded idna v1.1.0
5392026-08-26T14:37:51.993Z Downloaded escape8259 v0.5.3
5402026-08-26T14:37:51.993Z Downloaded flagset v0.4.7
5412026-08-26T14:37:51.993Z Downloaded float-cmp v0.10.0
5422026-08-26T14:37:51.996Z Downloaded same-file v1.0.6
5432026-08-26T14:37:51.996Z Downloaded signal-hook-registry v1.4.8
5442026-08-26T14:37:51.996Z Downloaded simd-adler32 v0.3.8
5452026-08-26T14:37:51.996Z Downloaded strum_macros v0.27.2
5462026-08-26T14:37:52.000Z Downloaded criterion v0.7.0
5472026-08-26T14:37:52.003Z Downloaded dof v0.4.0
5482026-08-26T14:37:52.003Z Downloaded rand_distr v0.5.1
5492026-08-26T14:37:52.003Z Downloaded thiserror-impl v1.0.69
5502026-08-26T14:37:52.006Z Downloaded postcard v1.1.3
5512026-08-26T14:37:52.009Z Downloaded tinystr v0.8.2
5522026-08-26T14:37:52.009Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5532026-08-26T14:37:52.012Z Downloaded toml_writer v1.1.1+spec-1.1.0
5542026-08-26T14:37:52.012Z Downloaded log v0.4.33
5552026-08-26T14:37:52.016Z Downloaded tokio-dtrace v0.1.1
5562026-08-26T14:37:52.016Z Downloaded bumpalo v3.20.2
5572026-08-26T14:37:52.019Z Downloaded pkcs1 v0.8.0-rc.4
5582026-08-26T14:37:52.022Z Downloaded serde_with_macros v3.21.0
5592026-08-26T14:37:52.022Z Downloaded rand_core v0.9.5
5602026-08-26T14:37:52.022Z Downloaded usdt-impl v0.5.0
5612026-08-26T14:37:52.025Z Downloaded walkdir v2.5.0
5622026-08-26T14:37:52.025Z Downloaded zstd-safe v7.2.4
5632026-08-26T14:37:52.028Z Downloaded foreign-types-shared v0.1.1
5642026-08-26T14:37:52.028Z Downloaded futures-io v0.3.32
5652026-08-26T14:37:52.028Z Downloaded futures-macro v0.3.32
5662026-08-26T14:37:52.028Z Downloaded libscf-sys v1.2.0
5672026-08-26T14:37:52.028Z Downloaded num v0.4.3
5682026-08-26T14:37:52.031Z Downloaded managed v0.8.0
5692026-08-26T14:37:52.031Z Downloaded vergen-lib v0.1.6
5702026-08-26T14:37:52.031Z Downloaded http v1.4.2
5712026-08-26T14:37:52.034Z Downloaded hyper-util v0.1.20
5722026-08-26T14:37:52.043Z Downloaded lru-slab v0.1.2
5732026-08-26T14:37:52.046Z Downloaded dyn-clone v1.0.20
5742026-08-26T14:37:52.049Z Downloaded either v1.15.0
5752026-08-26T14:37:52.049Z Downloaded num_threads v0.1.7
5762026-08-26T14:37:52.052Z Downloaded rustls-pki-types v1.14.0
5772026-08-26T14:37:52.055Z Downloaded whoami v2.1.0
5782026-08-26T14:37:52.055Z Downloaded zeroize v1.9.0
5792026-08-26T14:37:52.055Z Downloaded itertools v0.12.1
5802026-08-26T14:37:52.058Z Downloaded assert_matches v1.5.0
5812026-08-26T14:37:52.063Z Downloaded async-stream v0.3.6
5822026-08-26T14:37:52.063Z Downloaded atty v0.2.14
5832026-08-26T14:37:52.063Z Downloaded pest_derive v2.8.6
5842026-08-26T14:37:52.066Z Downloaded nibble_vec v0.1.0
5852026-08-26T14:37:52.066Z Downloaded digest v0.10.7
5862026-08-26T14:37:52.069Z Downloaded primeorder v0.14.0
5872026-08-26T14:37:52.072Z Downloaded pkcs5 v0.8.1
5882026-08-26T14:37:52.076Z Downloaded thread_local v1.1.9
5892026-08-26T14:37:52.076Z Downloaded fs_extra v1.3.0
5902026-08-26T14:37:52.076Z Downloaded group v0.13.0
5912026-08-26T14:37:52.079Z Downloaded pin-project v1.1.11
5922026-08-26T14:37:52.084Z Downloaded pathdiff v0.2.3
5932026-08-26T14:37:52.088Z Downloaded progenitor-impl v0.14.0
5942026-08-26T14:37:52.088Z Downloaded flate2 v1.1.9
5952026-08-26T14:37:52.092Z Downloaded tokio-rustls v0.26.4
5962026-08-26T14:37:52.092Z Downloaded filetime v0.2.27
5972026-08-26T14:37:52.092Z Downloaded backtrace-ext v0.2.1
5982026-08-26T14:37:52.092Z Downloaded rustyline v14.0.0
5992026-08-26T14:37:52.095Z Downloaded nanorand v0.7.0
6002026-08-26T14:37:52.095Z Downloaded predicates-core v1.0.10
6012026-08-26T14:37:52.098Z Downloaded parking v2.2.1
6022026-08-26T14:37:52.098Z Downloaded proc-macro-error-attr v1.0.4
6032026-08-26T14:37:52.098Z Downloaded recursive-proc-macro-impl v0.1.1
6042026-08-26T14:37:52.101Z Downloaded secrecy v0.10.3
6052026-08-26T14:37:52.104Z Downloaded internal-russh-num-bigint v0.5.0
6062026-08-26T14:37:52.104Z Downloaded itertools v0.10.5
6072026-08-26T14:37:52.108Z Downloaded secrecy v0.8.0
6082026-08-26T14:37:52.111Z Downloaded bytes v1.11.1
6092026-08-26T14:37:52.111Z Downloaded vsss-rs v3.3.4
6102026-08-26T14:37:52.114Z Downloaded yasna v0.5.2
6112026-08-26T14:37:52.114Z Downloaded crossterm v0.29.0
6122026-08-26T14:37:52.117Z Downloaded miette-derive v7.6.0
6132026-08-26T14:37:52.117Z Downloaded module-lattice v0.2.3
6142026-08-26T14:37:52.120Z Downloaded chumsky v0.9.3
6152026-08-26T14:37:52.120Z Downloaded serde_core v1.0.228
6162026-08-26T14:37:52.123Z Downloaded serde_repr v0.1.20
6172026-08-26T14:37:52.123Z Downloaded openssl-sys v0.9.117
6182026-08-26T14:37:52.127Z Downloaded rustls-platform-verifier v0.6.2
6192026-08-26T14:37:52.127Z Downloaded clap_builder v4.6.0
6202026-08-26T14:37:52.130Z Downloaded iddqd v0.4.2
6212026-08-26T14:37:52.135Z Downloaded newtype-uuid v1.3.2
6222026-08-26T14:37:52.138Z Downloaded similar v2.7.0
6232026-08-26T14:37:52.138Z Downloaded guppy v0.17.25
6242026-08-26T14:37:52.141Z Downloaded hashbrown v0.15.5
6252026-08-26T14:37:52.144Z Downloaded smawk v0.3.2
6262026-08-26T14:37:52.147Z Downloaded signature v3.0.0
6272026-08-26T14:37:52.147Z Downloaded strum v0.27.2
6282026-08-26T14:37:52.147Z Downloaded supports-color v2.1.0
6292026-08-26T14:37:52.147Z Downloaded supports-hyperlinks v2.1.0
6302026-08-26T14:37:52.147Z Downloaded enum_dispatch v0.3.13
6312026-08-26T14:37:52.150Z Downloaded git-stub-vcs v0.1.0
6322026-08-26T14:37:52.150Z Downloaded minimal-lexical v0.2.1
6332026-08-26T14:37:52.154Z Downloaded owo-colors v4.3.0
6342026-08-26T14:37:52.154Z Downloaded paste v1.0.15
6352026-08-26T14:37:52.157Z Downloaded phf_shared v0.13.1
6362026-08-26T14:37:52.157Z Downloaded toml_datetime v0.6.11
6372026-08-26T14:37:52.157Z Downloaded tokio-stream v0.1.18
6382026-08-26T14:37:52.160Z Downloaded unicode-ident v1.0.24
6392026-08-26T14:37:52.160Z Downloaded getrandom v0.2.17
6402026-08-26T14:37:52.163Z Downloaded topological-sort v0.2.2
6412026-08-26T14:37:52.163Z Downloaded tower-layer v0.3.3
6422026-08-26T14:37:52.163Z Downloaded usdt v0.6.0
6432026-08-26T14:37:52.163Z Downloaded bcs v0.1.6
6442026-08-26T14:37:52.163Z Downloaded oxnet v0.1.6
6452026-08-26T14:37:52.166Z Downloaded supports-color v3.0.2
6462026-08-26T14:37:52.166Z Downloaded tokio-macros v2.7.0
6472026-08-26T14:37:52.167Z Downloaded litrs v1.0.0
6482026-08-26T14:37:52.167Z Downloaded thiserror-impl-no-std v2.0.2
6492026-08-26T14:37:52.170Z Downloaded rand_seeder v0.4.0
6502026-08-26T14:37:52.170Z Downloaded pkcs8 v0.10.2
6512026-08-26T14:37:52.170Z Downloaded pkg-config v0.3.32
6522026-08-26T14:37:52.170Z Downloaded psm v0.1.30
6532026-08-26T14:37:52.173Z Downloaded usdt-attr-macro v0.5.0
6542026-08-26T14:37:52.173Z Downloaded usdt-attr-macro v0.6.0
6552026-08-26T14:37:52.173Z Downloaded hashbrown v0.16.1
6562026-08-26T14:37:52.176Z Downloaded iri-string v0.7.10
6572026-08-26T14:37:52.179Z Downloaded digest-io v0.1.0
6582026-08-26T14:37:52.179Z Downloaded memmap2 v0.9.10
6592026-08-26T14:37:52.182Z Downloaded embedded-io v0.6.1
6602026-08-26T14:37:52.182Z Downloaded jiff-core v0.1.0
6612026-08-26T14:37:52.182Z Downloaded progenitor-extras v0.2.0
6622026-08-26T14:37:52.185Z Downloaded memchr v2.8.0
6632026-08-26T14:37:52.188Z Downloaded typify-macro v0.6.2
6642026-08-26T14:37:52.188Z Downloaded base64 v0.21.7
6652026-08-26T14:37:52.188Z Downloaded unicode-normalization v0.1.25
6662026-08-26T14:37:52.192Z Downloaded unicode-segmentation v1.12.0
6672026-08-26T14:37:52.192Z Downloaded dropshot_endpoint v0.17.1
6682026-08-26T14:37:52.195Z Downloaded nu-ansi-term v0.50.3
6692026-08-26T14:37:52.195Z Downloaded serde_path_to_error v0.1.20
6702026-08-26T14:37:52.195Z Downloaded slog-async v2.8.0
6712026-08-26T14:37:52.198Z Downloaded scheduled-thread-pool v0.2.7
6722026-08-26T14:37:52.198Z Downloaded dsl_auto_type v0.2.0
6732026-08-26T14:37:52.198Z Downloaded float-ord v0.3.2
6742026-08-26T14:37:52.198Z Downloaded gethostname v0.5.0
6752026-08-26T14:37:52.198Z Downloaded rpassword v7.5.4
6762026-08-26T14:37:52.201Z Downloaded blake2 v0.11.0-rc.6
6772026-08-26T14:37:52.201Z Downloaded camino v1.2.5
6782026-08-26T14:37:52.201Z Downloaded scroll v0.12.0
6792026-08-26T14:37:52.205Z Downloaded miette v5.10.0
6802026-08-26T14:37:52.205Z Downloaded shlex v1.3.0
6812026-08-26T14:37:52.205Z Downloaded slog-scope v4.4.1
6822026-08-26T14:37:52.208Z Downloaded zerofrom v0.1.6
6832026-08-26T14:37:52.208Z Downloaded dof v0.3.0
6842026-08-26T14:37:52.208Z Downloaded env_filter v2.0.0
6852026-08-26T14:37:52.208Z Downloaded event-listener-strategy v0.5.4
6862026-08-26T14:37:52.208Z Downloaded camino-tempfile v1.4.1
6872026-08-26T14:37:52.211Z Downloaded target-spec v3.5.7
6882026-08-26T14:37:52.211Z Downloaded itertools v0.13.0
6892026-08-26T14:37:52.214Z Downloaded thiserror-no-std v2.0.2
6902026-08-26T14:37:52.217Z Downloaded qorb v0.4.1
6912026-08-26T14:37:52.217Z Downloaded x509-cert v0.2.5
6922026-08-26T14:37:52.220Z Downloaded foreign-types-macros v0.2.3
6932026-08-26T14:37:52.223Z Downloaded linkme-impl v0.3.35
6942026-08-26T14:37:52.223Z Downloaded static_assertions v1.1.0
6952026-08-26T14:37:52.223Z Downloaded ed25519-dalek v3.0.0
6962026-08-26T14:37:52.226Z Downloaded futures-sink v0.3.32
6972026-08-26T14:37:52.226Z Downloaded lru-cache v0.1.2
6982026-08-26T14:37:52.226Z Downloaded maplit v1.0.2
6992026-08-26T14:37:52.226Z Downloaded newline-converter v0.3.0
7002026-08-26T14:37:52.230Z Downloaded normalize-line-endings v0.3.0
7012026-08-26T14:37:52.230Z Downloaded num-derive v0.4.2
7022026-08-26T14:37:52.230Z Downloaded tower v0.5.3
7032026-08-26T14:37:52.233Z Downloaded hashbrown v0.17.0
7042026-08-26T14:37:52.237Z Downloaded pkcs8 v0.11.0
7052026-08-26T14:37:52.241Z Downloaded plotters v0.3.7
7062026-08-26T14:37:52.243Z Downloaded zip v0.6.6
7072026-08-26T14:37:52.247Z Downloaded tokio-tungstenite v0.23.1
7082026-08-26T14:37:52.247Z Downloaded block-padding v0.4.2
7092026-08-26T14:37:52.250Z Downloaded yoke v0.8.1
7102026-08-26T14:37:52.253Z Downloaded writeable v0.6.2
7112026-08-26T14:37:52.256Z Downloaded serde_with v1.14.0
7122026-08-26T14:37:52.259Z Downloaded arrayref v0.3.9
7132026-08-26T14:37:52.259Z Downloaded array-init v0.0.4
7142026-08-26T14:37:52.259Z Downloaded bcrypt-pbkdf v0.11.0
7152026-08-26T14:37:52.262Z Downloaded ahash v0.8.12
7162026-08-26T14:37:52.262Z Downloaded foreign-types v0.3.2
7172026-08-26T14:37:52.265Z Downloaded num-traits v0.2.19
7182026-08-26T14:37:52.265Z Downloaded proc-macro-crate v1.3.1
7192026-08-26T14:37:52.268Z Downloaded proc-macro-error-attr2 v2.0.0
7202026-08-26T14:37:52.268Z Downloaded proc-macro-crate v3.4.0
7212026-08-26T14:37:52.268Z Downloaded ed25519 v2.2.3
7222026-08-26T14:37:52.268Z Downloaded phf_shared v0.12.1
7232026-08-26T14:37:52.272Z Downloaded cfg_aliases v0.1.1
7242026-08-26T14:37:52.272Z Downloaded plotters-backend v0.3.7
7252026-08-26T14:37:52.272Z Downloaded ff v0.14.0
7262026-08-26T14:37:52.275Z Downloaded plain v0.2.3
7272026-08-26T14:37:52.275Z Downloaded plotters-svg v0.3.7
7282026-08-26T14:37:52.280Z Downloaded term v1.2.1
7292026-08-26T14:37:52.283Z Downloaded papergrid v0.18.0
7302026-08-26T14:37:52.286Z Downloaded libloading v0.8.9
7312026-08-26T14:37:52.290Z Downloaded rtoolbox v0.0.3
7322026-08-26T14:37:52.290Z Downloaded knuffel-derive v3.2.0
7332026-08-26T14:37:52.293Z Downloaded rustc_version v0.1.7
7342026-08-26T14:37:52.293Z Downloaded group v0.14.0
7352026-08-26T14:37:52.296Z Downloaded sha1 v0.11.0
7362026-08-26T14:37:52.296Z Downloaded rand v0.9.2
7372026-08-26T14:37:52.300Z Downloaded strip-ansi-escapes v0.2.1
7382026-08-26T14:37:52.300Z Downloaded sync-ptr v0.1.4
7392026-08-26T14:37:52.300Z Downloaded omicron-zone-package v0.12.3
7402026-08-26T14:37:52.303Z Downloaded tokio-test v0.4.5
7412026-08-26T14:37:52.306Z Downloaded icu_properties_data v2.1.2
7422026-08-26T14:37:52.309Z Downloaded twox-hash v2.1.2
7432026-08-26T14:37:52.312Z Downloaded unicase v2.9.0
7442026-08-26T14:37:52.312Z Downloaded rsa v0.10.0-rc.18
7452026-08-26T14:37:52.316Z Downloaded tagptr v0.2.0
7462026-08-26T14:37:52.316Z Downloaded hkdf v0.12.4
7472026-08-26T14:37:52.319Z Downloaded anstyle-parse v0.2.7
7482026-08-26T14:37:52.322Z Downloaded cassowary v0.3.0
7492026-08-26T14:37:52.323Z Downloaded ron v0.8.1
7502026-08-26T14:37:52.325Z Downloaded num_enum v0.7.6
7512026-08-26T14:37:52.329Z Downloaded num_enum_derive v0.7.6
7522026-08-26T14:37:52.329Z Downloaded base64ct v1.8.3
7532026-08-26T14:37:52.329Z Downloaded byteorder v1.5.0
7542026-08-26T14:37:52.332Z Downloaded version_check v0.9.5
7552026-08-26T14:37:52.332Z Downloaded oxide-generation v0.1.3
7562026-08-26T14:37:52.332Z Downloaded pbkdf2 v0.13.0
7572026-08-26T14:37:52.332Z Downloaded itertools v0.14.0
7582026-08-26T14:37:52.335Z Downloaded chacha20 v0.9.1
7592026-08-26T14:37:52.338Z Downloaded tower-http v0.6.8
7602026-08-26T14:37:52.341Z Downloaded r2d2 v0.8.10
7612026-08-26T14:37:52.341Z Downloaded display-error-chain v0.2.2
7622026-08-26T14:37:52.341Z Downloaded password-hash v0.5.0
7632026-08-26T14:37:52.344Z Downloaded fixedbitset v0.4.2
7642026-08-26T14:37:52.344Z Downloaded enum-as-inner v0.6.1
7652026-08-26T14:37:52.344Z Downloaded maybe-uninit v2.0.0
7662026-08-26T14:37:52.344Z Downloaded new_debug_unreachable v1.0.6
7672026-08-26T14:37:52.348Z Downloaded lalrpop-util v0.19.12
7682026-08-26T14:37:52.348Z Downloaded nodrop v0.1.14
7692026-08-26T14:37:52.348Z Downloaded async-stream-impl v0.3.6
7702026-08-26T14:37:52.351Z Downloaded crypto-primes v0.7.2
7712026-08-26T14:37:52.354Z Downloaded fancy-regex v0.14.0
7722026-08-26T14:37:52.354Z Downloaded goblin v0.8.2
7732026-08-26T14:37:52.357Z Downloaded zerovec v0.11.5
7742026-08-26T14:37:52.360Z Downloaded spin v0.9.8
7752026-08-26T14:37:52.360Z Downloaded rand_core v0.6.4
7762026-08-26T14:37:52.363Z Downloaded semver v0.1.20
7772026-08-26T14:37:52.363Z Downloaded ssh-key v0.7.0-rc.11
7782026-08-26T14:37:52.367Z Downloaded bitfield-struct v0.6.2
7792026-08-26T14:37:52.370Z Downloaded match_cfg v0.1.0
7802026-08-26T14:37:52.370Z Downloaded slog-stdlog v4.1.1
7812026-08-26T14:37:52.370Z Downloaded stacker v0.1.23
7822026-08-26T14:37:52.370Z Downloaded hkdf v0.13.0
7832026-08-26T14:37:52.374Z Downloaded serde_derive_internals v0.29.1
7842026-08-26T14:37:52.377Z Downloaded openssl-probe v0.2.1
7852026-08-26T14:37:52.380Z Downloaded phf_shared v0.11.3
7862026-08-26T14:37:52.383Z Downloaded h2 v0.4.15
7872026-08-26T14:37:52.386Z Downloaded cfg-if v1.0.4
7882026-08-26T14:37:52.386Z Downloaded hyper v1.10.1
7892026-08-26T14:37:52.389Z Downloaded async-trait v0.1.89
7902026-08-26T14:37:52.392Z Downloaded xshell v0.2.7
7912026-08-26T14:37:52.392Z Downloaded usdt v0.5.0
7922026-08-26T14:37:52.392Z Downloaded parse-display v0.10.0
7932026-08-26T14:37:52.395Z Downloaded rand_chacha v0.3.1
7942026-08-26T14:37:52.395Z Downloaded prettyplease v0.2.37
7952026-08-26T14:37:52.398Z Downloaded rustc-hash v2.1.1
7962026-08-26T14:37:52.399Z Downloaded vte v0.14.1
7972026-08-26T14:37:52.399Z Downloaded rayon-core v1.13.0
7982026-08-26T14:37:52.402Z Downloaded ar_archive_writer v0.5.1
7992026-08-26T14:37:52.402Z Downloaded tui-tree-widget v0.23.1
8002026-08-26T14:37:52.405Z Downloaded serde_bytes v0.11.19
8012026-08-26T14:37:52.405Z Downloaded serde_spanned v0.6.9
8022026-08-26T14:37:52.405Z Downloaded strsim v0.10.0
8032026-08-26T14:37:52.408Z Downloaded find-msvc-tools v0.1.9
8042026-08-26T14:37:52.411Z Downloaded fs-err v3.3.0
8052026-08-26T14:37:52.414Z Downloaded ed25519 v3.0.0
8062026-08-26T14:37:52.414Z Downloaded signal-hook-tokio v0.3.1
8072026-08-26T14:37:52.414Z Downloaded sync_wrapper v1.0.2
8082026-08-26T14:37:52.415Z Downloaded p384 v0.13.1
8092026-08-26T14:37:52.418Z Downloaded tough v0.22.0
8102026-08-26T14:37:52.421Z Downloaded ed25519-dalek v2.2.0
8112026-08-26T14:37:52.424Z Downloaded glob v0.3.3
8122026-08-26T14:37:52.424Z Downloaded parking_lot_core v0.9.12
8132026-08-26T14:37:52.428Z Downloaded num-complex v0.4.6
8142026-08-26T14:37:52.428Z Downloaded chacha20poly1305 v0.10.1
8152026-08-26T14:37:52.428Z Downloaded textwrap v0.15.2
8162026-08-26T14:37:52.431Z Downloaded pest v2.8.6
8172026-08-26T14:37:52.438Z Downloaded thread-id v4.2.2
8182026-08-26T14:37:52.441Z Downloaded itertools v0.15.0
8192026-08-26T14:37:52.445Z Downloaded errno v0.3.14
8202026-08-26T14:37:52.448Z Downloaded quick-xml v0.37.5
8212026-08-26T14:37:52.451Z Downloaded typify v0.6.2
8222026-08-26T14:37:52.451Z Downloaded linked-hash-map v0.5.6
8232026-08-26T14:37:52.454Z Downloaded ml-kem v0.3.2
8242026-08-26T14:37:52.454Z Downloaded nom v8.0.0
8252026-08-26T14:37:52.457Z Downloaded serde_cbor v0.11.2
8262026-08-26T14:37:52.457Z Downloaded wnaf v0.14.0
8272026-08-26T14:37:52.461Z Downloaded camino-tempfile-ext v0.3.3
8282026-08-26T14:37:52.461Z Downloaded blowfish v0.10.0
8292026-08-26T14:37:52.461Z Downloaded dirs-next v2.0.0
8302026-08-26T14:37:52.461Z Downloaded tempfile v3.27.0
8312026-08-26T14:37:52.464Z Downloaded foreign-types-shared v0.3.1
8322026-08-26T14:37:52.464Z Downloaded term v0.7.0
8332026-08-26T14:37:52.464Z Downloaded tinytemplate v1.2.1
8342026-08-26T14:37:52.464Z Downloaded portable-atomic v1.13.1
8352026-08-26T14:37:52.468Z Downloaded pem-rfc7468 v0.7.0
8362026-08-26T14:37:52.471Z Downloaded rsa v0.9.10
8372026-08-26T14:37:52.474Z Downloaded proc-macro-error2 v2.0.1
8382026-08-26T14:37:52.474Z Downloaded memoffset v0.9.1
8392026-08-26T14:37:52.474Z Downloaded num-iter v0.1.45
8402026-08-26T14:37:52.474Z Downloaded progenitor v0.13.0
8412026-08-26T14:37:52.477Z Downloaded rand_core v0.10.0
8422026-08-26T14:37:52.477Z Downloaded polyval v0.7.1
8432026-08-26T14:37:52.477Z Downloaded md-5 v0.10.6
8442026-08-26T14:37:52.477Z Downloaded publicsuffix v2.3.0
8452026-08-26T14:37:52.480Z Downloaded trybuild v1.0.116
8462026-08-26T14:37:52.484Z Downloaded vergen v9.1.0
8472026-08-26T14:37:52.484Z Downloaded terminal_size v0.4.3
8482026-08-26T14:37:52.484Z Downloaded zerovec-derive v0.11.2
8492026-08-26T14:37:52.484Z Downloaded sec1 v0.7.3
8502026-08-26T14:37:52.487Z Downloaded slog-bunyan v2.5.0
8512026-08-26T14:37:52.487Z Downloaded linkme v0.3.35
8522026-08-26T14:37:52.497Z Downloaded knus v3.4.0
8532026-08-26T14:37:52.500Z Downloaded salsa20 v0.11.0
8542026-08-26T14:37:52.500Z Downloaded tinyvec_macros v0.1.1
8552026-08-26T14:37:52.500Z Downloaded signal-hook v0.3.18
8562026-08-26T14:37:52.504Z Downloaded untrusted v0.9.0
8572026-08-26T14:37:52.508Z Downloaded thiserror v2.0.18
8582026-08-26T14:37:52.512Z Downloaded steno v0.4.1
8592026-08-26T14:37:52.515Z Downloaded shell-words v1.1.1
8602026-08-26T14:37:52.515Z Downloaded slog v2.8.2
8612026-08-26T14:37:52.515Z Downloaded vergen-git2 v9.1.0
8622026-08-26T14:37:52.518Z Downloaded slog-envlogger v2.2.0
8632026-08-26T14:37:52.519Z Downloaded sponge-cursor v0.1.0
8642026-08-26T14:37:52.519Z Downloaded unicode-xid v0.2.6
8652026-08-26T14:37:52.522Z Downloaded void v1.0.2
8662026-08-26T14:37:52.522Z Downloaded wait-timeout v0.2.1
8672026-08-26T14:37:52.525Z Downloaded fxhash v0.2.1
8682026-08-26T14:37:52.525Z Downloaded digest v0.11.3
8692026-08-26T14:37:52.528Z Downloaded foldhash v0.2.0
8702026-08-26T14:37:52.528Z Downloaded miette-derive v5.10.0
8712026-08-26T14:37:52.528Z Downloaded uzers v0.12.2
8722026-08-26T14:37:52.531Z Downloaded subprocess v0.2.15
8732026-08-26T14:37:52.536Z Downloaded poly1305 v0.9.0
8742026-08-26T14:37:52.539Z Downloaded keccak v0.2.0
8752026-08-26T14:37:52.539Z Downloaded native-tls v0.2.18
8762026-08-26T14:37:52.542Z Downloaded difflib v0.4.0
8772026-08-26T14:37:52.542Z Downloaded anes v0.1.6
8782026-08-26T14:37:52.545Z Downloaded bs58 v0.5.1
8792026-08-26T14:37:52.548Z Downloaded p384 v0.14.0
8802026-08-26T14:37:52.551Z Downloaded futures v0.3.32
8812026-08-26T14:37:52.555Z Downloaded smallvec v1.15.1
8822026-08-26T14:37:52.555Z Downloaded cbc v0.2.1
8832026-08-26T14:37:52.558Z Downloaded cipher v0.4.4
8842026-08-26T14:37:52.558Z Downloaded oxide-update-engine v0.1.2
8852026-08-26T14:37:52.558Z Downloaded postgres-protocol v0.6.10
8862026-08-26T14:37:52.561Z Downloaded pem v3.0.6
8872026-08-26T14:37:52.561Z Downloaded pem-rfc7468 v1.0.0
8882026-08-26T14:37:52.561Z Downloaded ref-cast-impl v1.0.25
8892026-08-26T14:37:52.561Z Downloaded progenitor v0.14.0
8902026-08-26T14:37:52.561Z Downloaded dtrace-parser v0.2.0
8912026-08-26T14:37:52.565Z Downloaded openssl-macros v0.1.1
8922026-08-26T14:37:52.565Z Downloaded predicates-tree v1.0.13
8932026-08-26T14:37:52.565Z Downloaded futures-util v0.3.32
8942026-08-26T14:37:52.570Z Downloaded getrandom v0.4.3
8952026-08-26T14:37:52.573Z Downloaded regex v1.12.3
8962026-08-26T14:37:52.578Z Downloaded signature v2.2.0
8972026-08-26T14:37:52.581Z Downloaded sigpipe v0.1.3
8982026-08-26T14:37:52.584Z Downloaded dunce v1.0.5
8992026-08-26T14:37:52.584Z Downloaded bit-set v0.8.0
9002026-08-26T14:37:52.587Z Downloaded winnow v0.7.14
9012026-08-26T14:37:52.591Z Downloaded serde_urlencoded v0.7.1
9022026-08-26T14:37:52.591Z Downloaded socket2 v0.5.10
9032026-08-26T14:37:52.594Z Downloaded target-lexicon v0.13.3
9042026-08-26T14:37:52.594Z Downloaded tls_codec v0.4.2
9052026-08-26T14:37:52.594Z Downloaded usdt-impl v0.6.0
9062026-08-26T14:37:52.597Z Downloaded futures-executor v0.3.32
9072026-08-26T14:37:52.597Z Downloaded rand v0.10.1
9082026-08-26T14:37:52.597Z Downloaded sqlformat v0.3.5
9092026-08-26T14:37:52.600Z Downloaded ghash v0.6.0
9102026-08-26T14:37:52.600Z Downloaded thiserror v1.0.69
9112026-08-26T14:37:52.603Z Downloaded target-triple v1.0.0
9122026-08-26T14:37:52.603Z Downloaded event-listener v5.4.1
9132026-08-26T14:37:52.603Z Downloaded md5 v0.8.0
9142026-08-26T14:37:52.606Z Downloaded lru v0.12.5
9152026-08-26T14:37:52.606Z Downloaded fs-err v2.11.0
9162026-08-26T14:37:52.610Z Downloaded async-bb8-diesel v0.2.1
9172026-08-26T14:37:52.614Z Downloaded oso v0.27.3
9182026-08-26T14:37:52.614Z Downloaded libefi-sys v0.1.0
9192026-08-26T14:37:52.618Z Downloaded ena v0.14.4
9202026-08-26T14:37:52.629Z Downloaded erased-serde v0.3.31
9212026-08-26T14:37:52.629Z Downloaded zerocopy-derive v0.8.55
9222026-08-26T14:37:52.629Z Downloaded libxml v0.3.3
9232026-08-26T14:37:52.629Z Downloaded parking_lot v0.11.2
9242026-08-26T14:37:52.635Z Downloaded cargo-platform v0.3.2
9252026-08-26T14:37:52.638Z Downloaded serde-big-array v0.5.1
9262026-08-26T14:37:52.641Z Downloaded tower-service v0.3.3
9272026-08-26T14:37:52.641Z Downloaded petname v2.0.2
9282026-08-26T14:37:52.644Z Downloaded oxide-update-engine-display v0.1.2
9292026-08-26T14:37:52.652Z Downloaded scroll v0.13.0
9302026-08-26T14:37:52.655Z Downloaded arc-swap v1.8.2
9312026-08-26T14:37:52.655Z Downloaded termtree v0.5.1
9322026-08-26T14:37:52.659Z Downloaded rustls-pemfile v2.2.0
9332026-08-26T14:37:52.662Z Downloaded synstructure v0.13.2
9342026-08-26T14:37:52.665Z Downloaded elliptic-curve v0.13.8
9352026-08-26T14:37:52.665Z Downloaded fastrand v2.3.0
9362026-08-26T14:37:52.665Z Downloaded zerocopy v0.6.6
9372026-08-26T14:37:52.669Z Downloaded futures-channel v0.3.32
9382026-08-26T14:37:52.672Z Downloaded foldhash v0.1.5
9392026-08-26T14:37:52.675Z Downloaded bitflags v1.3.2
9402026-08-26T14:37:52.675Z Downloaded rustversion v1.0.22
9412026-08-26T14:37:52.675Z Downloaded stringprep v0.1.5
9422026-08-26T14:37:52.678Z Downloaded waitgroup v0.1.2
9432026-08-26T14:37:52.678Z Downloaded kem v0.3.0
9442026-08-26T14:37:52.678Z Downloaded atomicwrites v0.4.4
9452026-08-26T14:37:52.681Z Downloaded pretty_assertions v1.4.1
9462026-08-26T14:37:52.681Z Downloaded potential_utf v0.1.4
9472026-08-26T14:37:52.681Z Downloaded litemap v0.8.1
9482026-08-26T14:37:52.681Z Downloaded subtle v2.6.1
9492026-08-26T14:37:52.688Z Downloaded libbz2-rs-sys v0.2.2
9502026-08-26T14:37:52.691Z Downloaded zeroize_derive v1.5.0
9512026-08-26T14:37:52.694Z Downloaded lock_api v0.4.14
9522026-08-26T14:37:52.697Z Downloaded powerfmt v0.2.0
9532026-08-26T14:37:52.697Z Downloaded generic-array v0.14.7
9542026-08-26T14:37:52.697Z Downloaded approx v0.5.1
9552026-08-26T14:37:52.704Z Downloaded prefix-trie v0.7.0
9562026-08-26T14:37:52.708Z Downloaded aead v0.6.1
9572026-08-26T14:37:52.708Z Downloaded blake2 v0.10.6
9582026-08-26T14:37:52.711Z Downloaded oorandom v11.1.5
9592026-08-26T14:37:52.711Z Downloaded chrono v0.4.45
9602026-08-26T14:37:52.715Z Downloaded rusty-fork v0.3.1
9612026-08-26T14:37:52.718Z Downloaded slab v0.4.12
9622026-08-26T14:37:52.718Z Downloaded psl-types v2.0.11
9632026-08-26T14:37:52.721Z Downloaded radium v0.7.0
9642026-08-26T14:37:52.727Z Downloaded snafu v0.8.9
9652026-08-26T14:37:52.730Z Downloaded toml_edit v0.23.10+spec-1.0.0
9662026-08-26T14:37:52.733Z Downloaded slog-json v2.6.1
9672026-08-26T14:37:52.733Z Downloaded rstest v0.25.0
9682026-08-26T14:37:52.737Z Downloaded document-features v0.2.12
9692026-08-26T14:37:52.740Z Downloaded lazy_static v1.5.0
9702026-08-26T14:37:52.740Z Downloaded strsim v0.11.1
9712026-08-26T14:37:52.740Z Downloaded tokio-native-tls v0.3.1
9722026-08-26T14:37:52.740Z Downloaded aws-lc-rs v1.16.3
9732026-08-26T14:37:52.745Z Downloaded rustls-webpki v0.103.13
9742026-08-26T14:37:52.748Z Downloaded zerocopy-derive v0.7.35
9752026-08-26T14:37:52.751Z Downloaded xshell-macros v0.2.7
9762026-08-26T14:37:52.751Z Downloaded diff v0.1.13
9772026-08-26T14:37:52.754Z Downloaded fixedbitset v0.5.7
9782026-08-26T14:37:52.758Z Downloaded zlib-rs v0.6.2
9792026-08-26T14:37:52.758Z Downloaded miette v7.6.0
9802026-08-26T14:37:52.761Z Downloaded yansi v1.0.1
9812026-08-26T14:37:52.764Z Downloaded num_enum v0.5.11
9822026-08-26T14:37:52.764Z Downloaded backon v1.6.0
9832026-08-26T14:37:52.767Z Downloaded linear-map v1.2.0
9842026-08-26T14:37:52.767Z Downloaded tracing-core v0.1.36
9852026-08-26T14:37:52.771Z Downloaded bytecount v0.6.9
9862026-08-26T14:37:52.771Z Downloaded tiny-keccak v2.0.2
9872026-08-26T14:37:52.771Z Downloaded stringmetrics v2.2.2
9882026-08-26T14:37:52.775Z Downloaded time-core v0.1.8
9892026-08-26T14:37:52.778Z Downloaded multimap v0.10.1
9902026-08-26T14:37:52.778Z Downloaded pkcs1 v0.7.5
9912026-08-26T14:37:52.778Z Downloaded progenitor-impl v0.13.0
9922026-08-26T14:37:52.781Z Downloaded async-lock v3.4.2
9932026-08-26T14:37:52.784Z Downloaded ecdsa v0.16.9
9942026-08-26T14:37:52.789Z Downloaded multer v3.1.0
9952026-08-26T14:37:52.792Z Downloaded peg v0.8.5
9962026-08-26T14:37:52.795Z Downloaded usdt-macro v0.5.0
9972026-08-26T14:37:52.795Z Downloaded strum_macros v0.24.3
9982026-08-26T14:37:52.795Z Downloaded take_mut v0.2.2
9992026-08-26T14:37:52.795Z Downloaded tabwriter v1.4.1
10002026-08-26T14:37:52.795Z Downloaded unicode-truncate v1.1.0
10012026-08-26T14:37:52.798Z Downloaded port-file v0.1.0
10022026-08-26T14:37:52.802Z Downloaded backtrace v0.3.76
10032026-08-26T14:37:52.805Z Downloaded tokio-postgres v0.7.16
10042026-08-26T14:37:52.808Z Downloaded curve25519-dalek v4.1.3
10052026-08-26T14:37:52.815Z Downloaded unit-prefix v0.5.2
10062026-08-26T14:37:52.818Z Downloaded bitfield-macros v0.19.4
10072026-08-26T14:37:52.819Z Downloaded quinn-udp v0.5.14
10082026-08-26T14:37:52.819Z Downloaded smallvec v0.6.14
10092026-08-26T14:37:52.819Z Downloaded vergen-lib v9.1.0
10102026-08-26T14:37:52.822Z Downloaded anstyle-parse v1.0.0
10112026-08-26T14:37:52.822Z Downloaded sha1 v0.10.6
10122026-08-26T14:37:52.822Z Downloaded schemars v0.9.0
10132026-08-26T14:37:52.827Z Downloaded rand_xorshift v0.4.0
10142026-08-26T14:37:52.830Z Downloaded pin-project-internal v1.1.11
10152026-08-26T14:37:52.833Z Downloaded xattr v1.6.1
10162026-08-26T14:37:52.841Z Downloaded tracing-attributes v0.1.31
10172026-08-26T14:37:52.844Z Downloaded zerotrie v0.2.3
10182026-08-26T14:37:52.847Z Downloaded serde_tokenstream v0.2.3
10192026-08-26T14:37:52.847Z Downloaded globwalk v0.9.1
10202026-08-26T14:37:52.847Z Downloaded vergen-gitcl v1.0.8
10212026-08-26T14:37:52.851Z Downloaded schemars_derive v0.8.22
10222026-08-26T14:37:52.851Z Downloaded pest_generator v2.8.6
10232026-08-26T14:37:52.854Z Downloaded schemars v1.2.1
10242026-08-26T14:37:52.860Z Downloaded typed-path v0.9.3
10252026-08-26T14:37:52.863Z Downloaded memmap v0.7.0
10262026-08-26T14:37:52.867Z Downloaded rustc-demangle v0.1.27
10272026-08-26T14:37:52.869Z Downloaded toml v1.1.2+spec-1.1.0
10282026-08-26T14:37:52.873Z Downloaded toml v0.7.8
10292026-08-26T14:37:52.873Z Downloaded aes-gcm v0.11.0
10302026-08-26T14:37:52.876Z Downloaded serde v1.0.228
10312026-08-26T14:37:52.879Z Downloaded mio v1.2.0
10322026-08-26T14:37:52.882Z Downloaded toml_edit v0.22.27
10332026-08-26T14:37:52.882Z Downloaded zstd v0.13.3
10342026-08-26T14:37:52.885Z Downloaded partial-io v0.5.4
10352026-08-26T14:37:52.885Z Downloaded zopfli v0.8.3
10362026-08-26T14:37:52.888Z Downloaded serdect v0.4.3
10372026-08-26T14:37:52.888Z Downloaded num-integer v0.1.46
10382026-08-26T14:37:52.891Z Downloaded chacha20 v0.10.0
10392026-08-26T14:37:52.895Z Downloaded once_cell v1.21.3
10402026-08-26T14:37:52.898Z Downloaded parking_lot_core v0.8.6
10412026-08-26T14:37:52.898Z Downloaded string_cache v0.8.9
10422026-08-26T14:37:52.901Z Downloaded winnow v0.6.26
10432026-08-26T14:37:52.906Z Downloaded knuffel v3.2.0
10442026-08-26T14:37:52.909Z Downloaded miniz_oxide v0.8.9
10452026-08-26T14:37:52.909Z Downloaded zip v4.6.1
10462026-08-26T14:37:52.914Z Downloaded pin-project-lite v0.2.17
10472026-08-26T14:37:52.919Z Downloaded p256 v0.14.0
10482026-08-26T14:37:52.922Z Downloaded generic-array v1.4.3
10492026-08-26T14:37:52.925Z Downloaded fatfs v0.3.6
10502026-08-26T14:37:52.928Z Downloaded serde_json v1.0.151
10512026-08-26T14:37:52.931Z Downloaded bzip2 v0.6.1
10522026-08-26T14:37:52.934Z Downloaded typenum v1.20.1
10532026-08-26T14:37:52.937Z Downloaded toml_edit v0.19.15
10542026-08-26T14:37:52.945Z Downloaded anstream v1.0.0
10552026-08-26T14:37:52.948Z Downloaded url v2.5.8
10562026-08-26T14:37:52.948Z Downloaded blake3 v1.8.5
10572026-08-26T14:37:52.952Z Downloaded tokio-util v0.7.18
10582026-08-26T14:37:52.956Z Downloaded dropshot-api-manager v0.8.0
10592026-08-26T14:37:52.959Z Downloaded elliptic-curve v0.14.1
10602026-08-26T14:37:52.962Z Downloaded async-compression v0.4.41
10612026-08-26T14:37:52.965Z Downloaded crypto-bigint v0.7.5
10622026-08-26T14:37:52.973Z Downloaded socket2 v0.6.3
10632026-08-26T14:37:52.976Z Downloaded vcpkg v0.2.15
10642026-08-26T14:37:52.996Z Downloaded reedline v0.40.0
10652026-08-26T14:37:53.000Z Downloaded getrandom v0.3.4
10662026-08-26T14:37:53.003Z Downloaded ryu v1.0.23
10672026-08-26T14:37:53.003Z Downloaded tabled v0.15.0
10682026-08-26T14:37:53.011Z Downloaded unicode-bidi v0.3.18
10692026-08-26T14:37:53.015Z Downloaded tabled v0.21.0
10702026-08-26T14:37:53.022Z Downloaded test-strategy v0.4.5
10712026-08-26T14:37:53.025Z Downloaded drift v0.2.0
10722026-08-26T14:37:53.030Z Downloaded zerocopy v0.7.35
10732026-08-26T14:37:53.039Z Downloaded cc v1.2.56
10742026-08-26T14:37:53.042Z Downloaded regex-syntax v0.6.29
10752026-08-26T14:37:53.045Z Downloaded rayon v1.11.0
10762026-08-26T14:37:53.049Z Downloaded salty v0.3.0
10772026-08-26T14:37:53.053Z Downloaded reqwest v0.13.2
10782026-08-26T14:37:53.056Z Downloaded scuffle v0.1.0
10792026-08-26T14:37:53.059Z Downloaded libm v0.2.16
10802026-08-26T14:37:53.063Z Downloaded flume v0.11.1
10812026-08-26T14:37:53.066Z Downloaded unicode_categories v0.1.1
10822026-08-26T14:37:53.069Z Downloaded num-bigint-dig v0.8.6
10832026-08-26T14:37:53.069Z Downloaded winnow v0.5.40
10842026-08-26T14:37:53.073Z Downloaded p521 v0.14.0
10852026-08-26T14:37:53.077Z Downloaded aes v0.9.1
10862026-08-26T14:37:53.080Z Downloaded base64 v0.22.1
10872026-08-26T14:37:53.080Z Downloaded quinn v0.11.11
10882026-08-26T14:37:53.083Z Downloaded lalrpop v0.19.12
10892026-08-26T14:37:53.088Z Downloaded polar-core v0.27.3
10902026-08-26T14:37:53.094Z Downloaded expectorate v1.2.0
10912026-08-26T14:37:53.097Z Downloaded nom v7.1.3
10922026-08-26T14:37:53.097Z Downloaded curve25519-dalek v5.0.0
10932026-08-26T14:37:53.102Z Downloaded aho-corasick v1.1.4
10942026-08-26T14:37:53.105Z Downloaded smoltcp v0.9.1
10952026-08-26T14:37:53.111Z Downloaded goblin v0.10.5
10962026-08-26T14:37:53.115Z Downloaded bindgen v0.71.1
10972026-08-26T14:37:53.129Z Downloaded num-bigint v0.4.6
10982026-08-26T14:37:53.140Z Downloaded moka v0.12.13
10992026-08-26T14:37:53.144Z Downloaded regex-syntax v0.8.10
11002026-08-26T14:37:53.149Z Downloaded reqwest v0.12.28
11012026-08-26T14:37:53.152Z Downloaded hickory-proto v0.24.4
11022026-08-26T14:37:53.163Z Downloaded syn v3.0.3
11032026-08-26T14:37:53.174Z Downloaded serde_with v3.21.0
11042026-08-26T14:37:53.182Z Downloaded smoltcp v0.11.0
11052026-08-26T14:37:53.189Z Downloaded rustls v0.23.41
11062026-08-26T14:37:53.196Z Downloaded time v0.3.47
11072026-08-26T14:37:53.203Z Downloaded zerocopy v0.8.55
11082026-08-26T14:37:53.213Z Downloaded rawzip v0.4.4
11092026-08-26T14:37:53.216Z Downloaded sha3 v0.12.0
11102026-08-26T14:37:53.220Z Downloaded winnow v1.0.3
11112026-08-26T14:37:53.223Z Downloaded hickory-proto v0.25.2
11122026-08-26T14:37:53.232Z Downloaded gimli v0.32.3
11132026-08-26T14:37:53.237Z Downloaded syn v1.0.109
11142026-08-26T14:37:53.243Z Downloaded object v0.30.4
11152026-08-26T14:37:53.248Z Downloaded openssl v0.10.80
11162026-08-26T14:37:53.254Z Downloaded bstr v1.12.1
11172026-08-26T14:37:53.258Z Downloaded proptest v1.11.0
11182026-08-26T14:37:53.264Z Downloaded diesel v2.3.7
11192026-08-26T14:37:53.275Z Downloaded quinn-proto v0.11.16
11202026-08-26T14:37:53.279Z Downloaded unicode-width v0.2.0
11212026-08-26T14:37:53.283Z Downloaded radix_trie v0.2.1
11222026-08-26T14:37:53.286Z Downloaded bitvec v1.0.1
11232026-08-26T14:37:53.294Z Downloaded git2 v0.20.4
11242026-08-26T14:37:53.299Z Downloaded russh v0.62.4
11252026-08-26T14:37:53.303Z Downloaded nix v0.27.1
11262026-08-26T14:37:53.309Z Downloaded syn v2.0.117
11272026-08-26T14:37:53.316Z Downloaded openapiv3 v2.2.0
11282026-08-26T14:37:53.322Z Downloaded regress v0.10.5
11292026-08-26T14:37:53.327Z Downloaded object v0.37.3
11302026-08-26T14:37:53.334Z Downloaded nix v0.28.0
11312026-08-26T14:37:53.340Z Downloaded zerocopy-derive v0.6.6
11322026-08-26T14:37:53.346Z Downloaded rustix v0.38.44
11332026-08-26T14:37:53.358Z Downloaded sled v0.34.7
11342026-08-26T14:37:53.364Z Downloaded jiff v0.2.34
11352026-08-26T14:37:53.374Z Downloaded tracing v0.1.44
11362026-08-26T14:37:53.387Z Downloaded unicode-width v0.1.14
11372026-08-26T14:37:53.391Z Downloaded sqlparser v0.61.0
11382026-08-26T14:37:53.398Z Downloaded sha3 v0.11.0
11392026-08-26T14:37:53.414Z Downloaded regress v0.11.1
11402026-08-26T14:37:53.419Z Downloaded typify-impl v0.6.2
11412026-08-26T14:37:53.428Z Downloaded dropshot v0.17.1
11422026-08-26T14:37:53.440Z Downloaded ratatui v0.29.0
11432026-08-26T14:37:53.451Z Downloaded tokio v1.52.1
11442026-08-26T14:37:53.475Z Downloaded nix v0.31.2
11452026-08-26T14:37:53.482Z Downloaded petgraph v0.8.3
11462026-08-26T14:37:53.495Z Downloaded libz-sys v1.1.24
11472026-08-26T14:37:53.507Z Downloaded rustix v1.1.4
11482026-08-26T14:37:53.521Z Downloaded httpmock v0.8.3
11492026-08-26T14:37:53.562Z Downloaded bzip2-sys v0.1.13+1.0.8
11502026-08-26T14:37:53.608Z Downloaded petgraph v0.6.5
11512026-08-26T14:37:53.638Z Downloaded csv v1.4.0
11522026-08-26T14:37:53.650Z Downloaded regex-automata v0.4.14
11532026-08-26T14:37:53.659Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11542026-08-26T14:37:53.670Z Downloaded sha3 v0.10.8
11552026-08-26T14:37:53.673Z Downloaded libc v0.2.185
11562026-08-26T14:37:53.700Z Downloaded chrono-tz v0.10.4
11572026-08-26T14:37:53.826Z Downloaded encoding_rs v0.8.35
11582026-08-26T14:37:53.855Z Downloaded ring v0.17.14
11592026-08-26T14:37:53.896Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-08-26T14:37:54.391Z Downloaded aws-lc-sys v0.40.0
11612026-08-26T14:37:54.805Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11622026-08-26T14:38:00.547Z Startup: Refreshing catalog 'helios' ... Done
11632026-08-26T14:38:00.932Z Startup: Caching catalogs ... Done
11642026-08-26T14:38:03.136ZPlanning: Solver setup ... Done (2.083s)
11652026-08-26T14:38:03.198ZPlanning: Running solver ... Done (0.061s)
11662026-08-26T14:38:03.248ZPlanning: Finding local manifests ... Done (0.003s)
11672026-08-26T14:38:03.261ZPlanning: Fetching manifests: 0/2 0% complete
11682026-08-26T14:38:03.278ZPlanning: Fetching manifests: 2/2 100% complete
11692026-08-26T14:38:03.292ZPlanning: Package planning ... Done (0.014s)
11702026-08-26T14:38:03.301ZPlanning: Merging actions ... Done (0.001s)
11712026-08-26T14:38:03.514ZPlanning: Checking for conflicting actions ... Done (0.221s)
11722026-08-26T14:38:03.520ZPlanning: Consolidating action changes ... Done (0.001s)
11732026-08-26T14:38:04.366ZPlanning: Evaluating mediators ... Done (0.851s)
11742026-08-26T14:38:04.370ZPlanning: Planning completed in 3.40 seconds
11752026-08-26T14:38:04.376Z Packages to install: 2
11762026-08-26T14:38:04.376Z Estimated space available: 155.73 GB
11772026-08-26T14:38:04.376ZEstimated space to be consumed: 80.56 MB
11782026-08-26T14:38:04.376Z Create boot environment: No
11792026-08-26T14:38:04.379ZCreate backup boot environment: No
11802026-08-26T14:38:04.379Z Rebuild boot archive: No
11812026-08-26T14:38:04.379Z
11822026-08-26T14:38:04.379ZChanged packages:
11832026-08-26T14:38:04.379Zhelios
11842026-08-26T14:38:04.379Z developer/build-essential
11852026-08-26T14:38:04.379Z None -> 11-3.0
11862026-08-26T14:38:04.379Z library/libxmlsec1
11872026-08-26T14:38:04.379Z None -> 1.2.35-3.0
11882026-08-26T14:38:04.400Z
11892026-08-26T14:38:04.401ZDownload: 0/214 items 0.0/1.3MB 0% complete
11902026-08-26T14:38:04.471ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
11912026-08-26T14:38:04.625Z Actions: 1/268 actions (Installing new actions)
11922026-08-26T14:38:04.663Z Actions: Completed 268 actions in 0.04 seconds.
11932026-08-26T14:38:04.701ZFinalize: Updating package state database ... Done (0.037s)
11942026-08-26T14:38:04.701ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-26T14:38:04.793ZFinalize: Updating image state ... Done (0.091s)
11962026-08-26T14:38:07.437ZFinalize: Creating fast lookup database ... Done (2.590s)
11972026-08-26T14:38:07.507ZFinalize: Reading search index ... Done (0.012s)
11982026-08-26T14:38:07.511ZFinalize: Updating search index ... Done (0.000s)
11992026-08-26T14:38:07.654ZFinalize: Updating package cache ... Done (0.000s)
12002026-08-26T14:38:08.039ZPlanning: Evaluating mediator changes ... Done
12012026-08-26T14:38:08.143ZPlanning: Checking for conflicting actions ... Done
12022026-08-26T14:38:08.147ZPlanning: Consolidating action changes ... Done
12032026-08-26T14:38:08.299ZPlanning: Evaluating mediators ... Done
12042026-08-26T14:38:08.303ZPlanning: Planning completed in 0.26 seconds
12052026-08-26T14:38:08.322Z Mediators to change: 2
12062026-08-26T14:38:08.322Z Create boot environment: No
12072026-08-26T14:38:08.322ZCreate backup boot environment: No
12082026-08-26T14:38:08.377ZFinalize: Updating package state database ... Done
12092026-08-26T14:38:08.378ZFinalize: Updating package cache ... Done
12102026-08-26T14:38:08.430ZFinalize: Updating image state ... Done
12112026-08-26T14:38:10.346ZFinalize: Creating fast lookup database ... Done
12122026-08-26T14:38:10.408ZFinalize: Reading search index ... Done
12132026-08-26T14:38:10.411ZFinalize: Updating search index ... Done
12142026-08-26T14:38:10.482ZFinalize: Updating package cache ... Done
12152026-08-26T14:38:10.770ZPlanning: Evaluating mediator changes ... Done
12162026-08-26T14:38:10.875ZPlanning: Checking for conflicting actions ... Done
12172026-08-26T14:38:10.878ZPlanning: Consolidating action changes ... Done
12182026-08-26T14:38:11.033ZPlanning: Evaluating mediators ... Done
12192026-08-26T14:38:11.037ZPlanning: Planning completed in 0.26 seconds
12202026-08-26T14:38:11.056Z Mediators to change: 1
12212026-08-26T14:38:11.056Z Create boot environment: No
12222026-08-26T14:38:11.056ZCreate backup boot environment: No
12232026-08-26T14:38:11.101ZFinalize: Updating package state database ... Done
12242026-08-26T14:38:11.101ZFinalize: Updating package cache ... Done
12252026-08-26T14:38:11.159ZFinalize: Updating image state ... Done
12262026-08-26T14:38:13.080ZFinalize: Creating fast lookup database ... Done
12272026-08-26T14:38:13.141ZFinalize: Reading search index ... Done
12282026-08-26T14:38:13.145ZFinalize: Updating search index ... Done
12292026-08-26T14:38:13.213ZFinalize: Updating package cache ... Done
12302026-08-26T14:38:13.525ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12312026-08-26T14:38:13.525Zapache system 2.4 system
12322026-08-26T14:38:13.525Zclang system 15 system
12332026-08-26T14:38:13.525Zcsh system system illumos
12342026-08-26T14:38:13.525Zctags system system illumos
12352026-08-26T14:38:13.525Zfile vendor vendor darwinsys
12362026-08-26T14:38:13.525Zfile system system illumos
12372026-08-26T14:38:13.525Zgcc vendor 14 vendor
12382026-08-26T14:38:13.525Zgcc system 13 system
12392026-08-26T14:38:13.525Zgcc system 10 system
12402026-08-26T14:38:13.525Zgo system 1.25 system
12412026-08-26T14:38:13.525Zllvm system 15 system
12422026-08-26T14:38:13.525Zmariadb system 11.4 system
12432026-08-26T14:38:13.525Zmta vendor vendor dma
12442026-08-26T14:38:13.525Zopenjdk system 17 system
12452026-08-26T14:38:13.525Zopenjdk system 11 system
12462026-08-26T14:38:13.525Zopenssl vendor 3 vendor
12472026-08-26T14:38:13.525Zperl system 5.40 system
12482026-08-26T14:38:13.525Zpostgresql system 18 system
12492026-08-26T14:38:13.525Zpostgresql system 17 system
12502026-08-26T14:38:13.525Zpython vendor 3 vendor
12512026-08-26T14:38:13.525Zpython system 2 system
12522026-08-26T14:38:13.525Zpython3 vendor 3.13 vendor
12532026-08-26T14:38:13.525Zruby system 3.4 system
12542026-08-26T14:38:13.525Zruby system 3.0 system
12552026-08-26T14:38:13.525Zwords vendor vendor american-english
12562026-08-26T14:38:13.525Zwords system system australian-english
12572026-08-26T14:38:13.526Zwords system system british-english
12582026-08-26T14:38:13.526Zwords system system canadian-english
12592026-08-26T14:38:13.526Zwords system system french
12602026-08-26T14:38:13.526Zwords system system italian
12612026-08-26T14:38:13.526Zwords system system ngerman
12622026-08-26T14:38:13.526Zwords system system ogerman
12632026-08-26T14:38:13.526Zwords system system spanish
12642026-08-26T14:38:13.776ZPUBLISHER TYPE STATUS P LOCATION
12652026-08-26T14:38:13.776Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12662026-08-26T14:38:14.293ZFMRI IFO
12672026-08-26T14:38:14.293Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12682026-08-26T14:38:14.293Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12692026-08-26T14:38:14.293Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12702026-08-26T14:38:14.293Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12712026-08-26T14:38:14.293Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12722026-08-26T14:38:14.294Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12732026-08-26T14:38:14.294Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12742026-08-26T14:38:14.294Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12752026-08-26T14:38:14.294Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12762026-08-26T14:38:14.912Z Downloading crates ...
12772026-08-26T14:38:14.961Z Downloaded cargo_toml v0.21.0
12782026-08-26T14:38:15.010Z Compiling proc-macro2 v1.0.106
12792026-08-26T14:38:15.010Z Compiling unicode-ident v1.0.24
12802026-08-26T14:38:15.013Z Compiling quote v1.0.45
12812026-08-26T14:38:15.013Z Compiling serde_core v1.0.228
12822026-08-26T14:38:15.013Z Compiling libc v0.2.185
12832026-08-26T14:38:15.013Z Compiling version_check v0.9.5
12842026-08-26T14:38:15.013Z Compiling memchr v2.8.0
12852026-08-26T14:38:15.013Z Compiling serde v1.0.228
12862026-08-26T14:38:15.089Z Compiling zmij v1.0.21
12872026-08-26T14:38:15.093Z Compiling thiserror v1.0.69
12882026-08-26T14:38:15.093Z Compiling itoa v1.0.17
12892026-08-26T14:38:15.093Z Compiling ucd-trie v0.1.7
12902026-08-26T14:38:15.093Z Compiling byteorder v1.5.0
12912026-08-26T14:38:15.093Z Compiling rustix v1.1.4
12922026-08-26T14:38:15.309Z Compiling bitflags v2.11.0
12932026-08-26T14:38:15.366Z Compiling serde_json v1.0.151
12942026-08-26T14:38:15.504Z Compiling camino v1.2.5
12952026-08-26T14:38:15.542Z Compiling proc-macro-error-attr v1.0.4
12962026-08-26T14:38:15.575Z Compiling usdt-impl v0.5.0
12972026-08-26T14:38:15.614Z Compiling pest v2.8.6
12982026-08-26T14:38:15.661Z Compiling syn v1.0.109
12992026-08-26T14:38:15.708Z Compiling proc-macro-error v1.0.4
13002026-08-26T14:38:15.725Z Compiling log v0.4.33
13012026-08-26T14:38:15.738Z Compiling plain v0.2.3
13022026-08-26T14:38:15.817Z Compiling hashbrown v0.17.0
13032026-08-26T14:38:15.829Z Compiling utf8parse v0.2.2
13042026-08-26T14:38:15.832Z Compiling getrandom v0.4.3
13052026-08-26T14:38:15.868Z Compiling equivalent v1.0.2
13062026-08-26T14:38:15.916Z Compiling anstyle-parse v1.0.0
13072026-08-26T14:38:15.933Z Compiling thiserror v2.0.18
13082026-08-26T14:38:15.944Z Compiling is_terminal_polyfill v1.70.2
13092026-08-26T14:38:15.966Z Compiling autocfg v1.5.0
13102026-08-26T14:38:15.969Z Compiling colorchoice v1.0.4
13112026-08-26T14:38:15.995Z Compiling anstyle-query v1.1.5
13122026-08-26T14:38:16.056Z Compiling pretty-hex v0.4.1
13132026-08-26T14:38:16.074Z Compiling winnow v0.7.14
13142026-08-26T14:38:16.128Z Compiling errno v0.3.14
13152026-08-26T14:38:16.140Z Compiling thread-id v4.2.2
13162026-08-26T14:38:16.140Z Compiling anstyle v1.0.14
13172026-08-26T14:38:16.145Z Compiling cfg-if v1.0.4
13182026-08-26T14:38:16.172Z Compiling toml_write v0.1.2
13192026-08-26T14:38:16.250Z Compiling fnv v1.0.7
13202026-08-26T14:38:16.253Z Compiling heck v0.5.0
13212026-08-26T14:38:16.297Z Compiling unicode-width v0.1.14
13222026-08-26T14:38:16.307Z Compiling heck v0.4.1
13232026-08-26T14:38:16.404Z Compiling indexmap v2.14.0
13242026-08-26T14:38:16.404Z Compiling anstream v1.0.0
13252026-08-26T14:38:16.445Z Compiling bytecount v0.6.9
13262026-08-26T14:38:16.458Z Compiling fs-err v3.3.0
13272026-08-26T14:38:16.494Z Compiling fastrand v2.3.0
13282026-08-26T14:38:16.527Z Compiling once_cell v1.21.3
13292026-08-26T14:38:16.554Z Compiling syn v2.0.117
13302026-08-26T14:38:16.591Z Compiling strsim v0.11.1
13312026-08-26T14:38:16.602Z Compiling anyhow v1.0.104
13322026-08-26T14:38:16.657Z Compiling clap_lex v1.0.0
13332026-08-26T14:38:16.735Z Compiling pest_meta v2.8.6
13342026-08-26T14:38:16.758Z Compiling papergrid v0.11.0
13352026-08-26T14:38:16.773Z Compiling memmap v0.7.0
13362026-08-26T14:38:16.783Z Compiling unicode-linebreak v0.1.5
13372026-08-26T14:38:16.917Z Compiling smawk v0.3.2
13382026-08-26T14:38:16.949Z Compiling unicode-width v0.2.0
13392026-08-26T14:38:16.968Z Compiling swrite v0.1.0
13402026-08-26T14:38:17.102Z Compiling terminal_size v0.4.3
13412026-08-26T14:38:17.103Z Compiling tempfile v3.27.0
13422026-08-26T14:38:17.207Z Compiling clap_builder v4.6.0
13432026-08-26T14:38:17.207Z Compiling textwrap v0.16.2
13442026-08-26T14:38:17.552Z Compiling cargo-platform v0.3.2
13452026-08-26T14:38:17.596Z Compiling semver v1.0.28
13462026-08-26T14:38:17.764Z Compiling camino-tempfile v1.4.1
13472026-08-26T14:38:17.971Z Compiling tabled_derive v0.7.0
13482026-08-26T14:38:18.630Z Compiling tabled v0.15.0
13492026-08-26T14:38:18.661Z Compiling pest_generator v2.8.6
13502026-08-26T14:38:19.197Z Compiling serde_derive v1.0.228
13512026-08-26T14:38:19.197Z Compiling thiserror-impl v1.0.69
13522026-08-26T14:38:19.201Z Compiling zerocopy-derive v0.7.35
13532026-08-26T14:38:19.201Z Compiling scroll_derive v0.12.1
13542026-08-26T14:38:19.201Z Compiling thiserror-impl v2.0.18
13552026-08-26T14:38:19.201Z Compiling clap_derive v4.6.1
13562026-08-26T14:38:19.258Z Compiling pest_derive v2.8.6
13572026-08-26T14:38:19.778Z Compiling scroll v0.12.0
13582026-08-26T14:38:19.901Z Compiling zerocopy v0.7.35
13592026-08-26T14:38:19.983Z Compiling goblin v0.8.2
13602026-08-26T14:38:20.171Z Compiling dtrace-parser v0.2.0
13612026-08-26T14:38:20.491Z Compiling clap v4.6.1
13622026-08-26T14:38:21.564Z Compiling serde_spanned v0.6.9
13632026-08-26T14:38:21.564Z Compiling toml_datetime v0.6.11
13642026-08-26T14:38:21.567Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13652026-08-26T14:38:21.567Z Compiling cargo_metadata v0.23.1
13662026-08-26T14:38:21.567Z Compiling macaddr v1.0.1
13672026-08-26T14:38:21.574Z Compiling dof v0.3.0
13682026-08-26T14:38:21.577Z Compiling serde_tokenstream v0.2.3
13692026-08-26T14:38:21.734Z Compiling toml_edit v0.22.27
13702026-08-26T14:38:22.259Z Compiling usdt-macro v0.5.0
13712026-08-26T14:38:22.262Z Compiling usdt-attr-macro v0.5.0
13722026-08-26T14:38:22.840Z Compiling usdt v0.5.0
13732026-08-26T14:38:22.969Z Compiling toml v0.8.23
13742026-08-26T14:38:23.282Z Compiling cargo_toml v0.21.0
13752026-08-26T14:38:24.556Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13762026-08-26T14:38:26.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s
13772026-08-26T14:38:26.643Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13782026-08-26T14:38:27.406Z Compiling serde_core v1.0.228
13792026-08-26T14:38:27.406Z Compiling libc v0.2.185
13802026-08-26T14:38:27.406Z Compiling serde v1.0.228
13812026-08-26T14:38:27.409Z Compiling log v0.4.33
13822026-08-26T14:38:27.409Z Compiling smallvec v1.15.1
13832026-08-26T14:38:27.409Z Compiling find-msvc-tools v0.1.9
13842026-08-26T14:38:27.409Z Compiling shlex v1.3.0
13852026-08-26T14:38:27.409Z Compiling subtle v2.6.1
13862026-08-26T14:38:27.574Z Compiling scopeguard v1.2.0
13872026-08-26T14:38:27.578Z Compiling typenum v1.20.1
13882026-08-26T14:38:27.578Z Compiling stable_deref_trait v1.2.1
13892026-08-26T14:38:27.588Z Compiling zerocopy v0.8.55
13902026-08-26T14:38:27.591Z Compiling portable-atomic v1.13.1
13912026-08-26T14:38:27.653Z Compiling serde_json v1.0.151
13922026-08-26T14:38:27.668Z Compiling syn v2.0.117
13932026-08-26T14:38:27.695Z Compiling critical-section v1.2.0
13942026-08-26T14:38:27.710Z Compiling libm v0.2.16
13952026-08-26T14:38:27.726Z Compiling num-traits v0.2.19
13962026-08-26T14:38:27.738Z Compiling pkg-config v0.3.32
13972026-08-26T14:38:27.755Z Compiling lock_api v0.4.14
13982026-08-26T14:38:27.760Z Compiling generic-array v0.14.7
13992026-08-26T14:38:27.793Z Compiling const-oid v0.9.6
14002026-08-26T14:38:27.850Z Compiling parking_lot_core v0.9.12
14012026-08-26T14:38:27.871Z Compiling pin-project-lite v0.2.17
14022026-08-26T14:38:27.918Z Compiling getrandom v0.4.3
14032026-08-26T14:38:27.978Z Compiling rand_core v0.10.0
14042026-08-26T14:38:28.008Z Compiling writeable v0.6.2
14052026-08-26T14:38:28.011Z Compiling futures-core v0.3.32
14062026-08-26T14:38:28.088Z Compiling percent-encoding v2.3.2
14072026-08-26T14:38:28.133Z Compiling litemap v0.8.1
14082026-08-26T14:38:28.163Z Compiling icu_properties_data v2.1.2
14092026-08-26T14:38:28.176Z Compiling icu_normalizer_data v2.1.1
14102026-08-26T14:38:28.221Z Compiling getrandom v0.3.4
14112026-08-26T14:38:28.221Z Compiling rustix v1.1.4
14122026-08-26T14:38:28.251Z Compiling futures-sink v0.3.32
14132026-08-26T14:38:28.300Z Compiling slab v0.4.12
14142026-08-26T14:38:28.336Z Compiling futures-task v0.3.32
14152026-08-26T14:38:28.353Z Compiling futures-channel v0.3.32
14162026-08-26T14:38:28.384Z Compiling utf8_iter v1.0.4
14172026-08-26T14:38:28.398Z Compiling futures-io v0.3.32
14182026-08-26T14:38:28.486Z Compiling form_urlencoded v1.2.2
14192026-08-26T14:38:28.504Z Compiling rustversion v1.0.22
14202026-08-26T14:38:28.529Z Compiling errno v0.3.14
14212026-08-26T14:38:28.547Z Compiling jobserver v0.1.34
14222026-08-26T14:38:28.561Z Compiling getrandom v0.2.17
14232026-08-26T14:38:28.610Z Compiling mio v1.2.0
14242026-08-26T14:38:28.624Z Compiling socket2 v0.6.3
14252026-08-26T14:38:28.629Z Compiling iana-time-zone v0.1.65
14262026-08-26T14:38:28.655Z Compiling signal-hook-registry v1.4.8
14272026-08-26T14:38:28.695Z Compiling rand_core v0.6.4
14282026-08-26T14:38:28.806Z Compiling cc v1.2.56
14292026-08-26T14:38:28.823Z Compiling once_cell v1.21.3
14302026-08-26T14:38:28.827Z Compiling parking_lot v0.12.5
14312026-08-26T14:38:28.853Z Compiling base64ct v1.8.3
14322026-08-26T14:38:28.902Z Compiling fs_extra v1.3.0
14332026-08-26T14:38:28.947Z Compiling flagset v0.4.7
14342026-08-26T14:38:28.971Z Compiling regex-syntax v0.8.10
14352026-08-26T14:38:29.000Z Compiling ident_case v1.0.1
14362026-08-26T14:38:29.059Z Compiling dunce v1.0.5
14372026-08-26T14:38:29.073Z Compiling base64 v0.22.1
14382026-08-26T14:38:29.099Z Compiling pem-rfc7468 v0.7.0
14392026-08-26T14:38:29.115Z Compiling vcpkg v0.2.15
14402026-08-26T14:38:29.141Z Compiling rand_core v0.9.5
14412026-08-26T14:38:29.161Z Compiling syn v1.0.109
14422026-08-26T14:38:29.176Z Compiling tracing-core v0.1.36
14432026-08-26T14:38:29.190Z Compiling dyn-clone v1.0.20
14442026-08-26T14:38:29.220Z Compiling cpufeatures v0.2.17
14452026-08-26T14:38:29.235Z Compiling schemars v0.8.22
14462026-08-26T14:38:29.275Z Compiling aws-lc-rs v1.16.3
14472026-08-26T14:38:29.308Z Compiling simd-adler32 v0.3.8
14482026-08-26T14:38:29.340Z Compiling spin v0.9.8
14492026-08-26T14:38:29.412Z Compiling openssl-probe v0.2.1
14502026-08-26T14:38:29.421Z Compiling httparse v1.10.1
14512026-08-26T14:38:29.436Z Compiling crc32fast v1.5.0
14522026-08-26T14:38:29.481Z Compiling adler2 v2.0.1
14532026-08-26T14:38:29.565Z Compiling cmake v0.1.57
14542026-08-26T14:38:29.569Z Compiling cmov v0.5.4
14552026-08-26T14:38:29.594Z Compiling tinyvec_macros v0.1.1
14562026-08-26T14:38:29.599Z Compiling miniz_oxide v0.8.9
14572026-08-26T14:38:29.599Z Compiling aho-corasick v1.1.4
14582026-08-26T14:38:29.624Z Compiling try-lock v0.2.5
14592026-08-26T14:38:29.649Z Compiling radium v0.7.0
14602026-08-26T14:38:29.672Z Compiling tinyvec v1.10.0
14612026-08-26T14:38:29.741Z Compiling tower-layer v0.3.3
14622026-08-26T14:38:29.771Z Compiling bitflags v2.11.0
14632026-08-26T14:38:29.802Z Compiling semver v1.0.28
14642026-08-26T14:38:29.815Z Compiling indexmap v2.14.0
14652026-08-26T14:38:29.849Z Compiling uuid v1.23.4
14662026-08-26T14:38:29.936Z Compiling ctutils v0.4.2
14672026-08-26T14:38:29.975Z Compiling tower-service v0.3.3
14682026-08-26T14:38:29.988Z Compiling atomic-waker v1.1.2
14692026-08-26T14:38:30.015Z Compiling untrusted v0.7.1
14702026-08-26T14:38:30.033Z Compiling rustc_version v0.4.1
14712026-08-26T14:38:30.153Z Compiling want v0.3.1
14722026-08-26T14:38:30.164Z Compiling untrusted v0.9.0
14732026-08-26T14:38:30.188Z Compiling rustls v0.23.41
14742026-08-26T14:38:30.222Z Compiling openssl v0.10.80
14752026-08-26T14:38:30.299Z Compiling httpdate v1.0.3
14762026-08-26T14:38:30.331Z Compiling tap v1.0.1
14772026-08-26T14:38:30.346Z Compiling maybe-uninit v2.0.0
14782026-08-26T14:38:30.369Z Compiling foreign-types-shared v0.1.1
14792026-08-26T14:38:30.400Z Compiling unicode-normalization v0.1.25
14802026-08-26T14:38:30.414Z Compiling aws-lc-sys v0.40.0
14812026-08-26T14:38:30.458Z Compiling openssl-sys v0.9.117
14822026-08-26T14:38:30.474Z Compiling regex-automata v0.4.14
14832026-08-26T14:38:30.477Z Compiling foreign-types v0.3.2
14842026-08-26T14:38:30.502Z Compiling wyz v0.5.1
14852026-08-26T14:38:30.545Z Compiling synstructure v0.13.2
14862026-08-26T14:38:30.560Z Compiling serde_derive_internals v0.29.1
14872026-08-26T14:38:30.563Z Compiling pest_generator v2.8.6
14882026-08-26T14:38:30.599Z Compiling darling_core v0.20.11
14892026-08-26T14:38:30.690Z Compiling bzip2-sys v0.1.13+1.0.8
14902026-08-26T14:38:30.710Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14912026-08-26T14:38:30.913Z Compiling tempfile v3.27.0
14922026-08-26T14:38:30.942Z Compiling terminal_size v0.4.3
14932026-08-26T14:38:31.020Z Compiling num-integer v0.1.46
14942026-08-26T14:38:31.099Z Compiling wait-timeout v0.2.1
14952026-08-26T14:38:31.145Z Compiling ahash v0.8.12
14962026-08-26T14:38:31.161Z Compiling native-tls v0.2.18
14972026-08-26T14:38:31.176Z Compiling funty v2.0.0
14982026-08-26T14:38:31.323Z Compiling num-conv v0.2.0
14992026-08-26T14:38:31.337Z Compiling time-core v0.1.8
15002026-08-26T14:38:31.357Z Compiling quick-error v1.2.3
15012026-08-26T14:38:31.370Z Compiling num-bigint-dig v0.8.6
15022026-08-26T14:38:31.371Z Compiling bit-vec v0.8.0
15032026-08-26T14:38:31.399Z Compiling powerfmt v0.2.0
15042026-08-26T14:38:31.402Z Compiling packed_struct v0.10.1
15052026-08-26T14:38:31.467Z Compiling rusty-fork v0.3.1
15062026-08-26T14:38:31.483Z Compiling clap_builder v4.6.0
15072026-08-26T14:38:31.483Z Compiling num-iter v0.1.45
15082026-08-26T14:38:31.524Z Compiling time-macros v0.2.27
15092026-08-26T14:38:31.536Z Compiling bitvec v1.0.1
15102026-08-26T14:38:31.611Z Compiling bit-set v0.8.0
15112026-08-26T14:38:31.625Z Compiling deranged v0.5.8
15122026-08-26T14:38:31.724Z Compiling lazy_static v1.5.0
15132026-08-26T14:38:31.758Z Compiling rand_xorshift v0.4.0
15142026-08-26T14:38:31.784Z Compiling sync_wrapper v1.0.2
15152026-08-26T14:38:31.799Z Compiling indexmap v1.9.3
15162026-08-26T14:38:31.802Z Compiling unicode-segmentation v1.12.0
15172026-08-26T14:38:31.828Z Compiling nodrop v0.1.14
15182026-08-26T14:38:31.906Z Compiling unarray v0.1.4
15192026-08-26T14:38:31.927Z Compiling num_threads v0.1.7
15202026-08-26T14:38:31.941Z Compiling usdt-impl v0.6.0
15212026-08-26T14:38:32.007Z Compiling paste v1.0.15
15222026-08-26T14:38:32.029Z Compiling crossbeam-utils v0.8.21
15232026-08-26T14:38:32.043Z Compiling zlib-rs v0.6.2
15242026-08-26T14:38:32.161Z Compiling object v0.37.3
15252026-08-26T14:38:32.203Z Compiling siphasher v1.0.2
15262026-08-26T14:38:32.243Z Compiling serde_derive v1.0.228
15272026-08-26T14:38:32.293Z Compiling zeroize_derive v1.5.0
15282026-08-26T14:38:32.338Z Compiling zerocopy-derive v0.8.55
15292026-08-26T14:38:32.402Z Compiling zerofrom-derive v0.1.6
15302026-08-26T14:38:32.437Z Compiling yoke-derive v0.8.1
15312026-08-26T14:38:32.607Z Compiling zerovec-derive v0.11.2
15322026-08-26T14:38:32.621Z Compiling displaydoc v0.2.5
15332026-08-26T14:38:32.637Z Compiling tokio-macros v2.7.0
15342026-08-26T14:38:32.935Z Compiling futures-macro v0.3.32
15352026-08-26T14:38:32.965Z Compiling der_derive v0.7.3
15362026-08-26T14:38:33.024Z Compiling thiserror-impl v2.0.18
15372026-08-26T14:38:33.417Z Compiling tracing-attributes v0.1.31
15382026-08-26T14:38:33.463Z Compiling schemars_derive v0.8.22
15392026-08-26T14:38:33.520Z Compiling scroll_derive v0.13.1
15402026-08-26T14:38:33.678Z Compiling pest_derive v2.8.6
15412026-08-26T14:38:33.816Z Compiling darling_macro v0.20.11
15422026-08-26T14:38:33.865Z Compiling futures-util v0.3.32
15432026-08-26T14:38:33.891Z Compiling zerofrom v0.1.6
15442026-08-26T14:38:34.030Z Compiling yoke v0.8.1
15452026-08-26T14:38:34.043Z Compiling thiserror-impl v1.0.69
15462026-08-26T14:38:34.156Z Compiling openssl-macros v0.1.1
15472026-08-26T14:38:34.237Z Compiling zerovec v0.11.5
15482026-08-26T14:38:34.340Z Compiling zerotrie v0.2.3
15492026-08-26T14:38:34.376Z Compiling scroll v0.13.0
15502026-08-26T14:38:34.439Z Compiling thiserror v2.0.18
15512026-08-26T14:38:34.566Z Compiling darling v0.20.11
15522026-08-26T14:38:34.664Z Compiling goblin v0.10.5
15532026-08-26T14:38:34.668Z Compiling packed_struct_codegen v0.10.1
15542026-08-26T14:38:34.696Z Compiling clap_derive v4.6.1
15552026-08-26T14:38:34.702Z Compiling zerocopy-derive v0.6.6
15562026-08-26T14:38:34.703Z Compiling bitfield-macros v0.19.4
15572026-08-26T14:38:34.774Z Compiling tinystr v0.8.2
15582026-08-26T14:38:34.788Z Compiling potential_utf v0.1.4
15592026-08-26T14:38:34.810Z Compiling tracing v0.1.44
15602026-08-26T14:38:34.971Z Compiling icu_locale_core v2.1.1
15612026-08-26T14:38:34.991Z Compiling icu_collections v2.1.1
15622026-08-26T14:38:35.100Z Compiling crc-catalog v2.4.0
15632026-08-26T14:38:35.213Z Compiling crc v3.4.0
15642026-08-26T14:38:35.360Z Compiling flate2 v1.1.9
15652026-08-26T14:38:35.374Z Compiling thiserror v1.0.69
15662026-08-26T14:38:35.432Z Compiling derive_builder_core v0.20.2
15672026-08-26T14:38:35.487Z Compiling bitfield v0.19.4
15682026-08-26T14:38:35.502Z Compiling dtrace-parser v0.3.0
15692026-08-26T14:38:35.598Z Compiling zerocopy v0.6.6
15702026-08-26T14:38:35.625Z Compiling time v0.3.47
15712026-08-26T14:38:35.807Z Compiling zeroize v1.9.0
15722026-08-26T14:38:35.823Z Compiling bytes v1.11.1
15732026-08-26T14:38:35.838Z Compiling icu_provider v2.1.1
15742026-08-26T14:38:35.841Z Compiling chrono v0.4.45
15752026-08-26T14:38:35.932Z Compiling ipnet v2.12.0
15762026-08-26T14:38:35.947Z Compiling hex v0.4.3
15772026-08-26T14:38:36.150Z Compiling icu_normalizer v2.1.1
15782026-08-26T14:38:36.236Z Compiling icu_properties v2.1.2
15792026-08-26T14:38:36.270Z Compiling der v0.7.10
15802026-08-26T14:38:36.300Z Compiling rustls-pki-types v1.14.0
15812026-08-26T14:38:36.316Z Compiling hybrid-array v0.4.13
15822026-08-26T14:38:36.445Z Compiling tokio v1.52.1
15832026-08-26T14:38:36.459Z Compiling http v1.4.2
15842026-08-26T14:38:36.537Z Compiling serde_spanned v0.6.9
15852026-08-26T14:38:36.647Z Compiling block-buffer v0.10.4
15862026-08-26T14:38:36.693Z Compiling crypto-common v0.1.7
15872026-08-26T14:38:36.697Z Compiling toml_datetime v0.6.11
15882026-08-26T14:38:36.767Z Compiling clap v4.6.1
15892026-08-26T14:38:36.831Z Compiling digest v0.10.7
15902026-08-26T14:38:36.860Z Compiling ppv-lite86 v0.2.21
15912026-08-26T14:38:37.073Z Compiling sha2 v0.10.9
15922026-08-26T14:38:37.100Z Compiling spki v0.7.3
15932026-08-26T14:38:37.115Z Compiling idna_adapter v1.2.1
15942026-08-26T14:38:37.130Z Compiling http-body v1.0.1
15952026-08-26T14:38:37.211Z Compiling rand_chacha v0.9.0
15962026-08-26T14:38:37.228Z Compiling idna v1.1.0
15972026-08-26T14:38:37.243Z Compiling rand_chacha v0.3.1
15982026-08-26T14:38:37.267Z Compiling pkcs8 v0.10.2
15992026-08-26T14:38:37.294Z Compiling signature v2.2.0
16002026-08-26T14:38:37.308Z Compiling hmac v0.12.1
16012026-08-26T14:38:37.323Z Compiling http-body-util v0.1.3
16022026-08-26T14:38:37.389Z Compiling dof v0.4.0
16032026-08-26T14:38:37.470Z Compiling rand v0.9.2
16042026-08-26T14:38:37.489Z Compiling rand v0.8.6
16052026-08-26T14:38:37.506Z Compiling pkcs1 v0.7.5
16062026-08-26T14:38:37.540Z Compiling url v2.5.8
16072026-08-26T14:38:37.665Z Compiling scroll_derive v0.12.1
16082026-08-26T14:38:37.699Z Compiling structmeta-derive v0.3.0
16092026-08-26T14:38:37.925Z Compiling array-init v0.0.4
16102026-08-26T14:38:37.939Z Compiling smallvec v0.6.14
16112026-08-26T14:38:37.951Z Compiling darling_core v0.23.0
16122026-08-26T14:38:38.290Z Compiling proptest v1.11.0
16132026-08-26T14:38:38.332Z Compiling heapless v0.7.17
16142026-08-26T14:38:38.361Z Compiling slog v2.8.2
16152026-08-26T14:38:38.400Z Compiling thread-id v5.1.0
16162026-08-26T14:38:38.417Z Compiling syn v3.0.3
16172026-08-26T14:38:38.469Z Compiling env_filter v2.0.0
16182026-08-26T14:38:38.494Z Compiling cookie v0.18.1
16192026-08-26T14:38:38.564Z Compiling ryu v1.0.23
16202026-08-26T14:38:38.580Z Compiling iri-string v0.7.10
16212026-08-26T14:38:38.594Z Compiling allocator-api2 v0.2.21
16222026-08-26T14:38:38.694Z Compiling winnow v0.5.40
16232026-08-26T14:38:38.711Z Compiling unicode-properties v0.1.4
16242026-08-26T14:38:38.755Z Compiling unicode-bidi v0.3.18
16252026-08-26T14:38:38.770Z Compiling signal-hook v0.3.18
16262026-08-26T14:38:38.783Z Compiling base64 v0.21.7
16272026-08-26T14:38:38.837Z Compiling ipnetwork v0.21.1
16282026-08-26T14:38:38.935Z Compiling zstd-safe v7.2.4
16292026-08-26T14:38:38.960Z Compiling gimli v0.32.3
16302026-08-26T14:38:38.974Z Compiling anyhow v1.0.104
16312026-08-26T14:38:38.991Z Compiling hashbrown v0.12.3
16322026-08-26T14:38:39.115Z Compiling stringprep v0.1.5
16332026-08-26T14:38:39.173Z Compiling oxnet v0.1.6
16342026-08-26T14:38:39.250Z Compiling rsa v0.9.10
16352026-08-26T14:38:39.300Z Compiling ron v0.8.1
16362026-08-26T14:38:39.397Z Compiling structmeta v0.3.0
16372026-08-26T14:38:39.622Z Compiling serde_urlencoded v0.7.1
16382026-08-26T14:38:39.636Z Compiling env_logger v0.11.11
16392026-08-26T14:38:39.700Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16402026-08-26T14:38:39.915Z Compiling scroll v0.12.0
16412026-08-26T14:38:39.930Z Compiling serde-hex v0.1.0
16422026-08-26T14:38:40.035Z Compiling toml_edit v0.19.15
16432026-08-26T14:38:40.287Z Compiling x509-cert v0.2.5
16442026-08-26T14:38:40.371Z Compiling tokio-util v0.7.18
16452026-08-26T14:38:40.586Z Compiling tower v0.5.3
16462026-08-26T14:38:40.693Z Compiling addr2line v0.25.1
16472026-08-26T14:38:40.720Z Compiling darling_macro v0.23.0
16482026-08-26T14:38:40.960Z Compiling newtype-uuid v1.3.2
16492026-08-26T14:38:41.047Z Compiling tower-http v0.6.8
16502026-08-26T14:38:41.089Z Compiling h2 v0.4.15
16512026-08-26T14:38:41.233Z Compiling tokio-native-tls v0.3.1
16522026-08-26T14:38:41.311Z Compiling hashbrown v0.13.2
16532026-08-26T14:38:41.423Z Compiling md-5 v0.10.6
16542026-08-26T14:38:41.440Z Compiling block-buffer v0.12.1
16552026-08-26T14:38:41.468Z Compiling crypto-common v0.2.2
16562026-08-26T14:38:41.607Z Compiling block-padding v0.4.2
16572026-08-26T14:38:41.658Z Compiling rustls-native-certs v0.8.3
16582026-08-26T14:38:41.672Z Compiling derive_builder_macro v0.20.2
16592026-08-26T14:38:41.789Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16602026-08-26T14:38:41.803Z Compiling erased-serde v0.3.31
16612026-08-26T14:38:41.915Z Compiling serde_tokenstream v0.2.3
16622026-08-26T14:38:41.967Z Compiling daft-derive v0.1.8
16632026-08-26T14:38:41.981Z Compiling bzip2 v0.4.4
16642026-08-26T14:38:41.997Z Compiling camino v1.2.5
16652026-08-26T14:38:42.171Z Compiling bstr v1.12.1
16662026-08-26T14:38:42.205Z Compiling async-trait v0.1.89
16672026-08-26T14:38:42.258Z Compiling pin-project-internal v1.1.11
16682026-08-26T14:38:42.303Z Compiling zerocopy-derive v0.7.35
16692026-08-26T14:38:42.318Z Compiling curve25519-dalek v4.1.3
16702026-08-26T14:38:42.376Z Compiling vergen-lib v9.1.0
16712026-08-26T14:38:42.396Z Compiling hash32 v0.2.1
16722026-08-26T14:38:42.571Z Compiling memoffset v0.9.1
16732026-08-26T14:38:42.603Z Compiling encoding_rs v0.8.35
16742026-08-26T14:38:42.689Z Compiling rustix v0.38.44
16752026-08-26T14:38:42.714Z Compiling mime v0.3.17
16762026-08-26T14:38:42.729Z Compiling ref-cast v1.0.25
16772026-08-26T14:38:42.779Z Compiling litrs v1.0.0
16782026-08-26T14:38:42.829Z Compiling fallible-iterator v0.2.0
16792026-08-26T14:38:43.001Z Compiling psl-types v2.0.11
16802026-08-26T14:38:43.028Z Compiling cfg_aliases v0.2.1
16812026-08-26T14:38:43.059Z Compiling rustc-demangle v0.1.27
16822026-08-26T14:38:43.062Z Compiling owo-colors v4.3.0
16832026-08-26T14:38:43.115Z Compiling smoltcp v0.9.1
16842026-08-26T14:38:43.145Z Compiling crc-any v2.5.0
16852026-08-26T14:38:43.160Z Compiling nix v0.31.2
16862026-08-26T14:38:43.250Z Compiling publicsuffix v2.3.0
16872026-08-26T14:38:43.268Z Compiling zerocopy v0.7.35
16882026-08-26T14:38:43.282Z Compiling postgres-protocol v0.6.10
16892026-08-26T14:38:43.355Z Compiling document-features v0.2.12
16902026-08-26T14:38:43.428Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16912026-08-26T14:38:43.444Z Compiling pin-project v1.1.11
16922026-08-26T14:38:43.459Z Compiling backtrace v0.3.76
16932026-08-26T14:38:43.587Z Compiling daft v0.1.8
16942026-08-26T14:38:43.681Z Compiling derive_builder v0.20.2
16952026-08-26T14:38:43.695Z Compiling zip v0.6.6
16962026-08-26T14:38:43.795Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16972026-08-26T14:38:43.831Z Compiling object v0.30.4
16982026-08-26T14:38:43.851Z Compiling inout v0.2.2
16992026-08-26T14:38:43.865Z Compiling toml v0.7.8
17002026-08-26T14:38:43.897Z Compiling darling v0.23.0
17012026-08-26T14:38:43.970Z Compiling goblin v0.8.2
17022026-08-26T14:38:44.071Z Compiling derive-ex v0.1.8
17032026-08-26T14:38:44.203Z Compiling futures-executor v0.3.32
17042026-08-26T14:38:44.290Z Compiling hubpack_derive v0.1.1
17052026-08-26T14:38:44.312Z Compiling hyper v1.10.1
17062026-08-26T14:38:44.447Z Compiling regex v1.12.3
17072026-08-26T14:38:44.480Z Compiling phf_shared v0.13.1
17082026-08-26T14:38:44.496Z Compiling ref-cast-impl v1.0.25
17092026-08-26T14:38:44.499Z Compiling curve25519-dalek-derive v0.1.1
17102026-08-26T14:38:44.499Z Compiling strum_macros v0.27.2
17112026-08-26T14:38:44.548Z Compiling snafu-derive v0.8.9
17122026-08-26T14:38:44.673Z Compiling convert_case v0.10.0
17132026-08-26T14:38:44.739Z Compiling cargo-platform v0.3.2
17142026-08-26T14:38:44.782Z Compiling vergen v9.1.0
17152026-08-26T14:38:44.893Z Compiling ff v0.13.1
17162026-08-26T14:38:44.984Z Compiling fs-err v3.3.0
17172026-08-26T14:38:44.998Z Compiling managed v0.8.0
17182026-08-26T14:38:45.032Z Compiling is_ci v1.2.0
17192026-08-26T14:38:45.053Z Compiling same-file v1.0.6
17202026-08-26T14:38:45.100Z Compiling path-slash v0.1.5
17212026-08-26T14:38:45.193Z Compiling libbz2-rs-sys v0.2.2
17222026-08-26T14:38:45.208Z Compiling either v1.15.0
17232026-08-26T14:38:45.221Z Compiling base16ct v0.2.0
17242026-08-26T14:38:45.235Z Compiling foldhash v0.2.0
17252026-08-26T14:38:45.251Z Compiling jiff-core v0.1.0
17262026-08-26T14:38:45.254Z Compiling bumpalo v3.20.2
17272026-08-26T14:38:45.384Z Compiling foldhash v0.1.5
17282026-08-26T14:38:45.417Z Compiling bitflags v1.3.2
17292026-08-26T14:38:45.432Z Compiling textwrap v0.16.2
17302026-08-26T14:38:45.472Z Compiling hyper-util v0.1.20
17312026-08-26T14:38:45.534Z Compiling hashbrown v0.15.5
17322026-08-26T14:38:45.572Z Compiling zopfli v0.8.3
17332026-08-26T14:38:45.808Z Compiling test-strategy v0.4.5
17342026-08-26T14:38:45.875Z Compiling bzip2 v0.6.1
17352026-08-26T14:38:45.917Z Compiling hashbrown v0.16.1
17362026-08-26T14:38:45.972Z Compiling sec1 v0.7.3
17372026-08-26T14:38:46.105Z Compiling jiff v0.2.34
17382026-08-26T14:38:46.264Z Compiling dof v0.3.0
17392026-08-26T14:38:46.279Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17402026-08-26T14:38:46.355Z Compiling walkdir v2.5.0
17412026-08-26T14:38:46.429Z Compiling supports-color v3.0.2
17422026-08-26T14:38:46.520Z Compiling snafu v0.8.9
17432026-08-26T14:38:46.540Z Compiling strum v0.27.2
17442026-08-26T14:38:46.610Z Compiling group v0.13.0
17452026-08-26T14:38:46.671Z Compiling derive_more-impl v2.1.1
17462026-08-26T14:38:46.702Z Compiling cargo_metadata v0.23.1
17472026-08-26T14:38:46.722Z Compiling hubpack v0.1.2
17482026-08-26T14:38:46.784Z Compiling phf v0.13.1
17492026-08-26T14:38:46.809Z Compiling futures v0.3.32
17502026-08-26T14:38:46.890Z Compiling hyper-tls v0.6.0
17512026-08-26T14:38:46.963Z Compiling signal-hook-mio v0.2.5
17522026-08-26T14:38:46.967Z Compiling cookie_store v0.22.1
17532026-08-26T14:38:47.003Z Compiling zstd v0.13.3
17542026-08-26T14:38:47.104Z Compiling reqwest v0.12.28
17552026-08-26T14:38:47.144Z Compiling cipher v0.5.2
17562026-08-26T14:38:47.258Z Compiling serde_with_macros v3.21.0
17572026-08-26T14:38:47.284Z Compiling backtrace-ext v0.2.1
17582026-08-26T14:38:47.313Z Compiling postgres-types v0.2.12
17592026-08-26T14:38:47.510Z Compiling globset v0.4.18
17602026-08-26T14:38:47.534Z Compiling usdt-attr-macro v0.6.0
17612026-08-26T14:38:47.642Z Compiling usdt-macro v0.6.0
17622026-08-26T14:38:47.723Z Compiling byte-wrapper v0.1.0
17632026-08-26T14:38:47.840Z Compiling hkdf v0.12.4
17642026-08-26T14:38:47.890Z Compiling ed25519 v2.2.3
17652026-08-26T14:38:48.034Z Compiling crypto-bigint v0.5.5
17662026-08-26T14:38:48.071Z Compiling olpc-cjson v0.1.4
17672026-08-26T14:38:48.104Z Compiling serde_plain v1.0.2
17682026-08-26T14:38:48.209Z Compiling serde-big-array v0.5.1
17692026-08-26T14:38:48.268Z Compiling dtrace-parser v0.2.0
17702026-08-26T14:38:48.301Z Compiling phf_shared v0.11.3
17712026-08-26T14:38:48.369Z Compiling enum-as-inner v0.6.1
17722026-08-26T14:38:48.383Z Compiling miette-derive v7.6.0
17732026-08-26T14:38:48.407Z Compiling strum_macros v0.26.4
17742026-08-26T14:38:48.464Z Compiling serde_repr v0.1.20
17752026-08-26T14:38:48.478Z Compiling async-recursion v1.1.1
17762026-08-26T14:38:48.505Z Compiling float-cmp v0.10.0
17772026-08-26T14:38:48.595Z Compiling pem v3.0.6
17782026-08-26T14:38:48.667Z Compiling thread-id v4.2.2
17792026-08-26T14:38:48.765Z Compiling memmap2 v0.9.10
17802026-08-26T14:38:48.879Z Compiling predicates-core v1.0.10
17812026-08-26T14:38:48.904Z Compiling supports-unicode v3.0.0
17822026-08-26T14:38:48.939Z Compiling cpufeatures v0.3.0
17832026-08-26T14:38:49.008Z Compiling static_assertions v1.1.0
17842026-08-26T14:38:49.029Z Compiling keccak v0.1.6
17852026-08-26T14:38:49.044Z Compiling new_debug_unreachable v1.0.6
17862026-08-26T14:38:49.060Z Compiling normalize-line-endings v0.3.0
17872026-08-26T14:38:49.072Z Compiling difflib v0.4.0
17882026-08-26T14:38:49.075Z Compiling winnow v1.0.3
17892026-08-26T14:38:49.104Z Compiling supports-hyperlinks v3.2.0
17902026-08-26T14:38:49.131Z Compiling fixedbitset v0.5.7
17912026-08-26T14:38:49.147Z Compiling data-encoding v2.10.0
17922026-08-26T14:38:49.163Z Compiling fixedbitset v0.4.2
17932026-08-26T14:38:49.179Z Compiling precomputed-hash v0.1.1
17942026-08-26T14:38:49.276Z Compiling typed-path v0.9.3
17952026-08-26T14:38:49.292Z Compiling const-oid v0.10.2
17962026-08-26T14:38:49.403Z Compiling whoami v2.1.0
17972026-08-26T14:38:49.464Z Compiling hickory-proto v0.25.2
17982026-08-26T14:38:49.519Z Compiling digest v0.11.3
17992026-08-26T14:38:49.535Z Compiling petgraph v0.8.3
18002026-08-26T14:38:49.582Z Compiling miette v7.6.0
18012026-08-26T14:38:49.666Z Compiling tokio-postgres v0.7.16
18022026-08-26T14:38:49.754Z Compiling predicates v3.1.4
18032026-08-26T14:38:49.769Z Compiling petgraph v0.6.5
18042026-08-26T14:38:49.798Z Compiling string_cache v0.8.9
18052026-08-26T14:38:49.815Z Compiling sha3 v0.10.8
18062026-08-26T14:38:49.888Z Compiling toml_edit v0.22.27
18072026-08-26T14:38:50.054Z Compiling toml_parser v1.1.2+spec-1.1.0
18082026-08-26T14:38:50.207Z Compiling elliptic-curve v0.13.8
18092026-08-26T14:38:50.228Z Compiling strum v0.26.3
18102026-08-26T14:38:50.297Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18112026-08-26T14:38:50.315Z Compiling chacha20 v0.10.0
18122026-08-26T14:38:50.370Z Compiling usdt v0.6.0
18132026-08-26T14:38:50.432Z Compiling usdt-impl v0.5.0
18142026-08-26T14:38:50.527Z Compiling serde_with v3.21.0
18152026-08-26T14:38:50.639Z Compiling zip v4.6.1
18162026-08-26T14:38:50.654Z Compiling crossterm v0.28.1
18172026-08-26T14:38:50.687Z Compiling ed25519-dalek v2.2.0
18182026-08-26T14:38:50.707Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18192026-08-26T14:38:50.746Z Compiling derive_more v2.1.1
18202026-08-26T14:38:51.030Z Compiling iddqd v0.4.2
18212026-08-26T14:38:51.273Z Compiling itertools v0.15.0
18222026-08-26T14:38:51.289Z Compiling itertools v0.13.0
18232026-08-26T14:38:51.506Z Compiling similar v2.7.0
18242026-08-26T14:38:51.612Z Compiling tokio-stream v0.1.18
18252026-08-26T14:38:51.654Z Compiling crossbeam-epoch v0.9.18
18262026-08-26T14:38:51.952Z Compiling buf-list v1.1.2
18272026-08-26T14:38:51.967Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18282026-08-26T14:38:52.011Z Compiling openapiv3 v2.2.0
18292026-08-26T14:38:52.093Z Compiling heck v0.4.1
18302026-08-26T14:38:52.242Z Compiling lalrpop-util v0.19.12
18312026-08-26T14:38:52.290Z Compiling peg-runtime v0.8.5
18322026-08-26T14:38:52.309Z Compiling thread_local v1.1.9
18332026-08-26T14:38:52.328Z Compiling slog-async v2.8.0
18342026-08-26T14:38:52.341Z Compiling crossbeam-channel v0.5.15
18352026-08-26T14:38:52.365Z Compiling is-terminal v0.4.17
18362026-08-26T14:38:52.381Z Compiling filetime v0.2.27
18372026-08-26T14:38:52.452Z Compiling take_mut v0.2.2
18382026-08-26T14:38:52.476Z Compiling xattr v1.6.1
18392026-08-26T14:38:52.581Z Compiling term v1.2.1
18402026-08-26T14:38:52.597Z Compiling camino-tempfile v1.4.1
18412026-08-26T14:38:52.601Z Compiling tar v0.4.46
18422026-08-26T14:38:52.847Z Compiling slog-term v2.9.2
18432026-08-26T14:39:09.888Z Compiling rustls-webpki v0.103.13
18442026-08-26T14:39:12.538Z Compiling tokio-rustls v0.26.4
18452026-08-26T14:39:12.538Z Compiling rustls-platform-verifier v0.6.2
18462026-08-26T14:39:12.542Z Compiling tough v0.22.0
18472026-08-26T14:39:12.736Z Compiling hyper-rustls v0.27.7
18482026-08-26T14:39:12.919Z Compiling reqwest v0.13.2
18492026-08-26T14:39:15.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502026-08-26T14:39:15.297Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18512026-08-26T14:39:18.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.47s
18522026-08-26T14:39:18.281Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18532026-08-26T14:39:18.334ZAug 26 14:39:17.757 INFO Starting download, target: Cockroach
18542026-08-26T14:39:18.334ZAug 26 14:39:17.758 INFO Starting download, target: Console
18552026-08-26T14:39:18.334ZAug 26 14:39:17.758 INFO Starting download, target: MaghemiteMgd
18562026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Starting download, target: Clickhouse
18572026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Starting download, target: DendriteStub
18582026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Starting download, target: MaghemiteDdmd
18592026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Starting download, target: TransceiverControl
18602026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18612026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18622026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18632026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18642026-08-26T14:39:18.337ZAug 26 14:39:17.758 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18652026-08-26T14:39:18.337ZAug 26 14:39:17.759 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18662026-08-26T14:39:18.337ZAug 26 14:39:17.759 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18672026-08-26T14:39:20.483ZAug 26 14:39:19.905 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18682026-08-26T14:39:20.723ZAug 26 14:39:20.146 INFO Download complete, target: Console
18692026-08-26T14:39:21.057ZAug 26 14:39:20.466 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18702026-08-26T14:39:22.275ZAug 26 14:39:21.633 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18712026-08-26T14:39:22.504ZAug 26 14:39:21.857 INFO Download complete, target: TransceiverControl
18722026-08-26T14:39:26.423ZAug 26 14:39:25.839 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18732026-08-26T14:39:27.617ZAug 26 14:39:27.035 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18742026-08-26T14:39:27.837ZAug 26 14:39:27.256 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18752026-08-26T14:39:27.873ZAug 26 14:39:27.291 INFO Checking that binary works, target: Clickhouse
18762026-08-26T14:39:27.966ZAug 26 14:39:27.386 INFO Download complete, target: Clickhouse
18772026-08-26T14:39:28.285ZAug 26 14:39:27.709 INFO Download complete, target: MaghemiteDdmd
18782026-08-26T14:39:28.330ZAug 26 14:39:27.754 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18792026-08-26T14:39:28.330ZAug 26 14:39:27.754 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18802026-08-26T14:39:30.185ZAug 26 14:39:29.607 INFO Download complete, target: DendriteStub
18812026-08-26T14:39:30.495ZAug 26 14:39:29.914 INFO Download complete, target: MaghemiteMgd
18822026-08-26T14:39:32.977ZAug 26 14:39:32.399 INFO Checking that binary works, target: Cockroach
18832026-08-26T14:39:33.132ZAug 26 14:39:32.555 INFO Download complete, target: Cockroach
18842026-08-26T14:39:33.137ZAll prerequisites installed successfully
18852026-08-26T14:39:33.141Z
18862026-08-26T14:39:33.141Zreal 1:38.328414093
18872026-08-26T14:39:33.141Zuser 7:18.790033790
18882026-08-26T14:39:33.141Zsys 1:42.701630740
18892026-08-26T14:39:33.141Ztrap 0.256809620
18902026-08-26T14:39:33.141Ztflt 0.902184707
18912026-08-26T14:39:33.141Zdflt 1.718420514
18922026-08-26T14:39:33.141Zkflt 0.028640321
18932026-08-26T14:39:33.141Zlock 30:52.311363695
18942026-08-26T14:39:33.141Zslp 19:57.936843821
18952026-08-26T14:39:33.141Zlat 25.820236543
18962026-08-26T14:39:33.141Zstop 2:56.063856470
18972026-08-26T14:39:33.141Z+ source ./tools/include/force-git-over-https.sh
18982026-08-26T14:39:33.141Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18992026-08-26T14:39:33.141Z++ (( i = 0 ))
19002026-08-26T14:39:33.141Z++ (( i < 5 ))
19012026-08-26T14:39:33.142Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19022026-08-26T14:39:33.145Z++ (( i++ ))
19032026-08-26T14:39:33.145Z++ (( i < 5 ))
19042026-08-26T14:39:33.145Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19052026-08-26T14:39:33.145Z++ (( i++ ))
19062026-08-26T14:39:33.145Z++ (( i < 5 ))
19072026-08-26T14:39:33.145Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19082026-08-26T14:39:33.149Z++ (( i++ ))
19092026-08-26T14:39:33.149Z++ (( i < 5 ))
19102026-08-26T14:39:33.149Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19112026-08-26T14:39:33.152Z++ (( i++ ))
19122026-08-26T14:39:33.152Z++ (( i < 5 ))
19132026-08-26T14:39:33.152Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19142026-08-26T14:39:33.156Z++ (( i++ ))
19152026-08-26T14:39:33.156Z++ (( i < 5 ))
19162026-08-26T14:39:33.156Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-26T14:39:33.156Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-08-26T14:39:33.156Z+ rc=0
19192026-08-26T14:39:33.156Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19202026-08-26T14:39:43.369Z+ case $rc in
19212026-08-26T14:39:43.369Z+ pfexec zfs create -p rpool/images/build/host
19222026-08-26T14:39:43.642Z+ pfexec zfs create -p rpool/images/build/recovery
19232026-08-26T14:39:43.714Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19242026-08-26T14:39:44.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19252026-08-26T14:39:44.178Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19262026-08-26T14:39:45.017Z Compiling proc-macro2 v1.0.106
19272026-08-26T14:39:45.017Z Compiling quote v1.0.45
19282026-08-26T14:39:45.021Z Compiling unicode-ident v1.0.24
19292026-08-26T14:39:45.021Z Compiling serde_core v1.0.228
19302026-08-26T14:39:45.021Z Compiling libc v0.2.185
19312026-08-26T14:39:45.021Z Compiling serde v1.0.228
19322026-08-26T14:39:45.021Z Compiling cfg-if v1.0.4
19332026-08-26T14:39:45.021Z Compiling shlex v1.3.0
19342026-08-26T14:39:45.021Z Compiling find-msvc-tools v0.1.9
19352026-08-26T14:39:45.154Z Compiling autocfg v1.5.0
19362026-08-26T14:39:45.161Z Compiling version_check v0.9.5
19372026-08-26T14:39:45.161Z Compiling zerocopy v0.8.55
19382026-08-26T14:39:45.161Z Compiling memchr v2.8.0
19392026-08-26T14:39:45.169Z Compiling portable-atomic v1.13.1
19402026-08-26T14:39:45.169Z Compiling zmij v1.0.21
19412026-08-26T14:39:45.342Z Compiling serde_json v1.0.151
19422026-08-26T14:39:45.372Z Compiling libm v0.2.16
19432026-08-26T14:39:45.386Z Compiling getrandom v0.4.3
19442026-08-26T14:39:45.576Z Compiling generic-array v0.14.7
19452026-08-26T14:39:45.608Z Compiling parking_lot_core v0.9.12
19462026-08-26T14:39:45.611Z Compiling pkg-config v0.3.32
19472026-08-26T14:39:45.611Z Compiling icu_properties_data v2.1.2
19482026-08-26T14:39:45.673Z Compiling num-traits v0.2.19
19492026-08-26T14:39:45.676Z Compiling icu_normalizer_data v2.1.1
19502026-08-26T14:39:45.676Z Compiling smallvec v1.15.1
19512026-08-26T14:39:45.676Z Compiling rustix v1.1.4
19522026-08-26T14:39:45.770Z Compiling log v0.4.33
19532026-08-26T14:39:45.871Z Compiling itoa v1.0.17
19542026-08-26T14:39:45.880Z Compiling getrandom v0.3.4
19552026-08-26T14:39:45.897Z Compiling subtle v2.6.1
19562026-08-26T14:39:46.022Z Compiling stable_deref_trait v1.2.1
19572026-08-26T14:39:46.057Z Compiling scopeguard v1.2.0
19582026-08-26T14:39:46.073Z Compiling typenum v1.20.1
19592026-08-26T14:39:46.124Z Compiling errno v0.3.14
19602026-08-26T14:39:46.139Z Compiling jobserver v0.1.34
19612026-08-26T14:39:46.155Z Compiling heck v0.5.0
19622026-08-26T14:39:46.185Z Compiling lock_api v0.4.14
19632026-08-26T14:39:46.217Z Compiling critical-section v1.2.0
19642026-08-26T14:39:46.252Z Compiling rand_core v0.10.0
19652026-08-26T14:39:46.315Z Compiling thiserror v2.0.18
19662026-08-26T14:39:46.345Z Compiling cc v1.2.56
19672026-08-26T14:39:46.479Z Compiling syn v2.0.117
19682026-08-26T14:39:46.510Z Compiling getrandom v0.2.17
19692026-08-26T14:39:46.579Z Compiling fs_extra v1.3.0
19702026-08-26T14:39:46.606Z Compiling dunce v1.0.5
19712026-08-26T14:39:46.652Z Compiling litemap v0.8.1
19722026-08-26T14:39:46.683Z Compiling once_cell v1.21.3
19732026-08-26T14:39:46.700Z Compiling rand_core v0.6.4
19742026-08-26T14:39:46.736Z Compiling writeable v0.6.2
19752026-08-26T14:39:46.736Z Compiling percent-encoding v2.3.2
19762026-08-26T14:39:46.859Z Compiling const-oid v0.9.6
19772026-08-26T14:39:47.003Z Compiling pin-project-lite v0.2.17
19782026-08-26T14:39:47.006Z Compiling schemars v0.8.22
19792026-08-26T14:39:47.069Z Compiling cmake v0.1.57
19802026-08-26T14:39:47.143Z Compiling equivalent v1.0.2
19812026-08-26T14:39:47.184Z Compiling signal-hook-registry v1.4.8
19822026-08-26T14:39:47.254Z Compiling futures-core v0.3.32
19832026-08-26T14:39:47.287Z Compiling rustversion v1.0.22
19842026-08-26T14:39:47.334Z Compiling aws-lc-rs v1.16.3
19852026-08-26T14:39:47.432Z Compiling bitflags v2.11.0
19862026-08-26T14:39:47.650Z Compiling semver v1.0.28
19872026-08-26T14:39:47.669Z Compiling parking_lot v0.12.5
19882026-08-26T14:39:47.717Z Compiling mio v1.2.0
19892026-08-26T14:39:47.735Z Compiling aws-lc-sys v0.40.0
19902026-08-26T14:39:47.831Z Compiling utf8_iter v1.0.4
19912026-08-26T14:39:47.868Z Compiling crc32fast v1.5.0
19922026-08-26T14:39:47.981Z Compiling form_urlencoded v1.2.2
19932026-08-26T14:39:48.142Z Compiling vcpkg v0.2.15
19942026-08-26T14:39:48.145Z Compiling strsim v0.11.1
19952026-08-26T14:39:48.279Z Compiling fnv v1.0.7
19962026-08-26T14:39:48.323Z Compiling syn v1.0.109
19972026-08-26T14:39:48.409Z Compiling hashbrown v0.17.0
19982026-08-26T14:39:48.427Z Compiling byteorder v1.5.0
19992026-08-26T14:39:48.612Z Compiling socket2 v0.6.3
20002026-08-26T14:39:48.732Z Compiling openssl-sys v0.9.117
20012026-08-26T14:39:48.767Z Compiling futures-sink v0.3.32
20022026-08-26T14:39:48.801Z Compiling httparse v1.10.1
20032026-08-26T14:39:48.805Z Compiling radium v0.7.0
20042026-08-26T14:39:48.911Z Compiling futures-channel v0.3.32
20052026-08-26T14:39:48.969Z Compiling iana-time-zone v0.1.65
20062026-08-26T14:39:48.991Z Compiling thiserror v1.0.69
20072026-08-26T14:39:49.002Z Compiling futures-task v0.3.32
20082026-08-26T14:39:49.050Z Compiling slab v0.4.12
20092026-08-26T14:39:49.104Z Compiling indexmap v2.14.0
20102026-08-26T14:39:49.151Z Compiling futures-io v0.3.32
20112026-08-26T14:39:49.211Z Compiling rustls v0.23.41
20122026-08-26T14:39:49.227Z Compiling base64 v0.22.1
20132026-08-26T14:39:49.258Z Compiling maybe-uninit v2.0.0
20142026-08-26T14:39:49.293Z Compiling synstructure v0.13.2
20152026-08-26T14:39:49.293Z Compiling serde_derive_internals v0.29.1
20162026-08-26T14:39:49.373Z Compiling rustc_version v0.4.1
20172026-08-26T14:39:49.621Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-26T14:39:49.641Z Compiling uuid v1.23.4
20192026-08-26T14:39:49.669Z Compiling ahash v0.8.12
20202026-08-26T14:39:49.715Z Compiling base64ct v1.8.3
20212026-08-26T14:39:49.743Z Compiling ident_case v1.0.1
20222026-08-26T14:39:49.747Z Compiling regex-syntax v0.8.10
20232026-08-26T14:39:49.803Z Compiling num-bigint-dig v0.8.6
20242026-08-26T14:39:49.806Z Compiling ucd-trie v0.1.7
20252026-08-26T14:39:49.896Z Compiling packed_struct v0.10.1
20262026-08-26T14:39:49.935Z Compiling rand_core v0.9.5
20272026-08-26T14:39:49.975Z Compiling pest v2.8.6
20282026-08-26T14:39:50.044Z Compiling fastrand v2.3.0
20292026-08-26T14:39:50.066Z Compiling pem-rfc7468 v0.7.0
20302026-08-26T14:39:50.106Z Compiling flagset v0.4.7
20312026-08-26T14:39:50.123Z Compiling openssl v0.10.80
20322026-08-26T14:39:50.199Z Compiling dyn-clone v1.0.20
20332026-08-26T14:39:50.280Z Compiling indexmap v1.9.3
20342026-08-26T14:39:50.302Z Compiling tempfile v3.27.0
20352026-08-26T14:39:50.401Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20362026-08-26T14:39:50.470Z Compiling paste v1.0.15
20372026-08-26T14:39:50.548Z Compiling native-tls v0.2.18
20382026-08-26T14:39:50.567Z Compiling serde_derive v1.0.228
20392026-08-26T14:39:50.606Z Compiling zeroize_derive v1.5.0
20402026-08-26T14:39:50.621Z Compiling zerocopy-derive v0.8.55
20412026-08-26T14:39:50.652Z Compiling zerofrom-derive v0.1.6
20422026-08-26T14:39:50.716Z Compiling yoke-derive v0.8.1
20432026-08-26T14:39:50.759Z Compiling zerovec-derive v0.11.2
20442026-08-26T14:39:50.781Z Compiling displaydoc v0.2.5
20452026-08-26T14:39:50.798Z Compiling tokio-macros v2.7.0
20462026-08-26T14:39:50.816Z Compiling futures-macro v0.3.32
20472026-08-26T14:39:50.832Z Compiling der_derive v0.7.3
20482026-08-26T14:39:51.151Z Compiling thiserror-impl v2.0.18
20492026-08-26T14:39:51.229Z Compiling schemars_derive v0.8.22
20502026-08-26T14:39:51.249Z Compiling tracing-attributes v0.1.31
20512026-08-26T14:39:51.491Z Compiling thiserror-impl v1.0.69
20522026-08-26T14:39:51.503Z Compiling clap_derive v4.6.1
20532026-08-26T14:39:51.610Z Compiling futures-util v0.3.32
20542026-08-26T14:39:51.797Z Compiling pest_meta v2.8.6
20552026-08-26T14:39:51.824Z Compiling zerofrom v0.1.6
20562026-08-26T14:39:51.976Z Compiling yoke v0.8.1
20572026-08-26T14:39:52.193Z Compiling zerovec v0.11.5
20582026-08-26T14:39:52.209Z Compiling zerotrie v0.2.3
20592026-08-26T14:39:52.590Z Compiling packed_struct_codegen v0.10.1
20602026-08-26T14:39:52.607Z Compiling bitfield-macros v0.19.4
20612026-08-26T14:39:52.612Z Compiling zerocopy-derive v0.6.6
20622026-08-26T14:39:52.686Z Compiling pest_generator v2.8.6
20632026-08-26T14:39:52.827Z Compiling tinystr v0.8.2
20642026-08-26T14:39:52.844Z Compiling potential_utf v0.1.4
20652026-08-26T14:39:53.031Z Compiling icu_locale_core v2.1.1
20662026-08-26T14:39:53.070Z Compiling icu_collections v2.1.1
20672026-08-26T14:39:53.177Z Compiling openssl-macros v0.1.1
20682026-08-26T14:39:53.442Z Compiling simd-adler32 v0.3.8
20692026-08-26T14:39:53.574Z Compiling cpufeatures v0.2.17
20702026-08-26T14:39:53.597Z Compiling pest_derive v2.8.6
20712026-08-26T14:39:53.694Z Compiling scroll_derive v0.13.1
20722026-08-26T14:39:53.814Z Compiling zeroize v1.9.0
20732026-08-26T14:39:53.915Z Compiling bytes v1.11.1
20742026-08-26T14:39:53.979Z Compiling icu_provider v2.1.1
20752026-08-26T14:39:54.110Z Compiling chrono v0.4.45
20762026-08-26T14:39:54.124Z Compiling der v0.7.10
20772026-08-26T14:39:54.145Z Compiling hex v0.4.3
20782026-08-26T14:39:54.347Z Compiling icu_normalizer v2.1.1
20792026-08-26T14:39:54.393Z Compiling icu_properties v2.1.2
20802026-08-26T14:39:54.477Z Compiling tokio v1.52.1
20812026-08-26T14:39:54.658Z Compiling crypto-common v0.1.7
20822026-08-26T14:39:54.679Z Compiling block-buffer v0.10.4
20832026-08-26T14:39:54.835Z Compiling digest v0.10.7
20842026-08-26T14:39:55.110Z Compiling spki v0.7.3
20852026-08-26T14:39:55.285Z Compiling idna_adapter v1.2.1
20862026-08-26T14:39:55.338Z Compiling ppv-lite86 v0.2.21
20872026-08-26T14:39:55.418Z Compiling idna v1.1.0
20882026-08-26T14:39:55.502Z Compiling syn v3.0.3
20892026-08-26T14:39:55.525Z Compiling utf8parse v0.2.2
20902026-08-26T14:39:55.663Z Compiling rand_chacha v0.9.0
20912026-08-26T14:39:55.814Z Compiling url v2.5.8
20922026-08-26T14:39:55.883Z Compiling rand v0.9.2
20932026-08-26T14:39:55.955Z Compiling camino v1.2.5
20942026-08-26T14:39:56.094Z Compiling crossbeam-utils v0.8.21
20952026-08-26T14:39:56.255Z Compiling anstyle v1.0.14
20962026-08-26T14:39:56.288Z Compiling adler2 v2.0.1
20972026-08-26T14:39:56.322Z Compiling anstyle-parse v1.0.0
20982026-08-26T14:39:56.478Z Compiling miniz_oxide v0.8.9
20992026-08-26T14:39:56.545Z Compiling pkcs8 v0.10.2
21002026-08-26T14:39:56.593Z Compiling sha2 v0.10.9
21012026-08-26T14:39:56.632Z Compiling http v1.4.2
21022026-08-26T14:39:56.776Z Compiling rustls-pki-types v1.14.0
21032026-08-26T14:39:56.960Z Compiling terminal_size v0.4.3
21042026-08-26T14:39:57.321Z Compiling spin v0.9.8
21052026-08-26T14:39:57.363Z Compiling anstyle-query v1.1.5
21062026-08-26T14:39:57.495Z Compiling colorchoice v1.0.4
21072026-08-26T14:39:57.529Z Compiling tinyvec_macros v0.1.1
21082026-08-26T14:39:57.532Z Compiling time-core v0.1.8
21092026-08-26T14:39:57.569Z Compiling is_terminal_polyfill v1.70.2
21102026-08-26T14:39:57.587Z Compiling num-conv v0.2.0
21112026-08-26T14:39:57.615Z Compiling tinyvec v1.10.0
21122026-08-26T14:39:57.685Z Compiling anstream v1.0.0
21132026-08-26T14:39:57.708Z Compiling async-trait v0.1.89
21142026-08-26T14:39:57.733Z Compiling time-macros v0.2.27
21152026-08-26T14:39:57.907Z Compiling structmeta-derive v0.3.0
21162026-08-26T14:39:57.923Z Compiling tracing-core v0.1.36
21172026-08-26T14:39:58.028Z Compiling object v0.37.3
21182026-08-26T14:39:58.164Z Compiling untrusted v0.7.1
21192026-08-26T14:39:58.199Z Compiling cmov v0.5.4
21202026-08-26T14:39:58.310Z Compiling tokio-util v0.7.18
21212026-08-26T14:39:58.313Z Compiling plain v0.2.3
21222026-08-26T14:39:58.451Z Compiling ctutils v0.4.2
21232026-08-26T14:39:58.466Z Compiling tracing v0.1.44
21242026-08-26T14:39:58.576Z Compiling daft-derive v0.1.8
21252026-08-26T14:39:58.630Z Compiling http-body v1.0.1
21262026-08-26T14:39:58.795Z Compiling serde_spanned v0.6.9
21272026-08-26T14:39:58.845Z Compiling toml_datetime v0.6.11
21282026-08-26T14:39:58.920Z Compiling pin-project-internal v1.1.11
21292026-08-26T14:39:58.977Z Compiling structmeta v0.3.0
21302026-08-26T14:39:59.053Z Compiling slog v2.8.2
21312026-08-26T14:39:59.163Z Compiling wait-timeout v0.2.1
21322026-08-26T14:39:59.197Z Compiling cookie v0.18.1
21332026-08-26T14:39:59.212Z Compiling tap v1.0.1
21342026-08-26T14:39:59.230Z Compiling quick-error v1.2.3
21352026-08-26T14:39:59.295Z Compiling openssl-probe v0.2.1
21362026-08-26T14:39:59.361Z Compiling zstd-safe v7.2.4
21372026-08-26T14:39:59.374Z Compiling bit-vec v0.8.0
21382026-08-26T14:39:59.409Z Compiling untrusted v0.9.0
21392026-08-26T14:39:59.471Z Compiling clap_lex v1.0.0
21402026-08-26T14:39:59.610Z Compiling bit-set v0.8.0
21412026-08-26T14:39:59.643Z Compiling clap_builder v4.6.0
21422026-08-26T14:39:59.674Z Compiling rusty-fork v0.3.1
21432026-08-26T14:39:59.691Z Compiling wyz v0.5.1
21442026-08-26T14:39:59.816Z Compiling derive-ex v0.1.8
21452026-08-26T14:39:59.941Z Compiling hybrid-array v0.4.13
21462026-08-26T14:39:59.976Z Compiling unicode-normalization v0.1.25
21472026-08-26T14:40:00.032Z Compiling rand_chacha v0.3.1
21482026-08-26T14:40:00.077Z Compiling signature v2.2.0
21492026-08-26T14:40:00.210Z Compiling scroll_derive v0.12.1
21502026-08-26T14:40:00.290Z Compiling rand_xorshift v0.4.0
21512026-08-26T14:40:00.325Z Compiling heapless v0.7.17
21522026-08-26T14:40:00.519Z Compiling num-integer v0.1.46
21532026-08-26T14:40:00.540Z Compiling aho-corasick v1.1.4
21542026-08-26T14:40:00.577Z Compiling zlib-rs v0.6.2
21552026-08-26T14:40:00.614Z Compiling funty v2.0.0
21562026-08-26T14:40:00.665Z Compiling signal-hook v0.3.18
21572026-08-26T14:40:00.854Z Compiling tower-service v0.3.3
21582026-08-26T14:40:00.858Z Compiling unarray v0.1.4
21592026-08-26T14:40:00.888Z Compiling atomic-waker v1.1.2
21602026-08-26T14:40:00.891Z Compiling tower-layer v0.3.3
21612026-08-26T14:40:00.966Z Compiling anyhow v1.0.104
21622026-08-26T14:40:01.012Z Compiling try-lock v0.2.5
21632026-08-26T14:40:01.076Z Compiling usdt-impl v0.6.0
21642026-08-26T14:40:01.095Z Compiling rustix v0.38.44
21652026-08-26T14:40:01.266Z Compiling pretty-hex v0.4.1
21662026-08-26T14:40:01.301Z Compiling h2 v0.4.15
21672026-08-26T14:40:01.319Z Compiling want v0.3.1
21682026-08-26T14:40:01.364Z Compiling test-strategy v0.4.5
21692026-08-26T14:40:01.391Z Compiling regex-automata v0.4.14
21702026-08-26T14:40:01.444Z Compiling proptest v1.11.0
21712026-08-26T14:40:01.491Z Compiling bitvec v1.0.1
21722026-08-26T14:40:01.565Z Compiling clap v4.6.1
21732026-08-26T14:40:01.666Z Compiling num-iter v0.1.45
21742026-08-26T14:40:02.099Z Compiling rand v0.8.6
21752026-08-26T14:40:02.463Z Compiling lazy_static v1.5.0
21762026-08-26T14:40:02.576Z Compiling ipnetwork v0.21.1
21772026-08-26T14:40:02.713Z Compiling flate2 v1.1.9
21782026-08-26T14:40:02.850Z Compiling scroll v0.13.0
21792026-08-26T14:40:03.071Z Compiling ipnet v2.12.0
21802026-08-26T14:40:03.296Z Compiling strum_macros v0.26.4
21812026-08-26T14:40:03.316Z Compiling snafu-derive v0.8.9
21822026-08-26T14:40:04.155Z Compiling darling_core v0.20.11
21832026-08-26T14:40:04.406Z Compiling darling_core v0.23.0
21842026-08-26T14:40:04.880Z Compiling nodrop v0.1.14
21852026-08-26T14:40:04.906Z Compiling foreign-types-shared v0.1.1
21862026-08-26T14:40:04.998Z Compiling httpdate v1.0.3
21872026-08-26T14:40:05.148Z Compiling crc-catalog v2.4.0
21882026-08-26T14:40:05.164Z Compiling winnow v0.5.40
21892026-08-26T14:40:05.257Z Compiling hyper v1.10.1
21902026-08-26T14:40:05.260Z Compiling crc v3.4.0
21912026-08-26T14:40:05.460Z Compiling foreign-types v0.3.2
21922026-08-26T14:40:05.488Z Compiling array-init v0.0.4
21932026-08-26T14:40:05.760Z Compiling newtype-uuid v1.3.2
21942026-08-26T14:40:06.230Z Compiling darling_macro v0.20.11
21952026-08-26T14:40:06.546Z Compiling darling_macro v0.23.0
21962026-08-26T14:40:06.704Z Compiling toml_edit v0.19.15
21972026-08-26T14:40:06.752Z Compiling goblin v0.10.5
21982026-08-26T14:40:06.759Z Compiling oxnet v0.1.6
21992026-08-26T14:40:06.909Z Compiling smallvec v0.6.14
22002026-08-26T14:40:07.218Z Compiling pkcs1 v0.7.5
22012026-08-26T14:40:07.642Z Compiling zerocopy v0.6.6
22022026-08-26T14:40:07.697Z Compiling bitfield v0.19.4
22032026-08-26T14:40:07.728Z Compiling zerocopy-derive v0.7.35
22042026-08-26T14:40:07.869Z Compiling curve25519-dalek v4.1.3
22052026-08-26T14:40:08.259Z Compiling env_filter v2.0.0
22062026-08-26T14:40:08.368Z Compiling memoffset v0.9.1
22072026-08-26T14:40:08.425Z Compiling litrs v1.0.0
22082026-08-26T14:40:08.504Z Compiling unicode-segmentation v1.12.0
22092026-08-26T14:40:08.606Z Compiling owo-colors v4.3.0
22102026-08-26T14:40:08.792Z Compiling ref-cast v1.0.25
22112026-08-26T14:40:08.943Z Compiling hashbrown v0.12.3
22122026-08-26T14:40:08.947Z Compiling base64 v0.21.7
22132026-08-26T14:40:09.097Z Compiling smoltcp v0.9.1
22142026-08-26T14:40:09.376Z Compiling ron v0.8.1
22152026-08-26T14:40:09.443Z Compiling document-features v0.2.12
22162026-08-26T14:40:09.546Z Compiling dof v0.4.0
22172026-08-26T14:40:09.645Z Compiling env_logger v0.11.11
22182026-08-26T14:40:09.792Z Compiling toml v0.7.8
22192026-08-26T14:40:09.906Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22202026-08-26T14:40:09.932Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212026-08-26T14:40:09.963Z Compiling rsa v0.9.10
22222026-08-26T14:40:10.456Z Compiling serde-hex v0.1.0
22232026-08-26T14:40:10.570Z Compiling darling v0.23.0
22242026-08-26T14:40:10.601Z Compiling daft v0.1.8
22252026-08-26T14:40:10.673Z Compiling hyper-util v0.1.20
22262026-08-26T14:40:10.708Z Compiling darling v0.20.11
22272026-08-26T14:40:10.809Z Compiling bzip2 v0.4.4
22282026-08-26T14:40:10.939Z Compiling hashbrown v0.13.2
22292026-08-26T14:40:11.268Z Compiling x509-cert v0.2.5
22302026-08-26T14:40:11.436Z Compiling hmac v0.12.1
22312026-08-26T14:40:11.534Z Compiling dtrace-parser v0.3.0
22322026-08-26T14:40:11.773Z Compiling async-recursion v1.1.1
22332026-08-26T14:40:12.007Z Compiling sync_wrapper v1.0.2
22342026-08-26T14:40:12.136Z Compiling thread-id v5.1.0
22352026-08-26T14:40:12.172Z Compiling siphasher v1.0.2
22362026-08-26T14:40:12.234Z Compiling cfg_aliases v0.2.1
22372026-08-26T14:40:12.250Z Compiling powerfmt v0.2.0
22382026-08-26T14:40:12.366Z Compiling crc-any v2.5.0
22392026-08-26T14:40:12.603Z Compiling deranged v0.5.8
22402026-08-26T14:40:12.778Z Compiling nix v0.31.2
22412026-08-26T14:40:12.811Z Compiling tower v0.5.3
22422026-08-26T14:40:13.498Z Compiling object v0.30.4
22432026-08-26T14:40:13.750Z Compiling zip v0.6.6
22442026-08-26T14:40:13.887Z Compiling derive_builder_core v0.20.2
22452026-08-26T14:40:14.260Z Compiling serde_with_macros v3.21.0
22462026-08-26T14:40:14.434Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22472026-08-26T14:40:14.718Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22482026-08-26T14:40:14.917Z Compiling bstr v1.12.1
22492026-08-26T14:40:15.066Z Compiling block-buffer v0.12.1
22502026-08-26T14:40:15.109Z Compiling crypto-common v0.2.2
22512026-08-26T14:40:15.329Z Compiling http-body-util v0.1.3
22522026-08-26T14:40:15.598Z Compiling futures-executor v0.3.32
22532026-08-26T14:40:15.614Z Compiling serde_tokenstream v0.2.3
22542026-08-26T14:40:15.631Z Compiling erased-serde v0.3.31
22552026-08-26T14:40:15.926Z Compiling hubpack_derive v0.1.1
22562026-08-26T14:40:16.031Z Compiling curve25519-dalek-derive v0.1.1
22572026-08-26T14:40:16.048Z Compiling strum_macros v0.27.2
22582026-08-26T14:40:16.085Z Compiling ref-cast-impl v1.0.25
22592026-08-26T14:40:16.236Z Compiling fs-err v3.3.0
22602026-08-26T14:40:16.338Z Compiling usdt-impl v0.5.0
22612026-08-26T14:40:16.413Z Compiling ryu v1.0.23
22622026-08-26T14:40:16.445Z Compiling unicode-bidi v0.3.18
22632026-08-26T14:40:16.633Z Compiling unicode-properties v0.1.4
22642026-08-26T14:40:16.718Z Compiling num_threads v0.1.7
22652026-08-26T14:40:16.831Z Compiling iri-string v0.7.10
22662026-08-26T14:40:16.930Z Compiling path-slash v0.1.5
22672026-08-26T14:40:17.054Z Compiling same-file v1.0.6
22682026-08-26T14:40:17.097Z Compiling allocator-api2 v0.2.21
22692026-08-26T14:40:17.213Z Compiling gimli v0.32.3
22702026-08-26T14:40:17.448Z Compiling serde_urlencoded v0.7.1
22712026-08-26T14:40:17.572Z Compiling walkdir v2.5.0
22722026-08-26T14:40:17.762Z Compiling time v0.3.47
22732026-08-26T14:40:18.024Z Compiling tower-http v0.6.8
22742026-08-26T14:40:18.325Z Compiling stringprep v0.1.5
22752026-08-26T14:40:19.122Z Compiling addr2line v0.25.1
22762026-08-26T14:40:19.298Z Compiling futures v0.3.32
22772026-08-26T14:40:19.882Z Compiling derive_builder_macro v0.20.2
22782026-08-26T14:40:19.899Z Compiling tokio-native-tls v0.3.1
22792026-08-26T14:40:20.109Z Compiling convert_case v0.10.0
22802026-08-26T14:40:20.314Z Compiling strum v0.26.3
22812026-08-26T14:40:20.393Z Compiling block-padding v0.4.2
22822026-08-26T14:40:20.479Z Compiling scroll v0.12.0
22832026-08-26T14:40:20.528Z Compiling pin-project v1.1.11
22842026-08-26T14:40:20.577Z Compiling rustls-native-certs v0.8.3
22852026-08-26T14:40:20.648Z Compiling md-5 v0.10.6
22862026-08-26T14:40:20.690Z Compiling hash32 v0.2.1
22872026-08-26T14:40:20.693Z Compiling vergen-lib v9.1.0
22882026-08-26T14:40:20.815Z Compiling encoding_rs v0.8.35
22892026-08-26T14:40:20.864Z Compiling psl-types v2.0.11
22902026-08-26T14:40:20.890Z Compiling rustc-demangle v0.1.27
22912026-08-26T14:40:20.911Z Compiling jiff-core v0.1.0
22922026-08-26T14:40:21.002Z Compiling fallible-iterator v0.2.0
22932026-08-26T14:40:21.005Z Compiling mime v0.3.17
22942026-08-26T14:40:21.202Z Compiling cpufeatures v0.3.0
22952026-08-26T14:40:21.284Z Compiling publicsuffix v2.3.0
22962026-08-26T14:40:21.296Z Compiling postgres-protocol v0.6.10
22972026-08-26T14:40:21.443Z Compiling goblin v0.8.2
22982026-08-26T14:40:21.789Z Compiling jiff v0.2.34
22992026-08-26T14:40:21.807Z Compiling snafu v0.8.9
23002026-08-26T14:40:21.902Z Compiling backtrace v0.3.76
23012026-08-26T14:40:21.994Z Compiling inout v0.2.2
23022026-08-26T14:40:22.048Z Compiling derive_builder v0.20.2
23032026-08-26T14:40:22.115Z Compiling derive_more-impl v2.1.1
23042026-08-26T14:40:22.171Z Compiling hyper-tls v0.6.0
23052026-08-26T14:40:22.683Z Compiling usdt-attr-macro v0.6.0
23062026-08-26T14:40:22.717Z Compiling usdt-macro v0.6.0
23072026-08-26T14:40:22.732Z Compiling globset v0.4.18
23082026-08-26T14:40:22.787Z Compiling phf_shared v0.13.1
23092026-08-26T14:40:22.844Z Compiling crossbeam-epoch v0.9.18
23102026-08-26T14:40:23.047Z Compiling zerocopy v0.7.35
23112026-08-26T14:40:23.160Z Compiling regex v1.12.3
23122026-08-26T14:40:23.508Z Compiling serde_plain v1.0.2
23132026-08-26T14:40:23.511Z Compiling serde_repr v0.1.20
23142026-08-26T14:40:23.578Z Compiling miette-derive v7.6.0
23152026-08-26T14:40:23.613Z Compiling enum-as-inner v0.6.1
23162026-08-26T14:40:23.771Z Compiling pem v3.0.6
23172026-08-26T14:40:23.811Z Compiling vergen v9.1.0
23182026-08-26T14:40:23.818Z Compiling cargo-platform v0.3.2
23192026-08-26T14:40:23.839Z Compiling ff v0.13.1
23202026-08-26T14:40:24.003Z Compiling filetime v0.2.27
23212026-08-26T14:40:24.081Z Compiling typed-path v0.9.3
23222026-08-26T14:40:24.102Z Compiling unicode-width v0.2.0
23232026-08-26T14:40:24.147Z Compiling either v1.15.0
23242026-08-26T14:40:24.183Z Compiling const-oid v0.10.2
23252026-08-26T14:40:24.376Z Compiling base16ct v0.2.0
23262026-08-26T14:40:24.392Z Compiling foldhash v0.1.5
23272026-08-26T14:40:24.406Z Compiling smawk v0.3.2
23282026-08-26T14:40:24.430Z Compiling is_ci v1.2.0
23292026-08-26T14:40:24.558Z Compiling libbz2-rs-sys v0.2.2
23302026-08-26T14:40:24.574Z Compiling bumpalo v3.20.2
23312026-08-26T14:40:24.590Z Compiling foldhash v0.2.0
23322026-08-26T14:40:24.648Z Compiling managed v0.8.0
23332026-08-26T14:40:24.771Z Compiling bitflags v1.3.2
23342026-08-26T14:40:24.808Z Compiling xattr v1.6.1
23352026-08-26T14:40:24.834Z Compiling unicode-linebreak v0.1.5
23362026-08-26T14:40:24.883Z Compiling zopfli v0.8.3
23372026-08-26T14:40:24.886Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23382026-08-26T14:40:25.019Z Compiling bzip2 v0.6.1
23392026-08-26T14:40:25.096Z Compiling textwrap v0.16.2
23402026-08-26T14:40:25.149Z Compiling tar v0.4.46
23412026-08-26T14:40:25.268Z Compiling hashbrown v0.16.1
23422026-08-26T14:40:25.500Z Compiling supports-color v3.0.2
23432026-08-26T14:40:25.581Z Compiling hashbrown v0.15.5
23442026-08-26T14:40:25.631Z Compiling sec1 v0.7.3
23452026-08-26T14:40:25.703Z Compiling digest v0.11.3
23462026-08-26T14:40:25.743Z Compiling cargo_metadata v0.23.1
23472026-08-26T14:40:25.880Z Compiling group v0.13.0
23482026-08-26T14:40:25.986Z Compiling dof v0.3.0
23492026-08-26T14:40:27.183Z Compiling phf v0.13.1
23502026-08-26T14:40:27.376Z Compiling zstd v0.13.3
23512026-08-26T14:40:27.507Z Compiling reqwest v0.12.28
23522026-08-26T14:40:27.575Z Compiling backtrace-ext v0.2.1
23532026-08-26T14:40:27.610Z Compiling cipher v0.5.2
23542026-08-26T14:40:27.650Z Compiling signal-hook-mio v0.2.5
23552026-08-26T14:40:27.683Z Compiling cookie_store v0.22.1
23562026-08-26T14:40:27.728Z Compiling postgres-types v0.2.12
23572026-08-26T14:40:27.810Z Compiling strum v0.27.2
23582026-08-26T14:40:28.043Z Compiling hubpack v0.1.2
23592026-08-26T14:40:28.107Z Compiling phf_shared v0.11.3
23602026-08-26T14:40:28.240Z Compiling hkdf v0.12.4
23612026-08-26T14:40:28.256Z Compiling dtrace-parser v0.2.0
23622026-08-26T14:40:28.273Z Compiling byte-wrapper v0.1.0
23632026-08-26T14:40:28.278Z Compiling ed25519 v2.2.3
23642026-08-26T14:40:28.306Z Compiling olpc-cjson v0.1.4
23652026-08-26T14:40:28.646Z Compiling crypto-bigint v0.5.5
23662026-08-26T14:40:28.760Z Compiling serde-big-array v0.5.1
23672026-08-26T14:40:28.855Z Compiling float-cmp v0.10.0
23682026-08-26T14:40:28.918Z Compiling memmap2 v0.9.10
23692026-08-26T14:40:28.936Z Compiling thread-id v4.2.2
23702026-08-26T14:40:29.037Z Compiling fixedbitset v0.5.7
23712026-08-26T14:40:29.119Z Compiling data-encoding v2.10.0
23722026-08-26T14:40:29.360Z Compiling keccak v0.1.6
23732026-08-26T14:40:29.444Z Compiling supports-hyperlinks v3.2.0
23742026-08-26T14:40:29.479Z Compiling new_debug_unreachable v1.0.6
23752026-08-26T14:40:29.571Z Compiling winnow v1.0.3
23762026-08-26T14:40:29.586Z Compiling rayon-core v1.13.0
23772026-08-26T14:40:29.615Z Compiling static_assertions v1.1.0
23782026-08-26T14:40:29.676Z Compiling toml_write v0.1.2
23792026-08-26T14:40:29.707Z Compiling precomputed-hash v0.1.1
23802026-08-26T14:40:29.792Z Compiling winnow v0.7.14
23812026-08-26T14:40:29.808Z Compiling normalize-line-endings v0.3.0
23822026-08-26T14:40:29.812Z Compiling unicode-width v0.1.14
23832026-08-26T14:40:30.110Z Compiling difflib v0.4.0
23842026-08-26T14:40:30.311Z Compiling whoami v2.1.0
23852026-08-26T14:40:30.388Z Compiling supports-unicode v3.0.0
23862026-08-26T14:40:30.447Z Compiling predicates-core v1.0.10
23872026-08-26T14:40:30.527Z Compiling fixedbitset v0.4.2
23882026-08-26T14:40:30.553Z Compiling tokio-postgres v0.7.16
23892026-08-26T14:40:30.573Z Compiling predicates v3.1.4
23902026-08-26T14:40:30.619Z Compiling miette v7.6.0
23912026-08-26T14:40:30.634Z Compiling toml_parser v1.1.2+spec-1.1.0
23922026-08-26T14:40:30.662Z Compiling chacha20 v0.10.0
23932026-08-26T14:40:30.748Z Compiling petgraph v0.6.5
23942026-08-26T14:40:31.149Z Compiling toml_edit v0.22.27
23952026-08-26T14:40:31.243Z Compiling string_cache v0.8.9
23962026-08-26T14:40:31.300Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23972026-08-26T14:40:31.697Z Compiling elliptic-curve v0.13.8
23982026-08-26T14:40:32.061Z Compiling sha3 v0.10.8
23992026-08-26T14:40:32.234Z Compiling hickory-proto v0.25.2
24002026-08-26T14:40:32.404Z Compiling petgraph v0.8.3
24012026-08-26T14:40:32.468Z Compiling usdt v0.6.0
24022026-08-26T14:40:32.773Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24032026-08-26T14:40:34.065Z Compiling ed25519-dalek v2.2.0
24042026-08-26T14:40:34.573Z Compiling crossterm v0.28.1
24052026-08-26T14:40:34.741Z Compiling zip v4.6.1
24062026-08-26T14:40:34.804Z Compiling iddqd v0.4.2
24072026-08-26T14:40:35.718Z Compiling itertools v0.13.0
24082026-08-26T14:40:35.782Z Compiling itertools v0.15.0
24092026-08-26T14:40:35.942Z Compiling derive_more v2.1.1
24102026-08-26T14:40:36.068Z Compiling similar v2.7.0
24112026-08-26T14:40:36.380Z Compiling serde_with v3.21.0
24122026-08-26T14:40:36.917Z Compiling heck v0.4.1
24132026-08-26T14:40:37.185Z Compiling tokio-stream v0.1.18
24142026-08-26T14:40:37.254Z Compiling buf-list v1.1.2
24152026-08-26T14:40:37.379Z Compiling half v2.7.1
24162026-08-26T14:40:37.528Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24172026-08-26T14:40:37.543Z Compiling openapiv3 v2.2.0
24182026-08-26T14:40:37.740Z Compiling peg-runtime v0.8.5
24192026-08-26T14:40:37.830Z Compiling ciborium-io v0.2.2
24202026-08-26T14:40:38.125Z Compiling lalrpop-util v0.19.12
24212026-08-26T14:40:38.612Z Compiling ciborium-ll v0.2.2
24222026-08-26T14:40:39.613Z Compiling crossbeam-deque v0.8.6
24232026-08-26T14:40:40.073Z Compiling camino-tempfile v1.4.1
24242026-08-26T14:40:40.764Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24252026-08-26T14:40:41.041Z Compiling blake3 v1.8.5
24262026-08-26T14:40:41.124Z Compiling fs-err v2.11.0
24272026-08-26T14:40:42.670Z Compiling rustls-webpki v0.103.13
24282026-08-26T14:40:43.893Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-26T14:40:45.065Z Compiling ciborium v0.2.2
24302026-08-26T14:40:45.715Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-08-26T14:40:46.253Z Compiling tokio-rustls v0.26.4
24322026-08-26T14:40:46.368Z Compiling rustls-platform-verifier v0.6.2
24332026-08-26T14:40:46.532Z Compiling hyper-rustls v0.27.7
24342026-08-26T14:40:46.584Z Compiling tough v0.22.0
24352026-08-26T14:40:46.588Z Compiling thread_local v1.1.9
24362026-08-26T14:40:46.614Z Compiling arrayvec v0.7.6
24372026-08-26T14:40:46.884Z Compiling reqwest v0.13.2
24382026-08-26T14:40:46.919Z Compiling slog-async v2.8.0
24392026-08-26T14:40:47.179Z Compiling arrayref v0.3.9
24402026-08-26T14:40:47.208Z Compiling constant_time_eq v0.4.2
24412026-08-26T14:40:47.284Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24422026-08-26T14:40:47.287Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24432026-08-26T14:40:47.479Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24442026-08-26T14:40:47.606Z Compiling toml v0.8.23
24452026-08-26T14:40:47.713Z Compiling atomicwrites v0.4.4
24462026-08-26T14:40:47.729Z Compiling sha2 v0.11.0
24472026-08-26T14:40:47.806Z Compiling digest-io v0.1.0
24482026-08-26T14:40:47.833Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-08-26T14:40:47.966Z Compiling crossbeam-channel v0.5.15
24502026-08-26T14:40:48.011Z Compiling serde_path_to_error v0.1.20
24512026-08-26T14:40:48.102Z Compiling is-terminal v0.4.17
24522026-08-26T14:40:48.134Z Compiling term v1.2.1
24532026-08-26T14:40:48.226Z Compiling take_mut v0.2.2
24542026-08-26T14:40:48.364Z Compiling parse-size v1.1.0
24552026-08-26T14:40:48.475Z Compiling indent_write v2.2.0
24562026-08-26T14:40:48.551Z Compiling debug-ignore v1.0.5
24572026-08-26T14:40:48.566Z Compiling rawzip v0.4.4
24582026-08-26T14:40:48.643Z Compiling topological-sort v0.2.2
24592026-08-26T14:40:48.665Z Compiling slog-term v2.9.2
24602026-08-26T14:40:48.845Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-26T14:40:48.861Z Compiling shell-words v1.1.1
24622026-08-26T14:40:50.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-08-26T14:40:56.368Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-08-26T14:40:58.403Z Compiling omicron-zone-package v0.12.3
24652026-08-26T14:40:59.024Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24662026-08-26T14:40:59.079Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24672026-08-26T14:40:59.104Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24682026-08-26T14:41:03.682Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24692026-08-26T14:41:15.950Z Finished `release` profile [optimized] target(s) in 1m 31s
24702026-08-26T14:41:16.093Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24712026-08-26T14:41:16.152ZAug 26 14:41:15.575 DEBG changing working directory to /work/oxidecomputer/omicron
24722026-08-26T14:41:16.254ZAug 26 14:41:15.677 DEBG running: git rev-parse HEAD
24732026-08-26T14:41:16.257ZAug 26 14:41:15.680 DEBG process exited with exit status: 0 (2.5438ms)
24742026-08-26T14:41:16.257ZAug 26 14:41:15.680 INFO version: 23.0.0-0.ci+gite7596aad549
24752026-08-26T14:41:16.265ZAug 26 14:41:15.689 INFO cloning helios to /work/oxidecomputer/helios
24762026-08-26T14:41:16.265ZAug 26 14:41:15.689 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24772026-08-26T14:41:16.268ZCloning into '/work/oxidecomputer/helios'...
24782026-08-26T14:41:16.961ZAug 26 14:41:16.384 DEBG process exited with exit status: 0 (695.317139ms)
24792026-08-26T14:41:16.961ZAug 26 14:41:16.384 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24802026-08-26T14:41:16.964ZAug 26 14:41:16.386 DEBG process exited with exit status: 0 (2.37303ms)
24812026-08-26T14:41:16.964ZAug 26 14:41:16.386 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24822026-08-26T14:41:17.337ZAug 26 14:41:16.760 DEBG process exited with exit status: 0 (373.588149ms)
24832026-08-26T14:41:17.337ZAug 26 14:41:16.760 DEBG running: zfs list rpool/images/build/host
24842026-08-26T14:41:17.340ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-26T14:41:17.340Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24862026-08-26T14:41:17.343ZAug 26 14:41:16.764 DEBG process exited with exit status: 0 (4.25393ms)
24872026-08-26T14:41:17.343ZAug 26 14:41:16.764 DEBG running: zfs list rpool/images/build/recovery
24882026-08-26T14:41:17.347ZNAME USED AVAIL REFER MOUNTPOINT
24892026-08-26T14:41:17.347Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24902026-08-26T14:41:17.347ZAug 26 14:41:16.768 DEBG process exited with exit status: 0 (3.52281ms)
24912026-08-26T14:41:17.347ZAug 26 14:41:16.768 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24922026-08-26T14:41:17.357ZAug 26 14:41:16.781 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24932026-08-26T14:41:17.360ZAug 26 14:41:16.781 INFO [hubris-production] running task
24942026-08-26T14:41:17.360ZAug 26 14:41:16.781 INFO [incorp-manifest] running task
24952026-08-26T14:41:17.360ZAug 26 14:41:16.781 INFO [hubris-staging] running task
24962026-08-26T14:41:17.360ZAug 26 14:41:16.781 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24972026-08-26T14:41:17.360ZAug 26 14:41:16.782 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
24982026-08-26T14:41:17.360ZAug 26 14:41:16.782 INFO [incorp-create] running: pkgrepo create /work/incorporation
24992026-08-26T14:41:17.360ZAug 26 14:41:16.783 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25002026-08-26T14:41:17.401Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-08-26T14:41:17.464Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-26T14:41:17.588ZAug 26 14:41:17.011 INFO [incorp-create] process exited with exit status: 0 (228.761979ms)
25032026-08-26T14:41:17.591ZAug 26 14:41:17.011 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25042026-08-26T14:41:17.861ZAug 26 14:41:17.284 INFO [incorp-publisher] process exited with exit status: 0 (272.96401ms)
25052026-08-26T14:41:18.166Z[ omicron-package] Blocking waiting for file lock on package cache
25062026-08-26T14:41:18.638ZAug 26 14:41:18.061 INFO [hubris-production] task succeeded (1.280315477s)
25072026-08-26T14:41:19.362Z[ omicron-package] Compiling macaddr v1.0.1
25082026-08-26T14:41:19.362Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25092026-08-26T14:41:19.362Z[ omicron-package] Compiling secrecy v0.10.3
25102026-08-26T14:41:19.365Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-08-26T14:41:19.366Z[ omicron-package] Compiling heapless v0.8.0
25122026-08-26T14:41:19.366Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25132026-08-26T14:41:19.366Z[ omicron-package] Compiling ingot-macros v0.2.0
25142026-08-26T14:41:19.366Z[ omicron-package] Compiling inout v0.1.4
25152026-08-26T14:41:19.366Z[ omicron-package] Compiling hash32 v0.3.1
25162026-08-26T14:41:19.366Z[ omicron-package] Compiling multer v3.1.0
25172026-08-26T14:41:19.366Z[ omicron-package] Compiling match_cfg v0.1.0
25182026-08-26T14:41:19.366Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-08-26T14:41:19.366Z[ omicron-package] Compiling compression-core v0.4.31
25202026-08-26T14:41:19.366Z[ omicron-package] Compiling smoltcp v0.11.0
25212026-08-26T14:41:19.366Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-08-26T14:41:19.366Z[ omicron-package] Compiling slog-json v2.6.1
25232026-08-26T14:41:19.483ZAug 26 14:41:18.906 DEBG process exited with exit status: 0 (2.124814075s)
25242026-08-26T14:41:19.486ZAug 26 14:41:18.906 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25252026-08-26T14:41:20.231Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25262026-08-26T14:41:20.259Z[ omicron-package] Compiling compression-codecs v0.4.37
25272026-08-26T14:41:20.262Z[ omicron-package] Compiling hostname v0.3.1
25282026-08-26T14:41:20.485Z[ omicron-package] Compiling cipher v0.4.4
25292026-08-26T14:41:20.485Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25302026-08-26T14:41:20.490Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25312026-08-26T14:41:20.507Z[ omicron-package] Compiling cobs v0.3.0
25322026-08-26T14:41:20.510Z[ omicron-package] Compiling universal-hash v0.5.1
25332026-08-26T14:41:20.510Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25342026-08-26T14:41:20.616Z[ omicron-package] Compiling async-stream-impl v0.3.6
25352026-08-26T14:41:20.703Z[ omicron-package] Compiling serde_spanned v1.1.1
25362026-08-26T14:41:20.706Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25372026-08-26T14:41:20.706Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25382026-08-26T14:41:20.778Z[ omicron-package] Compiling dropshot v0.17.1
25392026-08-26T14:41:20.942Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25402026-08-26T14:41:20.953Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25412026-08-26T14:41:21.035Z[ omicron-package] Compiling convert_case v0.4.0
25422026-08-26T14:41:21.184Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25432026-08-26T14:41:21.224Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25442026-08-26T14:41:21.267Z[ omicron-package] Compiling opaque-debug v0.3.1
25452026-08-26T14:41:21.313Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25462026-08-26T14:41:21.414Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25472026-08-26T14:41:21.450Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25482026-08-26T14:41:21.540Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25492026-08-26T14:41:21.544Z[ omicron-package] Compiling chacha20 v0.9.1
25502026-08-26T14:41:21.553Z[ omicron-package] Compiling derive_more v0.99.20
25512026-08-26T14:41:21.556Z[ omicron-package] Compiling poly1305 v0.8.0
25522026-08-26T14:41:21.600Z[ omicron-package] Compiling postcard v1.1.3
25532026-08-26T14:41:21.701Z[ omicron-package] Compiling num_enum_derive v0.7.6
25542026-08-26T14:41:21.704Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25552026-08-26T14:41:21.778Z[ omicron-package] Compiling async-stream v0.3.6
25562026-08-26T14:41:21.935Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25572026-08-26T14:41:21.961Z[ omicron-package] Compiling slog-bunyan v2.5.0
25582026-08-26T14:41:22.135Z[ omicron-package] Compiling async-compression v0.4.41
25592026-08-26T14:41:22.139Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25602026-08-26T14:41:22.217Z[ omicron-package] Compiling sha1 v0.11.0
25612026-08-26T14:41:22.246Z[ omicron-package] Compiling progenitor-client v0.14.0
25622026-08-26T14:41:22.276Z[ omicron-package] Compiling oxide-generation v0.1.3
25632026-08-26T14:41:22.334Z[ omicron-package] Compiling parse-display-derive v0.10.0
25642026-08-26T14:41:22.428Z[ omicron-package] Compiling waitgroup v0.1.2
25652026-08-26T14:41:22.464ZAug 26 14:41:21.885 DEBG process exited with exit status: 0 (2.978449834s)
25662026-08-26T14:41:22.505ZAug 26 14:41:21.928 INFO [incorp-manifest] task succeeded (5.147083639s)
25672026-08-26T14:41:22.509ZAug 26 14:41:21.931 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25682026-08-26T14:41:22.667Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25692026-08-26T14:41:22.707Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25702026-08-26T14:41:22.757Z[ omicron-package] Compiling backon v1.6.0
25712026-08-26T14:41:22.760ZAug 26 14:41:22.183 INFO [incorp-fmt] process exited with exit status: 0 (252.46721ms)
25722026-08-26T14:41:22.760ZAug 26 14:41:22.183 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25732026-08-26T14:41:22.774Z[ omicron-package] Compiling password-hash v0.5.0
25742026-08-26T14:41:22.843Z[ omicron-package] Compiling ingot-types v0.2.0
25752026-08-26T14:41:22.865Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25762026-08-26T14:41:22.915Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25772026-08-26T14:41:22.944Z[ omicron-package] Compiling blake2 v0.10.6
25782026-08-26T14:41:23.102Z[ omicron-package] Compiling aead v0.5.2
25792026-08-26T14:41:23.167Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25802026-08-26T14:41:23.194Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260826T144122Z
25812026-08-26T14:41:23.194Z[ incorp-pkgsend] PUBLISHED
25822026-08-26T14:41:23.208Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25832026-08-26T14:41:23.240ZAug 26 14:41:22.662 INFO [incorp-pkgsend] process exited with exit status: 0 (478.762879ms)
25842026-08-26T14:41:23.243ZAug 26 14:41:22.662 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25852026-08-26T14:41:23.262Z[ omicron-package] Compiling hostname v0.4.2
25862026-08-26T14:41:23.294Z[ omicron-package] Compiling ingot v0.2.1
25872026-08-26T14:41:23.386Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25882026-08-26T14:41:23.487Z[ omicron-package] Compiling proc-macro-error v1.0.4
25892026-08-26T14:41:23.506Z[ helios-incorp] Retrieving packages for publisher helios ...
25902026-08-26T14:41:23.544Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25912026-08-26T14:41:23.544Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25922026-08-26T14:41:23.544Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25932026-08-26T14:41:23.549Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25942026-08-26T14:41:23.549Z[ helios-incorp]
25952026-08-26T14:41:23.549Z[ helios-incorp] Archiving packages ...
25962026-08-26T14:41:23.549Z[ helios-incorp] Packages to add: 1
25972026-08-26T14:41:23.549Z[ helios-incorp] Files to retrieve: 0
25982026-08-26T14:41:23.549Z[ helios-incorp] Estimated transfer size: 0.00 B
25992026-08-26T14:41:23.549Z[ helios-incorp]
26002026-08-26T14:41:23.549Z[ helios-incorp] Packages to archive:
26012026-08-26T14:41:23.549Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260826T144122Z
26022026-08-26T14:41:23.549Z[ helios-incorp]
26032026-08-26T14:41:23.549Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26042026-08-26T14:41:23.549Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26052026-08-26T14:41:23.566Z[ omicron-package] Compiling instant v0.1.13
26062026-08-26T14:41:23.583ZAug 26 14:41:23.006 INFO [helios-incorp] process exited with exit status: 0 (343.862829ms)
26072026-08-26T14:41:23.608Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26082026-08-26T14:41:23.685Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26092026-08-26T14:41:23.769Z[ omicron-package] Compiling backoff v0.4.0
26102026-08-26T14:41:23.862Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26112026-08-26T14:41:23.918Z[ omicron-package] Compiling foreign-types v0.5.0
26122026-08-26T14:41:23.921Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26132026-08-26T14:41:24.074Z[ omicron-package] Compiling argon2 v0.5.3
26142026-08-26T14:41:24.097Z[ omicron-package] Compiling num_enum_derive v0.5.11
26152026-08-26T14:41:24.115Z[ omicron-package] Compiling progenitor-extras v0.2.0
26162026-08-26T14:41:24.119Z[ omicron-package] Compiling num_enum v0.7.6
26172026-08-26T14:41:24.155Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26182026-08-26T14:41:24.155Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26192026-08-26T14:41:24.215Z[ omicron-package] Compiling vsss-rs v3.3.4
26202026-08-26T14:41:24.301Z[ omicron-package] Compiling parse-display v0.10.0
26212026-08-26T14:41:24.356Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26222026-08-26T14:41:24.392Z[ omicron-package] Compiling regress v0.10.5
26232026-08-26T14:41:24.428Z[ omicron-package] Compiling itertools v0.14.0
26242026-08-26T14:41:24.595Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-08-26T14:41:24.737Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-08-26T14:41:24.860Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26272026-08-26T14:41:24.864Z[ omicron-package] Compiling cstr-argument v0.1.2
26282026-08-26T14:41:25.153Z[ omicron-package] Compiling humantime v2.3.0
26292026-08-26T14:41:25.194Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26302026-08-26T14:41:25.237Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26312026-08-26T14:41:25.240Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26322026-08-26T14:41:25.434Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26332026-08-26T14:41:25.482Z[ omicron-package] Compiling num_enum v0.5.11
26342026-08-26T14:41:25.609Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26352026-08-26T14:41:25.711Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26362026-08-26T14:41:25.715Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26372026-08-26T14:41:25.715Z[ omicron-package] Compiling rayon v1.11.0
26382026-08-26T14:41:25.715Z[ omicron-package] Compiling rand v0.10.1
26392026-08-26T14:41:25.715Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-08-26T14:41:25.913Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26412026-08-26T14:41:25.959Z[ omicron-package] Compiling libefi-sys v0.1.0
26422026-08-26T14:41:25.982Z[ omicron-package] Compiling colored v3.1.1
26432026-08-26T14:41:26.025Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26442026-08-26T14:41:26.029Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26452026-08-26T14:41:26.071Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26462026-08-26T14:41:26.125Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26472026-08-26T14:41:26.250Z[ omicron-package] Compiling itertools v0.12.1
26482026-08-26T14:41:26.427Z[ omicron-package] Compiling usdt-macro v0.5.0
26492026-08-26T14:41:26.477Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26502026-08-26T14:41:26.546Z[ omicron-package] Compiling num-derive v0.4.2
26512026-08-26T14:41:26.672Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26522026-08-26T14:41:26.675Z[ omicron-package] Compiling bitfield-struct v0.6.2
26532026-08-26T14:41:26.729Z[ omicron-package] Compiling sigpipe v0.1.3
26542026-08-26T14:41:26.729Z[ omicron-package] Compiling memmap v0.7.0
26552026-08-26T14:41:26.855Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26562026-08-26T14:41:26.914Z[ omicron-package] Compiling glob v0.3.3
26572026-08-26T14:41:27.399Z[ omicron-package] Compiling swrite v0.1.0
26582026-08-26T14:41:27.627Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26592026-08-26T14:41:27.687Z[ omicron-package] Compiling usdt v0.5.0
26602026-08-26T14:41:27.687Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26612026-08-26T14:41:27.877Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26622026-08-26T14:41:27.918Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26632026-08-26T14:41:28.014Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26642026-08-26T14:41:28.062Z[ omicron-package] Compiling zone v0.3.1
26652026-08-26T14:41:28.112Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26662026-08-26T14:41:28.289Z[ omicron-package] Compiling smf v0.2.3
26672026-08-26T14:41:28.361Z[ omicron-package] Compiling whoami v1.6.1
26682026-08-26T14:41:28.405Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26692026-08-26T14:41:28.466Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26702026-08-26T14:41:28.507Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26712026-08-26T14:41:28.556Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26722026-08-26T14:41:28.723Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26732026-08-26T14:41:28.817Z[ omicron-package] Compiling gethostname v0.5.0
26742026-08-26T14:41:28.882Z[ omicron-package] Compiling console v0.16.2
26752026-08-26T14:41:29.112Z[ omicron-package] Compiling unit-prefix v0.5.2
26762026-08-26T14:41:29.262Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26772026-08-26T14:41:29.420Z[ omicron-package] Compiling indicatif v0.18.4
26782026-08-26T14:41:29.451Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26792026-08-26T14:41:32.896Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-26T14:41:33.418Z[ helios-setup] Aug 26 14:41:32.841 INFO helios repository root is: /work/oxidecomputer/helios
26812026-08-26T14:41:33.421Z[ helios-setup] Aug 26 14:41:32.842 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
26822026-08-26T14:41:33.421Z[ helios-setup] Aug 26 14:41:32.842 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26832026-08-26T14:41:33.421Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26842026-08-26T14:41:34.069ZAug 26 14:41:33.492 INFO [hubris-staging] task succeeded (16.711234386s)
26852026-08-26T14:41:40.484Z[ helios-setup] Aug 26 14:41:39.907 INFO clone ok!, project: amd-firmware
26862026-08-26T14:41:40.487Z[ helios-setup] Aug 26 14:41:39.907 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26872026-08-26T14:41:40.487Z[ helios-setup] Aug 26 14:41:39.907 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
26882026-08-26T14:41:40.487Z[ helios-setup] Aug 26 14:41:39.907 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26892026-08-26T14:41:40.487Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26902026-08-26T14:41:41.611Z[ helios-setup] Aug 26 14:41:41.033 INFO clone ok!, project: pilot
26912026-08-26T14:41:41.614Z[ helios-setup] Aug 26 14:41:41.034 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
26922026-08-26T14:41:41.614Z[ helios-setup] Aug 26 14:41:41.034 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26932026-08-26T14:41:41.614Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26942026-08-26T14:41:42.493Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26952026-08-26T14:41:42.563Z[ helios-setup] Aug 26 14:41:41.985 INFO clone ok!, project: chelsio-t6-roms
26962026-08-26T14:41:42.566Z[ helios-setup] Aug 26 14:41:41.985 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
26972026-08-26T14:41:42.566Z[ helios-setup] Aug 26 14:41:41.986 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
26982026-08-26T14:41:42.566Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26992026-08-26T14:41:43.486Z[ helios-setup] Aug 26 14:41:42.909 INFO clone ok!, project: amd-host-image-builder
27002026-08-26T14:41:43.490Z[ helios-setup] Aug 26 14:41:42.909 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
27012026-08-26T14:41:43.490Z[ helios-setup] Aug 26 14:41:42.909 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27022026-08-26T14:41:43.490Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27032026-08-26T14:41:44.434Z[ helios-setup] Aug 26 14:41:43.857 INFO clone ok!, project: dmar-report
27042026-08-26T14:41:44.437Z[ helios-setup] Aug 26 14:41:43.857 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27052026-08-26T14:41:44.437Z[ helios-setup] Aug 26 14:41:43.857 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
27062026-08-26T14:41:44.437Z[ helios-setup] Aug 26 14:41:43.857 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27072026-08-26T14:41:44.437Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27082026-08-26T14:41:45.585Z[ helios-setup] Aug 26 14:41:45.008 INFO clone ok!, project: image-builder
27092026-08-26T14:41:45.589Z[ helios-setup] Aug 26 14:41:45.008 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27102026-08-26T14:41:45.589Z[ helios-setup] Aug 26 14:41:45.008 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
27112026-08-26T14:41:45.590Z[ helios-setup] Aug 26 14:41:45.008 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27122026-08-26T14:41:45.590Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27132026-08-26T14:41:45.850Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27142026-08-26T14:41:46.245Z[ helios-setup] Aug 26 14:41:45.668 INFO clone ok!, project: bootserver
27152026-08-26T14:41:46.248Z[ helios-setup] Aug 26 14:41:45.668 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
27162026-08-26T14:41:46.248Z[ helios-setup] Aug 26 14:41:45.668 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27172026-08-26T14:41:46.248Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27182026-08-26T14:41:46.945Z[ helios-setup] Aug 26 14:41:46.368 INFO clone ok!, project: phbl
27192026-08-26T14:41:46.948Z[ helios-setup] Aug 26 14:41:46.368 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
27202026-08-26T14:41:46.948Z[ helios-setup] Aug 26 14:41:46.368 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27212026-08-26T14:41:46.948Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27222026-08-26T14:41:46.961Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27232026-08-26T14:41:47.466Z[ helios-setup] Aug 26 14:41:46.889 INFO clone ok!, project: pinprick
27242026-08-26T14:41:47.470Z[ helios-setup] Aug 26 14:41:46.889 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27252026-08-26T14:41:47.689Z[ helios-setup] Aug 26 14:41:47.112 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27262026-08-26T14:41:47.925Z[ helios-setup] Aug 26 14:41:47.348 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27272026-08-26T14:41:47.925Z[ helios-setup] Aug 26 14:41:47.348 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27282026-08-26T14:41:48.157Z[ helios-setup] Aug 26 14:41:47.580 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27292026-08-26T14:41:48.394Z[ helios-setup] Aug 26 14:41:47.817 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27302026-08-26T14:41:48.394Z[ helios-setup] Aug 26 14:41:47.817 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27312026-08-26T14:41:48.664Z[ helios-setup] Aug 26 14:41:48.087 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27322026-08-26T14:41:48.897Z[ helios-setup] Aug 26 14:41:48.320 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27332026-08-26T14:41:48.897Z[ helios-setup] Aug 26 14:41:48.320 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27342026-08-26T14:41:48.897Z[ helios-setup] Aug 26 14:41:48.320 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27352026-08-26T14:41:48.901Z[ helios-setup] Aug 26 14:41:48.320 INFO ok!
27362026-08-26T14:41:48.901Z[ helios-setup] Aug 26 14:41:48.320 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27372026-08-26T14:41:48.901Z[ helios-setup] Aug 26 14:41:48.320 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27382026-08-26T14:41:48.901Z[ helios-setup] Aug 26 14:41:48.320 INFO ok!
27392026-08-26T14:41:48.901Z[ helios-setup] Aug 26 14:41:48.320 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27402026-08-26T14:41:48.901Z[ helios-setup] Aug 26 14:41:48.320 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27412026-08-26T14:41:48.901Z[ helios-setup] Aug 26 14:41:48.320 INFO ok!
27422026-08-26T14:41:48.901Z[ helios-setup] Aug 26 14:41:48.320 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27432026-08-26T14:41:48.904Z[ helios-setup] Aug 26 14:41:48.327 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27442026-08-26T14:41:48.904Z[ helios-setup] Aug 26 14:41:48.327 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27452026-08-26T14:41:48.904Z[ helios-setup] Aug 26 14:41:48.327 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27462026-08-26T14:41:48.977Z[ helios-setup] Aug 26 14:41:48.400 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27472026-08-26T14:41:49.355Z[ helios-setup] Aug 26 14:41:48.778 INFO E| From https://github.com/jclulow/hiercmd
27482026-08-26T14:41:49.355Z[ helios-setup] Aug 26 14:41:48.778 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27492026-08-26T14:41:49.364Z[ helios-setup] Aug 26 14:41:48.788 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27502026-08-26T14:41:49.686Z[ helios-setup] Aug 26 14:41:49.108 INFO E| From https://github.com/oxidecomputer/network-interface
27512026-08-26T14:41:49.686Z[ helios-setup] Aug 26 14:41:49.108 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27522026-08-26T14:41:49.694Z[ helios-setup] Aug 26 14:41:49.117 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27532026-08-26T14:41:50.008Z[ helios-setup] Aug 26 14:41:49.431 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27542026-08-26T14:41:50.008Z[ helios-setup] Aug 26 14:41:49.431 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27552026-08-26T14:41:50.022Z[ helios-setup] Aug 26 14:41:49.445 INFO E| Updating crates.io index
27562026-08-26T14:41:50.315Z[ helios-setup] Aug 26 14:41:49.738 INFO E| Downloading crates ...
27572026-08-26T14:41:50.362Z[ helios-setup] Aug 26 14:41:49.785 INFO E| Downloaded clap_derive v4.5.49
27582026-08-26T14:41:50.369Z[ helios-setup] Aug 26 14:41:49.793 INFO E| Downloaded clap v4.5.51
27592026-08-26T14:41:50.374Z[ helios-setup] Aug 26 14:41:49.798 INFO E| Downloaded getrandom v0.2.16
27602026-08-26T14:41:50.377Z[ helios-setup] Aug 26 14:41:49.799 INFO E| Downloaded devinfo v0.1.0
27612026-08-26T14:41:50.389Z[ helios-setup] Aug 26 14:41:49.812 INFO E| Downloaded clap_lex v0.7.6
27622026-08-26T14:41:50.392Z[ helios-setup] Aug 26 14:41:49.813 INFO E| Downloaded anstyle-query v1.1.4
27632026-08-26T14:41:50.396Z[ helios-setup] Aug 26 14:41:49.816 INFO E| Downloaded socket2 v0.6.1
27642026-08-26T14:41:50.399Z[ helios-setup] Aug 26 14:41:49.821 INFO E| Downloaded crc v3.3.0
27652026-08-26T14:41:50.399Z[ helios-setup] Aug 26 14:41:49.822 INFO E| Downloaded deranged v0.5.5
27662026-08-26T14:41:50.399Z[ helios-setup] Aug 26 14:41:49.823 INFO E| Downloaded futures-sink v0.3.31
27672026-08-26T14:41:50.402Z[ helios-setup] Aug 26 14:41:49.824 INFO E| Downloaded anstyle v1.0.13
27682026-08-26T14:41:50.406Z[ helios-setup] Aug 26 14:41:49.830 INFO E| Downloaded mio v1.1.0
27692026-08-26T14:41:50.411Z[ helios-setup] Aug 26 14:41:49.835 INFO E| Downloaded futures-task v0.3.31
27702026-08-26T14:41:50.414Z[ helios-setup] Aug 26 14:41:49.835 INFO E| Downloaded libdevinfo-sys v1.1.0
27712026-08-26T14:41:50.417Z[ helios-setup] Aug 26 14:41:49.839 INFO E| Downloaded num_enum v0.7.5
27722026-08-26T14:41:50.431Z[ helios-setup] Aug 26 14:41:49.855 INFO E| Downloaded pin-utils v0.1.0
27732026-08-26T14:41:50.438Z[ helios-setup] Aug 26 14:41:49.862 INFO E| Downloaded bitfield v0.19.3
27742026-08-26T14:41:50.442Z[ helios-setup] Aug 26 14:41:49.865 INFO E| Downloaded futures-executor v0.3.31
27752026-08-26T14:41:50.449Z[ helios-setup] Aug 26 14:41:49.873 INFO E| Downloaded futures-core v0.3.31
27762026-08-26T14:41:50.452Z[ helios-setup] Aug 26 14:41:49.874 INFO E| Downloaded itoa v1.0.15
27772026-08-26T14:41:50.460Z[ helios-setup] Aug 26 14:41:49.883 INFO E| Downloaded env_filter v0.1.4
27782026-08-26T14:41:50.464Z[ helios-setup] Aug 26 14:41:49.888 INFO E| Downloaded futures-io v0.3.31
27792026-08-26T14:41:50.467Z[ helios-setup] Aug 26 14:41:49.889 INFO E| Downloaded bitfield-macros v0.19.3
27802026-08-26T14:41:50.471Z[ helios-setup] Aug 26 14:41:49.891 INFO E| Downloaded serde_spanned v1.0.3
27812026-08-26T14:41:50.474Z[ helios-setup] Aug 26 14:41:49.897 INFO E| Downloaded time-core v0.1.6
27822026-08-26T14:41:50.474Z[ helios-setup] Aug 26 14:41:49.897 INFO E| Downloaded zeroize_derive v1.4.2
27832026-08-26T14:41:50.491Z[ helios-setup] Aug 26 14:41:49.914 INFO E| Downloaded futures-macro v0.3.31
27842026-08-26T14:41:50.494Z[ helios-setup] Aug 26 14:41:49.915 INFO E| Downloaded iddqd v0.3.14
27852026-08-26T14:41:50.496Z[ helios-setup] Aug 26 14:41:49.918 INFO E| Downloaded toml_datetime v0.7.3
27862026-08-26T14:41:50.499Z[ helios-setup] Aug 26 14:41:49.922 INFO E| Downloaded generic-array v0.14.9
27872026-08-26T14:41:50.499Z[ helios-setup] Aug 26 14:41:49.923 INFO E| Downloaded getopts v0.2.24
27882026-08-26T14:41:50.502Z[ helios-setup] Aug 26 14:41:49.923 INFO E| Downloaded futures-channel v0.3.31
27892026-08-26T14:41:50.505Z[ helios-setup] Aug 26 14:41:49.927 INFO E| Downloaded proc-macro2 v1.0.103
27902026-08-26T14:41:50.512Z[ helios-setup] Aug 26 14:41:49.936 INFO E| Downloaded time-macros v0.2.24
27912026-08-26T14:41:50.515Z[ helios-setup] Aug 26 14:41:49.937 INFO E| Downloaded base64ct v1.8.0
27922026-08-26T14:41:50.515Z[ helios-setup] Aug 26 14:41:49.938 INFO E| Downloaded pin-project-lite v0.2.16
27932026-08-26T14:41:50.518Z[ helios-setup] Aug 26 14:41:49.941 INFO E| Downloaded zeroize v1.8.2
27942026-08-26T14:41:50.520Z[ helios-setup] Aug 26 14:41:49.942 INFO E| Downloaded simd-adler32 v0.3.7
27952026-08-26T14:41:50.520Z[ helios-setup] Aug 26 14:41:49.942 INFO E| Downloaded find-msvc-tools v0.1.4
27962026-08-26T14:41:50.521Z[ helios-setup] Aug 26 14:41:49.944 INFO E| Downloaded num_enum_derive v0.7.5
27972026-08-26T14:41:50.523Z[ helios-setup] Aug 26 14:41:49.945 INFO E| Downloaded thiserror-impl v2.0.17
27982026-08-26T14:41:50.528Z[ helios-setup] Aug 26 14:41:49.951 INFO E| Downloaded quote v1.0.41
27992026-08-26T14:41:50.530Z[ helios-setup] Aug 26 14:41:49.952 INFO E| Downloaded signal-hook-registry v1.4.6
28002026-08-26T14:41:50.530Z[ helios-setup] Aug 26 14:41:49.953 INFO E| Downloaded slab v0.4.11
28012026-08-26T14:41:50.530Z[ helios-setup] Aug 26 14:41:49.954 INFO E| Downloaded toml_writer v1.0.4
28022026-08-26T14:41:50.537Z[ helios-setup] Aug 26 14:41:49.960 INFO E| Downloaded env_logger v0.11.8
28032026-08-26T14:41:50.539Z[ helios-setup] Aug 26 14:41:49.961 INFO E| Downloaded thiserror v2.0.17
28042026-08-26T14:41:50.542Z[ helios-setup] Aug 26 14:41:49.964 INFO E| Downloaded tokio-macros v2.6.0
28052026-08-26T14:41:50.559Z[ helios-setup] Aug 26 14:41:49.983 INFO E| Downloaded unicode-ident v1.0.22
28062026-08-26T14:41:50.562Z[ helios-setup] Aug 26 14:41:49.984 INFO E| Downloaded iana-time-zone v0.1.64
28072026-08-26T14:41:50.566Z[ helios-setup] Aug 26 14:41:49.989 INFO E| Downloaded bitflags v2.10.0
28082026-08-26T14:41:50.568Z[ helios-setup] Aug 26 14:41:49.991 INFO E| Downloaded ryu v1.0.20
28092026-08-26T14:41:50.573Z[ helios-setup] Aug 26 14:41:49.996 INFO E| Downloaded toml_parser v1.0.4
28102026-08-26T14:41:50.581Z[ helios-setup] Aug 26 14:41:50.004 INFO E| Downloaded futures v0.3.31
28112026-08-26T14:41:50.584Z[ helios-setup] Aug 26 14:41:50.007 INFO E| Downloaded memchr v2.7.6
28122026-08-26T14:41:50.608Z[ helios-setup] Aug 26 14:41:50.032 INFO E| Downloaded uuid v1.18.1
28132026-08-26T14:41:50.611Z[ helios-setup] Aug 26 14:41:50.033 INFO E| Downloaded log v0.4.28
28142026-08-26T14:41:50.611Z[ helios-setup] Aug 26 14:41:50.035 INFO E| Downloaded anyhow v1.0.100
28152026-08-26T14:41:50.614Z[ helios-setup] Aug 26 14:41:50.037 INFO E| Downloaded bytes v1.10.1
28162026-08-26T14:41:50.617Z[ helios-setup] Aug 26 14:41:50.039 INFO E| Downloaded flate2 v1.1.5
28172026-08-26T14:41:50.631Z[ helios-setup] Aug 26 14:41:50.054 INFO E| Downloaded term v1.2.0
28182026-08-26T14:41:50.634Z[ helios-setup] Aug 26 14:41:50.056 INFO E| Downloaded toml v0.9.8
28192026-08-26T14:41:50.650Z[ helios-setup] Aug 26 14:41:50.073 INFO E| Downloaded rand v0.8.5
28202026-08-26T14:41:50.653Z[ helios-setup] Aug 26 14:41:50.075 INFO E| Downloaded zerocopy-derive v0.8.27
28212026-08-26T14:41:50.656Z[ helios-setup] Aug 26 14:41:50.079 INFO E| Downloaded cc v1.2.44
28222026-08-26T14:41:50.659Z[ helios-setup] Aug 26 14:41:50.081 INFO E| Downloaded typenum v1.19.0
28232026-08-26T14:41:50.659Z[ helios-setup] Aug 26 14:41:50.082 INFO E| Downloaded rsa v0.9.8
28242026-08-26T14:41:50.663Z[ helios-setup] Aug 26 14:41:50.085 INFO E| Downloaded indexmap v2.12.0
28252026-08-26T14:41:50.666Z[ helios-setup] Aug 26 14:41:50.090 INFO E| Downloaded toml_edit v0.23.7
28262026-08-26T14:41:50.681Z[ helios-setup] Aug 26 14:41:50.105 INFO E| Downloaded clap_builder v4.5.51
28272026-08-26T14:41:50.695Z[ helios-setup] Aug 26 14:41:50.118 INFO E| Downloaded futures-util v0.3.31
28282026-08-26T14:41:50.706Z[ helios-setup] Aug 26 14:41:50.130 INFO E| Downloaded num-bigint-dig v0.8.4
28292026-08-26T14:41:50.710Z[ helios-setup] Aug 26 14:41:50.132 INFO E| Downloaded libm v0.2.15
28302026-08-26T14:41:50.714Z[ helios-setup] Aug 26 14:41:50.137 INFO E| Downloaded hashbrown v0.16.0
28312026-08-26T14:41:50.717Z[ helios-setup] Aug 26 14:41:50.140 INFO E| Downloaded time v0.3.44
28322026-08-26T14:41:50.720Z[ helios-setup] Aug 26 14:41:50.144 INFO E| Downloaded serde_json v1.0.145
28332026-08-26T14:41:50.737Z[ helios-setup] Aug 26 14:41:50.160 INFO E| Downloaded winnow v0.7.13
28342026-08-26T14:41:50.777Z[ helios-setup] Aug 26 14:41:50.199 INFO E| Downloaded chrono v0.4.42
28352026-08-26T14:41:50.780Z[ helios-setup] Aug 26 14:41:50.203 INFO E| Downloaded zerocopy v0.8.27
28362026-08-26T14:41:50.791Z[ helios-setup] Aug 26 14:41:50.214 INFO E| Downloaded unicode-width v0.2.2
28372026-08-26T14:41:50.794Z[ helios-setup] Aug 26 14:41:50.217 INFO E| Downloaded syn v2.0.108
28382026-08-26T14:41:50.825Z[ helios-setup] Aug 26 14:41:50.248 INFO E| Downloaded rustix v1.1.2
28392026-08-26T14:41:50.870Z[ helios-setup] Aug 26 14:41:50.293 INFO E| Downloaded libc v0.2.177
28402026-08-26T14:41:50.883Z[ helios-setup] Aug 26 14:41:50.306 INFO E| Downloaded tokio v1.48.0
28412026-08-26T14:41:50.960Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling proc-macro2 v1.0.103
28422026-08-26T14:41:50.960Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling unicode-ident v1.0.22
28432026-08-26T14:41:50.963Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling quote v1.0.41
28442026-08-26T14:41:50.963Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling libc v0.2.177
28452026-08-26T14:41:50.963Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling serde_core v1.0.228
28462026-08-26T14:41:50.964Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling cfg-if v1.0.4
28472026-08-26T14:41:50.964Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling serde v1.0.228
28482026-08-26T14:41:50.964Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling version_check v0.9.5
28492026-08-26T14:41:50.964Z[ helios-setup] Aug 26 14:41:50.383 INFO E| Compiling autocfg v1.5.0
28502026-08-26T14:41:50.992Z[ helios-setup] Aug 26 14:41:50.415 INFO E| Compiling const-oid v0.9.6
28512026-08-26T14:41:50.996Z[ helios-setup] Aug 26 14:41:50.416 INFO E| Compiling typenum v1.19.0
28522026-08-26T14:41:50.996Z[ helios-setup] Aug 26 14:41:50.416 INFO E| Compiling libm v0.2.15
28532026-08-26T14:41:50.996Z[ helios-setup] Aug 26 14:41:50.416 INFO E| Compiling zerocopy v0.8.27
28542026-08-26T14:41:50.996Z[ helios-setup] Aug 26 14:41:50.416 INFO E| Compiling rustversion v1.0.22
28552026-08-26T14:41:50.996Z[ helios-setup] Aug 26 14:41:50.416 INFO E| Compiling smallvec v1.15.1
28562026-08-26T14:41:50.999Z[ helios-setup] Aug 26 14:41:50.421 INFO E| Compiling zeroize v1.8.2
28572026-08-26T14:41:51.142Z[ helios-setup] Aug 26 14:41:50.565 INFO E| Compiling base64ct v1.8.0
28582026-08-26T14:41:51.202Z[ helios-setup] Aug 26 14:41:50.624 INFO E| Compiling utf8parse v0.2.2
28592026-08-26T14:41:51.225Z[ helios-setup] Aug 26 14:41:50.648 INFO E| Compiling rustix v1.1.2
28602026-08-26T14:41:51.274Z[ helios-setup] Aug 26 14:41:50.697 INFO E| Compiling generic-array v0.14.9
28612026-08-26T14:41:51.274Z[ helios-setup] Aug 26 14:41:50.697 INFO E| Compiling byteorder v1.5.0
28622026-08-26T14:41:51.335Z[ helios-setup] Aug 26 14:41:50.758 INFO E| Compiling equivalent v1.0.2
28632026-08-26T14:41:51.379Z[ helios-setup] Aug 26 14:41:50.802 INFO E| Compiling hashbrown v0.16.0
28642026-08-26T14:41:51.399Z[ helios-setup] Aug 26 14:41:50.821 INFO E| Compiling num-traits v0.2.19
28652026-08-26T14:41:51.409Z[ helios-setup] Aug 26 14:41:50.832 INFO E| Compiling pem-rfc7468 v0.7.0
28662026-08-26T14:41:51.438Z[ helios-setup] Aug 26 14:41:50.861 INFO E| Compiling crc32fast v1.5.0
28672026-08-26T14:41:51.493Z[ helios-setup] Aug 26 14:41:50.916 INFO E| Compiling memchr v2.7.6
28682026-08-26T14:41:51.511Z[ helios-setup] Aug 26 14:41:50.933 INFO E| Compiling winnow v0.7.13
28692026-08-26T14:41:51.572Z[ helios-setup] Aug 26 14:41:50.995 INFO E| Compiling flagset v0.4.7
28702026-08-26T14:41:51.630Z[ helios-setup] Aug 26 14:41:51.052 INFO E| Compiling anyhow v1.0.100
28712026-08-26T14:41:51.757Z[ helios-setup] Aug 26 14:41:51.179 INFO E| Compiling getrandom v0.2.16
28722026-08-26T14:41:51.801Z[ helios-setup] Aug 26 14:41:51.224 INFO E| Compiling errno v0.3.14
28732026-08-26T14:41:51.818Z[ helios-setup] Aug 26 14:41:51.241 INFO E| Compiling anstyle-parse v0.2.7
28742026-08-26T14:41:51.853Z[ helios-setup] Aug 26 14:41:51.276 INFO E| Compiling allocator-api2 v0.2.21
28752026-08-26T14:41:51.892Z[ helios-setup] Aug 26 14:41:51.314 INFO E| Compiling rand_core v0.6.4
28762026-08-26T14:41:51.922Z[ helios-setup] Aug 26 14:41:51.345 INFO E| Compiling indexmap v2.12.0
28772026-08-26T14:41:51.947Z[ helios-setup] Aug 26 14:41:51.370 INFO E| Compiling toml_datetime v0.7.3
28782026-08-26T14:41:52.037Z[ helios-setup] Aug 26 14:41:51.460 INFO E| Compiling cpufeatures v0.2.17
28792026-08-26T14:41:52.048Z[ helios-setup] Aug 26 14:41:51.470 INFO E| Compiling syn v1.0.109
28802026-08-26T14:41:52.112Z[ helios-setup] Aug 26 14:41:51.533 INFO E| Compiling find-msvc-tools v0.1.4
28812026-08-26T14:41:52.125Z[ helios-setup] Aug 26 14:41:51.548 INFO E| Compiling is_terminal_polyfill v1.70.2
28822026-08-26T14:41:52.145Z[ helios-setup] Aug 26 14:41:51.568 INFO E| Compiling radium v0.7.0
28832026-08-26T14:41:52.180Z[ helios-setup] Aug 26 14:41:51.603 INFO E| Compiling shlex v1.3.0
28842026-08-26T14:41:52.191Z[ helios-setup] Aug 26 14:41:51.613 INFO E| Compiling colorchoice v1.0.4
28852026-08-26T14:41:52.286Z[ helios-setup] Aug 26 14:41:51.709 INFO E| Compiling syn v2.0.108
28862026-08-26T14:41:52.293Z[ helios-setup] Aug 26 14:41:51.717 INFO E| Compiling anstyle v1.0.13
28872026-08-26T14:41:52.322Z[ helios-setup] Aug 26 14:41:51.745 INFO E| Compiling anstyle-query v1.1.4
28882026-08-26T14:41:52.353Z[ helios-setup] Aug 26 14:41:51.776 INFO E| Compiling cc v1.2.44
28892026-08-26T14:41:52.422Z[ helios-setup] Aug 26 14:41:51.845 INFO E| Compiling slog v2.8.2
28902026-08-26T14:41:52.483Z[ helios-setup] Aug 26 14:41:51.906 INFO E| Compiling anstream v0.6.21
28912026-08-26T14:41:52.501Z[ helios-setup] Aug 26 14:41:51.923 INFO E| Compiling block-buffer v0.10.4
28922026-08-26T14:41:52.583Z[ helios-setup] Aug 26 14:41:52.006 INFO E| Compiling crypto-common v0.1.6
28932026-08-26T14:41:52.594Z[ helios-setup] Aug 26 14:41:52.017 INFO E| Compiling tap v1.0.1
28942026-08-26T14:41:52.677Z[ helios-setup] Aug 26 14:41:52.099 INFO E| Compiling digest v0.10.7
28952026-08-26T14:41:52.684Z[ helios-setup] Aug 26 14:41:52.106 INFO E| Compiling parking_lot_core v0.9.12
28962026-08-26T14:41:52.716Z[ helios-setup] Aug 26 14:41:52.139 INFO E| Compiling unicode-width v0.2.2
28972026-08-26T14:41:52.724Z[ helios-setup] Aug 26 14:41:52.147 INFO E| Compiling maybe-uninit v2.0.0
28982026-08-26T14:41:52.724Z[ helios-setup] Aug 26 14:41:52.147 INFO E| Compiling pin-project-lite v0.2.16
28992026-08-26T14:41:52.736Z[ helios-setup] Aug 26 14:41:52.158 INFO E| Compiling futures-sink v0.3.31
29002026-08-26T14:41:52.749Z[ helios-setup] Aug 26 14:41:52.172 INFO E| Compiling pkg-config v0.3.32
29012026-08-26T14:41:52.839Z[ helios-setup] Aug 26 14:41:52.261 INFO E| Compiling futures-core v0.3.31
29022026-08-26T14:41:52.862Z[ helios-setup] Aug 26 14:41:52.285 INFO E| Compiling sha2 v0.10.9
29032026-08-26T14:41:52.930Z[ helios-setup] Aug 26 14:41:52.353 INFO E| Compiling num-integer v0.1.46
29042026-08-26T14:41:53.022Z[ helios-setup] Aug 26 14:41:52.443 INFO E| Compiling toml_parser v1.0.4
29052026-08-26T14:41:53.036Z[ helios-setup] Aug 26 14:41:52.459 INFO E| Compiling futures-channel v0.3.31
29062026-08-26T14:41:53.047Z[ helios-setup] Aug 26 14:41:52.470 INFO E| Compiling getopts v0.2.24
29072026-08-26T14:41:53.068Z[ helios-setup] Aug 26 14:41:52.490 INFO E| Compiling wyz v0.5.1
29082026-08-26T14:41:53.095Z[ helios-setup] Aug 26 14:41:52.518 INFO E| Compiling ahash v0.8.12
29092026-08-26T14:41:53.112Z[ helios-setup] Aug 26 14:41:52.534 INFO E| Compiling time-core v0.1.6
29102026-08-26T14:41:53.128Z[ helios-setup] Aug 26 14:41:52.551 INFO E| Compiling powerfmt v0.2.0
29112026-08-26T14:41:53.193Z[ helios-setup] Aug 26 14:41:52.615 INFO E| Compiling num-conv v0.1.0
29122026-08-26T14:41:53.270Z[ helios-setup] Aug 26 14:41:52.693 INFO E| Compiling spin v0.9.8
29132026-08-26T14:41:53.277Z[ helios-setup] Aug 26 14:41:52.700 INFO E| Compiling heck v0.5.0
29142026-08-26T14:41:53.284Z[ helios-setup] Aug 26 14:41:52.707 INFO E| Compiling getrandom v0.3.4
29152026-08-26T14:41:53.314Z[ helios-setup] Aug 26 14:41:52.736 INFO E| Compiling scopeguard v1.2.0
29162026-08-26T14:41:53.348Z[ helios-setup] Aug 26 14:41:52.771 INFO E| Compiling num-bigint-dig v0.8.4
29172026-08-26T14:41:53.362Z[ helios-setup] Aug 26 14:41:52.785 INFO E| Compiling slab v0.4.11
29182026-08-26T14:41:53.391Z[ helios-setup] Aug 26 14:41:52.815 INFO E| Compiling thiserror v1.0.69
29192026-08-26T14:41:53.418Z[ helios-setup] Aug 26 14:41:52.841 INFO E| Compiling toml_edit v0.23.7
29202026-08-26T14:41:53.432Z[ helios-setup] Aug 26 14:41:52.855 INFO E| Compiling pin-utils v0.1.0
29212026-08-26T14:41:53.435Z[ helios-setup] Aug 26 14:41:52.855 INFO E| Compiling futures-io v0.3.31
29222026-08-26T14:41:53.463Z[ helios-setup] Aug 26 14:41:52.885 INFO E| Compiling futures-task v0.3.31
29232026-08-26T14:41:53.499Z[ helios-setup] Aug 26 14:41:52.923 INFO E| Compiling funty v2.0.0
29242026-08-26T14:41:53.513Z[ helios-setup] Aug 26 14:41:52.936 INFO E| Compiling itoa v1.0.15
29252026-08-26T14:41:53.589Z[ helios-setup] Aug 26 14:41:53.012 INFO E| Compiling bitflags v2.10.0
29262026-08-26T14:41:53.592Z[ helios-setup] Aug 26 14:41:53.012 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29272026-08-26T14:41:53.616Z[ helios-setup] Aug 26 14:41:53.039 INFO E| Compiling bytes v1.10.1
29282026-08-26T14:41:53.646Z[ helios-setup] Aug 26 14:41:53.069 INFO E| Compiling strsim v0.11.1
29292026-08-26T14:41:53.679Z[ helios-setup] Aug 26 14:41:53.102 INFO E| Compiling packed_struct v0.10.1
29302026-08-26T14:41:53.682Z[ helios-setup] Aug 26 14:41:53.102 INFO E| Compiling clap_lex v0.7.6
29312026-08-26T14:41:53.714Z[ helios-setup] Aug 26 14:41:53.137 INFO E| Compiling lock_api v0.4.14
29322026-08-26T14:41:53.755Z[ helios-setup] Aug 26 14:41:53.177 INFO E| Compiling lazy_static v1.5.0
29332026-08-26T14:41:53.859Z[ helios-setup] Aug 26 14:41:53.282 INFO E| Compiling time-macros v0.2.24
29342026-08-26T14:41:53.996Z[ helios-setup] Aug 26 14:41:53.419 INFO E| Compiling bitvec v1.0.1
29352026-08-26T14:41:54.067Z[ helios-setup] Aug 26 14:41:53.452 INFO E| Compiling deranged v0.5.5
29362026-08-26T14:41:54.067Z[ helios-setup] Aug 26 14:41:53.458 INFO E| Compiling num-iter v0.1.45
29372026-08-26T14:41:54.074Z[ helios-setup] Aug 26 14:41:53.497 INFO E| Compiling proc-macro-crate v3.4.0
29382026-08-26T14:41:54.177Z[ helios-setup] Aug 26 14:41:53.600 INFO E| Compiling indexmap v1.9.3
29392026-08-26T14:41:54.239Z[ helios-setup] Aug 26 14:41:53.662 INFO E| Compiling serde_json v1.0.145
29402026-08-26T14:41:54.440Z[ helios-setup] Aug 26 14:41:53.862 INFO E| Compiling terminal_size v0.4.3
29412026-08-26T14:41:54.494Z[ helios-setup] Aug 26 14:41:53.917 INFO E| Compiling log v0.4.28
29422026-08-26T14:41:54.594Z[ helios-setup] Aug 26 14:41:54.017 INFO E| Compiling clap_builder v4.5.51
29432026-08-26T14:41:54.602Z[ helios-setup] Aug 26 14:41:54.025 INFO E| Compiling thiserror v2.0.17
29442026-08-26T14:41:54.620Z[ helios-setup] Aug 26 14:41:54.043 INFO E| Compiling nodrop v0.1.14
29452026-08-26T14:41:54.626Z[ helios-setup] Aug 26 14:41:54.050 INFO E| Compiling iana-time-zone v0.1.64
29462026-08-26T14:41:54.629Z[ helios-setup] Aug 26 14:41:54.052 INFO E| Compiling adler2 v2.0.1
29472026-08-26T14:41:54.644Z[ helios-setup] Aug 26 14:41:54.067 INFO E| Compiling once_cell v1.21.3
29482026-08-26T14:41:54.651Z[ helios-setup] Aug 26 14:41:54.074 INFO E| Compiling simd-adler32 v0.3.7
29492026-08-26T14:41:54.739Z[ helios-setup] Aug 26 14:41:54.162 INFO E| Compiling crc-catalog v2.4.0
29502026-08-26T14:41:54.800Z[ helios-setup] Aug 26 14:41:54.223 INFO E| Compiling miniz_oxide v0.8.9
29512026-08-26T14:41:54.822Z[ helios-setup] Aug 26 14:41:54.243 INFO E| Compiling crc v3.3.0
29522026-08-26T14:41:54.833Z[ helios-setup] Aug 26 14:41:54.257 INFO E| Compiling chrono v0.4.42
29532026-08-26T14:41:54.843Z[ helios-setup] Aug 26 14:41:54.266 INFO E| Compiling array-init v0.0.4
29542026-08-26T14:41:54.884Z[ helios-setup] Aug 26 14:41:54.307 INFO E| Compiling env_filter v0.1.4
29552026-08-26T14:41:54.998Z[ helios-setup] Aug 26 14:41:54.421 INFO E| Compiling parking_lot v0.12.5
29562026-08-26T14:41:55.006Z[ helios-setup] Aug 26 14:41:54.429 INFO E| Compiling smallvec v0.6.14
29572026-08-26T14:41:55.222Z[ helios-setup] Aug 26 14:41:54.645 INFO E| Compiling time v0.3.44
29582026-08-26T14:41:55.274Z[ helios-setup] Aug 26 14:41:54.697 INFO E| Compiling serde_spanned v1.0.3
29592026-08-26T14:41:55.341Z[ helios-setup] Aug 26 14:41:54.763 INFO E| Compiling signature v2.2.0
29602026-08-26T14:41:55.461Z[ helios-setup] Aug 26 14:41:54.884 INFO E| Compiling signal-hook-registry v1.4.6
29612026-08-26T14:41:55.524Z[ helios-setup] Aug 26 14:41:54.946 INFO E| Compiling is-terminal v0.4.17
29622026-08-26T14:41:55.573Z[ helios-setup] Aug 26 14:41:54.995 INFO E| Compiling mio v1.1.0
29632026-08-26T14:41:55.624Z[ helios-setup] Aug 26 14:41:55.046 INFO E| Compiling socket2 v0.6.1
29642026-08-26T14:41:55.641Z[ helios-setup] Aug 26 14:41:55.064 INFO E| Compiling thread_local v1.1.9
29652026-08-26T14:41:55.644Z[ helios-setup] Aug 26 14:41:55.067 INFO E| Compiling ryu v1.0.20
29662026-08-26T14:41:56.014Z[ helios-setup] Aug 26 14:41:55.436 INFO E| Compiling term v1.2.0
29672026-08-26T14:41:56.052Z[ helios-setup] Aug 26 14:41:55.470 INFO E| Compiling libdevinfo-sys v1.1.0
29682026-08-26T14:41:56.084Z[ helios-setup] Aug 26 14:41:55.507 INFO E| Compiling subtle v2.6.1
29692026-08-26T14:41:56.160Z[ helios-setup] Aug 26 14:41:55.583 INFO E| Compiling toml_writer v1.0.4
29702026-08-26T14:41:56.171Z[ helios-setup] Aug 26 14:41:55.595 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29712026-08-26T14:41:56.184Z[ helios-setup] Aug 26 14:41:55.607 INFO E| Compiling packed_struct_codegen v0.10.1
29722026-08-26T14:41:56.190Z[ helios-setup] Aug 26 14:41:55.613 INFO E| Compiling winnow v0.5.40
29732026-08-26T14:41:56.263Z[ helios-setup] Aug 26 14:41:55.686 INFO E| Compiling base64 v0.21.7
29742026-08-26T14:41:56.283Z[ helios-setup] Aug 26 14:41:55.706 INFO E| Compiling hashbrown v0.12.3
29752026-08-26T14:41:56.315Z[ helios-setup] Aug 26 14:41:55.738 INFO E| Compiling uuid v1.18.1
29762026-08-26T14:41:56.408Z[ helios-setup] Aug 26 14:41:55.831 INFO E| Compiling bzip2 v0.4.4
29772026-08-26T14:41:56.427Z[ helios-setup] Aug 26 14:41:55.850 INFO E| Compiling serde_derive v1.0.228
29782026-08-26T14:41:56.434Z[ helios-setup] Aug 26 14:41:55.857 INFO E| Compiling zerocopy-derive v0.8.27
29792026-08-26T14:41:56.557Z[ helios-setup] Aug 26 14:41:55.980 INFO E| Compiling der_derive v0.7.3
29802026-08-26T14:41:56.624Z[ helios-setup] Aug 26 14:41:56.046 INFO E| Compiling futures-macro v0.3.31
29812026-08-26T14:41:56.712Z[ helios-setup] Aug 26 14:41:56.134 INFO E| Compiling bitfield-macros v0.19.3
29822026-08-26T14:41:56.840Z[ helios-setup] Aug 26 14:41:56.264 INFO E| Compiling num_enum_derive v0.7.5
29832026-08-26T14:41:56.990Z[ helios-setup] Aug 26 14:41:56.413 INFO E| Compiling thiserror-impl v1.0.69
29842026-08-26T14:41:57.071Z[ helios-setup] Aug 26 14:41:56.494 INFO E| Compiling clap_derive v4.5.49
29852026-08-26T14:41:57.480Z[ helios-setup] Aug 26 14:41:56.903 INFO E| Compiling zerocopy-derive v0.6.6
29862026-08-26T14:41:57.682Z[ helios-setup] Aug 26 14:41:57.105 INFO E| Compiling thiserror-impl v2.0.17
29872026-08-26T14:41:57.695Z[ helios-setup] Aug 26 14:41:57.118 INFO E| Compiling bitfield v0.19.3
29882026-08-26T14:41:57.726Z[ helios-setup] Aug 26 14:41:57.149 INFO E| Compiling tokio-macros v2.6.0
29892026-08-26T14:41:58.012Z[ helios-setup] Aug 26 14:41:57.434 INFO E| Compiling der v0.7.10
29902026-08-26T14:41:58.034Z[ helios-setup] Aug 26 14:41:57.457 INFO E| Compiling futures-util v0.3.31
29912026-08-26T14:41:58.330Z[ helios-setup] Aug 26 14:41:57.753 INFO E| Compiling toml v0.9.8
29922026-08-26T14:41:58.403Z[ helios-setup] Aug 26 14:41:57.826 INFO E| Compiling num_enum v0.7.5
29932026-08-26T14:41:58.534Z[ helios-setup] Aug 26 14:41:57.957 INFO E| Compiling devinfo v0.1.0
29942026-08-26T14:41:58.614Z[ helios-setup] Aug 26 14:41:58.037 INFO E| Compiling flate2 v1.1.5
29952026-08-26T14:41:58.625Z[ helios-setup] Aug 26 14:41:58.047 INFO E| Compiling env_logger v0.11.8
29962026-08-26T14:41:58.789Z[ helios-setup] Aug 26 14:41:58.212 INFO E| Compiling rustc-hash v2.1.1
29972026-08-26T14:41:58.876Z[ helios-setup] Aug 26 14:41:58.299 INFO E| Compiling tokio v1.48.0
29982026-08-26T14:41:59.074Z[ helios-setup] Aug 26 14:41:58.497 INFO E| Compiling zerocopy v0.6.6
29992026-08-26T14:41:59.184Z[ helios-setup] Aug 26 14:41:58.606 INFO E| Compiling hex v0.4.3
30002026-08-26T14:41:59.341Z[ helios-setup] Aug 26 14:41:58.764 INFO E| Compiling bitflags v1.3.2
30012026-08-26T14:41:59.422Z[ helios-setup] Aug 26 14:41:58.844 INFO E| Compiling foldhash v0.2.0
30022026-08-26T14:41:59.633Z[ helios-setup] Aug 26 14:41:59.056 INFO E| Compiling clap v4.5.51
30032026-08-26T14:41:59.695Z[ helios-setup] Aug 26 14:41:59.118 INFO E| Compiling crc-any v2.5.0
30042026-08-26T14:41:59.767Z[ helios-setup] Aug 26 14:41:59.190 INFO E| Compiling spki v0.7.3
30052026-08-26T14:41:59.788Z[ helios-setup] Aug 26 14:41:59.211 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30062026-08-26T14:41:59.795Z[ helios-setup] Aug 26 14:41:59.218 INFO E| Compiling iddqd v0.3.14
30072026-08-26T14:41:59.804Z[ helios-setup] Aug 26 14:41:59.227 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30082026-08-26T14:41:59.917Z[ helios-setup] Aug 26 14:41:59.340 INFO E| Compiling zip v0.6.6
30092026-08-26T14:42:00.011Z[ helios-setup] Aug 26 14:41:59.433 INFO E| Compiling pkcs8 v0.10.2
30102026-08-26T14:42:00.060Z[ helios-setup] Aug 26 14:41:59.480 INFO E| Compiling x509-cert v0.2.5
30112026-08-26T14:42:00.088Z[ helios-setup] Aug 26 14:41:59.511 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30122026-08-26T14:42:00.098Z[ helios-setup] Aug 26 14:41:59.521 INFO E| Compiling path-slash v0.1.5
30132026-08-26T14:42:00.257Z[ helios-setup] Aug 26 14:41:59.679 INFO E| Compiling pkcs1 v0.7.5
30142026-08-26T14:42:00.943Z[ helios-setup] Aug 26 14:42:00.366 INFO E| Compiling ppv-lite86 v0.2.21
30152026-08-26T14:42:00.992Z[ helios-setup] Aug 26 14:42:00.415 INFO E| Compiling erased-serde v0.3.31
30162026-08-26T14:42:01.086Z[ helios-setup] Aug 26 14:42:00.509 INFO E| Compiling toml_datetime v0.6.11
30172026-08-26T14:42:01.140Z[ helios-setup] Aug 26 14:42:00.563 INFO E| Compiling futures-executor v0.3.31
30182026-08-26T14:42:01.337Z[ helios-setup] Aug 26 14:42:00.758 INFO E| Compiling rand_chacha v0.3.1
30192026-08-26T14:42:01.598Z[ helios-setup] Aug 26 14:42:01.020 INFO E| Compiling rand v0.8.5
30202026-08-26T14:42:01.624Z[ helios-setup] Aug 26 14:42:01.046 INFO E| Compiling serde_spanned v0.6.9
30212026-08-26T14:42:01.721Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.35s
30222026-08-26T14:42:01.752Z[ helios-setup] Aug 26 14:42:01.175 INFO E| Compiling futures v0.3.31
30232026-08-26T14:42:01.779Z[ helios-setup] Aug 26 14:42:01.202 INFO E| Compiling toml_edit v0.19.15
30242026-08-26T14:42:01.831Z[ helios-setup] Aug 26 14:42:01.253 INFO E| Compiling slog-term v2.9.2
30252026-08-26T14:42:01.837Z[ helios-setup] Aug 26 14:42:01.260 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30262026-08-26T14:42:01.841Z[ helios-setup] Aug 26 14:42:01.261 INFO E| Compiling ron v0.8.1
30272026-08-26T14:42:01.879Z[ helios-setup] Aug 26 14:42:01.302 INFO E| Compiling hashbrown v0.13.2
30282026-08-26T14:42:01.937Z[ helios-setup] Aug 26 14:42:01.354 INFO E| Compiling serde-hex v0.1.0
30292026-08-26T14:42:02.006Z[ omicron-package]
30302026-08-26T14:42:02.006Z[ omicron-package] real 44.560755351
30312026-08-26T14:42:02.006Z[ omicron-package] user 3:57.381158205
30322026-08-26T14:42:02.010Z[ omicron-package] sys 28.136841693
30332026-08-26T14:42:02.010Z[ omicron-package] trap 0.465451943
30342026-08-26T14:42:02.010Z[ omicron-package] tflt 0.678068084
30352026-08-26T14:42:02.010Z[ omicron-package] dflt 2.480760954
30362026-08-26T14:42:02.010Z[ omicron-package] kflt 0.002661011
30372026-08-26T14:42:02.010Z[ omicron-package] lock 12:27.600267542
30382026-08-26T14:42:02.010Z[ omicron-package] slp 6:34.149803316
30392026-08-26T14:42:02.010Z[ omicron-package] lat 1:08.174964133
30402026-08-26T14:42:02.010Z[ omicron-package] stop 1:54.526649693
30412026-08-26T14:42:02.010ZAug 26 14:42:01.429 INFO [omicron-package] process exited with exit status: 0 (44.647164881s)
30422026-08-26T14:42:02.010ZAug 26 14:42:01.429 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30432026-08-26T14:42:02.010ZAug 26 14:42:01.430 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30442026-08-26T14:42:02.016Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30452026-08-26T14:42:02.019Z[ recovery-target] Created new build target 'recovery' and set it as active
30462026-08-26T14:42:02.020Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30472026-08-26T14:42:02.023Z[ host-target] Created new build target 'host' and set it as active
30482026-08-26T14:42:02.026ZAug 26 14:42:01.446 INFO [recovery-target] process exited with exit status: 0 (16.73421ms)
30492026-08-26T14:42:02.026ZAug 26 14:42:01.447 INFO [host-target] process exited with exit status: 0 (17.11675ms)
30502026-08-26T14:42:02.026ZAug 26 14:42:01.447 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30512026-08-26T14:42:02.031Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30522026-08-26T14:42:02.542Z[ helios-setup] Aug 26 14:42:01.965 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30532026-08-26T14:42:02.639Z[ helios-setup] Aug 26 14:42:02.061 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30542026-08-26T14:42:02.659Z[ helios-setup] Aug 26 14:42:02.082 INFO E| Compiling object v0.30.4
30552026-08-26T14:42:03.067Z[ helios-setup] Aug 26 14:42:02.490 INFO E| Compiling rsa v0.9.8
30562026-08-26T14:42:03.277Z[ helios-setup] Aug 26 14:42:02.700 INFO E| Compiling toml v0.7.8
30572026-08-26T14:42:03.772Z[ helios-setup] Aug 26 14:42:03.194 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30582026-08-26T14:42:03.942Z[ helios-setup] Aug 26 14:42:03.365 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30592026-08-26T14:42:03.947Z[ host-package] Compiling heck v0.5.0
30602026-08-26T14:42:03.951Z[ host-package] Compiling regress v0.11.1
30612026-08-26T14:42:03.951Z[ host-package] Compiling unsafe-libyaml v0.2.11
30622026-08-26T14:42:03.951Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30632026-08-26T14:42:03.960Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30642026-08-26T14:42:03.961Z[ host-package] Compiling derive-where v1.6.0
30652026-08-26T14:42:03.961Z[ host-package] Compiling bytecount v0.6.9
30662026-08-26T14:42:03.961Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30672026-08-26T14:42:03.961Z[ host-package] Compiling atomicwrites v0.4.4
30682026-08-26T14:42:03.961Z[ host-package] Compiling is-terminal v0.4.17
30692026-08-26T14:42:03.961Z[ host-package] Compiling prettyplease v0.2.37
30702026-08-26T14:42:03.961Z[ host-package] Compiling newline-converter v0.3.0
30712026-08-26T14:42:03.961Z[ host-package] Compiling console v0.15.11
30722026-08-26T14:42:03.961Z[ host-package] Compiling slog-dtrace v0.3.0
30732026-08-26T14:42:03.961Z[ host-package] Compiling resolv-conf v0.7.6
30742026-08-26T14:42:05.420Z[ host-package] Compiling cancel-safe-futures v0.1.5
30752026-08-26T14:42:05.595Z[ host-package] Compiling num-rational v0.4.2
30762026-08-26T14:42:05.660Z[ host-package] Compiling expectorate v1.2.0
30772026-08-26T14:42:05.663Z[ host-package] Compiling num-complex v0.4.6
30782026-08-26T14:42:05.663Z[ host-package] Compiling thread_local v1.1.9
30792026-08-26T14:42:06.031Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30802026-08-26T14:42:06.034Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30812026-08-26T14:42:06.198Z[ host-package] Compiling compression-core v0.4.31
30822026-08-26T14:42:06.221Z[ host-package] Compiling match_cfg v0.1.0
30832026-08-26T14:42:06.224Z[ host-package] Compiling multer v3.1.0
30842026-08-26T14:42:06.224Z[ host-package] Compiling slog-async v2.8.0
30852026-08-26T14:42:06.334Z[ host-package] Compiling crossbeam-channel v0.5.15
30862026-08-26T14:42:06.495Z[ host-package] Compiling typify-impl v0.6.2
30872026-08-26T14:42:06.499Z[ host-package] Compiling hostname v0.3.1
30882026-08-26T14:42:06.645Z[ host-package] Compiling num v0.4.3
30892026-08-26T14:42:06.861Z[ host-package] Compiling slog-json v2.6.1
30902026-08-26T14:42:06.887Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30912026-08-26T14:42:07.178Z[ host-package] Compiling serde_spanned v1.1.1
30922026-08-26T14:42:07.181Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30932026-08-26T14:42:07.184Z[ host-package] Compiling float-ord v0.3.2
30942026-08-26T14:42:07.184Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30952026-08-26T14:42:07.248Z[ host-package] Compiling term v1.2.1
30962026-08-26T14:42:07.364Z[ host-package] Compiling compression-codecs v0.4.37
30972026-08-26T14:42:07.368Z[ host-package] Compiling linked-hash-map v0.5.6
30982026-08-26T14:42:07.390Z[ host-package] Compiling linear-map v1.2.0
30992026-08-26T14:42:07.393Z[ host-package] Compiling take_mut v0.2.2
31002026-08-26T14:42:07.590Z[ host-package] Compiling slog-term v2.9.2
31012026-08-26T14:42:07.593Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31022026-08-26T14:42:07.593Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31032026-08-26T14:42:07.634Z[ host-package] Compiling lru-cache v0.1.2
31042026-08-26T14:42:07.693Z[ host-package] Compiling async-compression v0.4.41
31052026-08-26T14:42:07.719Z[ host-package] Compiling slog-bunyan v2.5.0
31062026-08-26T14:42:07.843Z[ host-package] Compiling dropshot v0.17.1
31072026-08-26T14:42:07.917Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31082026-08-26T14:42:07.988Z[ host-package] Compiling async-stream v0.3.6
31092026-08-26T14:42:07.992Z[ host-package] Compiling progenitor-client v0.14.0
31102026-08-26T14:42:08.007Z[ host-package] Compiling sha1 v0.11.0
31112026-08-26T14:42:08.044Z[ host-package] Compiling oxide-generation v0.1.3
31122026-08-26T14:42:08.120Z[ host-package] Compiling waitgroup v0.1.2
31132026-08-26T14:42:08.175Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-08-26T14:42:08.215Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31152026-08-26T14:42:08.243Z[ host-package] Compiling rustls-pemfile v2.2.0
31162026-08-26T14:42:08.315Z[ host-package] Compiling backon v1.6.0
31172026-08-26T14:42:08.338Z[ host-package] Compiling serde_path_to_error v0.1.20
31182026-08-26T14:42:08.375Z[ host-package] Compiling oxide-update-engine v0.1.2
31192026-08-26T14:42:08.397Z[ host-package] Compiling hostname v0.4.2
31202026-08-26T14:42:08.432Z[ host-package] Compiling instant v0.1.13
31212026-08-26T14:42:08.501Z[ helios-setup] Aug 26 14:42:07.924 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31222026-08-26T14:42:08.536Z[ host-package] Compiling debug-ignore v1.0.5
31232026-08-26T14:42:08.595Z[ host-package] Compiling minimal-lexical v0.2.1
31242026-08-26T14:42:08.630Z[ host-package] Compiling backoff v0.4.0
31252026-08-26T14:42:08.633Z[ host-package] Compiling progenitor-extras v0.2.0
31262026-08-26T14:42:08.781Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31272026-08-26T14:42:08.837Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31282026-08-26T14:42:08.945Z[ host-package] Compiling nom v7.1.3
31292026-08-26T14:42:09.031Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31302026-08-26T14:42:09.151Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31312026-08-26T14:42:09.154Z[ host-package] Compiling parse-display v0.10.0
31322026-08-26T14:42:09.232Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31332026-08-26T14:42:09.253Z[ host-package] Compiling hickory-proto v0.24.4
31342026-08-26T14:42:09.620Z[ host-package] Compiling regress v0.10.5
31352026-08-26T14:42:09.751Z[ helios-setup] Aug 26 14:42:09.173 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31362026-08-26T14:42:09.816Z[ host-package] Compiling itertools v0.14.0
31372026-08-26T14:42:10.115Z[ host-package] Compiling macaddr v1.0.1
31382026-08-26T14:42:10.226Z[ host-package] Compiling humantime v2.3.0
31392026-08-26T14:42:10.630Z[ host-package] Compiling unicode-xid v0.2.6
31402026-08-26T14:42:10.696Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31412026-08-26T14:42:10.713Z[ host-package] Compiling typify-macro v0.6.2
31422026-08-26T14:42:11.051Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31432026-08-26T14:42:11.220Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31442026-08-26T14:42:11.224Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31452026-08-26T14:42:11.574Z[ host-package] Compiling toml v0.8.23
31462026-08-26T14:42:12.024Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31472026-08-26T14:42:12.086Z[ host-package] Compiling papergrid v0.11.0
31482026-08-26T14:42:12.268Z[ host-package] Compiling tabled_derive v0.7.0
31492026-08-26T14:42:12.409Z[ host-package] Compiling termtree v0.5.1
31502026-08-26T14:42:12.488Z[ host-package] Compiling crossterm v0.29.0
31512026-08-26T14:42:12.572Z[ host-package] Compiling phf_shared v0.12.1
31522026-08-26T14:42:12.767Z[ host-package] Compiling hickory-resolver v0.24.4
31532026-08-26T14:42:12.798Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31542026-08-26T14:42:12.908Z[ host-package] Compiling typify v0.6.2
31552026-08-26T14:42:13.086Z[ host-package] Compiling progenitor-impl v0.14.0
31562026-08-26T14:42:13.337Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-08-26T14:42:13.463Z[ host-package] Compiling tabled v0.15.0
31582026-08-26T14:42:13.495Z[ helios-setup] Aug 26 14:42:12.917 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31592026-08-26T14:42:13.670Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31602026-08-26T14:42:15.145Z[ host-package] Compiling qorb v0.4.1
31612026-08-26T14:42:15.185Z[ host-package] Compiling vte v0.14.1
31622026-08-26T14:42:15.316Z[ host-package] Compiling progenitor-macro v0.14.0
31632026-08-26T14:42:15.492Z[ host-package] Compiling csv-core v0.1.13
31642026-08-26T14:42:15.544Z[ host-package] Compiling chrono-tz v0.10.4
31652026-08-26T14:42:15.766Z[ host-package] Compiling highway v1.3.0
31662026-08-26T14:42:16.066Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31672026-08-26T14:42:17.651Z[ host-package] Compiling csv v1.4.0
31682026-08-26T14:42:17.919Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31692026-08-26T14:42:18.109Z[ host-package] Compiling phf v0.12.1
31702026-08-26T14:42:18.406Z[ host-package] Compiling const_format_proc_macros v0.2.34
31712026-08-26T14:42:18.782Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31722026-08-26T14:42:18.924Z[ host-package] Compiling fd-lock v4.0.4
31732026-08-26T14:42:19.114Z[ host-package] Compiling peg-macros v0.8.5
31742026-08-26T14:42:19.417Z[ host-package] Compiling nu-ansi-term v0.50.3
31752026-08-26T14:42:19.707Z[ host-package] Compiling reedline v0.40.0
31762026-08-26T14:42:20.042Z[ host-package] Compiling const_format v0.2.35
31772026-08-26T14:42:20.348Z[ host-package] Compiling progenitor v0.14.0
31782026-08-26T14:42:20.554Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-26T14:42:20.755Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31802026-08-26T14:42:21.107Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31812026-08-26T14:42:21.262Z[ host-package] Compiling peg v0.8.5
31822026-08-26T14:42:21.463Z[ host-package] Compiling bcs v0.1.6
31832026-08-26T14:42:22.206Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31842026-08-26T14:42:22.231Z[ host-package] Compiling nom v8.0.0
31852026-08-26T14:42:22.475Z[ host-package] Compiling semver v0.1.20
31862026-08-26T14:42:22.543Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-08-26T14:42:22.635Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31882026-08-26T14:42:22.804Z[ host-package] Compiling rustc_version v0.1.7
31892026-08-26T14:42:22.882Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-08-26T14:42:23.078Z[ host-package] Compiling newtype_derive v0.1.6
31912026-08-26T14:42:23.241Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31922026-08-26T14:42:23.443Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31932026-08-26T14:42:23.732Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31942026-08-26T14:42:23.999Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-08-26T14:42:24.408Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31962026-08-26T14:42:25.070Z[ host-package] Compiling steno v0.4.1
31972026-08-26T14:42:25.277Z[ helios-setup] Aug 26 14:42:24.700 INFO E| Finished `release` profile [optimized] target(s) in 36.36s
31982026-08-26T14:42:25.280Z[ helios-setup] Aug 26 14:42:24.702 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31992026-08-26T14:42:25.280Z[ helios-setup] Aug 26 14:42:24.702 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32002026-08-26T14:42:25.334Z[ helios-setup] Aug 26 14:42:24.757 INFO building project "pilot" ok (36 seconds)
32012026-08-26T14:42:25.334Z[ helios-setup] Aug 26 14:42:24.757 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32022026-08-26T14:42:25.371Z[ helios-setup] Aug 26 14:42:24.794 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')"
32032026-08-26T14:42:25.371Z[ helios-setup] Aug 26 14:42:24.794 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32042026-08-26T14:42:25.375Z[ helios-setup] Aug 26 14:42:24.794 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32052026-08-26T14:42:25.470Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32062026-08-26T14:42:25.535Z[ helios-setup] Aug 26 14:42:24.958 INFO E| Updating crates.io index
32072026-08-26T14:42:25.539Z[ helios-setup] Aug 26 14:42:24.958 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32082026-08-26T14:42:25.652Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32092026-08-26T14:42:25.968Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32102026-08-26T14:42:25.991Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32112026-08-26T14:42:26.055Z[ helios-setup] Aug 26 14:42:25.477 INFO E| From https://github.com/oxidecomputer/amd-apcb
32122026-08-26T14:42:26.055Z[ helios-setup] Aug 26 14:42:25.477 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32132026-08-26T14:42:26.069Z[ helios-setup] Aug 26 14:42:25.491 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32142026-08-26T14:42:26.288Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32152026-08-26T14:42:26.339Z[ host-package] Compiling sha1 v0.10.6
32162026-08-26T14:42:26.366Z[ host-package] Compiling tagptr v0.2.0
32172026-08-26T14:42:26.508Z[ host-package] Compiling utf-8 v0.7.6
32182026-08-26T14:42:26.548Z[ helios-setup] Aug 26 14:42:25.971 INFO E| From https://github.com/oxidecomputer/amd-efs
32192026-08-26T14:42:26.548Z[ helios-setup] Aug 26 14:42:25.971 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32202026-08-26T14:42:26.593Z[ host-package] Compiling moka v0.12.13
32212026-08-26T14:42:26.772Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32222026-08-26T14:42:26.778Z[ helios-setup] Aug 26 14:42:26.201 INFO E| Downloading crates ...
32232026-08-26T14:42:26.813Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32242026-08-26T14:42:26.816Z[ helios-setup] Aug 26 14:42:26.238 INFO E| Downloaded four-cc v0.4.0
32252026-08-26T14:42:26.818Z[ helios-setup] Aug 26 14:42:26.241 INFO E| Downloaded ansi_term v0.12.1
32262026-08-26T14:42:26.821Z[ helios-setup] Aug 26 14:42:26.242 INFO E| Downloaded unic-common v0.9.0
32272026-08-26T14:42:26.830Z[ helios-setup] Aug 26 14:42:26.253 INFO E| Downloaded structopt-derive v0.4.18
32282026-08-26T14:42:26.833Z[ helios-setup] Aug 26 14:42:26.254 INFO E| Downloaded dyn-clone v1.0.19
32292026-08-26T14:42:26.833Z[ helios-setup] Aug 26 14:42:26.255 INFO E| Downloaded fletcher v1.0.0
32302026-08-26T14:42:26.836Z[ helios-setup] Aug 26 14:42:26.258 INFO E| Downloaded unic-ucd-version v0.9.0
32312026-08-26T14:42:26.836Z[ helios-setup] Aug 26 14:42:26.259 INFO E| Downloaded pest v2.8.0
32322026-08-26T14:42:26.838Z[ helios-setup] Aug 26 14:42:26.261 INFO E| Downloaded bytesize v2.0.1
32332026-08-26T14:42:26.841Z[ helios-setup] Aug 26 14:42:26.263 INFO E| Downloaded autocfg v1.4.0
32342026-08-26T14:42:26.841Z[ helios-setup] Aug 26 14:42:26.264 INFO E| Downloaded heck v0.3.3
32352026-08-26T14:42:26.841Z[ helios-setup] Aug 26 14:42:26.264 INFO E| Downloaded parse_int v0.9.0
32362026-08-26T14:42:26.844Z[ helios-setup] Aug 26 14:42:26.267 INFO E| Downloaded unic-char-range v0.9.0
32372026-08-26T14:42:26.847Z[ helios-setup] Aug 26 14:42:26.268 INFO E| Downloaded vec_map v0.8.2
32382026-08-26T14:42:26.847Z[ helios-setup] Aug 26 14:42:26.270 INFO E| Downloaded strsim v0.8.0
32392026-08-26T14:42:26.847Z[ helios-setup] Aug 26 14:42:26.270 INFO E| Downloaded strum v0.27.1
32402026-08-26T14:42:26.860Z[ helios-setup] Aug 26 14:42:26.283 INFO E| Downloaded unic-ucd-ident v0.9.0
32412026-08-26T14:42:26.867Z[ helios-setup] Aug 26 14:42:26.290 INFO E| Downloaded unic-char-property v0.9.0
32422026-08-26T14:42:26.873Z[ helios-setup] Aug 26 14:42:26.296 INFO E| Downloaded modular-bitfield-impl v0.11.2
32432026-08-26T14:42:26.876Z[ helios-setup] Aug 26 14:42:26.297 INFO E| Downloaded textwrap v0.11.0
32442026-08-26T14:42:26.876Z[ helios-setup] Aug 26 14:42:26.298 INFO E| Downloaded thiserror-impl v2.0.12
32452026-08-26T14:42:26.876Z[ helios-setup] Aug 26 14:42:26.299 INFO E| Downloaded thiserror v2.0.12
32462026-08-26T14:42:26.882Z[ helios-setup] Aug 26 14:42:26.303 INFO E| Downloaded modular-bitfield-impl v0.13.1
32472026-08-26T14:42:26.885Z[ helios-setup] Aug 26 14:42:26.304 INFO E| Downloaded quote v1.0.40
32482026-08-26T14:42:26.885Z[ helios-setup] Aug 26 14:42:26.306 INFO E| Downloaded strum_macros v0.27.1
32492026-08-26T14:42:26.887Z[ helios-setup] Aug 26 14:42:26.310 INFO E| Downloaded pest_generator v2.8.0
32502026-08-26T14:42:26.892Z[ helios-setup] Aug 26 14:42:26.315 INFO E| Downloaded rustversion v1.0.20
32512026-08-26T14:42:26.896Z[ helios-setup] Aug 26 14:42:26.319 INFO E| Downloaded log v0.4.27
32522026-08-26T14:42:26.899Z[ helios-setup] Aug 26 14:42:26.321 INFO E| Downloaded pest_derive v2.8.0
32532026-08-26T14:42:26.902Z[ helios-setup] Aug 26 14:42:26.323 INFO E| Downloaded modular-bitfield v0.13.1
32542026-08-26T14:42:26.905Z[ helios-setup] Aug 26 14:42:26.328 INFO E| Downloaded pest_meta v2.8.0
32552026-08-26T14:42:26.909Z[ helios-setup] Aug 26 14:42:26.332 INFO E| Downloaded modular-bitfield v0.11.2
32562026-08-26T14:42:26.917Z[ helios-setup] Aug 26 14:42:26.339 INFO E| Downloaded unicode-ident v1.0.18
32572026-08-26T14:42:26.920Z[ helios-setup] Aug 26 14:42:26.341 INFO E| Downloaded serde_derive v1.0.219
32582026-08-26T14:42:26.958Z[ helios-setup] Aug 26 14:42:26.381 INFO E| Downloaded structopt v0.3.26
32592026-08-26T14:42:26.958Z[ helios-setup] Aug 26 14:42:26.381 INFO E| Downloaded proc-macro2 v1.0.95
32602026-08-26T14:42:26.958Z[ helios-setup] Aug 26 14:42:26.381 INFO E| Downloaded typenum v1.18.0
32612026-08-26T14:42:26.961Z[ helios-setup] Aug 26 14:42:26.381 INFO E| Downloaded serde v1.0.219
32622026-08-26T14:42:26.961Z[ helios-setup] Aug 26 14:42:26.381 INFO E| Downloaded zerocopy-derive v0.8.25
32632026-08-26T14:42:26.961Z[ helios-setup] Aug 26 14:42:26.381 INFO E| Downloaded memchr v2.7.4
32642026-08-26T14:42:26.964Z[ host-package] Compiling tungstenite v0.21.0
32652026-08-26T14:42:26.985Z[ helios-setup] Aug 26 14:42:26.401 INFO E| Downloaded serde_json v1.0.140
32662026-08-26T14:42:26.985Z[ helios-setup] Aug 26 14:42:26.405 INFO E| Downloaded goblin v0.9.3
32672026-08-26T14:42:26.992Z[ helios-setup] Aug 26 14:42:26.409 INFO E| Downloaded clap v2.34.0
32682026-08-26T14:42:26.992Z[ helios-setup] Aug 26 14:42:26.413 INFO E| Downloaded syn v2.0.101
32692026-08-26T14:42:26.997Z[ helios-setup] Aug 26 14:42:26.420 INFO E| Downloaded zerocopy v0.8.25
32702026-08-26T14:42:27.030Z[ helios-setup] Aug 26 14:42:26.453 INFO E| Downloaded libc v0.2.172
32712026-08-26T14:42:27.138Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling proc-macro2 v1.0.95
32722026-08-26T14:42:27.138Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling unicode-ident v1.0.18
32732026-08-26T14:42:27.138Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling memchr v2.7.4
32742026-08-26T14:42:27.138Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling autocfg v1.4.0
32752026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling thiserror v2.0.12
32762026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling serde v1.0.219
32772026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling syn v1.0.109
32782026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling version_check v0.9.5
32792026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling serde_json v1.0.140
32802026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling itoa v1.0.15
32812026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling schemars v0.8.22
32822026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling ryu v1.0.20
32832026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling rustversion v1.0.20
32842026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling static_assertions v1.1.0
32852026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling ucd-trie v0.1.7
32862026-08-26T14:42:27.142Z[ helios-setup] Aug 26 14:42:26.561 INFO E| Compiling paste v1.0.15
32872026-08-26T14:42:27.311Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32882026-08-26T14:42:27.427Z[ helios-setup] Aug 26 14:42:26.850 INFO E| Compiling zerocopy v0.8.25
32892026-08-26T14:42:27.500Z[ host-package] Compiling darling_core v0.21.3
32902026-08-26T14:42:27.871Z[ helios-setup] Aug 26 14:42:27.294 INFO E| Compiling libc v0.2.172
32912026-08-26T14:42:28.031Z[ helios-setup] Aug 26 14:42:27.453 INFO E| Compiling dyn-clone v1.0.19
32922026-08-26T14:42:28.079Z[ helios-setup] Aug 26 14:42:27.502 INFO E| Compiling once_cell v1.21.3
32932026-08-26T14:42:28.177Z[ helios-setup] Aug 26 14:42:27.600 INFO E| Compiling unicode-width v0.1.14
32942026-08-26T14:42:28.220Z[ helios-setup] Aug 26 14:42:27.642 INFO E| Compiling heck v0.5.0
32952026-08-26T14:42:28.304Z[ helios-setup] Aug 26 14:42:27.712 INFO E| Compiling num-traits v0.2.19
32962026-08-26T14:42:28.304Z[ helios-setup] Aug 26 14:42:27.725 INFO E| Compiling memoffset v0.9.1
32972026-08-26T14:42:28.406Z[ helios-setup] Aug 26 14:42:27.828 INFO E| Compiling unicode-segmentation v1.12.0
32982026-08-26T14:42:28.419Z[ helios-setup] Aug 26 14:42:27.834 INFO E| Compiling strsim v0.8.0
32992026-08-26T14:42:28.468Z[ helios-setup] Aug 26 14:42:27.887 INFO E| Compiling byteorder v1.5.0
33002026-08-26T14:42:28.471Z[ helios-setup] Aug 26 14:42:27.891 INFO E| Compiling proc-macro-error-attr v1.0.4
33012026-08-26T14:42:28.482Z[ helios-setup] Aug 26 14:42:27.905 INFO E| Compiling proc-macro-error v1.0.4
33022026-08-26T14:42:28.584Z[ helios-setup] Aug 26 14:42:28.006 INFO E| Compiling strum v0.27.1
33032026-08-26T14:42:28.610Z[ host-package] Compiling hickory-resolver v0.25.2
33042026-08-26T14:42:28.723Z[ helios-setup] Aug 26 14:42:28.145 INFO E| Compiling unic-common v0.9.0
33052026-08-26T14:42:28.762Z[ helios-setup] Aug 26 14:42:28.184 INFO E| Compiling textwrap v0.11.0
33062026-08-26T14:42:28.884Z[ helios-setup] Aug 26 14:42:28.306 INFO E| Compiling fletcher v1.0.0
33072026-08-26T14:42:28.898Z[ helios-setup] Aug 26 14:42:28.321 INFO E| Compiling unic-char-range v0.9.0
33082026-08-26T14:42:28.907Z[ helios-setup] Aug 26 14:42:28.330 INFO E| Compiling vec_map v0.8.2
33092026-08-26T14:42:28.938Z[ helios-setup] Aug 26 14:42:28.361 INFO E| Compiling ansi_term v0.12.1
33102026-08-26T14:42:28.946Z[ helios-setup] Aug 26 14:42:28.366 INFO E| Compiling bitflags v1.3.2
33112026-08-26T14:42:29.060Z[ helios-setup] Aug 26 14:42:28.482 INFO E| Compiling unic-char-property v0.9.0
33122026-08-26T14:42:29.060Z[ helios-setup] Aug 26 14:42:28.482 INFO E| Compiling unic-ucd-version v0.9.0
33132026-08-26T14:42:29.111Z[ helios-setup] Aug 26 14:42:28.534 INFO E| Compiling lazy_static v1.5.0
33142026-08-26T14:42:29.154Z[ helios-setup] Aug 26 14:42:28.576 INFO E| Compiling atty v0.2.14
33152026-08-26T14:42:29.185Z[ helios-setup] Aug 26 14:42:28.608 INFO E| Compiling log v0.4.27
33162026-08-26T14:42:29.200Z[ helios-setup] Aug 26 14:42:28.617 INFO E| Compiling plain v0.2.3
33172026-08-26T14:42:29.232Z[ helios-setup] Aug 26 14:42:28.654 INFO E| Compiling unic-ucd-ident v0.9.0
33182026-08-26T14:42:29.238Z[ helios-setup] Aug 26 14:42:28.661 INFO E| Compiling bytesize v2.0.1
33192026-08-26T14:42:29.322Z[ helios-setup] Aug 26 14:42:28.744 INFO E| Compiling heck v0.3.3
33202026-08-26T14:42:29.440Z[ helios-setup] Aug 26 14:42:28.857 INFO E| Compiling clap v2.34.0
33212026-08-26T14:42:29.452Z[ helios-setup] Aug 26 14:42:28.875 INFO E| Compiling quote v1.0.40
33222026-08-26T14:42:29.680Z[ helios-setup] Aug 26 14:42:29.102 INFO E| Compiling syn v2.0.101
33232026-08-26T14:42:29.923Z[ host-package] Compiling tokio-tungstenite v0.21.0
33242026-08-26T14:42:30.029Z[ helios-setup] Aug 26 14:42:29.452 INFO E| Compiling parse_int v0.9.0
33252026-08-26T14:42:30.455Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33262026-08-26T14:42:31.016Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33272026-08-26T14:42:31.125Z[ host-package] Compiling display-error-chain v0.2.2
33282026-08-26T14:42:31.246Z[ host-package] Compiling darling_macro v0.21.3
33292026-08-26T14:42:31.355Z[ host-package] Compiling libscf-sys v1.2.0
33302026-08-26T14:42:31.577Z[ host-package] Compiling vergen-lib v0.1.6
33312026-08-26T14:42:31.894Z[ host-package] Compiling diesel_derives v2.3.7
33322026-08-26T14:42:31.960Z[ host-package] Compiling darling v0.21.3
33332026-08-26T14:42:32.164Z[ host-package] Compiling dsl_auto_type v0.2.0
33342026-08-26T14:42:32.655Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33352026-08-26T14:42:32.746Z[ helios-setup] Aug 26 14:42:32.169 INFO E| Compiling serde_derive_internals v0.29.1
33362026-08-26T14:42:32.863Z[ host-package] Compiling vergen-gitcl v1.0.8
33372026-08-26T14:42:32.869Z[ helios-setup] Aug 26 14:42:32.292 INFO E| Compiling modular-bitfield-impl v0.11.2
33382026-08-26T14:42:32.869Z[ helios-setup] Aug 26 14:42:32.292 INFO E| Compiling structopt-derive v0.4.18
33392026-08-26T14:42:33.220Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33402026-08-26T14:42:33.303Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33412026-08-26T14:42:33.468Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33422026-08-26T14:42:33.606Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33432026-08-26T14:42:34.130Z[ helios-setup] Aug 26 14:42:33.553 INFO E| Compiling thiserror-impl v2.0.12
33442026-08-26T14:42:34.130Z[ helios-setup] Aug 26 14:42:33.553 INFO E| Compiling serde_derive v1.0.219
33452026-08-26T14:42:34.130Z[ helios-setup] Aug 26 14:42:33.553 INFO E| Compiling schemars_derive v0.8.22
33462026-08-26T14:42:34.134Z[ helios-setup] Aug 26 14:42:33.553 INFO E| Compiling zerocopy-derive v0.8.25
33472026-08-26T14:42:34.134Z[ helios-setup] Aug 26 14:42:33.553 INFO E| Compiling modular-bitfield-impl v0.13.1
33482026-08-26T14:42:34.134Z[ helios-setup] Aug 26 14:42:33.553 INFO E| Compiling num-derive v0.4.2
33492026-08-26T14:42:34.134Z[ helios-setup] Aug 26 14:42:33.553 INFO E| Compiling strum_macros v0.27.1
33502026-08-26T14:42:34.134Z[ helios-setup] Aug 26 14:42:33.553 INFO E| Compiling scroll_derive v0.12.1
33512026-08-26T14:42:34.149Z[ host-package] Compiling dirs-sys-next v0.1.2
33522026-08-26T14:42:34.373Z[ helios-setup] Aug 26 14:42:33.796 INFO E| Compiling structopt v0.3.26
33532026-08-26T14:42:34.446Z[ helios-setup] Aug 26 14:42:33.869 INFO E| Compiling modular-bitfield v0.11.2
33542026-08-26T14:42:34.609Z[ host-package] Compiling crunchy v0.2.4
33552026-08-26T14:42:34.856Z[ host-package] Compiling glob v0.3.3
33562026-08-26T14:42:35.124Z[ host-package] Compiling maplit v1.0.2
33572026-08-26T14:42:35.300Z[ host-package] Compiling dirs-next v2.0.0
33582026-08-26T14:42:35.465Z[ helios-setup] Aug 26 14:42:34.887 INFO E| Compiling scroll v0.12.0
33592026-08-26T14:42:35.636Z[ host-package] Compiling clang-sys v1.8.1
33602026-08-26T14:42:35.726Z[ helios-setup] Aug 26 14:42:35.148 INFO E| Compiling goblin v0.9.3
33612026-08-26T14:42:36.062Z[ host-package] Compiling r2d2 v0.8.10
33622026-08-26T14:42:36.480Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33632026-08-26T14:42:36.494Z[ helios-setup] Aug 26 14:42:35.917 INFO E| Compiling modular-bitfield v0.13.1
33642026-08-26T14:42:36.557Z[ helios-setup] Aug 26 14:42:35.980 INFO E| Compiling pest v2.8.0
33652026-08-26T14:42:36.674Z[ host-package] Compiling papergrid v0.18.0
33662026-08-26T14:42:36.779Z[ host-package] Compiling downcast-rs v2.0.2
33672026-08-26T14:42:36.981Z[ host-package] Compiling tiny-keccak v2.0.2
33682026-08-26T14:42:37.367Z[ host-package] Compiling xshell-macros v0.2.7
33692026-08-26T14:42:37.728Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33702026-08-26T14:42:37.775Z[ helios-setup] Aug 26 14:42:37.197 INFO E| Compiling pest_meta v2.8.0
33712026-08-26T14:42:38.002Z[ host-package] Compiling xshell v0.2.7
33722026-08-26T14:42:38.334Z[ host-package] Compiling tabled v0.21.0
33732026-08-26T14:42:38.513Z[ helios-setup] Aug 26 14:42:37.935 INFO E| Compiling pest_generator v2.8.0
33742026-08-26T14:42:38.602Z[ host-package] Compiling term v0.7.0
33752026-08-26T14:42:38.895Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-08-26T14:42:39.013Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33772026-08-26T14:42:39.357Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33782026-08-26T14:42:39.441Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33792026-08-26T14:42:39.640Z[ helios-setup] Aug 26 14:42:39.063 INFO E| Compiling pest_derive v2.8.0
33802026-08-26T14:42:39.734Z[ host-package] Compiling bit-vec v0.6.3
33812026-08-26T14:42:39.931Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33822026-08-26T14:42:40.151Z[ host-package] Compiling ascii-canvas v3.0.0
33832026-08-26T14:42:40.309Z[ helios-setup] Aug 26 14:42:39.731 INFO E| Compiling json5 v0.4.1
33842026-08-26T14:42:40.309Z[ host-package] Compiling bit-set v0.5.3
33852026-08-26T14:42:40.565Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33862026-08-26T14:42:40.601Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33872026-08-26T14:42:40.661Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33882026-08-26T14:42:40.783Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33892026-08-26T14:42:40.976Z[ host-package] Compiling diesel v2.3.7
33902026-08-26T14:42:41.070Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33912026-08-26T14:42:41.444Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33922026-08-26T14:42:41.491Z[ host-package] Compiling itertools v0.10.5
33932026-08-26T14:42:41.524Z[ host-package] Compiling ena v0.14.4
33942026-08-26T14:42:41.611Z[ host-package] Compiling libloading v0.8.9
33952026-08-26T14:42:41.672Z[ host-package] Compiling regex-syntax v0.6.29
33962026-08-26T14:42:41.775Z[ helios-setup] Aug 26 14:42:41.198 INFO E| Compiling four-cc v0.4.0
33972026-08-26T14:42:41.775Z[ helios-setup] Aug 26 14:42:41.198 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33982026-08-26T14:42:41.819Z[ host-package] Compiling bindgen v0.71.1
33992026-08-26T14:42:41.896Z[ helios-setup] Aug 26 14:42:41.319 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34002026-08-26T14:42:41.929Z[ host-package] Compiling unicase v2.9.0
34012026-08-26T14:42:42.288Z[ host-package] Compiling diff v0.1.13
34022026-08-26T14:42:42.880Z[ host-package] Compiling cexpr v0.6.0
34032026-08-26T14:42:42.922Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34042026-08-26T14:42:43.022Z[ host-package] Compiling crc8 v0.1.1
34052026-08-26T14:42:43.210Z[ host-package] Compiling lalrpop v0.19.12
34062026-08-26T14:42:43.263Z[ host-package] Compiling rustc-hash v2.1.1
34072026-08-26T14:42:43.556Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34082026-08-26T14:42:43.657Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34092026-08-26T14:42:43.713Z[ host-package] Compiling headers-core v0.3.0
34102026-08-26T14:42:43.818Z[ host-package] Compiling libxml v0.3.3
34112026-08-26T14:42:43.954Z[ host-package] Compiling headers v0.4.1
34122026-08-26T14:42:44.321Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34132026-08-26T14:42:44.633Z[ host-package] Compiling strum_macros v0.24.3
34142026-08-26T14:42:44.958Z[ host-package] Compiling indoc v1.0.9
34152026-08-26T14:42:45.228Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34162026-08-26T14:42:45.281Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34172026-08-26T14:42:45.470Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34182026-08-26T14:42:45.534Z[ host-package] Compiling derive_builder v0.20.2
34192026-08-26T14:42:45.580Z[ host-package] Compiling oso-derive v0.27.3
34202026-08-26T14:42:45.723Z[ host-package] Compiling quick-xml v0.37.5
34212026-08-26T14:42:45.756Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34222026-08-26T14:42:45.885Z[ host-package] Compiling openssl-probe v0.1.6
34232026-08-26T14:42:46.087Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34242026-08-26T14:42:46.181Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34252026-08-26T14:42:46.248Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34262026-08-26T14:42:46.866Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34272026-08-26T14:42:47.095Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34282026-08-26T14:42:47.125Z[ host-package] Compiling bb8 v0.8.6
34292026-08-26T14:42:47.220Z[ host-package] Compiling trait-variant v0.1.2
34302026-08-26T14:42:47.358Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34312026-08-26T14:42:47.571Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34322026-08-26T14:42:47.632Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34332026-08-26T14:42:47.667Z[ host-package] Compiling half v1.8.3
34342026-08-26T14:42:47.821Z[ host-package] Compiling proc-macro-error2 v2.0.1
34352026-08-26T14:42:47.883Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34362026-08-26T14:42:47.998Z[ host-package] Compiling serde_cbor v0.11.2
34372026-08-26T14:42:48.164Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34382026-08-26T14:42:48.206Z[ host-package] Compiling hashbrown v0.14.5
34392026-08-26T14:42:48.388Z[ host-package] Compiling rfc6979 v0.4.0
34402026-08-26T14:42:48.463Z[ host-package] Compiling salty v0.3.0
34412026-08-26T14:42:48.624Z[ host-package] Compiling ecdsa v0.16.9
34422026-08-26T14:42:48.859Z[ host-package] Compiling chumsky v0.9.3
34432026-08-26T14:42:48.963Z[ host-package] Compiling knus-derive v3.4.0
34442026-08-26T14:42:49.044Z[ host-package] Compiling samael v0.0.19
34452026-08-26T14:42:49.133Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34462026-08-26T14:42:49.179Z[ host-package] Compiling progenitor-impl v0.13.0
34472026-08-26T14:42:49.475Z[ host-package] Compiling primeorder v0.13.6
34482026-08-26T14:42:49.884Z[ host-package] Compiling nonempty v0.12.0
34492026-08-26T14:42:50.175Z[ host-package] Compiling p384 v0.13.1
34502026-08-26T14:42:50.307Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34512026-08-26T14:42:50.378Z[ host-package] Compiling knus v3.4.0
34522026-08-26T14:42:51.015Z[ host-package] Compiling polar-core v0.27.3
34532026-08-26T14:42:51.313Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34542026-08-26T14:42:51.450Z[ host-package] Compiling progenitor-macro v0.13.0
34552026-08-26T14:42:51.492Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34562026-08-26T14:42:51.734Z[ host-package] Compiling progenitor-client v0.13.0
34572026-08-26T14:42:52.455Z[ host-package] Compiling fxhash v0.2.1
34582026-08-26T14:42:52.511Z[ host-package] Compiling libz-sys v1.1.24
34592026-08-26T14:42:52.638Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34602026-08-26T14:42:52.750Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34612026-08-26T14:42:52.946Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-08-26T14:42:54.002Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34632026-08-26T14:42:54.119Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34642026-08-26T14:42:54.694Z[ host-package] Compiling kstat-rs v0.2.5
34652026-08-26T14:42:55.505Z[ host-package] Compiling mime_guess v2.0.5
34662026-08-26T14:42:55.751Z[ host-package] Compiling progenitor v0.13.0
34672026-08-26T14:42:55.948Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34682026-08-26T14:42:56.452Z[ helios-setup] Aug 26 14:42:55.872 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34692026-08-26T14:42:56.777Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34702026-08-26T14:42:57.140Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34712026-08-26T14:42:57.478Z[ host-package] Compiling nanorand v0.7.0
34722026-08-26T14:42:57.955Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34732026-08-26T14:42:57.979Z[ host-package] Compiling parking_lot_core v0.8.6
34742026-08-26T14:42:58.467Z[ host-package] Compiling flume v0.11.1
34752026-08-26T14:42:58.595Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34762026-08-26T14:42:59.042Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34772026-08-26T14:43:00.047Z[ helios-setup] Aug 26 14:42:59.470 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34782026-08-26T14:43:00.361Z[ host-package] Compiling diesel-dtrace v0.5.0
34792026-08-26T14:43:00.447Z[ host-package] Compiling async-bb8-diesel v0.2.1
34802026-08-26T14:43:00.871Z[ host-package] Compiling oso v0.27.3
34812026-08-26T14:43:00.893Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34822026-08-26T14:43:01.518Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34832026-08-26T14:43:01.628Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34842026-08-26T14:43:02.130Z[ host-package] Compiling git-stub v1.0.0
34852026-08-26T14:43:02.433Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34862026-08-26T14:43:02.688Z[ host-package] Compiling http-range v0.1.5
34872026-08-26T14:43:02.958Z[ host-package] Compiling corncobs v0.1.4
34882026-08-26T14:43:03.018Z[ host-package] Compiling instability v0.3.11
34892026-08-26T14:43:03.110Z[ host-package] Compiling strsim v0.10.0
34902026-08-26T14:43:03.268Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34912026-08-26T14:43:03.379Z[ host-package] Compiling darling_core v0.13.4
34922026-08-26T14:43:03.582Z[ host-package] Compiling git-stub-vcs v0.1.0
34932026-08-26T14:43:03.978Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34942026-08-26T14:43:05.164Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34952026-08-26T14:43:06.545Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34962026-08-26T14:43:06.590Z[ host-package] Compiling ignore v0.4.25
34972026-08-26T14:43:07.033Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34982026-08-26T14:43:07.766Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34992026-08-26T14:43:08.497Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35002026-08-26T14:43:09.054Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35012026-08-26T14:43:09.393Z[ host-package] Compiling anstyle-parse v0.2.7
35022026-08-26T14:43:09.747Z[ host-package] Compiling secrecy v0.8.0
35032026-08-26T14:43:09.965Z[ host-package] Compiling castaway v0.2.4
35042026-08-26T14:43:10.153Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35052026-08-26T14:43:10.449Z[ host-package] Compiling vergen-git2 v9.1.0
35062026-08-26T14:43:10.556Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35072026-08-26T14:43:10.677Z[ host-package] Compiling indoc v2.0.7
35082026-08-26T14:43:10.760Z[ host-package] Compiling compact_str v0.8.1
35092026-08-26T14:43:10.880Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35102026-08-26T14:43:11.590Z[ helios-setup] Aug 26 14:43:11.012 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.18s
35112026-08-26T14:43:11.625Z[ helios-setup] Aug 26 14:43:11.047 INFO building project "amd-host-image-builder" ok (46 seconds)
35122026-08-26T14:43:11.625Z[ helios-setup] Aug 26 14:43:11.047 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35132026-08-26T14:43:11.637Z[ helios-setup] Aug 26 14:43:11.060 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
35142026-08-26T14:43:11.637Z[ helios-setup] Aug 26 14:43:11.060 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35152026-08-26T14:43:11.640Z[ helios-setup] Aug 26 14:43:11.060 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35162026-08-26T14:43:11.831Z[ helios-setup] Aug 26 14:43:11.253 INFO E| Downloading crates ...
35172026-08-26T14:43:11.904Z[ helios-setup] Aug 26 14:43:11.326 INFO E| Downloaded indexmap v2.9.0
35182026-08-26T14:43:11.907Z[ helios-setup] Aug 26 14:43:11.329 INFO E| Downloaded errno v0.3.12
35192026-08-26T14:43:11.916Z[ helios-setup] Aug 26 14:43:11.338 INFO E| Downloaded time-core v0.1.4
35202026-08-26T14:43:11.932Z[ helios-setup] Aug 26 14:43:11.354 INFO E| Downloaded time-macros v0.2.22
35212026-08-26T14:43:11.940Z[ helios-setup] Aug 26 14:43:11.363 INFO E| Downloaded serde_with_macros v3.12.0
35222026-08-26T14:43:11.943Z[ helios-setup] Aug 26 14:43:11.364 INFO E| Downloaded deranged v0.4.0
35232026-08-26T14:43:11.943Z[ helios-setup] Aug 26 14:43:11.365 INFO E| Downloaded tempfile v3.20.0
35242026-08-26T14:43:11.946Z[ host-package] Compiling anstream v0.6.21
35252026-08-26T14:43:11.946Z[ helios-setup] Aug 26 14:43:11.367 INFO E| Downloaded bitflags v2.9.1
35262026-08-26T14:43:11.949Z[ helios-setup] Aug 26 14:43:11.372 INFO E| Downloaded getrandom v0.3.3
35272026-08-26T14:43:11.954Z[ helios-setup] Aug 26 14:43:11.374 INFO E| Downloaded anyhow v1.0.98
35282026-08-26T14:43:11.957Z[ helios-setup] Aug 26 14:43:11.376 INFO E| Downloaded iana-time-zone v0.1.63
35292026-08-26T14:43:11.969Z[ host-package] Compiling globwalk v0.9.1
35302026-08-26T14:43:11.987Z[ helios-setup] Aug 26 14:43:11.410 INFO E| Downloaded hashbrown v0.15.3
35312026-08-26T14:43:11.991Z[ helios-setup] Aug 26 14:43:11.413 INFO E| Downloaded time v0.3.41
35322026-08-26T14:43:11.995Z[ helios-setup] Aug 26 14:43:11.418 INFO E| Downloaded serde_with v3.12.0
35332026-08-26T14:43:12.007Z[ helios-setup] Aug 26 14:43:11.430 INFO E| Downloaded chrono v0.4.41
35342026-08-26T14:43:12.019Z[ host-package] Compiling parking_lot v0.11.2
35352026-08-26T14:43:12.023Z[ helios-setup] Aug 26 14:43:11.445 INFO E| Downloaded rustix v1.0.7
35362026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling proc-macro2 v1.0.95
35372026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling unicode-ident v1.0.18
35382026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling libc v0.2.172
35392026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling strsim v0.11.1
35402026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling fnv v1.0.7
35412026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling ident_case v1.0.1
35422026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling serde v1.0.219
35432026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling getrandom v0.3.3
35442026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling rustix v1.0.7
35452026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling thiserror v2.0.12
35462026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling serde_json v1.0.140
35472026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling cfg-if v1.0.0
35482026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling anyhow v1.0.98
35492026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling bitflags v2.9.1
35502026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35512026-08-26T14:43:12.089Z[ helios-setup] Aug 26 14:43:11.511 INFO E| Compiling ryu v1.0.20
35522026-08-26T14:43:12.543Z[ host-package] Compiling hyper-staticfile v0.10.1
35532026-08-26T14:43:12.693Z[ helios-setup] Aug 26 14:43:12.115 INFO E| Compiling memchr v2.7.4
35542026-08-26T14:43:12.700Z[ helios-setup] Aug 26 14:43:12.122 INFO E| Compiling once_cell v1.21.3
35552026-08-26T14:43:12.768Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35562026-08-26T14:43:12.793Z[ helios-setup] Aug 26 14:43:12.215 INFO E| Compiling itoa v1.0.15
35572026-08-26T14:43:12.841Z[ helios-setup] Aug 26 14:43:12.264 INFO E| Compiling fastrand v2.3.0
35582026-08-26T14:43:13.069Z[ host-package] Compiling darling_macro v0.13.4
35592026-08-26T14:43:13.204Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35602026-08-26T14:43:13.845Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35612026-08-26T14:43:13.928Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35622026-08-26T14:43:14.134Z[ helios-setup] Aug 26 14:43:13.551 INFO E| Compiling quote v1.0.40
35632026-08-26T14:43:14.145Z[ helios-setup] Aug 26 14:43:13.568 INFO E| Compiling errno v0.3.12
35642026-08-26T14:43:14.259Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35652026-08-26T14:43:14.389Z[ helios-setup] Aug 26 14:43:13.811 INFO E| Compiling syn v2.0.101
35662026-08-26T14:43:14.471Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35672026-08-26T14:43:14.747Z[ host-package] Compiling predicates-tree v1.0.13
35682026-08-26T14:43:15.139Z[ helios-setup] Aug 26 14:43:14.562 INFO E| Compiling tempfile v3.20.0
35692026-08-26T14:43:15.258Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35702026-08-26T14:43:15.628Z[ host-package] Compiling unicode-truncate v1.1.0
35712026-08-26T14:43:15.766Z[ host-package] Compiling lru v0.12.5
35722026-08-26T14:43:15.811Z[ host-package] Compiling prefix-trie v0.7.0
35732026-08-26T14:43:15.844Z[ host-package] Compiling rand_seeder v0.4.0
35742026-08-26T14:43:15.920Z[ host-package] Compiling cassowary v0.3.0
35752026-08-26T14:43:16.016Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35762026-08-26T14:43:16.047Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35772026-08-26T14:43:16.220Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35782026-08-26T14:43:16.322Z[ host-package] Compiling hickory-server v0.25.2
35792026-08-26T14:43:16.371Z[ host-package] Compiling ratatui v0.29.0
35802026-08-26T14:43:16.467Z[ host-package] Compiling darling v0.13.4
35812026-08-26T14:43:16.600Z[ host-package] Compiling sled v0.34.7
35822026-08-26T14:43:16.635Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35832026-08-26T14:43:16.952Z[ helios-setup] Aug 26 14:43:16.373 INFO E| Compiling darling_core v0.20.11
35842026-08-26T14:43:17.117Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35852026-08-26T14:43:17.518Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35862026-08-26T14:43:17.834Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35872026-08-26T14:43:17.980Z[ helios-setup] Aug 26 14:43:17.400 INFO E| Compiling serde_derive v1.0.219
35882026-08-26T14:43:17.980Z[ helios-setup] Aug 26 14:43:17.400 INFO E| Compiling thiserror-impl v2.0.12
35892026-08-26T14:43:18.150Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35902026-08-26T14:43:18.258Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35912026-08-26T14:43:18.707Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35922026-08-26T14:43:18.931Z[ helios-setup] Aug 26 14:43:18.353 INFO E| Compiling darling_macro v0.20.11
35932026-08-26T14:43:19.729Z[ helios-setup] Aug 26 14:43:19.151 INFO E| Compiling darling v0.20.11
35942026-08-26T14:43:19.818Z[ helios-setup] Aug 26 14:43:19.240 INFO E| Compiling serde_with_macros v3.12.0
35952026-08-26T14:43:19.918Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35962026-08-26T14:43:20.497Z[ host-package] Compiling serde_with_macros v1.5.2
35972026-08-26T14:43:21.315Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35982026-08-26T14:43:21.402Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35992026-08-26T14:43:21.735Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36002026-08-26T14:43:21.969Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36012026-08-26T14:43:22.222Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36022026-08-26T14:43:22.454Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36032026-08-26T14:43:22.690Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36042026-08-26T14:43:22.855Z[ helios-setup] Aug 26 14:43:22.278 INFO E| Compiling serde_with v3.12.0
36052026-08-26T14:43:23.113Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36062026-08-26T14:43:23.468Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36072026-08-26T14:43:23.565Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36082026-08-26T14:43:23.635Z[ host-package] Compiling arc-swap v1.8.2
36092026-08-26T14:43:23.823Z[ host-package] Compiling void v1.0.2
36102026-08-26T14:43:24.049Z[ host-package] Compiling lzss v0.8.2
36112026-08-26T14:43:24.110Z[ host-package] Compiling slog-scope v4.4.1
36122026-08-26T14:43:24.836Z[ host-package] Compiling serde_with v1.14.0
36132026-08-26T14:43:25.088Z[ host-package] Compiling git2 v0.20.4
36142026-08-26T14:43:25.290Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36152026-08-26T14:43:25.342Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36162026-08-26T14:43:26.155Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36172026-08-26T14:43:27.274Z[ helios-setup] Aug 26 14:43:26.696 INFO E| Finished `release` profile [optimized] target(s) in 15.62s
36182026-08-26T14:43:27.298Z[ helios-setup] Aug 26 14:43:26.720 INFO building project "dmar-report" ok (15 seconds)
36192026-08-26T14:43:27.298Z[ helios-setup] Aug 26 14:43:26.720 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36202026-08-26T14:43:27.307Z[ helios-setup] Aug 26 14:43:26.730 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36212026-08-26T14:43:27.307Z[ helios-setup] Aug 26 14:43:26.730 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36222026-08-26T14:43:27.310Z[ helios-setup] Aug 26 14:43:26.730 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36232026-08-26T14:43:27.417Z[ helios-setup] Aug 26 14:43:26.840 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36242026-08-26T14:43:27.472Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36252026-08-26T14:43:27.777Z[ helios-setup] Aug 26 14:43:27.199 INFO E| From https://github.com/jclulow/rust-jmclib
36262026-08-26T14:43:27.777Z[ helios-setup] Aug 26 14:43:27.199 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36272026-08-26T14:43:27.788Z[ helios-setup] Aug 26 14:43:27.211 INFO E| Updating crates.io index
36282026-08-26T14:43:27.835Z[ helios-setup] Aug 26 14:43:27.257 INFO E| Downloading crates ...
36292026-08-26T14:43:27.913Z[ helios-setup] Aug 26 14:43:27.336 INFO E| Downloaded cpufeatures v0.2.9
36302026-08-26T14:43:27.925Z[ helios-setup] Aug 26 14:43:27.348 INFO E| Downloaded fastrand v2.0.0
36312026-08-26T14:43:27.931Z[ helios-setup] Aug 26 14:43:27.354 INFO E| Downloaded proc-macro2 v1.0.66
36322026-08-26T14:43:27.937Z[ helios-setup] Aug 26 14:43:27.360 INFO E| Downloaded md-5 v0.9.1
36332026-08-26T14:43:27.940Z[ helios-setup] Aug 26 14:43:27.361 INFO E| Downloaded sha-1 v0.9.8
36342026-08-26T14:43:27.944Z[ helios-setup] Aug 26 14:43:27.363 INFO E| Downloaded libdevinfo-sys v1.0.0
36352026-08-26T14:43:27.944Z[ helios-setup] Aug 26 14:43:27.365 INFO E| Downloaded block-buffer v0.9.0
36362026-08-26T14:43:27.944Z[ helios-setup] Aug 26 14:43:27.366 INFO E| Downloaded errno v0.3.1
36372026-08-26T14:43:27.946Z[ helios-setup] Aug 26 14:43:27.368 INFO E| Downloaded opaque-debug v0.3.0
36382026-08-26T14:43:27.949Z[ helios-setup] Aug 26 14:43:27.369 INFO E| Downloaded digest v0.9.0
36392026-08-26T14:43:27.949Z[ helios-setup] Aug 26 14:43:27.370 INFO E| Downloaded itoa v1.0.9
36402026-08-26T14:43:27.963Z[ helios-setup] Aug 26 14:43:27.385 INFO E| Downloaded walkdir v2.3.3
36412026-08-26T14:43:27.967Z[ helios-setup] Aug 26 14:43:27.388 INFO E| Downloaded unicode-width v0.1.10
36422026-08-26T14:43:27.969Z[ helios-setup] Aug 26 14:43:27.391 INFO E| Downloaded quote v1.0.31
36432026-08-26T14:43:27.972Z[ helios-setup] Aug 26 14:43:27.392 INFO E| Downloaded tempfile v3.7.0
36442026-08-26T14:43:27.975Z[ helios-setup] Aug 26 14:43:27.397 INFO E| Downloaded glob v0.3.1
36452026-08-26T14:43:27.979Z[ helios-setup] Aug 26 14:43:27.402 INFO E| Downloaded once_cell v1.18.0
36462026-08-26T14:43:27.988Z[ helios-setup] Aug 26 14:43:27.410 INFO E| Downloaded uuid v0.8.2
36472026-08-26T14:43:27.991Z[ helios-setup] Aug 26 14:43:27.412 INFO E| Downloaded bitflags v2.3.3
36482026-08-26T14:43:27.994Z[ helios-setup] Aug 26 14:43:27.414 INFO E| Downloaded getrandom v0.2.10
36492026-08-26T14:43:27.997Z[ helios-setup] Aug 26 14:43:27.419 INFO E| Downloaded typenum v1.16.0
36502026-08-26T14:43:28.004Z[ helios-setup] Aug 26 14:43:27.420 INFO E| Downloaded unicode-ident v1.0.11
36512026-08-26T14:43:28.004Z[ helios-setup] Aug 26 14:43:27.422 INFO E| Downloaded ryu v1.0.15
36522026-08-26T14:43:28.004Z[ helios-setup] Aug 26 14:43:27.424 INFO E| Downloaded anyhow v1.0.72
36532026-08-26T14:43:28.004Z[ helios-setup] Aug 26 14:43:27.426 INFO E| Downloaded serde_derive v1.0.193
36542026-08-26T14:43:28.010Z[ helios-setup] Aug 26 14:43:27.432 INFO E| Downloaded toml v0.5.11
36552026-08-26T14:43:28.013Z[ helios-setup] Aug 26 14:43:27.434 INFO E| Downloaded serde v1.0.193
36562026-08-26T14:43:28.021Z[ helios-setup] Aug 26 14:43:27.444 INFO E| Downloaded serde_json v1.0.103
36572026-08-26T14:43:28.055Z[ helios-setup] Aug 26 14:43:27.477 INFO E| Downloaded syn v2.0.32
36582026-08-26T14:43:28.077Z[ helios-setup] Aug 26 14:43:27.500 INFO E| Downloaded rustix v0.38.4
36592026-08-26T14:43:28.100Z[ helios-setup] Aug 26 14:43:27.523 INFO E| Downloaded libc v0.2.147
36602026-08-26T14:43:28.181Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling libc v0.2.147
36612026-08-26T14:43:28.181Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling proc-macro2 v1.0.66
36622026-08-26T14:43:28.181Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling unicode-ident v1.0.11
36632026-08-26T14:43:28.184Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling cfg-if v1.0.0
36642026-08-26T14:43:28.184Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling typenum v1.16.0
36652026-08-26T14:43:28.184Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling version_check v0.9.4
36662026-08-26T14:43:28.184Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling serde v1.0.193
36672026-08-26T14:43:28.184Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling powerfmt v0.2.0
36682026-08-26T14:43:28.184Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling num-conv v0.1.0
36692026-08-26T14:43:28.184Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling rustix v0.38.4
36702026-08-26T14:43:28.185Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling itoa v1.0.9
36712026-08-26T14:43:28.185Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling slog v2.7.0
36722026-08-26T14:43:28.185Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling time-core v0.1.2
36732026-08-26T14:43:28.185Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling once_cell v1.18.0
36742026-08-26T14:43:28.185Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling bitflags v2.3.3
36752026-08-26T14:43:28.185Z[ helios-setup] Aug 26 14:43:27.603 INFO E| Compiling num_threads v0.1.6
36762026-08-26T14:43:28.384Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36772026-08-26T14:43:28.541Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36782026-08-26T14:43:28.798Z[ helios-setup] Aug 26 14:43:28.221 INFO E| Compiling fastrand v2.0.0
36792026-08-26T14:43:28.945Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36802026-08-26T14:43:29.033Z[ helios-setup] Aug 26 14:43:28.455 INFO E| Compiling deranged v0.3.11
36812026-08-26T14:43:29.060Z[ helios-setup] Aug 26 14:43:28.482 INFO E| Compiling thread_local v1.1.7
36822026-08-26T14:43:29.060Z[ helios-setup] Aug 26 14:43:28.482 INFO E| Compiling serde_json v1.0.103
36832026-08-26T14:43:29.082Z[ host-package] Compiling scuffle v0.1.0
36842026-08-26T14:43:29.135Z[ helios-setup] Aug 26 14:43:28.557 INFO E| Compiling anyhow v1.0.72
36852026-08-26T14:43:29.140Z[ helios-setup] Aug 26 14:43:28.562 INFO E| Compiling opaque-debug v0.3.0
36862026-08-26T14:43:29.147Z[ helios-setup] Aug 26 14:43:28.569 INFO E| Compiling cpufeatures v0.2.9
36872026-08-26T14:43:29.239Z[ helios-setup] Aug 26 14:43:28.644 INFO E| Compiling same-file v1.0.6
36882026-08-26T14:43:29.240Z[ helios-setup] Aug 26 14:43:28.657 INFO E| Compiling time-macros v0.2.18
36892026-08-26T14:43:29.243Z[ helios-setup] Aug 26 14:43:28.666 INFO E| Compiling ryu v1.0.15
36902026-08-26T14:43:29.246Z[ helios-setup] Aug 26 14:43:28.666 INFO E| Compiling unicode-width v0.1.10
36912026-08-26T14:43:29.308Z[ helios-setup] Aug 26 14:43:28.731 INFO E| Compiling glob v0.3.1
36922026-08-26T14:43:29.321Z[ helios-setup] Aug 26 14:43:28.743 INFO E| Compiling generic-array v0.14.7
36932026-08-26T14:43:29.333Z[ helios-setup] Aug 26 14:43:28.756 INFO E| Compiling libdevinfo-sys v1.0.0
36942026-08-26T14:43:29.491Z[ helios-setup] Aug 26 14:43:28.914 INFO E| Compiling getopts v0.2.21
36952026-08-26T14:43:29.551Z[ helios-setup] Aug 26 14:43:28.973 INFO E| Compiling dirs-sys-next v0.1.2
36962026-08-26T14:43:29.661Z[ helios-setup] Aug 26 14:43:29.083 INFO E| Compiling errno v0.3.1
36972026-08-26T14:43:29.693Z[ helios-setup] Aug 26 14:43:29.115 INFO E| Compiling atty v0.2.14
36982026-08-26T14:43:29.704Z[ helios-setup] Aug 26 14:43:29.127 INFO E| Compiling getrandom v0.2.10
36992026-08-26T14:43:29.741Z[ helios-setup] Aug 26 14:43:29.164 INFO E| Compiling walkdir v2.3.3
37002026-08-26T14:43:29.815Z[ helios-setup] Aug 26 14:43:29.237 INFO E| Compiling dirs-next v2.0.0
37012026-08-26T14:43:29.932Z[ helios-setup] Aug 26 14:43:29.352 INFO E| Compiling term v0.7.0
37022026-08-26T14:43:30.136Z[ helios-setup] Aug 26 14:43:29.559 INFO E| Compiling quote v1.0.31
37032026-08-26T14:43:30.360Z[ helios-setup] Aug 26 14:43:29.783 INFO E| Compiling syn v2.0.32
37042026-08-26T14:43:30.595Z[ helios-setup] Aug 26 14:43:30.017 INFO E| Compiling block-buffer v0.9.0
37052026-08-26T14:43:30.595Z[ helios-setup] Aug 26 14:43:30.017 INFO E| Compiling digest v0.9.0
37062026-08-26T14:43:30.728Z[ helios-setup] Aug 26 14:43:30.150 INFO E| Compiling sha-1 v0.9.8
37072026-08-26T14:43:30.728Z[ helios-setup] Aug 26 14:43:30.150 INFO E| Compiling md-5 v0.9.1
37082026-08-26T14:43:30.761Z[ helios-setup] Aug 26 14:43:30.183 INFO E| Compiling tempfile v3.7.0
37092026-08-26T14:43:30.842Z[ host-package] Compiling tungstenite v0.23.0
37102026-08-26T14:43:31.041Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37112026-08-26T14:43:31.124Z[ helios-setup] Aug 26 14:43:30.547 INFO E| Compiling time v0.3.36
37122026-08-26T14:43:32.016Z[ helios-setup] Aug 26 14:43:31.438 INFO E| Compiling slog-term v2.9.0
37132026-08-26T14:43:32.566Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37142026-08-26T14:43:32.646Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37152026-08-26T14:43:32.666Z[ helios-setup] Aug 26 14:43:32.089 INFO E| Compiling serde_derive v1.0.193
37162026-08-26T14:43:32.795Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37172026-08-26T14:43:32.968Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37182026-08-26T14:43:33.023Z[ host-package] Compiling nix v0.27.1
37192026-08-26T14:43:33.278Z[ host-package] Compiling twox-hash v2.1.2
37202026-08-26T14:43:33.303Z[ host-package] Compiling libsw-core v0.3.2
37212026-08-26T14:43:33.306Z[ host-package] Compiling serde_bytes v0.11.19
37222026-08-26T14:43:33.531Z[ host-package] Compiling atty v0.2.14
37232026-08-26T14:43:33.684Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37242026-08-26T14:43:33.710Z[ host-package] Compiling libsw v3.5.0
37252026-08-26T14:43:33.817Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37262026-08-26T14:43:33.855Z[ host-package] Compiling tokio-tungstenite v0.23.1
37272026-08-26T14:43:33.999Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37282026-08-26T14:43:34.199Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37292026-08-26T14:43:34.284Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37302026-08-26T14:43:34.736Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37312026-08-26T14:43:36.029Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37322026-08-26T14:43:37.062Z[ helios-setup] Aug 26 14:43:36.484 INFO E| Compiling toml v0.5.11
37332026-08-26T14:43:37.062Z[ helios-setup] Aug 26 14:43:36.484 INFO E| Compiling uuid v0.8.2
37342026-08-26T14:43:37.218Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37352026-08-26T14:43:37.861Z[ helios-setup] Aug 26 14:43:37.283 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37362026-08-26T14:43:38.205Z[ host-package] Compiling slog-stdlog v4.1.1
37372026-08-26T14:43:38.444Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37382026-08-26T14:43:38.637Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37392026-08-26T14:43:38.746Z[ helios-setup] Aug 26 14:43:38.169 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37402026-08-26T14:43:38.847Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37412026-08-26T14:43:39.130Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37422026-08-26T14:43:39.166Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37432026-08-26T14:43:39.689Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37442026-08-26T14:43:40.226Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37452026-08-26T14:43:42.092Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37462026-08-26T14:43:42.943Z[ helios-setup] Aug 26 14:43:42.364 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.62s
37472026-08-26T14:43:42.968Z[ helios-setup] Aug 26 14:43:42.390 INFO building project "image-builder" ok (15 seconds)
37482026-08-26T14:43:42.968Z[ helios-setup] Aug 26 14:43:42.390 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37492026-08-26T14:43:42.977Z[ helios-setup] Aug 26 14:43:42.399 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37502026-08-26T14:43:42.977Z[ helios-setup] Aug 26 14:43:42.399 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37512026-08-26T14:43:42.977Z[ helios-setup] Aug 26 14:43:42.399 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37522026-08-26T14:43:43.078Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37532026-08-26T14:43:43.086Z[ helios-setup] Aug 26 14:43:42.508 INFO E| Blocking waiting for file lock on package cache
37542026-08-26T14:43:43.740Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37552026-08-26T14:43:43.979Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37562026-08-26T14:43:44.412Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37572026-08-26T14:43:45.268Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37582026-08-26T14:43:46.540Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37592026-08-26T14:43:47.029Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37602026-08-26T14:43:48.287Z[ helios-setup] Aug 26 14:43:47.709 INFO E| Downloading crates ...
37612026-08-26T14:43:48.335Z[ helios-setup] Aug 26 14:43:47.758 INFO E| Downloaded block-buffer v0.10.3
37622026-08-26T14:43:48.338Z[ helios-setup] Aug 26 14:43:47.760 INFO E| Downloaded generic-array v0.14.6
37632026-08-26T14:43:48.344Z[ helios-setup] Aug 26 14:43:47.767 INFO E| Downloaded cpufeatures v0.2.5
37642026-08-26T14:43:48.347Z[ helios-setup] Aug 26 14:43:47.768 INFO E| Downloaded sha2 v0.10.5
37652026-08-26T14:43:48.351Z[ helios-setup] Aug 26 14:43:47.774 INFO E| Downloaded flate2 v1.0.25
37662026-08-26T14:43:48.360Z[ helios-setup] Aug 26 14:43:47.783 INFO E| Downloaded digest v0.10.3
37672026-08-26T14:43:48.363Z[ helios-setup] Aug 26 14:43:47.786 INFO E| Downloaded typenum v1.15.0
37682026-08-26T14:43:48.367Z[ helios-setup] Aug 26 14:43:47.790 INFO E| Downloaded anyhow v1.0.62
37692026-08-26T14:43:48.370Z[ helios-setup] Aug 26 14:43:47.792 INFO E| Downloaded bytes v1.2.1
37702026-08-26T14:43:48.373Z[ helios-setup] Aug 26 14:43:47.794 INFO E| Downloaded miniz_oxide v0.6.2
37712026-08-26T14:43:48.376Z[ helios-setup] Aug 26 14:43:47.796 INFO E| Blocking waiting for file lock on package cache
37722026-08-26T14:43:48.392Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37732026-08-26T14:43:48.474Z[ helios-setup] Aug 26 14:43:47.895 INFO E| Compiling typenum v1.15.0
37742026-08-26T14:43:48.477Z[ helios-setup] Aug 26 14:43:47.896 INFO E| Compiling version_check v0.9.4
37752026-08-26T14:43:48.477Z[ helios-setup] Aug 26 14:43:47.896 INFO E| Compiling crc32fast v1.3.2
37762026-08-26T14:43:48.477Z[ helios-setup] Aug 26 14:43:47.896 INFO E| Compiling cfg-if v1.0.0
37772026-08-26T14:43:48.478Z[ helios-setup] Aug 26 14:43:47.896 INFO E| Compiling adler v1.0.2
37782026-08-26T14:43:48.481Z[ helios-setup] Aug 26 14:43:47.903 INFO E| Compiling anyhow v1.0.62
37792026-08-26T14:43:48.484Z[ helios-setup] Aug 26 14:43:47.904 INFO E| Compiling cpufeatures v0.2.5
37802026-08-26T14:43:48.484Z[ helios-setup] Aug 26 14:43:47.904 INFO E| Compiling unicode-width v0.1.10
37812026-08-26T14:43:48.484Z[ helios-setup] Aug 26 14:43:47.904 INFO E| Compiling bitflags v1.3.2
37822026-08-26T14:43:48.484Z[ helios-setup] Aug 26 14:43:47.904 INFO E| Compiling bytes v1.2.1
37832026-08-26T14:43:48.654Z[ helios-setup] Aug 26 14:43:48.076 INFO E| Compiling getopts v0.2.21
37842026-08-26T14:43:48.704Z[ helios-setup] Aug 26 14:43:48.124 INFO E| Compiling miniz_oxide v0.6.2
37852026-08-26T14:43:49.167Z[ helios-setup] Aug 26 14:43:48.589 INFO E| Compiling generic-array v0.14.6
37862026-08-26T14:43:49.599Z[ helios-setup] Aug 26 14:43:49.022 INFO E| Compiling flate2 v1.0.25
37872026-08-26T14:43:50.463Z[ helios-setup] Aug 26 14:43:49.885 INFO E| Compiling crypto-common v0.1.6
37882026-08-26T14:43:50.464Z[ helios-setup] Aug 26 14:43:49.885 INFO E| Compiling block-buffer v0.10.3
37892026-08-26T14:43:50.560Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37902026-08-26T14:43:50.585Z[ helios-setup] Aug 26 14:43:50.007 INFO E| Compiling digest v0.10.3
37912026-08-26T14:43:50.792Z[ helios-setup] Aug 26 14:43:50.215 INFO E| Compiling sha2 v0.10.5
37922026-08-26T14:43:50.862Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37932026-08-26T14:43:51.032Z[ helios-setup] Aug 26 14:43:50.455 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37942026-08-26T14:43:51.081Z[ host-package] Compiling signal-hook-tokio v0.3.1
37952026-08-26T14:43:51.346Z[ host-package] Compiling fatfs v0.3.6
37962026-08-26T14:43:51.513Z[ host-package] Compiling yasna v0.5.2
37972026-08-26T14:43:51.571Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37982026-08-26T14:43:52.330Z[ host-package] Compiling assert_matches v1.5.0
37992026-08-26T14:43:52.448Z[ host-package] Compiling seq-macro v0.3.6
38002026-08-26T14:43:52.833Z[ host-package] Compiling rcgen v0.12.1
38012026-08-26T14:43:53.126Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38022026-08-26T14:43:53.313Z[ helios-setup] Aug 26 14:43:52.735 INFO E| Finished `release` profile [optimized] target(s) in 10.32s
38032026-08-26T14:43:53.326Z[ helios-setup] Aug 26 14:43:52.748 INFO building project "bootserver" ok (10 seconds)
38042026-08-26T14:43:53.326Z[ helios-setup] Aug 26 14:43:52.748 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
38052026-08-26T14:43:53.716Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38062026-08-26T14:43:55.035Z[ host-package] Compiling slog-envlogger v2.2.0
38072026-08-26T14:43:55.804Z[ host-package] Compiling oxide-update-engine-display v0.1.2
38082026-08-26T14:43:56.353Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38092026-08-26T14:43:56.923Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38102026-08-26T14:43:57.706Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38112026-08-26T14:43:58.103Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38122026-08-26T14:43:58.355Z[ host-package] Compiling port-file v0.1.0
38132026-08-26T14:43:58.398Z[ host-package] Compiling rtoolbox v0.0.3
38142026-08-26T14:43:58.714Z[ host-package] Compiling subprocess v0.2.15
38152026-08-26T14:43:58.747Z[ host-package] Compiling rpassword v7.5.4
38162026-08-26T14:43:58.904Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38172026-08-26T14:43:59.546Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38182026-08-26T14:44:00.976Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38192026-08-26T14:44:01.097Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38202026-08-26T14:44:01.139Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38212026-08-26T14:44:03.146Z[ host-package] Compiling tui-tree-widget v0.23.1
38222026-08-26T14:44:03.362Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38232026-08-26T14:44:03.536Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38242026-08-26T14:44:03.623Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38252026-08-26T14:44:05.919Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38262026-08-26T14:44:08.008Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38272026-08-26T14:44:08.138Z[ host-package] Compiling uzers v0.12.2
38282026-08-26T14:44:08.293Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38292026-08-26T14:44:08.483Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38302026-08-26T14:44:08.753Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38312026-08-26T14:44:09.647Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38322026-08-26T14:44:09.984Z[ host-package] Compiling support-bundle-viewer v0.1.2
38332026-08-26T14:44:10.469Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38342026-08-26T14:44:11.978Z[ host-package] Compiling multimap v0.10.1
38352026-08-26T14:44:16.651Z[ helios-setup] Aug 26 14:44:16.073 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')"
38362026-08-26T14:44:16.655Z[ helios-setup] Aug 26 14:44:16.073 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
38372026-08-26T14:44:16.666Z[ helios-setup] Aug 26 14:44:16.087 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
38382026-08-26T14:44:16.666Z[ helios-setup] Aug 26 14:44:16.087 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
38392026-08-26T14:44:16.666Z[ helios-setup] Aug 26 14:44:16.087 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
38402026-08-26T14:44:16.861Z[ helios-setup] Aug 26 14:44:16.283 INFO E| Downloading crates ...
38412026-08-26T14:44:16.919Z[ helios-setup] Aug 26 14:44:16.341 INFO E| Downloaded miniz_oxide v0.8.8
38422026-08-26T14:44:16.923Z[ helios-setup] Aug 26 14:44:16.344 INFO E| Downloaded adler2 v2.0.0
38432026-08-26T14:44:16.965Z[ helios-setup] Aug 26 14:44:16.387 INFO E| Compiling adler2 v2.0.0
38442026-08-26T14:44:17.080Z[ helios-setup] Aug 26 14:44:16.502 INFO E| Compiling miniz_oxide v0.8.8
38452026-08-26T14:44:18.153Z[ helios-setup] Aug 26 14:44:17.575 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38462026-08-26T14:44:18.673Z[ helios-setup] Aug 26 14:44:18.095 INFO E| Finished `release` profile [optimized] target(s) in 1.99s
38472026-08-26T14:44:18.685Z[ helios-setup] Aug 26 14:44:18.107 INFO building project "pinprick" ok (2 seconds)
38482026-08-26T14:44:18.689Z[ helios-setup] rm -f helios-build
38492026-08-26T14:44:18.689Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38502026-08-26T14:44:18.693Z[ helios-setup]
38512026-08-26T14:44:18.693Z[ helios-setup] Setup complete! ./helios-build is now available.
38522026-08-26T14:44:18.697Z[ helios-setup]
38532026-08-26T14:44:18.697Z[ helios-setup]
38542026-08-26T14:44:18.697Z[ helios-setup] real 3:01.331708957
38552026-08-26T14:44:18.697Z[ helios-setup] user 7:04.348761438
38562026-08-26T14:44:18.697Z[ helios-setup] sys 1:16.710364832
38572026-08-26T14:44:18.697Z[ helios-setup] trap 0.519802354
38582026-08-26T14:44:18.697Z[ helios-setup] tflt 2.196375339
38592026-08-26T14:44:18.697Z[ helios-setup] dflt 6.646390262
38602026-08-26T14:44:18.697Z[ helios-setup] kflt 0.002375520
38612026-08-26T14:44:18.697Z[ helios-setup] lock 49:22.982189747
38622026-08-26T14:44:18.697Z[ helios-setup] slp 30:50.283948029
38632026-08-26T14:44:18.697Z[ helios-setup] lat 4:20.506391643
38642026-08-26T14:44:18.697Z[ helios-setup] stop 1:34.783179179
38652026-08-26T14:44:18.697ZAug 26 14:44:18.118 INFO [helios-setup] process exited with exit status: 0 (181.334821407s)
38662026-08-26T14:44:18.697ZAug 26 14:44:18.118 INFO [helios-record] running task
38672026-08-26T14:44:18.698ZAug 26 14:44:18.118 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38682026-08-26T14:44:18.702ZAug 26 14:44:18.123 DEBG process exited with exit status: 0 (4.30251ms)
38692026-08-26T14:44:18.702ZAug 26 14:44:18.123 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38702026-08-26T14:44:18.706ZAug 26 14:44:18.128 DEBG process exited with exit status: 0 (4.73056ms)
38712026-08-26T14:44:18.706ZAug 26 14:44:18.128 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38722026-08-26T14:44:18.709ZAug 26 14:44:18.131 DEBG process exited with exit status: 0 (3.83694ms)
38732026-08-26T14:44:18.709ZAug 26 14:44:18.131 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38742026-08-26T14:44:18.714ZAug 26 14:44:18.135 DEBG process exited with exit status: 0 (3.80118ms)
38752026-08-26T14:44:18.714ZAug 26 14:44:18.135 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38762026-08-26T14:44:18.717ZAug 26 14:44:18.139 DEBG process exited with exit status: 0 (3.64016ms)
38772026-08-26T14:44:18.717ZAug 26 14:44:18.139 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38782026-08-26T14:44:18.721ZAug 26 14:44:18.143 DEBG process exited with exit status: 0 (3.5875ms)
38792026-08-26T14:44:18.721ZAug 26 14:44:18.143 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38802026-08-26T14:44:18.724ZAug 26 14:44:18.146 DEBG process exited with exit status: 0 (3.61064ms)
38812026-08-26T14:44:18.724ZAug 26 14:44:18.146 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38822026-08-26T14:44:18.728ZAug 26 14:44:18.150 DEBG process exited with exit status: 0 (3.694ms)
38832026-08-26T14:44:18.728ZAug 26 14:44:18.150 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38842026-08-26T14:44:18.731ZAug 26 14:44:18.153 DEBG process exited with exit status: 0 (3.54551ms)
38852026-08-26T14:44:18.735ZAug 26 14:44:18.154 INFO [helios-record] task succeeded (35.4653ms)
38862026-08-26T14:44:20.638Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38872026-08-26T14:44:26.088Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38882026-08-26T14:44:29.470Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38892026-08-26T14:44:32.230Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38902026-08-26T14:44:33.247Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38912026-08-26T14:54:23.522Z[ host-package] Finished `release` profile [optimized] target(s) in 12m 21s
38922026-08-26T14:54:23.525Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38932026-08-26T14:54:23.525Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38942026-08-26T14:55:13.721ZAug 26 14:55:13.139 INFO [host-package] process exited with exit status: 0 (791.692122356s)
38952026-08-26T14:55:13.721ZAug 26 14:55:13.139 INFO [host-libraries] running task
38962026-08-26T14:55:13.721ZAug 26 14:55:13.139 INFO [host-stamp] running task
38972026-08-26T14:55:13.725ZAug 26 14:55:13.141 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+gite7596aad549
38982026-08-26T14:55:13.725ZAug 26 14:55:13.142 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+gite7596aad549
38992026-08-26T14:55:13.725ZAug 26 14:55:13.142 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+gite7596aad549
39002026-08-26T14:55:13.725ZAug 26 14:55:13.142 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+gite7596aad549
39012026-08-26T14:55:13.725ZAug 26 14:55:13.142 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+gite7596aad549
39022026-08-26T14:55:13.725ZAug 26 14:55:13.143 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+gite7596aad549
39032026-08-26T14:55:13.725ZAug 26 14:55:13.143 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+gite7596aad549
39042026-08-26T14:55:13.725ZAug 26 14:55:13.143 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+gite7596aad549
39052026-08-26T14:55:13.732Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-26T14:55:13.735Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-26T14:55:13.735Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-26T14:55:13.735Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-26T14:55:13.735Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-08-26T14:55:13.735Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-08-26T14:55:13.736Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39122026-08-26T14:55:13.736Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39132026-08-26T14:55:13.736Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39142026-08-26T14:55:13.739ZAug 26 14:55:13.155 INFO [stamp-overlay] process exited with exit status: 0 (12.58352ms)
39152026-08-26T14:55:13.742Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39162026-08-26T14:55:13.745ZAug 26 14:55:13.163 INFO [stamp-oxlog] process exited with exit status: 0 (20.3689ms)
39172026-08-26T14:55:13.766Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39182026-08-26T14:55:13.770ZAug 26 14:55:13.188 INFO [stamp-crucible-utils] process exited with exit status: 0 (46.35362ms)
39192026-08-26T14:55:13.776Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39202026-08-26T14:55:13.780ZAug 26 14:55:13.198 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (55.77267ms)
39212026-08-26T14:55:13.895Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39222026-08-26T14:55:13.898ZAug 26 14:55:13.316 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (172.94249ms)
39232026-08-26T14:55:14.270Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39242026-08-26T14:55:14.273ZAug 26 14:55:13.691 INFO [stamp-propolis-server] process exited with exit status: 0 (548.977729ms)
39252026-08-26T14:55:14.334Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39262026-08-26T14:55:14.338ZAug 26 14:55:13.755 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (613.468019ms)
39272026-08-26T14:55:15.506ZAug 26 14:55:14.924 INFO [host-libraries] task succeeded (1.784986766s)
39282026-08-26T14:55:15.510ZAug 26 14:55:14.924 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39292026-08-26T14:55:15.513Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39302026-08-26T14:55:16.489Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39312026-08-26T14:55:17.338Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39322026-08-26T14:55:20.886Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39332026-08-26T14:55:20.889ZAug 26 14:55:20.308 INFO [stamp-switch-asic] process exited with exit status: 0 (7.164366746s)
39342026-08-26T14:55:20.889ZAug 26 14:55:20.308 INFO [host-stamp] task succeeded (7.168430016s)
39352026-08-26T14:55:20.890ZAug 26 14:55:20.308 INFO [host-proto] running task
39362026-08-26T14:55:21.404ZAug 26 14:55:20.822 INFO [host-proto] task succeeded (514.450458ms)
39372026-08-26T14:55:21.404ZAug 26 14:55:20.822 INFO [host-profile] running task
39382026-08-26T14:55:21.408ZAug 26 14:55:20.822 INFO [host-profile] task succeeded (193.63µs)
39392026-08-26T14:55:21.408ZAug 26 14:55:20.822 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmpOPAkYs/proto/host/root -N 'ci e7596aa/${os_short_commit} 2026-08-26 14:41' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39402026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO Checking files for board 'gimlet'
39412026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39422026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39432026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO Checking files for board 'cosmo-mbist'
39442026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39452026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO Checking files for board 'cosmo'
39462026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39472026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39482026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO Checking files for board 'cosmo-mbist-noaggr'
39492026-08-26T14:55:21.411Z[ host-image] Aug 26 14:55:20.828 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39502026-08-26T14:55:21.418Z[ host-image] Aug 26 14:55:20.837 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpOPAkYs/proto/host/root"
39512026-08-26T14:55:21.422Z[ host-image] Aug 26 14:55:20.837 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39522026-08-26T14:55:21.422Z[ host-image] Aug 26 14:55:20.837 INFO image builder template: ramdisk-01-os...
39532026-08-26T14:55:21.422Z[ host-image] Aug 26 14:55:20.837 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/.tmpOPAkYs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39542026-08-26T14:55:21.431Z[ host-image] Aug 26 14:55:20.849 INFO O| Aug 26 14:55:20.849 INFO CREATE DATASET: rpool/images/build/host/output
39552026-08-26T14:55:23.393Z[ host-image] Aug 26 14:55:22.811 INFO O| Aug 26 14:55:22.811 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39562026-08-26T14:55:23.397Z[ host-image] Aug 26 14:55:22.815 INFO O| Aug 26 14:55:22.814 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39572026-08-26T14:55:23.624Z[ host-image] Aug 26 14:55:23.042 INFO O| Aug 26 14:55:23.041 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39582026-08-26T14:55:23.669Z[ host-image] Aug 26 14:55:23.087 INFO O| Aug 26 14:55:23.087 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39592026-08-26T14:55:23.669Z[ host-image] Aug 26 14:55:23.087 INFO O| Aug 26 14:55:23.087 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39602026-08-26T14:55:23.673Z[ host-image] Aug 26 14:55:23.087 INFO O| Aug 26 14:55:23.087 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39612026-08-26T14:55:23.673Z[ host-image] Aug 26 14:55:23.087 INFO O| Aug 26 14:55:23.087 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39622026-08-26T14:55:23.676Z[ host-image] Aug 26 14:55:23.092 INFO O| Aug 26 14:55:23.092 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39632026-08-26T14:55:23.887Z[ host-image] Aug 26 14:55:23.305 INFO O| Aug 26 14:55:23.305 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-26T14:55:23.893Z[ host-image] Aug 26 14:55:23.312 INFO O| Aug 26 14:55:23.311 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39652026-08-26T14:55:24.170Z[ host-image] Aug 26 14:55:23.588 INFO O| Aug 26 14:55:23.588 INFO O| Caching catalogs ... Done
39662026-08-26T14:55:24.232Z[ host-image] Aug 26 14:55:23.650 INFO O| Aug 26 14:55:23.650 INFO STEP 0 (pkg_image_create) COMPLETE
39672026-08-26T14:55:24.232Z[ host-image] Aug 26 14:55:23.650 INFO O| Aug 26 14:55:23.650 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-26T14:55:24.238Z[ host-image] Aug 26 14:55:23.657 INFO O| Aug 26 14:55:23.657 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"]
39692026-08-26T14:55:24.551Z[ host-image] Aug 26 14:55:23.969 INFO O| Aug 26 14:55:23.968 INFO STEP 1 (pkg_set_publisher) COMPLETE
39702026-08-26T14:55:24.551Z[ host-image] Aug 26 14:55:23.969 INFO O| Aug 26 14:55:23.969 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-26T14:55:24.551Z[ host-image] Aug 26 14:55:23.969 INFO O| Aug 26 14:55:23.969 INFO skip step because feature "publisher_1_name" is not enabled
39722026-08-26T14:55:24.554Z[ host-image] Aug 26 14:55:23.969 INFO O| Aug 26 14:55:23.969 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-26T14:55:24.554Z[ host-image] Aug 26 14:55:23.969 INFO O| Aug 26 14:55:23.969 INFO skip step because feature "publisher_2_name" is not enabled
39742026-08-26T14:55:24.554Z[ host-image] Aug 26 14:55:23.969 INFO O| Aug 26 14:55:23.969 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-26T14:55:24.554Z[ host-image] Aug 26 14:55:23.969 INFO O| Aug 26 14:55:23.969 INFO skip step because feature "publisher_3_name" is not enabled
39762026-08-26T14:55:24.554Z[ host-image] Aug 26 14:55:23.969 INFO O| Aug 26 14:55:23.969 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-08-26T14:55:24.848Z[ host-image] Aug 26 14:55:24.266 INFO O| Aug 26 14:55:24.266 INFO variant opensolaris.zone is already global
39782026-08-26T14:55:24.848Z[ host-image] Aug 26 14:55:24.266 INFO O| Aug 26 14:55:24.266 INFO STEP 5 (pkg_change_variant) COMPLETE
39792026-08-26T14:55:24.849Z[ host-image] Aug 26 14:55:24.266 INFO O| Aug 26 14:55:24.266 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802026-08-26T14:55:25.133Z[ host-image] Aug 26 14:55:24.551 INFO O| Aug 26 14:55:24.551 INFO variant opensolaris.imagetype is full; changing to partial
39812026-08-26T14:55:25.133Z[ host-image] Aug 26 14:55:24.551 INFO O| Aug 26 14:55:24.551 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39822026-08-26T14:55:26.851Z[ host-image] Aug 26 14:55:26.269 INFO O| Aug 26 14:55:26.269 INFO O| Startup: Refreshing catalog 'helios' ... Done
39832026-08-26T14:55:27.263Z[ host-image] Aug 26 14:55:26.681 INFO O| Aug 26 14:55:26.681 INFO O| Startup: Caching catalogs ... Done
39842026-08-26T14:55:27.278Z[ host-image] Aug 26 14:55:26.696 INFO O| Aug 26 14:55:26.696 INFO O| Planning: Planning completed in 0.00 seconds
39852026-08-26T14:55:27.281Z[ host-image] Aug 26 14:55:26.696 INFO O| Aug 26 14:55:26.696 INFO O| Planning: Consolidating action changes ... Done
39862026-08-26T14:55:27.281Z[ host-image] Aug 26 14:55:26.696 INFO O| Aug 26 14:55:26.696 INFO O| Planning: Evaluating mediators ... Done
39872026-08-26T14:55:27.281Z[ host-image] Aug 26 14:55:26.697 INFO O| Aug 26 14:55:26.697 INFO O| Planning: Planning completed in 0.00 seconds
39882026-08-26T14:55:27.281Z[ host-image] Aug 26 14:55:26.697 INFO O| Aug 26 14:55:26.697 INFO O| Variants/Facets to change: 1
39892026-08-26T14:55:27.287Z[ host-image] Aug 26 14:55:26.705 INFO O| Aug 26 14:55:26.705 INFO O| Finalize: Updating package state database ... Done
39902026-08-26T14:55:27.287Z[ host-image] Aug 26 14:55:26.705 INFO O| Aug 26 14:55:26.705 INFO O| Finalize: Updating package cache ... Done
39912026-08-26T14:55:27.357Z[ host-image] Aug 26 14:55:26.775 INFO O| Aug 26 14:55:26.775 INFO O| Finalize: Updating image state ... Done
39922026-08-26T14:55:27.368Z[ host-image] Aug 26 14:55:26.786 INFO O| Aug 26 14:55:26.786 INFO O| Finalize: Creating fast lookup database ... Done
39932026-08-26T14:55:27.372Z[ host-image] Aug 26 14:55:26.787 INFO O| Aug 26 14:55:26.787 INFO O| Finalize: Reading search index ... Done
39942026-08-26T14:55:27.372Z[ host-image] Aug 26 14:55:26.787 INFO O| Aug 26 14:55:26.787 INFO O| Finalize: Updating search index ... Done
39952026-08-26T14:55:27.372Z[ host-image] Aug 26 14:55:26.788 INFO O| Aug 26 14:55:26.788 INFO O| Finalize: Updating package cache ... Done
39962026-08-26T14:55:27.564Z[ host-image] Aug 26 14:55:26.981 INFO O| Aug 26 14:55:26.981 INFO STEP 6 (pkg_change_variant) COMPLETE
39972026-08-26T14:55:27.564Z[ host-image] Aug 26 14:55:26.981 INFO O| Aug 26 14:55:26.981 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39982026-08-26T14:55:27.567Z[ host-image] Aug 26 14:55:26.981 INFO O| Aug 26 14:55:26.981 INFO skip step because feature "debug_variant" is not enabled
39992026-08-26T14:55:27.567Z[ host-image] Aug 26 14:55:26.981 INFO O| Aug 26 14:55:26.981 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40002026-08-26T14:55:27.816Z[ host-image] Aug 26 14:55:27.233 INFO O| Aug 26 14:55:27.233 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40012026-08-26T14:55:28.455Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.82s
40022026-08-26T14:55:29.481Z[ host-image] Aug 26 14:55:28.898 INFO O| Aug 26 14:55:28.898 INFO O| Startup: Refreshing catalog 'helios' ... Done
40032026-08-26T14:55:29.879Z[ host-image] Aug 26 14:55:29.296 INFO O| Aug 26 14:55:29.296 INFO O| Startup: Caching catalogs ... Done
40042026-08-26T14:55:29.892Z[ host-image] Aug 26 14:55:29.310 INFO O| Aug 26 14:55:29.310 INFO O| Planning: Planning completed in 0.00 seconds
40052026-08-26T14:55:29.896Z[ host-image] Aug 26 14:55:29.311 INFO O| Aug 26 14:55:29.311 INFO O| Planning: Consolidating action changes ... Done
40062026-08-26T14:55:29.897Z[ host-image] Aug 26 14:55:29.311 INFO O| Aug 26 14:55:29.311 INFO O| Planning: Evaluating mediators ... Done
40072026-08-26T14:55:29.897Z[ host-image] Aug 26 14:55:29.311 INFO O| Aug 26 14:55:29.311 INFO O| Planning: Planning completed in 0.00 seconds
40082026-08-26T14:55:29.897Z[ host-image] Aug 26 14:55:29.311 INFO O| Aug 26 14:55:29.311 INFO O| Variants/Facets to change: 1
40092026-08-26T14:55:29.901Z[ host-image] Aug 26 14:55:29.319 INFO O| Aug 26 14:55:29.319 INFO O| Finalize: Updating package state database ... Done
40102026-08-26T14:55:29.901Z[ host-image] Aug 26 14:55:29.319 INFO O| Aug 26 14:55:29.319 INFO O| Finalize: Updating package cache ... Done
40112026-08-26T14:55:29.971Z[ host-image] Aug 26 14:55:29.388 INFO O| Aug 26 14:55:29.388 INFO O| Finalize: Updating image state ... Done
40122026-08-26T14:55:29.981Z[ host-image] Aug 26 14:55:29.399 INFO O| Aug 26 14:55:29.399 INFO O| Finalize: Creating fast lookup database ... Done
40132026-08-26T14:55:29.984Z[ host-image] Aug 26 14:55:29.399 INFO O| Aug 26 14:55:29.399 INFO O| Finalize: Reading search index ... Done
40142026-08-26T14:55:29.984Z[ host-image] Aug 26 14:55:29.399 INFO O| Aug 26 14:55:29.399 INFO O| Finalize: Updating search index ... Done
40152026-08-26T14:55:29.984Z[ host-image] Aug 26 14:55:29.400 INFO O| Aug 26 14:55:29.400 INFO O| Finalize: Updating package cache ... Done
40162026-08-26T14:55:30.170Z[ host-image] Aug 26 14:55:29.588 INFO O| Aug 26 14:55:29.587 INFO STEP 8 (pkg_change_facet) COMPLETE
40172026-08-26T14:55:30.170Z[ host-image] Aug 26 14:55:29.588 INFO O| Aug 26 14:55:29.588 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182026-08-26T14:55:30.174Z[ host-image] Aug 26 14:55:29.588 INFO O| Aug 26 14:55:29.588 INFO skip step because feature "recovery" is not enabled
40192026-08-26T14:55:30.174Z[ host-image] Aug 26 14:55:29.588 INFO O| Aug 26 14:55:29.588 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40202026-08-26T14:55:30.174Z[ host-image] Aug 26 14:55:29.588 INFO O| Aug 26 14:55:29.588 INFO skip step because feature "recovery" is not enabled
40212026-08-26T14:55:30.174Z[ host-image] Aug 26 14:55:29.588 INFO O| Aug 26 14:55:29.588 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40222026-08-26T14:55:30.178Z[ host-image] Aug 26 14:55:29.595 INFO O| Aug 26 14:55:29.594 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
40232026-08-26T14:55:31.817Z[ host-image] Aug 26 14:55:31.235 INFO O| Aug 26 14:55:31.235 INFO O| Startup: Refreshing catalog 'helios' ... Done
40242026-08-26T14:55:32.223Z[ host-image] Aug 26 14:55:31.641 INFO O| Aug 26 14:55:31.641 INFO O| Startup: Caching catalogs ... Done
40252026-08-26T14:55:32.473ZAug 26 14:55:31.891 INFO [recovery-package] process exited with exit status: 0 (16.967084106s)
40262026-08-26T14:55:32.474ZAug 26 14:55:31.891 INFO [recovery-libraries] running task
40272026-08-26T14:55:32.474ZAug 26 14:55:31.891 INFO [recovery-stamp] running task
40282026-08-26T14:55:32.477ZAug 26 14:55:31.892 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gite7596aad549
40292026-08-26T14:55:32.477ZAug 26 14:55:31.892 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+gite7596aad549
40302026-08-26T14:55:32.481Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40312026-08-26T14:55:32.484Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40322026-08-26T14:55:32.527ZAug 26 14:55:31.946 INFO [recovery-libraries] task succeeded (54.2526ms)
40332026-08-26T14:55:32.531ZAug 26 14:55:31.946 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40342026-08-26T14:55:32.606Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40352026-08-26T14:55:32.609ZAug 26 14:55:32.027 INFO [stamp-installinator] process exited with exit status: 0 (135.21821ms)
40362026-08-26T14:55:32.659Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40372026-08-26T14:55:32.662ZAug 26 14:55:32.080 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (187.75602ms)
40382026-08-26T14:55:32.662ZAug 26 14:55:32.080 INFO [recovery-stamp] task succeeded (188.52484ms)
40392026-08-26T14:55:32.662ZAug 26 14:55:32.080 INFO [recovery-proto] running task
40402026-08-26T14:55:32.662ZAug 26 14:55:32.080 INFO [tuf-stamp] running task
40412026-08-26T14:55:32.666ZAug 26 14:55:32.081 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+gite7596aad549
40422026-08-26T14:55:32.666ZAug 26 14:55:32.081 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+gite7596aad549
40432026-08-26T14:55:32.666ZAug 26 14:55:32.082 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+gite7596aad549
40442026-08-26T14:55:32.666ZAug 26 14:55:32.082 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+gite7596aad549
40452026-08-26T14:55:32.666ZAug 26 14:55:32.082 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+gite7596aad549
40462026-08-26T14:55:32.666ZAug 26 14:55:32.083 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+gite7596aad549
40472026-08-26T14:55:32.666ZAug 26 14:55:32.083 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+gite7596aad549
40482026-08-26T14:55:32.666ZAug 26 14:55:32.083 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+gite7596aad549
40492026-08-26T14:55:32.666ZAug 26 14:55:32.083 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+gite7596aad549
40502026-08-26T14:55:32.666ZAug 26 14:55:32.084 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+gite7596aad549
40512026-08-26T14:55:32.666ZAug 26 14:55:32.084 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+gite7596aad549
40522026-08-26T14:55:32.670ZAug 26 14:55:32.084 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+gite7596aad549
40532026-08-26T14:55:32.674Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-26T14:55:32.675Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-26T14:55:32.675Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-26T14:55:32.675Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-26T14:55:32.675Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-26T14:55:32.675Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-26T14:55:32.675Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-26T14:55:32.675Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-26T14:55:32.675Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-08-26T14:55:32.675Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-08-26T14:55:32.678Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-08-26T14:55:32.678Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-08-26T14:55:32.720Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40662026-08-26T14:55:32.723ZAug 26 14:55:32.141 INFO [stamp-probe] process exited with exit status: 0 (59.8382ms)
40672026-08-26T14:55:32.794ZAug 26 14:55:32.211 INFO [recovery-proto] task succeeded (131.43433ms)
40682026-08-26T14:55:32.799ZAug 26 14:55:32.212 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpOPAkYs/proto/recovery/root -N 'recovery e7596aa/${os_short_commit} 2026-08-26 14:41' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40692026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO Checking files for board 'cosmo-mbist'
40702026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40712026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO Checking files for board 'cosmo'
40722026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40732026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40742026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO Checking files for board 'cosmo-mbist-noaggr'
40752026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40762026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO Checking files for board 'gimlet'
40772026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40782026-08-26T14:55:32.802Z[ recovery-image] Aug 26 14:55:32.218 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40792026-08-26T14:55:32.810Z[ recovery-image] Aug 26 14:55:32.228 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpOPAkYs/proto/recovery/root"
40802026-08-26T14:55:32.810Z[ recovery-image] Aug 26 14:55:32.228 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40812026-08-26T14:55:32.813Z[ recovery-image] Aug 26 14:55:32.228 INFO image builder template: ramdisk-01-os...
40822026-08-26T14:55:32.813Z[ recovery-image] Aug 26 14:55:32.228 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/.tmpOPAkYs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40832026-08-26T14:55:32.826Z[ recovery-image] Aug 26 14:55:32.244 INFO O| Aug 26 14:55:32.244 INFO CREATE DATASET: rpool/images/build/recovery/output
40842026-08-26T14:55:33.078Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40852026-08-26T14:55:33.103Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40862026-08-26T14:55:33.221Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40872026-08-26T14:55:33.224ZAug 26 14:55:32.642 INFO [stamp-ntp] process exited with exit status: 0 (559.310609ms)
40882026-08-26T14:55:33.275Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40892026-08-26T14:55:33.279ZAug 26 14:55:32.697 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (616.056489ms)
40902026-08-26T14:55:33.389Z[ recovery-image] Aug 26 14:55:32.806 INFO O| Aug 26 14:55:32.806 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40912026-08-26T14:55:33.392Z[ recovery-image] Aug 26 14:55:32.810 INFO O| Aug 26 14:55:32.810 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40922026-08-26T14:55:33.410Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40932026-08-26T14:55:33.413ZAug 26 14:55:32.832 INFO [stamp-internal-dns] process exited with exit status: 0 (748.794318ms)
40942026-08-26T14:55:33.446Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40952026-08-26T14:55:33.450ZAug 26 14:55:32.868 INFO [stamp-external-dns] process exited with exit status: 0 (784.249568ms)
40962026-08-26T14:55:33.533Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40972026-08-26T14:55:33.537ZAug 26 14:55:32.955 INFO [stamp-crucible-zone] process exited with exit status: 0 (871.595578ms)
40982026-08-26T14:55:33.755Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40992026-08-26T14:55:33.759ZAug 26 14:55:33.177 INFO [stamp-oximeter] process exited with exit status: 0 (1.092357178s)
41002026-08-26T14:55:34.773Z[ host-image] Aug 26 14:55:34.191 INFO O| Aug 26 14:55:34.191 INFO O| Planning: Solver setup ... Done
41012026-08-26T14:55:35.016Z[ host-image] Aug 26 14:55:34.434 INFO O| Aug 26 14:55:34.434 INFO O| Planning: Running solver ... Done
41022026-08-26T14:55:35.063Z[ host-image] Aug 26 14:55:34.481 INFO O| Aug 26 14:55:34.481 INFO O| Planning: Finding local manifests ... Done
41032026-08-26T14:55:35.083Z[ host-image] Aug 26 14:55:34.501 INFO O| Aug 26 14:55:34.501 INFO O| Planning: Fetching manifests: 0/130 0% complete
41042026-08-26T14:55:35.327Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41052026-08-26T14:55:35.331ZAug 26 14:55:34.749 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.665311525s)
41062026-08-26T14:55:35.569Z[ recovery-image] Aug 26 14:55:34.987 INFO O| Aug 26 14:55:34.987 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41072026-08-26T14:55:36.724Z[ host-image] Aug 26 14:55:36.142 INFO O| Aug 26 14:55:36.142 INFO O| Planning: Fetching manifests: 130/130 100% complete
41082026-08-26T14:55:37.218Z[ host-image] Aug 26 14:55:36.636 INFO O| Aug 26 14:55:36.635 INFO O| Planning: Package planning ... Done
41092026-08-26T14:55:37.349Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41102026-08-26T14:55:37.353ZAug 26 14:55:36.770 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.686552531s)
41112026-08-26T14:55:37.357Z[verify-libraries] Compiling match_cfg v0.1.0
41122026-08-26T14:55:37.357Z[verify-libraries] Compiling slog-json v2.6.1
41132026-08-26T14:55:37.357Z[verify-libraries] Compiling debug-ignore v1.0.5
41142026-08-26T14:55:37.507Z[ recovery-image] Aug 26 14:55:36.925 INFO O| Aug 26 14:55:36.924 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41152026-08-26T14:55:37.507Z[ recovery-image] Aug 26 14:55:36.925 INFO O| Aug 26 14:55:36.925 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41162026-08-26T14:55:37.510Z[ recovery-image] Aug 26 14:55:36.925 INFO O| Aug 26 14:55:36.925 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41172026-08-26T14:55:37.510Z[ recovery-image] Aug 26 14:55:36.925 INFO O| Aug 26 14:55:36.925 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41182026-08-26T14:55:37.514Z[ recovery-image] Aug 26 14:55:36.930 INFO O| Aug 26 14:55:36.930 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41192026-08-26T14:55:37.528Z[ host-image] Aug 26 14:55:36.945 INFO O| Aug 26 14:55:36.945 INFO O| Planning: Merging actions ... Done
41202026-08-26T14:55:37.577Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41212026-08-26T14:55:37.598Z[verify-libraries] Compiling sha1 v0.11.0
41222026-08-26T14:55:37.601Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41232026-08-26T14:55:37.601Z[verify-libraries] Compiling multer v3.1.0
41242026-08-26T14:55:37.601Z[verify-libraries] Compiling compression-core v0.4.31
41252026-08-26T14:55:37.619Z[verify-libraries] Compiling progenitor-client v0.14.0
41262026-08-26T14:55:37.623Z[verify-libraries] Compiling async-stream-impl v0.3.6
41272026-08-26T14:55:37.623Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41282026-08-26T14:55:37.623Z[verify-libraries] Compiling serde_spanned v1.1.1
41292026-08-26T14:55:37.623Z[verify-libraries] Compiling dropshot v0.17.1
41302026-08-26T14:55:37.644Z[ host-image] Aug 26 14:55:37.056 INFO O| Aug 26 14:55:37.056 INFO O| Planning: Checking for conflicting actions ... Done
41312026-08-26T14:55:37.730Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41322026-08-26T14:55:37.733ZAug 26 14:55:37.152 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.06970545s)
41332026-08-26T14:55:37.745Z[ host-image] Aug 26 14:55:37.163 INFO O| Aug 26 14:55:37.163 INFO O| Planning: Consolidating action changes ... Done
41342026-08-26T14:55:37.785Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41352026-08-26T14:55:37.789ZAug 26 14:55:37.206 INFO [stamp-clickhouse] process exited with exit status: 0 (5.12374433s)
41362026-08-26T14:55:37.803Z[verify-libraries] Compiling hostname v0.3.1
41372026-08-26T14:55:37.824Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41382026-08-26T14:55:37.824Z[verify-libraries] Compiling waitgroup v0.1.2
41392026-08-26T14:55:37.824Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41402026-08-26T14:55:37.828Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41412026-08-26T14:55:37.913Z[verify-libraries] Compiling compression-codecs v0.4.37
41422026-08-26T14:55:37.913Z[verify-libraries] Compiling hostname v0.4.2
41432026-08-26T14:55:37.923Z[ host-image] Aug 26 14:55:37.341 INFO O| Aug 26 14:55:37.341 INFO O| Planning: Evaluating mediators ... Done
41442026-08-26T14:55:37.960Z[verify-libraries] Compiling slog-bunyan v2.5.0
41452026-08-26T14:55:37.960Z[verify-libraries] Compiling atomicwrites v0.4.4
41462026-08-26T14:55:37.961Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41472026-08-26T14:55:38.031Z[verify-libraries] Compiling regress v0.10.5
41482026-08-26T14:55:38.035Z[verify-libraries] Compiling macaddr v1.0.1
41492026-08-26T14:55:38.035Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41502026-08-26T14:55:38.117Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41512026-08-26T14:55:38.161Z[verify-libraries] Compiling instant v0.1.13
41522026-08-26T14:55:38.165Z[verify-libraries] Compiling async-compression v0.4.41
41532026-08-26T14:55:38.165Z[verify-libraries] Compiling oxide-generation v0.1.3
41542026-08-26T14:55:38.192Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41552026-08-26T14:55:38.196ZAug 26 14:55:37.614 INFO [stamp-nexus] process exited with exit status: 0 (5.532647299s)
41562026-08-26T14:55:38.196ZAug 26 14:55:37.614 INFO [tuf-stamp] task succeeded (5.533829949s)
41572026-08-26T14:55:38.196ZAug 26 14:55:37.614 INFO [tuf-v2-zones] running task
41582026-08-26T14:55:38.227Z[verify-libraries] Compiling parse-display-derive v0.10.0
41592026-08-26T14:55:38.272Z[verify-libraries] Compiling itertools v0.14.0
41602026-08-26T14:55:38.275Z[verify-libraries] Compiling backon v1.6.0
41612026-08-26T14:55:38.275Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41622026-08-26T14:55:38.305ZAug 26 14:55:37.723 INFO [tuf-v2-zones] task succeeded (109.32633ms)
41632026-08-26T14:55:38.341Z[verify-libraries] Compiling backoff v0.4.0
41642026-08-26T14:55:38.372Z[verify-libraries] Compiling humantime v2.3.0
41652026-08-26T14:55:38.416Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41662026-08-26T14:55:38.437Z[verify-libraries] Compiling async-stream v0.3.6
41672026-08-26T14:55:38.441Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41682026-08-26T14:55:38.490Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41692026-08-26T14:55:38.524Z[verify-libraries] Compiling progenitor-extras v0.2.0
41702026-08-26T14:55:38.553Z[verify-libraries] Compiling convert_case v0.4.0
41712026-08-26T14:55:38.556Z[verify-libraries] Compiling half v2.7.1
41722026-08-26T14:55:38.613Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41732026-08-26T14:55:38.643Z[verify-libraries] Compiling ciborium-io v0.2.2
41742026-08-26T14:55:38.666Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41752026-08-26T14:55:38.693Z[verify-libraries] Compiling indent_write v2.2.0
41762026-08-26T14:55:38.696Z[verify-libraries] Compiling regress v0.11.1
41772026-08-26T14:55:38.785Z[verify-libraries] Compiling secrecy v0.10.3
41782026-08-26T14:55:38.839Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41792026-08-26T14:55:38.885Z[verify-libraries] Compiling ciborium-ll v0.2.2
41802026-08-26T14:55:38.913Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41812026-08-26T14:55:38.959Z[verify-libraries] Compiling inout v0.1.4
41822026-08-26T14:55:39.005Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41832026-08-26T14:55:39.029Z[verify-libraries] Compiling derive_more v0.99.20
41842026-08-26T14:55:39.072Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41852026-08-26T14:55:39.098Z[verify-libraries] Compiling ciborium v0.2.2
41862026-08-26T14:55:39.159Z[verify-libraries] Compiling cipher v0.4.4
41872026-08-26T14:55:39.187Z[verify-libraries] Compiling universal-hash v0.5.1
41882026-08-26T14:55:39.282Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41892026-08-26T14:55:39.316Z[verify-libraries] Compiling opaque-debug v0.3.1
41902026-08-26T14:55:39.353Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41912026-08-26T14:55:39.372Z[ host-image] Aug 26 14:55:38.789 INFO O| Aug 26 14:55:38.789 INFO O| Planning: Planning completed in 7.13 seconds
41922026-08-26T14:55:39.375Z[ host-image] Aug 26 14:55:38.791 INFO O| Aug 26 14:55:38.791 INFO O| Packages to install: 130
41932026-08-26T14:55:39.375Z[ host-image] Aug 26 14:55:38.791 INFO O| Aug 26 14:55:38.791 INFO O| Mediators to change: 5
41942026-08-26T14:55:39.375Z[ host-image] Aug 26 14:55:38.791 INFO O| Aug 26 14:55:38.791 INFO O| Services to change: 6
41952026-08-26T14:55:39.380Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41962026-08-26T14:55:39.408Z[verify-libraries] Compiling poly1305 v0.8.0
41972026-08-26T14:55:39.408Z[ host-image] Aug 26 14:55:38.825 INFO O| Aug 26 14:55:38.824 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
41982026-08-26T14:55:39.434Z[verify-libraries] Compiling chacha20 v0.9.1
41992026-08-26T14:55:39.485Z[verify-libraries] Compiling blake2 v0.10.6
42002026-08-26T14:55:39.594Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42012026-08-26T14:55:39.703Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42022026-08-26T14:55:39.729Z[verify-libraries] Compiling aead v0.5.2
42032026-08-26T14:55:39.792Z[verify-libraries] Compiling password-hash v0.5.0
42042026-08-26T14:55:39.835Z[verify-libraries] Compiling num-derive v0.4.2
42052026-08-26T14:55:39.888Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42062026-08-26T14:55:39.888Z[verify-libraries] Compiling rayon-core v1.13.0
42072026-08-26T14:55:40.035Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42082026-08-26T14:55:40.128Z[verify-libraries] Compiling argon2 v0.5.3
42092026-08-26T14:55:40.205Z[verify-libraries] Compiling parse-display v0.10.0
42102026-08-26T14:55:40.240Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42112026-08-26T14:55:40.266Z[verify-libraries] Compiling glob v0.3.3
42122026-08-26T14:55:40.313Z[verify-libraries] Compiling usdt-macro v0.5.0
42132026-08-26T14:55:40.313Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42142026-08-26T14:55:40.528Z[verify-libraries] Compiling typify-impl v0.6.2
42152026-08-26T14:55:40.573Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42162026-08-26T14:55:40.647Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42172026-08-26T14:55:40.736Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42182026-08-26T14:55:40.801Z[verify-libraries] Compiling vsss-rs v3.3.4
42192026-08-26T14:55:40.995Z[verify-libraries] Compiling memmap v0.7.0
42202026-08-26T14:55:40.998Z[verify-libraries] Compiling heapless v0.8.0
42212026-08-26T14:55:41.042Z[verify-libraries] Compiling proc-macro-error v1.0.4
42222026-08-26T14:55:41.227Z[verify-libraries] Compiling ingot-macros v0.2.0
42232026-08-26T14:55:41.270Z[verify-libraries] Compiling tabwriter v1.4.1
42242026-08-26T14:55:41.323Z[verify-libraries] Compiling usdt v0.5.0
42252026-08-26T14:55:41.395Z[verify-libraries] Compiling hash32 v0.3.1
42262026-08-26T14:55:41.434Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42272026-08-26T14:55:41.464Z[ recovery-image] Aug 26 14:55:40.882 INFO O| Aug 26 14:55:40.882 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42282026-08-26T14:55:41.477Z[ recovery-image] Aug 26 14:55:40.891 INFO O| Aug 26 14:55:40.891 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42292026-08-26T14:55:41.506Z[verify-libraries] Compiling smoltcp v0.11.0
42302026-08-26T14:55:41.549Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42312026-08-26T14:55:41.623Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42322026-08-26T14:55:41.661Z[verify-libraries] Compiling cobs v0.3.0
42332026-08-26T14:55:41.686Z[verify-libraries] Compiling colored v3.1.1
42342026-08-26T14:55:41.829Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42352026-08-26T14:55:41.836Z[ recovery-image] Aug 26 14:55:41.253 INFO O| Aug 26 14:55:41.253 INFO O| Caching catalogs ... Done
42362026-08-26T14:55:41.911Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42372026-08-26T14:55:41.939Z[ recovery-image] Aug 26 14:55:41.356 INFO O| Aug 26 14:55:41.356 INFO STEP 0 (pkg_image_create) COMPLETE
42382026-08-26T14:55:41.939Z[ recovery-image] Aug 26 14:55:41.356 INFO O| Aug 26 14:55:41.356 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42392026-08-26T14:55:41.949Z[ recovery-image] Aug 26 14:55:41.366 INFO O| Aug 26 14:55:41.366 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"]
42402026-08-26T14:55:41.958Z[verify-libraries] Compiling postcard v1.1.3
42412026-08-26T14:55:41.988Z[verify-libraries] Compiling rayon v1.11.0
42422026-08-26T14:55:42.042Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42432026-08-26T14:55:42.045Z[verify-libraries] Compiling rand v0.10.1
42442026-08-26T14:55:42.087Z[verify-libraries] Compiling num_enum_derive v0.7.6
42452026-08-26T14:55:42.091Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42462026-08-26T14:55:42.174Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42472026-08-26T14:55:42.271Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42482026-08-26T14:55:42.279Z[ recovery-image] Aug 26 14:55:41.696 INFO O| Aug 26 14:55:41.696 INFO STEP 1 (pkg_set_publisher) COMPLETE
42492026-08-26T14:55:42.279Z[ recovery-image] Aug 26 14:55:41.696 INFO O| Aug 26 14:55:41.696 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502026-08-26T14:55:42.279Z[ recovery-image] Aug 26 14:55:41.696 INFO O| Aug 26 14:55:41.696 INFO skip step because feature "publisher_1_name" is not enabled
42512026-08-26T14:55:42.279Z[ recovery-image] Aug 26 14:55:41.696 INFO O| Aug 26 14:55:41.696 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42522026-08-26T14:55:42.283Z[ recovery-image] Aug 26 14:55:41.697 INFO O| Aug 26 14:55:41.696 INFO skip step because feature "publisher_2_name" is not enabled
42532026-08-26T14:55:42.283Z[ recovery-image] Aug 26 14:55:41.697 INFO O| Aug 26 14:55:41.696 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42542026-08-26T14:55:42.283Z[ recovery-image] Aug 26 14:55:41.697 INFO O| Aug 26 14:55:41.696 INFO skip step because feature "publisher_3_name" is not enabled
42552026-08-26T14:55:42.283Z[ recovery-image] Aug 26 14:55:41.697 INFO O| Aug 26 14:55:41.696 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42562026-08-26T14:55:42.333Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42572026-08-26T14:55:42.372Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42582026-08-26T14:55:42.372Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42592026-08-26T14:55:42.546Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42602026-08-26T14:55:42.609Z[ recovery-image] Aug 26 14:55:42.026 INFO O| Aug 26 14:55:42.026 INFO variant opensolaris.zone is already global
42612026-08-26T14:55:42.609Z[ recovery-image] Aug 26 14:55:42.026 INFO O| Aug 26 14:55:42.026 INFO STEP 5 (pkg_change_variant) COMPLETE
42622026-08-26T14:55:42.609Z[ recovery-image] Aug 26 14:55:42.026 INFO O| Aug 26 14:55:42.026 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42632026-08-26T14:55:42.704Z[verify-libraries] Compiling num_enum_derive v0.5.11
42642026-08-26T14:55:42.785Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42652026-08-26T14:55:42.821Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42662026-08-26T14:55:42.846Z[verify-libraries] Compiling foreign-types v0.5.0
42672026-08-26T14:55:42.881Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42682026-08-26T14:55:42.884Z[verify-libraries] Compiling cstr-argument v0.1.2
42692026-08-26T14:55:42.929Z[ recovery-image] Aug 26 14:55:42.347 INFO O| Aug 26 14:55:42.347 INFO variant opensolaris.imagetype is full; changing to partial
42702026-08-26T14:55:42.929Z[ recovery-image] Aug 26 14:55:42.347 INFO O| Aug 26 14:55:42.347 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42712026-08-26T14:55:42.957Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42722026-08-26T14:55:42.993Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42732026-08-26T14:55:43.017Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42742026-08-26T14:55:43.101Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42752026-08-26T14:55:43.158Z[verify-libraries] Compiling sigpipe v0.1.3
42762026-08-26T14:55:43.297Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42772026-08-26T14:55:43.321Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42782026-08-26T14:55:43.359Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42792026-08-26T14:55:43.382Z[verify-libraries] Compiling num_enum v0.7.6
42802026-08-26T14:55:43.454Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42812026-08-26T14:55:43.485Z[verify-libraries] Compiling itertools v0.12.1
42822026-08-26T14:55:43.513Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42832026-08-26T14:55:43.546Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42842026-08-26T14:55:43.575Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42852026-08-26T14:55:43.578Z[verify-libraries] Compiling toml v0.8.23
42862026-08-26T14:55:43.641Z[verify-libraries] Compiling smf v0.2.3
42872026-08-26T14:55:43.704Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42882026-08-26T14:55:43.821Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42892026-08-26T14:55:43.916Z[verify-libraries] Compiling num_enum v0.5.11
42902026-08-26T14:55:44.010Z[verify-libraries] Compiling whoami v1.6.1
42912026-08-26T14:55:44.031Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42922026-08-26T14:55:44.031Z[verify-libraries] Compiling derive-where v1.6.0
42932026-08-26T14:55:44.086Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42942026-08-26T14:55:44.143Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42952026-08-26T14:55:44.143Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42962026-08-26T14:55:44.241Z[verify-libraries] Compiling gethostname v0.5.0
42972026-08-26T14:55:44.370Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42982026-08-26T14:55:44.370Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42992026-08-26T14:55:44.407Z[ host-image] Aug 26 14:55:43.825 INFO O| Aug 26 14:55:43.825 INFO O| Download: 12092/23888 items 103.7/222.8MB 46% complete (20.8M/s)
43002026-08-26T14:55:44.416Z[verify-libraries] Compiling ingot-types v0.2.0
43012026-08-26T14:55:44.441Z[verify-libraries] Compiling newline-converter v0.3.0
43022026-08-26T14:55:44.463Z[verify-libraries] Compiling console v0.15.11
43032026-08-26T14:55:44.494Z[verify-libraries] Compiling resolv-conf v0.7.6
43042026-08-26T14:55:44.620Z[verify-libraries] Compiling linear-map v1.2.0
43052026-08-26T14:55:44.681Z[verify-libraries] Compiling num-rational v0.4.2
43062026-08-26T14:55:44.709Z[verify-libraries] Compiling zone v0.3.1
43072026-08-26T14:55:44.837Z[verify-libraries] Compiling ingot v0.2.1
43082026-08-26T14:55:44.880Z[verify-libraries] Compiling expectorate v1.2.0
43092026-08-26T14:55:44.916Z[verify-libraries] Compiling num-complex v0.4.6
43102026-08-26T14:55:44.959Z[ recovery-image] Aug 26 14:55:44.377 INFO O| Aug 26 14:55:44.377 INFO O| Startup: Refreshing catalog 'helios' ... Done
43112026-08-26T14:55:44.962Z[verify-libraries] Compiling slog-dtrace v0.3.0
43122026-08-26T14:55:45.019Z[verify-libraries] Compiling prettyplease v0.2.37
43132026-08-26T14:55:45.120Z[verify-libraries] Compiling float-ord v0.3.2
43142026-08-26T14:55:45.161Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43152026-08-26T14:55:45.246Z[verify-libraries] Compiling linked-hash-map v0.5.6
43162026-08-26T14:55:45.312Z[verify-libraries] Compiling num v0.4.3
43172026-08-26T14:55:45.362Z[verify-libraries] Compiling hickory-proto v0.24.4
43182026-08-26T14:55:45.414Z[ recovery-image] Aug 26 14:55:44.832 INFO O| Aug 26 14:55:44.832 INFO O| Startup: Caching catalogs ... Done
43192026-08-26T14:55:45.428Z[verify-libraries] Compiling typify-macro v0.6.2
43202026-08-26T14:55:45.432Z[ recovery-image] Aug 26 14:55:44.848 INFO O| Aug 26 14:55:44.848 INFO O| Planning: Planning completed in 0.00 seconds
43212026-08-26T14:55:45.432Z[ recovery-image] Aug 26 14:55:44.848 INFO O| Aug 26 14:55:44.848 INFO O| Planning: Consolidating action changes ... Done
43222026-08-26T14:55:45.432Z[ recovery-image] Aug 26 14:55:44.848 INFO O| Aug 26 14:55:44.848 INFO O| Planning: Evaluating mediators ... Done
43232026-08-26T14:55:45.432Z[ recovery-image] Aug 26 14:55:44.848 INFO O| Aug 26 14:55:44.848 INFO O| Planning: Planning completed in 0.00 seconds
43242026-08-26T14:55:45.432Z[ recovery-image] Aug 26 14:55:44.849 INFO O| Aug 26 14:55:44.849 INFO O| Variants/Facets to change: 1
43252026-08-26T14:55:45.440Z[ recovery-image] Aug 26 14:55:44.858 INFO O| Aug 26 14:55:44.858 INFO O| Finalize: Updating package state database ... Done
43262026-08-26T14:55:45.440Z[ recovery-image] Aug 26 14:55:44.858 INFO O| Aug 26 14:55:44.858 INFO O| Finalize: Updating package cache ... Done
43272026-08-26T14:55:45.452Z[verify-libraries] Compiling lru-cache v0.1.2
43282026-08-26T14:55:45.477Z[verify-libraries] Compiling minimal-lexical v0.2.1
43292026-08-26T14:55:45.500Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43302026-08-26T14:55:45.503Z[verify-libraries] Compiling unicode-xid v0.2.6
43312026-08-26T14:55:45.523Z[ recovery-image] Aug 26 14:55:44.941 INFO O| Aug 26 14:55:44.941 INFO O| Finalize: Updating image state ... Done
43322026-08-26T14:55:45.540Z[ recovery-image] Aug 26 14:55:44.958 INFO O| Aug 26 14:55:44.958 INFO O| Finalize: Creating fast lookup database ... Done
43332026-08-26T14:55:45.544Z[ recovery-image] Aug 26 14:55:44.959 INFO O| Aug 26 14:55:44.959 INFO O| Finalize: Reading search index ... Done
43342026-08-26T14:55:45.544Z[ recovery-image] Aug 26 14:55:44.959 INFO O| Aug 26 14:55:44.959 INFO O| Finalize: Updating search index ... Done
43352026-08-26T14:55:45.544Z[ recovery-image] Aug 26 14:55:44.960 INFO O| Aug 26 14:55:44.960 INFO O| Finalize: Updating package cache ... Done
43362026-08-26T14:55:45.548Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43372026-08-26T14:55:45.621Z[verify-libraries] Compiling tabled_derive v0.7.0
43382026-08-26T14:55:45.648Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43392026-08-26T14:55:45.704Z[verify-libraries] Compiling nom v7.1.3
43402026-08-26T14:55:45.742Z[verify-libraries] Compiling fd-lock v4.0.4
43412026-08-26T14:55:45.778Z[verify-libraries] Compiling vte v0.14.1
43422026-08-26T14:55:45.823Z[verify-libraries] Compiling display-error-chain v0.2.2
43432026-08-26T14:55:45.844Z[ recovery-image] Aug 26 14:55:45.261 INFO O| Aug 26 14:55:45.261 INFO STEP 6 (pkg_change_variant) COMPLETE
43442026-08-26T14:55:45.844Z[ recovery-image] Aug 26 14:55:45.261 INFO O| Aug 26 14:55:45.261 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43452026-08-26T14:55:45.847Z[ recovery-image] Aug 26 14:55:45.261 INFO O| Aug 26 14:55:45.261 INFO skip step because feature "debug_variant" is not enabled
43462026-08-26T14:55:45.847Z[ recovery-image] Aug 26 14:55:45.261 INFO O| Aug 26 14:55:45.261 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43472026-08-26T14:55:45.977Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43482026-08-26T14:55:46.050Z[verify-libraries] Compiling crossterm v0.29.0
43492026-08-26T14:55:46.109Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43502026-08-26T14:55:46.293Z[verify-libraries] Compiling stacker v0.1.23
43512026-08-26T14:55:46.322Z[verify-libraries] Compiling cfg_aliases v0.1.1
43522026-08-26T14:55:46.327Z[ recovery-image] Aug 26 14:55:45.745 INFO O| Aug 26 14:55:45.744 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43532026-08-26T14:55:46.478Z[verify-libraries] Compiling nix v0.28.0
43542026-08-26T14:55:46.694Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43552026-08-26T14:55:46.717Z[verify-libraries] Compiling reedline v0.40.0
43562026-08-26T14:55:46.802Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43572026-08-26T14:55:46.875Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43582026-08-26T14:55:46.929Z[verify-libraries] Compiling psm v0.1.30
43592026-08-26T14:55:46.993Z[verify-libraries] Compiling tabled v0.15.0
43602026-08-26T14:55:47.027Z[verify-libraries] Compiling termtree v0.5.1
43612026-08-26T14:55:47.056Z[verify-libraries] Compiling semver v0.1.20
43622026-08-26T14:55:47.139Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43632026-08-26T14:55:47.194Z[verify-libraries] Compiling phf_shared v0.12.1
43642026-08-26T14:55:47.278Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43652026-08-26T14:55:47.441Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43662026-08-26T14:55:47.463Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43672026-08-26T14:55:47.486Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43682026-08-26T14:55:47.496Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43692026-08-26T14:55:47.544Z[verify-libraries] Compiling rustc_version v0.1.7
43702026-08-26T14:55:47.602Z[verify-libraries] Compiling nibble_vec v0.1.0
43712026-08-26T14:55:47.678Z[verify-libraries] Compiling typify v0.6.2
43722026-08-26T14:55:47.783Z[verify-libraries] Compiling chrono-tz v0.10.4
43732026-08-26T14:55:47.876Z[verify-libraries] Compiling hickory-resolver v0.24.4
43742026-08-26T14:55:47.913Z[verify-libraries] Compiling progenitor-impl v0.14.0
43752026-08-26T14:55:47.913Z[verify-libraries] Compiling highway v1.3.0
43762026-08-26T14:55:48.058Z[verify-libraries] Compiling endian-type v0.1.2
43772026-08-26T14:55:48.187Z[verify-libraries] Compiling recursive v0.1.1
43782026-08-26T14:55:48.270Z[verify-libraries] Compiling radix_trie v0.2.1
43792026-08-26T14:55:48.335Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43802026-08-26T14:55:48.358Z[verify-libraries] Compiling newtype_derive v0.1.6
43812026-08-26T14:55:48.391Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43822026-08-26T14:55:48.447Z[verify-libraries] Compiling phf v0.12.1
43832026-08-26T14:55:48.505Z[ recovery-image] Aug 26 14:55:47.923 INFO O| Aug 26 14:55:47.923 INFO O| Startup: Refreshing catalog 'helios' ... Done
43842026-08-26T14:55:48.669Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43852026-08-26T14:55:48.702Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43862026-08-26T14:55:48.992Z[ recovery-image] Aug 26 14:55:48.410 INFO O| Aug 26 14:55:48.409 INFO O| Startup: Caching catalogs ... Done
43872026-08-26T14:55:49.011Z[ recovery-image] Aug 26 14:55:48.426 INFO O| Aug 26 14:55:48.426 INFO O| Planning: Planning completed in 0.00 seconds
43882026-08-26T14:55:49.011Z[ recovery-image] Aug 26 14:55:48.426 INFO O| Aug 26 14:55:48.426 INFO O| Planning: Consolidating action changes ... Done
43892026-08-26T14:55:49.011Z[ recovery-image] Aug 26 14:55:48.426 INFO O| Aug 26 14:55:48.426 INFO O| Planning: Evaluating mediators ... Done
43902026-08-26T14:55:49.015Z[ recovery-image] Aug 26 14:55:48.427 INFO O| Aug 26 14:55:48.427 INFO O| Planning: Planning completed in 0.00 seconds
43912026-08-26T14:55:49.015Z[ recovery-image] Aug 26 14:55:48.427 INFO O| Aug 26 14:55:48.427 INFO O| Variants/Facets to change: 1
43922026-08-26T14:55:49.029Z[ recovery-image] Aug 26 14:55:48.437 INFO O| Aug 26 14:55:48.437 INFO O| Finalize: Updating package state database ... Done
43932026-08-26T14:55:49.029Z[ recovery-image] Aug 26 14:55:48.437 INFO O| Aug 26 14:55:48.437 INFO O| Finalize: Updating package cache ... Done
43942026-08-26T14:55:49.078Z[verify-libraries] Compiling qorb v0.4.1
43952026-08-26T14:55:49.108Z[ recovery-image] Aug 26 14:55:48.521 INFO O| Aug 26 14:55:48.521 INFO O| Finalize: Updating image state ... Done
43962026-08-26T14:55:49.114Z[verify-libraries] Compiling peg-macros v0.8.5
43972026-08-26T14:55:49.128Z[ recovery-image] Aug 26 14:55:48.539 INFO O| Aug 26 14:55:48.538 INFO O| Finalize: Creating fast lookup database ... Done
43982026-08-26T14:55:49.149Z[ recovery-image] Aug 26 14:55:48.539 INFO O| Aug 26 14:55:48.539 INFO O| Finalize: Reading search index ... Done
43992026-08-26T14:55:49.149Z[ recovery-image] Aug 26 14:55:48.539 INFO O| Aug 26 14:55:48.539 INFO O| Finalize: Updating search index ... Done
44002026-08-26T14:55:49.149Z[ recovery-image] Aug 26 14:55:48.540 INFO O| Aug 26 14:55:48.540 INFO O| Finalize: Updating package cache ... Done
44012026-08-26T14:55:49.218Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44022026-08-26T14:55:49.425Z[ host-image] Aug 26 14:55:48.832 INFO O| Aug 26 14:55:48.832 INFO O| Download: 23071/23888 items 215.9/222.8MB 96% complete (22.2M/s)
44032026-08-26T14:55:49.472Z[ recovery-image] Aug 26 14:55:48.885 INFO O| Aug 26 14:55:48.885 INFO STEP 8 (pkg_change_facet) COMPLETE
44042026-08-26T14:55:49.472Z[ recovery-image] Aug 26 14:55:48.885 INFO O| Aug 26 14:55:48.885 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44052026-08-26T14:55:49.478Z[verify-libraries] Compiling winnow v0.6.26
44062026-08-26T14:55:49.598Z[verify-libraries] Compiling csv-core v0.1.13
44072026-08-26T14:55:49.707Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44082026-08-26T14:55:49.725Z[verify-libraries] Compiling home v0.5.12
44092026-08-26T14:55:49.797Z[ recovery-image] Aug 26 14:55:49.215 INFO O| Aug 26 14:55:49.214 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44102026-08-26T14:55:49.846Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44112026-08-26T14:55:49.968Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44122026-08-26T14:55:50.006Z[verify-libraries] Compiling unicode_categories v0.1.1
44132026-08-26T14:55:50.014Z[verify-libraries] Compiling rustyline v14.0.0
44142026-08-26T14:55:50.024Z[ host-image] Aug 26 14:55:49.441 INFO O| Aug 26 14:55:49.441 INFO O| Download: Completed 222.83 MB in 10.62 seconds (20.9M/s)
44152026-08-26T14:55:50.102Z[verify-libraries] Compiling sqlparser v0.61.0
44162026-08-26T14:55:50.168Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44172026-08-26T14:55:50.250Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44182026-08-26T14:55:50.276Z[verify-libraries] Compiling csv v1.4.0
44192026-08-26T14:55:50.319Z[verify-libraries] Compiling const_format v0.2.35
44202026-08-26T14:55:50.400Z[ host-image] Aug 26 14:55:49.812 INFO O| Aug 26 14:55:49.812 INFO O| Actions: 1/54182 actions (Installing new actions)
44212026-08-26T14:55:50.644Z[verify-libraries] Compiling peg v0.8.5
44222026-08-26T14:55:50.666Z[verify-libraries] Compiling bcs v0.1.6
44232026-08-26T14:55:50.781Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44242026-08-26T14:55:50.906Z[verify-libraries] Compiling nom v8.0.0
44252026-08-26T14:55:50.978Z[verify-libraries] Compiling progenitor-macro v0.14.0
44262026-08-26T14:55:51.032Z[verify-libraries] Compiling sqlformat v0.3.5
44272026-08-26T14:55:51.060Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44282026-08-26T14:55:51.228Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44292026-08-26T14:55:51.267Z[verify-libraries] Compiling steno v0.4.1
44302026-08-26T14:55:51.328Z[verify-libraries] Compiling sha1 v0.10.6
44312026-08-26T14:55:51.378Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44322026-08-26T14:55:51.686Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44332026-08-26T14:55:51.900Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44342026-08-26T14:55:52.011Z[verify-libraries] Compiling tagptr v0.2.0
44352026-08-26T14:55:52.030Z[verify-libraries] Compiling utf-8 v0.7.6
44362026-08-26T14:55:52.068Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44372026-08-26T14:55:52.136Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44382026-08-26T14:55:52.203Z[verify-libraries] Compiling moka v0.12.13
44392026-08-26T14:55:52.269Z[verify-libraries] Compiling tungstenite v0.21.0
44402026-08-26T14:55:52.304Z[verify-libraries] Compiling libefi-sys v0.1.0
44412026-08-26T14:55:52.309Z[verify-libraries] Compiling bitfield-struct v0.6.2
44422026-08-26T14:55:52.326Z[ recovery-image] Aug 26 14:55:51.740 INFO O| Aug 26 14:55:51.740 INFO O| Startup: Refreshing catalog 'helios' ... Done
44432026-08-26T14:55:52.333Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44442026-08-26T14:55:52.412Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44452026-08-26T14:55:52.435Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44462026-08-26T14:55:52.455Z[verify-libraries] Compiling xshell-macros v0.2.7
44472026-08-26T14:55:52.764Z[ recovery-image] Aug 26 14:55:52.180 INFO O| Aug 26 14:55:52.180 INFO O| Startup: Caching catalogs ... Done
44482026-08-26T14:55:52.780Z[ recovery-image] Aug 26 14:55:52.196 INFO O| Aug 26 14:55:52.196 INFO O| Planning: Planning completed in 0.00 seconds
44492026-08-26T14:55:52.784Z[ recovery-image] Aug 26 14:55:52.197 INFO O| Aug 26 14:55:52.197 INFO O| Planning: Consolidating action changes ... Done
44502026-08-26T14:55:52.784Z[ recovery-image] Aug 26 14:55:52.197 INFO O| Aug 26 14:55:52.197 INFO O| Planning: Evaluating mediators ... Done
44512026-08-26T14:55:52.784Z[ recovery-image] Aug 26 14:55:52.197 INFO O| Aug 26 14:55:52.197 INFO O| Planning: Planning completed in 0.00 seconds
44522026-08-26T14:55:52.784Z[ recovery-image] Aug 26 14:55:52.197 INFO O| Aug 26 14:55:52.197 INFO O| Variants/Facets to change: 1
44532026-08-26T14:55:52.792Z[verify-libraries] Compiling libscf-sys v1.2.0
44542026-08-26T14:55:52.801Z[ recovery-image] Aug 26 14:55:52.218 INFO O| Aug 26 14:55:52.218 INFO O| Finalize: Updating package state database ... Done
44552026-08-26T14:55:52.801Z[ recovery-image] Aug 26 14:55:52.218 INFO O| Aug 26 14:55:52.218 INFO O| Finalize: Updating package cache ... Done
44562026-08-26T14:55:52.882Z[ recovery-image] Aug 26 14:55:52.292 INFO O| Aug 26 14:55:52.292 INFO O| Finalize: Updating image state ... Done
44572026-08-26T14:55:52.893Z[ recovery-image] Aug 26 14:55:52.310 INFO O| Aug 26 14:55:52.310 INFO O| Finalize: Creating fast lookup database ... Done
44582026-08-26T14:55:52.903Z[ recovery-image] Aug 26 14:55:52.310 INFO O| Aug 26 14:55:52.310 INFO O| Finalize: Reading search index ... Done
44592026-08-26T14:55:52.903Z[ recovery-image] Aug 26 14:55:52.311 INFO O| Aug 26 14:55:52.310 INFO O| Finalize: Updating search index ... Done
44602026-08-26T14:55:52.903Z[ recovery-image] Aug 26 14:55:52.312 INFO O| Aug 26 14:55:52.311 INFO O| Finalize: Updating package cache ... Done
44612026-08-26T14:55:52.941Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44622026-08-26T14:55:53.002Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44632026-08-26T14:55:53.024Z[verify-libraries] Compiling hickory-resolver v0.25.2
44642026-08-26T14:55:53.028Z[verify-libraries] Compiling xshell v0.2.7
44652026-08-26T14:55:53.169Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44662026-08-26T14:55:53.185Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44672026-08-26T14:55:53.190Z[verify-libraries] Compiling papergrid v0.18.0
44682026-08-26T14:55:53.190Z[ recovery-image] Aug 26 14:55:52.605 INFO O| Aug 26 14:55:52.605 INFO STEP 9 (pkg_change_facet) COMPLETE
44692026-08-26T14:55:53.190Z[ recovery-image] Aug 26 14:55:52.605 INFO O| Aug 26 14:55:52.605 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44702026-08-26T14:55:53.262Z[verify-libraries] Compiling sha2 v0.11.0
44712026-08-26T14:55:53.295Z[verify-libraries] Compiling subprocess v0.2.15
44722026-08-26T14:55:53.362Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44732026-08-26T14:55:53.552Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44742026-08-26T14:55:53.575Z[ recovery-image] Aug 26 14:55:52.993 INFO O| Aug 26 14:55:52.993 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44752026-08-26T14:55:53.585Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44762026-08-26T14:55:53.631Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44772026-08-26T14:55:53.637Z[verify-libraries] Compiling headers-core v0.3.0
44782026-08-26T14:55:53.928Z[verify-libraries] Compiling unicase v2.9.0
44792026-08-26T14:55:54.034Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44802026-08-26T14:55:54.064Z[verify-libraries] Compiling headers v0.4.1
44812026-08-26T14:55:54.107Z[verify-libraries] Compiling darling_core v0.21.3
44822026-08-26T14:55:54.169Z[verify-libraries] Compiling maplit v1.0.2
44832026-08-26T14:55:54.245Z[verify-libraries] Compiling crc8 v0.1.1
44842026-08-26T14:55:54.452Z[verify-libraries] Compiling tabled v0.21.0
44852026-08-26T14:55:54.514Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44862026-08-26T14:55:54.679Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44872026-08-26T14:55:55.194Z[verify-libraries] Compiling yasna v0.5.2
44882026-08-26T14:55:55.297Z[verify-libraries] Compiling vergen-lib v0.1.6
44892026-08-26T14:55:55.342Z[verify-libraries] Compiling diesel_derives v2.3.7
44902026-08-26T14:55:55.395Z[ host-image] Aug 26 14:55:54.812 INFO O| Aug 26 14:55:54.812 INFO O| Actions: 24392/54182 actions (Installing new actions)
44912026-08-26T14:55:55.410Z[verify-libraries] Compiling port-file v0.1.0
44922026-08-26T14:55:55.477Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44932026-08-26T14:55:55.697Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44942026-08-26T14:55:55.789Z[verify-libraries] Compiling rcgen v0.12.1
44952026-08-26T14:55:55.796Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44962026-08-26T14:55:55.940Z[verify-libraries] Compiling half v1.8.3
44972026-08-26T14:55:56.071Z[verify-libraries] Compiling r2d2 v0.8.10
44982026-08-26T14:55:56.162Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44992026-08-26T14:55:56.169Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45002026-08-26T14:55:56.248Z[ recovery-image] Aug 26 14:55:55.665 INFO O| Aug 26 14:55:55.664 INFO O| Startup: Refreshing catalog 'helios' ... Done
45012026-08-26T14:55:56.307Z[verify-libraries] Compiling serde_cbor v0.11.2
45022026-08-26T14:55:56.383Z[verify-libraries] Compiling cpubits v0.1.1
45032026-08-26T14:55:56.409Z[verify-libraries] Compiling crunchy v0.2.4
45042026-08-26T14:55:56.615Z[verify-libraries] Compiling downcast-rs v2.0.2
45052026-08-26T14:55:56.681Z[verify-libraries] Compiling dirs-next v2.0.0
45062026-08-26T14:55:56.701Z[ recovery-image] Aug 26 14:55:56.118 INFO O| Aug 26 14:55:56.117 INFO O| Startup: Caching catalogs ... Done
45072026-08-26T14:55:56.716Z[ recovery-image] Aug 26 14:55:56.133 INFO O| Aug 26 14:55:56.133 INFO O| Planning: Planning completed in 0.00 seconds
45082026-08-26T14:55:56.721Z[ recovery-image] Aug 26 14:55:56.134 INFO O| Aug 26 14:55:56.134 INFO O| Planning: Consolidating action changes ... Done
45092026-08-26T14:55:56.721Z[ recovery-image] Aug 26 14:55:56.134 INFO O| Aug 26 14:55:56.134 INFO O| Planning: Evaluating mediators ... Done
45102026-08-26T14:55:56.721Z[ recovery-image] Aug 26 14:55:56.134 INFO O| Aug 26 14:55:56.134 INFO O| Planning: Planning completed in 0.00 seconds
45112026-08-26T14:55:56.721Z[ recovery-image] Aug 26 14:55:56.134 INFO O| Aug 26 14:55:56.134 INFO O| Variants/Facets to change: 1
45122026-08-26T14:55:56.766Z[ recovery-image] Aug 26 14:55:56.183 INFO O| Aug 26 14:55:56.183 INFO O| Finalize: Updating package state database ... Done
45132026-08-26T14:55:56.766Z[ recovery-image] Aug 26 14:55:56.183 INFO O| Aug 26 14:55:56.183 INFO O| Finalize: Updating package cache ... Done
45142026-08-26T14:55:56.815Z[verify-libraries] Compiling progenitor v0.14.0
45152026-08-26T14:55:56.959Z[verify-libraries] Compiling clang-sys v1.8.1
45162026-08-26T14:55:56.972Z[ recovery-image] Aug 26 14:55:56.390 INFO O| Aug 26 14:55:56.390 INFO O| Finalize: Updating image state ... Done
45172026-08-26T14:55:56.982Z[verify-libraries] Compiling tiny-keccak v2.0.2
45182026-08-26T14:55:58.011Z[ recovery-image] Aug 26 14:55:56.409 INFO O| Aug 26 14:55:56.409 INFO O| Finalize: Creating fast lookup database ... Done
45192026-08-26T14:55:58.020Z[ recovery-image] Aug 26 14:55:56.410 INFO O| Aug 26 14:55:56.410 INFO O| Finalize: Reading search index ... Done
45202026-08-26T14:55:58.020Z[ recovery-image] Aug 26 14:55:56.410 INFO O| Aug 26 14:55:56.410 INFO O| Finalize: Updating search index ... Done
45212026-08-26T14:55:58.020Z[ recovery-image] Aug 26 14:55:56.411 INFO O| Aug 26 14:55:56.411 INFO O| Finalize: Updating package cache ... Done
45222026-08-26T14:55:58.020Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45232026-08-26T14:55:58.020Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45242026-08-26T14:55:58.020Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45252026-08-26T14:55:58.020Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45262026-08-26T14:55:58.021Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45272026-08-26T14:55:58.021Z[ recovery-image] Aug 26 14:55:56.743 INFO O| Aug 26 14:55:56.743 INFO STEP 10 (pkg_change_facet) COMPLETE
45282026-08-26T14:55:58.021Z[ recovery-image] Aug 26 14:55:56.743 INFO O| Aug 26 14:55:56.743 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-08-26T14:55:58.021Z[ recovery-image] Aug 26 14:55:56.753 INFO O| Aug 26 14:55:56.753 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
45302026-08-26T14:55:58.021Z[verify-libraries] Compiling darling_macro v0.21.3
45312026-08-26T14:55:58.021Z[verify-libraries] Compiling term v0.7.0
45322026-08-26T14:55:58.021Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45332026-08-26T14:55:58.021Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45342026-08-26T14:55:58.021Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45352026-08-26T14:55:58.021Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45362026-08-26T14:55:58.021Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45372026-08-26T14:55:58.021Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45382026-08-26T14:55:58.047Z[verify-libraries] Compiling darling v0.21.3
45392026-08-26T14:55:58.115Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45402026-08-26T14:55:58.115Z[verify-libraries] Compiling bit-vec v0.6.3
45412026-08-26T14:55:58.145Z[ host-image] Aug 26 14:55:57.560 INFO O| Aug 26 14:55:57.559 INFO O| Actions: Completed 54182 actions in 7.74 seconds.
45422026-08-26T14:55:58.226Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45432026-08-26T14:55:58.243Z[ host-image] Aug 26 14:55:57.658 INFO O| Aug 26 14:55:57.658 INFO O| Finalize: Updating package state database ... Done
45442026-08-26T14:55:58.243Z[ host-image] Aug 26 14:55:57.658 INFO O| Aug 26 14:55:57.658 INFO O| Finalize: Updating package cache ... Done
45452026-08-26T14:55:58.250Z[verify-libraries] Compiling diff v0.1.13
45462026-08-26T14:55:58.254Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45472026-08-26T14:55:58.321Z[verify-libraries] Compiling ascii-canvas v3.0.0
45482026-08-26T14:55:58.371Z[ host-image] Aug 26 14:55:57.789 INFO O| Aug 26 14:55:57.788 INFO O| Finalize: Updating image state ... Done
45492026-08-26T14:55:58.447Z[verify-libraries] Compiling bit-set v0.5.3
45502026-08-26T14:55:58.503Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45512026-08-26T14:55:58.508Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45522026-08-26T14:55:58.578Z[verify-libraries] Compiling itertools v0.10.5
45532026-08-26T14:55:58.582Z[verify-libraries] Compiling ena v0.14.4
45542026-08-26T14:55:58.654Z[verify-libraries] Compiling libloading v0.8.9
45552026-08-26T14:55:58.654Z[verify-libraries] Compiling bindgen v0.71.1
45562026-08-26T14:55:58.772Z[verify-libraries] Compiling regex-syntax v0.6.29
45572026-08-26T14:55:58.995Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45582026-08-26T14:55:59.197Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45592026-08-26T14:55:59.197Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45602026-08-26T14:55:59.335Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45612026-08-26T14:55:59.339Z[verify-libraries] Compiling cexpr v0.6.0
45622026-08-26T14:55:59.339Z[ host-image] Aug 26 14:55:58.755 INFO O| Aug 26 14:55:58.755 INFO O| Finalize: Creating fast lookup database ... Done
45632026-08-26T14:55:59.343Z[ recovery-image] Aug 26 14:55:58.759 INFO O| Aug 26 14:55:58.758 INFO O| Startup: Refreshing catalog 'helios' ... Done
45642026-08-26T14:55:59.380Z[ host-image] Aug 26 14:55:58.798 INFO O| Aug 26 14:55:58.783 INFO O| Finalize: Reading search index ... Done
45652026-08-26T14:55:59.412Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45662026-08-26T14:55:59.415Z[verify-libraries] Compiling rustc-hash v2.1.1
45672026-08-26T14:55:59.716Z[verify-libraries] Compiling rfc6979 v0.4.0
45682026-08-26T14:55:59.767Z[verify-libraries] Compiling libxml v0.3.3
45692026-08-26T14:55:59.775Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45702026-08-26T14:55:59.795Z[ recovery-image] Aug 26 14:55:59.212 INFO O| Aug 26 14:55:59.212 INFO O| Startup: Caching catalogs ... Done
45712026-08-26T14:55:59.977Z[verify-libraries] Compiling ecdsa v0.16.9
45722026-08-26T14:56:00.132Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45732026-08-26T14:56:00.155Z[verify-libraries] Compiling strum_macros v0.24.3
45742026-08-26T14:56:00.169Z[verify-libraries] Compiling primeorder v0.13.6
45752026-08-26T14:56:00.263Z[verify-libraries] Compiling lalrpop v0.19.12
45762026-08-26T14:56:00.377Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45772026-08-26T14:56:00.470Z[verify-libraries] Compiling hashbrown v0.14.5
45782026-08-26T14:56:00.576Z[verify-libraries] Compiling hmac v0.13.0
45792026-08-26T14:56:00.629Z[verify-libraries] Compiling universal-hash v0.6.1
45802026-08-26T14:56:00.756Z[verify-libraries] Compiling fxhash v0.2.1
45812026-08-26T14:56:00.865Z[verify-libraries] Compiling salty v0.3.0
45822026-08-26T14:56:00.918Z[verify-libraries] Compiling indoc v1.0.9
45832026-08-26T14:56:00.972Z[verify-libraries] Compiling knus-derive v3.4.0
45842026-08-26T14:56:01.029Z[verify-libraries] Compiling chumsky v0.9.3
45852026-08-26T14:56:01.102Z[verify-libraries] Compiling p384 v0.13.1
45862026-08-26T14:56:01.289Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45872026-08-26T14:56:01.338Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45882026-08-26T14:56:01.805Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45892026-08-26T14:56:01.848Z[verify-libraries] Compiling progenitor-impl v0.13.0
45902026-08-26T14:56:01.857Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45912026-08-26T14:56:02.253Z[ host-image] Aug 26 14:56:01.670 INFO O| Aug 26 14:56:01.670 INFO O| Finalize: Building new search index ... Done
45922026-08-26T14:56:02.522Z[verify-libraries] Compiling oso-derive v0.27.3
45932026-08-26T14:56:02.588Z[verify-libraries] Compiling quick-xml v0.37.5
45942026-08-26T14:56:02.615Z[ recovery-image] Aug 26 14:56:02.032 INFO O| Aug 26 14:56:02.032 INFO O| Planning: Solver setup ... Done
45952026-08-26T14:56:02.719Z[ host-image] Aug 26 14:56:02.131 INFO O| Aug 26 14:56:02.131 INFO O| Finalize: Updating package cache ... Done
45962026-08-26T14:56:02.725Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45972026-08-26T14:56:02.919Z[ recovery-image] Aug 26 14:56:02.333 INFO O| Aug 26 14:56:02.333 INFO O| Planning: Running solver ... Done
45982026-08-26T14:56:02.919Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45992026-08-26T14:56:02.997Z[ recovery-image] Aug 26 14:56:02.414 INFO O| Aug 26 14:56:02.414 INFO O| Planning: Finding local manifests ... Done
46002026-08-26T14:56:03.080Z[ host-image] Aug 26 14:56:02.494 INFO O| Aug 26 14:56:02.494 INFO STEP 11 (pkg_install) COMPLETE
46012026-08-26T14:56:03.080Z[ host-image] Aug 26 14:56:02.494 INFO O| Aug 26 14:56:02.494 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46022026-08-26T14:56:03.087Z[ host-image] Aug 26 14:56:02.505 INFO O| Aug 26 14:56:02.505 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"]
46032026-08-26T14:56:03.097Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46042026-08-26T14:56:03.143Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46052026-08-26T14:56:03.149Z[ recovery-image] Aug 26 14:56:02.561 INFO O| Aug 26 14:56:02.560 INFO O| Planning: Fetching manifests: 0/130 0% complete
46062026-08-26T14:56:04.074Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46072026-08-26T14:56:04.110Z[verify-libraries] Compiling openssl-probe v0.1.6
46082026-08-26T14:56:04.365Z[verify-libraries] Compiling knus v3.4.0
46092026-08-26T14:56:04.834Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46102026-08-26T14:56:04.870Z[verify-libraries] Compiling diesel v2.3.7
46112026-08-26T14:56:04.988Z[verify-libraries] Compiling progenitor-macro v0.13.0
46122026-08-26T14:56:05.069Z[verify-libraries] Compiling polyval v0.7.1
46132026-08-26T14:56:05.213Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46142026-08-26T14:56:05.236Z[ host-image] Aug 26 14:56:04.642 INFO O| Aug 26 14:56:04.642 INFO O| Startup: Refreshing catalog 'helios' ... Done
46152026-08-26T14:56:05.360Z[verify-libraries] Compiling der v0.8.0
46162026-08-26T14:56:05.445Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46172026-08-26T14:56:05.759Z[ host-image] Aug 26 14:56:05.177 INFO O| Aug 26 14:56:05.176 INFO O| Startup: Caching catalogs ... Done
46182026-08-26T14:56:06.389Z[ host-image] Aug 26 14:56:05.807 INFO O| Aug 26 14:56:05.807 INFO O| Planning: Solver setup ... Done
46192026-08-26T14:56:06.397Z[ host-image] Aug 26 14:56:05.812 INFO O| Aug 26 14:56:05.812 INFO O| Planning: Running solver ... Done
46202026-08-26T14:56:06.410Z[ host-image] Aug 26 14:56:05.828 INFO O| Aug 26 14:56:05.828 INFO O| Planning: Finding local manifests ... Done
46212026-08-26T14:56:06.428Z[ host-image] Aug 26 14:56:05.843 INFO O| Aug 26 14:56:05.843 INFO O| Planning: Fetching manifests: 0/6 0% complete
46222026-08-26T14:56:06.476Z[ host-image] Aug 26 14:56:05.893 INFO O| Aug 26 14:56:05.893 INFO O| Planning: Fetching manifests: 6/6 100% complete
46232026-08-26T14:56:06.501Z[ host-image] Aug 26 14:56:05.917 INFO O| Aug 26 14:56:05.917 INFO O| Planning: Package planning ... Done
46242026-08-26T14:56:06.506Z[ host-image] Aug 26 14:56:05.919 INFO O| Aug 26 14:56:05.919 INFO O| Planning: Merging actions ... Done
46252026-08-26T14:56:06.555Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46262026-08-26T14:56:06.566Z[ host-image] Aug 26 14:56:05.983 INFO O| Aug 26 14:56:05.982 INFO O| Planning: Checking for conflicting actions ... Done
46272026-08-26T14:56:06.571Z[ host-image] Aug 26 14:56:05.984 INFO O| Aug 26 14:56:05.984 INFO O| Planning: Consolidating action changes ... Done
46282026-08-26T14:56:06.631Z[ recovery-image] Aug 26 14:56:06.048 INFO O| Aug 26 14:56:06.048 INFO O| Planning: Fetching manifests: 130/130 100% complete
46292026-08-26T14:56:06.637Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46302026-08-26T14:56:06.686Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46312026-08-26T14:56:06.710Z[ host-image] Aug 26 14:56:06.128 INFO O| Aug 26 14:56:06.127 INFO O| Planning: Evaluating mediators ... Done
46322026-08-26T14:56:06.717Z[ host-image] Aug 26 14:56:06.129 INFO O| Aug 26 14:56:06.129 INFO O| Planning: Planning completed in 0.94 seconds
46332026-08-26T14:56:06.717Z[ host-image] Aug 26 14:56:06.129 INFO O| Aug 26 14:56:06.129 INFO O| Packages to install: 6
46342026-08-26T14:56:06.717Z[ host-image] Aug 26 14:56:06.129 INFO O| Aug 26 14:56:06.129 INFO O| Services to change: 2
46352026-08-26T14:56:06.722Z[ host-image] Aug 26 14:56:06.140 INFO O| Aug 26 14:56:06.140 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46362026-08-26T14:56:06.931Z[verify-libraries] Compiling progenitor-client v0.13.0
46372026-08-26T14:56:07.163Z[ recovery-image] Aug 26 14:56:06.578 INFO O| Aug 26 14:56:06.578 INFO O| Planning: Package planning ... Done
46382026-08-26T14:56:07.167Z[ host-image] Aug 26 14:56:06.579 INFO O| Aug 26 14:56:06.579 INFO O| Download: Completed 1.76 MB in 0.44 seconds (4.0M/s)
46392026-08-26T14:56:07.299Z[ host-image] Aug 26 14:56:06.668 INFO O| Aug 26 14:56:06.668 INFO O| Actions: 1/391 actions (Installing new actions)
46402026-08-26T14:56:07.325Z[ recovery-image] Aug 26 14:56:06.741 INFO O| Aug 26 14:56:06.740 INFO O| Planning: Merging actions ... Done
46412026-08-26T14:56:07.387Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46422026-08-26T14:56:07.458Z[verify-libraries] Compiling git-stub v1.0.0
46432026-08-26T14:56:07.465Z[ host-image] Aug 26 14:56:06.880 INFO O| Aug 26 14:56:06.880 INFO O| Actions: Completed 391 actions in 0.21 seconds.
46442026-08-26T14:56:07.509Z[ host-image] Aug 26 14:56:06.920 INFO O| Aug 26 14:56:06.920 INFO O| Finalize: Updating package state database ... Done
46452026-08-26T14:56:07.509Z[ host-image] Aug 26 14:56:06.920 INFO O| Aug 26 14:56:06.920 INFO O| Finalize: Updating package cache ... Done
46462026-08-26T14:56:07.549Z[ recovery-image] Aug 26 14:56:06.966 INFO O| Aug 26 14:56:06.966 INFO O| Planning: Checking for conflicting actions ... Done
46472026-08-26T14:56:07.598Z[ host-image] Aug 26 14:56:07.016 INFO O| Aug 26 14:56:07.016 INFO O| Finalize: Updating image state ... Done
46482026-08-26T14:56:07.604Z[ recovery-image] Aug 26 14:56:07.022 INFO O| Aug 26 14:56:07.022 INFO O| Planning: Consolidating action changes ... Done
46492026-08-26T14:56:07.634Z[verify-libraries] Compiling kstat-rs v0.2.5
46502026-08-26T14:56:07.743Z[ recovery-image] Aug 26 14:56:07.160 INFO O| Aug 26 14:56:07.160 INFO O| Planning: Evaluating mediators ... Done
46512026-08-26T14:56:07.818Z[verify-libraries] Compiling trait-variant v0.1.2
46522026-08-26T14:56:08.184Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46532026-08-26T14:56:08.280Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46542026-08-26T14:56:08.357Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46552026-08-26T14:56:08.511Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46562026-08-26T14:56:08.563Z[ host-image] Aug 26 14:56:07.980 INFO O| Aug 26 14:56:07.980 INFO O| Finalize: Creating fast lookup database ... Done
46572026-08-26T14:56:08.574Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46582026-08-26T14:56:08.609Z[ host-image] Aug 26 14:56:08.009 INFO O| Aug 26 14:56:08.009 INFO O| Finalize: Reading search index ... Done
46592026-08-26T14:56:08.609Z[ host-image] Aug 26 14:56:08.010 INFO O| Aug 26 14:56:08.010 INFO O| Finalize: Updating search index ... Done
46602026-08-26T14:56:08.617Z[ host-image] Aug 26 14:56:08.034 INFO O| Aug 26 14:56:08.034 INFO O| Finalize: Updating package cache ... Done
46612026-08-26T14:56:08.944Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46622026-08-26T14:56:08.948Z[ host-image] Aug 26 14:56:08.362 INFO O| Aug 26 14:56:08.362 INFO STEP 12 (pkg_install) COMPLETE
46632026-08-26T14:56:08.948Z[ host-image] Aug 26 14:56:08.362 INFO O| Aug 26 14:56:08.362 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46642026-08-26T14:56:08.959Z[ host-image] Aug 26 14:56:08.377 INFO O| Aug 26 14:56:08.373 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46652026-08-26T14:56:09.012Z[verify-libraries] Compiling ghash v0.6.0
46662026-08-26T14:56:09.132Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46672026-08-26T14:56:09.220Z[verify-libraries] Compiling pbkdf2 v0.13.0
46682026-08-26T14:56:09.283Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46692026-08-26T14:56:09.294Z[ recovery-image] Aug 26 14:56:08.711 INFO O| Aug 26 14:56:08.711 INFO O| Planning: Planning completed in 9.48 seconds
46702026-08-26T14:56:09.298Z[ recovery-image] Aug 26 14:56:08.713 INFO O| Aug 26 14:56:08.713 INFO O| Packages to install: 130
46712026-08-26T14:56:09.298Z[ recovery-image] Aug 26 14:56:08.713 INFO O| Aug 26 14:56:08.713 INFO O| Mediators to change: 5
46722026-08-26T14:56:09.298Z[ recovery-image] Aug 26 14:56:08.713 INFO O| Aug 26 14:56:08.713 INFO O| Services to change: 5
46732026-08-26T14:56:09.335Z[ recovery-image] Aug 26 14:56:08.745 INFO O| Aug 26 14:56:08.745 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46742026-08-26T14:56:09.425Z[verify-libraries] Compiling crypto-bigint v0.7.5
46752026-08-26T14:56:09.483Z[verify-libraries] Compiling aes v0.9.1
46762026-08-26T14:56:10.054Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46772026-08-26T14:56:10.155Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46782026-08-26T14:56:10.199Z[verify-libraries] Compiling ctr v0.10.1
46792026-08-26T14:56:10.260Z[verify-libraries] Compiling aead v0.6.1
46802026-08-26T14:56:10.409Z[verify-libraries] Compiling bb8 v0.8.6
46812026-08-26T14:56:10.516Z[verify-libraries] Compiling parking_lot_core v0.8.6
46822026-08-26T14:56:10.807Z[verify-libraries] Compiling aes-gcm v0.11.0
46832026-08-26T14:56:10.838Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46842026-08-26T14:56:10.921Z[verify-libraries] Compiling spki v0.8.0
46852026-08-26T14:56:10.958Z[verify-libraries] Compiling mime_guess v2.0.5
46862026-08-26T14:56:10.985Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46872026-08-26T14:56:11.050Z[verify-libraries] Compiling progenitor v0.13.0
46882026-08-26T14:56:11.090Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46892026-08-26T14:56:11.193Z[verify-libraries] Compiling salsa20 v0.11.0
46902026-08-26T14:56:11.209Z[ host-image] Aug 26 14:56:10.625 INFO O| Aug 26 14:56:10.625 INFO O| Startup: Refreshing catalog 'helios' ... Done
46912026-08-26T14:56:11.290Z[verify-libraries] Compiling nanorand v0.7.0
46922026-08-26T14:56:11.438Z[verify-libraries] Compiling scrypt v0.12.0
46932026-08-26T14:56:11.692Z[verify-libraries] Compiling flume v0.11.1
46942026-08-26T14:56:11.747Z[ host-image] Aug 26 14:56:11.165 INFO O| Aug 26 14:56:11.165 INFO O| Startup: Caching catalogs ... Done
46952026-08-26T14:56:11.751Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46962026-08-26T14:56:11.791Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46972026-08-26T14:56:11.799Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46982026-08-26T14:56:11.950Z[verify-libraries] Compiling cbc v0.2.1
46992026-08-26T14:56:12.141Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
47002026-08-26T14:56:12.178Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47012026-08-26T14:56:12.218Z[verify-libraries] Compiling nonempty v0.12.0
47022026-08-26T14:56:12.346Z[verify-libraries] Compiling http-range v0.1.5
47032026-08-26T14:56:12.378Z[ host-image] Aug 26 14:56:11.795 INFO O| Aug 26 14:56:11.795 INFO O| Planning: Solver setup ... Done
47042026-08-26T14:56:12.385Z[ host-image] Aug 26 14:56:11.801 INFO O| Aug 26 14:56:11.800 INFO O| Planning: Running solver ... Done
47052026-08-26T14:56:12.398Z[ host-image] Aug 26 14:56:11.816 INFO O| Aug 26 14:56:11.816 INFO O| Planning: Finding local manifests ... Done
47062026-08-26T14:56:12.410Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47072026-08-26T14:56:12.429Z[ host-image] Aug 26 14:56:11.846 INFO O| Aug 26 14:56:11.846 INFO O| Planning: Fetching manifests: 0/6 0% complete
47082026-08-26T14:56:12.438Z[verify-libraries] Compiling corncobs v0.1.4
47092026-08-26T14:56:12.522Z[ host-image] Aug 26 14:56:11.935 INFO O| Aug 26 14:56:11.935 INFO O| Planning: Fetching manifests: 6/6 100% complete
47102026-08-26T14:56:12.562Z[ host-image] Aug 26 14:56:11.966 INFO O| Aug 26 14:56:11.966 INFO O| Planning: Package planning ... Done
47112026-08-26T14:56:12.577Z[ host-image] Aug 26 14:56:11.975 INFO O| Aug 26 14:56:11.975 INFO O| Planning: Merging actions ... Done
47122026-08-26T14:56:12.577Z[verify-libraries] Compiling pkcs5 v0.8.1
47132026-08-26T14:56:12.597Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47142026-08-26T14:56:12.605Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47152026-08-26T14:56:12.613Z[ host-image] Aug 26 14:56:12.027 INFO O| Aug 26 14:56:12.026 INFO O| Planning: Checking for conflicting actions ... Done
47162026-08-26T14:56:12.614Z[ host-image] Aug 26 14:56:12.030 INFO O| Aug 26 14:56:12.029 INFO O| Planning: Consolidating action changes ... Done
47172026-08-26T14:56:12.639Z[verify-libraries] Compiling parking_lot v0.11.2
47182026-08-26T14:56:12.761Z[ host-image] Aug 26 14:56:12.178 INFO O| Aug 26 14:56:12.178 INFO O| Planning: Evaluating mediators ... Done
47192026-08-26T14:56:12.768Z[ host-image] Aug 26 14:56:12.181 INFO O| Aug 26 14:56:12.181 INFO O| Planning: Planning completed in 1.00 seconds
47202026-08-26T14:56:12.768Z[ host-image] Aug 26 14:56:12.181 INFO O| Aug 26 14:56:12.181 INFO O| Packages to install: 6
47212026-08-26T14:56:12.768Z[ host-image] Aug 26 14:56:12.181 INFO O| Aug 26 14:56:12.181 INFO O| Mediators to change: 1
47222026-08-26T14:56:12.768Z[ host-image] Aug 26 14:56:12.181 INFO O| Aug 26 14:56:12.181 INFO O| Services to change: 1
47232026-08-26T14:56:12.778Z[ host-image] Aug 26 14:56:12.194 INFO O| Aug 26 14:56:12.194 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47242026-08-26T14:56:13.129Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47252026-08-26T14:56:13.176Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47262026-08-26T14:56:13.211Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47272026-08-26T14:56:13.292Z[ host-image] Aug 26 14:56:12.709 INFO O| Aug 26 14:56:12.709 INFO O| Download: Completed 7.84 MB in 0.52 seconds (15.2M/s)
47282026-08-26T14:56:13.302Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47292026-08-26T14:56:13.331Z[ host-image] Aug 26 14:56:12.745 INFO O| Aug 26 14:56:12.745 INFO O| Actions: 1/1366 actions (Installing new actions)
47302026-08-26T14:56:13.379Z[verify-libraries] Compiling digest-io v0.1.0
47312026-08-26T14:56:13.504Z[verify-libraries] Compiling prefix-trie v0.7.0
47322026-08-26T14:56:13.587Z[ host-image] Aug 26 14:56:12.979 INFO O| Aug 26 14:56:12.979 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
47332026-08-26T14:56:13.629Z[ host-image] Aug 26 14:56:13.022 INFO O| Aug 26 14:56:13.022 INFO O| Finalize: Updating package state database ... Done
47342026-08-26T14:56:13.629Z[ host-image] Aug 26 14:56:13.022 INFO O| Aug 26 14:56:13.022 INFO O| Finalize: Updating package cache ... Done
47352026-08-26T14:56:13.651Z[verify-libraries] Compiling secrecy v0.8.0
47362026-08-26T14:56:13.732Z[ host-image] Aug 26 14:56:13.148 INFO O| Aug 26 14:56:13.148 INFO O| Finalize: Updating image state ... Done
47372026-08-26T14:56:13.821Z[verify-libraries] Compiling rawzip v0.4.4
47382026-08-26T14:56:13.891Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47392026-08-26T14:56:13.959Z[verify-libraries] Compiling sled v0.34.7
47402026-08-26T14:56:14.050Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47412026-08-26T14:56:14.255Z[verify-libraries] Compiling hickory-server v0.25.2
47422026-08-26T14:56:14.328Z[ recovery-image] Aug 26 14:56:13.745 INFO O| Aug 26 14:56:13.745 INFO O| Download: 8931/16682 items 90.0/200.0MB 44% complete (18.0M/s)
47432026-08-26T14:56:14.544Z[verify-libraries] Compiling pkcs8 v0.11.0
47442026-08-26T14:56:14.569Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47452026-08-26T14:56:14.609Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47462026-08-26T14:56:14.708Z[ host-image] Aug 26 14:56:14.126 INFO O| Aug 26 14:56:14.126 INFO O| Finalize: Creating fast lookup database ... Done
47472026-08-26T14:56:14.746Z[ host-image] Aug 26 14:56:14.164 INFO O| Aug 26 14:56:14.163 INFO O| Finalize: Reading search index ... Done
47482026-08-26T14:56:14.754Z[ host-image] Aug 26 14:56:14.164 INFO O| Aug 26 14:56:14.164 INFO O| Finalize: Updating search index ... Done
47492026-08-26T14:56:14.801Z[ host-image] Aug 26 14:56:14.218 INFO O| Aug 26 14:56:14.218 INFO O| Finalize: Updating package cache ... Done
47502026-08-26T14:56:15.031Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47512026-08-26T14:56:15.111Z[ host-image] Aug 26 14:56:14.527 INFO O| Aug 26 14:56:14.527 INFO STEP 13 (pkg_install) COMPLETE
47522026-08-26T14:56:15.111Z[ host-image] Aug 26 14:56:14.527 INFO O| Aug 26 14:56:14.527 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47532026-08-26T14:56:15.131Z[ host-image] Aug 26 14:56:14.537 INFO O| Aug 26 14:56:14.537 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47542026-08-26T14:56:15.216Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47552026-08-26T14:56:15.277Z[verify-libraries] Compiling ignore v0.4.25
47562026-08-26T14:56:15.332Z[verify-libraries] Compiling anstyle-parse v0.2.7
47572026-08-26T14:56:15.604Z[verify-libraries] Compiling ff v0.14.0
47582026-08-26T14:56:15.798Z[verify-libraries] Compiling anstream v0.6.21
47592026-08-26T14:56:15.963Z[verify-libraries] Compiling globwalk v0.9.1
47602026-08-26T14:56:16.225Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47612026-08-26T14:56:16.258Z[verify-libraries] Compiling predicates-tree v1.0.13
47622026-08-26T14:56:16.336Z[verify-libraries] Compiling libz-sys v1.1.24
47632026-08-26T14:56:16.705Z[verify-libraries] Compiling rand_seeder v0.4.0
47642026-08-26T14:56:16.952Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47652026-08-26T14:56:17.028Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47662026-08-26T14:56:17.193Z[verify-libraries] Compiling group v0.14.0
47672026-08-26T14:56:17.382Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47682026-08-26T14:56:17.407Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47692026-08-26T14:56:17.462Z[ host-image] Aug 26 14:56:16.879 INFO O| Aug 26 14:56:16.879 INFO O| Startup: Refreshing catalog 'helios' ... Done
47702026-08-26T14:56:17.507Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47712026-08-26T14:56:17.723Z[verify-libraries] Compiling signature v3.0.0
47722026-08-26T14:56:17.759Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47732026-08-26T14:56:17.955Z[ host-image] Aug 26 14:56:17.371 INFO O| Aug 26 14:56:17.371 INFO O| Startup: Caching catalogs ... Done
47742026-08-26T14:56:17.992Z[verify-libraries] Compiling base16ct v1.0.0
47752026-08-26T14:56:18.030Z[verify-libraries] Compiling instability v0.3.11
47762026-08-26T14:56:18.177Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47772026-08-26T14:56:18.271Z[verify-libraries] Compiling sec1 v0.8.1
47782026-08-26T14:56:18.350Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47792026-08-26T14:56:18.418Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47802026-08-26T14:56:18.487Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47812026-08-26T14:56:18.519Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47822026-08-26T14:56:18.519Z[verify-libraries] Compiling hkdf v0.13.0
47832026-08-26T14:56:18.545Z[ host-image] Aug 26 14:56:17.962 INFO O| Aug 26 14:56:17.962 INFO O| Planning: Solver setup ... Done
47842026-08-26T14:56:18.553Z[ host-image] Aug 26 14:56:17.968 INFO O| Aug 26 14:56:17.968 INFO O| Planning: Running solver ... Done
47852026-08-26T14:56:18.566Z[ host-image] Aug 26 14:56:17.983 INFO O| Aug 26 14:56:17.983 INFO O| Planning: Finding local manifests ... Done
47862026-08-26T14:56:18.607Z[ host-image] Aug 26 14:56:18.024 INFO O| Aug 26 14:56:18.024 INFO O| Planning: Fetching manifests: 0/1 0% complete
47872026-08-26T14:56:18.614Z[ host-image] Aug 26 14:56:18.030 INFO O| Aug 26 14:56:18.030 INFO O| Planning: Fetching manifests: 1/1 100% complete
47882026-08-26T14:56:18.633Z[ host-image] Aug 26 14:56:18.046 INFO O| Aug 26 14:56:18.046 INFO O| Planning: Package planning ... Done
47892026-08-26T14:56:18.633Z[ host-image] Aug 26 14:56:18.046 INFO O| Aug 26 14:56:18.046 INFO O| Planning: Merging actions ... Done
47902026-08-26T14:56:18.661Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47912026-08-26T14:56:18.671Z[ host-image] Aug 26 14:56:18.088 INFO O| Aug 26 14:56:18.088 INFO O| Planning: Checking for conflicting actions ... Done
47922026-08-26T14:56:18.680Z[ host-image] Aug 26 14:56:18.089 INFO O| Aug 26 14:56:18.088 INFO O| Planning: Consolidating action changes ... Done
47932026-08-26T14:56:18.708Z[verify-libraries] Compiling scuffle v0.1.0
47942026-08-26T14:56:18.808Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47952026-08-26T14:56:23.262Z[ host-image] Aug 26 14:56:18.237 INFO O| Aug 26 14:56:18.236 INFO O| Planning: Evaluating mediators ... Done
47962026-08-26T14:56:23.262Z[ host-image] Aug 26 14:56:18.237 INFO O| Aug 26 14:56:18.237 INFO O| Planning: Planning completed in 0.85 seconds
47972026-08-26T14:56:23.262Z[ host-image] Aug 26 14:56:18.237 INFO O| Aug 26 14:56:18.237 INFO O| Packages to install: 1
47982026-08-26T14:56:23.263Z[ host-image] Aug 26 14:56:18.248 INFO O| Aug 26 14:56:18.248 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47992026-08-26T14:56:23.263Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48002026-08-26T14:56:23.263Z[ recovery-image] Aug 26 14:56:18.381 INFO O| Aug 26 14:56:18.381 INFO O| Download: Completed 200.00 MB in 9.64 seconds (20.7M/s)
48012026-08-26T14:56:23.263Z[verify-libraries] Compiling castaway v0.2.4
48022026-08-26T14:56:23.263Z[verify-libraries] Compiling indoc v2.0.7
48032026-08-26T14:56:23.263Z[ recovery-image] Aug 26 14:56:18.654 INFO O| Aug 26 14:56:18.654 INFO O| Actions: 1/27580 actions (Installing new actions)
48042026-08-26T14:56:23.263Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
48052026-08-26T14:56:23.263Z[ host-image] Aug 26 14:56:18.834 INFO O| Aug 26 14:56:18.834 INFO O| Download: Completed 13.27 MB in 0.59 seconds (22.6M/s)
48062026-08-26T14:56:23.263Z[ host-image] Aug 26 14:56:18.855 INFO O| Aug 26 14:56:18.855 INFO O| Actions: 1/22 actions (Installing new actions)
48072026-08-26T14:56:23.263Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48082026-08-26T14:56:23.263Z[ host-image] Aug 26 14:56:19.113 INFO O| Aug 26 14:56:19.113 INFO O| Actions: Completed 22 actions in 0.26 seconds.
48092026-08-26T14:56:23.263Z[verify-libraries] Compiling compact_str v0.8.1
48102026-08-26T14:56:23.263Z[ host-image] Aug 26 14:56:19.161 INFO O| Aug 26 14:56:19.160 INFO O| Finalize: Updating package state database ... Done
48112026-08-26T14:56:23.263Z[ host-image] Aug 26 14:56:19.161 INFO O| Aug 26 14:56:19.161 INFO O| Finalize: Updating package cache ... Done
48122026-08-26T14:56:23.263Z[ host-image] Aug 26 14:56:19.276 INFO O| Aug 26 14:56:19.275 INFO O| Finalize: Updating image state ... Done
48132026-08-26T14:56:23.263Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48142026-08-26T14:56:23.263Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48152026-08-26T14:56:23.263Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48162026-08-26T14:56:23.263Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48172026-08-26T14:56:23.263Z[verify-libraries] Compiling elliptic-curve v0.14.1
48182026-08-26T14:56:23.263Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48192026-08-26T14:56:23.299Z[ host-image] Aug 26 14:56:20.390 INFO O| Aug 26 14:56:20.390 INFO O| Finalize: Creating fast lookup database ... Done
48202026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.419 INFO O| Aug 26 14:56:20.419 INFO O| Finalize: Reading search index ... Done
48212026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.419 INFO O| Aug 26 14:56:20.419 INFO O| Finalize: Updating search index ... Done
48222026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.430 INFO O| Aug 26 14:56:20.429 INFO O| Finalize: Updating package cache ... Done
48232026-08-26T14:56:23.300Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48242026-08-26T14:56:23.300Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48252026-08-26T14:56:23.300Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48262026-08-26T14:56:23.300Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48272026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.708 INFO STEP 14 (pkg_install) COMPLETE
48282026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48292026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO skip step because feature "mbist" is not enabled
48302026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48312026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO skip step because feature "mfg" is not enabled
48322026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48332026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO skip step because feature "compliance" is not enabled
48342026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48352026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO skip step because feature "stress" is not enabled
48362026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48372026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO skip step because feature "compliance" is not enabled
48382026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48392026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO skip step because feature "nfs" is not enabled
48402026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48412026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.709 INFO O| Aug 26 14:56:20.709 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48422026-08-26T14:56:23.300Z[verify-libraries] Compiling lru v0.12.5
48432026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:20.993 INFO O| Aug 26 14:56:20.993 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48442026-08-26T14:56:23.300Z[verify-libraries] Compiling unicode-truncate v1.1.0
48452026-08-26T14:56:23.300Z[verify-libraries] Compiling arc-swap v1.8.2
48462026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:21.144 INFO O| Aug 26 14:56:21.144 INFO completed processing sled/ramdisk-01-os
48472026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:21.146 INFO omicron1 baseline generation...
48482026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:21.146 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48492026-08-26T14:56:23.300Z[verify-libraries] Compiling cassowary v0.3.0
48502026-08-26T14:56:23.300Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48512026-08-26T14:56:23.300Z[ host-image] Aug 26 14:56:21.557 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
48522026-08-26T14:56:23.300Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48532026-08-26T14:56:23.301Z[verify-libraries] Compiling ratatui v0.29.0
48542026-08-26T14:56:23.301Z[verify-libraries] Compiling slog-scope v4.4.1
48552026-08-26T14:56:23.301Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48562026-08-26T14:56:23.301Z[verify-libraries] Compiling wnaf v0.14.0
48572026-08-26T14:56:23.301Z[verify-libraries] Compiling primefield v0.14.0
48582026-08-26T14:56:23.301Z[verify-libraries] Compiling rfc6979 v0.6.0
48592026-08-26T14:56:23.301Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48602026-08-26T14:56:23.301Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48612026-08-26T14:56:23.301Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48622026-08-26T14:56:23.301Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48632026-08-26T14:56:23.398Z[verify-libraries] Compiling vergen-git2 v9.1.0
48642026-08-26T14:56:23.512Z[verify-libraries] Compiling strsim v0.10.0
48652026-08-26T14:56:23.885Z[verify-libraries] Compiling darling_core v0.13.4
48662026-08-26T14:56:24.121Z[verify-libraries] Compiling primeorder v0.14.0
48672026-08-26T14:56:24.237Z[ recovery-image] Aug 26 14:56:23.654 INFO O| Aug 26 14:56:23.654 INFO O| Actions: 27052/27580 actions (Installing new actions)
48682026-08-26T14:56:24.298Z[verify-libraries] Compiling ecdsa v0.17.0
48692026-08-26T14:56:24.649Z[verify-libraries] Compiling slog-stdlog v4.1.1
48702026-08-26T14:56:24.792Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48712026-08-26T14:56:24.807Z[ recovery-image] Aug 26 14:56:24.224 INFO O| Aug 26 14:56:24.224 INFO O| Actions: Completed 27580 actions in 5.57 seconds.
48722026-08-26T14:56:24.888Z[ recovery-image] Aug 26 14:56:24.306 INFO O| Aug 26 14:56:24.305 INFO O| Finalize: Updating package state database ... Done
48732026-08-26T14:56:24.888Z[ recovery-image] Aug 26 14:56:24.306 INFO O| Aug 26 14:56:24.305 INFO O| Finalize: Updating package cache ... Done
48742026-08-26T14:56:24.975Z[verify-libraries] Compiling tungstenite v0.23.0
48752026-08-26T14:56:25.022Z[ recovery-image] Aug 26 14:56:24.440 INFO O| Aug 26 14:56:24.440 INFO O| Finalize: Updating image state ... Done
48762026-08-26T14:56:25.026Z[verify-libraries] Compiling console v0.16.2
48772026-08-26T14:56:25.085Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48782026-08-26T14:56:25.215Z[verify-libraries] Compiling libsw-core v0.3.2
48792026-08-26T14:56:25.512Z[verify-libraries] Compiling unit-prefix v0.5.2
48802026-08-26T14:56:25.564Z[verify-libraries] Compiling assert_matches v1.5.0
48812026-08-26T14:56:25.679Z[verify-libraries] Compiling void v1.0.2
48822026-08-26T14:56:25.707Z[verify-libraries] Compiling indicatif v0.18.4
48832026-08-26T14:56:25.788Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48842026-08-26T14:56:25.834Z[verify-libraries] Compiling libsw v3.5.0
48852026-08-26T14:56:25.856Z[ recovery-image] Aug 26 14:56:25.274 INFO O| Aug 26 14:56:25.274 INFO O| Finalize: Creating fast lookup database ... Done
48862026-08-26T14:56:25.872Z[verify-libraries] Compiling lzss v0.8.2
48872026-08-26T14:56:25.875Z[ recovery-image] Aug 26 14:56:25.291 INFO O| Aug 26 14:56:25.290 INFO O| Finalize: Reading search index ... Done
48882026-08-26T14:56:26.022Z[verify-libraries] Compiling slog-envlogger v2.2.0
48892026-08-26T14:56:26.067Z[verify-libraries] Compiling darling_macro v0.13.4
48902026-08-26T14:56:26.118Z[verify-libraries] Compiling ssh-encoding v0.3.0
48912026-08-26T14:56:26.177Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48922026-08-26T14:56:26.312Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48932026-08-26T14:56:26.380Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48942026-08-26T14:56:26.543Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48952026-08-26T14:56:26.597Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48962026-08-26T14:56:26.683Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48972026-08-26T14:56:26.706Z[verify-libraries] Compiling nix v0.27.1
48982026-08-26T14:56:26.753Z[verify-libraries] Compiling colored v2.2.0
48992026-08-26T14:56:26.809Z[verify-libraries] Compiling blake3 v1.8.5
49002026-08-26T14:56:26.885Z[verify-libraries] Compiling serde_bytes v0.11.19
49012026-08-26T14:56:26.990Z[verify-libraries] Compiling keccak v0.2.0
49022026-08-26T14:56:27.219Z[verify-libraries] Compiling shell-words v1.1.1
49032026-08-26T14:56:27.303Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49042026-08-26T14:56:27.457Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49052026-08-26T14:56:27.600Z[verify-libraries] Compiling darling v0.13.4
49062026-08-26T14:56:27.632Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49072026-08-26T14:56:27.648Z[ recovery-image] Aug 26 14:56:27.066 INFO O| Aug 26 14:56:27.066 INFO O| Finalize: Building new search index ... Done
49082026-08-26T14:56:27.876Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49092026-08-26T14:56:27.907Z[verify-libraries] Compiling ed25519 v3.0.0
49102026-08-26T14:56:27.987Z[ recovery-image] Aug 26 14:56:27.404 INFO O| Aug 26 14:56:27.404 INFO O| Finalize: Updating package cache ... Done
49112026-08-26T14:56:28.226Z[verify-libraries] Compiling crypto-primes v0.7.2
49122026-08-26T14:56:28.329Z[ recovery-image] Aug 26 14:56:27.746 INFO O| Aug 26 14:56:27.746 INFO STEP 11 (pkg_install) COMPLETE
49132026-08-26T14:56:28.329Z[ recovery-image] Aug 26 14:56:27.746 INFO O| Aug 26 14:56:27.746 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49142026-08-26T14:56:28.329Z[ recovery-image] Aug 26 14:56:27.746 INFO O| Aug 26 14:56:27.746 INFO skip step because feature "recovery" is enabled
49152026-08-26T14:56:28.333Z[ recovery-image] Aug 26 14:56:27.746 INFO O| Aug 26 14:56:27.746 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49162026-08-26T14:56:28.333Z[ recovery-image] Aug 26 14:56:27.746 INFO O| Aug 26 14:56:27.746 INFO skip step because feature "omicron1" is not enabled
49172026-08-26T14:56:28.334Z[ recovery-image] Aug 26 14:56:27.746 INFO O| Aug 26 14:56:27.746 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49182026-08-26T14:56:28.340Z[ recovery-image] Aug 26 14:56:27.757 INFO O| Aug 26 14:56:27.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49192026-08-26T14:56:28.402Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49202026-08-26T14:56:28.853Z[verify-libraries] Compiling poly1305 v0.9.0
49212026-08-26T14:56:29.201Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49222026-08-26T14:56:29.394Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49232026-08-26T14:56:29.456Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49242026-08-26T14:56:29.556Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49252026-08-26T14:56:29.699Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49262026-08-26T14:56:29.749Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49272026-08-26T14:56:29.839Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49282026-08-26T14:56:29.871Z[verify-libraries] Compiling blowfish v0.10.0
49292026-08-26T14:56:30.010Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49302026-08-26T14:56:30.143Z[verify-libraries] Compiling petname v2.0.2
49312026-08-26T14:56:30.177Z[verify-libraries] Compiling arrayvec v0.7.6
49322026-08-26T14:56:30.210Z[verify-libraries] Compiling arrayref v0.3.9
49332026-08-26T14:56:30.260Z[verify-libraries] Compiling constant_time_eq v0.4.2
49342026-08-26T14:56:30.342Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49352026-08-26T14:56:30.682Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49362026-08-26T14:56:30.763Z[ recovery-image] Aug 26 14:56:30.181 INFO O| Aug 26 14:56:30.181 INFO O| Startup: Refreshing catalog 'helios' ... Done
49372026-08-26T14:56:30.884Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49382026-08-26T14:56:30.928Z[verify-libraries] Compiling ssh-cipher v0.3.0
49392026-08-26T14:56:31.007Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49402026-08-26T14:56:31.130Z[verify-libraries] Compiling serde_with_macros v1.5.2
49412026-08-26T14:56:31.204Z[verify-libraries] Compiling sha3 v0.11.0
49422026-08-26T14:56:31.248Z[ recovery-image] Aug 26 14:56:30.665 INFO O| Aug 26 14:56:30.665 INFO O| Startup: Caching catalogs ... Done
49432026-08-26T14:56:31.281Z[verify-libraries] Compiling p256 v0.14.0
49442026-08-26T14:56:31.281Z[verify-libraries] Compiling p384 v0.14.0
49452026-08-26T14:56:31.507Z[verify-libraries] Compiling p521 v0.14.0
49462026-08-26T14:56:31.637Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49472026-08-26T14:56:31.675Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49482026-08-26T14:56:31.836Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-26T14:56:31.858Z[ recovery-image] Aug 26 14:56:31.262 INFO O| Aug 26 14:56:31.261 INFO O| Planning: Solver setup ... Done
49502026-08-26T14:56:31.858Z[ recovery-image] Aug 26 14:56:31.267 INFO O| Aug 26 14:56:31.267 INFO O| Planning: Running solver ... Done
49512026-08-26T14:56:31.864Z[ recovery-image] Aug 26 14:56:31.282 INFO O| Aug 26 14:56:31.282 INFO O| Planning: Finding local manifests ... Done
49522026-08-26T14:56:31.952Z[ recovery-image] Aug 26 14:56:31.369 INFO O| Aug 26 14:56:31.369 INFO O| Planning: Fetching manifests: 0/1 0% complete
49532026-08-26T14:56:31.974Z[ recovery-image] Aug 26 14:56:31.391 INFO O| Aug 26 14:56:31.391 INFO O| Planning: Fetching manifests: 1/1 100% complete
49542026-08-26T14:56:31.990Z[ recovery-image] Aug 26 14:56:31.407 INFO O| Aug 26 14:56:31.407 INFO O| Planning: Package planning ... Done
49552026-08-26T14:56:31.990Z[ recovery-image] Aug 26 14:56:31.407 INFO O| Aug 26 14:56:31.407 INFO O| Planning: Merging actions ... Done
49562026-08-26T14:56:32.010Z[ recovery-image] Aug 26 14:56:31.427 INFO O| Aug 26 14:56:31.427 INFO O| Planning: Checking for conflicting actions ... Done
49572026-08-26T14:56:32.014Z[ recovery-image] Aug 26 14:56:31.427 INFO O| Aug 26 14:56:31.427 INFO O| Planning: Consolidating action changes ... Done
49582026-08-26T14:56:32.074Z[verify-libraries] Compiling twox-hash v2.1.2
49592026-08-26T14:56:32.104Z[ recovery-image] Aug 26 14:56:31.521 INFO O| Aug 26 14:56:31.520 INFO O| Planning: Evaluating mediators ... Done
49602026-08-26T14:56:32.107Z[ recovery-image] Aug 26 14:56:31.521 INFO O| Aug 26 14:56:31.521 INFO O| Planning: Planning completed in 0.84 seconds
49612026-08-26T14:56:32.107Z[ recovery-image] Aug 26 14:56:31.521 INFO O| Aug 26 14:56:31.521 INFO O| Packages to install: 1
49622026-08-26T14:56:32.114Z[ recovery-image] Aug 26 14:56:31.532 INFO O| Aug 26 14:56:31.532 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49632026-08-26T14:56:32.132Z[verify-libraries] Compiling kem v0.3.0
49642026-08-26T14:56:32.313Z[verify-libraries] Compiling module-lattice v0.2.3
49652026-08-26T14:56:32.434Z[verify-libraries] Compiling rtoolbox v0.0.3
49662026-08-26T14:56:32.495Z[verify-libraries] Compiling atty v0.2.14
49672026-08-26T14:56:32.501Z[ recovery-image] Aug 26 14:56:31.918 INFO O| Aug 26 14:56:31.918 INFO O| Download: Completed 13.27 MB in 0.39 seconds (34.3M/s)
49682026-08-26T14:56:32.523Z[ recovery-image] Aug 26 14:56:31.940 INFO O| Aug 26 14:56:31.940 INFO O| Actions: 1/22 actions (Installing new actions)
49692026-08-26T14:56:32.568Z[verify-libraries] Compiling sponge-cursor v0.1.0
49702026-08-26T14:56:32.637Z[verify-libraries] Compiling topological-sort v0.2.2
49712026-08-26T14:56:32.689Z[verify-libraries] Compiling rpassword v7.5.4
49722026-08-26T14:56:32.755Z[verify-libraries] Compiling sha3 v0.12.0
49732026-08-26T14:56:32.759Z[verify-libraries] Compiling ml-kem v0.3.2
49742026-08-26T14:56:32.778Z[ recovery-image] Aug 26 14:56:32.196 INFO O| Aug 26 14:56:32.196 INFO O| Actions: Completed 22 actions in 0.26 seconds.
49752026-08-26T14:56:32.820Z[ recovery-image] Aug 26 14:56:32.237 INFO O| Aug 26 14:56:32.237 INFO O| Finalize: Updating package state database ... Done
49762026-08-26T14:56:32.820Z[ recovery-image] Aug 26 14:56:32.237 INFO O| Aug 26 14:56:32.237 INFO O| Finalize: Updating package cache ... Done
49772026-08-26T14:56:32.925Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49782026-08-26T14:56:32.978Z[ recovery-image] Aug 26 14:56:32.395 INFO O| Aug 26 14:56:32.395 INFO O| Finalize: Updating image state ... Done
49792026-08-26T14:56:33.126Z[verify-libraries] Compiling serde_with v1.14.0
49802026-08-26T14:56:33.417Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49812026-08-26T14:56:33.691Z[ recovery-image] Aug 26 14:56:33.108 INFO O| Aug 26 14:56:33.108 INFO O| Finalize: Creating fast lookup database ... Done
49822026-08-26T14:56:33.706Z[ recovery-image] Aug 26 14:56:33.124 INFO O| Aug 26 14:56:33.123 INFO O| Finalize: Reading search index ... Done
49832026-08-26T14:56:33.707Z[ recovery-image] Aug 26 14:56:33.124 INFO O| Aug 26 14:56:33.124 INFO O| Finalize: Updating search index ... Done
49842026-08-26T14:56:33.717Z[ recovery-image] Aug 26 14:56:33.134 INFO O| Aug 26 14:56:33.134 INFO O| Finalize: Updating package cache ... Done
49852026-08-26T14:56:33.732Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49862026-08-26T14:56:33.890Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49872026-08-26T14:56:33.945Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49882026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.423 INFO O| Aug 26 14:56:33.423 INFO STEP 14 (pkg_install) COMPLETE
49892026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49902026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO skip step because feature "mbist" is not enabled
49912026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49922026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO skip step because feature "mfg" is not enabled
49932026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49942026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO skip step because feature "compliance" is not enabled
49952026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49962026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO skip step because feature "stress" is not enabled
49972026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49982026-08-26T14:56:34.008Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.423 INFO skip step because feature "compliance" is not enabled
49992026-08-26T14:56:34.009Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.424 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50002026-08-26T14:56:34.009Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.424 INFO skip step because feature "nfs" is not enabled
50012026-08-26T14:56:34.009Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.424 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50022026-08-26T14:56:34.009Z[ recovery-image] Aug 26 14:56:33.424 INFO O| Aug 26 14:56:33.424 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50032026-08-26T14:56:34.024Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
50042026-08-26T14:56:34.290Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50052026-08-26T14:56:34.359Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50062026-08-26T14:56:34.439Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50072026-08-26T14:56:34.686Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
50082026-08-26T14:56:34.794Z[ recovery-image] Aug 26 14:56:34.211 INFO O| Aug 26 14:56:34.211 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50092026-08-26T14:56:34.797Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50102026-08-26T14:56:34.941Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
50112026-08-26T14:56:35.060Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
50122026-08-26T14:56:35.110Z[ recovery-image] Aug 26 14:56:34.528 INFO O| Aug 26 14:56:34.528 INFO completed processing sled/ramdisk-01-os
50132026-08-26T14:56:35.114Z[ recovery-image] Aug 26 14:56:34.530 INFO image builder template: ramdisk-02-trim...
50142026-08-26T14:56:35.114Z[ recovery-image] Aug 26 14:56:34.530 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/.tmpOPAkYs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50152026-08-26T14:56:35.133Z[ recovery-image] Aug 26 14:56:34.550 INFO O| Aug 26 14:56:34.550 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50162026-08-26T14:56:35.137Z[ recovery-image] Aug 26 14:56:34.554 INFO O| Aug 26 14:56:34.554 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50172026-08-26T14:56:35.311Z[ recovery-image] Aug 26 14:56:34.728 INFO O| Aug 26 14:56:34.728 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50182026-08-26T14:56:35.347Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50192026-08-26T14:56:35.407Z[ recovery-image] Aug 26 14:56:34.824 INFO O| Aug 26 14:56:34.824 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50202026-08-26T14:56:35.407Z[ recovery-image] Aug 26 14:56:34.824 INFO O| Aug 26 14:56:34.824 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50212026-08-26T14:56:35.407Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50222026-08-26T14:56:35.411Z[ recovery-image] Aug 26 14:56:34.829 INFO O| Aug 26 14:56:34.829 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50232026-08-26T14:56:35.417Z[ recovery-image] Aug 26 14:56:34.832 INFO O| Aug 26 14:56:34.832 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50242026-08-26T14:56:35.420Z[ recovery-image] Aug 26 14:56:34.837 INFO O| Aug 26 14:56:34.837 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50252026-08-26T14:56:35.622Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50262026-08-26T14:56:35.643Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50272026-08-26T14:56:35.752Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50282026-08-26T14:56:35.913Z[ recovery-image] Aug 26 14:56:35.331 INFO O| Aug 26 14:56:35.331 INFO rolled back to input snapshot; work may begin
50292026-08-26T14:56:35.913Z[ recovery-image] Aug 26 14:56:35.331 INFO O| Aug 26 14:56:35.331 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50302026-08-26T14:56:35.921Z[ recovery-image] Aug 26 14:56:35.336 INFO O| Aug 26 14:56:35.336 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-26T14:56:35.927Z[ recovery-image] Aug 26 14:56:35.345 INFO O| Aug 26 14:56:35.345 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50322026-08-26T14:56:35.936Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50332026-08-26T14:56:35.969Z[ recovery-image] Aug 26 14:56:35.386 INFO O| Aug 26 14:56:35.386 INFO STEP 0 (remove_files) COMPLETE
50342026-08-26T14:56:35.969Z[ recovery-image] Aug 26 14:56:35.386 INFO O| Aug 26 14:56:35.386 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-26T14:56:35.979Z[ recovery-image] Aug 26 14:56:35.396 INFO O| Aug 26 14:56:35.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50362026-08-26T14:56:35.983Z[ recovery-image] Aug 26 14:56:35.398 INFO O| Aug 26 14:56:35.398 INFO STEP 1 (remove_files) COMPLETE
50372026-08-26T14:56:35.983Z[ recovery-image] Aug 26 14:56:35.398 INFO O| Aug 26 14:56:35.398 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-26T14:56:35.990Z[ recovery-image] Aug 26 14:56:35.407 INFO O| Aug 26 14:56:35.407 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50392026-08-26T14:56:36.003Z[ recovery-image] Aug 26 14:56:35.420 INFO O| Aug 26 14:56:35.420 INFO STEP 2 (remove_files) COMPLETE
50402026-08-26T14:56:36.003Z[ recovery-image] Aug 26 14:56:35.420 INFO O| Aug 26 14:56:35.420 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-26T14:56:36.027Z[ recovery-image] Aug 26 14:56:35.430 INFO O| Aug 26 14:56:35.430 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50422026-08-26T14:56:36.027Z[ recovery-image] Aug 26 14:56:35.431 INFO O| Aug 26 14:56:35.431 INFO STEP 3 (remove_files) COMPLETE
50432026-08-26T14:56:36.027Z[ recovery-image] Aug 26 14:56:35.431 INFO O| Aug 26 14:56:35.431 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-26T14:56:36.027Z[ recovery-image] Aug 26 14:56:35.440 INFO O| Aug 26 14:56:35.440 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50452026-08-26T14:56:36.027Z[ recovery-image] Aug 26 14:56:35.443 INFO O| Aug 26 14:56:35.443 INFO STEP 4 (remove_files) COMPLETE
50462026-08-26T14:56:36.027Z[ recovery-image] Aug 26 14:56:35.443 INFO O| Aug 26 14:56:35.443 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-26T14:56:36.035Z[ recovery-image] Aug 26 14:56:35.452 INFO O| Aug 26 14:56:35.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50482026-08-26T14:56:36.039Z[ recovery-image] Aug 26 14:56:35.452 INFO O| Aug 26 14:56:35.452 INFO STEP 5 (remove_files) COMPLETE
50492026-08-26T14:56:36.039Z[ recovery-image] Aug 26 14:56:35.452 INFO O| Aug 26 14:56:35.452 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-26T14:56:36.044Z[ recovery-image] Aug 26 14:56:35.462 INFO O| Aug 26 14:56:35.462 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50512026-08-26T14:56:36.055Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO STEP 6 (remove_files) COMPLETE
50522026-08-26T14:56:36.055Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-26T14:56:36.055Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO skip step because feature "heliosv2" is not enabled
50542026-08-26T14:56:36.055Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-26T14:56:36.055Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO skip step because feature "recovery" is enabled
50562026-08-26T14:56:36.055Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-26T14:56:36.055Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO skip step because feature "recovery" is enabled
50582026-08-26T14:56:36.055Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-26T14:56:36.059Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO skip step because feature "recovery" is enabled
50602026-08-26T14:56:36.060Z[ recovery-image] Aug 26 14:56:35.472 INFO O| Aug 26 14:56:35.472 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-26T14:56:36.063Z[ recovery-image] Aug 26 14:56:35.481 INFO O| Aug 26 14:56:35.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50622026-08-26T14:56:36.067Z[ recovery-image] Aug 26 14:56:35.484 INFO O| Aug 26 14:56:35.484 INFO STEP 11 (remove_files) COMPLETE
50632026-08-26T14:56:36.068Z[ recovery-image] Aug 26 14:56:35.484 INFO O| Aug 26 14:56:35.484 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-26T14:56:36.075Z[ recovery-image] Aug 26 14:56:35.493 INFO O| Aug 26 14:56:35.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50652026-08-26T14:56:36.079Z[ recovery-image] Aug 26 14:56:35.493 INFO O| Aug 26 14:56:35.493 INFO STEP 12 (remove_files) COMPLETE
50662026-08-26T14:56:36.079Z[ recovery-image] Aug 26 14:56:35.493 INFO O| Aug 26 14:56:35.493 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-26T14:56:36.085Z[ recovery-image] Aug 26 14:56:35.503 INFO O| Aug 26 14:56:35.503 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50682026-08-26T14:56:36.089Z[ recovery-image] Aug 26 14:56:35.504 INFO O| Aug 26 14:56:35.504 INFO STEP 13 (remove_files) COMPLETE
50692026-08-26T14:56:36.089Z[ recovery-image] Aug 26 14:56:35.504 INFO O| Aug 26 14:56:35.504 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-26T14:56:36.235Z[ recovery-image] Aug 26 14:56:35.652 INFO O| Aug 26 14:56:35.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50712026-08-26T14:56:36.260Z[ recovery-image] Aug 26 14:56:35.678 INFO O| Aug 26 14:56:35.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50722026-08-26T14:56:36.343Z[ recovery-image] Aug 26 14:56:35.760 INFO O| Aug 26 14:56:35.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50732026-08-26T14:56:36.343Z[ recovery-image] Aug 26 14:56:35.761 INFO O| Aug 26 14:56:35.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50742026-08-26T14:56:36.355Z[ recovery-image] Aug 26 14:56:35.772 INFO O| Aug 26 14:56:35.772 INFO STEP 14 (remove_files) COMPLETE
50752026-08-26T14:56:36.355Z[ recovery-image] Aug 26 14:56:35.772 INFO O| Aug 26 14:56:35.772 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-26T14:56:36.366Z[ recovery-image] Aug 26 14:56:35.783 INFO O| Aug 26 14:56:35.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50772026-08-26T14:56:36.369Z[ recovery-image] Aug 26 14:56:35.784 INFO O| Aug 26 14:56:35.784 INFO STEP 15 (remove_files) COMPLETE
50782026-08-26T14:56:36.369Z[ recovery-image] Aug 26 14:56:35.784 INFO O| Aug 26 14:56:35.784 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-26T14:56:36.376Z[ recovery-image] Aug 26 14:56:35.794 INFO O| Aug 26 14:56:35.794 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50802026-08-26T14:56:36.382Z[ recovery-image] Aug 26 14:56:35.799 INFO O| Aug 26 14:56:35.799 INFO STEP 16 (remove_files) COMPLETE
50812026-08-26T14:56:36.382Z[ recovery-image] Aug 26 14:56:35.799 INFO O| Aug 26 14:56:35.799 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-26T14:56:36.438Z[ recovery-image] Aug 26 14:56:35.855 INFO O| Aug 26 14:56:35.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50832026-08-26T14:56:36.441Z[ recovery-image] Aug 26 14:56:35.855 INFO O| Aug 26 14:56:35.855 INFO STEP 17 (remove_files) COMPLETE
50842026-08-26T14:56:36.442Z[ recovery-image] Aug 26 14:56:35.855 INFO O| Aug 26 14:56:35.855 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-26T14:56:36.502Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50862026-08-26T14:56:36.512Z[ recovery-image] Aug 26 14:56:35.929 INFO O| Aug 26 14:56:35.929 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50872026-08-26T14:56:36.515Z[ recovery-image] Aug 26 14:56:35.930 INFO O| Aug 26 14:56:35.930 INFO STEP 18 (remove_files) COMPLETE
50882026-08-26T14:56:36.515Z[ recovery-image] Aug 26 14:56:35.930 INFO O| Aug 26 14:56:35.930 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-26T14:56:36.522Z[ recovery-image] Aug 26 14:56:35.939 INFO O| Aug 26 14:56:35.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50902026-08-26T14:56:36.526Z[ recovery-image] Aug 26 14:56:35.939 INFO O| Aug 26 14:56:35.939 INFO STEP 19 (remove_files) COMPLETE
50912026-08-26T14:56:36.526Z[ recovery-image] Aug 26 14:56:35.939 INFO O| Aug 26 14:56:35.939 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-26T14:56:36.531Z[ recovery-image] Aug 26 14:56:35.948 INFO O| Aug 26 14:56:35.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50932026-08-26T14:56:36.531Z[ recovery-image] Aug 26 14:56:35.948 INFO O| Aug 26 14:56:35.948 INFO STEP 20 (remove_files) COMPLETE
50942026-08-26T14:56:36.534Z[ recovery-image] Aug 26 14:56:35.948 INFO O| Aug 26 14:56:35.948 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-26T14:56:36.539Z[ recovery-image] Aug 26 14:56:35.956 INFO O| Aug 26 14:56:35.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50962026-08-26T14:56:36.539Z[ recovery-image] Aug 26 14:56:35.956 INFO O| Aug 26 14:56:35.956 INFO STEP 21 (remove_files) COMPLETE
50972026-08-26T14:56:36.539Z[ recovery-image] Aug 26 14:56:35.956 INFO O| Aug 26 14:56:35.956 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-26T14:56:36.547Z[ recovery-image] Aug 26 14:56:35.964 INFO O| Aug 26 14:56:35.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50992026-08-26T14:56:36.547Z[ recovery-image] Aug 26 14:56:35.964 INFO O| Aug 26 14:56:35.964 INFO STEP 22 (remove_files) COMPLETE
51002026-08-26T14:56:36.547Z[ recovery-image] Aug 26 14:56:35.964 INFO O| Aug 26 14:56:35.964 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-26T14:56:36.555Z[ recovery-image] Aug 26 14:56:35.972 INFO O| Aug 26 14:56:35.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51022026-08-26T14:56:36.555Z[ recovery-image] Aug 26 14:56:35.972 INFO O| Aug 26 14:56:35.972 INFO STEP 23 (remove_files) COMPLETE
51032026-08-26T14:56:36.555Z[ recovery-image] Aug 26 14:56:35.972 INFO O| Aug 26 14:56:35.972 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-26T14:56:36.563Z[ recovery-image] Aug 26 14:56:35.981 INFO O| Aug 26 14:56:35.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51052026-08-26T14:56:36.563Z[ recovery-image] Aug 26 14:56:35.981 INFO O| Aug 26 14:56:35.981 INFO STEP 24 (remove_files) COMPLETE
51062026-08-26T14:56:36.563Z[ recovery-image] Aug 26 14:56:35.981 INFO O| Aug 26 14:56:35.981 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-26T14:56:36.571Z[ recovery-image] Aug 26 14:56:35.988 INFO O| Aug 26 14:56:35.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51082026-08-26T14:56:36.571Z[ recovery-image] Aug 26 14:56:35.989 INFO O| Aug 26 14:56:35.989 INFO STEP 25 (remove_files) COMPLETE
51092026-08-26T14:56:36.571Z[ recovery-image] Aug 26 14:56:35.989 INFO O| Aug 26 14:56:35.989 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-26T14:56:36.580Z[ recovery-image] Aug 26 14:56:35.997 INFO O| Aug 26 14:56:35.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51112026-08-26T14:56:36.580Z[ recovery-image] Aug 26 14:56:35.997 INFO O| Aug 26 14:56:35.997 INFO STEP 26 (remove_files) COMPLETE
51122026-08-26T14:56:36.580Z[ recovery-image] Aug 26 14:56:35.997 INFO O| Aug 26 14:56:35.997 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-26T14:56:36.588Z[ recovery-image] Aug 26 14:56:36.006 INFO O| Aug 26 14:56:36.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51142026-08-26T14:56:36.588Z[ recovery-image] Aug 26 14:56:36.006 INFO O| Aug 26 14:56:36.006 INFO STEP 27 (remove_files) COMPLETE
51152026-08-26T14:56:36.592Z[ recovery-image] Aug 26 14:56:36.006 INFO O| Aug 26 14:56:36.006 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-26T14:56:36.597Z[ recovery-image] Aug 26 14:56:36.014 INFO O| Aug 26 14:56:36.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51172026-08-26T14:56:36.597Z[ recovery-image] Aug 26 14:56:36.014 INFO O| Aug 26 14:56:36.014 INFO STEP 28 (remove_files) COMPLETE
51182026-08-26T14:56:36.601Z[ recovery-image] Aug 26 14:56:36.014 INFO O| Aug 26 14:56:36.014 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-26T14:56:36.606Z[ recovery-image] Aug 26 14:56:36.023 INFO O| Aug 26 14:56:36.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51202026-08-26T14:56:36.606Z[ recovery-image] Aug 26 14:56:36.023 INFO O| Aug 26 14:56:36.023 INFO STEP 29 (remove_files) COMPLETE
51212026-08-26T14:56:36.610Z[ recovery-image] Aug 26 14:56:36.023 INFO O| Aug 26 14:56:36.023 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-26T14:56:36.615Z[ recovery-image] Aug 26 14:56:36.032 INFO O| Aug 26 14:56:36.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51232026-08-26T14:56:36.615Z[ recovery-image] Aug 26 14:56:36.032 INFO O| Aug 26 14:56:36.032 INFO STEP 30 (remove_files) COMPLETE
51242026-08-26T14:56:36.618Z[ recovery-image] Aug 26 14:56:36.032 INFO O| Aug 26 14:56:36.032 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-26T14:56:36.623Z[ recovery-image] Aug 26 14:56:36.040 INFO O| Aug 26 14:56:36.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51262026-08-26T14:56:36.623Z[ recovery-image] Aug 26 14:56:36.040 INFO O| Aug 26 14:56:36.040 INFO STEP 31 (remove_files) COMPLETE
51272026-08-26T14:56:36.627Z[ recovery-image] Aug 26 14:56:36.040 INFO O| Aug 26 14:56:36.040 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-26T14:56:36.632Z[ recovery-image] Aug 26 14:56:36.050 INFO O| Aug 26 14:56:36.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51292026-08-26T14:56:36.632Z[ recovery-image] Aug 26 14:56:36.050 INFO O| Aug 26 14:56:36.050 INFO STEP 32 (remove_files) COMPLETE
51302026-08-26T14:56:36.632Z[ recovery-image] Aug 26 14:56:36.050 INFO O| Aug 26 14:56:36.050 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-26T14:56:36.641Z[ recovery-image] Aug 26 14:56:36.059 INFO O| Aug 26 14:56:36.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51322026-08-26T14:56:36.641Z[ recovery-image] Aug 26 14:56:36.059 INFO O| Aug 26 14:56:36.059 INFO STEP 33 (remove_files) COMPLETE
51332026-08-26T14:56:36.645Z[ recovery-image] Aug 26 14:56:36.059 INFO O| Aug 26 14:56:36.059 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-26T14:56:36.651Z[ recovery-image] Aug 26 14:56:36.068 INFO O| Aug 26 14:56:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51352026-08-26T14:56:36.651Z[ recovery-image] Aug 26 14:56:36.069 INFO O| Aug 26 14:56:36.069 INFO STEP 34 (remove_files) COMPLETE
51362026-08-26T14:56:36.651Z[ recovery-image] Aug 26 14:56:36.069 INFO O| Aug 26 14:56:36.069 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-26T14:56:36.661Z[ recovery-image] Aug 26 14:56:36.078 INFO O| Aug 26 14:56:36.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51382026-08-26T14:56:36.661Z[ recovery-image] Aug 26 14:56:36.078 INFO O| Aug 26 14:56:36.078 INFO STEP 35 (remove_files) COMPLETE
51392026-08-26T14:56:36.661Z[ recovery-image] Aug 26 14:56:36.078 INFO O| Aug 26 14:56:36.078 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-26T14:56:36.672Z[ recovery-image] Aug 26 14:56:36.089 INFO O| Aug 26 14:56:36.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51412026-08-26T14:56:36.672Z[ recovery-image] Aug 26 14:56:36.089 INFO O| Aug 26 14:56:36.089 INFO STEP 36 (remove_files) COMPLETE
51422026-08-26T14:56:36.672Z[ recovery-image] Aug 26 14:56:36.089 INFO O| Aug 26 14:56:36.089 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-26T14:56:36.681Z[ recovery-image] Aug 26 14:56:36.099 INFO O| Aug 26 14:56:36.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51442026-08-26T14:56:36.682Z[ recovery-image] Aug 26 14:56:36.099 INFO O| Aug 26 14:56:36.099 INFO STEP 37 (remove_files) COMPLETE
51452026-08-26T14:56:36.682Z[ recovery-image] Aug 26 14:56:36.099 INFO O| Aug 26 14:56:36.099 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-26T14:56:36.692Z[ recovery-image] Aug 26 14:56:36.110 INFO O| Aug 26 14:56:36.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51472026-08-26T14:56:36.693Z[ recovery-image] Aug 26 14:56:36.110 INFO O| Aug 26 14:56:36.110 INFO STEP 38 (remove_files) COMPLETE
51482026-08-26T14:56:36.696Z[ recovery-image] Aug 26 14:56:36.110 INFO O| Aug 26 14:56:36.110 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-26T14:56:36.702Z[ recovery-image] Aug 26 14:56:36.119 INFO O| Aug 26 14:56:36.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51502026-08-26T14:56:36.702Z[ recovery-image] Aug 26 14:56:36.119 INFO O| Aug 26 14:56:36.119 INFO STEP 39 (remove_files) COMPLETE
51512026-08-26T14:56:36.705Z[ recovery-image] Aug 26 14:56:36.119 INFO O| Aug 26 14:56:36.119 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-26T14:56:36.711Z[ recovery-image] Aug 26 14:56:36.128 INFO O| Aug 26 14:56:36.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51532026-08-26T14:56:36.711Z[ recovery-image] Aug 26 14:56:36.128 INFO O| Aug 26 14:56:36.128 INFO STEP 40 (remove_files) COMPLETE
51542026-08-26T14:56:36.711Z[ recovery-image] Aug 26 14:56:36.128 INFO O| Aug 26 14:56:36.128 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-26T14:56:36.721Z[ recovery-image] Aug 26 14:56:36.138 INFO O| Aug 26 14:56:36.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51562026-08-26T14:56:36.721Z[ recovery-image] Aug 26 14:56:36.138 INFO O| Aug 26 14:56:36.138 INFO STEP 41 (remove_files) COMPLETE
51572026-08-26T14:56:36.721Z[ recovery-image] Aug 26 14:56:36.138 INFO O| Aug 26 14:56:36.138 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-26T14:56:36.729Z[ recovery-image] Aug 26 14:56:36.147 INFO O| Aug 26 14:56:36.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51592026-08-26T14:56:36.729Z[ recovery-image] Aug 26 14:56:36.147 INFO O| Aug 26 14:56:36.147 INFO STEP 42 (remove_files) COMPLETE
51602026-08-26T14:56:36.733Z[ recovery-image] Aug 26 14:56:36.147 INFO O| Aug 26 14:56:36.147 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-26T14:56:36.739Z[ recovery-image] Aug 26 14:56:36.156 INFO O| Aug 26 14:56:36.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51622026-08-26T14:56:36.739Z[ recovery-image] Aug 26 14:56:36.156 INFO O| Aug 26 14:56:36.156 INFO STEP 43 (remove_files) COMPLETE
51632026-08-26T14:56:36.739Z[ recovery-image] Aug 26 14:56:36.156 INFO O| Aug 26 14:56:36.156 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-26T14:56:36.748Z[ recovery-image] Aug 26 14:56:36.165 INFO O| Aug 26 14:56:36.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51652026-08-26T14:56:36.748Z[ recovery-image] Aug 26 14:56:36.165 INFO O| Aug 26 14:56:36.165 INFO STEP 44 (remove_files) COMPLETE
51662026-08-26T14:56:36.748Z[ recovery-image] Aug 26 14:56:36.165 INFO O| Aug 26 14:56:36.165 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-26T14:56:36.757Z[ recovery-image] Aug 26 14:56:36.174 INFO O| Aug 26 14:56:36.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51682026-08-26T14:56:36.757Z[ recovery-image] Aug 26 14:56:36.174 INFO O| Aug 26 14:56:36.174 INFO STEP 45 (remove_files) COMPLETE
51692026-08-26T14:56:36.757Z[ recovery-image] Aug 26 14:56:36.174 INFO O| Aug 26 14:56:36.174 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-26T14:56:36.768Z[ recovery-image] Aug 26 14:56:36.185 INFO O| Aug 26 14:56:36.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51712026-08-26T14:56:36.769Z[ recovery-image] Aug 26 14:56:36.185 INFO O| Aug 26 14:56:36.185 INFO STEP 46 (remove_files) COMPLETE
51722026-08-26T14:56:36.769Z[ recovery-image] Aug 26 14:56:36.185 INFO O| Aug 26 14:56:36.185 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-26T14:56:36.779Z[ recovery-image] Aug 26 14:56:36.196 INFO O| Aug 26 14:56:36.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51742026-08-26T14:56:36.779Z[ recovery-image] Aug 26 14:56:36.196 INFO O| Aug 26 14:56:36.196 INFO STEP 47 (remove_files) COMPLETE
51752026-08-26T14:56:36.779Z[ recovery-image] Aug 26 14:56:36.196 INFO O| Aug 26 14:56:36.196 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-26T14:56:36.788Z[ recovery-image] Aug 26 14:56:36.205 INFO O| Aug 26 14:56:36.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51772026-08-26T14:56:36.788Z[ recovery-image] Aug 26 14:56:36.205 INFO O| Aug 26 14:56:36.205 INFO STEP 48 (remove_files) COMPLETE
51782026-08-26T14:56:36.791Z[ recovery-image] Aug 26 14:56:36.205 INFO O| Aug 26 14:56:36.205 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-26T14:56:36.796Z[ recovery-image] Aug 26 14:56:36.213 INFO O| Aug 26 14:56:36.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51802026-08-26T14:56:36.796Z[ recovery-image] Aug 26 14:56:36.214 INFO O| Aug 26 14:56:36.214 INFO STEP 49 (remove_files) COMPLETE
51812026-08-26T14:56:36.796Z[ recovery-image] Aug 26 14:56:36.214 INFO O| Aug 26 14:56:36.214 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-26T14:56:36.805Z[ recovery-image] Aug 26 14:56:36.223 INFO O| Aug 26 14:56:36.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51832026-08-26T14:56:36.805Z[ recovery-image] Aug 26 14:56:36.223 INFO O| Aug 26 14:56:36.223 INFO STEP 50 (remove_files) COMPLETE
51842026-08-26T14:56:36.806Z[ recovery-image] Aug 26 14:56:36.223 INFO O| Aug 26 14:56:36.223 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-26T14:56:36.815Z[ recovery-image] Aug 26 14:56:36.232 INFO O| Aug 26 14:56:36.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51862026-08-26T14:56:36.815Z[ recovery-image] Aug 26 14:56:36.232 INFO O| Aug 26 14:56:36.232 INFO STEP 51 (remove_files) COMPLETE
51872026-08-26T14:56:36.819Z[ recovery-image] Aug 26 14:56:36.232 INFO O| Aug 26 14:56:36.232 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-26T14:56:36.823Z[ recovery-image] Aug 26 14:56:36.240 INFO O| Aug 26 14:56:36.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51892026-08-26T14:56:36.823Z[ recovery-image] Aug 26 14:56:36.241 INFO O| Aug 26 14:56:36.240 INFO STEP 52 (remove_files) COMPLETE
51902026-08-26T14:56:36.823Z[ recovery-image] Aug 26 14:56:36.241 INFO O| Aug 26 14:56:36.241 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-26T14:56:36.831Z[ recovery-image] Aug 26 14:56:36.248 INFO O| Aug 26 14:56:36.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51922026-08-26T14:56:36.831Z[ recovery-image] Aug 26 14:56:36.249 INFO O| Aug 26 14:56:36.248 INFO STEP 53 (remove_files) COMPLETE
51932026-08-26T14:56:36.835Z[ recovery-image] Aug 26 14:56:36.249 INFO O| Aug 26 14:56:36.249 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-26T14:56:36.839Z[ recovery-image] Aug 26 14:56:36.257 INFO O| Aug 26 14:56:36.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51952026-08-26T14:56:36.839Z[ recovery-image] Aug 26 14:56:36.257 INFO O| Aug 26 14:56:36.257 INFO STEP 54 (remove_files) COMPLETE
51962026-08-26T14:56:36.839Z[ recovery-image] Aug 26 14:56:36.257 INFO O| Aug 26 14:56:36.257 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-26T14:56:36.857Z[ recovery-image] Aug 26 14:56:36.274 INFO O| Aug 26 14:56:36.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51982026-08-26T14:56:36.857Z[ recovery-image] Aug 26 14:56:36.274 INFO O| Aug 26 14:56:36.274 INFO STEP 55 (remove_files) COMPLETE
51992026-08-26T14:56:36.857Z[ recovery-image] Aug 26 14:56:36.274 INFO O| Aug 26 14:56:36.274 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-26T14:56:36.868Z[ recovery-image] Aug 26 14:56:36.285 INFO O| Aug 26 14:56:36.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52012026-08-26T14:56:36.868Z[ recovery-image] Aug 26 14:56:36.285 INFO O| Aug 26 14:56:36.285 INFO STEP 56 (remove_files) COMPLETE
52022026-08-26T14:56:36.868Z[ recovery-image] Aug 26 14:56:36.285 INFO O| Aug 26 14:56:36.285 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-08-26T14:56:36.877Z[ recovery-image] Aug 26 14:56:36.295 INFO O| Aug 26 14:56:36.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52042026-08-26T14:56:36.878Z[ recovery-image] Aug 26 14:56:36.295 INFO O| Aug 26 14:56:36.295 INFO STEP 57 (remove_files) COMPLETE
52052026-08-26T14:56:36.881Z[ recovery-image] Aug 26 14:56:36.295 INFO O| Aug 26 14:56:36.295 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-26T14:56:36.886Z[ recovery-image] Aug 26 14:56:36.304 INFO O| Aug 26 14:56:36.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52072026-08-26T14:56:36.887Z[ recovery-image] Aug 26 14:56:36.304 INFO O| Aug 26 14:56:36.304 INFO STEP 58 (remove_files) COMPLETE
52082026-08-26T14:56:36.887Z[ recovery-image] Aug 26 14:56:36.304 INFO O| Aug 26 14:56:36.304 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-08-26T14:56:36.895Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52102026-08-26T14:56:36.895Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52112026-08-26T14:56:36.896Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52122026-08-26T14:56:36.896Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52132026-08-26T14:56:36.900Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52142026-08-26T14:56:36.900Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52152026-08-26T14:56:36.900Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 INFO ok!
52162026-08-26T14:56:36.900Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 INFO STEP 59 (ensure_file) COMPLETE
52172026-08-26T14:56:36.900Z[ recovery-image] Aug 26 14:56:36.313 INFO O| Aug 26 14:56:36.313 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-26T14:56:36.904Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.321 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52192026-08-26T14:56:36.904Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.322 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52202026-08-26T14:56:36.904Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.322 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52212026-08-26T14:56:36.904Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.322 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52222026-08-26T14:56:36.908Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52232026-08-26T14:56:36.908Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.322 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52242026-08-26T14:56:36.908Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.322 INFO ok!
52252026-08-26T14:56:36.908Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.322 INFO STEP 60 (ensure_file) COMPLETE
52262026-08-26T14:56:36.908Z[ recovery-image] Aug 26 14:56:36.322 INFO O| Aug 26 14:56:36.322 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-08-26T14:56:36.913Z[ recovery-image] Aug 26 14:56:36.331 INFO O| Aug 26 14:56:36.331 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52282026-08-26T14:56:36.913Z[ recovery-image] Aug 26 14:56:36.331 INFO O| Aug 26 14:56:36.331 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52292026-08-26T14:56:36.913Z[ recovery-image] Aug 26 14:56:36.331 INFO O| Aug 26 14:56:36.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52302026-08-26T14:56:36.917Z[ recovery-image] Aug 26 14:56:36.331 INFO O| Aug 26 14:56:36.331 INFO ok!
52312026-08-26T14:56:36.917Z[ recovery-image] Aug 26 14:56:36.331 INFO O| Aug 26 14:56:36.331 INFO STEP 61 (ensure_file) COMPLETE
52322026-08-26T14:56:36.917Z[ recovery-image] Aug 26 14:56:36.331 INFO O| Aug 26 14:56:36.331 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-08-26T14:56:36.922Z[ recovery-image] Aug 26 14:56:36.340 INFO O| Aug 26 14:56:36.340 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52342026-08-26T14:56:36.922Z[ recovery-image] Aug 26 14:56:36.340 INFO O| Aug 26 14:56:36.340 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52352026-08-26T14:56:36.922Z[ recovery-image] Aug 26 14:56:36.340 INFO O| Aug 26 14:56:36.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52362026-08-26T14:56:36.926Z[ recovery-image] Aug 26 14:56:36.340 INFO O| Aug 26 14:56:36.340 INFO ok!
52372026-08-26T14:56:36.926Z[ recovery-image] Aug 26 14:56:36.340 INFO O| Aug 26 14:56:36.340 INFO STEP 62 (ensure_file) COMPLETE
52382026-08-26T14:56:36.926Z[ recovery-image] Aug 26 14:56:36.340 INFO O| Aug 26 14:56:36.340 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-08-26T14:56:36.931Z[ recovery-image] Aug 26 14:56:36.349 INFO O| Aug 26 14:56:36.349 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52402026-08-26T14:56:36.931Z[ recovery-image] Aug 26 14:56:36.349 INFO O| Aug 26 14:56:36.349 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52412026-08-26T14:56:36.931Z[ recovery-image] Aug 26 14:56:36.349 INFO O| Aug 26 14:56:36.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52422026-08-26T14:56:36.931Z[ recovery-image] Aug 26 14:56:36.349 INFO O| Aug 26 14:56:36.349 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52432026-08-26T14:56:36.935Z[ recovery-image] Aug 26 14:56:36.349 INFO O| Aug 26 14:56:36.349 INFO ok!
52442026-08-26T14:56:36.935Z[ recovery-image] Aug 26 14:56:36.349 INFO O| Aug 26 14:56:36.349 INFO STEP 63 (ensure_file) COMPLETE
52452026-08-26T14:56:36.935Z[ recovery-image] Aug 26 14:56:36.349 INFO O| Aug 26 14:56:36.349 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-08-26T14:56:36.941Z[ recovery-image] Aug 26 14:56:36.358 INFO O| Aug 26 14:56:36.358 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52472026-08-26T14:56:36.941Z[ recovery-image] Aug 26 14:56:36.358 INFO O| Aug 26 14:56:36.358 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52482026-08-26T14:56:36.941Z[ recovery-image] Aug 26 14:56:36.358 INFO O| Aug 26 14:56:36.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52492026-08-26T14:56:36.944Z[ recovery-image] Aug 26 14:56:36.358 INFO O| Aug 26 14:56:36.358 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52502026-08-26T14:56:36.944Z[ recovery-image] Aug 26 14:56:36.358 INFO O| Aug 26 14:56:36.358 INFO ok!
52512026-08-26T14:56:36.944Z[ recovery-image] Aug 26 14:56:36.358 INFO O| Aug 26 14:56:36.358 INFO STEP 64 (ensure_file) COMPLETE
52522026-08-26T14:56:36.944Z[ recovery-image] Aug 26 14:56:36.358 INFO O| Aug 26 14:56:36.358 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52532026-08-26T14:56:36.950Z[ recovery-image] Aug 26 14:56:36.368 INFO O| Aug 26 14:56:36.368 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52542026-08-26T14:56:36.950Z[ recovery-image] Aug 26 14:56:36.368 INFO O| Aug 26 14:56:36.368 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52552026-08-26T14:56:36.951Z[ recovery-image] Aug 26 14:56:36.368 INFO O| Aug 26 14:56:36.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52562026-08-26T14:56:36.954Z[ recovery-image] Aug 26 14:56:36.368 INFO O| Aug 26 14:56:36.368 INFO ok!
52572026-08-26T14:56:36.954Z[ recovery-image] Aug 26 14:56:36.368 INFO O| Aug 26 14:56:36.368 INFO STEP 65 (assemble_files) COMPLETE
52582026-08-26T14:56:36.954Z[ recovery-image] Aug 26 14:56:36.368 INFO O| Aug 26 14:56:36.368 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52592026-08-26T14:56:36.961Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52602026-08-26T14:56:36.961Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52612026-08-26T14:56:36.961Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52622026-08-26T14:56:36.964Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52632026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO ok!
52642026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO STEP 66 (ensure_file) COMPLETE
52652026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO skip step because feature "omicron1" is not enabled
52672026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52682026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO skip step because feature "omicron1" is not enabled
52692026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52702026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO skip step because feature "omicron1" is not enabled
52712026-08-26T14:56:36.965Z[ recovery-image] Aug 26 14:56:36.378 INFO O| Aug 26 14:56:36.378 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52722026-08-26T14:56:36.975Z[ recovery-image] Aug 26 14:56:36.392 INFO O| Aug 26 14:56:36.392 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52732026-08-26T14:56:36.975Z[ recovery-image] Aug 26 14:56:36.392 INFO O| Aug 26 14:56:36.392 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52742026-08-26T14:56:37.205Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52752026-08-26T14:56:37.967Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52762026-08-26T14:56:38.098Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52772026-08-26T14:56:38.456Z[ recovery-image] Aug 26 14:56:37.873 INFO O| Aug 26 14:56:37.872 INFO STEP 70 (pack_tar) COMPLETE
52782026-08-26T14:56:38.456Z[ recovery-image] Aug 26 14:56:37.873 INFO O| Aug 26 14:56:37.873 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52792026-08-26T14:56:38.459Z[ recovery-image] Aug 26 14:56:37.873 INFO O| Aug 26 14:56:37.873 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52802026-08-26T14:56:38.995Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52812026-08-26T14:56:39.012Z[ recovery-image] Aug 26 14:56:38.430 INFO O| Aug 26 14:56:38.430 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52822026-08-26T14:56:39.027Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52832026-08-26T14:56:39.093Z[ recovery-image] Aug 26 14:56:38.510 INFO O| Aug 26 14:56:38.510 INFO completed processing sled/ramdisk-02-trim
52842026-08-26T14:56:39.097Z[ recovery-image] Aug 26 14:56:38.513 INFO image builder template: ramdisk-03-recovery-trim...
52852026-08-26T14:56:39.097Z[ recovery-image] Aug 26 14:56:38.513 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/.tmpOPAkYs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52862026-08-26T14:56:39.100Z[ recovery-image] Aug 26 14:56:38.518 INFO O| Aug 26 14:56:38.517 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52872026-08-26T14:56:39.174Z[ recovery-image] Aug 26 14:56:38.591 INFO O| Aug 26 14:56:38.591 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52882026-08-26T14:56:39.178Z[ recovery-image] Aug 26 14:56:38.595 INFO O| Aug 26 14:56:38.595 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52892026-08-26T14:56:39.243Z[ recovery-image] Aug 26 14:56:38.660 INFO O| Aug 26 14:56:38.660 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52902026-08-26T14:56:39.305Z[ recovery-image] Aug 26 14:56:38.723 INFO O| Aug 26 14:56:38.723 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52912026-08-26T14:56:39.305Z[ recovery-image] Aug 26 14:56:38.723 INFO O| Aug 26 14:56:38.723 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52922026-08-26T14:56:39.312Z[ recovery-image] Aug 26 14:56:38.730 INFO O| Aug 26 14:56:38.730 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52932026-08-26T14:56:39.317Z[ recovery-image] Aug 26 14:56:38.734 INFO O| Aug 26 14:56:38.734 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52942026-08-26T14:56:39.321Z[ recovery-image] Aug 26 14:56:38.738 INFO O| Aug 26 14:56:38.738 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52952026-08-26T14:56:39.474Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52962026-08-26T14:56:39.588Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52972026-08-26T14:56:39.611Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52982026-08-26T14:56:39.658Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52992026-08-26T14:56:39.855Z[ recovery-image] Aug 26 14:56:39.272 INFO O| Aug 26 14:56:39.272 INFO rolled back to input snapshot; work may begin
53002026-08-26T14:56:39.855Z[ recovery-image] Aug 26 14:56:39.272 INFO O| Aug 26 14:56:39.272 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53012026-08-26T14:56:39.860Z[ recovery-image] Aug 26 14:56:39.278 INFO O| Aug 26 14:56:39.278 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-08-26T14:56:39.872Z[ recovery-image] Aug 26 14:56:39.288 INFO O| Aug 26 14:56:39.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53032026-08-26T14:56:39.875Z[ recovery-image] Aug 26 14:56:39.290 INFO O| Aug 26 14:56:39.290 INFO STEP 0 (remove_files) COMPLETE
53042026-08-26T14:56:39.875Z[ recovery-image] Aug 26 14:56:39.290 INFO O| Aug 26 14:56:39.290 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-26T14:56:39.883Z[ recovery-image] Aug 26 14:56:39.300 INFO O| Aug 26 14:56:39.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53062026-08-26T14:56:39.886Z[ recovery-image] Aug 26 14:56:39.301 INFO O| Aug 26 14:56:39.301 INFO STEP 1 (remove_files) COMPLETE
53072026-08-26T14:56:39.886Z[ recovery-image] Aug 26 14:56:39.301 INFO O| Aug 26 14:56:39.301 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-26T14:56:39.894Z[ recovery-image] Aug 26 14:56:39.312 INFO O| Aug 26 14:56:39.311 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53092026-08-26T14:56:39.901Z[ recovery-image] Aug 26 14:56:39.318 INFO O| Aug 26 14:56:39.318 INFO STEP 2 (remove_files) COMPLETE
53102026-08-26T14:56:39.901Z[ recovery-image] Aug 26 14:56:39.318 INFO O| Aug 26 14:56:39.318 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-26T14:56:39.911Z[ recovery-image] Aug 26 14:56:39.328 INFO O| Aug 26 14:56:39.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53122026-08-26T14:56:39.929Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53132026-08-26T14:56:39.968Z[ recovery-image] Aug 26 14:56:39.385 INFO O| Aug 26 14:56:39.385 INFO STEP 3 (remove_files) COMPLETE
53142026-08-26T14:56:39.968Z[ recovery-image] Aug 26 14:56:39.385 INFO O| Aug 26 14:56:39.385 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-26T14:56:39.979Z[ recovery-image] Aug 26 14:56:39.396 INFO O| Aug 26 14:56:39.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53162026-08-26T14:56:39.982Z[ recovery-image] Aug 26 14:56:39.399 INFO O| Aug 26 14:56:39.398 INFO STEP 4 (remove_files) COMPLETE
53172026-08-26T14:56:39.982Z[ recovery-image] Aug 26 14:56:39.399 INFO O| Aug 26 14:56:39.399 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-26T14:56:39.992Z[ recovery-image] Aug 26 14:56:39.409 INFO O| Aug 26 14:56:39.409 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53192026-08-26T14:56:40.026Z[ recovery-image] Aug 26 14:56:39.443 INFO O| Aug 26 14:56:39.443 INFO STEP 5 (remove_files) COMPLETE
53202026-08-26T14:56:40.026Z[ recovery-image] Aug 26 14:56:39.443 INFO O| Aug 26 14:56:39.443 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-26T14:56:40.036Z[ recovery-image] Aug 26 14:56:39.454 INFO O| Aug 26 14:56:39.454 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53222026-08-26T14:56:40.071Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53232026-08-26T14:56:40.090Z[ recovery-image] Aug 26 14:56:39.507 INFO O| Aug 26 14:56:39.507 INFO STEP 6 (remove_files) COMPLETE
53242026-08-26T14:56:40.090Z[ recovery-image] Aug 26 14:56:39.507 INFO O| Aug 26 14:56:39.507 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-26T14:56:40.103Z[ recovery-image] Aug 26 14:56:39.520 INFO O| Aug 26 14:56:39.519 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53262026-08-26T14:56:40.132Z[ recovery-image] Aug 26 14:56:39.549 INFO O| Aug 26 14:56:39.549 INFO STEP 7 (remove_files) COMPLETE
53272026-08-26T14:56:40.132Z[ recovery-image] Aug 26 14:56:39.549 INFO O| Aug 26 14:56:39.549 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-26T14:56:40.142Z[ recovery-image] Aug 26 14:56:39.559 INFO O| Aug 26 14:56:39.559 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53292026-08-26T14:56:40.149Z[ recovery-image] Aug 26 14:56:39.567 INFO O| Aug 26 14:56:39.567 INFO STEP 8 (remove_files) COMPLETE
53302026-08-26T14:56:40.149Z[ recovery-image] Aug 26 14:56:39.567 INFO O| Aug 26 14:56:39.567 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-26T14:56:40.160Z[ recovery-image] Aug 26 14:56:39.577 INFO O| Aug 26 14:56:39.577 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53322026-08-26T14:56:40.302Z[ recovery-image] Aug 26 14:56:39.719 INFO O| Aug 26 14:56:39.719 INFO STEP 9 (remove_files) COMPLETE
53332026-08-26T14:56:40.302Z[ recovery-image] Aug 26 14:56:39.719 INFO O| Aug 26 14:56:39.719 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-26T14:56:40.312Z[ recovery-image] Aug 26 14:56:39.729 INFO O| Aug 26 14:56:39.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53352026-08-26T14:56:40.321Z[ recovery-image] Aug 26 14:56:39.738 INFO O| Aug 26 14:56:39.738 INFO STEP 10 (remove_files) COMPLETE
53362026-08-26T14:56:40.321Z[ recovery-image] Aug 26 14:56:39.738 INFO O| Aug 26 14:56:39.738 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-26T14:56:40.331Z[ recovery-image] Aug 26 14:56:39.748 INFO O| Aug 26 14:56:39.748 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53382026-08-26T14:56:40.334Z[verify-libraries] Compiling fatfs v0.3.6
53392026-08-26T14:56:40.334Z[ recovery-image] Aug 26 14:56:39.751 INFO O| Aug 26 14:56:39.751 INFO STEP 11 (remove_files) COMPLETE
53402026-08-26T14:56:40.334Z[ recovery-image] Aug 26 14:56:39.751 INFO O| Aug 26 14:56:39.751 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-26T14:56:40.343Z[ recovery-image] Aug 26 14:56:39.761 INFO O| Aug 26 14:56:39.761 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53422026-08-26T14:56:40.355Z[verify-libraries] Compiling num-bigint v0.4.6
53432026-08-26T14:56:40.634Z[verify-libraries] Compiling generic-array v1.4.3
53442026-08-26T14:56:40.683Z[ recovery-image] Aug 26 14:56:40.100 INFO O| Aug 26 14:56:40.100 INFO STEP 12 (remove_files) COMPLETE
53452026-08-26T14:56:40.683Z[ recovery-image] Aug 26 14:56:40.100 INFO O| Aug 26 14:56:40.100 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-26T14:56:40.694Z[ recovery-image] Aug 26 14:56:40.111 INFO O| Aug 26 14:56:40.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53472026-08-26T14:56:40.697Z[ recovery-image] Aug 26 14:56:40.114 INFO O| Aug 26 14:56:40.114 INFO STEP 13 (remove_files) COMPLETE
53482026-08-26T14:56:40.697Z[ recovery-image] Aug 26 14:56:40.114 INFO O| Aug 26 14:56:40.114 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-26T14:56:40.706Z[ recovery-image] Aug 26 14:56:40.124 INFO O| Aug 26 14:56:40.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53502026-08-26T14:56:40.710Z[ recovery-image] Aug 26 14:56:40.126 INFO O| Aug 26 14:56:40.126 INFO STEP 14 (remove_files) COMPLETE
53512026-08-26T14:56:40.710Z[ recovery-image] Aug 26 14:56:40.126 INFO O| Aug 26 14:56:40.126 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-26T14:56:40.718Z[ recovery-image] Aug 26 14:56:40.136 INFO O| Aug 26 14:56:40.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53532026-08-26T14:56:40.722Z[ recovery-image] Aug 26 14:56:40.137 INFO O| Aug 26 14:56:40.137 INFO STEP 15 (remove_files) COMPLETE
53542026-08-26T14:56:40.722Z[ recovery-image] Aug 26 14:56:40.137 INFO O| Aug 26 14:56:40.137 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-26T14:56:40.728Z[ recovery-image] Aug 26 14:56:40.145 INFO O| Aug 26 14:56:40.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53562026-08-26T14:56:40.731Z[ recovery-image] Aug 26 14:56:40.147 INFO O| Aug 26 14:56:40.147 INFO STEP 16 (remove_files) COMPLETE
53572026-08-26T14:56:40.731Z[ recovery-image] Aug 26 14:56:40.147 INFO O| Aug 26 14:56:40.147 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-26T14:56:40.741Z[ recovery-image] Aug 26 14:56:40.157 INFO O| Aug 26 14:56:40.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53592026-08-26T14:56:40.747Z[ recovery-image] Aug 26 14:56:40.165 INFO O| Aug 26 14:56:40.165 INFO STEP 17 (remove_files) COMPLETE
53602026-08-26T14:56:40.747Z[ recovery-image] Aug 26 14:56:40.165 INFO O| Aug 26 14:56:40.165 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-26T14:56:40.757Z[ recovery-image] Aug 26 14:56:40.174 INFO O| Aug 26 14:56:40.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53622026-08-26T14:56:40.757Z[ recovery-image] Aug 26 14:56:40.174 INFO O| Aug 26 14:56:40.174 INFO STEP 18 (remove_files) COMPLETE
53632026-08-26T14:56:40.757Z[ recovery-image] Aug 26 14:56:40.174 INFO O| Aug 26 14:56:40.174 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-26T14:56:40.766Z[ recovery-image] Aug 26 14:56:40.184 INFO O| Aug 26 14:56:40.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53652026-08-26T14:56:40.770Z[ recovery-image] Aug 26 14:56:40.185 INFO O| Aug 26 14:56:40.185 INFO STEP 19 (remove_files) COMPLETE
53662026-08-26T14:56:40.770Z[ recovery-image] Aug 26 14:56:40.185 INFO O| Aug 26 14:56:40.185 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-26T14:56:40.776Z[ recovery-image] Aug 26 14:56:40.194 INFO O| Aug 26 14:56:40.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53682026-08-26T14:56:40.812Z[ recovery-image] Aug 26 14:56:40.229 INFO O| Aug 26 14:56:40.229 INFO STEP 20 (remove_files) COMPLETE
53692026-08-26T14:56:40.812Z[ recovery-image] Aug 26 14:56:40.230 INFO O| Aug 26 14:56:40.229 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-26T14:56:40.823Z[ recovery-image] Aug 26 14:56:40.240 INFO O| Aug 26 14:56:40.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53712026-08-26T14:56:40.826Z[ recovery-image] Aug 26 14:56:40.241 INFO O| Aug 26 14:56:40.241 INFO STEP 21 (remove_files) COMPLETE
53722026-08-26T14:56:40.826Z[ recovery-image] Aug 26 14:56:40.241 INFO O| Aug 26 14:56:40.241 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-26T14:56:40.833Z[ recovery-image] Aug 26 14:56:40.250 INFO O| Aug 26 14:56:40.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53742026-08-26T14:56:40.833Z[ recovery-image] Aug 26 14:56:40.250 INFO O| Aug 26 14:56:40.250 INFO STEP 22 (remove_files) COMPLETE
53752026-08-26T14:56:40.833Z[ recovery-image] Aug 26 14:56:40.250 INFO O| Aug 26 14:56:40.250 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-26T14:56:40.841Z[ recovery-image] Aug 26 14:56:40.259 INFO O| Aug 26 14:56:40.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53772026-08-26T14:56:40.845Z[ recovery-image] Aug 26 14:56:40.260 INFO O| Aug 26 14:56:40.260 INFO STEP 23 (remove_files) COMPLETE
53782026-08-26T14:56:40.845Z[ recovery-image] Aug 26 14:56:40.260 INFO O| Aug 26 14:56:40.260 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-26T14:56:40.852Z[ recovery-image] Aug 26 14:56:40.270 INFO O| Aug 26 14:56:40.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53802026-08-26T14:56:40.855Z[ recovery-image] Aug 26 14:56:40.270 INFO O| Aug 26 14:56:40.270 INFO STEP 24 (remove_files) COMPLETE
53812026-08-26T14:56:40.856Z[ recovery-image] Aug 26 14:56:40.270 INFO O| Aug 26 14:56:40.270 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-26T14:56:40.869Z[ recovery-image] Aug 26 14:56:40.286 INFO O| Aug 26 14:56:40.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53832026-08-26T14:56:40.869Z[ recovery-image] Aug 26 14:56:40.286 INFO O| Aug 26 14:56:40.286 INFO STEP 25 (remove_files) COMPLETE
53842026-08-26T14:56:40.869Z[ recovery-image] Aug 26 14:56:40.286 INFO O| Aug 26 14:56:40.286 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-26T14:56:40.926Z[ recovery-image] Aug 26 14:56:40.344 INFO O| Aug 26 14:56:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53862026-08-26T14:56:40.926Z[ recovery-image] Aug 26 14:56:40.344 INFO O| Aug 26 14:56:40.344 INFO STEP 26 (remove_files) COMPLETE
53872026-08-26T14:56:40.926Z[ recovery-image] Aug 26 14:56:40.344 INFO O| Aug 26 14:56:40.344 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-26T14:56:40.936Z[ recovery-image] Aug 26 14:56:40.353 INFO O| Aug 26 14:56:40.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53892026-08-26T14:56:40.936Z[ recovery-image] Aug 26 14:56:40.354 INFO O| Aug 26 14:56:40.354 INFO STEP 27 (remove_files) COMPLETE
53902026-08-26T14:56:40.940Z[ recovery-image] Aug 26 14:56:40.354 INFO O| Aug 26 14:56:40.354 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-26T14:56:40.944Z[ recovery-image] Aug 26 14:56:40.362 INFO O| Aug 26 14:56:40.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53922026-08-26T14:56:40.945Z[ recovery-image] Aug 26 14:56:40.362 INFO O| Aug 26 14:56:40.362 INFO STEP 28 (remove_files) COMPLETE
53932026-08-26T14:56:40.945Z[ recovery-image] Aug 26 14:56:40.362 INFO O| Aug 26 14:56:40.362 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-26T14:56:40.955Z[ recovery-image] Aug 26 14:56:40.373 INFO O| Aug 26 14:56:40.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53952026-08-26T14:56:40.956Z[ recovery-image] Aug 26 14:56:40.373 INFO O| Aug 26 14:56:40.373 INFO STEP 29 (remove_files) COMPLETE
53962026-08-26T14:56:40.956Z[ recovery-image] Aug 26 14:56:40.373 INFO O| Aug 26 14:56:40.373 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-26T14:56:40.965Z[ recovery-image] Aug 26 14:56:40.382 INFO O| Aug 26 14:56:40.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53982026-08-26T14:56:40.976Z[ recovery-image] Aug 26 14:56:40.394 INFO O| Aug 26 14:56:40.394 INFO STEP 30 (remove_files) COMPLETE
53992026-08-26T14:56:40.976Z[ recovery-image] Aug 26 14:56:40.394 INFO O| Aug 26 14:56:40.394 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-26T14:56:40.989Z[ recovery-image] Aug 26 14:56:40.407 INFO O| Aug 26 14:56:40.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54012026-08-26T14:56:40.989Z[ recovery-image] Aug 26 14:56:40.407 INFO O| Aug 26 14:56:40.407 INFO STEP 31 (remove_files) COMPLETE
54022026-08-26T14:56:40.989Z[ recovery-image] Aug 26 14:56:40.407 INFO O| Aug 26 14:56:40.407 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-26T14:56:41.000Z[ recovery-image] Aug 26 14:56:40.417 INFO O| Aug 26 14:56:40.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54042026-08-26T14:56:41.008Z[ recovery-image] Aug 26 14:56:40.426 INFO O| Aug 26 14:56:40.426 INFO STEP 32 (remove_files) COMPLETE
54052026-08-26T14:56:41.008Z[ recovery-image] Aug 26 14:56:40.426 INFO O| Aug 26 14:56:40.426 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-26T14:56:41.018Z[ recovery-image] Aug 26 14:56:40.435 INFO O| Aug 26 14:56:40.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54072026-08-26T14:56:41.018Z[ recovery-image] Aug 26 14:56:40.435 INFO O| Aug 26 14:56:40.435 INFO STEP 33 (remove_files) COMPLETE
54082026-08-26T14:56:41.018Z[ recovery-image] Aug 26 14:56:40.435 INFO O| Aug 26 14:56:40.435 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-26T14:56:41.026Z[ recovery-image] Aug 26 14:56:40.444 INFO O| Aug 26 14:56:40.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54102026-08-26T14:56:41.054Z[ recovery-image] Aug 26 14:56:40.467 INFO O| Aug 26 14:56:40.467 INFO STEP 34 (remove_files) COMPLETE
54112026-08-26T14:56:41.054Z[ recovery-image] Aug 26 14:56:40.467 INFO O| Aug 26 14:56:40.467 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-26T14:56:41.059Z[ recovery-image] Aug 26 14:56:40.476 INFO O| Aug 26 14:56:40.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54132026-08-26T14:56:41.059Z[ recovery-image] Aug 26 14:56:40.476 INFO O| Aug 26 14:56:40.476 INFO STEP 35 (remove_files) COMPLETE
54142026-08-26T14:56:41.059Z[ recovery-image] Aug 26 14:56:40.476 INFO O| Aug 26 14:56:40.476 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-26T14:56:41.067Z[ recovery-image] Aug 26 14:56:40.485 INFO O| Aug 26 14:56:40.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54162026-08-26T14:56:41.067Z[ recovery-image] Aug 26 14:56:40.485 INFO O| Aug 26 14:56:40.485 INFO STEP 36 (remove_files) COMPLETE
54172026-08-26T14:56:41.071Z[ recovery-image] Aug 26 14:56:40.485 INFO O| Aug 26 14:56:40.485 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-26T14:56:41.075Z[ recovery-image] Aug 26 14:56:40.492 INFO O| Aug 26 14:56:40.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54192026-08-26T14:56:41.075Z[ recovery-image] Aug 26 14:56:40.493 INFO O| Aug 26 14:56:40.492 INFO STEP 37 (remove_files) COMPLETE
54202026-08-26T14:56:41.075Z[ recovery-image] Aug 26 14:56:40.493 INFO O| Aug 26 14:56:40.492 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-26T14:56:41.083Z[ recovery-image] Aug 26 14:56:40.500 INFO O| Aug 26 14:56:40.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54222026-08-26T14:56:41.083Z[ recovery-image] Aug 26 14:56:40.500 INFO O| Aug 26 14:56:40.500 INFO STEP 38 (remove_files) COMPLETE
54232026-08-26T14:56:41.086Z[ recovery-image] Aug 26 14:56:40.500 INFO O| Aug 26 14:56:40.500 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-26T14:56:41.090Z[ recovery-image] Aug 26 14:56:40.508 INFO O| Aug 26 14:56:40.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54252026-08-26T14:56:41.090Z[ recovery-image] Aug 26 14:56:40.508 INFO O| Aug 26 14:56:40.508 INFO STEP 39 (remove_files) COMPLETE
54262026-08-26T14:56:41.094Z[ recovery-image] Aug 26 14:56:40.508 INFO O| Aug 26 14:56:40.508 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-26T14:56:41.098Z[ recovery-image] Aug 26 14:56:40.516 INFO O| Aug 26 14:56:40.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54282026-08-26T14:56:41.098Z[ recovery-image] Aug 26 14:56:40.516 INFO O| Aug 26 14:56:40.516 INFO STEP 40 (remove_files) COMPLETE
54292026-08-26T14:56:41.098Z[ recovery-image] Aug 26 14:56:40.516 INFO O| Aug 26 14:56:40.516 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-26T14:56:41.106Z[ recovery-image] Aug 26 14:56:40.524 INFO O| Aug 26 14:56:40.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54312026-08-26T14:56:41.106Z[ recovery-image] Aug 26 14:56:40.524 INFO O| Aug 26 14:56:40.524 INFO STEP 41 (remove_files) COMPLETE
54322026-08-26T14:56:41.106Z[ recovery-image] Aug 26 14:56:40.524 INFO O| Aug 26 14:56:40.524 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-26T14:56:41.114Z[ recovery-image] Aug 26 14:56:40.532 INFO O| Aug 26 14:56:40.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54342026-08-26T14:56:41.114Z[ recovery-image] Aug 26 14:56:40.532 INFO O| Aug 26 14:56:40.532 INFO STEP 42 (remove_files) COMPLETE
54352026-08-26T14:56:41.118Z[ recovery-image] Aug 26 14:56:40.532 INFO O| Aug 26 14:56:40.532 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-26T14:56:41.118Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54372026-08-26T14:56:41.127Z[ recovery-image] Aug 26 14:56:40.545 INFO O| Aug 26 14:56:40.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54382026-08-26T14:56:41.127Z[ recovery-image] Aug 26 14:56:40.545 INFO O| Aug 26 14:56:40.545 INFO STEP 43 (remove_files) COMPLETE
54392026-08-26T14:56:41.127Z[ recovery-image] Aug 26 14:56:40.545 INFO O| Aug 26 14:56:40.545 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-26T14:56:41.138Z[ recovery-image] Aug 26 14:56:40.556 INFO O| Aug 26 14:56:40.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54412026-08-26T14:56:41.149Z[ recovery-image] Aug 26 14:56:40.567 INFO O| Aug 26 14:56:40.566 INFO STEP 44 (remove_files) COMPLETE
54422026-08-26T14:56:41.149Z[ recovery-image] Aug 26 14:56:40.567 INFO O| Aug 26 14:56:40.567 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-26T14:56:41.164Z[ recovery-image] Aug 26 14:56:40.582 INFO O| Aug 26 14:56:40.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54442026-08-26T14:56:41.165Z[ recovery-image] Aug 26 14:56:40.582 INFO O| Aug 26 14:56:40.582 INFO STEP 45 (remove_files) COMPLETE
54452026-08-26T14:56:41.165Z[ recovery-image] Aug 26 14:56:40.582 INFO O| Aug 26 14:56:40.582 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-26T14:56:41.173Z[ recovery-image] Aug 26 14:56:40.591 INFO O| Aug 26 14:56:40.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54472026-08-26T14:56:41.173Z[ recovery-image] Aug 26 14:56:40.591 INFO O| Aug 26 14:56:40.591 INFO STEP 46 (remove_files) COMPLETE
54482026-08-26T14:56:41.173Z[ recovery-image] Aug 26 14:56:40.591 INFO O| Aug 26 14:56:40.591 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-26T14:56:41.181Z[ recovery-image] Aug 26 14:56:40.598 INFO O| Aug 26 14:56:40.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54502026-08-26T14:56:41.181Z[ recovery-image] Aug 26 14:56:40.598 INFO O| Aug 26 14:56:40.598 INFO STEP 47 (remove_files) COMPLETE
54512026-08-26T14:56:41.181Z[ recovery-image] Aug 26 14:56:40.598 INFO O| Aug 26 14:56:40.598 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-26T14:56:41.189Z[ recovery-image] Aug 26 14:56:40.606 INFO O| Aug 26 14:56:40.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54532026-08-26T14:56:41.189Z[ recovery-image] Aug 26 14:56:40.606 INFO O| Aug 26 14:56:40.606 INFO STEP 48 (remove_files) COMPLETE
54542026-08-26T14:56:41.189Z[ recovery-image] Aug 26 14:56:40.606 INFO O| Aug 26 14:56:40.606 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-26T14:56:41.197Z[ recovery-image] Aug 26 14:56:40.614 INFO O| Aug 26 14:56:40.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54562026-08-26T14:56:41.197Z[ recovery-image] Aug 26 14:56:40.614 INFO O| Aug 26 14:56:40.614 INFO STEP 49 (remove_files) COMPLETE
54572026-08-26T14:56:41.201Z[ recovery-image] Aug 26 14:56:40.614 INFO O| Aug 26 14:56:40.614 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-26T14:56:41.207Z[ recovery-image] Aug 26 14:56:40.624 INFO O| Aug 26 14:56:40.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54592026-08-26T14:56:41.207Z[ recovery-image] Aug 26 14:56:40.625 INFO O| Aug 26 14:56:40.625 INFO STEP 50 (remove_files) COMPLETE
54602026-08-26T14:56:41.211Z[ recovery-image] Aug 26 14:56:40.625 INFO O| Aug 26 14:56:40.625 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-26T14:56:41.219Z[ recovery-image] Aug 26 14:56:40.636 INFO O| Aug 26 14:56:40.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54622026-08-26T14:56:41.225Z[ recovery-image] Aug 26 14:56:40.642 INFO O| Aug 26 14:56:40.642 INFO STEP 51 (remove_files) COMPLETE
54632026-08-26T14:56:41.225Z[ recovery-image] Aug 26 14:56:40.642 INFO O| Aug 26 14:56:40.642 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-26T14:56:41.234Z[ recovery-image] Aug 26 14:56:40.652 INFO O| Aug 26 14:56:40.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54652026-08-26T14:56:41.234Z[ recovery-image] Aug 26 14:56:40.652 INFO O| Aug 26 14:56:40.652 INFO STEP 52 (remove_files) COMPLETE
54662026-08-26T14:56:41.238Z[ recovery-image] Aug 26 14:56:40.652 INFO O| Aug 26 14:56:40.652 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-26T14:56:41.243Z[ recovery-image] Aug 26 14:56:40.661 INFO O| Aug 26 14:56:40.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54682026-08-26T14:56:41.243Z[ recovery-image] Aug 26 14:56:40.661 INFO O| Aug 26 14:56:40.661 INFO STEP 53 (remove_files) COMPLETE
54692026-08-26T14:56:41.246Z[ recovery-image] Aug 26 14:56:40.661 INFO O| Aug 26 14:56:40.661 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-26T14:56:41.252Z[ recovery-image] Aug 26 14:56:40.670 INFO O| Aug 26 14:56:40.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54712026-08-26T14:56:41.253Z[ recovery-image] Aug 26 14:56:40.670 INFO O| Aug 26 14:56:40.670 INFO STEP 54 (remove_files) COMPLETE
54722026-08-26T14:56:41.274Z[ recovery-image] Aug 26 14:56:40.670 INFO O| Aug 26 14:56:40.670 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-26T14:56:41.275Z[ recovery-image] Aug 26 14:56:40.678 INFO O| Aug 26 14:56:40.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54742026-08-26T14:56:41.275Z[ recovery-image] Aug 26 14:56:40.678 INFO O| Aug 26 14:56:40.678 INFO STEP 55 (remove_files) COMPLETE
54752026-08-26T14:56:41.275Z[ recovery-image] Aug 26 14:56:40.678 INFO O| Aug 26 14:56:40.678 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-26T14:56:41.275Z[ recovery-image] Aug 26 14:56:40.687 INFO O| Aug 26 14:56:40.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54772026-08-26T14:56:41.282Z[ recovery-image] Aug 26 14:56:40.700 INFO O| Aug 26 14:56:40.700 INFO STEP 56 (remove_files) COMPLETE
54782026-08-26T14:56:41.283Z[ recovery-image] Aug 26 14:56:40.700 INFO O| Aug 26 14:56:40.700 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-26T14:56:41.286Z[verify-libraries] Compiling russh-util v0.52.0
54802026-08-26T14:56:41.307Z[ recovery-image] Aug 26 14:56:40.725 INFO O| Aug 26 14:56:40.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54812026-08-26T14:56:41.307Z[ recovery-image] Aug 26 14:56:40.725 INFO O| Aug 26 14:56:40.725 INFO STEP 57 (remove_files) COMPLETE
54822026-08-26T14:56:41.311Z[ recovery-image] Aug 26 14:56:40.725 INFO O| Aug 26 14:56:40.725 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-26T14:56:41.317Z[ recovery-image] Aug 26 14:56:40.734 INFO O| Aug 26 14:56:40.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54842026-08-26T14:56:41.317Z[ recovery-image] Aug 26 14:56:40.734 INFO O| Aug 26 14:56:40.734 INFO STEP 58 (remove_files) COMPLETE
54852026-08-26T14:56:41.317Z[ recovery-image] Aug 26 14:56:40.734 INFO O| Aug 26 14:56:40.734 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-26T14:56:41.336Z[ recovery-image] Aug 26 14:56:40.750 INFO O| Aug 26 14:56:40.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54872026-08-26T14:56:41.336Z[ recovery-image] Aug 26 14:56:40.750 INFO O| Aug 26 14:56:40.750 INFO STEP 59 (remove_files) COMPLETE
54882026-08-26T14:56:41.340Z[ recovery-image] Aug 26 14:56:40.750 INFO O| Aug 26 14:56:40.750 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-26T14:56:41.343Z[ recovery-image] Aug 26 14:56:40.760 INFO O| Aug 26 14:56:40.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54902026-08-26T14:56:41.343Z[ recovery-image] Aug 26 14:56:40.760 INFO O| Aug 26 14:56:40.760 INFO STEP 60 (remove_files) COMPLETE
54912026-08-26T14:56:41.343Z[ recovery-image] Aug 26 14:56:40.760 INFO O| Aug 26 14:56:40.760 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-26T14:56:41.356Z[ recovery-image] Aug 26 14:56:40.773 INFO O| Aug 26 14:56:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54932026-08-26T14:56:41.356Z[ recovery-image] Aug 26 14:56:40.773 INFO O| Aug 26 14:56:40.773 INFO STEP 61 (remove_files) COMPLETE
54942026-08-26T14:56:41.356Z[ recovery-image] Aug 26 14:56:40.773 INFO O| Aug 26 14:56:40.773 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-26T14:56:41.367Z[ recovery-image] Aug 26 14:56:40.784 INFO O| Aug 26 14:56:40.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54962026-08-26T14:56:41.368Z[ recovery-image] Aug 26 14:56:40.784 INFO O| Aug 26 14:56:40.784 INFO STEP 62 (remove_files) COMPLETE
54972026-08-26T14:56:41.371Z[ recovery-image] Aug 26 14:56:40.784 INFO O| Aug 26 14:56:40.784 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-26T14:56:41.377Z[ recovery-image] Aug 26 14:56:40.794 INFO O| Aug 26 14:56:40.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54992026-08-26T14:56:41.377Z[ recovery-image] Aug 26 14:56:40.795 INFO O| Aug 26 14:56:40.795 INFO STEP 63 (remove_files) COMPLETE
55002026-08-26T14:56:41.380Z[ recovery-image] Aug 26 14:56:40.795 INFO O| Aug 26 14:56:40.795 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-26T14:56:41.387Z[ recovery-image] Aug 26 14:56:40.805 INFO O| Aug 26 14:56:40.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55022026-08-26T14:56:41.387Z[ recovery-image] Aug 26 14:56:40.805 INFO O| Aug 26 14:56:40.805 INFO STEP 64 (remove_files) COMPLETE
55032026-08-26T14:56:41.387Z[ recovery-image] Aug 26 14:56:40.805 INFO O| Aug 26 14:56:40.805 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-26T14:56:41.397Z[ recovery-image] Aug 26 14:56:40.814 INFO O| Aug 26 14:56:40.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55052026-08-26T14:56:41.397Z[ recovery-image] Aug 26 14:56:40.814 INFO O| Aug 26 14:56:40.814 INFO STEP 65 (remove_files) COMPLETE
55062026-08-26T14:56:41.397Z[ recovery-image] Aug 26 14:56:40.814 INFO O| Aug 26 14:56:40.814 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-26T14:56:41.407Z[ recovery-image] Aug 26 14:56:40.824 INFO O| Aug 26 14:56:40.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55082026-08-26T14:56:41.407Z[ recovery-image] Aug 26 14:56:40.824 INFO O| Aug 26 14:56:40.824 INFO STEP 66 (remove_files) COMPLETE
55092026-08-26T14:56:41.407Z[ recovery-image] Aug 26 14:56:40.824 INFO O| Aug 26 14:56:40.824 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-26T14:56:41.417Z[ recovery-image] Aug 26 14:56:40.834 INFO O| Aug 26 14:56:40.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55112026-08-26T14:56:41.417Z[ recovery-image] Aug 26 14:56:40.834 INFO O| Aug 26 14:56:40.834 INFO STEP 67 (remove_files) COMPLETE
55122026-08-26T14:56:41.417Z[ recovery-image] Aug 26 14:56:40.834 INFO O| Aug 26 14:56:40.834 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-26T14:56:41.450Z[ recovery-image] Aug 26 14:56:40.868 INFO O| Aug 26 14:56:40.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55142026-08-26T14:56:41.451Z[ recovery-image] Aug 26 14:56:40.868 INFO O| Aug 26 14:56:40.868 INFO STEP 68 (remove_files) COMPLETE
55152026-08-26T14:56:41.451Z[ recovery-image] Aug 26 14:56:40.868 INFO O| Aug 26 14:56:40.868 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-26T14:56:41.459Z[ recovery-image] Aug 26 14:56:40.876 INFO O| Aug 26 14:56:40.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55172026-08-26T14:56:41.459Z[ recovery-image] Aug 26 14:56:40.876 INFO O| Aug 26 14:56:40.876 INFO STEP 69 (remove_files) COMPLETE
55182026-08-26T14:56:41.459Z[ recovery-image] Aug 26 14:56:40.876 INFO O| Aug 26 14:56:40.876 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-26T14:56:41.467Z[ recovery-image] Aug 26 14:56:40.885 INFO O| Aug 26 14:56:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55202026-08-26T14:56:41.467Z[ recovery-image] Aug 26 14:56:40.885 INFO O| Aug 26 14:56:40.885 INFO STEP 70 (remove_files) COMPLETE
55212026-08-26T14:56:41.467Z[ recovery-image] Aug 26 14:56:40.885 INFO O| Aug 26 14:56:40.885 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-26T14:56:41.476Z[ recovery-image] Aug 26 14:56:40.893 INFO O| Aug 26 14:56:40.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55232026-08-26T14:56:41.476Z[ recovery-image] Aug 26 14:56:40.893 INFO O| Aug 26 14:56:40.893 INFO STEP 71 (remove_files) COMPLETE
55242026-08-26T14:56:41.479Z[ recovery-image] Aug 26 14:56:40.893 INFO O| Aug 26 14:56:40.893 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-26T14:56:41.484Z[ recovery-image] Aug 26 14:56:40.901 INFO O| Aug 26 14:56:40.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55262026-08-26T14:56:41.484Z[ recovery-image] Aug 26 14:56:40.901 INFO O| Aug 26 14:56:40.901 INFO STEP 72 (remove_files) COMPLETE
55272026-08-26T14:56:41.488Z[ recovery-image] Aug 26 14:56:40.901 INFO O| Aug 26 14:56:40.901 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-26T14:56:41.492Z[ recovery-image] Aug 26 14:56:40.910 INFO O| Aug 26 14:56:40.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55292026-08-26T14:56:41.492Z[ recovery-image] Aug 26 14:56:40.910 INFO O| Aug 26 14:56:40.910 INFO STEP 73 (remove_files) COMPLETE
55302026-08-26T14:56:41.496Z[ recovery-image] Aug 26 14:56:40.910 INFO O| Aug 26 14:56:40.910 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-26T14:56:41.500Z[ recovery-image] Aug 26 14:56:40.918 INFO O| Aug 26 14:56:40.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55322026-08-26T14:56:41.500Z[ recovery-image] Aug 26 14:56:40.918 INFO O| Aug 26 14:56:40.918 INFO STEP 74 (remove_files) COMPLETE
55332026-08-26T14:56:41.501Z[ recovery-image] Aug 26 14:56:40.918 INFO O| Aug 26 14:56:40.918 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-26T14:56:41.542Z[ recovery-image] Aug 26 14:56:40.960 INFO O| Aug 26 14:56:40.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55352026-08-26T14:56:41.542Z[ recovery-image] Aug 26 14:56:40.960 INFO O| Aug 26 14:56:40.960 INFO STEP 75 (remove_files) COMPLETE
55362026-08-26T14:56:41.543Z[ recovery-image] Aug 26 14:56:40.960 INFO O| Aug 26 14:56:40.960 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-26T14:56:41.546Z[verify-libraries] Compiling enum_dispatch v0.3.13
55382026-08-26T14:56:41.553Z[ recovery-image] Aug 26 14:56:40.970 INFO O| Aug 26 14:56:40.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55392026-08-26T14:56:41.553Z[ recovery-image] Aug 26 14:56:40.970 INFO O| Aug 26 14:56:40.970 INFO STEP 76 (remove_files) COMPLETE
55402026-08-26T14:56:41.556Z[ recovery-image] Aug 26 14:56:40.970 INFO O| Aug 26 14:56:40.970 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-26T14:56:41.561Z[ recovery-image] Aug 26 14:56:40.979 INFO O| Aug 26 14:56:40.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55422026-08-26T14:56:41.561Z[ recovery-image] Aug 26 14:56:40.979 INFO O| Aug 26 14:56:40.979 INFO STEP 77 (remove_files) COMPLETE
55432026-08-26T14:56:41.561Z[ recovery-image] Aug 26 14:56:40.979 INFO O| Aug 26 14:56:40.979 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-26T14:56:41.588Z[ recovery-image] Aug 26 14:56:41.005 INFO O| Aug 26 14:56:41.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55452026-08-26T14:56:41.588Z[ recovery-image] Aug 26 14:56:41.005 INFO O| Aug 26 14:56:41.005 INFO STEP 78 (remove_files) COMPLETE
55462026-08-26T14:56:41.588Z[ recovery-image] Aug 26 14:56:41.005 INFO O| Aug 26 14:56:41.005 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-26T14:56:41.597Z[ recovery-image] Aug 26 14:56:41.014 INFO O| Aug 26 14:56:41.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55482026-08-26T14:56:41.597Z[ recovery-image] Aug 26 14:56:41.015 INFO O| Aug 26 14:56:41.014 INFO STEP 79 (remove_files) COMPLETE
55492026-08-26T14:56:41.601Z[ recovery-image] Aug 26 14:56:41.015 INFO O| Aug 26 14:56:41.014 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-26T14:56:41.606Z[ recovery-image] Aug 26 14:56:41.024 INFO O| Aug 26 14:56:41.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55512026-08-26T14:56:41.606Z[ recovery-image] Aug 26 14:56:41.024 INFO O| Aug 26 14:56:41.024 INFO STEP 80 (remove_files) COMPLETE
55522026-08-26T14:56:41.607Z[ recovery-image] Aug 26 14:56:41.024 INFO O| Aug 26 14:56:41.024 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-26T14:56:41.617Z[ recovery-image] Aug 26 14:56:41.034 INFO O| Aug 26 14:56:41.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55542026-08-26T14:56:41.621Z[ recovery-image] Aug 26 14:56:41.036 INFO O| Aug 26 14:56:41.036 INFO STEP 81 (remove_files) COMPLETE
55552026-08-26T14:56:41.621Z[ recovery-image] Aug 26 14:56:41.036 INFO O| Aug 26 14:56:41.036 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-26T14:56:41.629Z[ recovery-image] Aug 26 14:56:41.047 INFO O| Aug 26 14:56:41.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55572026-08-26T14:56:41.629Z[ recovery-image] Aug 26 14:56:41.047 INFO O| Aug 26 14:56:41.047 INFO STEP 82 (remove_files) COMPLETE
55582026-08-26T14:56:41.629Z[ recovery-image] Aug 26 14:56:41.047 INFO O| Aug 26 14:56:41.047 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-26T14:56:41.646Z[ recovery-image] Aug 26 14:56:41.063 INFO O| Aug 26 14:56:41.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55602026-08-26T14:56:41.646Z[ recovery-image] Aug 26 14:56:41.063 INFO O| Aug 26 14:56:41.063 INFO STEP 83 (remove_files) COMPLETE
55612026-08-26T14:56:41.646Z[ recovery-image] Aug 26 14:56:41.063 INFO O| Aug 26 14:56:41.063 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-26T14:56:41.656Z[ recovery-image] Aug 26 14:56:41.073 INFO O| Aug 26 14:56:41.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55632026-08-26T14:56:41.656Z[ recovery-image] Aug 26 14:56:41.073 INFO O| Aug 26 14:56:41.073 INFO STEP 84 (remove_files) COMPLETE
55642026-08-26T14:56:41.656Z[ recovery-image] Aug 26 14:56:41.073 INFO O| Aug 26 14:56:41.073 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-26T14:56:41.666Z[ recovery-image] Aug 26 14:56:41.083 INFO O| Aug 26 14:56:41.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55662026-08-26T14:56:41.666Z[ recovery-image] Aug 26 14:56:41.083 INFO O| Aug 26 14:56:41.083 INFO STEP 85 (remove_files) COMPLETE
55672026-08-26T14:56:41.669Z[ recovery-image] Aug 26 14:56:41.083 INFO O| Aug 26 14:56:41.083 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-26T14:56:41.675Z[ recovery-image] Aug 26 14:56:41.093 INFO O| Aug 26 14:56:41.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55692026-08-26T14:56:41.679Z[ recovery-image] Aug 26 14:56:41.093 INFO O| Aug 26 14:56:41.093 INFO STEP 86 (remove_files) COMPLETE
55702026-08-26T14:56:41.679Z[ recovery-image] Aug 26 14:56:41.093 INFO O| Aug 26 14:56:41.093 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-26T14:56:41.686Z[ recovery-image] Aug 26 14:56:41.104 INFO O| Aug 26 14:56:41.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55722026-08-26T14:56:41.686Z[ recovery-image] Aug 26 14:56:41.104 INFO O| Aug 26 14:56:41.104 INFO STEP 87 (remove_files) COMPLETE
55732026-08-26T14:56:41.686Z[ recovery-image] Aug 26 14:56:41.104 INFO O| Aug 26 14:56:41.104 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-26T14:56:41.695Z[ recovery-image] Aug 26 14:56:41.113 INFO O| Aug 26 14:56:41.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55752026-08-26T14:56:41.695Z[ recovery-image] Aug 26 14:56:41.113 INFO O| Aug 26 14:56:41.113 INFO STEP 88 (remove_files) COMPLETE
55762026-08-26T14:56:41.695Z[ recovery-image] Aug 26 14:56:41.113 INFO O| Aug 26 14:56:41.113 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-26T14:56:41.704Z[ recovery-image] Aug 26 14:56:41.122 INFO O| Aug 26 14:56:41.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55782026-08-26T14:56:41.704Z[ recovery-image] Aug 26 14:56:41.122 INFO O| Aug 26 14:56:41.122 INFO STEP 89 (remove_files) COMPLETE
55792026-08-26T14:56:41.704Z[ recovery-image] Aug 26 14:56:41.122 INFO O| Aug 26 14:56:41.122 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-26T14:56:41.714Z[ recovery-image] Aug 26 14:56:41.132 INFO O| Aug 26 14:56:41.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55812026-08-26T14:56:41.714Z[ recovery-image] Aug 26 14:56:41.132 INFO O| Aug 26 14:56:41.131 INFO STEP 90 (remove_files) COMPLETE
55822026-08-26T14:56:41.714Z[ recovery-image] Aug 26 14:56:41.132 INFO O| Aug 26 14:56:41.131 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-26T14:56:41.724Z[ recovery-image] Aug 26 14:56:41.141 INFO O| Aug 26 14:56:41.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55842026-08-26T14:56:41.724Z[ recovery-image] Aug 26 14:56:41.141 INFO O| Aug 26 14:56:41.141 INFO STEP 91 (remove_files) COMPLETE
55852026-08-26T14:56:41.728Z[ recovery-image] Aug 26 14:56:41.141 INFO O| Aug 26 14:56:41.141 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-26T14:56:41.733Z[ recovery-image] Aug 26 14:56:41.151 INFO O| Aug 26 14:56:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55872026-08-26T14:56:41.733Z[ recovery-image] Aug 26 14:56:41.151 INFO O| Aug 26 14:56:41.151 INFO STEP 92 (remove_files) COMPLETE
55882026-08-26T14:56:41.733Z[ recovery-image] Aug 26 14:56:41.151 INFO O| Aug 26 14:56:41.151 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-26T14:56:41.743Z[ recovery-image] Aug 26 14:56:41.161 INFO O| Aug 26 14:56:41.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55902026-08-26T14:56:41.743Z[ recovery-image] Aug 26 14:56:41.161 INFO O| Aug 26 14:56:41.161 INFO STEP 93 (remove_files) COMPLETE
55912026-08-26T14:56:41.744Z[ recovery-image] Aug 26 14:56:41.161 INFO O| Aug 26 14:56:41.161 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-26T14:56:41.753Z[ recovery-image] Aug 26 14:56:41.170 INFO O| Aug 26 14:56:41.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55932026-08-26T14:56:41.753Z[ recovery-image] Aug 26 14:56:41.170 INFO O| Aug 26 14:56:41.170 INFO STEP 94 (remove_files) COMPLETE
55942026-08-26T14:56:41.756Z[ recovery-image] Aug 26 14:56:41.170 INFO O| Aug 26 14:56:41.170 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-26T14:56:41.762Z[ recovery-image] Aug 26 14:56:41.180 INFO O| Aug 26 14:56:41.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55962026-08-26T14:56:41.762Z[ recovery-image] Aug 26 14:56:41.180 INFO O| Aug 26 14:56:41.180 INFO STEP 95 (remove_files) COMPLETE
55972026-08-26T14:56:41.765Z[ recovery-image] Aug 26 14:56:41.180 INFO O| Aug 26 14:56:41.180 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-26T14:56:41.772Z[ recovery-image] Aug 26 14:56:41.190 INFO O| Aug 26 14:56:41.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55992026-08-26T14:56:41.772Z[ recovery-image] Aug 26 14:56:41.190 INFO O| Aug 26 14:56:41.190 INFO STEP 96 (remove_files) COMPLETE
56002026-08-26T14:56:41.772Z[ recovery-image] Aug 26 14:56:41.190 INFO O| Aug 26 14:56:41.190 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-26T14:56:41.782Z[ recovery-image] Aug 26 14:56:41.199 INFO O| Aug 26 14:56:41.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56022026-08-26T14:56:41.782Z[ recovery-image] Aug 26 14:56:41.199 INFO O| Aug 26 14:56:41.199 INFO STEP 97 (remove_files) COMPLETE
56032026-08-26T14:56:41.782Z[ recovery-image] Aug 26 14:56:41.199 INFO O| Aug 26 14:56:41.199 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-26T14:56:41.788Z[verify-libraries] Compiling delegate v0.13.5
56052026-08-26T14:56:41.792Z[ recovery-image] Aug 26 14:56:41.209 INFO O| Aug 26 14:56:41.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56062026-08-26T14:56:41.792Z[ recovery-image] Aug 26 14:56:41.209 INFO O| Aug 26 14:56:41.209 INFO STEP 98 (remove_files) COMPLETE
56072026-08-26T14:56:41.792Z[ recovery-image] Aug 26 14:56:41.209 INFO O| Aug 26 14:56:41.209 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-26T14:56:41.802Z[ recovery-image] Aug 26 14:56:41.219 INFO O| Aug 26 14:56:41.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56092026-08-26T14:56:41.802Z[ recovery-image] Aug 26 14:56:41.219 INFO O| Aug 26 14:56:41.219 INFO STEP 99 (remove_files) COMPLETE
56102026-08-26T14:56:41.802Z[ recovery-image] Aug 26 14:56:41.219 INFO O| Aug 26 14:56:41.219 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-26T14:56:41.816Z[ recovery-image] Aug 26 14:56:41.228 INFO O| Aug 26 14:56:41.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56122026-08-26T14:56:41.816Z[ recovery-image] Aug 26 14:56:41.228 INFO O| Aug 26 14:56:41.228 INFO STEP 100 (remove_files) COMPLETE
56132026-08-26T14:56:41.816Z[ recovery-image] Aug 26 14:56:41.228 INFO O| Aug 26 14:56:41.228 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-26T14:56:41.821Z[ recovery-image] Aug 26 14:56:41.238 INFO O| Aug 26 14:56:41.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56152026-08-26T14:56:41.821Z[ recovery-image] Aug 26 14:56:41.238 INFO O| Aug 26 14:56:41.238 INFO STEP 101 (remove_files) COMPLETE
56162026-08-26T14:56:41.824Z[ recovery-image] Aug 26 14:56:41.238 INFO O| Aug 26 14:56:41.238 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-26T14:56:41.830Z[ recovery-image] Aug 26 14:56:41.248 INFO O| Aug 26 14:56:41.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56182026-08-26T14:56:41.834Z[ recovery-image] Aug 26 14:56:41.249 INFO O| Aug 26 14:56:41.249 INFO STEP 102 (remove_files) COMPLETE
56192026-08-26T14:56:41.834Z[ recovery-image] Aug 26 14:56:41.249 INFO O| Aug 26 14:56:41.249 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-26T14:56:41.841Z[ recovery-image] Aug 26 14:56:41.259 INFO O| Aug 26 14:56:41.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56212026-08-26T14:56:41.844Z[ recovery-image] Aug 26 14:56:41.259 INFO O| Aug 26 14:56:41.259 INFO STEP 103 (remove_files) COMPLETE
56222026-08-26T14:56:41.844Z[ recovery-image] Aug 26 14:56:41.259 INFO O| Aug 26 14:56:41.259 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-26T14:56:41.851Z[ recovery-image] Aug 26 14:56:41.269 INFO O| Aug 26 14:56:41.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56242026-08-26T14:56:41.851Z[ recovery-image] Aug 26 14:56:41.269 INFO O| Aug 26 14:56:41.269 INFO STEP 104 (remove_files) COMPLETE
56252026-08-26T14:56:41.855Z[ recovery-image] Aug 26 14:56:41.269 INFO O| Aug 26 14:56:41.269 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-26T14:56:41.860Z[ recovery-image] Aug 26 14:56:41.278 INFO O| Aug 26 14:56:41.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56272026-08-26T14:56:41.860Z[ recovery-image] Aug 26 14:56:41.278 INFO O| Aug 26 14:56:41.278 INFO STEP 105 (remove_files) COMPLETE
56282026-08-26T14:56:41.861Z[ recovery-image] Aug 26 14:56:41.278 INFO O| Aug 26 14:56:41.278 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-26T14:56:41.871Z[ recovery-image] Aug 26 14:56:41.288 INFO O| Aug 26 14:56:41.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56302026-08-26T14:56:41.871Z[ recovery-image] Aug 26 14:56:41.288 INFO O| Aug 26 14:56:41.288 INFO STEP 106 (remove_files) COMPLETE
56312026-08-26T14:56:41.875Z[ recovery-image] Aug 26 14:56:41.288 INFO O| Aug 26 14:56:41.288 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-26T14:56:41.880Z[ recovery-image] Aug 26 14:56:41.298 INFO O| Aug 26 14:56:41.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56332026-08-26T14:56:41.880Z[ recovery-image] Aug 26 14:56:41.298 INFO O| Aug 26 14:56:41.298 INFO STEP 107 (remove_files) COMPLETE
56342026-08-26T14:56:41.884Z[ recovery-image] Aug 26 14:56:41.298 INFO O| Aug 26 14:56:41.298 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-26T14:56:41.890Z[ recovery-image] Aug 26 14:56:41.307 INFO O| Aug 26 14:56:41.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56362026-08-26T14:56:41.890Z[ recovery-image] Aug 26 14:56:41.308 INFO O| Aug 26 14:56:41.308 INFO STEP 108 (remove_files) COMPLETE
56372026-08-26T14:56:41.894Z[ recovery-image] Aug 26 14:56:41.308 INFO O| Aug 26 14:56:41.308 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-26T14:56:41.899Z[ recovery-image] Aug 26 14:56:41.316 INFO O| Aug 26 14:56:41.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56392026-08-26T14:56:41.899Z[ recovery-image] Aug 26 14:56:41.316 INFO O| Aug 26 14:56:41.316 INFO STEP 109 (remove_files) COMPLETE
56402026-08-26T14:56:41.902Z[ recovery-image] Aug 26 14:56:41.316 INFO O| Aug 26 14:56:41.316 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-26T14:56:41.908Z[ recovery-image] Aug 26 14:56:41.325 INFO O| Aug 26 14:56:41.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56422026-08-26T14:56:41.908Z[ recovery-image] Aug 26 14:56:41.325 INFO O| Aug 26 14:56:41.325 INFO STEP 110 (remove_files) COMPLETE
56432026-08-26T14:56:41.911Z[ recovery-image] Aug 26 14:56:41.325 INFO O| Aug 26 14:56:41.325 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-26T14:56:41.916Z[ recovery-image] Aug 26 14:56:41.334 INFO O| Aug 26 14:56:41.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56452026-08-26T14:56:41.916Z[ recovery-image] Aug 26 14:56:41.334 INFO O| Aug 26 14:56:41.334 INFO STEP 111 (remove_files) COMPLETE
56462026-08-26T14:56:41.916Z[ recovery-image] Aug 26 14:56:41.334 INFO O| Aug 26 14:56:41.334 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-26T14:56:41.929Z[ recovery-image] Aug 26 14:56:41.344 INFO O| Aug 26 14:56:41.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56482026-08-26T14:56:41.929Z[ recovery-image] Aug 26 14:56:41.344 INFO O| Aug 26 14:56:41.344 INFO STEP 112 (remove_files) COMPLETE
56492026-08-26T14:56:41.929Z[ recovery-image] Aug 26 14:56:41.344 INFO O| Aug 26 14:56:41.344 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-26T14:56:41.937Z[ recovery-image] Aug 26 14:56:41.354 INFO O| Aug 26 14:56:41.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56512026-08-26T14:56:41.937Z[ recovery-image] Aug 26 14:56:41.354 INFO O| Aug 26 14:56:41.354 INFO STEP 113 (remove_files) COMPLETE
56522026-08-26T14:56:41.940Z[ recovery-image] Aug 26 14:56:41.354 INFO O| Aug 26 14:56:41.354 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-26T14:56:41.947Z[ recovery-image] Aug 26 14:56:41.364 INFO O| Aug 26 14:56:41.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56542026-08-26T14:56:41.947Z[ recovery-image] Aug 26 14:56:41.364 INFO O| Aug 26 14:56:41.364 INFO STEP 114 (remove_files) COMPLETE
56552026-08-26T14:56:41.947Z[ recovery-image] Aug 26 14:56:41.364 INFO O| Aug 26 14:56:41.364 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-26T14:56:41.957Z[ recovery-image] Aug 26 14:56:41.374 INFO O| Aug 26 14:56:41.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56572026-08-26T14:56:41.957Z[ recovery-image] Aug 26 14:56:41.374 INFO O| Aug 26 14:56:41.374 INFO STEP 115 (remove_files) COMPLETE
56582026-08-26T14:56:41.957Z[ recovery-image] Aug 26 14:56:41.374 INFO O| Aug 26 14:56:41.374 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-26T14:56:41.967Z[ recovery-image] Aug 26 14:56:41.384 INFO O| Aug 26 14:56:41.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56602026-08-26T14:56:41.967Z[ recovery-image] Aug 26 14:56:41.384 INFO O| Aug 26 14:56:41.384 INFO STEP 116 (remove_files) COMPLETE
56612026-08-26T14:56:41.967Z[ recovery-image] Aug 26 14:56:41.384 INFO O| Aug 26 14:56:41.384 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-26T14:56:41.976Z[ recovery-image] Aug 26 14:56:41.394 INFO O| Aug 26 14:56:41.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56632026-08-26T14:56:41.977Z[ recovery-image] Aug 26 14:56:41.394 INFO O| Aug 26 14:56:41.394 INFO STEP 117 (remove_files) COMPLETE
56642026-08-26T14:56:41.980Z[ recovery-image] Aug 26 14:56:41.394 INFO O| Aug 26 14:56:41.394 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-26T14:56:41.986Z[ recovery-image] Aug 26 14:56:41.403 INFO O| Aug 26 14:56:41.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56662026-08-26T14:56:41.986Z[ recovery-image] Aug 26 14:56:41.403 INFO O| Aug 26 14:56:41.403 INFO STEP 118 (remove_files) COMPLETE
56672026-08-26T14:56:41.986Z[ recovery-image] Aug 26 14:56:41.403 INFO O| Aug 26 14:56:41.403 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-26T14:56:41.996Z[ recovery-image] Aug 26 14:56:41.413 INFO O| Aug 26 14:56:41.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56692026-08-26T14:56:41.996Z[ recovery-image] Aug 26 14:56:41.413 INFO O| Aug 26 14:56:41.413 INFO STEP 119 (remove_files) COMPLETE
56702026-08-26T14:56:41.996Z[ recovery-image] Aug 26 14:56:41.413 INFO O| Aug 26 14:56:41.413 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-26T14:56:42.005Z[ recovery-image] Aug 26 14:56:41.422 INFO O| Aug 26 14:56:41.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56722026-08-26T14:56:42.005Z[ recovery-image] Aug 26 14:56:41.423 INFO O| Aug 26 14:56:41.422 INFO STEP 120 (remove_files) COMPLETE
56732026-08-26T14:56:42.010Z[ recovery-image] Aug 26 14:56:41.423 INFO O| Aug 26 14:56:41.422 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-26T14:56:42.015Z[ recovery-image] Aug 26 14:56:41.433 INFO O| Aug 26 14:56:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56752026-08-26T14:56:42.016Z[ recovery-image] Aug 26 14:56:41.433 INFO O| Aug 26 14:56:41.433 INFO STEP 121 (remove_files) COMPLETE
56762026-08-26T14:56:42.016Z[ recovery-image] Aug 26 14:56:41.433 INFO O| Aug 26 14:56:41.433 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-26T14:56:42.025Z[ recovery-image] Aug 26 14:56:41.443 INFO O| Aug 26 14:56:41.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56782026-08-26T14:56:42.026Z[ recovery-image] Aug 26 14:56:41.443 INFO O| Aug 26 14:56:41.443 INFO STEP 122 (remove_files) COMPLETE
56792026-08-26T14:56:42.026Z[ recovery-image] Aug 26 14:56:41.443 INFO O| Aug 26 14:56:41.443 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-26T14:56:42.035Z[ recovery-image] Aug 26 14:56:41.453 INFO O| Aug 26 14:56:41.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56812026-08-26T14:56:42.036Z[ recovery-image] Aug 26 14:56:41.453 INFO O| Aug 26 14:56:41.453 INFO STEP 123 (remove_files) COMPLETE
56822026-08-26T14:56:42.036Z[ recovery-image] Aug 26 14:56:41.453 INFO O| Aug 26 14:56:41.453 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-26T14:56:42.045Z[ recovery-image] Aug 26 14:56:41.463 INFO O| Aug 26 14:56:41.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56842026-08-26T14:56:42.046Z[ recovery-image] Aug 26 14:56:41.463 INFO O| Aug 26 14:56:41.463 INFO STEP 124 (remove_files) COMPLETE
56852026-08-26T14:56:42.049Z[ recovery-image] Aug 26 14:56:41.463 INFO O| Aug 26 14:56:41.463 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-26T14:56:42.057Z[ recovery-image] Aug 26 14:56:41.474 INFO O| Aug 26 14:56:41.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56872026-08-26T14:56:42.057Z[ recovery-image] Aug 26 14:56:41.474 INFO O| Aug 26 14:56:41.474 INFO STEP 125 (remove_files) COMPLETE
56882026-08-26T14:56:42.057Z[ recovery-image] Aug 26 14:56:41.474 INFO O| Aug 26 14:56:41.474 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-26T14:56:42.068Z[ recovery-image] Aug 26 14:56:41.485 INFO O| Aug 26 14:56:41.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56902026-08-26T14:56:42.068Z[ recovery-image] Aug 26 14:56:41.485 INFO O| Aug 26 14:56:41.485 INFO STEP 126 (remove_files) COMPLETE
56912026-08-26T14:56:42.068Z[ recovery-image] Aug 26 14:56:41.485 INFO O| Aug 26 14:56:41.485 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-26T14:56:42.079Z[ recovery-image] Aug 26 14:56:41.496 INFO O| Aug 26 14:56:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56932026-08-26T14:56:42.079Z[ recovery-image] Aug 26 14:56:41.496 INFO O| Aug 26 14:56:41.496 INFO STEP 127 (remove_files) COMPLETE
56942026-08-26T14:56:42.079Z[ recovery-image] Aug 26 14:56:41.496 INFO O| Aug 26 14:56:41.496 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-26T14:56:42.089Z[ recovery-image] Aug 26 14:56:41.506 INFO O| Aug 26 14:56:41.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56962026-08-26T14:56:42.089Z[ recovery-image] Aug 26 14:56:41.506 INFO O| Aug 26 14:56:41.506 INFO STEP 128 (remove_files) COMPLETE
56972026-08-26T14:56:42.092Z[ recovery-image] Aug 26 14:56:41.506 INFO O| Aug 26 14:56:41.506 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-26T14:56:42.099Z[ recovery-image] Aug 26 14:56:41.517 INFO O| Aug 26 14:56:41.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56992026-08-26T14:56:42.099Z[ recovery-image] Aug 26 14:56:41.517 INFO O| Aug 26 14:56:41.517 INFO STEP 129 (remove_files) COMPLETE
57002026-08-26T14:56:42.099Z[ recovery-image] Aug 26 14:56:41.517 INFO O| Aug 26 14:56:41.517 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-26T14:56:42.108Z[ recovery-image] Aug 26 14:56:41.526 INFO O| Aug 26 14:56:41.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57022026-08-26T14:56:42.109Z[ recovery-image] Aug 26 14:56:41.526 INFO O| Aug 26 14:56:41.526 INFO STEP 130 (remove_files) COMPLETE
57032026-08-26T14:56:42.109Z[ recovery-image] Aug 26 14:56:41.526 INFO O| Aug 26 14:56:41.526 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-26T14:56:42.119Z[ recovery-image] Aug 26 14:56:41.535 INFO O| Aug 26 14:56:41.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57052026-08-26T14:56:42.120Z[ recovery-image] Aug 26 14:56:41.535 INFO O| Aug 26 14:56:41.535 INFO STEP 131 (remove_files) COMPLETE
57062026-08-26T14:56:42.123Z[ recovery-image] Aug 26 14:56:41.535 INFO O| Aug 26 14:56:41.535 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-26T14:56:42.126Z[ recovery-image] Aug 26 14:56:41.543 INFO O| Aug 26 14:56:41.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57082026-08-26T14:56:42.126Z[ recovery-image] Aug 26 14:56:41.543 INFO O| Aug 26 14:56:41.543 INFO STEP 132 (remove_files) COMPLETE
57092026-08-26T14:56:42.126Z[ recovery-image] Aug 26 14:56:41.543 INFO O| Aug 26 14:56:41.543 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-26T14:56:42.134Z[ recovery-image] Aug 26 14:56:41.552 INFO O| Aug 26 14:56:41.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57112026-08-26T14:56:42.134Z[ recovery-image] Aug 26 14:56:41.552 INFO O| Aug 26 14:56:41.552 INFO STEP 133 (remove_files) COMPLETE
57122026-08-26T14:56:42.138Z[ recovery-image] Aug 26 14:56:41.552 INFO O| Aug 26 14:56:41.552 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-26T14:56:42.142Z[ recovery-image] Aug 26 14:56:41.560 INFO O| Aug 26 14:56:41.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57142026-08-26T14:56:42.142Z[ recovery-image] Aug 26 14:56:41.560 INFO O| Aug 26 14:56:41.560 INFO STEP 134 (remove_files) COMPLETE
57152026-08-26T14:56:42.146Z[ recovery-image] Aug 26 14:56:41.560 INFO O| Aug 26 14:56:41.560 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-26T14:56:42.153Z[ recovery-image] Aug 26 14:56:41.571 INFO O| Aug 26 14:56:41.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57172026-08-26T14:56:42.154Z[ recovery-image] Aug 26 14:56:41.571 INFO O| Aug 26 14:56:41.571 INFO STEP 135 (remove_files) COMPLETE
57182026-08-26T14:56:42.157Z[ recovery-image] Aug 26 14:56:41.571 INFO O| Aug 26 14:56:41.571 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-26T14:56:42.160Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
57202026-08-26T14:56:42.164Z[ recovery-image] Aug 26 14:56:41.581 INFO O| Aug 26 14:56:41.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57212026-08-26T14:56:42.164Z[ recovery-image] Aug 26 14:56:41.581 INFO O| Aug 26 14:56:41.581 INFO STEP 136 (remove_files) COMPLETE
57222026-08-26T14:56:42.164Z[ recovery-image] Aug 26 14:56:41.581 INFO O| Aug 26 14:56:41.581 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-26T14:56:42.172Z[ recovery-image] Aug 26 14:56:41.590 INFO O| Aug 26 14:56:41.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57242026-08-26T14:56:42.172Z[ recovery-image] Aug 26 14:56:41.590 INFO O| Aug 26 14:56:41.590 INFO STEP 137 (remove_files) COMPLETE
57252026-08-26T14:56:42.172Z[ recovery-image] Aug 26 14:56:41.590 INFO O| Aug 26 14:56:41.590 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-26T14:56:42.181Z[ recovery-image] Aug 26 14:56:41.599 INFO O| Aug 26 14:56:41.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57272026-08-26T14:56:42.182Z[ recovery-image] Aug 26 14:56:41.599 INFO O| Aug 26 14:56:41.599 INFO STEP 138 (remove_files) COMPLETE
57282026-08-26T14:56:42.182Z[ recovery-image] Aug 26 14:56:41.599 INFO O| Aug 26 14:56:41.599 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-26T14:56:42.190Z[ recovery-image] Aug 26 14:56:41.608 INFO O| Aug 26 14:56:41.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57302026-08-26T14:56:42.190Z[ recovery-image] Aug 26 14:56:41.608 INFO O| Aug 26 14:56:41.608 INFO STEP 139 (remove_files) COMPLETE
57312026-08-26T14:56:42.190Z[ recovery-image] Aug 26 14:56:41.608 INFO O| Aug 26 14:56:41.608 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-26T14:56:42.199Z[ recovery-image] Aug 26 14:56:41.617 INFO O| Aug 26 14:56:41.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57332026-08-26T14:56:42.199Z[ recovery-image] Aug 26 14:56:41.617 INFO O| Aug 26 14:56:41.617 INFO STEP 140 (remove_files) COMPLETE
57342026-08-26T14:56:42.199Z[ recovery-image] Aug 26 14:56:41.617 INFO O| Aug 26 14:56:41.617 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-26T14:56:42.210Z[ recovery-image] Aug 26 14:56:41.627 INFO O| Aug 26 14:56:41.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57362026-08-26T14:56:42.210Z[ recovery-image] Aug 26 14:56:41.627 INFO O| Aug 26 14:56:41.627 INFO STEP 141 (remove_files) COMPLETE
57372026-08-26T14:56:42.210Z[ recovery-image] Aug 26 14:56:41.627 INFO O| Aug 26 14:56:41.627 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-26T14:56:42.221Z[ recovery-image] Aug 26 14:56:41.638 INFO O| Aug 26 14:56:41.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57392026-08-26T14:56:42.221Z[ recovery-image] Aug 26 14:56:41.638 INFO O| Aug 26 14:56:41.638 INFO STEP 142 (remove_files) COMPLETE
57402026-08-26T14:56:42.225Z[ recovery-image] Aug 26 14:56:41.638 INFO O| Aug 26 14:56:41.638 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-26T14:56:42.231Z[ recovery-image] Aug 26 14:56:41.648 INFO O| Aug 26 14:56:41.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57422026-08-26T14:56:42.231Z[ recovery-image] Aug 26 14:56:41.648 INFO O| Aug 26 14:56:41.648 INFO STEP 143 (remove_files) COMPLETE
57432026-08-26T14:56:42.234Z[ recovery-image] Aug 26 14:56:41.648 INFO O| Aug 26 14:56:41.648 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-26T14:56:42.239Z[ recovery-image] Aug 26 14:56:41.657 INFO O| Aug 26 14:56:41.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57452026-08-26T14:56:42.239Z[ recovery-image] Aug 26 14:56:41.657 INFO O| Aug 26 14:56:41.657 INFO STEP 144 (remove_files) COMPLETE
57462026-08-26T14:56:42.243Z[ recovery-image] Aug 26 14:56:41.657 INFO O| Aug 26 14:56:41.657 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-26T14:56:42.248Z[ recovery-image] Aug 26 14:56:41.665 INFO O| Aug 26 14:56:41.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57482026-08-26T14:56:42.248Z[ recovery-image] Aug 26 14:56:41.665 INFO O| Aug 26 14:56:41.665 INFO STEP 145 (remove_files) COMPLETE
57492026-08-26T14:56:42.248Z[ recovery-image] Aug 26 14:56:41.665 INFO O| Aug 26 14:56:41.665 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-26T14:56:42.259Z[ recovery-image] Aug 26 14:56:41.676 INFO O| Aug 26 14:56:41.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57512026-08-26T14:56:42.259Z[ recovery-image] Aug 26 14:56:41.676 INFO O| Aug 26 14:56:41.676 INFO STEP 146 (remove_files) COMPLETE
57522026-08-26T14:56:42.262Z[ recovery-image] Aug 26 14:56:41.676 INFO O| Aug 26 14:56:41.676 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-26T14:56:42.269Z[ recovery-image] Aug 26 14:56:41.686 INFO O| Aug 26 14:56:41.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57542026-08-26T14:56:42.269Z[ recovery-image] Aug 26 14:56:41.686 INFO O| Aug 26 14:56:41.686 INFO STEP 147 (remove_files) COMPLETE
57552026-08-26T14:56:42.273Z[ recovery-image] Aug 26 14:56:41.686 INFO O| Aug 26 14:56:41.686 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-26T14:56:42.278Z[ recovery-image] Aug 26 14:56:41.696 INFO O| Aug 26 14:56:41.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57572026-08-26T14:56:42.279Z[ recovery-image] Aug 26 14:56:41.696 INFO O| Aug 26 14:56:41.696 INFO STEP 148 (remove_files) COMPLETE
57582026-08-26T14:56:42.283Z[ recovery-image] Aug 26 14:56:41.696 INFO O| Aug 26 14:56:41.696 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-26T14:56:42.290Z[ recovery-image] Aug 26 14:56:41.707 INFO O| Aug 26 14:56:41.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57602026-08-26T14:56:42.290Z[ recovery-image] Aug 26 14:56:41.708 INFO O| Aug 26 14:56:41.707 INFO STEP 149 (remove_files) COMPLETE
57612026-08-26T14:56:42.290Z[ recovery-image] Aug 26 14:56:41.708 INFO O| Aug 26 14:56:41.707 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-26T14:56:42.321Z[ recovery-image] Aug 26 14:56:41.728 INFO O| Aug 26 14:56:41.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57632026-08-26T14:56:42.352Z[ recovery-image] Aug 26 14:56:41.728 INFO O| Aug 26 14:56:41.717 INFO STEP 150 (remove_files) COMPLETE
57642026-08-26T14:56:42.368Z[ recovery-image] Aug 26 14:56:41.728 INFO O| Aug 26 14:56:41.717 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-26T14:56:42.368Z[ recovery-image] Aug 26 14:56:41.728 INFO O| Aug 26 14:56:41.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57662026-08-26T14:56:42.368Z[ recovery-image] Aug 26 14:56:41.728 INFO O| Aug 26 14:56:41.726 INFO STEP 151 (remove_files) COMPLETE
57672026-08-26T14:56:42.368Z[ recovery-image] Aug 26 14:56:41.728 INFO O| Aug 26 14:56:41.726 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-26T14:56:42.372Z[ recovery-image] Aug 26 14:56:41.735 INFO O| Aug 26 14:56:41.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57692026-08-26T14:56:42.373Z[ recovery-image] Aug 26 14:56:41.735 INFO O| Aug 26 14:56:41.735 INFO STEP 152 (remove_files) COMPLETE
57702026-08-26T14:56:42.373Z[ recovery-image] Aug 26 14:56:41.735 INFO O| Aug 26 14:56:41.735 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-26T14:56:42.373Z[ recovery-image] Aug 26 14:56:41.780 INFO O| Aug 26 14:56:41.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57722026-08-26T14:56:42.373Z[ recovery-image] Aug 26 14:56:41.780 INFO O| Aug 26 14:56:41.780 INFO STEP 153 (remove_files) COMPLETE
57732026-08-26T14:56:42.373Z[ recovery-image] Aug 26 14:56:41.780 INFO O| Aug 26 14:56:41.780 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-26T14:56:42.376Z[ recovery-image] Aug 26 14:56:41.790 INFO O| Aug 26 14:56:41.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57752026-08-26T14:56:42.376Z[ recovery-image] Aug 26 14:56:41.790 INFO O| Aug 26 14:56:41.790 INFO STEP 154 (remove_files) COMPLETE
57762026-08-26T14:56:42.376Z[ recovery-image] Aug 26 14:56:41.790 INFO O| Aug 26 14:56:41.790 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-26T14:56:42.381Z[ recovery-image] Aug 26 14:56:41.799 INFO O| Aug 26 14:56:41.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57782026-08-26T14:56:42.385Z[ recovery-image] Aug 26 14:56:41.800 INFO O| Aug 26 14:56:41.800 INFO STEP 155 (remove_files) COMPLETE
57792026-08-26T14:56:42.385Z[ recovery-image] Aug 26 14:56:41.800 INFO O| Aug 26 14:56:41.800 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-26T14:56:42.395Z[ recovery-image] Aug 26 14:56:41.812 INFO O| Aug 26 14:56:41.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57812026-08-26T14:56:42.395Z[ recovery-image] Aug 26 14:56:41.812 INFO O| Aug 26 14:56:41.812 INFO STEP 156 (remove_files) COMPLETE
57822026-08-26T14:56:42.395Z[ recovery-image] Aug 26 14:56:41.812 INFO O| Aug 26 14:56:41.812 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-26T14:56:42.405Z[ recovery-image] Aug 26 14:56:41.822 INFO O| Aug 26 14:56:41.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57842026-08-26T14:56:42.405Z[ recovery-image] Aug 26 14:56:41.822 INFO O| Aug 26 14:56:41.822 INFO STEP 157 (remove_files) COMPLETE
57852026-08-26T14:56:42.409Z[ recovery-image] Aug 26 14:56:41.822 INFO O| Aug 26 14:56:41.822 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-26T14:56:42.414Z[ recovery-image] Aug 26 14:56:41.831 INFO O| Aug 26 14:56:41.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57872026-08-26T14:56:42.414Z[ recovery-image] Aug 26 14:56:41.831 INFO O| Aug 26 14:56:41.831 INFO STEP 158 (remove_files) COMPLETE
57882026-08-26T14:56:42.414Z[ recovery-image] Aug 26 14:56:41.831 INFO O| Aug 26 14:56:41.831 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-26T14:56:42.422Z[ recovery-image] Aug 26 14:56:41.840 INFO O| Aug 26 14:56:41.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57902026-08-26T14:56:42.425Z[ recovery-image] Aug 26 14:56:41.841 INFO O| Aug 26 14:56:41.841 INFO STEP 159 (remove_files) COMPLETE
57912026-08-26T14:56:42.426Z[ recovery-image] Aug 26 14:56:41.841 INFO O| Aug 26 14:56:41.841 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-26T14:56:42.431Z[ recovery-image] Aug 26 14:56:41.849 INFO O| Aug 26 14:56:41.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57932026-08-26T14:56:42.431Z[ recovery-image] Aug 26 14:56:41.849 INFO O| Aug 26 14:56:41.849 INFO STEP 160 (remove_files) COMPLETE
57942026-08-26T14:56:42.431Z[ recovery-image] Aug 26 14:56:41.849 INFO O| Aug 26 14:56:41.849 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-26T14:56:42.439Z[ recovery-image] Aug 26 14:56:41.856 INFO O| Aug 26 14:56:41.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57962026-08-26T14:56:42.443Z[ recovery-image] Aug 26 14:56:41.856 INFO O| Aug 26 14:56:41.856 INFO STEP 161 (remove_files) COMPLETE
57972026-08-26T14:56:42.443Z[ recovery-image] Aug 26 14:56:41.856 INFO O| Aug 26 14:56:41.856 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-26T14:56:42.447Z[ recovery-image] Aug 26 14:56:41.864 INFO O| Aug 26 14:56:41.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57992026-08-26T14:56:42.447Z[ recovery-image] Aug 26 14:56:41.864 INFO O| Aug 26 14:56:41.864 INFO STEP 162 (remove_files) COMPLETE
58002026-08-26T14:56:42.450Z[ recovery-image] Aug 26 14:56:41.864 INFO O| Aug 26 14:56:41.864 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-26T14:56:42.454Z[ recovery-image] Aug 26 14:56:41.872 INFO O| Aug 26 14:56:41.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58022026-08-26T14:56:42.454Z[ recovery-image] Aug 26 14:56:41.872 INFO O| Aug 26 14:56:41.872 INFO STEP 163 (remove_files) COMPLETE
58032026-08-26T14:56:42.458Z[ recovery-image] Aug 26 14:56:41.872 INFO O| Aug 26 14:56:41.872 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-26T14:56:42.464Z[ recovery-image] Aug 26 14:56:41.882 INFO O| Aug 26 14:56:41.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58052026-08-26T14:56:42.464Z[ recovery-image] Aug 26 14:56:41.882 INFO O| Aug 26 14:56:41.882 INFO STEP 164 (remove_files) COMPLETE
58062026-08-26T14:56:42.468Z[ recovery-image] Aug 26 14:56:41.882 INFO O| Aug 26 14:56:41.882 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-26T14:56:42.474Z[ recovery-image] Aug 26 14:56:41.891 INFO O| Aug 26 14:56:41.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58082026-08-26T14:56:42.477Z[ recovery-image] Aug 26 14:56:41.892 INFO O| Aug 26 14:56:41.892 INFO STEP 165 (remove_files) COMPLETE
58092026-08-26T14:56:42.478Z[ recovery-image] Aug 26 14:56:41.892 INFO O| Aug 26 14:56:41.892 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-26T14:56:42.486Z[ recovery-image] Aug 26 14:56:41.903 INFO O| Aug 26 14:56:41.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58112026-08-26T14:56:42.486Z[ recovery-image] Aug 26 14:56:41.903 INFO O| Aug 26 14:56:41.903 INFO STEP 166 (remove_files) COMPLETE
58122026-08-26T14:56:42.486Z[ recovery-image] Aug 26 14:56:41.903 INFO O| Aug 26 14:56:41.903 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-26T14:56:42.496Z[ recovery-image] Aug 26 14:56:41.913 INFO O| Aug 26 14:56:41.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58142026-08-26T14:56:42.496Z[ recovery-image] Aug 26 14:56:41.913 INFO O| Aug 26 14:56:41.913 INFO STEP 167 (remove_files) COMPLETE
58152026-08-26T14:56:42.496Z[ recovery-image] Aug 26 14:56:41.913 INFO O| Aug 26 14:56:41.913 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-26T14:56:42.507Z[ recovery-image] Aug 26 14:56:41.924 INFO O| Aug 26 14:56:41.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58172026-08-26T14:56:42.507Z[ recovery-image] Aug 26 14:56:41.924 INFO O| Aug 26 14:56:41.924 INFO STEP 168 (remove_files) COMPLETE
58182026-08-26T14:56:42.511Z[ recovery-image] Aug 26 14:56:41.924 INFO O| Aug 26 14:56:41.924 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-26T14:56:42.517Z[ recovery-image] Aug 26 14:56:41.934 INFO O| Aug 26 14:56:41.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58202026-08-26T14:56:42.517Z[ recovery-image] Aug 26 14:56:41.934 INFO O| Aug 26 14:56:41.934 INFO STEP 169 (remove_files) COMPLETE
58212026-08-26T14:56:42.517Z[ recovery-image] Aug 26 14:56:41.934 INFO O| Aug 26 14:56:41.934 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-26T14:56:42.529Z[ recovery-image] Aug 26 14:56:41.946 INFO O| Aug 26 14:56:41.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58232026-08-26T14:56:42.529Z[ recovery-image] Aug 26 14:56:41.946 INFO O| Aug 26 14:56:41.946 INFO STEP 170 (remove_files) COMPLETE
58242026-08-26T14:56:42.533Z[ recovery-image] Aug 26 14:56:41.946 INFO O| Aug 26 14:56:41.946 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-26T14:56:42.539Z[ recovery-image] Aug 26 14:56:41.957 INFO O| Aug 26 14:56:41.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58262026-08-26T14:56:42.539Z[ recovery-image] Aug 26 14:56:41.957 INFO O| Aug 26 14:56:41.957 INFO STEP 171 (remove_files) COMPLETE
58272026-08-26T14:56:42.540Z[ recovery-image] Aug 26 14:56:41.957 INFO O| Aug 26 14:56:41.957 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-26T14:56:42.549Z[ recovery-image] Aug 26 14:56:41.966 INFO O| Aug 26 14:56:41.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58292026-08-26T14:56:42.549Z[ recovery-image] Aug 26 14:56:41.966 INFO O| Aug 26 14:56:41.966 INFO STEP 172 (remove_files) COMPLETE
58302026-08-26T14:56:42.552Z[ recovery-image] Aug 26 14:56:41.966 INFO O| Aug 26 14:56:41.966 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-26T14:56:42.561Z[ recovery-image] Aug 26 14:56:41.978 INFO O| Aug 26 14:56:41.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58322026-08-26T14:56:42.561Z[ recovery-image] Aug 26 14:56:41.978 INFO O| Aug 26 14:56:41.978 INFO STEP 173 (remove_files) COMPLETE
58332026-08-26T14:56:42.561Z[ recovery-image] Aug 26 14:56:41.978 INFO O| Aug 26 14:56:41.978 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-26T14:56:42.571Z[ recovery-image] Aug 26 14:56:41.988 INFO O| Aug 26 14:56:41.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58352026-08-26T14:56:42.574Z[ recovery-image] Aug 26 14:56:41.989 INFO O| Aug 26 14:56:41.989 INFO STEP 174 (remove_files) COMPLETE
58362026-08-26T14:56:42.574Z[ recovery-image] Aug 26 14:56:41.989 INFO O| Aug 26 14:56:41.989 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-26T14:56:42.582Z[ recovery-image] Aug 26 14:56:42.000 INFO O| Aug 26 14:56:41.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58382026-08-26T14:56:42.582Z[ recovery-image] Aug 26 14:56:42.000 INFO O| Aug 26 14:56:42.000 INFO STEP 175 (remove_files) COMPLETE
58392026-08-26T14:56:42.582Z[ recovery-image] Aug 26 14:56:42.000 INFO O| Aug 26 14:56:42.000 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-26T14:56:42.593Z[ recovery-image] Aug 26 14:56:42.010 INFO O| Aug 26 14:56:42.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58412026-08-26T14:56:42.597Z[ recovery-image] Aug 26 14:56:42.011 INFO O| Aug 26 14:56:42.011 INFO STEP 176 (remove_files) COMPLETE
58422026-08-26T14:56:42.597Z[ recovery-image] Aug 26 14:56:42.011 INFO O| Aug 26 14:56:42.011 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-26T14:56:42.605Z[ recovery-image] Aug 26 14:56:42.023 INFO O| Aug 26 14:56:42.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58442026-08-26T14:56:42.605Z[ recovery-image] Aug 26 14:56:42.023 INFO O| Aug 26 14:56:42.023 INFO STEP 177 (remove_files) COMPLETE
58452026-08-26T14:56:42.605Z[ recovery-image] Aug 26 14:56:42.023 INFO O| Aug 26 14:56:42.023 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-26T14:56:42.616Z[ recovery-image] Aug 26 14:56:42.033 INFO O| Aug 26 14:56:42.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58472026-08-26T14:56:42.616Z[ recovery-image] Aug 26 14:56:42.033 INFO O| Aug 26 14:56:42.033 INFO STEP 178 (remove_files) COMPLETE
58482026-08-26T14:56:42.616Z[ recovery-image] Aug 26 14:56:42.033 INFO O| Aug 26 14:56:42.033 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-26T14:56:42.624Z[ recovery-image] Aug 26 14:56:42.041 INFO O| Aug 26 14:56:42.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58502026-08-26T14:56:42.624Z[ recovery-image] Aug 26 14:56:42.041 INFO O| Aug 26 14:56:42.041 INFO STEP 179 (remove_files) COMPLETE
58512026-08-26T14:56:42.628Z[ recovery-image] Aug 26 14:56:42.041 INFO O| Aug 26 14:56:42.041 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-26T14:56:42.633Z[ recovery-image] Aug 26 14:56:42.051 INFO O| Aug 26 14:56:42.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58532026-08-26T14:56:42.633Z[ recovery-image] Aug 26 14:56:42.051 INFO O| Aug 26 14:56:42.051 INFO STEP 180 (remove_files) COMPLETE
58542026-08-26T14:56:42.637Z[ recovery-image] Aug 26 14:56:42.051 INFO O| Aug 26 14:56:42.051 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-26T14:56:42.642Z[ recovery-image] Aug 26 14:56:42.060 INFO O| Aug 26 14:56:42.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58562026-08-26T14:56:42.642Z[ recovery-image] Aug 26 14:56:42.060 INFO O| Aug 26 14:56:42.060 INFO STEP 181 (remove_files) COMPLETE
58572026-08-26T14:56:42.647Z[ recovery-image] Aug 26 14:56:42.060 INFO O| Aug 26 14:56:42.060 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-26T14:56:42.651Z[ recovery-image] Aug 26 14:56:42.069 INFO O| Aug 26 14:56:42.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58592026-08-26T14:56:42.651Z[ recovery-image] Aug 26 14:56:42.069 INFO O| Aug 26 14:56:42.069 INFO STEP 182 (remove_files) COMPLETE
58602026-08-26T14:56:42.651Z[ recovery-image] Aug 26 14:56:42.069 INFO O| Aug 26 14:56:42.069 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-26T14:56:42.662Z[ recovery-image] Aug 26 14:56:42.079 INFO O| Aug 26 14:56:42.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58622026-08-26T14:56:42.662Z[ recovery-image] Aug 26 14:56:42.079 INFO O| Aug 26 14:56:42.079 INFO STEP 183 (remove_files) COMPLETE
58632026-08-26T14:56:42.665Z[ recovery-image] Aug 26 14:56:42.079 INFO O| Aug 26 14:56:42.079 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-26T14:56:42.671Z[ recovery-image] Aug 26 14:56:42.088 INFO O| Aug 26 14:56:42.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58652026-08-26T14:56:42.671Z[ recovery-image] Aug 26 14:56:42.088 INFO O| Aug 26 14:56:42.088 INFO STEP 184 (remove_files) COMPLETE
58662026-08-26T14:56:42.671Z[ recovery-image] Aug 26 14:56:42.088 INFO O| Aug 26 14:56:42.088 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-26T14:56:42.683Z[ recovery-image] Aug 26 14:56:42.101 INFO O| Aug 26 14:56:42.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58682026-08-26T14:56:42.683Z[ recovery-image] Aug 26 14:56:42.101 INFO O| Aug 26 14:56:42.100 INFO STEP 185 (remove_files) COMPLETE
58692026-08-26T14:56:42.687Z[ recovery-image] Aug 26 14:56:42.101 INFO O| Aug 26 14:56:42.100 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-26T14:56:42.696Z[ recovery-image] Aug 26 14:56:42.114 INFO O| Aug 26 14:56:42.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58712026-08-26T14:56:42.696Z[ recovery-image] Aug 26 14:56:42.114 INFO O| Aug 26 14:56:42.114 INFO STEP 186 (remove_files) COMPLETE
58722026-08-26T14:56:42.697Z[ recovery-image] Aug 26 14:56:42.114 INFO O| Aug 26 14:56:42.114 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-26T14:56:42.709Z[ recovery-image] Aug 26 14:56:42.126 INFO O| Aug 26 14:56:42.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58742026-08-26T14:56:42.709Z[ recovery-image] Aug 26 14:56:42.126 INFO O| Aug 26 14:56:42.126 INFO STEP 187 (remove_files) COMPLETE
58752026-08-26T14:56:42.712Z[ recovery-image] Aug 26 14:56:42.126 INFO O| Aug 26 14:56:42.126 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-26T14:56:42.720Z[ recovery-image] Aug 26 14:56:42.137 INFO O| Aug 26 14:56:42.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58772026-08-26T14:56:42.720Z[ recovery-image] Aug 26 14:56:42.137 INFO O| Aug 26 14:56:42.137 INFO STEP 188 (remove_files) COMPLETE
58782026-08-26T14:56:42.720Z[ recovery-image] Aug 26 14:56:42.138 INFO O| Aug 26 14:56:42.137 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-26T14:56:42.731Z[ recovery-image] Aug 26 14:56:42.148 INFO O| Aug 26 14:56:42.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58802026-08-26T14:56:42.731Z[ recovery-image] Aug 26 14:56:42.148 INFO O| Aug 26 14:56:42.148 INFO STEP 189 (remove_files) COMPLETE
58812026-08-26T14:56:42.734Z[ recovery-image] Aug 26 14:56:42.148 INFO O| Aug 26 14:56:42.148 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-26T14:56:42.741Z[ recovery-image] Aug 26 14:56:42.159 INFO O| Aug 26 14:56:42.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58832026-08-26T14:56:42.741Z[ recovery-image] Aug 26 14:56:42.159 INFO O| Aug 26 14:56:42.159 INFO STEP 190 (remove_files) COMPLETE
58842026-08-26T14:56:42.745Z[ recovery-image] Aug 26 14:56:42.159 INFO O| Aug 26 14:56:42.159 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-26T14:56:42.753Z[ recovery-image] Aug 26 14:56:42.170 INFO O| Aug 26 14:56:42.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58862026-08-26T14:56:42.753Z[ recovery-image] Aug 26 14:56:42.170 INFO O| Aug 26 14:56:42.170 INFO STEP 191 (remove_files) COMPLETE
58872026-08-26T14:56:42.753Z[ recovery-image] Aug 26 14:56:42.170 INFO O| Aug 26 14:56:42.170 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-26T14:56:42.763Z[ recovery-image] Aug 26 14:56:42.181 INFO O| Aug 26 14:56:42.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58892026-08-26T14:56:42.763Z[ recovery-image] Aug 26 14:56:42.181 INFO O| Aug 26 14:56:42.181 INFO STEP 192 (remove_files) COMPLETE
58902026-08-26T14:56:42.763Z[ recovery-image] Aug 26 14:56:42.181 INFO O| Aug 26 14:56:42.181 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-26T14:56:42.773Z[ recovery-image] Aug 26 14:56:42.191 INFO O| Aug 26 14:56:42.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58922026-08-26T14:56:42.774Z[ recovery-image] Aug 26 14:56:42.191 INFO O| Aug 26 14:56:42.191 INFO STEP 193 (remove_files) COMPLETE
58932026-08-26T14:56:42.774Z[ recovery-image] Aug 26 14:56:42.191 INFO O| Aug 26 14:56:42.191 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-26T14:56:42.782Z[ recovery-image] Aug 26 14:56:42.200 INFO O| Aug 26 14:56:42.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58952026-08-26T14:56:42.783Z[ recovery-image] Aug 26 14:56:42.200 INFO O| Aug 26 14:56:42.200 INFO STEP 194 (remove_files) COMPLETE
58962026-08-26T14:56:42.786Z[ recovery-image] Aug 26 14:56:42.200 INFO O| Aug 26 14:56:42.200 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-26T14:56:42.786Z[verify-libraries] Compiling sapling-renderdag v0.1.0
58982026-08-26T14:56:42.793Z[ recovery-image] Aug 26 14:56:42.210 INFO O| Aug 26 14:56:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58992026-08-26T14:56:42.798Z[ recovery-image] Aug 26 14:56:42.211 INFO O| Aug 26 14:56:42.211 INFO STEP 195 (remove_files) COMPLETE
59002026-08-26T14:56:42.798Z[ recovery-image] Aug 26 14:56:42.211 INFO O| Aug 26 14:56:42.211 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-26T14:56:42.805Z[ recovery-image] Aug 26 14:56:42.221 INFO O| Aug 26 14:56:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59022026-08-26T14:56:42.805Z[ recovery-image] Aug 26 14:56:42.221 INFO O| Aug 26 14:56:42.221 INFO STEP 196 (remove_files) COMPLETE
59032026-08-26T14:56:42.805Z[ recovery-image] Aug 26 14:56:42.221 INFO O| Aug 26 14:56:42.221 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-26T14:56:42.814Z[ recovery-image] Aug 26 14:56:42.231 INFO O| Aug 26 14:56:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59052026-08-26T14:56:42.817Z[ recovery-image] Aug 26 14:56:42.232 INFO O| Aug 26 14:56:42.232 INFO STEP 197 (remove_files) COMPLETE
59062026-08-26T14:56:42.818Z[ recovery-image] Aug 26 14:56:42.232 INFO O| Aug 26 14:56:42.232 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-26T14:56:42.824Z[ recovery-image] Aug 26 14:56:42.241 INFO O| Aug 26 14:56:42.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59082026-08-26T14:56:42.824Z[ recovery-image] Aug 26 14:56:42.241 INFO O| Aug 26 14:56:42.241 INFO STEP 198 (remove_files) COMPLETE
59092026-08-26T14:56:42.828Z[ recovery-image] Aug 26 14:56:42.241 INFO O| Aug 26 14:56:42.241 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-26T14:56:42.833Z[ recovery-image] Aug 26 14:56:42.251 INFO O| Aug 26 14:56:42.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59112026-08-26T14:56:42.833Z[ recovery-image] Aug 26 14:56:42.251 INFO O| Aug 26 14:56:42.251 INFO STEP 199 (remove_files) COMPLETE
59122026-08-26T14:56:42.837Z[ recovery-image] Aug 26 14:56:42.251 INFO O| Aug 26 14:56:42.251 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-26T14:56:42.844Z[ recovery-image] Aug 26 14:56:42.261 INFO O| Aug 26 14:56:42.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59142026-08-26T14:56:42.844Z[ recovery-image] Aug 26 14:56:42.261 INFO O| Aug 26 14:56:42.261 INFO STEP 200 (remove_files) COMPLETE
59152026-08-26T14:56:42.844Z[ recovery-image] Aug 26 14:56:42.261 INFO O| Aug 26 14:56:42.261 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-26T14:56:42.853Z[ recovery-image] Aug 26 14:56:42.270 INFO O| Aug 26 14:56:42.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59172026-08-26T14:56:42.857Z[ recovery-image] Aug 26 14:56:42.271 INFO O| Aug 26 14:56:42.271 INFO STEP 201 (remove_files) COMPLETE
59182026-08-26T14:56:42.857Z[ recovery-image] Aug 26 14:56:42.271 INFO O| Aug 26 14:56:42.271 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-26T14:56:42.863Z[ recovery-image] Aug 26 14:56:42.281 INFO O| Aug 26 14:56:42.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59202026-08-26T14:56:42.863Z[ recovery-image] Aug 26 14:56:42.281 INFO O| Aug 26 14:56:42.281 INFO STEP 202 (remove_files) COMPLETE
59212026-08-26T14:56:42.863Z[ recovery-image] Aug 26 14:56:42.281 INFO O| Aug 26 14:56:42.281 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-26T14:56:42.875Z[ recovery-image] Aug 26 14:56:42.292 INFO O| Aug 26 14:56:42.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59232026-08-26T14:56:42.879Z[ recovery-image] Aug 26 14:56:42.293 INFO O| Aug 26 14:56:42.293 INFO STEP 203 (remove_files) COMPLETE
59242026-08-26T14:56:42.879Z[ recovery-image] Aug 26 14:56:42.293 INFO O| Aug 26 14:56:42.293 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-26T14:56:42.885Z[ recovery-image] Aug 26 14:56:42.303 INFO O| Aug 26 14:56:42.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59262026-08-26T14:56:42.885Z[ recovery-image] Aug 26 14:56:42.303 INFO O| Aug 26 14:56:42.303 INFO STEP 204 (remove_files) COMPLETE
59272026-08-26T14:56:42.885Z[ recovery-image] Aug 26 14:56:42.303 INFO O| Aug 26 14:56:42.303 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-26T14:56:42.893Z[ recovery-image] Aug 26 14:56:42.311 INFO O| Aug 26 14:56:42.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59292026-08-26T14:56:42.894Z[ recovery-image] Aug 26 14:56:42.311 INFO O| Aug 26 14:56:42.311 INFO STEP 205 (remove_files) COMPLETE
59302026-08-26T14:56:42.894Z[ recovery-image] Aug 26 14:56:42.311 INFO O| Aug 26 14:56:42.311 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-26T14:56:42.904Z[ recovery-image] Aug 26 14:56:42.322 INFO O| Aug 26 14:56:42.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59322026-08-26T14:56:42.904Z[ recovery-image] Aug 26 14:56:42.322 INFO O| Aug 26 14:56:42.322 INFO STEP 206 (remove_files) COMPLETE
59332026-08-26T14:56:42.908Z[ recovery-image] Aug 26 14:56:42.322 INFO O| Aug 26 14:56:42.322 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-26T14:56:42.915Z[ recovery-image] Aug 26 14:56:42.333 INFO O| Aug 26 14:56:42.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59352026-08-26T14:56:42.915Z[ recovery-image] Aug 26 14:56:42.333 INFO O| Aug 26 14:56:42.333 INFO STEP 207 (remove_files) COMPLETE
59362026-08-26T14:56:42.915Z[ recovery-image] Aug 26 14:56:42.333 INFO O| Aug 26 14:56:42.333 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-26T14:56:42.926Z[ recovery-image] Aug 26 14:56:42.343 INFO O| Aug 26 14:56:42.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59382026-08-26T14:56:42.926Z[ recovery-image] Aug 26 14:56:42.343 INFO O| Aug 26 14:56:42.343 INFO STEP 208 (remove_files) COMPLETE
59392026-08-26T14:56:42.930Z[ recovery-image] Aug 26 14:56:42.343 INFO O| Aug 26 14:56:42.343 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-26T14:56:42.936Z[ recovery-image] Aug 26 14:56:42.353 INFO O| Aug 26 14:56:42.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59412026-08-26T14:56:42.936Z[ recovery-image] Aug 26 14:56:42.353 INFO O| Aug 26 14:56:42.353 INFO STEP 209 (remove_files) COMPLETE
59422026-08-26T14:56:42.936Z[ recovery-image] Aug 26 14:56:42.353 INFO O| Aug 26 14:56:42.353 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-26T14:56:42.946Z[ recovery-image] Aug 26 14:56:42.364 INFO O| Aug 26 14:56:42.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59442026-08-26T14:56:42.946Z[ recovery-image] Aug 26 14:56:42.364 INFO O| Aug 26 14:56:42.364 INFO STEP 210 (remove_files) COMPLETE
59452026-08-26T14:56:42.946Z[ recovery-image] Aug 26 14:56:42.364 INFO O| Aug 26 14:56:42.364 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-26T14:56:42.957Z[ recovery-image] Aug 26 14:56:42.373 INFO O| Aug 26 14:56:42.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59472026-08-26T14:56:42.957Z[ recovery-image] Aug 26 14:56:42.373 INFO O| Aug 26 14:56:42.373 INFO STEP 211 (remove_files) COMPLETE
59482026-08-26T14:56:42.957Z[ recovery-image] Aug 26 14:56:42.373 INFO O| Aug 26 14:56:42.373 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-26T14:56:42.967Z[ recovery-image] Aug 26 14:56:42.384 INFO O| Aug 26 14:56:42.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59502026-08-26T14:56:42.967Z[ recovery-image] Aug 26 14:56:42.384 INFO O| Aug 26 14:56:42.384 INFO STEP 212 (remove_files) COMPLETE
59512026-08-26T14:56:42.970Z[ recovery-image] Aug 26 14:56:42.384 INFO O| Aug 26 14:56:42.384 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-26T14:56:42.975Z[ recovery-image] Aug 26 14:56:42.392 INFO O| Aug 26 14:56:42.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59532026-08-26T14:56:42.975Z[ recovery-image] Aug 26 14:56:42.392 INFO O| Aug 26 14:56:42.392 INFO STEP 213 (remove_files) COMPLETE
59542026-08-26T14:56:42.975Z[ recovery-image] Aug 26 14:56:42.393 INFO O| Aug 26 14:56:42.392 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-26T14:56:42.985Z[ recovery-image] Aug 26 14:56:42.403 INFO O| Aug 26 14:56:42.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59562026-08-26T14:56:42.985Z[ recovery-image] Aug 26 14:56:42.403 INFO O| Aug 26 14:56:42.403 INFO STEP 214 (remove_files) COMPLETE
59572026-08-26T14:56:42.985Z[ recovery-image] Aug 26 14:56:42.403 INFO O| Aug 26 14:56:42.403 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-26T14:56:42.996Z[ recovery-image] Aug 26 14:56:42.413 INFO O| Aug 26 14:56:42.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59592026-08-26T14:56:42.996Z[ recovery-image] Aug 26 14:56:42.413 INFO O| Aug 26 14:56:42.413 INFO STEP 215 (remove_files) COMPLETE
59602026-08-26T14:56:43.003Z[ recovery-image] Aug 26 14:56:42.413 INFO O| Aug 26 14:56:42.413 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-26T14:56:43.009Z[ recovery-image] Aug 26 14:56:42.423 INFO O| Aug 26 14:56:42.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59622026-08-26T14:56:43.009Z[ recovery-image] Aug 26 14:56:42.423 INFO O| Aug 26 14:56:42.423 INFO STEP 216 (remove_files) COMPLETE
59632026-08-26T14:56:43.009Z[ recovery-image] Aug 26 14:56:42.423 INFO O| Aug 26 14:56:42.423 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-26T14:56:43.016Z[ recovery-image] Aug 26 14:56:42.433 INFO O| Aug 26 14:56:42.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59652026-08-26T14:56:43.016Z[ recovery-image] Aug 26 14:56:42.433 INFO O| Aug 26 14:56:42.433 INFO STEP 217 (remove_files) COMPLETE
59662026-08-26T14:56:43.016Z[ recovery-image] Aug 26 14:56:42.433 INFO O| Aug 26 14:56:42.433 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-26T14:56:43.026Z[ recovery-image] Aug 26 14:56:42.443 INFO O| Aug 26 14:56:42.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59682026-08-26T14:56:43.026Z[ recovery-image] Aug 26 14:56:42.443 INFO O| Aug 26 14:56:42.443 INFO STEP 218 (remove_files) COMPLETE
59692026-08-26T14:56:43.026Z[ recovery-image] Aug 26 14:56:42.443 INFO O| Aug 26 14:56:42.443 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-26T14:56:43.030Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59712026-08-26T14:56:43.035Z[ recovery-image] Aug 26 14:56:42.452 INFO O| Aug 26 14:56:42.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59722026-08-26T14:56:43.035Z[ recovery-image] Aug 26 14:56:42.452 INFO O| Aug 26 14:56:42.452 INFO STEP 219 (remove_files) COMPLETE
59732026-08-26T14:56:43.039Z[ recovery-image] Aug 26 14:56:42.452 INFO O| Aug 26 14:56:42.452 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-26T14:56:43.046Z[ recovery-image] Aug 26 14:56:42.463 INFO O| Aug 26 14:56:42.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59752026-08-26T14:56:43.046Z[ recovery-image] Aug 26 14:56:42.463 INFO O| Aug 26 14:56:42.463 INFO STEP 220 (remove_files) COMPLETE
59762026-08-26T14:56:43.046Z[ recovery-image] Aug 26 14:56:42.463 INFO O| Aug 26 14:56:42.463 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-26T14:56:43.054Z[ recovery-image] Aug 26 14:56:42.471 INFO O| Aug 26 14:56:42.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59782026-08-26T14:56:43.054Z[ recovery-image] Aug 26 14:56:42.471 INFO O| Aug 26 14:56:42.471 INFO STEP 221 (remove_files) COMPLETE
59792026-08-26T14:56:43.054Z[ recovery-image] Aug 26 14:56:42.471 INFO O| Aug 26 14:56:42.471 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-26T14:56:43.063Z[ recovery-image] Aug 26 14:56:42.481 INFO O| Aug 26 14:56:42.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59812026-08-26T14:56:43.063Z[ recovery-image] Aug 26 14:56:42.481 INFO O| Aug 26 14:56:42.481 INFO STEP 222 (remove_files) COMPLETE
59822026-08-26T14:56:43.064Z[ recovery-image] Aug 26 14:56:42.481 INFO O| Aug 26 14:56:42.481 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-26T14:56:43.072Z[ recovery-image] Aug 26 14:56:42.489 INFO O| Aug 26 14:56:42.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59842026-08-26T14:56:43.072Z[ recovery-image] Aug 26 14:56:42.489 INFO O| Aug 26 14:56:42.489 INFO STEP 223 (remove_files) COMPLETE
59852026-08-26T14:56:43.072Z[ recovery-image] Aug 26 14:56:42.489 INFO O| Aug 26 14:56:42.489 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-26T14:56:43.084Z[ recovery-image] Aug 26 14:56:42.501 INFO O| Aug 26 14:56:42.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59872026-08-26T14:56:43.084Z[ recovery-image] Aug 26 14:56:42.501 INFO O| Aug 26 14:56:42.501 INFO STEP 224 (remove_files) COMPLETE
59882026-08-26T14:56:43.084Z[ recovery-image] Aug 26 14:56:42.501 INFO O| Aug 26 14:56:42.501 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-26T14:56:43.095Z[ recovery-image] Aug 26 14:56:42.513 INFO O| Aug 26 14:56:42.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59902026-08-26T14:56:43.095Z[ recovery-image] Aug 26 14:56:42.513 INFO O| Aug 26 14:56:42.513 INFO STEP 225 (remove_files) COMPLETE
59912026-08-26T14:56:43.095Z[ recovery-image] Aug 26 14:56:42.513 INFO O| Aug 26 14:56:42.513 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-26T14:56:43.106Z[ recovery-image] Aug 26 14:56:42.523 INFO O| Aug 26 14:56:42.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59932026-08-26T14:56:43.106Z[ recovery-image] Aug 26 14:56:42.523 INFO O| Aug 26 14:56:42.523 INFO STEP 226 (remove_files) COMPLETE
59942026-08-26T14:56:43.106Z[ recovery-image] Aug 26 14:56:42.523 INFO O| Aug 26 14:56:42.523 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-26T14:56:43.116Z[ recovery-image] Aug 26 14:56:42.534 INFO O| Aug 26 14:56:42.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59962026-08-26T14:56:43.116Z[ recovery-image] Aug 26 14:56:42.534 INFO O| Aug 26 14:56:42.534 INFO STEP 227 (remove_files) COMPLETE
59972026-08-26T14:56:43.116Z[ recovery-image] Aug 26 14:56:42.534 INFO O| Aug 26 14:56:42.534 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-26T14:56:43.127Z[ recovery-image] Aug 26 14:56:42.544 INFO O| Aug 26 14:56:42.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59992026-08-26T14:56:43.127Z[ recovery-image] Aug 26 14:56:42.544 INFO O| Aug 26 14:56:42.544 INFO STEP 228 (remove_files) COMPLETE
60002026-08-26T14:56:43.127Z[ recovery-image] Aug 26 14:56:42.544 INFO O| Aug 26 14:56:42.544 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-26T14:56:43.138Z[ recovery-image] Aug 26 14:56:42.554 INFO O| Aug 26 14:56:42.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60022026-08-26T14:56:43.138Z[ recovery-image] Aug 26 14:56:42.554 INFO O| Aug 26 14:56:42.554 INFO STEP 229 (remove_files) COMPLETE
60032026-08-26T14:56:43.138Z[ recovery-image] Aug 26 14:56:42.554 INFO O| Aug 26 14:56:42.554 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-26T14:56:43.147Z[ recovery-image] Aug 26 14:56:42.564 INFO O| Aug 26 14:56:42.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60052026-08-26T14:56:43.147Z[ recovery-image] Aug 26 14:56:42.564 INFO O| Aug 26 14:56:42.564 INFO STEP 230 (remove_files) COMPLETE
60062026-08-26T14:56:43.151Z[ recovery-image] Aug 26 14:56:42.564 INFO O| Aug 26 14:56:42.564 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-26T14:56:43.157Z[ recovery-image] Aug 26 14:56:42.575 INFO O| Aug 26 14:56:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60082026-08-26T14:56:43.157Z[ recovery-image] Aug 26 14:56:42.575 INFO O| Aug 26 14:56:42.575 INFO STEP 231 (remove_files) COMPLETE
60092026-08-26T14:56:43.157Z[ recovery-image] Aug 26 14:56:42.575 INFO O| Aug 26 14:56:42.575 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-26T14:56:43.167Z[ recovery-image] Aug 26 14:56:42.585 INFO O| Aug 26 14:56:42.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60112026-08-26T14:56:43.167Z[ recovery-image] Aug 26 14:56:42.585 INFO O| Aug 26 14:56:42.585 INFO STEP 232 (remove_files) COMPLETE
60122026-08-26T14:56:43.167Z[ recovery-image] Aug 26 14:56:42.585 INFO O| Aug 26 14:56:42.585 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-26T14:56:43.177Z[ recovery-image] Aug 26 14:56:42.594 INFO O| Aug 26 14:56:42.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60142026-08-26T14:56:43.177Z[ recovery-image] Aug 26 14:56:42.594 INFO O| Aug 26 14:56:42.594 INFO STEP 233 (remove_files) COMPLETE
60152026-08-26T14:56:43.181Z[ recovery-image] Aug 26 14:56:42.594 INFO O| Aug 26 14:56:42.594 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-26T14:56:44.189Z[ recovery-image] Aug 26 14:56:42.604 INFO O| Aug 26 14:56:42.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60172026-08-26T14:56:44.195Z[ recovery-image] Aug 26 14:56:42.605 INFO O| Aug 26 14:56:42.605 INFO STEP 234 (remove_files) COMPLETE
60182026-08-26T14:56:44.195Z[ recovery-image] Aug 26 14:56:42.605 INFO O| Aug 26 14:56:42.605 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-26T14:56:44.195Z[verify-libraries] Compiling hex-literal v1.1.0
60202026-08-26T14:56:44.195Z[ recovery-image] Aug 26 14:56:42.617 INFO O| Aug 26 14:56:42.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60212026-08-26T14:56:44.195Z[ recovery-image] Aug 26 14:56:42.617 INFO O| Aug 26 14:56:42.617 INFO STEP 235 (remove_files) COMPLETE
60222026-08-26T14:56:44.195Z[ recovery-image] Aug 26 14:56:42.617 INFO O| Aug 26 14:56:42.617 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-26T14:56:44.195Z[ recovery-image] Aug 26 14:56:42.627 INFO O| Aug 26 14:56:42.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60242026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.627 INFO O| Aug 26 14:56:42.627 INFO STEP 236 (remove_files) COMPLETE
60252026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.627 INFO O| Aug 26 14:56:42.627 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.637 INFO O| Aug 26 14:56:42.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60272026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.637 INFO O| Aug 26 14:56:42.637 INFO STEP 237 (remove_files) COMPLETE
60282026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.637 INFO O| Aug 26 14:56:42.637 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.647 INFO O| Aug 26 14:56:42.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60302026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.647 INFO O| Aug 26 14:56:42.647 INFO STEP 238 (remove_files) COMPLETE
60312026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.647 INFO O| Aug 26 14:56:42.647 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.657 INFO O| Aug 26 14:56:42.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60332026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.657 INFO O| Aug 26 14:56:42.657 INFO STEP 239 (remove_files) COMPLETE
60342026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.657 INFO O| Aug 26 14:56:42.657 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.667 INFO O| Aug 26 14:56:42.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60362026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.667 INFO O| Aug 26 14:56:42.667 INFO STEP 240 (remove_files) COMPLETE
60372026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.667 INFO O| Aug 26 14:56:42.667 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.677 INFO O| Aug 26 14:56:42.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60392026-08-26T14:56:44.196Z[ recovery-image] Aug 26 14:56:42.677 INFO O| Aug 26 14:56:42.677 INFO STEP 241 (remove_files) COMPLETE
60402026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.677 INFO O| Aug 26 14:56:42.677 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.687 INFO O| Aug 26 14:56:42.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60422026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.687 INFO O| Aug 26 14:56:42.687 INFO STEP 242 (remove_files) COMPLETE
60432026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.687 INFO O| Aug 26 14:56:42.687 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.696 INFO O| Aug 26 14:56:42.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60452026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.696 INFO O| Aug 26 14:56:42.696 INFO STEP 243 (remove_files) COMPLETE
60462026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.696 INFO O| Aug 26 14:56:42.696 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.707 INFO O| Aug 26 14:56:42.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60482026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.707 INFO O| Aug 26 14:56:42.707 INFO STEP 244 (remove_files) COMPLETE
60492026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.707 INFO O| Aug 26 14:56:42.707 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.716 INFO O| Aug 26 14:56:42.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60512026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.716 INFO O| Aug 26 14:56:42.716 INFO STEP 245 (remove_files) COMPLETE
60522026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.716 INFO O| Aug 26 14:56:42.716 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.724 INFO O| Aug 26 14:56:42.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60542026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.724 INFO O| Aug 26 14:56:42.724 INFO STEP 246 (remove_files) COMPLETE
60552026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.724 INFO O| Aug 26 14:56:42.724 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.733 INFO O| Aug 26 14:56:42.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60572026-08-26T14:56:44.197Z[ recovery-image] Aug 26 14:56:42.733 INFO O| Aug 26 14:56:42.733 INFO STEP 247 (remove_files) COMPLETE
60582026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.733 INFO O| Aug 26 14:56:42.733 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.746 INFO O| Aug 26 14:56:42.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60602026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.746 INFO O| Aug 26 14:56:42.746 INFO STEP 248 (remove_files) COMPLETE
60612026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.746 INFO O| Aug 26 14:56:42.746 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.758 INFO O| Aug 26 14:56:42.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60632026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.758 INFO O| Aug 26 14:56:42.758 INFO STEP 249 (remove_files) COMPLETE
60642026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.758 INFO O| Aug 26 14:56:42.758 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.769 INFO O| Aug 26 14:56:42.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60662026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.769 INFO O| Aug 26 14:56:42.769 INFO STEP 250 (remove_files) COMPLETE
60672026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.769 INFO O| Aug 26 14:56:42.769 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.777 INFO O| Aug 26 14:56:42.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60692026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.777 INFO O| Aug 26 14:56:42.777 INFO STEP 251 (remove_files) COMPLETE
60702026-08-26T14:56:44.198Z[ recovery-image] Aug 26 14:56:42.777 INFO O| Aug 26 14:56:42.777 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.785 INFO O| Aug 26 14:56:42.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60722026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.785 INFO O| Aug 26 14:56:42.785 INFO STEP 252 (remove_files) COMPLETE
60732026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.785 INFO O| Aug 26 14:56:42.785 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-26T14:56:44.199Z[verify-libraries] Compiling sync-ptr v0.1.4
60752026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.795 INFO O| Aug 26 14:56:42.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60762026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.795 INFO O| Aug 26 14:56:42.795 INFO STEP 253 (remove_files) COMPLETE
60772026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.795 INFO O| Aug 26 14:56:42.795 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.804 INFO O| Aug 26 14:56:42.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60792026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.804 INFO O| Aug 26 14:56:42.804 INFO STEP 254 (remove_files) COMPLETE
60802026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.804 INFO O| Aug 26 14:56:42.804 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.813 INFO O| Aug 26 14:56:42.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60822026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.813 INFO O| Aug 26 14:56:42.813 INFO STEP 255 (remove_files) COMPLETE
60832026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.813 INFO O| Aug 26 14:56:42.813 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-26T14:56:44.199Z[ recovery-image] Aug 26 14:56:42.821 INFO O| Aug 26 14:56:42.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60852026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.821 INFO O| Aug 26 14:56:42.821 INFO STEP 256 (remove_files) COMPLETE
60862026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.821 INFO O| Aug 26 14:56:42.821 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.831 INFO O| Aug 26 14:56:42.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60882026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.831 INFO O| Aug 26 14:56:42.831 INFO STEP 257 (remove_files) COMPLETE
60892026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.831 INFO O| Aug 26 14:56:42.831 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.841 INFO O| Aug 26 14:56:42.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60912026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.841 INFO O| Aug 26 14:56:42.841 INFO STEP 258 (remove_files) COMPLETE
60922026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.841 INFO O| Aug 26 14:56:42.841 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-26T14:56:44.200Z[verify-libraries] Compiling seq-macro v0.3.6
60942026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.850 INFO O| Aug 26 14:56:42.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60952026-08-26T14:56:44.200Z[ recovery-image] Aug 26 14:56:42.850 INFO O| Aug 26 14:56:42.850 INFO STEP 259 (remove_files) COMPLETE
60962026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.850 INFO O| Aug 26 14:56:42.850 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.859 INFO O| Aug 26 14:56:42.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60982026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.859 INFO O| Aug 26 14:56:42.859 INFO STEP 260 (remove_files) COMPLETE
60992026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.859 INFO O| Aug 26 14:56:42.859 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.869 INFO O| Aug 26 14:56:42.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61012026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.869 INFO O| Aug 26 14:56:42.869 INFO STEP 261 (remove_files) COMPLETE
61022026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.869 INFO O| Aug 26 14:56:42.869 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.880 INFO O| Aug 26 14:56:42.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61042026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.880 INFO O| Aug 26 14:56:42.880 INFO STEP 262 (remove_files) COMPLETE
61052026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.880 INFO O| Aug 26 14:56:42.880 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.890 INFO O| Aug 26 14:56:42.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61072026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.891 INFO O| Aug 26 14:56:42.891 INFO STEP 263 (remove_files) COMPLETE
61082026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.891 INFO O| Aug 26 14:56:42.891 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.901 INFO O| Aug 26 14:56:42.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61102026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.901 INFO O| Aug 26 14:56:42.901 INFO STEP 264 (remove_files) COMPLETE
61112026-08-26T14:56:44.201Z[ recovery-image] Aug 26 14:56:42.901 INFO O| Aug 26 14:56:42.901 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-26T14:56:44.202Z[ recovery-image] Aug 26 14:56:42.911 INFO O| Aug 26 14:56:42.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61132026-08-26T14:56:44.202Z[ recovery-image] Aug 26 14:56:42.911 INFO O| Aug 26 14:56:42.911 INFO STEP 265 (remove_files) COMPLETE
61142026-08-26T14:56:44.202Z[ recovery-image] Aug 26 14:56:42.911 INFO O| Aug 26 14:56:42.911 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-26T14:56:44.202Z[ recovery-image] Aug 26 14:56:42.920 INFO O| Aug 26 14:56:42.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61162026-08-26T14:56:44.202Z[ recovery-image] Aug 26 14:56:42.920 INFO O| Aug 26 14:56:42.920 INFO STEP 266 (remove_files) COMPLETE
61172026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.920 INFO O| Aug 26 14:56:42.920 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.929 INFO O| Aug 26 14:56:42.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61192026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.929 INFO O| Aug 26 14:56:42.929 INFO STEP 267 (remove_files) COMPLETE
61202026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.929 INFO O| Aug 26 14:56:42.929 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.940 INFO O| Aug 26 14:56:42.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61222026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.940 INFO O| Aug 26 14:56:42.940 INFO STEP 268 (remove_files) COMPLETE
61232026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.940 INFO O| Aug 26 14:56:42.940 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.951 INFO O| Aug 26 14:56:42.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61252026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.951 INFO O| Aug 26 14:56:42.951 INFO STEP 269 (remove_files) COMPLETE
61262026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.951 INFO O| Aug 26 14:56:42.951 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-26T14:56:44.207Z[ recovery-image] Aug 26 14:56:42.961 INFO O| Aug 26 14:56:42.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61282026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.961 INFO O| Aug 26 14:56:42.961 INFO STEP 270 (remove_files) COMPLETE
61292026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.961 INFO O| Aug 26 14:56:42.961 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.971 INFO O| Aug 26 14:56:42.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61312026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.971 INFO O| Aug 26 14:56:42.971 INFO STEP 271 (remove_files) COMPLETE
61322026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.971 INFO O| Aug 26 14:56:42.971 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-26T14:56:44.208Z[verify-libraries] Compiling md5 v0.8.0
61342026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.981 INFO O| Aug 26 14:56:42.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61352026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.981 INFO O| Aug 26 14:56:42.981 INFO STEP 272 (remove_files) COMPLETE
61362026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.981 INFO O| Aug 26 14:56:42.981 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.990 INFO O| Aug 26 14:56:42.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61382026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.990 INFO O| Aug 26 14:56:42.990 INFO STEP 273 (remove_files) COMPLETE
61392026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.990 INFO O| Aug 26 14:56:42.990 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.999 INFO O| Aug 26 14:56:42.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61412026-08-26T14:56:44.208Z[ recovery-image] Aug 26 14:56:42.999 INFO O| Aug 26 14:56:42.999 INFO STEP 274 (remove_files) COMPLETE
61422026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:42.999 INFO O| Aug 26 14:56:42.999 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.009 INFO O| Aug 26 14:56:43.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61442026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.009 INFO O| Aug 26 14:56:43.009 INFO STEP 275 (remove_files) COMPLETE
61452026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.009 INFO O| Aug 26 14:56:43.009 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-26T14:56:44.209Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61472026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.018 INFO O| Aug 26 14:56:43.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61482026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.018 INFO O| Aug 26 14:56:43.018 INFO STEP 276 (remove_files) COMPLETE
61492026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.018 INFO O| Aug 26 14:56:43.018 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.027 INFO O| Aug 26 14:56:43.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61512026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.028 INFO O| Aug 26 14:56:43.027 INFO STEP 277 (remove_files) COMPLETE
61522026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.028 INFO O| Aug 26 14:56:43.027 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.037 INFO O| Aug 26 14:56:43.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61542026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.037 INFO O| Aug 26 14:56:43.037 INFO STEP 278 (remove_files) COMPLETE
61552026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.037 INFO O| Aug 26 14:56:43.037 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.048 INFO O| Aug 26 14:56:43.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61572026-08-26T14:56:44.209Z[ recovery-image] Aug 26 14:56:43.048 INFO O| Aug 26 14:56:43.048 INFO STEP 279 (remove_files) COMPLETE
61582026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.048 INFO O| Aug 26 14:56:43.048 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.059 INFO O| Aug 26 14:56:43.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61602026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.059 INFO O| Aug 26 14:56:43.059 INFO STEP 280 (remove_files) COMPLETE
61612026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.059 INFO O| Aug 26 14:56:43.059 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.068 INFO O| Aug 26 14:56:43.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61632026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.068 INFO O| Aug 26 14:56:43.068 INFO STEP 281 (remove_files) COMPLETE
61642026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.068 INFO O| Aug 26 14:56:43.068 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-26T14:56:44.210Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
61662026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.077 INFO O| Aug 26 14:56:43.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61672026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.077 INFO O| Aug 26 14:56:43.077 INFO STEP 282 (remove_files) COMPLETE
61682026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.077 INFO O| Aug 26 14:56:43.077 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.086 INFO O| Aug 26 14:56:43.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61702026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.086 INFO O| Aug 26 14:56:43.086 INFO STEP 283 (remove_files) COMPLETE
61712026-08-26T14:56:44.210Z[ recovery-image] Aug 26 14:56:43.086 INFO O| Aug 26 14:56:43.086 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.096 INFO O| Aug 26 14:56:43.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61732026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.097 INFO O| Aug 26 14:56:43.097 INFO STEP 284 (remove_files) COMPLETE
61742026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.097 INFO O| Aug 26 14:56:43.097 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.106 INFO O| Aug 26 14:56:43.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61762026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.107 INFO O| Aug 26 14:56:43.107 INFO STEP 285 (remove_files) COMPLETE
61772026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.107 INFO O| Aug 26 14:56:43.107 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.117 INFO O| Aug 26 14:56:43.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61792026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.117 INFO O| Aug 26 14:56:43.117 INFO STEP 286 (remove_files) COMPLETE
61802026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.117 INFO O| Aug 26 14:56:43.117 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.129 INFO O| Aug 26 14:56:43.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61822026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.129 INFO O| Aug 26 14:56:43.129 INFO STEP 287 (remove_files) COMPLETE
61832026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.129 INFO O| Aug 26 14:56:43.129 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.138 INFO O| Aug 26 14:56:43.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61852026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.138 INFO O| Aug 26 14:56:43.138 INFO STEP 288 (remove_files) COMPLETE
61862026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.138 INFO O| Aug 26 14:56:43.138 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.147 INFO O| Aug 26 14:56:43.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61882026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.147 INFO O| Aug 26 14:56:43.147 INFO STEP 289 (remove_files) COMPLETE
61892026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.147 INFO O| Aug 26 14:56:43.147 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.158 INFO O| Aug 26 14:56:43.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61912026-08-26T14:56:44.211Z[ recovery-image] Aug 26 14:56:43.158 INFO O| Aug 26 14:56:43.158 INFO STEP 290 (remove_files) COMPLETE
61922026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.158 INFO O| Aug 26 14:56:43.158 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.167 INFO O| Aug 26 14:56:43.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61942026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.167 INFO O| Aug 26 14:56:43.167 INFO STEP 291 (remove_files) COMPLETE
61952026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.167 INFO O| Aug 26 14:56:43.167 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.177 INFO O| Aug 26 14:56:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61972026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.177 INFO O| Aug 26 14:56:43.177 INFO STEP 292 (remove_files) COMPLETE
61982026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.177 INFO O| Aug 26 14:56:43.177 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.188 INFO O| Aug 26 14:56:43.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62002026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.188 INFO O| Aug 26 14:56:43.188 INFO STEP 293 (remove_files) COMPLETE
62012026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.188 INFO O| Aug 26 14:56:43.188 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.197 INFO O| Aug 26 14:56:43.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62032026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.198 INFO O| Aug 26 14:56:43.198 INFO STEP 294 (remove_files) COMPLETE
62042026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.198 INFO O| Aug 26 14:56:43.198 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.206 INFO O| Aug 26 14:56:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62062026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.206 INFO O| Aug 26 14:56:43.206 INFO STEP 295 (remove_files) COMPLETE
62072026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.206 INFO O| Aug 26 14:56:43.206 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.216 INFO O| Aug 26 14:56:43.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62092026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.216 INFO O| Aug 26 14:56:43.216 INFO STEP 296 (remove_files) COMPLETE
62102026-08-26T14:56:44.212Z[ recovery-image] Aug 26 14:56:43.216 INFO O| Aug 26 14:56:43.216 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-26T14:56:44.213Z[ recovery-image] Aug 26 14:56:43.225 INFO O| Aug 26 14:56:43.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62122026-08-26T14:56:44.213Z[ recovery-image] Aug 26 14:56:43.225 INFO O| Aug 26 14:56:43.225 INFO STEP 297 (remove_files) COMPLETE
62132026-08-26T14:56:44.213Z[ recovery-image] Aug 26 14:56:43.225 INFO O| Aug 26 14:56:43.225 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-26T14:56:44.213Z[ recovery-image] Aug 26 14:56:43.234 INFO O| Aug 26 14:56:43.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62152026-08-26T14:56:44.213Z[ recovery-image] Aug 26 14:56:43.234 INFO O| Aug 26 14:56:43.234 INFO STEP 298 (remove_files) COMPLETE
62162026-08-26T14:56:44.213Z[ recovery-image] Aug 26 14:56:43.234 INFO O| Aug 26 14:56:43.234 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.242 INFO O| Aug 26 14:56:43.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62182026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.242 INFO O| Aug 26 14:56:43.242 INFO STEP 299 (remove_files) COMPLETE
62192026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.242 INFO O| Aug 26 14:56:43.242 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.251 INFO O| Aug 26 14:56:43.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62212026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.252 INFO O| Aug 26 14:56:43.251 INFO STEP 300 (remove_files) COMPLETE
62222026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.252 INFO O| Aug 26 14:56:43.252 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.261 INFO O| Aug 26 14:56:43.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62242026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.261 INFO O| Aug 26 14:56:43.261 INFO STEP 301 (remove_files) COMPLETE
62252026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.261 INFO O| Aug 26 14:56:43.261 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-26T14:56:44.218Z[ recovery-image] Aug 26 14:56:43.271 INFO O| Aug 26 14:56:43.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62272026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.271 INFO O| Aug 26 14:56:43.271 INFO STEP 302 (remove_files) COMPLETE
62282026-08-26T14:56:44.219Z[verify-libraries] Compiling russh v0.62.4
62292026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.271 INFO O| Aug 26 14:56:43.271 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.280 INFO O| Aug 26 14:56:43.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62312026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.280 INFO O| Aug 26 14:56:43.280 INFO STEP 303 (remove_files) COMPLETE
62322026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.280 INFO O| Aug 26 14:56:43.280 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.290 INFO O| Aug 26 14:56:43.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62342026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.290 INFO O| Aug 26 14:56:43.290 INFO STEP 304 (remove_files) COMPLETE
62352026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.290 INFO O| Aug 26 14:56:43.290 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.300 INFO O| Aug 26 14:56:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62372026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.300 INFO O| Aug 26 14:56:43.300 INFO STEP 305 (remove_files) COMPLETE
62382026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.300 INFO O| Aug 26 14:56:43.300 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.310 INFO O| Aug 26 14:56:43.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62402026-08-26T14:56:44.219Z[ recovery-image] Aug 26 14:56:43.310 INFO O| Aug 26 14:56:43.310 INFO STEP 306 (remove_files) COMPLETE
62412026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.310 INFO O| Aug 26 14:56:43.310 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.320 INFO O| Aug 26 14:56:43.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62432026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.320 INFO O| Aug 26 14:56:43.320 INFO STEP 307 (remove_files) COMPLETE
62442026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.320 INFO O| Aug 26 14:56:43.320 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.330 INFO O| Aug 26 14:56:43.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62462026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.330 INFO O| Aug 26 14:56:43.330 INFO STEP 308 (remove_files) COMPLETE
62472026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.330 INFO O| Aug 26 14:56:43.330 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-26T14:56:44.220Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62492026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.342 INFO O| Aug 26 14:56:43.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62502026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.342 INFO O| Aug 26 14:56:43.342 INFO STEP 309 (remove_files) COMPLETE
62512026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.343 INFO O| Aug 26 14:56:43.342 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.352 INFO O| Aug 26 14:56:43.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62532026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.352 INFO O| Aug 26 14:56:43.352 INFO STEP 310 (remove_files) COMPLETE
62542026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.352 INFO O| Aug 26 14:56:43.352 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.361 INFO O| Aug 26 14:56:43.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62562026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.361 INFO O| Aug 26 14:56:43.361 INFO STEP 311 (remove_files) COMPLETE
62572026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.361 INFO O| Aug 26 14:56:43.361 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.372 INFO O| Aug 26 14:56:43.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62592026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.372 INFO O| Aug 26 14:56:43.372 INFO STEP 312 (remove_files) COMPLETE
62602026-08-26T14:56:44.220Z[ recovery-image] Aug 26 14:56:43.372 INFO O| Aug 26 14:56:43.372 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.383 INFO O| Aug 26 14:56:43.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62622026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.383 INFO O| Aug 26 14:56:43.383 INFO STEP 313 (remove_files) COMPLETE
62632026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.383 INFO O| Aug 26 14:56:43.383 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.396 INFO O| Aug 26 14:56:43.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62652026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.400 INFO O| Aug 26 14:56:43.400 INFO STEP 314 (remove_files) COMPLETE
62662026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.400 INFO O| Aug 26 14:56:43.400 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.410 INFO O| Aug 26 14:56:43.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62682026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.410 INFO O| Aug 26 14:56:43.410 INFO STEP 315 (remove_files) COMPLETE
62692026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.410 INFO O| Aug 26 14:56:43.410 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.420 INFO O| Aug 26 14:56:43.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62712026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.420 INFO O| Aug 26 14:56:43.420 INFO STEP 316 (remove_files) COMPLETE
62722026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.420 INFO O| Aug 26 14:56:43.420 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.431 INFO O| Aug 26 14:56:43.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62742026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.431 INFO O| Aug 26 14:56:43.431 INFO STEP 317 (remove_files) COMPLETE
62752026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.431 INFO O| Aug 26 14:56:43.431 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.442 INFO O| Aug 26 14:56:43.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62772026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.443 INFO O| Aug 26 14:56:43.442 INFO STEP 318 (remove_files) COMPLETE
62782026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.443 INFO O| Aug 26 14:56:43.443 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.453 INFO O| Aug 26 14:56:43.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62802026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.453 INFO O| Aug 26 14:56:43.453 INFO STEP 319 (remove_files) COMPLETE
62812026-08-26T14:56:44.221Z[ recovery-image] Aug 26 14:56:43.453 INFO O| Aug 26 14:56:43.453 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.482 INFO O| Aug 26 14:56:43.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62832026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.483 INFO O| Aug 26 14:56:43.483 INFO STEP 320 (remove_files) COMPLETE
62842026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.483 INFO O| Aug 26 14:56:43.483 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.492 INFO O| Aug 26 14:56:43.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62862026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.492 INFO O| Aug 26 14:56:43.492 INFO STEP 321 (remove_files) COMPLETE
62872026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.492 INFO O| Aug 26 14:56:43.492 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-26T14:56:44.222Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62892026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.501 INFO O| Aug 26 14:56:43.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62902026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.502 INFO O| Aug 26 14:56:43.501 INFO STEP 322 (remove_files) COMPLETE
62912026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.502 INFO O| Aug 26 14:56:43.502 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.511 INFO O| Aug 26 14:56:43.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62932026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.511 INFO O| Aug 26 14:56:43.511 INFO STEP 323 (remove_files) COMPLETE
62942026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.511 INFO O| Aug 26 14:56:43.511 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.520 INFO O| Aug 26 14:56:43.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62962026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.520 INFO O| Aug 26 14:56:43.520 INFO STEP 324 (remove_files) COMPLETE
62972026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.520 INFO O| Aug 26 14:56:43.520 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.530 INFO O| Aug 26 14:56:43.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62992026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.530 INFO O| Aug 26 14:56:43.530 INFO STEP 325 (remove_files) COMPLETE
63002026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.530 INFO O| Aug 26 14:56:43.530 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.539 INFO O| Aug 26 14:56:43.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63022026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.539 INFO O| Aug 26 14:56:43.539 INFO STEP 326 (remove_files) COMPLETE
63032026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.539 INFO O| Aug 26 14:56:43.539 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-26T14:56:44.222Z[ recovery-image] Aug 26 14:56:43.553 INFO O| Aug 26 14:56:43.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63052026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.553 INFO O| Aug 26 14:56:43.553 INFO STEP 327 (remove_files) COMPLETE
63062026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.553 INFO O| Aug 26 14:56:43.553 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.562 INFO O| Aug 26 14:56:43.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63082026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.562 INFO O| Aug 26 14:56:43.562 INFO STEP 328 (remove_files) COMPLETE
63092026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.562 INFO O| Aug 26 14:56:43.562 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.570 INFO O| Aug 26 14:56:43.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63112026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.570 INFO O| Aug 26 14:56:43.570 INFO STEP 329 (remove_files) COMPLETE
63122026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.570 INFO O| Aug 26 14:56:43.570 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.578 INFO O| Aug 26 14:56:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63142026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.578 INFO O| Aug 26 14:56:43.578 INFO STEP 330 (remove_files) COMPLETE
63152026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.578 INFO O| Aug 26 14:56:43.578 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-26T14:56:44.223Z[ recovery-image] Aug 26 14:56:43.586 INFO O| Aug 26 14:56:43.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63172026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.586 INFO O| Aug 26 14:56:43.586 INFO STEP 331 (remove_files) COMPLETE
63182026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.586 INFO O| Aug 26 14:56:43.586 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.595 INFO O| Aug 26 14:56:43.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63202026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.595 INFO O| Aug 26 14:56:43.595 INFO STEP 332 (remove_files) COMPLETE
63212026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.595 INFO O| Aug 26 14:56:43.595 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.603 INFO O| Aug 26 14:56:43.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63232026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.603 INFO O| Aug 26 14:56:43.603 INFO STEP 333 (remove_files) COMPLETE
63242026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.603 INFO O| Aug 26 14:56:43.603 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.612 INFO O| Aug 26 14:56:43.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63262026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.612 INFO O| Aug 26 14:56:43.612 INFO STEP 334 (remove_files) COMPLETE
63272026-08-26T14:56:44.228Z[ recovery-image] Aug 26 14:56:43.612 INFO O| Aug 26 14:56:43.612 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.621 INFO O| Aug 26 14:56:43.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63292026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.622 INFO O| Aug 26 14:56:43.622 INFO STEP 335 (remove_files) COMPLETE
63302026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.622 INFO O| Aug 26 14:56:43.622 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.632 INFO O| Aug 26 14:56:43.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63322026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.632 INFO O| Aug 26 14:56:43.632 INFO STEP 336 (remove_files) COMPLETE
63332026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.632 INFO O| Aug 26 14:56:43.632 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.641 INFO O| Aug 26 14:56:43.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63352026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.641 INFO O| Aug 26 14:56:43.641 INFO STEP 337 (remove_files) COMPLETE
63362026-08-26T14:56:44.229Z[ recovery-image] Aug 26 14:56:43.641 INFO O| Aug 26 14:56:43.641 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-26T14:56:44.233Z[ recovery-image] Aug 26 14:56:43.650 INFO O| Aug 26 14:56:43.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63382026-08-26T14:56:44.233Z[ recovery-image] Aug 26 14:56:43.650 INFO O| Aug 26 14:56:43.650 INFO STEP 338 (remove_files) COMPLETE
63392026-08-26T14:56:44.233Z[ recovery-image] Aug 26 14:56:43.650 INFO O| Aug 26 14:56:43.650 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-26T14:56:44.243Z[ recovery-image] Aug 26 14:56:43.660 INFO O| Aug 26 14:56:43.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63412026-08-26T14:56:44.243Z[ recovery-image] Aug 26 14:56:43.660 INFO O| Aug 26 14:56:43.660 INFO STEP 339 (remove_files) COMPLETE
63422026-08-26T14:56:44.246Z[ recovery-image] Aug 26 14:56:43.660 INFO O| Aug 26 14:56:43.660 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-26T14:56:44.252Z[ recovery-image] Aug 26 14:56:43.670 INFO O| Aug 26 14:56:43.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63442026-08-26T14:56:44.253Z[ recovery-image] Aug 26 14:56:43.670 INFO O| Aug 26 14:56:43.670 INFO STEP 340 (remove_files) COMPLETE
63452026-08-26T14:56:44.256Z[ recovery-image] Aug 26 14:56:43.670 INFO O| Aug 26 14:56:43.670 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-26T14:56:44.263Z[ recovery-image] Aug 26 14:56:43.680 INFO O| Aug 26 14:56:43.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63472026-08-26T14:56:44.263Z[ recovery-image] Aug 26 14:56:43.680 INFO O| Aug 26 14:56:43.680 INFO STEP 341 (remove_files) COMPLETE
63482026-08-26T14:56:44.266Z[ recovery-image] Aug 26 14:56:43.680 INFO O| Aug 26 14:56:43.680 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-26T14:56:44.272Z[ recovery-image] Aug 26 14:56:43.690 INFO O| Aug 26 14:56:43.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63502026-08-26T14:56:44.273Z[ recovery-image] Aug 26 14:56:43.690 INFO O| Aug 26 14:56:43.690 INFO STEP 342 (remove_files) COMPLETE
63512026-08-26T14:56:44.273Z[ recovery-image] Aug 26 14:56:43.690 INFO O| Aug 26 14:56:43.690 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-26T14:56:44.282Z[ recovery-image] Aug 26 14:56:43.700 INFO O| Aug 26 14:56:43.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63532026-08-26T14:56:44.282Z[ recovery-image] Aug 26 14:56:43.700 INFO O| Aug 26 14:56:43.700 INFO STEP 343 (remove_files) COMPLETE
63542026-08-26T14:56:44.282Z[ recovery-image] Aug 26 14:56:43.700 INFO O| Aug 26 14:56:43.700 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-26T14:56:44.292Z[ recovery-image] Aug 26 14:56:43.709 INFO O| Aug 26 14:56:43.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63562026-08-26T14:56:44.292Z[ recovery-image] Aug 26 14:56:43.709 INFO O| Aug 26 14:56:43.709 INFO STEP 344 (remove_files) COMPLETE
63572026-08-26T14:56:44.292Z[ recovery-image] Aug 26 14:56:43.709 INFO O| Aug 26 14:56:43.709 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-26T14:56:44.301Z[ recovery-image] Aug 26 14:56:43.719 INFO O| Aug 26 14:56:43.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63592026-08-26T14:56:44.301Z[ recovery-image] Aug 26 14:56:43.719 INFO O| Aug 26 14:56:43.718 INFO STEP 345 (remove_files) COMPLETE
63602026-08-26T14:56:44.306Z[ recovery-image] Aug 26 14:56:43.719 INFO O| Aug 26 14:56:43.718 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-26T14:56:44.341Z[ recovery-image] Aug 26 14:56:43.758 INFO O| Aug 26 14:56:43.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63622026-08-26T14:56:44.341Z[ recovery-image] Aug 26 14:56:43.758 INFO O| Aug 26 14:56:43.758 INFO STEP 346 (remove_files) COMPLETE
63632026-08-26T14:56:44.341Z[ recovery-image] Aug 26 14:56:43.758 INFO O| Aug 26 14:56:43.758 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-26T14:56:44.352Z[ recovery-image] Aug 26 14:56:43.769 INFO O| Aug 26 14:56:43.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63652026-08-26T14:56:44.352Z[ recovery-image] Aug 26 14:56:43.769 INFO O| Aug 26 14:56:43.769 INFO STEP 347 (remove_files) COMPLETE
63662026-08-26T14:56:44.355Z[ recovery-image] Aug 26 14:56:43.769 INFO O| Aug 26 14:56:43.769 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-26T14:56:44.361Z[ recovery-image] Aug 26 14:56:43.779 INFO O| Aug 26 14:56:43.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63682026-08-26T14:56:44.365Z[ recovery-image] Aug 26 14:56:43.779 INFO O| Aug 26 14:56:43.779 INFO STEP 348 (remove_files) COMPLETE
63692026-08-26T14:56:44.365Z[ recovery-image] Aug 26 14:56:43.780 INFO O| Aug 26 14:56:43.779 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-26T14:56:44.371Z[ recovery-image] Aug 26 14:56:43.789 INFO O| Aug 26 14:56:43.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63712026-08-26T14:56:44.371Z[ recovery-image] Aug 26 14:56:43.789 INFO O| Aug 26 14:56:43.789 INFO STEP 349 (remove_files) COMPLETE
63722026-08-26T14:56:44.371Z[ recovery-image] Aug 26 14:56:43.789 INFO O| Aug 26 14:56:43.789 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-26T14:56:44.382Z[ recovery-image] Aug 26 14:56:43.798 INFO O| Aug 26 14:56:43.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63742026-08-26T14:56:44.382Z[ recovery-image] Aug 26 14:56:43.798 INFO O| Aug 26 14:56:43.798 INFO STEP 350 (remove_files) COMPLETE
63752026-08-26T14:56:44.385Z[ recovery-image] Aug 26 14:56:43.798 INFO O| Aug 26 14:56:43.798 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-26T14:56:44.390Z[ recovery-image] Aug 26 14:56:43.807 INFO O| Aug 26 14:56:43.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63772026-08-26T14:56:44.390Z[ recovery-image] Aug 26 14:56:43.807 INFO O| Aug 26 14:56:43.807 INFO STEP 351 (remove_files) COMPLETE
63782026-08-26T14:56:44.391Z[ recovery-image] Aug 26 14:56:43.807 INFO O| Aug 26 14:56:43.807 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-26T14:56:44.400Z[ recovery-image] Aug 26 14:56:43.817 INFO O| Aug 26 14:56:43.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63802026-08-26T14:56:44.400Z[ recovery-image] Aug 26 14:56:43.817 INFO O| Aug 26 14:56:43.817 INFO STEP 352 (remove_files) COMPLETE
63812026-08-26T14:56:44.400Z[ recovery-image] Aug 26 14:56:43.817 INFO O| Aug 26 14:56:43.817 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-26T14:56:44.410Z[ recovery-image] Aug 26 14:56:43.827 INFO O| Aug 26 14:56:43.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63832026-08-26T14:56:44.410Z[ recovery-image] Aug 26 14:56:43.827 INFO O| Aug 26 14:56:43.827 INFO STEP 353 (remove_files) COMPLETE
63842026-08-26T14:56:44.410Z[ recovery-image] Aug 26 14:56:43.827 INFO O| Aug 26 14:56:43.827 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-26T14:56:44.420Z[ recovery-image] Aug 26 14:56:43.837 INFO O| Aug 26 14:56:43.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63862026-08-26T14:56:44.420Z[ recovery-image] Aug 26 14:56:43.838 INFO O| Aug 26 14:56:43.838 INFO STEP 354 (remove_files) COMPLETE
63872026-08-26T14:56:44.424Z[ recovery-image] Aug 26 14:56:43.838 INFO O| Aug 26 14:56:43.838 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-26T14:56:44.430Z[ recovery-image] Aug 26 14:56:43.848 INFO O| Aug 26 14:56:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63892026-08-26T14:56:44.430Z[ recovery-image] Aug 26 14:56:43.848 INFO O| Aug 26 14:56:43.848 INFO STEP 355 (remove_files) COMPLETE
63902026-08-26T14:56:44.430Z[ recovery-image] Aug 26 14:56:43.848 INFO O| Aug 26 14:56:43.848 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-26T14:56:44.440Z[ recovery-image] Aug 26 14:56:43.857 INFO O| Aug 26 14:56:43.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63922026-08-26T14:56:44.440Z[ recovery-image] Aug 26 14:56:43.857 INFO O| Aug 26 14:56:43.857 INFO STEP 356 (remove_files) COMPLETE
63932026-08-26T14:56:44.440Z[ recovery-image] Aug 26 14:56:43.857 INFO O| Aug 26 14:56:43.857 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-26T14:56:44.450Z[ recovery-image] Aug 26 14:56:43.867 INFO O| Aug 26 14:56:43.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63952026-08-26T14:56:44.450Z[ recovery-image] Aug 26 14:56:43.867 INFO O| Aug 26 14:56:43.867 INFO STEP 357 (remove_files) COMPLETE
63962026-08-26T14:56:44.450Z[ recovery-image] Aug 26 14:56:43.867 INFO O| Aug 26 14:56:43.867 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-26T14:56:44.458Z[ recovery-image] Aug 26 14:56:43.876 INFO O| Aug 26 14:56:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63982026-08-26T14:56:44.459Z[ recovery-image] Aug 26 14:56:43.876 INFO O| Aug 26 14:56:43.876 INFO STEP 358 (remove_files) COMPLETE
63992026-08-26T14:56:44.459Z[ recovery-image] Aug 26 14:56:43.876 INFO O| Aug 26 14:56:43.876 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-26T14:56:44.468Z[ recovery-image] Aug 26 14:56:43.886 INFO O| Aug 26 14:56:43.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64012026-08-26T14:56:44.468Z[ recovery-image] Aug 26 14:56:43.886 INFO O| Aug 26 14:56:43.886 INFO STEP 359 (remove_files) COMPLETE
64022026-08-26T14:56:44.469Z[ recovery-image] Aug 26 14:56:43.886 INFO O| Aug 26 14:56:43.886 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-26T14:56:44.479Z[ recovery-image] Aug 26 14:56:43.896 INFO O| Aug 26 14:56:43.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64042026-08-26T14:56:44.479Z[ recovery-image] Aug 26 14:56:43.896 INFO O| Aug 26 14:56:43.896 INFO STEP 360 (remove_files) COMPLETE
64052026-08-26T14:56:44.479Z[ recovery-image] Aug 26 14:56:43.896 INFO O| Aug 26 14:56:43.896 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-26T14:56:44.489Z[ recovery-image] Aug 26 14:56:43.906 INFO O| Aug 26 14:56:43.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64072026-08-26T14:56:44.489Z[ recovery-image] Aug 26 14:56:43.907 INFO O| Aug 26 14:56:43.907 INFO STEP 361 (remove_files) COMPLETE
64082026-08-26T14:56:44.493Z[ recovery-image] Aug 26 14:56:43.907 INFO O| Aug 26 14:56:43.907 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-26T14:56:44.508Z[ recovery-image] Aug 26 14:56:43.917 INFO O| Aug 26 14:56:43.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64102026-08-26T14:56:44.508Z[ recovery-image] Aug 26 14:56:43.917 INFO O| Aug 26 14:56:43.917 INFO STEP 362 (remove_files) COMPLETE
64112026-08-26T14:56:44.508Z[ recovery-image] Aug 26 14:56:43.917 INFO O| Aug 26 14:56:43.917 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-26T14:56:44.512Z[ recovery-image] Aug 26 14:56:43.926 INFO O| Aug 26 14:56:43.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64132026-08-26T14:56:44.512Z[ recovery-image] Aug 26 14:56:43.926 INFO O| Aug 26 14:56:43.926 INFO STEP 363 (remove_files) COMPLETE
64142026-08-26T14:56:44.512Z[ recovery-image] Aug 26 14:56:43.926 INFO O| Aug 26 14:56:43.926 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-26T14:56:44.518Z[ recovery-image] Aug 26 14:56:43.935 INFO O| Aug 26 14:56:43.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64162026-08-26T14:56:44.518Z[ recovery-image] Aug 26 14:56:43.935 INFO O| Aug 26 14:56:43.935 INFO STEP 364 (remove_files) COMPLETE
64172026-08-26T14:56:44.518Z[ recovery-image] Aug 26 14:56:43.935 INFO O| Aug 26 14:56:43.935 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-26T14:56:44.528Z[ recovery-image] Aug 26 14:56:43.945 INFO O| Aug 26 14:56:43.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64192026-08-26T14:56:44.529Z[ recovery-image] Aug 26 14:56:43.945 INFO O| Aug 26 14:56:43.945 INFO STEP 365 (remove_files) COMPLETE
64202026-08-26T14:56:44.529Z[ recovery-image] Aug 26 14:56:43.945 INFO O| Aug 26 14:56:43.945 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-26T14:56:44.537Z[ recovery-image] Aug 26 14:56:43.954 INFO O| Aug 26 14:56:43.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64222026-08-26T14:56:44.537Z[ recovery-image] Aug 26 14:56:43.954 INFO O| Aug 26 14:56:43.954 INFO STEP 366 (remove_files) COMPLETE
64232026-08-26T14:56:44.540Z[ recovery-image] Aug 26 14:56:43.954 INFO O| Aug 26 14:56:43.954 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-26T14:56:44.545Z[ recovery-image] Aug 26 14:56:43.963 INFO O| Aug 26 14:56:43.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64252026-08-26T14:56:44.545Z[ recovery-image] Aug 26 14:56:43.963 INFO O| Aug 26 14:56:43.963 INFO STEP 367 (remove_files) COMPLETE
64262026-08-26T14:56:44.545Z[ recovery-image] Aug 26 14:56:43.963 INFO O| Aug 26 14:56:43.963 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-26T14:56:44.553Z[ recovery-image] Aug 26 14:56:43.971 INFO O| Aug 26 14:56:43.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64282026-08-26T14:56:44.553Z[ recovery-image] Aug 26 14:56:43.971 INFO O| Aug 26 14:56:43.971 INFO STEP 368 (remove_files) COMPLETE
64292026-08-26T14:56:44.554Z[ recovery-image] Aug 26 14:56:43.971 INFO O| Aug 26 14:56:43.971 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-26T14:56:44.563Z[ recovery-image] Aug 26 14:56:43.980 INFO O| Aug 26 14:56:43.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64312026-08-26T14:56:44.563Z[ recovery-image] Aug 26 14:56:43.980 INFO O| Aug 26 14:56:43.980 INFO STEP 369 (remove_files) COMPLETE
64322026-08-26T14:56:44.563Z[ recovery-image] Aug 26 14:56:43.980 INFO O| Aug 26 14:56:43.980 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-26T14:56:44.572Z[ recovery-image] Aug 26 14:56:43.989 INFO O| Aug 26 14:56:43.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64342026-08-26T14:56:44.572Z[ recovery-image] Aug 26 14:56:43.989 INFO O| Aug 26 14:56:43.989 INFO STEP 370 (remove_files) COMPLETE
64352026-08-26T14:56:44.572Z[ recovery-image] Aug 26 14:56:43.989 INFO O| Aug 26 14:56:43.989 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-26T14:56:44.582Z[ recovery-image] Aug 26 14:56:43.999 INFO O| Aug 26 14:56:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64372026-08-26T14:56:44.582Z[ recovery-image] Aug 26 14:56:43.999 INFO O| Aug 26 14:56:43.999 INFO STEP 371 (remove_files) COMPLETE
64382026-08-26T14:56:44.582Z[ recovery-image] Aug 26 14:56:43.999 INFO O| Aug 26 14:56:43.999 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-26T14:56:44.592Z[ recovery-image] Aug 26 14:56:44.010 INFO O| Aug 26 14:56:44.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64402026-08-26T14:56:44.592Z[ recovery-image] Aug 26 14:56:44.010 INFO O| Aug 26 14:56:44.010 INFO STEP 372 (remove_files) COMPLETE
64412026-08-26T14:56:44.592Z[ recovery-image] Aug 26 14:56:44.010 INFO O| Aug 26 14:56:44.010 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-26T14:56:44.603Z[ recovery-image] Aug 26 14:56:44.020 INFO O| Aug 26 14:56:44.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64432026-08-26T14:56:44.603Z[ recovery-image] Aug 26 14:56:44.020 INFO O| Aug 26 14:56:44.020 INFO STEP 373 (remove_files) COMPLETE
64442026-08-26T14:56:44.603Z[ recovery-image] Aug 26 14:56:44.020 INFO O| Aug 26 14:56:44.020 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-26T14:56:44.613Z[ recovery-image] Aug 26 14:56:44.030 INFO O| Aug 26 14:56:44.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64462026-08-26T14:56:44.613Z[ recovery-image] Aug 26 14:56:44.030 INFO O| Aug 26 14:56:44.030 INFO STEP 374 (remove_files) COMPLETE
64472026-08-26T14:56:44.613Z[ recovery-image] Aug 26 14:56:44.030 INFO O| Aug 26 14:56:44.030 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-26T14:56:44.622Z[ recovery-image] Aug 26 14:56:44.040 INFO O| Aug 26 14:56:44.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64492026-08-26T14:56:44.626Z[ recovery-image] Aug 26 14:56:44.041 INFO O| Aug 26 14:56:44.041 INFO STEP 375 (remove_files) COMPLETE
64502026-08-26T14:56:44.626Z[ recovery-image] Aug 26 14:56:44.041 INFO O| Aug 26 14:56:44.041 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-26T14:56:44.634Z[ recovery-image] Aug 26 14:56:44.051 INFO O| Aug 26 14:56:44.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64522026-08-26T14:56:44.634Z[ recovery-image] Aug 26 14:56:44.052 INFO O| Aug 26 14:56:44.051 INFO STEP 376 (remove_files) COMPLETE
64532026-08-26T14:56:44.634Z[ recovery-image] Aug 26 14:56:44.052 INFO O| Aug 26 14:56:44.052 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-26T14:56:44.645Z[ recovery-image] Aug 26 14:56:44.062 INFO O| Aug 26 14:56:44.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64552026-08-26T14:56:44.645Z[ recovery-image] Aug 26 14:56:44.062 INFO O| Aug 26 14:56:44.062 INFO STEP 377 (remove_files) COMPLETE
64562026-08-26T14:56:44.645Z[ recovery-image] Aug 26 14:56:44.062 INFO O| Aug 26 14:56:44.062 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-26T14:56:44.654Z[ recovery-image] Aug 26 14:56:44.071 INFO O| Aug 26 14:56:44.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64582026-08-26T14:56:44.654Z[ recovery-image] Aug 26 14:56:44.071 INFO O| Aug 26 14:56:44.071 INFO STEP 378 (remove_files) COMPLETE
64592026-08-26T14:56:44.654Z[ recovery-image] Aug 26 14:56:44.071 INFO O| Aug 26 14:56:44.071 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-26T14:56:44.665Z[ recovery-image] Aug 26 14:56:44.083 INFO O| Aug 26 14:56:44.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64612026-08-26T14:56:44.665Z[ recovery-image] Aug 26 14:56:44.083 INFO O| Aug 26 14:56:44.083 INFO STEP 379 (remove_files) COMPLETE
64622026-08-26T14:56:44.665Z[ recovery-image] Aug 26 14:56:44.083 INFO O| Aug 26 14:56:44.083 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-26T14:56:44.675Z[ recovery-image] Aug 26 14:56:44.093 INFO O| Aug 26 14:56:44.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64642026-08-26T14:56:44.676Z[ recovery-image] Aug 26 14:56:44.093 INFO O| Aug 26 14:56:44.093 INFO STEP 380 (remove_files) COMPLETE
64652026-08-26T14:56:44.679Z[ recovery-image] Aug 26 14:56:44.093 INFO O| Aug 26 14:56:44.093 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-26T14:56:44.679Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
64672026-08-26T14:56:44.686Z[ recovery-image] Aug 26 14:56:44.103 INFO O| Aug 26 14:56:44.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64682026-08-26T14:56:44.686Z[ recovery-image] Aug 26 14:56:44.103 INFO O| Aug 26 14:56:44.103 INFO STEP 381 (remove_files) COMPLETE
64692026-08-26T14:56:44.686Z[ recovery-image] Aug 26 14:56:44.103 INFO O| Aug 26 14:56:44.103 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-26T14:56:44.702Z[ recovery-image] Aug 26 14:56:44.115 INFO O| Aug 26 14:56:44.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64712026-08-26T14:56:44.702Z[ recovery-image] Aug 26 14:56:44.115 INFO O| Aug 26 14:56:44.115 INFO STEP 382 (remove_files) COMPLETE
64722026-08-26T14:56:44.702Z[ recovery-image] Aug 26 14:56:44.115 INFO O| Aug 26 14:56:44.115 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-26T14:56:44.708Z[ recovery-image] Aug 26 14:56:44.126 INFO O| Aug 26 14:56:44.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64742026-08-26T14:56:44.708Z[ recovery-image] Aug 26 14:56:44.126 INFO O| Aug 26 14:56:44.126 INFO STEP 383 (remove_files) COMPLETE
64752026-08-26T14:56:44.712Z[ recovery-image] Aug 26 14:56:44.126 INFO O| Aug 26 14:56:44.126 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-26T14:56:44.717Z[ recovery-image] Aug 26 14:56:44.135 INFO O| Aug 26 14:56:44.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64772026-08-26T14:56:44.718Z[ recovery-image] Aug 26 14:56:44.135 INFO O| Aug 26 14:56:44.135 INFO STEP 384 (remove_files) COMPLETE
64782026-08-26T14:56:44.718Z[ recovery-image] Aug 26 14:56:44.135 INFO O| Aug 26 14:56:44.135 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-26T14:56:44.753Z[ recovery-image] Aug 26 14:56:44.169 INFO O| Aug 26 14:56:44.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64802026-08-26T14:56:44.753Z[ recovery-image] Aug 26 14:56:44.169 INFO O| Aug 26 14:56:44.167 INFO STEP 385 (remove_files) COMPLETE
64812026-08-26T14:56:44.753Z[ recovery-image] Aug 26 14:56:44.169 INFO O| Aug 26 14:56:44.167 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-26T14:56:44.762Z[ recovery-image] Aug 26 14:56:44.180 INFO O| Aug 26 14:56:44.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64832026-08-26T14:56:44.762Z[ recovery-image] Aug 26 14:56:44.180 INFO O| Aug 26 14:56:44.180 INFO STEP 386 (remove_files) COMPLETE
64842026-08-26T14:56:44.763Z[ recovery-image] Aug 26 14:56:44.180 INFO O| Aug 26 14:56:44.180 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-26T14:56:44.775Z[ recovery-image] Aug 26 14:56:44.193 INFO O| Aug 26 14:56:44.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64862026-08-26T14:56:44.776Z[ recovery-image] Aug 26 14:56:44.193 INFO O| Aug 26 14:56:44.193 INFO STEP 387 (remove_files) COMPLETE
64872026-08-26T14:56:44.779Z[ recovery-image] Aug 26 14:56:44.193 INFO O| Aug 26 14:56:44.193 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-26T14:56:44.788Z[ recovery-image] Aug 26 14:56:44.204 INFO O| Aug 26 14:56:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64892026-08-26T14:56:44.788Z[ recovery-image] Aug 26 14:56:44.204 INFO O| Aug 26 14:56:44.204 INFO STEP 388 (remove_files) COMPLETE
64902026-08-26T14:56:44.788Z[ recovery-image] Aug 26 14:56:44.204 INFO O| Aug 26 14:56:44.204 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-26T14:56:44.800Z[ recovery-image] Aug 26 14:56:44.218 INFO O| Aug 26 14:56:44.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64922026-08-26T14:56:44.800Z[ recovery-image] Aug 26 14:56:44.218 INFO O| Aug 26 14:56:44.218 INFO STEP 389 (remove_files) COMPLETE
64932026-08-26T14:56:44.804Z[ recovery-image] Aug 26 14:56:44.218 INFO O| Aug 26 14:56:44.218 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-26T14:56:44.807Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
64952026-08-26T14:56:44.812Z[ recovery-image] Aug 26 14:56:44.229 INFO O| Aug 26 14:56:44.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64962026-08-26T14:56:44.812Z[ recovery-image] Aug 26 14:56:44.229 INFO O| Aug 26 14:56:44.229 INFO STEP 390 (remove_files) COMPLETE
64972026-08-26T14:56:44.812Z[ recovery-image] Aug 26 14:56:44.229 INFO O| Aug 26 14:56:44.229 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-26T14:56:44.822Z[ recovery-image] Aug 26 14:56:44.239 INFO O| Aug 26 14:56:44.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64992026-08-26T14:56:44.822Z[ recovery-image] Aug 26 14:56:44.240 INFO O| Aug 26 14:56:44.240 INFO STEP 391 (remove_files) COMPLETE
65002026-08-26T14:56:44.822Z[ recovery-image] Aug 26 14:56:44.240 INFO O| Aug 26 14:56:44.240 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-26T14:56:44.832Z[ recovery-image] Aug 26 14:56:44.250 INFO O| Aug 26 14:56:44.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65022026-08-26T14:56:44.832Z[ recovery-image] Aug 26 14:56:44.250 INFO O| Aug 26 14:56:44.250 INFO STEP 392 (remove_files) COMPLETE
65032026-08-26T14:56:44.832Z[ recovery-image] Aug 26 14:56:44.250 INFO O| Aug 26 14:56:44.250 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-26T14:56:44.843Z[ recovery-image] Aug 26 14:56:44.261 INFO O| Aug 26 14:56:44.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65052026-08-26T14:56:44.843Z[ recovery-image] Aug 26 14:56:44.261 INFO O| Aug 26 14:56:44.261 INFO STEP 393 (remove_files) COMPLETE
65062026-08-26T14:56:44.843Z[ recovery-image] Aug 26 14:56:44.261 INFO O| Aug 26 14:56:44.261 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-26T14:56:44.854Z[ recovery-image] Aug 26 14:56:44.272 INFO O| Aug 26 14:56:44.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65082026-08-26T14:56:44.855Z[ recovery-image] Aug 26 14:56:44.272 INFO O| Aug 26 14:56:44.272 INFO STEP 394 (remove_files) COMPLETE
65092026-08-26T14:56:44.855Z[ recovery-image] Aug 26 14:56:44.272 INFO O| Aug 26 14:56:44.272 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-26T14:56:44.866Z[ recovery-image] Aug 26 14:56:44.283 INFO O| Aug 26 14:56:44.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65112026-08-26T14:56:44.866Z[ recovery-image] Aug 26 14:56:44.283 INFO O| Aug 26 14:56:44.283 INFO STEP 395 (remove_files) COMPLETE
65122026-08-26T14:56:44.866Z[ recovery-image] Aug 26 14:56:44.283 INFO O| Aug 26 14:56:44.283 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-26T14:56:44.876Z[ recovery-image] Aug 26 14:56:44.293 INFO O| Aug 26 14:56:44.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65142026-08-26T14:56:44.876Z[ recovery-image] Aug 26 14:56:44.293 INFO O| Aug 26 14:56:44.293 INFO STEP 396 (remove_files) COMPLETE
65152026-08-26T14:56:44.880Z[ recovery-image] Aug 26 14:56:44.293 INFO O| Aug 26 14:56:44.293 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-26T14:56:44.883Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
65172026-08-26T14:56:44.887Z[ recovery-image] Aug 26 14:56:44.304 INFO O| Aug 26 14:56:44.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65182026-08-26T14:56:44.887Z[ recovery-image] Aug 26 14:56:44.304 INFO O| Aug 26 14:56:44.304 INFO STEP 397 (remove_files) COMPLETE
65192026-08-26T14:56:44.887Z[ recovery-image] Aug 26 14:56:44.304 INFO O| Aug 26 14:56:44.304 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-26T14:56:44.896Z[ recovery-image] Aug 26 14:56:44.314 INFO O| Aug 26 14:56:44.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65212026-08-26T14:56:44.896Z[ recovery-image] Aug 26 14:56:44.314 INFO O| Aug 26 14:56:44.314 INFO STEP 398 (remove_files) COMPLETE
65222026-08-26T14:56:44.896Z[ recovery-image] Aug 26 14:56:44.314 INFO O| Aug 26 14:56:44.314 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-26T14:56:44.907Z[ recovery-image] Aug 26 14:56:44.324 INFO O| Aug 26 14:56:44.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65242026-08-26T14:56:44.907Z[ recovery-image] Aug 26 14:56:44.324 INFO O| Aug 26 14:56:44.324 INFO STEP 399 (remove_files) COMPLETE
65252026-08-26T14:56:44.907Z[ recovery-image] Aug 26 14:56:44.324 INFO O| Aug 26 14:56:44.324 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-26T14:56:44.919Z[ recovery-image] Aug 26 14:56:44.336 INFO O| Aug 26 14:56:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65272026-08-26T14:56:44.919Z[ recovery-image] Aug 26 14:56:44.336 INFO O| Aug 26 14:56:44.336 INFO STEP 400 (remove_files) COMPLETE
65282026-08-26T14:56:44.919Z[ recovery-image] Aug 26 14:56:44.336 INFO O| Aug 26 14:56:44.336 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-26T14:56:44.931Z[ recovery-image] Aug 26 14:56:44.348 INFO O| Aug 26 14:56:44.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65302026-08-26T14:56:44.931Z[ recovery-image] Aug 26 14:56:44.348 INFO O| Aug 26 14:56:44.348 INFO STEP 401 (remove_files) COMPLETE
65312026-08-26T14:56:44.931Z[ recovery-image] Aug 26 14:56:44.348 INFO O| Aug 26 14:56:44.348 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-26T14:56:44.941Z[ recovery-image] Aug 26 14:56:44.358 INFO O| Aug 26 14:56:44.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65332026-08-26T14:56:44.941Z[ recovery-image] Aug 26 14:56:44.358 INFO O| Aug 26 14:56:44.358 INFO STEP 402 (remove_files) COMPLETE
65342026-08-26T14:56:44.941Z[ recovery-image] Aug 26 14:56:44.358 INFO O| Aug 26 14:56:44.358 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-26T14:56:44.951Z[ recovery-image] Aug 26 14:56:44.368 INFO O| Aug 26 14:56:44.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65362026-08-26T14:56:44.951Z[ recovery-image] Aug 26 14:56:44.368 INFO O| Aug 26 14:56:44.368 INFO STEP 403 (remove_files) COMPLETE
65372026-08-26T14:56:44.952Z[ recovery-image] Aug 26 14:56:44.368 INFO O| Aug 26 14:56:44.368 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-26T14:56:44.961Z[ recovery-image] Aug 26 14:56:44.379 INFO O| Aug 26 14:56:44.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65392026-08-26T14:56:44.962Z[ recovery-image] Aug 26 14:56:44.379 INFO O| Aug 26 14:56:44.379 INFO STEP 404 (remove_files) COMPLETE
65402026-08-26T14:56:44.962Z[ recovery-image] Aug 26 14:56:44.379 INFO O| Aug 26 14:56:44.379 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-26T14:56:44.972Z[ recovery-image] Aug 26 14:56:44.390 INFO O| Aug 26 14:56:44.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65422026-08-26T14:56:44.973Z[ recovery-image] Aug 26 14:56:44.390 INFO O| Aug 26 14:56:44.390 INFO STEP 405 (remove_files) COMPLETE
65432026-08-26T14:56:44.973Z[ recovery-image] Aug 26 14:56:44.390 INFO O| Aug 26 14:56:44.390 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-26T14:56:44.982Z[ recovery-image] Aug 26 14:56:44.399 INFO O| Aug 26 14:56:44.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65452026-08-26T14:56:44.982Z[ recovery-image] Aug 26 14:56:44.399 INFO O| Aug 26 14:56:44.399 INFO STEP 406 (remove_files) COMPLETE
65462026-08-26T14:56:44.982Z[ recovery-image] Aug 26 14:56:44.399 INFO O| Aug 26 14:56:44.399 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-26T14:56:44.991Z[ recovery-image] Aug 26 14:56:44.409 INFO O| Aug 26 14:56:44.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65482026-08-26T14:56:44.991Z[ recovery-image] Aug 26 14:56:44.409 INFO O| Aug 26 14:56:44.409 INFO STEP 407 (remove_files) COMPLETE
65492026-08-26T14:56:44.991Z[ recovery-image] Aug 26 14:56:44.409 INFO O| Aug 26 14:56:44.409 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-26T14:56:45.002Z[ recovery-image] Aug 26 14:56:44.420 INFO O| Aug 26 14:56:44.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65512026-08-26T14:56:45.003Z[ recovery-image] Aug 26 14:56:44.420 INFO O| Aug 26 14:56:44.420 INFO STEP 408 (remove_files) COMPLETE
65522026-08-26T14:56:45.003Z[ recovery-image] Aug 26 14:56:44.420 INFO O| Aug 26 14:56:44.420 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-26T14:56:45.013Z[ recovery-image] Aug 26 14:56:44.431 INFO O| Aug 26 14:56:44.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65542026-08-26T14:56:45.013Z[ recovery-image] Aug 26 14:56:44.431 INFO O| Aug 26 14:56:44.431 INFO STEP 409 (remove_files) COMPLETE
65552026-08-26T14:56:45.014Z[ recovery-image] Aug 26 14:56:44.431 INFO O| Aug 26 14:56:44.431 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-26T14:56:45.025Z[ recovery-image] Aug 26 14:56:44.442 INFO O| Aug 26 14:56:44.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65572026-08-26T14:56:45.028Z[ recovery-image] Aug 26 14:56:44.442 INFO O| Aug 26 14:56:44.442 INFO STEP 410 (remove_files) COMPLETE
65582026-08-26T14:56:45.029Z[ recovery-image] Aug 26 14:56:44.442 INFO O| Aug 26 14:56:44.442 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-26T14:56:45.036Z[ recovery-image] Aug 26 14:56:44.453 INFO O| Aug 26 14:56:44.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65602026-08-26T14:56:45.036Z[ recovery-image] Aug 26 14:56:44.453 INFO O| Aug 26 14:56:44.453 INFO STEP 411 (remove_files) COMPLETE
65612026-08-26T14:56:45.042Z[ recovery-image] Aug 26 14:56:44.453 INFO O| Aug 26 14:56:44.453 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-26T14:56:45.047Z[ recovery-image] Aug 26 14:56:44.465 INFO O| Aug 26 14:56:44.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65632026-08-26T14:56:45.048Z[ recovery-image] Aug 26 14:56:44.465 INFO O| Aug 26 14:56:44.465 INFO STEP 412 (remove_files) COMPLETE
65642026-08-26T14:56:45.048Z[ recovery-image] Aug 26 14:56:44.465 INFO O| Aug 26 14:56:44.465 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-26T14:56:45.058Z[ recovery-image] Aug 26 14:56:44.475 INFO O| Aug 26 14:56:44.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65662026-08-26T14:56:45.058Z[ recovery-image] Aug 26 14:56:44.475 INFO O| Aug 26 14:56:44.475 INFO STEP 413 (remove_files) COMPLETE
65672026-08-26T14:56:45.058Z[ recovery-image] Aug 26 14:56:44.475 INFO O| Aug 26 14:56:44.475 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-26T14:56:45.068Z[ recovery-image] Aug 26 14:56:44.485 INFO O| Aug 26 14:56:44.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65692026-08-26T14:56:45.068Z[ recovery-image] Aug 26 14:56:44.485 INFO O| Aug 26 14:56:44.485 INFO STEP 414 (remove_files) COMPLETE
65702026-08-26T14:56:45.068Z[ recovery-image] Aug 26 14:56:44.485 INFO O| Aug 26 14:56:44.485 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-26T14:56:45.077Z[ recovery-image] Aug 26 14:56:44.494 INFO O| Aug 26 14:56:44.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65722026-08-26T14:56:45.077Z[ recovery-image] Aug 26 14:56:44.494 INFO O| Aug 26 14:56:44.494 INFO STEP 415 (remove_files) COMPLETE
65732026-08-26T14:56:45.077Z[ recovery-image] Aug 26 14:56:44.494 INFO O| Aug 26 14:56:44.494 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-26T14:56:45.086Z[ recovery-image] Aug 26 14:56:44.503 INFO O| Aug 26 14:56:44.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65752026-08-26T14:56:45.086Z[ recovery-image] Aug 26 14:56:44.503 INFO O| Aug 26 14:56:44.503 INFO STEP 416 (remove_files) COMPLETE
65762026-08-26T14:56:45.086Z[ recovery-image] Aug 26 14:56:44.503 INFO O| Aug 26 14:56:44.503 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-26T14:56:45.095Z[ recovery-image] Aug 26 14:56:44.512 INFO O| Aug 26 14:56:44.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65782026-08-26T14:56:45.095Z[ recovery-image] Aug 26 14:56:44.512 INFO O| Aug 26 14:56:44.512 INFO STEP 417 (remove_files) COMPLETE
65792026-08-26T14:56:45.098Z[ recovery-image] Aug 26 14:56:44.512 INFO O| Aug 26 14:56:44.512 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-26T14:56:45.106Z[ recovery-image] Aug 26 14:56:44.523 INFO O| Aug 26 14:56:44.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65812026-08-26T14:56:45.106Z[ recovery-image] Aug 26 14:56:44.523 INFO O| Aug 26 14:56:44.523 INFO STEP 418 (remove_files) COMPLETE
65822026-08-26T14:56:45.110Z[ recovery-image] Aug 26 14:56:44.523 INFO O| Aug 26 14:56:44.523 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-26T14:56:45.117Z[ recovery-image] Aug 26 14:56:44.534 INFO O| Aug 26 14:56:44.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65842026-08-26T14:56:45.117Z[ recovery-image] Aug 26 14:56:44.534 INFO O| Aug 26 14:56:44.534 INFO STEP 419 (remove_files) COMPLETE
65852026-08-26T14:56:45.117Z[ recovery-image] Aug 26 14:56:44.534 INFO O| Aug 26 14:56:44.534 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-26T14:56:45.127Z[ recovery-image] Aug 26 14:56:44.544 INFO O| Aug 26 14:56:44.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65872026-08-26T14:56:45.127Z[ recovery-image] Aug 26 14:56:44.544 INFO O| Aug 26 14:56:44.544 INFO STEP 420 (remove_files) COMPLETE
65882026-08-26T14:56:45.127Z[ recovery-image] Aug 26 14:56:44.544 INFO O| Aug 26 14:56:44.544 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-26T14:56:45.136Z[ recovery-image] Aug 26 14:56:44.553 INFO O| Aug 26 14:56:44.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65902026-08-26T14:56:45.136Z[ recovery-image] Aug 26 14:56:44.553 INFO O| Aug 26 14:56:44.553 INFO STEP 421 (remove_files) COMPLETE
65912026-08-26T14:56:45.139Z[ recovery-image] Aug 26 14:56:44.553 INFO O| Aug 26 14:56:44.553 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-26T14:56:45.146Z[ recovery-image] Aug 26 14:56:44.564 INFO O| Aug 26 14:56:44.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65932026-08-26T14:56:45.150Z[ recovery-image] Aug 26 14:56:44.565 INFO O| Aug 26 14:56:44.565 INFO STEP 422 (remove_files) COMPLETE
65942026-08-26T14:56:45.150Z[ recovery-image] Aug 26 14:56:44.565 INFO O| Aug 26 14:56:44.565 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-26T14:56:45.164Z[ recovery-image] Aug 26 14:56:44.574 INFO O| Aug 26 14:56:44.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65962026-08-26T14:56:45.168Z[ recovery-image] Aug 26 14:56:44.581 INFO O| Aug 26 14:56:44.574 INFO STEP 423 (remove_files) COMPLETE
65972026-08-26T14:56:45.168Z[ recovery-image] Aug 26 14:56:44.582 INFO O| Aug 26 14:56:44.574 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-26T14:56:45.168Z[ recovery-image] Aug 26 14:56:44.585 INFO O| Aug 26 14:56:44.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65992026-08-26T14:56:45.169Z[ recovery-image] Aug 26 14:56:44.585 INFO O| Aug 26 14:56:44.583 INFO STEP 424 (remove_files) COMPLETE
66002026-08-26T14:56:45.169Z[ recovery-image] Aug 26 14:56:44.585 INFO O| Aug 26 14:56:44.583 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-26T14:56:45.172Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
66022026-08-26T14:56:45.176Z[ recovery-image] Aug 26 14:56:44.591 INFO O| Aug 26 14:56:44.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66032026-08-26T14:56:45.176Z[ recovery-image] Aug 26 14:56:44.592 INFO O| Aug 26 14:56:44.591 INFO STEP 425 (remove_files) COMPLETE
66042026-08-26T14:56:45.176Z[ recovery-image] Aug 26 14:56:44.592 INFO O| Aug 26 14:56:44.591 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-26T14:56:45.182Z[ recovery-image] Aug 26 14:56:44.600 INFO O| Aug 26 14:56:44.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66062026-08-26T14:56:45.183Z[ recovery-image] Aug 26 14:56:44.600 INFO O| Aug 26 14:56:44.600 INFO STEP 426 (remove_files) COMPLETE
66072026-08-26T14:56:45.183Z[ recovery-image] Aug 26 14:56:44.600 INFO O| Aug 26 14:56:44.600 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-26T14:56:45.191Z[ recovery-image] Aug 26 14:56:44.608 INFO O| Aug 26 14:56:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66092026-08-26T14:56:45.191Z[ recovery-image] Aug 26 14:56:44.608 INFO O| Aug 26 14:56:44.608 INFO STEP 427 (remove_files) COMPLETE
66102026-08-26T14:56:45.191Z[ recovery-image] Aug 26 14:56:44.608 INFO O| Aug 26 14:56:44.608 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-26T14:56:45.199Z[ recovery-image] Aug 26 14:56:44.616 INFO O| Aug 26 14:56:44.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66122026-08-26T14:56:45.199Z[ recovery-image] Aug 26 14:56:44.616 INFO O| Aug 26 14:56:44.616 INFO STEP 428 (remove_files) COMPLETE
66132026-08-26T14:56:45.202Z[ recovery-image] Aug 26 14:56:44.616 INFO O| Aug 26 14:56:44.616 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-26T14:56:45.210Z[ recovery-image] Aug 26 14:56:44.627 INFO O| Aug 26 14:56:44.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66152026-08-26T14:56:45.210Z[ recovery-image] Aug 26 14:56:44.627 INFO O| Aug 26 14:56:44.627 INFO STEP 429 (remove_files) COMPLETE
66162026-08-26T14:56:45.210Z[ recovery-image] Aug 26 14:56:44.627 INFO O| Aug 26 14:56:44.627 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-26T14:56:45.219Z[ recovery-image] Aug 26 14:56:44.636 INFO O| Aug 26 14:56:44.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66182026-08-26T14:56:45.219Z[ recovery-image] Aug 26 14:56:44.636 INFO O| Aug 26 14:56:44.636 INFO STEP 430 (remove_files) COMPLETE
66192026-08-26T14:56:45.219Z[ recovery-image] Aug 26 14:56:44.636 INFO O| Aug 26 14:56:44.636 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-26T14:56:45.227Z[ recovery-image] Aug 26 14:56:44.645 INFO O| Aug 26 14:56:44.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66212026-08-26T14:56:45.227Z[ recovery-image] Aug 26 14:56:44.645 INFO O| Aug 26 14:56:44.645 INFO STEP 431 (remove_files) COMPLETE
66222026-08-26T14:56:45.231Z[ recovery-image] Aug 26 14:56:44.645 INFO O| Aug 26 14:56:44.645 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-26T14:56:45.235Z[ recovery-image] Aug 26 14:56:44.653 INFO O| Aug 26 14:56:44.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66242026-08-26T14:56:45.235Z[ recovery-image] Aug 26 14:56:44.653 INFO O| Aug 26 14:56:44.653 INFO STEP 432 (remove_files) COMPLETE
66252026-08-26T14:56:45.239Z[ recovery-image] Aug 26 14:56:44.653 INFO O| Aug 26 14:56:44.653 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-26T14:56:45.245Z[ recovery-image] Aug 26 14:56:44.661 INFO O| Aug 26 14:56:44.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66272026-08-26T14:56:45.245Z[ recovery-image] Aug 26 14:56:44.661 INFO O| Aug 26 14:56:44.661 INFO STEP 433 (remove_files) COMPLETE
66282026-08-26T14:56:45.248Z[ recovery-image] Aug 26 14:56:44.661 INFO O| Aug 26 14:56:44.661 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-26T14:56:45.251Z[ recovery-image] Aug 26 14:56:44.668 INFO O| Aug 26 14:56:44.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66302026-08-26T14:56:45.251Z[ recovery-image] Aug 26 14:56:44.669 INFO O| Aug 26 14:56:44.669 INFO STEP 434 (remove_files) COMPLETE
66312026-08-26T14:56:45.251Z[ recovery-image] Aug 26 14:56:44.669 INFO O| Aug 26 14:56:44.669 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-26T14:56:45.259Z[ recovery-image] Aug 26 14:56:44.677 INFO O| Aug 26 14:56:44.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66332026-08-26T14:56:45.259Z[ recovery-image] Aug 26 14:56:44.677 INFO O| Aug 26 14:56:44.677 INFO STEP 435 (remove_files) COMPLETE
66342026-08-26T14:56:45.259Z[ recovery-image] Aug 26 14:56:44.677 INFO O| Aug 26 14:56:44.677 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-26T14:56:45.269Z[ recovery-image] Aug 26 14:56:44.685 INFO O| Aug 26 14:56:44.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66362026-08-26T14:56:45.269Z[ recovery-image] Aug 26 14:56:44.685 INFO O| Aug 26 14:56:44.685 INFO STEP 436 (remove_files) COMPLETE
66372026-08-26T14:56:45.273Z[ recovery-image] Aug 26 14:56:44.685 INFO O| Aug 26 14:56:44.685 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-26T14:56:45.273Z[verify-libraries] Compiling socket2 v0.5.10
66392026-08-26T14:56:45.276Z[ recovery-image] Aug 26 14:56:44.694 INFO O| Aug 26 14:56:44.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66402026-08-26T14:56:45.276Z[ recovery-image] Aug 26 14:56:44.694 INFO O| Aug 26 14:56:44.694 INFO STEP 437 (remove_files) COMPLETE
66412026-08-26T14:56:45.277Z[ recovery-image] Aug 26 14:56:44.694 INFO O| Aug 26 14:56:44.694 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-26T14:56:45.285Z[ recovery-image] Aug 26 14:56:44.702 INFO O| Aug 26 14:56:44.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66432026-08-26T14:56:45.285Z[ recovery-image] Aug 26 14:56:44.702 INFO O| Aug 26 14:56:44.702 INFO STEP 438 (remove_files) COMPLETE
66442026-08-26T14:56:45.285Z[ recovery-image] Aug 26 14:56:44.702 INFO O| Aug 26 14:56:44.702 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-26T14:56:45.293Z[ recovery-image] Aug 26 14:56:44.711 INFO O| Aug 26 14:56:44.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66462026-08-26T14:56:45.293Z[ recovery-image] Aug 26 14:56:44.711 INFO O| Aug 26 14:56:44.711 INFO STEP 439 (remove_files) COMPLETE
66472026-08-26T14:56:45.293Z[ recovery-image] Aug 26 14:56:44.711 INFO O| Aug 26 14:56:44.711 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-26T14:56:45.304Z[ recovery-image] Aug 26 14:56:44.721 INFO O| Aug 26 14:56:44.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66492026-08-26T14:56:45.304Z[ recovery-image] Aug 26 14:56:44.721 INFO O| Aug 26 14:56:44.721 INFO STEP 440 (remove_files) COMPLETE
66502026-08-26T14:56:45.304Z[ recovery-image] Aug 26 14:56:44.721 INFO O| Aug 26 14:56:44.721 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-26T14:56:45.314Z[ recovery-image] Aug 26 14:56:44.731 INFO O| Aug 26 14:56:44.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66522026-08-26T14:56:45.314Z[ recovery-image] Aug 26 14:56:44.731 INFO O| Aug 26 14:56:44.731 INFO STEP 441 (remove_files) COMPLETE
66532026-08-26T14:56:45.317Z[ recovery-image] Aug 26 14:56:44.731 INFO O| Aug 26 14:56:44.731 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-26T14:56:45.325Z[ recovery-image] Aug 26 14:56:44.742 INFO O| Aug 26 14:56:44.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66552026-08-26T14:56:45.325Z[ recovery-image] Aug 26 14:56:44.742 INFO O| Aug 26 14:56:44.742 INFO STEP 442 (remove_files) COMPLETE
66562026-08-26T14:56:45.325Z[ recovery-image] Aug 26 14:56:44.742 INFO O| Aug 26 14:56:44.742 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-26T14:56:45.336Z[ recovery-image] Aug 26 14:56:44.753 INFO O| Aug 26 14:56:44.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66582026-08-26T14:56:45.336Z[ recovery-image] Aug 26 14:56:44.753 INFO O| Aug 26 14:56:44.753 INFO STEP 443 (remove_files) COMPLETE
66592026-08-26T14:56:45.339Z[ recovery-image] Aug 26 14:56:44.753 INFO O| Aug 26 14:56:44.753 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-26T14:56:45.346Z[ recovery-image] Aug 26 14:56:44.763 INFO O| Aug 26 14:56:44.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66612026-08-26T14:56:45.346Z[ recovery-image] Aug 26 14:56:44.763 INFO O| Aug 26 14:56:44.763 INFO STEP 444 (remove_files) COMPLETE
66622026-08-26T14:56:45.346Z[ recovery-image] Aug 26 14:56:44.763 INFO O| Aug 26 14:56:44.763 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-26T14:56:45.369Z[ recovery-image] Aug 26 14:56:44.774 INFO O| Aug 26 14:56:44.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66642026-08-26T14:56:45.369Z[ recovery-image] Aug 26 14:56:44.774 INFO O| Aug 26 14:56:44.774 INFO STEP 445 (remove_files) COMPLETE
66652026-08-26T14:56:45.373Z[ recovery-image] Aug 26 14:56:44.774 INFO O| Aug 26 14:56:44.774 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-26T14:56:45.373Z[ recovery-image] Aug 26 14:56:44.784 INFO O| Aug 26 14:56:44.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66672026-08-26T14:56:45.373Z[ recovery-image] Aug 26 14:56:44.784 INFO O| Aug 26 14:56:44.784 INFO STEP 446 (remove_files) COMPLETE
66682026-08-26T14:56:45.373Z[ recovery-image] Aug 26 14:56:44.784 INFO O| Aug 26 14:56:44.784 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-26T14:56:45.377Z[ recovery-image] Aug 26 14:56:44.794 INFO O| Aug 26 14:56:44.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66702026-08-26T14:56:45.377Z[ recovery-image] Aug 26 14:56:44.794 INFO O| Aug 26 14:56:44.794 INFO STEP 447 (remove_files) COMPLETE
66712026-08-26T14:56:45.377Z[ recovery-image] Aug 26 14:56:44.794 INFO O| Aug 26 14:56:44.794 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-26T14:56:45.385Z[ recovery-image] Aug 26 14:56:44.803 INFO O| Aug 26 14:56:44.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66732026-08-26T14:56:45.386Z[ recovery-image] Aug 26 14:56:44.803 INFO O| Aug 26 14:56:44.803 INFO STEP 448 (remove_files) COMPLETE
66742026-08-26T14:56:45.391Z[ recovery-image] Aug 26 14:56:44.803 INFO O| Aug 26 14:56:44.803 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-26T14:56:45.395Z[ recovery-image] Aug 26 14:56:44.812 INFO O| Aug 26 14:56:44.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66762026-08-26T14:56:45.395Z[ recovery-image] Aug 26 14:56:44.812 INFO O| Aug 26 14:56:44.812 INFO STEP 449 (remove_files) COMPLETE
66772026-08-26T14:56:45.395Z[ recovery-image] Aug 26 14:56:44.812 INFO O| Aug 26 14:56:44.812 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-26T14:56:45.404Z[ recovery-image] Aug 26 14:56:44.821 INFO O| Aug 26 14:56:44.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66792026-08-26T14:56:45.404Z[ recovery-image] Aug 26 14:56:44.821 INFO O| Aug 26 14:56:44.821 INFO STEP 450 (remove_files) COMPLETE
66802026-08-26T14:56:45.404Z[ recovery-image] Aug 26 14:56:44.821 INFO O| Aug 26 14:56:44.821 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-26T14:56:45.413Z[ recovery-image] Aug 26 14:56:44.831 INFO O| Aug 26 14:56:44.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66822026-08-26T14:56:45.414Z[ recovery-image] Aug 26 14:56:44.831 INFO O| Aug 26 14:56:44.831 INFO STEP 451 (remove_files) COMPLETE
66832026-08-26T14:56:45.417Z[ recovery-image] Aug 26 14:56:44.831 INFO O| Aug 26 14:56:44.831 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-26T14:56:45.424Z[ recovery-image] Aug 26 14:56:44.841 INFO O| Aug 26 14:56:44.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66852026-08-26T14:56:45.424Z[ recovery-image] Aug 26 14:56:44.841 INFO O| Aug 26 14:56:44.841 INFO STEP 452 (remove_files) COMPLETE
66862026-08-26T14:56:45.428Z[ recovery-image] Aug 26 14:56:44.842 INFO O| Aug 26 14:56:44.841 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-26T14:56:45.433Z[ recovery-image] Aug 26 14:56:44.850 INFO O| Aug 26 14:56:44.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66882026-08-26T14:56:45.433Z[ recovery-image] Aug 26 14:56:44.850 INFO O| Aug 26 14:56:44.850 INFO STEP 453 (remove_files) COMPLETE
66892026-08-26T14:56:45.433Z[ recovery-image] Aug 26 14:56:44.850 INFO O| Aug 26 14:56:44.850 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-26T14:56:45.441Z[ recovery-image] Aug 26 14:56:44.858 INFO O| Aug 26 14:56:44.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66912026-08-26T14:56:45.441Z[ recovery-image] Aug 26 14:56:44.858 INFO O| Aug 26 14:56:44.858 INFO STEP 454 (remove_files) COMPLETE
66922026-08-26T14:56:45.441Z[ recovery-image] Aug 26 14:56:44.858 INFO O| Aug 26 14:56:44.858 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-26T14:56:45.449Z[ recovery-image] Aug 26 14:56:44.866 INFO O| Aug 26 14:56:44.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66942026-08-26T14:56:45.449Z[ recovery-image] Aug 26 14:56:44.866 INFO O| Aug 26 14:56:44.866 INFO STEP 455 (remove_files) COMPLETE
66952026-08-26T14:56:45.453Z[ recovery-image] Aug 26 14:56:44.866 INFO O| Aug 26 14:56:44.866 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-26T14:56:45.457Z[ recovery-image] Aug 26 14:56:44.875 INFO O| Aug 26 14:56:44.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66972026-08-26T14:56:45.458Z[ recovery-image] Aug 26 14:56:44.875 INFO O| Aug 26 14:56:44.875 INFO STEP 456 (remove_files) COMPLETE
66982026-08-26T14:56:45.458Z[ recovery-image] Aug 26 14:56:44.875 INFO O| Aug 26 14:56:44.875 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-26T14:56:45.470Z[ recovery-image] Aug 26 14:56:44.886 INFO O| Aug 26 14:56:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67002026-08-26T14:56:45.470Z[ recovery-image] Aug 26 14:56:44.886 INFO O| Aug 26 14:56:44.886 INFO STEP 457 (remove_files) COMPLETE
67012026-08-26T14:56:45.474Z[ recovery-image] Aug 26 14:56:44.886 INFO O| Aug 26 14:56:44.886 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-26T14:56:45.480Z[ recovery-image] Aug 26 14:56:44.897 INFO O| Aug 26 14:56:44.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67032026-08-26T14:56:45.480Z[ recovery-image] Aug 26 14:56:44.897 INFO O| Aug 26 14:56:44.897 INFO STEP 458 (remove_files) COMPLETE
67042026-08-26T14:56:45.480Z[ recovery-image] Aug 26 14:56:44.897 INFO O| Aug 26 14:56:44.897 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-26T14:56:45.521Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
67062026-08-26T14:56:45.524Z[ recovery-image] Aug 26 14:56:44.942 INFO O| Aug 26 14:56:44.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67072026-08-26T14:56:45.524Z[ recovery-image] Aug 26 14:56:44.942 INFO O| Aug 26 14:56:44.942 INFO STEP 459 (remove_files) COMPLETE
67082026-08-26T14:56:45.524Z[ recovery-image] Aug 26 14:56:44.942 INFO O| Aug 26 14:56:44.942 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-26T14:56:45.533Z[ recovery-image] Aug 26 14:56:44.951 INFO O| Aug 26 14:56:44.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67102026-08-26T14:56:45.533Z[ recovery-image] Aug 26 14:56:44.951 INFO O| Aug 26 14:56:44.951 INFO STEP 460 (remove_files) COMPLETE
67112026-08-26T14:56:45.533Z[ recovery-image] Aug 26 14:56:44.951 INFO O| Aug 26 14:56:44.951 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-26T14:56:45.543Z[ recovery-image] Aug 26 14:56:44.960 INFO O| Aug 26 14:56:44.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67132026-08-26T14:56:45.543Z[ recovery-image] Aug 26 14:56:44.961 INFO O| Aug 26 14:56:44.960 INFO STEP 461 (remove_files) COMPLETE
67142026-08-26T14:56:45.546Z[ recovery-image] Aug 26 14:56:44.961 INFO O| Aug 26 14:56:44.960 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-26T14:56:45.554Z[ recovery-image] Aug 26 14:56:44.971 INFO O| Aug 26 14:56:44.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67162026-08-26T14:56:45.554Z[ recovery-image] Aug 26 14:56:44.971 INFO O| Aug 26 14:56:44.971 INFO STEP 462 (remove_files) COMPLETE
67172026-08-26T14:56:45.554Z[ recovery-image] Aug 26 14:56:44.971 INFO O| Aug 26 14:56:44.971 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-26T14:56:45.563Z[ recovery-image] Aug 26 14:56:44.980 INFO O| Aug 26 14:56:44.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67192026-08-26T14:56:45.563Z[ recovery-image] Aug 26 14:56:44.980 INFO O| Aug 26 14:56:44.980 INFO STEP 463 (remove_files) COMPLETE
67202026-08-26T14:56:45.566Z[ recovery-image] Aug 26 14:56:44.980 INFO O| Aug 26 14:56:44.980 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-26T14:56:45.573Z[ recovery-image] Aug 26 14:56:44.991 INFO O| Aug 26 14:56:44.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67222026-08-26T14:56:45.573Z[ recovery-image] Aug 26 14:56:44.991 INFO O| Aug 26 14:56:44.991 INFO STEP 464 (remove_files) COMPLETE
67232026-08-26T14:56:45.577Z[ recovery-image] Aug 26 14:56:44.991 INFO O| Aug 26 14:56:44.991 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-26T14:56:45.577Z[verify-libraries] Compiling samael v0.0.19
67252026-08-26T14:56:45.584Z[ recovery-image] Aug 26 14:56:45.002 INFO O| Aug 26 14:56:45.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67262026-08-26T14:56:45.584Z[ recovery-image] Aug 26 14:56:45.002 INFO O| Aug 26 14:56:45.002 INFO STEP 465 (remove_files) COMPLETE
67272026-08-26T14:56:45.584Z[ recovery-image] Aug 26 14:56:45.002 INFO O| Aug 26 14:56:45.002 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-26T14:56:45.595Z[ recovery-image] Aug 26 14:56:45.012 INFO O| Aug 26 14:56:45.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67292026-08-26T14:56:45.595Z[ recovery-image] Aug 26 14:56:45.012 INFO O| Aug 26 14:56:45.012 INFO STEP 466 (remove_files) COMPLETE
67302026-08-26T14:56:45.598Z[ recovery-image] Aug 26 14:56:45.012 INFO O| Aug 26 14:56:45.012 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-26T14:56:45.606Z[ recovery-image] Aug 26 14:56:45.024 INFO O| Aug 26 14:56:45.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67322026-08-26T14:56:45.606Z[ recovery-image] Aug 26 14:56:45.024 INFO O| Aug 26 14:56:45.024 INFO STEP 467 (remove_files) COMPLETE
67332026-08-26T14:56:45.610Z[ recovery-image] Aug 26 14:56:45.024 INFO O| Aug 26 14:56:45.024 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-26T14:56:45.617Z[ recovery-image] Aug 26 14:56:45.034 INFO O| Aug 26 14:56:45.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67352026-08-26T14:56:45.617Z[ recovery-image] Aug 26 14:56:45.034 INFO O| Aug 26 14:56:45.034 INFO STEP 468 (remove_files) COMPLETE
67362026-08-26T14:56:45.617Z[ recovery-image] Aug 26 14:56:45.034 INFO O| Aug 26 14:56:45.034 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-26T14:56:45.626Z[ recovery-image] Aug 26 14:56:45.044 INFO O| Aug 26 14:56:45.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67382026-08-26T14:56:45.626Z[ recovery-image] Aug 26 14:56:45.044 INFO O| Aug 26 14:56:45.044 INFO STEP 469 (remove_files) COMPLETE
67392026-08-26T14:56:45.626Z[ recovery-image] Aug 26 14:56:45.044 INFO O| Aug 26 14:56:45.044 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-26T14:56:45.636Z[ recovery-image] Aug 26 14:56:45.053 INFO O| Aug 26 14:56:45.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67412026-08-26T14:56:45.636Z[ recovery-image] Aug 26 14:56:45.053 INFO O| Aug 26 14:56:45.053 INFO STEP 470 (remove_files) COMPLETE
67422026-08-26T14:56:45.636Z[ recovery-image] Aug 26 14:56:45.053 INFO O| Aug 26 14:56:45.053 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-26T14:56:45.646Z[ recovery-image] Aug 26 14:56:45.063 INFO O| Aug 26 14:56:45.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67442026-08-26T14:56:45.646Z[ recovery-image] Aug 26 14:56:45.064 INFO O| Aug 26 14:56:45.063 INFO STEP 471 (remove_files) COMPLETE
67452026-08-26T14:56:45.646Z[ recovery-image] Aug 26 14:56:45.064 INFO O| Aug 26 14:56:45.063 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-26T14:56:45.657Z[ recovery-image] Aug 26 14:56:45.074 INFO O| Aug 26 14:56:45.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67472026-08-26T14:56:45.657Z[ recovery-image] Aug 26 14:56:45.074 INFO O| Aug 26 14:56:45.074 INFO STEP 472 (remove_files) COMPLETE
67482026-08-26T14:56:45.661Z[ recovery-image] Aug 26 14:56:45.074 INFO O| Aug 26 14:56:45.074 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-26T14:56:45.667Z[ recovery-image] Aug 26 14:56:45.085 INFO O| Aug 26 14:56:45.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67502026-08-26T14:56:45.667Z[ recovery-image] Aug 26 14:56:45.085 INFO O| Aug 26 14:56:45.085 INFO STEP 473 (remove_files) COMPLETE
67512026-08-26T14:56:45.671Z[ recovery-image] Aug 26 14:56:45.085 INFO O| Aug 26 14:56:45.085 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-26T14:56:45.678Z[ recovery-image] Aug 26 14:56:45.095 INFO O| Aug 26 14:56:45.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67532026-08-26T14:56:45.681Z[ recovery-image] Aug 26 14:56:45.096 INFO O| Aug 26 14:56:45.096 INFO STEP 474 (remove_files) COMPLETE
67542026-08-26T14:56:45.681Z[ recovery-image] Aug 26 14:56:45.096 INFO O| Aug 26 14:56:45.096 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-26T14:56:45.689Z[ recovery-image] Aug 26 14:56:45.106 INFO O| Aug 26 14:56:45.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67562026-08-26T14:56:45.689Z[ recovery-image] Aug 26 14:56:45.106 INFO O| Aug 26 14:56:45.106 INFO STEP 475 (remove_files) COMPLETE
67572026-08-26T14:56:45.689Z[ recovery-image] Aug 26 14:56:45.106 INFO O| Aug 26 14:56:45.106 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-26T14:56:45.699Z[ recovery-image] Aug 26 14:56:45.116 INFO O| Aug 26 14:56:45.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67592026-08-26T14:56:45.699Z[ recovery-image] Aug 26 14:56:45.116 INFO O| Aug 26 14:56:45.116 INFO STEP 476 (remove_files) COMPLETE
67602026-08-26T14:56:45.699Z[ recovery-image] Aug 26 14:56:45.116 INFO O| Aug 26 14:56:45.116 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-26T14:56:45.709Z[ recovery-image] Aug 26 14:56:45.126 INFO O| Aug 26 14:56:45.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67622026-08-26T14:56:45.709Z[ recovery-image] Aug 26 14:56:45.126 INFO O| Aug 26 14:56:45.126 INFO STEP 477 (remove_files) COMPLETE
67632026-08-26T14:56:45.709Z[ recovery-image] Aug 26 14:56:45.126 INFO O| Aug 26 14:56:45.126 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-26T14:56:45.718Z[ recovery-image] Aug 26 14:56:45.136 INFO O| Aug 26 14:56:45.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67652026-08-26T14:56:45.719Z[ recovery-image] Aug 26 14:56:45.136 INFO O| Aug 26 14:56:45.136 INFO STEP 478 (remove_files) COMPLETE
67662026-08-26T14:56:45.719Z[ recovery-image] Aug 26 14:56:45.136 INFO O| Aug 26 14:56:45.136 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-26T14:56:45.730Z[ recovery-image] Aug 26 14:56:45.146 INFO O| Aug 26 14:56:45.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67682026-08-26T14:56:45.730Z[ recovery-image] Aug 26 14:56:45.146 INFO O| Aug 26 14:56:45.146 INFO STEP 479 (remove_files) COMPLETE
67692026-08-26T14:56:45.733Z[ recovery-image] Aug 26 14:56:45.146 INFO O| Aug 26 14:56:45.146 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-26T14:56:45.738Z[ recovery-image] Aug 26 14:56:45.156 INFO O| Aug 26 14:56:45.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67712026-08-26T14:56:45.738Z[ recovery-image] Aug 26 14:56:45.156 INFO O| Aug 26 14:56:45.156 INFO STEP 480 (remove_files) COMPLETE
67722026-08-26T14:56:45.742Z[ recovery-image] Aug 26 14:56:45.156 INFO O| Aug 26 14:56:45.156 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-26T14:56:45.747Z[ recovery-image] Aug 26 14:56:45.165 INFO O| Aug 26 14:56:45.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67742026-08-26T14:56:45.748Z[ recovery-image] Aug 26 14:56:45.165 INFO O| Aug 26 14:56:45.165 INFO STEP 481 (remove_files) COMPLETE
67752026-08-26T14:56:45.748Z[ recovery-image] Aug 26 14:56:45.165 INFO O| Aug 26 14:56:45.165 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-26T14:56:45.756Z[ recovery-image] Aug 26 14:56:45.174 INFO O| Aug 26 14:56:45.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67772026-08-26T14:56:45.757Z[ recovery-image] Aug 26 14:56:45.174 INFO O| Aug 26 14:56:45.174 INFO STEP 482 (remove_files) COMPLETE
67782026-08-26T14:56:45.760Z[ recovery-image] Aug 26 14:56:45.174 INFO O| Aug 26 14:56:45.174 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-26T14:56:45.767Z[ recovery-image] Aug 26 14:56:45.184 INFO O| Aug 26 14:56:45.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67802026-08-26T14:56:45.767Z[ recovery-image] Aug 26 14:56:45.184 INFO O| Aug 26 14:56:45.184 INFO STEP 483 (remove_files) COMPLETE
67812026-08-26T14:56:45.770Z[ recovery-image] Aug 26 14:56:45.184 INFO O| Aug 26 14:56:45.184 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-26T14:56:45.776Z[ recovery-image] Aug 26 14:56:45.193 INFO O| Aug 26 14:56:45.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67832026-08-26T14:56:45.776Z[ recovery-image] Aug 26 14:56:45.193 INFO O| Aug 26 14:56:45.193 INFO STEP 484 (remove_files) COMPLETE
67842026-08-26T14:56:45.780Z[ recovery-image] Aug 26 14:56:45.194 INFO O| Aug 26 14:56:45.193 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-26T14:56:45.787Z[ recovery-image] Aug 26 14:56:45.204 INFO O| Aug 26 14:56:45.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67862026-08-26T14:56:45.787Z[ recovery-image] Aug 26 14:56:45.204 INFO O| Aug 26 14:56:45.204 INFO STEP 485 (remove_files) COMPLETE
67872026-08-26T14:56:45.787Z[ recovery-image] Aug 26 14:56:45.204 INFO O| Aug 26 14:56:45.204 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-26T14:56:45.790Z[verify-libraries] Compiling fs-err v2.11.0
67892026-08-26T14:56:45.796Z[ recovery-image] Aug 26 14:56:45.214 INFO O| Aug 26 14:56:45.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67902026-08-26T14:56:45.797Z[ recovery-image] Aug 26 14:56:45.214 INFO O| Aug 26 14:56:45.214 INFO STEP 486 (remove_files) COMPLETE
67912026-08-26T14:56:45.800Z[ recovery-image] Aug 26 14:56:45.214 INFO O| Aug 26 14:56:45.214 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-26T14:56:45.805Z[ recovery-image] Aug 26 14:56:45.223 INFO O| Aug 26 14:56:45.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67932026-08-26T14:56:45.805Z[ recovery-image] Aug 26 14:56:45.223 INFO O| Aug 26 14:56:45.223 INFO STEP 487 (remove_files) COMPLETE
67942026-08-26T14:56:45.806Z[ recovery-image] Aug 26 14:56:45.223 INFO O| Aug 26 14:56:45.223 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-26T14:56:45.817Z[ recovery-image] Aug 26 14:56:45.234 INFO O| Aug 26 14:56:45.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67962026-08-26T14:56:45.817Z[ recovery-image] Aug 26 14:56:45.234 INFO O| Aug 26 14:56:45.234 INFO STEP 488 (remove_files) COMPLETE
67972026-08-26T14:56:45.817Z[ recovery-image] Aug 26 14:56:45.234 INFO O| Aug 26 14:56:45.234 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-26T14:56:45.829Z[ recovery-image] Aug 26 14:56:45.244 INFO O| Aug 26 14:56:45.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67992026-08-26T14:56:45.830Z[ recovery-image] Aug 26 14:56:45.244 INFO O| Aug 26 14:56:45.244 INFO STEP 489 (remove_files) COMPLETE
68002026-08-26T14:56:45.833Z[ recovery-image] Aug 26 14:56:45.244 INFO O| Aug 26 14:56:45.244 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-26T14:56:45.837Z[ recovery-image] Aug 26 14:56:45.254 INFO O| Aug 26 14:56:45.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68022026-08-26T14:56:45.837Z[ recovery-image] Aug 26 14:56:45.254 INFO O| Aug 26 14:56:45.254 INFO STEP 490 (remove_files) COMPLETE
68032026-08-26T14:56:45.837Z[ recovery-image] Aug 26 14:56:45.254 INFO O| Aug 26 14:56:45.254 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-26T14:56:45.847Z[ recovery-image] Aug 26 14:56:45.264 INFO O| Aug 26 14:56:45.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68052026-08-26T14:56:45.847Z[ recovery-image] Aug 26 14:56:45.264 INFO O| Aug 26 14:56:45.264 INFO STEP 491 (remove_files) COMPLETE
68062026-08-26T14:56:45.847Z[ recovery-image] Aug 26 14:56:45.264 INFO O| Aug 26 14:56:45.264 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-26T14:56:45.857Z[ recovery-image] Aug 26 14:56:45.275 INFO O| Aug 26 14:56:45.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68082026-08-26T14:56:45.857Z[ recovery-image] Aug 26 14:56:45.275 INFO O| Aug 26 14:56:45.275 INFO STEP 492 (remove_files) COMPLETE
68092026-08-26T14:56:45.858Z[ recovery-image] Aug 26 14:56:45.275 INFO O| Aug 26 14:56:45.275 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-26T14:56:45.865Z[ recovery-image] Aug 26 14:56:45.283 INFO O| Aug 26 14:56:45.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68112026-08-26T14:56:45.865Z[ recovery-image] Aug 26 14:56:45.283 INFO O| Aug 26 14:56:45.283 INFO STEP 493 (remove_files) COMPLETE
68122026-08-26T14:56:45.865Z[ recovery-image] Aug 26 14:56:45.283 INFO O| Aug 26 14:56:45.283 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-26T14:56:45.876Z[ recovery-image] Aug 26 14:56:45.294 INFO O| Aug 26 14:56:45.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68142026-08-26T14:56:45.876Z[ recovery-image] Aug 26 14:56:45.294 INFO O| Aug 26 14:56:45.294 INFO STEP 494 (remove_files) COMPLETE
68152026-08-26T14:56:45.876Z[ recovery-image] Aug 26 14:56:45.294 INFO O| Aug 26 14:56:45.294 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-26T14:56:45.888Z[ recovery-image] Aug 26 14:56:45.303 INFO O| Aug 26 14:56:45.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68172026-08-26T14:56:45.888Z[ recovery-image] Aug 26 14:56:45.303 INFO O| Aug 26 14:56:45.303 INFO STEP 495 (remove_files) COMPLETE
68182026-08-26T14:56:45.888Z[ recovery-image] Aug 26 14:56:45.303 INFO O| Aug 26 14:56:45.303 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-26T14:56:45.896Z[ recovery-image] Aug 26 14:56:45.312 INFO O| Aug 26 14:56:45.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68202026-08-26T14:56:45.896Z[ recovery-image] Aug 26 14:56:45.312 INFO O| Aug 26 14:56:45.312 INFO STEP 496 (remove_files) COMPLETE
68212026-08-26T14:56:45.896Z[ recovery-image] Aug 26 14:56:45.312 INFO O| Aug 26 14:56:45.312 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-26T14:56:45.903Z[ recovery-image] Aug 26 14:56:45.320 INFO O| Aug 26 14:56:45.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68232026-08-26T14:56:45.907Z[ recovery-image] Aug 26 14:56:45.321 INFO O| Aug 26 14:56:45.321 INFO STEP 497 (remove_files) COMPLETE
68242026-08-26T14:56:45.907Z[ recovery-image] Aug 26 14:56:45.321 INFO O| Aug 26 14:56:45.321 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-26T14:56:45.919Z[ recovery-image] Aug 26 14:56:45.330 INFO O| Aug 26 14:56:45.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68262026-08-26T14:56:45.919Z[ recovery-image] Aug 26 14:56:45.330 INFO O| Aug 26 14:56:45.330 INFO STEP 498 (remove_files) COMPLETE
68272026-08-26T14:56:45.919Z[ recovery-image] Aug 26 14:56:45.330 INFO O| Aug 26 14:56:45.330 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-26T14:56:45.923Z[ recovery-image] Aug 26 14:56:45.339 INFO O| Aug 26 14:56:45.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68292026-08-26T14:56:45.923Z[ recovery-image] Aug 26 14:56:45.339 INFO O| Aug 26 14:56:45.339 INFO STEP 499 (remove_files) COMPLETE
68302026-08-26T14:56:45.923Z[ recovery-image] Aug 26 14:56:45.339 INFO O| Aug 26 14:56:45.339 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-26T14:56:45.934Z[ recovery-image] Aug 26 14:56:45.351 INFO O| Aug 26 14:56:45.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68322026-08-26T14:56:45.934Z[ recovery-image] Aug 26 14:56:45.351 INFO O| Aug 26 14:56:45.351 INFO STEP 500 (remove_files) COMPLETE
68332026-08-26T14:56:45.934Z[ recovery-image] Aug 26 14:56:45.351 INFO O| Aug 26 14:56:45.351 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-26T14:56:45.943Z[ recovery-image] Aug 26 14:56:45.360 INFO O| Aug 26 14:56:45.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68352026-08-26T14:56:45.943Z[ recovery-image] Aug 26 14:56:45.360 INFO O| Aug 26 14:56:45.360 INFO STEP 501 (remove_files) COMPLETE
68362026-08-26T14:56:45.943Z[ recovery-image] Aug 26 14:56:45.360 INFO O| Aug 26 14:56:45.360 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-26T14:56:45.952Z[ recovery-image] Aug 26 14:56:45.369 INFO O| Aug 26 14:56:45.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68382026-08-26T14:56:45.952Z[ recovery-image] Aug 26 14:56:45.369 INFO O| Aug 26 14:56:45.369 INFO STEP 502 (remove_files) COMPLETE
68392026-08-26T14:56:45.952Z[ recovery-image] Aug 26 14:56:45.369 INFO O| Aug 26 14:56:45.369 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-26T14:56:45.961Z[ recovery-image] Aug 26 14:56:45.378 INFO O| Aug 26 14:56:45.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68412026-08-26T14:56:45.961Z[ recovery-image] Aug 26 14:56:45.378 INFO O| Aug 26 14:56:45.378 INFO STEP 503 (remove_files) COMPLETE
68422026-08-26T14:56:45.965Z[ recovery-image] Aug 26 14:56:45.378 INFO O| Aug 26 14:56:45.378 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-26T14:56:45.969Z[ recovery-image] Aug 26 14:56:45.386 INFO O| Aug 26 14:56:45.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68442026-08-26T14:56:45.969Z[ recovery-image] Aug 26 14:56:45.386 INFO O| Aug 26 14:56:45.386 INFO STEP 504 (remove_files) COMPLETE
68452026-08-26T14:56:45.989Z[ recovery-image] Aug 26 14:56:45.386 INFO O| Aug 26 14:56:45.386 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-26T14:56:45.989Z[ recovery-image] Aug 26 14:56:45.394 INFO O| Aug 26 14:56:45.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68472026-08-26T14:56:45.989Z[ recovery-image] Aug 26 14:56:45.394 INFO O| Aug 26 14:56:45.394 INFO STEP 505 (remove_files) COMPLETE
68482026-08-26T14:56:45.989Z[ recovery-image] Aug 26 14:56:45.394 INFO O| Aug 26 14:56:45.394 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-26T14:56:45.989Z[ recovery-image] Aug 26 14:56:45.403 INFO O| Aug 26 14:56:45.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68502026-08-26T14:56:45.989Z[ recovery-image] Aug 26 14:56:45.403 INFO O| Aug 26 14:56:45.403 INFO STEP 506 (remove_files) COMPLETE
68512026-08-26T14:56:45.989Z[ recovery-image] Aug 26 14:56:45.403 INFO O| Aug 26 14:56:45.403 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-26T14:56:45.995Z[ recovery-image] Aug 26 14:56:45.413 INFO O| Aug 26 14:56:45.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68532026-08-26T14:56:45.995Z[ recovery-image] Aug 26 14:56:45.413 INFO O| Aug 26 14:56:45.413 INFO STEP 507 (remove_files) COMPLETE
68542026-08-26T14:56:45.995Z[ recovery-image] Aug 26 14:56:45.413 INFO O| Aug 26 14:56:45.413 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-26T14:56:46.005Z[ recovery-image] Aug 26 14:56:45.423 INFO O| Aug 26 14:56:45.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68562026-08-26T14:56:46.005Z[ recovery-image] Aug 26 14:56:45.423 INFO O| Aug 26 14:56:45.423 INFO STEP 508 (remove_files) COMPLETE
68572026-08-26T14:56:46.005Z[ recovery-image] Aug 26 14:56:45.423 INFO O| Aug 26 14:56:45.423 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-26T14:56:46.017Z[ recovery-image] Aug 26 14:56:45.434 INFO O| Aug 26 14:56:45.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68592026-08-26T14:56:46.017Z[ recovery-image] Aug 26 14:56:45.434 INFO O| Aug 26 14:56:45.434 INFO STEP 509 (remove_files) COMPLETE
68602026-08-26T14:56:46.017Z[ recovery-image] Aug 26 14:56:45.434 INFO O| Aug 26 14:56:45.434 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-26T14:56:46.029Z[ recovery-image] Aug 26 14:56:45.446 INFO O| Aug 26 14:56:45.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68622026-08-26T14:56:46.029Z[ recovery-image] Aug 26 14:56:45.446 INFO O| Aug 26 14:56:45.446 INFO STEP 510 (remove_files) COMPLETE
68632026-08-26T14:56:46.029Z[ recovery-image] Aug 26 14:56:45.446 INFO O| Aug 26 14:56:45.446 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-26T14:56:46.041Z[ recovery-image] Aug 26 14:56:45.457 INFO O| Aug 26 14:56:45.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68652026-08-26T14:56:46.041Z[ recovery-image] Aug 26 14:56:45.457 INFO O| Aug 26 14:56:45.457 INFO STEP 511 (remove_files) COMPLETE
68662026-08-26T14:56:46.045Z[ recovery-image] Aug 26 14:56:45.457 INFO O| Aug 26 14:56:45.457 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-26T14:56:46.051Z[ recovery-image] Aug 26 14:56:45.468 INFO O| Aug 26 14:56:45.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68682026-08-26T14:56:46.051Z[ recovery-image] Aug 26 14:56:45.469 INFO O| Aug 26 14:56:45.469 INFO STEP 512 (remove_files) COMPLETE
68692026-08-26T14:56:46.051Z[ recovery-image] Aug 26 14:56:45.469 INFO O| Aug 26 14:56:45.469 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-26T14:56:46.062Z[ recovery-image] Aug 26 14:56:45.479 INFO O| Aug 26 14:56:45.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68712026-08-26T14:56:46.066Z[ recovery-image] Aug 26 14:56:45.480 INFO O| Aug 26 14:56:45.479 INFO STEP 513 (remove_files) COMPLETE
68722026-08-26T14:56:46.066Z[ recovery-image] Aug 26 14:56:45.480 INFO O| Aug 26 14:56:45.479 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-26T14:56:46.076Z[ recovery-image] Aug 26 14:56:45.493 INFO O| Aug 26 14:56:45.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68742026-08-26T14:56:46.076Z[ recovery-image] Aug 26 14:56:45.493 INFO O| Aug 26 14:56:45.493 INFO STEP 514 (remove_files) COMPLETE
68752026-08-26T14:56:46.076Z[ recovery-image] Aug 26 14:56:45.493 INFO O| Aug 26 14:56:45.493 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-26T14:56:46.086Z[ recovery-image] Aug 26 14:56:45.503 INFO O| Aug 26 14:56:45.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68772026-08-26T14:56:46.086Z[ recovery-image] Aug 26 14:56:45.503 INFO O| Aug 26 14:56:45.503 INFO STEP 515 (remove_files) COMPLETE
68782026-08-26T14:56:46.086Z[ recovery-image] Aug 26 14:56:45.503 INFO O| Aug 26 14:56:45.503 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-26T14:56:46.097Z[ recovery-image] Aug 26 14:56:45.513 INFO O| Aug 26 14:56:45.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68802026-08-26T14:56:46.097Z[ recovery-image] Aug 26 14:56:45.513 INFO O| Aug 26 14:56:45.513 INFO STEP 516 (remove_files) COMPLETE
68812026-08-26T14:56:46.097Z[ recovery-image] Aug 26 14:56:45.513 INFO O| Aug 26 14:56:45.513 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-26T14:56:46.108Z[ recovery-image] Aug 26 14:56:45.526 INFO O| Aug 26 14:56:45.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68832026-08-26T14:56:46.109Z[ recovery-image] Aug 26 14:56:45.526 INFO O| Aug 26 14:56:45.526 INFO STEP 517 (remove_files) COMPLETE
68842026-08-26T14:56:46.109Z[ recovery-image] Aug 26 14:56:45.526 INFO O| Aug 26 14:56:45.526 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-26T14:56:46.118Z[ recovery-image] Aug 26 14:56:45.536 INFO O| Aug 26 14:56:45.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68862026-08-26T14:56:46.119Z[ recovery-image] Aug 26 14:56:45.536 INFO O| Aug 26 14:56:45.536 INFO STEP 518 (remove_files) COMPLETE
68872026-08-26T14:56:46.119Z[ recovery-image] Aug 26 14:56:45.536 INFO O| Aug 26 14:56:45.536 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-26T14:56:46.130Z[ recovery-image] Aug 26 14:56:45.545 INFO O| Aug 26 14:56:45.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68892026-08-26T14:56:46.130Z[ recovery-image] Aug 26 14:56:45.545 INFO O| Aug 26 14:56:45.545 INFO STEP 519 (remove_files) COMPLETE
68902026-08-26T14:56:46.130Z[ recovery-image] Aug 26 14:56:45.545 INFO O| Aug 26 14:56:45.545 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-26T14:56:46.137Z[ recovery-image] Aug 26 14:56:45.555 INFO O| Aug 26 14:56:45.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68922026-08-26T14:56:46.138Z[ recovery-image] Aug 26 14:56:45.555 INFO O| Aug 26 14:56:45.555 INFO STEP 520 (remove_files) COMPLETE
68932026-08-26T14:56:46.138Z[ recovery-image] Aug 26 14:56:45.555 INFO O| Aug 26 14:56:45.555 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-26T14:56:46.146Z[ recovery-image] Aug 26 14:56:45.563 INFO O| Aug 26 14:56:45.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68952026-08-26T14:56:46.146Z[ recovery-image] Aug 26 14:56:45.563 INFO O| Aug 26 14:56:45.563 INFO STEP 521 (remove_files) COMPLETE
68962026-08-26T14:56:46.146Z[ recovery-image] Aug 26 14:56:45.563 INFO O| Aug 26 14:56:45.563 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-26T14:56:46.156Z[verify-libraries] Compiling internet-checksum v0.2.1
68982026-08-26T14:56:46.159Z[ recovery-image] Aug 26 14:56:45.574 INFO O| Aug 26 14:56:45.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68992026-08-26T14:56:46.159Z[ recovery-image] Aug 26 14:56:45.574 INFO O| Aug 26 14:56:45.574 INFO STEP 522 (remove_files) COMPLETE
69002026-08-26T14:56:46.159Z[ recovery-image] Aug 26 14:56:45.574 INFO O| Aug 26 14:56:45.574 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-26T14:56:46.166Z[ recovery-image] Aug 26 14:56:45.583 INFO O| Aug 26 14:56:45.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69022026-08-26T14:56:46.170Z[ recovery-image] Aug 26 14:56:45.584 INFO O| Aug 26 14:56:45.584 INFO STEP 523 (remove_files) COMPLETE
69032026-08-26T14:56:46.170Z[ recovery-image] Aug 26 14:56:45.584 INFO O| Aug 26 14:56:45.584 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-26T14:56:46.176Z[ recovery-image] Aug 26 14:56:45.594 INFO O| Aug 26 14:56:45.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69052026-08-26T14:56:46.180Z[ recovery-image] Aug 26 14:56:45.594 INFO O| Aug 26 14:56:45.594 INFO STEP 524 (remove_files) COMPLETE
69062026-08-26T14:56:46.180Z[ recovery-image] Aug 26 14:56:45.594 INFO O| Aug 26 14:56:45.594 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-26T14:56:46.185Z[ recovery-image] Aug 26 14:56:45.603 INFO O| Aug 26 14:56:45.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69082026-08-26T14:56:46.185Z[ recovery-image] Aug 26 14:56:45.603 INFO O| Aug 26 14:56:45.603 INFO STEP 525 (remove_files) COMPLETE
69092026-08-26T14:56:46.185Z[ recovery-image] Aug 26 14:56:45.603 INFO O| Aug 26 14:56:45.603 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-26T14:56:46.195Z[ recovery-image] Aug 26 14:56:45.612 INFO O| Aug 26 14:56:45.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69112026-08-26T14:56:46.195Z[ recovery-image] Aug 26 14:56:45.612 INFO O| Aug 26 14:56:45.612 INFO STEP 526 (remove_files) COMPLETE
69122026-08-26T14:56:46.195Z[ recovery-image] Aug 26 14:56:45.612 INFO O| Aug 26 14:56:45.612 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-26T14:56:46.204Z[ recovery-image] Aug 26 14:56:45.621 INFO O| Aug 26 14:56:45.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69142026-08-26T14:56:46.204Z[ recovery-image] Aug 26 14:56:45.621 INFO O| Aug 26 14:56:45.621 INFO STEP 527 (remove_files) COMPLETE
69152026-08-26T14:56:46.204Z[ recovery-image] Aug 26 14:56:45.621 INFO O| Aug 26 14:56:45.621 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-26T14:56:46.212Z[ recovery-image] Aug 26 14:56:45.630 INFO O| Aug 26 14:56:45.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69172026-08-26T14:56:46.213Z[ recovery-image] Aug 26 14:56:45.630 INFO O| Aug 26 14:56:45.630 INFO STEP 528 (remove_files) COMPLETE
69182026-08-26T14:56:46.213Z[ recovery-image] Aug 26 14:56:45.630 INFO O| Aug 26 14:56:45.630 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-26T14:56:46.221Z[ recovery-image] Aug 26 14:56:45.638 INFO O| Aug 26 14:56:45.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69202026-08-26T14:56:46.222Z[ recovery-image] Aug 26 14:56:45.639 INFO O| Aug 26 14:56:45.639 INFO STEP 529 (remove_files) COMPLETE
69212026-08-26T14:56:46.222Z[ recovery-image] Aug 26 14:56:45.639 INFO O| Aug 26 14:56:45.639 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-26T14:56:46.230Z[ recovery-image] Aug 26 14:56:45.647 INFO O| Aug 26 14:56:45.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69232026-08-26T14:56:46.230Z[ recovery-image] Aug 26 14:56:45.647 INFO O| Aug 26 14:56:45.647 INFO STEP 530 (remove_files) COMPLETE
69242026-08-26T14:56:46.230Z[ recovery-image] Aug 26 14:56:45.647 INFO O| Aug 26 14:56:45.647 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-26T14:56:46.238Z[ recovery-image] Aug 26 14:56:45.656 INFO O| Aug 26 14:56:45.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69262026-08-26T14:56:46.239Z[ recovery-image] Aug 26 14:56:45.656 INFO O| Aug 26 14:56:45.656 INFO STEP 531 (remove_files) COMPLETE
69272026-08-26T14:56:46.242Z[ recovery-image] Aug 26 14:56:45.656 INFO O| Aug 26 14:56:45.656 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-26T14:56:46.247Z[ recovery-image] Aug 26 14:56:45.665 INFO O| Aug 26 14:56:45.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69292026-08-26T14:56:46.247Z[ recovery-image] Aug 26 14:56:45.665 INFO O| Aug 26 14:56:45.665 INFO STEP 532 (remove_files) COMPLETE
69302026-08-26T14:56:46.247Z[ recovery-image] Aug 26 14:56:45.665 INFO O| Aug 26 14:56:45.665 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-26T14:56:46.257Z[ recovery-image] Aug 26 14:56:45.674 INFO O| Aug 26 14:56:45.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69322026-08-26T14:56:46.257Z[ recovery-image] Aug 26 14:56:45.674 INFO O| Aug 26 14:56:45.674 INFO STEP 533 (remove_files) COMPLETE
69332026-08-26T14:56:46.257Z[ recovery-image] Aug 26 14:56:45.674 INFO O| Aug 26 14:56:45.674 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-26T14:56:46.267Z[ recovery-image] Aug 26 14:56:45.684 INFO O| Aug 26 14:56:45.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69352026-08-26T14:56:46.267Z[ recovery-image] Aug 26 14:56:45.684 INFO O| Aug 26 14:56:45.684 INFO STEP 534 (remove_files) COMPLETE
69362026-08-26T14:56:46.267Z[ recovery-image] Aug 26 14:56:45.684 INFO O| Aug 26 14:56:45.684 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-26T14:56:46.277Z[ recovery-image] Aug 26 14:56:45.694 INFO O| Aug 26 14:56:45.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69382026-08-26T14:56:46.277Z[ recovery-image] Aug 26 14:56:45.694 INFO O| Aug 26 14:56:45.694 INFO STEP 535 (remove_files) COMPLETE
69392026-08-26T14:56:46.277Z[ recovery-image] Aug 26 14:56:45.694 INFO O| Aug 26 14:56:45.694 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-26T14:56:46.287Z[ recovery-image] Aug 26 14:56:45.704 INFO O| Aug 26 14:56:45.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69412026-08-26T14:56:46.287Z[ recovery-image] Aug 26 14:56:45.704 INFO O| Aug 26 14:56:45.704 INFO STEP 536 (remove_files) COMPLETE
69422026-08-26T14:56:46.287Z[ recovery-image] Aug 26 14:56:45.704 INFO O| Aug 26 14:56:45.704 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-26T14:56:46.296Z[ recovery-image] Aug 26 14:56:45.713 INFO O| Aug 26 14:56:45.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69442026-08-26T14:56:46.296Z[ recovery-image] Aug 26 14:56:45.713 INFO O| Aug 26 14:56:45.713 INFO STEP 537 (remove_files) COMPLETE
69452026-08-26T14:56:46.296Z[ recovery-image] Aug 26 14:56:45.713 INFO O| Aug 26 14:56:45.713 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-26T14:56:46.305Z[ recovery-image] Aug 26 14:56:45.723 INFO O| Aug 26 14:56:45.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69472026-08-26T14:56:46.305Z[ recovery-image] Aug 26 14:56:45.723 INFO O| Aug 26 14:56:45.723 INFO STEP 538 (remove_files) COMPLETE
69482026-08-26T14:56:46.305Z[ recovery-image] Aug 26 14:56:45.723 INFO O| Aug 26 14:56:45.723 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-26T14:56:46.318Z[ recovery-image] Aug 26 14:56:45.733 INFO O| Aug 26 14:56:45.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69502026-08-26T14:56:46.318Z[ recovery-image] Aug 26 14:56:45.733 INFO O| Aug 26 14:56:45.732 INFO STEP 539 (remove_files) COMPLETE
69512026-08-26T14:56:46.318Z[ recovery-image] Aug 26 14:56:45.733 INFO O| Aug 26 14:56:45.732 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-26T14:56:46.329Z[ recovery-image] Aug 26 14:56:45.741 INFO O| Aug 26 14:56:45.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69532026-08-26T14:56:46.329Z[ recovery-image] Aug 26 14:56:45.741 INFO O| Aug 26 14:56:45.741 INFO STEP 540 (remove_files) COMPLETE
69542026-08-26T14:56:46.329Z[ recovery-image] Aug 26 14:56:45.741 INFO O| Aug 26 14:56:45.741 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-26T14:56:46.334Z[ recovery-image] Aug 26 14:56:45.751 INFO O| Aug 26 14:56:45.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69562026-08-26T14:56:46.334Z[ recovery-image] Aug 26 14:56:45.751 INFO O| Aug 26 14:56:45.751 INFO STEP 541 (remove_files) COMPLETE
69572026-08-26T14:56:46.334Z[ recovery-image] Aug 26 14:56:45.751 INFO O| Aug 26 14:56:45.751 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-26T14:56:46.344Z[ recovery-image] Aug 26 14:56:45.760 INFO O| Aug 26 14:56:45.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69592026-08-26T14:56:46.344Z[ recovery-image] Aug 26 14:56:45.760 INFO O| Aug 26 14:56:45.760 INFO STEP 542 (remove_files) COMPLETE
69602026-08-26T14:56:46.344Z[ recovery-image] Aug 26 14:56:45.760 INFO O| Aug 26 14:56:45.760 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-26T14:56:46.354Z[ recovery-image] Aug 26 14:56:45.772 INFO O| Aug 26 14:56:45.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69622026-08-26T14:56:46.354Z[ recovery-image] Aug 26 14:56:45.772 INFO O| Aug 26 14:56:45.772 INFO STEP 543 (remove_files) COMPLETE
69632026-08-26T14:56:46.354Z[ recovery-image] Aug 26 14:56:45.772 INFO O| Aug 26 14:56:45.772 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-26T14:56:46.365Z[ recovery-image] Aug 26 14:56:45.782 INFO O| Aug 26 14:56:45.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69652026-08-26T14:56:46.365Z[ recovery-image] Aug 26 14:56:45.782 INFO O| Aug 26 14:56:45.782 INFO STEP 544 (remove_files) COMPLETE
69662026-08-26T14:56:46.368Z[ recovery-image] Aug 26 14:56:45.782 INFO O| Aug 26 14:56:45.782 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-26T14:56:46.374Z[ recovery-image] Aug 26 14:56:45.791 INFO O| Aug 26 14:56:45.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69682026-08-26T14:56:46.377Z[ recovery-image] Aug 26 14:56:45.791 INFO O| Aug 26 14:56:45.791 INFO STEP 545 (remove_files) COMPLETE
69692026-08-26T14:56:46.377Z[ recovery-image] Aug 26 14:56:45.791 INFO O| Aug 26 14:56:45.791 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-26T14:56:46.385Z[ recovery-image] Aug 26 14:56:45.802 INFO O| Aug 26 14:56:45.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69712026-08-26T14:56:46.385Z[ recovery-image] Aug 26 14:56:45.802 INFO O| Aug 26 14:56:45.802 INFO STEP 546 (remove_files) COMPLETE
69722026-08-26T14:56:46.389Z[ recovery-image] Aug 26 14:56:45.802 INFO O| Aug 26 14:56:45.802 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-26T14:56:46.396Z[ recovery-image] Aug 26 14:56:45.813 INFO O| Aug 26 14:56:45.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69742026-08-26T14:56:46.396Z[ recovery-image] Aug 26 14:56:45.813 INFO O| Aug 26 14:56:45.813 INFO STEP 547 (remove_files) COMPLETE
69752026-08-26T14:56:46.399Z[ recovery-image] Aug 26 14:56:45.813 INFO O| Aug 26 14:56:45.813 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-26T14:56:46.414Z[ recovery-image] Aug 26 14:56:45.832 INFO O| Aug 26 14:56:45.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69772026-08-26T14:56:46.414Z[ recovery-image] Aug 26 14:56:45.832 INFO O| Aug 26 14:56:45.822 INFO STEP 548 (remove_files) COMPLETE
69782026-08-26T14:56:46.414Z[ recovery-image] Aug 26 14:56:45.832 INFO O| Aug 26 14:56:45.822 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-26T14:56:46.415Z[ recovery-image] Aug 26 14:56:45.832 INFO O| Aug 26 14:56:45.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69802026-08-26T14:56:46.418Z[ recovery-image] Aug 26 14:56:45.832 INFO O| Aug 26 14:56:45.831 INFO STEP 549 (remove_files) COMPLETE
69812026-08-26T14:56:46.418Z[ recovery-image] Aug 26 14:56:45.832 INFO O| Aug 26 14:56:45.831 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-26T14:56:46.423Z[ recovery-image] Aug 26 14:56:45.840 INFO O| Aug 26 14:56:45.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69832026-08-26T14:56:46.423Z[ recovery-image] Aug 26 14:56:45.840 INFO O| Aug 26 14:56:45.840 INFO STEP 550 (remove_files) COMPLETE
69842026-08-26T14:56:46.426Z[ recovery-image] Aug 26 14:56:45.840 INFO O| Aug 26 14:56:45.840 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-26T14:56:46.433Z[ recovery-image] Aug 26 14:56:45.849 INFO O| Aug 26 14:56:45.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69862026-08-26T14:56:46.433Z[ recovery-image] Aug 26 14:56:45.849 INFO O| Aug 26 14:56:45.849 INFO STEP 551 (remove_files) COMPLETE
69872026-08-26T14:56:46.433Z[ recovery-image] Aug 26 14:56:45.849 INFO O| Aug 26 14:56:45.849 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-26T14:56:46.441Z[ recovery-image] Aug 26 14:56:45.858 INFO O| Aug 26 14:56:45.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69892026-08-26T14:56:46.441Z[ recovery-image] Aug 26 14:56:45.859 INFO O| Aug 26 14:56:45.859 INFO STEP 552 (remove_files) COMPLETE
69902026-08-26T14:56:46.441Z[ recovery-image] Aug 26 14:56:45.859 INFO O| Aug 26 14:56:45.859 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-26T14:56:46.450Z[ recovery-image] Aug 26 14:56:45.867 INFO O| Aug 26 14:56:45.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69922026-08-26T14:56:46.450Z[ recovery-image] Aug 26 14:56:45.867 INFO O| Aug 26 14:56:45.867 INFO STEP 553 (remove_files) COMPLETE
69932026-08-26T14:56:46.450Z[ recovery-image] Aug 26 14:56:45.867 INFO O| Aug 26 14:56:45.867 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-26T14:56:46.458Z[ recovery-image] Aug 26 14:56:45.876 INFO O| Aug 26 14:56:45.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69952026-08-26T14:56:46.459Z[ recovery-image] Aug 26 14:56:45.876 INFO O| Aug 26 14:56:45.876 INFO STEP 554 (remove_files) COMPLETE
69962026-08-26T14:56:46.459Z[ recovery-image] Aug 26 14:56:45.876 INFO O| Aug 26 14:56:45.876 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-26T14:56:46.469Z[ recovery-image] Aug 26 14:56:45.886 INFO O| Aug 26 14:56:45.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69982026-08-26T14:56:46.469Z[ recovery-image] Aug 26 14:56:45.886 INFO O| Aug 26 14:56:45.886 INFO STEP 555 (remove_files) COMPLETE
69992026-08-26T14:56:46.469Z[ recovery-image] Aug 26 14:56:45.886 INFO O| Aug 26 14:56:45.886 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-26T14:56:46.477Z[ recovery-image] Aug 26 14:56:45.895 INFO O| Aug 26 14:56:45.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70012026-08-26T14:56:46.478Z[ recovery-image] Aug 26 14:56:45.895 INFO O| Aug 26 14:56:45.895 INFO STEP 556 (remove_files) COMPLETE
70022026-08-26T14:56:46.481Z[ recovery-image] Aug 26 14:56:45.895 INFO O| Aug 26 14:56:45.895 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-26T14:56:46.488Z[ recovery-image] Aug 26 14:56:45.905 INFO O| Aug 26 14:56:45.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70042026-08-26T14:56:46.488Z[ recovery-image] Aug 26 14:56:45.905 INFO O| Aug 26 14:56:45.905 INFO STEP 557 (remove_files) COMPLETE
70052026-08-26T14:56:46.491Z[ recovery-image] Aug 26 14:56:45.905 INFO O| Aug 26 14:56:45.905 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-26T14:56:46.497Z[ recovery-image] Aug 26 14:56:45.914 INFO O| Aug 26 14:56:45.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70072026-08-26T14:56:46.497Z[ recovery-image] Aug 26 14:56:45.914 INFO O| Aug 26 14:56:45.914 INFO STEP 558 (remove_files) COMPLETE
70082026-08-26T14:56:46.497Z[ recovery-image] Aug 26 14:56:45.914 INFO O| Aug 26 14:56:45.914 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-26T14:56:46.505Z[ recovery-image] Aug 26 14:56:45.923 INFO O| Aug 26 14:56:45.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70102026-08-26T14:56:46.506Z[ recovery-image] Aug 26 14:56:45.923 INFO O| Aug 26 14:56:45.923 INFO STEP 559 (remove_files) COMPLETE
70112026-08-26T14:56:46.506Z[ recovery-image] Aug 26 14:56:45.923 INFO O| Aug 26 14:56:45.923 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-26T14:56:46.514Z[ recovery-image] Aug 26 14:56:45.931 INFO O| Aug 26 14:56:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70132026-08-26T14:56:46.514Z[ recovery-image] Aug 26 14:56:45.931 INFO O| Aug 26 14:56:45.931 INFO STEP 560 (remove_files) COMPLETE
70142026-08-26T14:56:46.519Z[ recovery-image] Aug 26 14:56:45.931 INFO O| Aug 26 14:56:45.931 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-26T14:56:46.530Z[ recovery-image] Aug 26 14:56:45.943 INFO O| Aug 26 14:56:45.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70162026-08-26T14:56:46.530Z[ recovery-image] Aug 26 14:56:45.943 INFO O| Aug 26 14:56:45.943 INFO STEP 561 (remove_files) COMPLETE
70172026-08-26T14:56:46.535Z[ recovery-image] Aug 26 14:56:45.943 INFO O| Aug 26 14:56:45.943 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-26T14:56:46.539Z[ recovery-image] Aug 26 14:56:45.953 INFO O| Aug 26 14:56:45.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70192026-08-26T14:56:46.539Z[ recovery-image] Aug 26 14:56:45.953 INFO O| Aug 26 14:56:45.953 INFO STEP 562 (remove_files) COMPLETE
70202026-08-26T14:56:46.539Z[ recovery-image] Aug 26 14:56:45.953 INFO O| Aug 26 14:56:45.953 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-26T14:56:46.545Z[ recovery-image] Aug 26 14:56:45.963 INFO O| Aug 26 14:56:45.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70222026-08-26T14:56:46.545Z[ recovery-image] Aug 26 14:56:45.963 INFO O| Aug 26 14:56:45.963 INFO STEP 563 (remove_files) COMPLETE
70232026-08-26T14:56:46.545Z[ recovery-image] Aug 26 14:56:45.963 INFO O| Aug 26 14:56:45.963 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-26T14:56:46.556Z[ recovery-image] Aug 26 14:56:45.973 INFO O| Aug 26 14:56:45.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70252026-08-26T14:56:46.556Z[ recovery-image] Aug 26 14:56:45.973 INFO O| Aug 26 14:56:45.973 INFO STEP 564 (remove_files) COMPLETE
70262026-08-26T14:56:46.556Z[ recovery-image] Aug 26 14:56:45.973 INFO O| Aug 26 14:56:45.973 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-26T14:56:46.567Z[ recovery-image] Aug 26 14:56:45.984 INFO O| Aug 26 14:56:45.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70282026-08-26T14:56:46.567Z[ recovery-image] Aug 26 14:56:45.984 INFO O| Aug 26 14:56:45.984 INFO STEP 565 (remove_files) COMPLETE
70292026-08-26T14:56:46.567Z[ recovery-image] Aug 26 14:56:45.984 INFO O| Aug 26 14:56:45.984 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-26T14:56:46.577Z[ recovery-image] Aug 26 14:56:45.994 INFO O| Aug 26 14:56:45.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70312026-08-26T14:56:46.577Z[ recovery-image] Aug 26 14:56:45.995 INFO O| Aug 26 14:56:45.994 INFO STEP 566 (remove_files) COMPLETE
70322026-08-26T14:56:46.577Z[ recovery-image] Aug 26 14:56:45.995 INFO O| Aug 26 14:56:45.995 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-26T14:56:46.588Z[ recovery-image] Aug 26 14:56:46.006 INFO O| Aug 26 14:56:46.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70342026-08-26T14:56:46.588Z[ recovery-image] Aug 26 14:56:46.006 INFO O| Aug 26 14:56:46.006 INFO STEP 567 (remove_files) COMPLETE
70352026-08-26T14:56:46.589Z[ recovery-image] Aug 26 14:56:46.006 INFO O| Aug 26 14:56:46.006 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-26T14:56:46.598Z[ recovery-image] Aug 26 14:56:46.016 INFO O| Aug 26 14:56:46.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70372026-08-26T14:56:46.598Z[ recovery-image] Aug 26 14:56:46.016 INFO O| Aug 26 14:56:46.016 INFO STEP 568 (remove_files) COMPLETE
70382026-08-26T14:56:46.598Z[ recovery-image] Aug 26 14:56:46.016 INFO O| Aug 26 14:56:46.016 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-26T14:56:46.609Z[ recovery-image] Aug 26 14:56:46.026 INFO O| Aug 26 14:56:46.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70402026-08-26T14:56:46.609Z[ recovery-image] Aug 26 14:56:46.026 INFO O| Aug 26 14:56:46.026 INFO STEP 569 (remove_files) COMPLETE
70412026-08-26T14:56:46.609Z[ recovery-image] Aug 26 14:56:46.026 INFO O| Aug 26 14:56:46.026 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-26T14:56:46.617Z[ recovery-image] Aug 26 14:56:46.035 INFO O| Aug 26 14:56:46.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70432026-08-26T14:56:46.617Z[ recovery-image] Aug 26 14:56:46.035 INFO O| Aug 26 14:56:46.035 INFO STEP 570 (remove_files) COMPLETE
70442026-08-26T14:56:46.618Z[ recovery-image] Aug 26 14:56:46.035 INFO O| Aug 26 14:56:46.035 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-26T14:56:46.626Z[ recovery-image] Aug 26 14:56:46.044 INFO O| Aug 26 14:56:46.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70462026-08-26T14:56:46.626Z[ recovery-image] Aug 26 14:56:46.044 INFO O| Aug 26 14:56:46.044 INFO STEP 571 (remove_files) COMPLETE
70472026-08-26T14:56:46.626Z[ recovery-image] Aug 26 14:56:46.044 INFO O| Aug 26 14:56:46.044 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-26T14:56:46.646Z[ recovery-image] Aug 26 14:56:46.063 INFO O| Aug 26 14:56:46.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70492026-08-26T14:56:46.646Z[ recovery-image] Aug 26 14:56:46.063 INFO O| Aug 26 14:56:46.061 INFO STEP 572 (remove_files) COMPLETE
70502026-08-26T14:56:46.646Z[ recovery-image] Aug 26 14:56:46.063 INFO O| Aug 26 14:56:46.061 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-26T14:56:46.653Z[ recovery-image] Aug 26 14:56:46.070 INFO O| Aug 26 14:56:46.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70522026-08-26T14:56:46.653Z[ recovery-image] Aug 26 14:56:46.070 INFO O| Aug 26 14:56:46.070 INFO STEP 573 (remove_files) COMPLETE
70532026-08-26T14:56:46.653Z[ recovery-image] Aug 26 14:56:46.070 INFO O| Aug 26 14:56:46.070 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-26T14:56:46.662Z[ recovery-image] Aug 26 14:56:46.079 INFO O| Aug 26 14:56:46.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70552026-08-26T14:56:46.663Z[ recovery-image] Aug 26 14:56:46.079 INFO O| Aug 26 14:56:46.079 INFO STEP 574 (remove_files) COMPLETE
70562026-08-26T14:56:46.663Z[ recovery-image] Aug 26 14:56:46.079 INFO O| Aug 26 14:56:46.079 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-26T14:56:46.676Z[ recovery-image] Aug 26 14:56:46.093 INFO O| Aug 26 14:56:46.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70582026-08-26T14:56:46.676Z[ recovery-image] Aug 26 14:56:46.093 INFO O| Aug 26 14:56:46.093 INFO STEP 575 (remove_files) COMPLETE
70592026-08-26T14:56:46.676Z[ recovery-image] Aug 26 14:56:46.093 INFO O| Aug 26 14:56:46.093 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-26T14:56:46.688Z[ recovery-image] Aug 26 14:56:46.105 INFO O| Aug 26 14:56:46.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70612026-08-26T14:56:46.688Z[ recovery-image] Aug 26 14:56:46.105 INFO O| Aug 26 14:56:46.105 INFO STEP 576 (remove_files) COMPLETE
70622026-08-26T14:56:46.688Z[ recovery-image] Aug 26 14:56:46.105 INFO O| Aug 26 14:56:46.105 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-26T14:56:46.700Z[ recovery-image] Aug 26 14:56:46.115 INFO O| Aug 26 14:56:46.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70642026-08-26T14:56:46.700Z[ recovery-image] Aug 26 14:56:46.115 INFO O| Aug 26 14:56:46.115 INFO STEP 577 (remove_files) COMPLETE
70652026-08-26T14:56:46.700Z[ recovery-image] Aug 26 14:56:46.115 INFO O| Aug 26 14:56:46.115 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-26T14:56:46.708Z[ recovery-image] Aug 26 14:56:46.126 INFO O| Aug 26 14:56:46.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70672026-08-26T14:56:46.712Z[ recovery-image] Aug 26 14:56:46.126 INFO O| Aug 26 14:56:46.126 INFO STEP 578 (remove_files) COMPLETE
70682026-08-26T14:56:46.712Z[ recovery-image] Aug 26 14:56:46.126 INFO O| Aug 26 14:56:46.126 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-26T14:56:46.718Z[ recovery-image] Aug 26 14:56:46.135 INFO O| Aug 26 14:56:46.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70702026-08-26T14:56:46.721Z[ recovery-image] Aug 26 14:56:46.139 INFO O| Aug 26 14:56:46.138 INFO STEP 579 (remove_files) COMPLETE
70712026-08-26T14:56:46.721Z[ recovery-image] Aug 26 14:56:46.139 INFO O| Aug 26 14:56:46.138 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-26T14:56:46.733Z[ recovery-image] Aug 26 14:56:46.150 INFO O| Aug 26 14:56:46.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70732026-08-26T14:56:46.734Z[ recovery-image] Aug 26 14:56:46.150 INFO O| Aug 26 14:56:46.150 INFO STEP 580 (remove_files) COMPLETE
70742026-08-26T14:56:46.734Z[ recovery-image] Aug 26 14:56:46.150 INFO O| Aug 26 14:56:46.150 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-26T14:56:46.742Z[ recovery-image] Aug 26 14:56:46.160 INFO O| Aug 26 14:56:46.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70762026-08-26T14:56:46.742Z[ recovery-image] Aug 26 14:56:46.160 INFO O| Aug 26 14:56:46.160 INFO STEP 581 (remove_files) COMPLETE
70772026-08-26T14:56:46.743Z[ recovery-image] Aug 26 14:56:46.160 INFO O| Aug 26 14:56:46.160 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-26T14:56:46.754Z[ recovery-image] Aug 26 14:56:46.170 INFO O| Aug 26 14:56:46.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70792026-08-26T14:56:46.754Z[ recovery-image] Aug 26 14:56:46.170 INFO O| Aug 26 14:56:46.170 INFO STEP 582 (remove_files) COMPLETE
70802026-08-26T14:56:46.754Z[ recovery-image] Aug 26 14:56:46.170 INFO O| Aug 26 14:56:46.170 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-26T14:56:46.763Z[ recovery-image] Aug 26 14:56:46.180 INFO O| Aug 26 14:56:46.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70822026-08-26T14:56:46.763Z[ recovery-image] Aug 26 14:56:46.180 INFO O| Aug 26 14:56:46.179 INFO STEP 583 (remove_files) COMPLETE
70832026-08-26T14:56:46.763Z[ recovery-image] Aug 26 14:56:46.180 INFO O| Aug 26 14:56:46.179 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-26T14:56:46.772Z[ recovery-image] Aug 26 14:56:46.190 INFO O| Aug 26 14:56:46.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70852026-08-26T14:56:46.773Z[ recovery-image] Aug 26 14:56:46.190 INFO O| Aug 26 14:56:46.190 INFO STEP 584 (remove_files) COMPLETE
70862026-08-26T14:56:46.777Z[ recovery-image] Aug 26 14:56:46.190 INFO O| Aug 26 14:56:46.190 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-26T14:56:46.777Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
70882026-08-26T14:56:46.784Z[ recovery-image] Aug 26 14:56:46.200 INFO O| Aug 26 14:56:46.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70892026-08-26T14:56:46.784Z[ recovery-image] Aug 26 14:56:46.200 INFO O| Aug 26 14:56:46.200 INFO STEP 585 (remove_files) COMPLETE
70902026-08-26T14:56:46.784Z[ recovery-image] Aug 26 14:56:46.200 INFO O| Aug 26 14:56:46.200 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-26T14:56:46.792Z[ recovery-image] Aug 26 14:56:46.210 INFO O| Aug 26 14:56:46.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70922026-08-26T14:56:46.792Z[ recovery-image] Aug 26 14:56:46.210 INFO O| Aug 26 14:56:46.210 INFO STEP 586 (remove_files) COMPLETE
70932026-08-26T14:56:46.792Z[ recovery-image] Aug 26 14:56:46.210 INFO O| Aug 26 14:56:46.210 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-26T14:56:46.803Z[ recovery-image] Aug 26 14:56:46.220 INFO O| Aug 26 14:56:46.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70952026-08-26T14:56:46.803Z[ recovery-image] Aug 26 14:56:46.220 INFO O| Aug 26 14:56:46.220 INFO STEP 587 (remove_files) COMPLETE
70962026-08-26T14:56:46.803Z[ recovery-image] Aug 26 14:56:46.220 INFO O| Aug 26 14:56:46.220 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-26T14:56:46.814Z[ recovery-image] Aug 26 14:56:46.231 INFO O| Aug 26 14:56:46.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70982026-08-26T14:56:46.814Z[ recovery-image] Aug 26 14:56:46.232 INFO O| Aug 26 14:56:46.231 INFO STEP 588 (remove_files) COMPLETE
70992026-08-26T14:56:46.814Z[ recovery-image] Aug 26 14:56:46.232 INFO O| Aug 26 14:56:46.232 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-26T14:56:46.823Z[ recovery-image] Aug 26 14:56:46.241 INFO O| Aug 26 14:56:46.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71012026-08-26T14:56:46.823Z[ recovery-image] Aug 26 14:56:46.241 INFO O| Aug 26 14:56:46.241 INFO STEP 589 (remove_files) COMPLETE
71022026-08-26T14:56:46.823Z[ recovery-image] Aug 26 14:56:46.241 INFO O| Aug 26 14:56:46.241 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-26T14:56:46.833Z[ recovery-image] Aug 26 14:56:46.251 INFO O| Aug 26 14:56:46.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71042026-08-26T14:56:46.833Z[ recovery-image] Aug 26 14:56:46.251 INFO O| Aug 26 14:56:46.251 INFO STEP 590 (remove_files) COMPLETE
71052026-08-26T14:56:46.833Z[ recovery-image] Aug 26 14:56:46.251 INFO O| Aug 26 14:56:46.251 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-26T14:56:46.842Z[ recovery-image] Aug 26 14:56:46.260 INFO O| Aug 26 14:56:46.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71072026-08-26T14:56:46.842Z[ recovery-image] Aug 26 14:56:46.260 INFO O| Aug 26 14:56:46.260 INFO STEP 591 (remove_files) COMPLETE
71082026-08-26T14:56:46.842Z[ recovery-image] Aug 26 14:56:46.260 INFO O| Aug 26 14:56:46.260 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-26T14:56:46.853Z[ recovery-image] Aug 26 14:56:46.270 INFO O| Aug 26 14:56:46.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71102026-08-26T14:56:46.853Z[ recovery-image] Aug 26 14:56:46.271 INFO O| Aug 26 14:56:46.270 INFO STEP 592 (remove_files) COMPLETE
71112026-08-26T14:56:46.853Z[ recovery-image] Aug 26 14:56:46.271 INFO O| Aug 26 14:56:46.270 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-26T14:56:46.863Z[ recovery-image] Aug 26 14:56:46.281 INFO O| Aug 26 14:56:46.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71132026-08-26T14:56:46.863Z[ recovery-image] Aug 26 14:56:46.281 INFO O| Aug 26 14:56:46.281 INFO STEP 593 (remove_files) COMPLETE
71142026-08-26T14:56:46.867Z[ recovery-image] Aug 26 14:56:46.281 INFO O| Aug 26 14:56:46.281 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-26T14:56:46.873Z[ recovery-image] Aug 26 14:56:46.291 INFO O| Aug 26 14:56:46.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71162026-08-26T14:56:46.873Z[ recovery-image] Aug 26 14:56:46.291 INFO O| Aug 26 14:56:46.291 INFO STEP 594 (remove_files) COMPLETE
71172026-08-26T14:56:46.874Z[ recovery-image] Aug 26 14:56:46.291 INFO O| Aug 26 14:56:46.291 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-26T14:56:46.883Z[ recovery-image] Aug 26 14:56:46.299 INFO O| Aug 26 14:56:46.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71192026-08-26T14:56:46.883Z[ recovery-image] Aug 26 14:56:46.299 INFO O| Aug 26 14:56:46.299 INFO STEP 595 (remove_files) COMPLETE
71202026-08-26T14:56:46.887Z[ recovery-image] Aug 26 14:56:46.299 INFO O| Aug 26 14:56:46.299 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-26T14:56:46.894Z[ recovery-image] Aug 26 14:56:46.310 INFO O| Aug 26 14:56:46.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71222026-08-26T14:56:46.898Z[ recovery-image] Aug 26 14:56:46.311 INFO O| Aug 26 14:56:46.311 INFO STEP 596 (remove_files) COMPLETE
71232026-08-26T14:56:46.898Z[ recovery-image] Aug 26 14:56:46.311 INFO O| Aug 26 14:56:46.311 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-26T14:56:46.903Z[ recovery-image] Aug 26 14:56:46.320 INFO O| Aug 26 14:56:46.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71252026-08-26T14:56:46.903Z[ recovery-image] Aug 26 14:56:46.321 INFO O| Aug 26 14:56:46.320 INFO STEP 597 (remove_files) COMPLETE
71262026-08-26T14:56:46.908Z[ recovery-image] Aug 26 14:56:46.321 INFO O| Aug 26 14:56:46.321 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-26T14:56:46.912Z[ recovery-image] Aug 26 14:56:46.330 INFO O| Aug 26 14:56:46.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71282026-08-26T14:56:46.912Z[ recovery-image] Aug 26 14:56:46.330 INFO O| Aug 26 14:56:46.330 INFO STEP 598 (remove_files) COMPLETE
71292026-08-26T14:56:46.913Z[ recovery-image] Aug 26 14:56:46.330 INFO O| Aug 26 14:56:46.330 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-26T14:56:46.921Z[ recovery-image] Aug 26 14:56:46.338 INFO O| Aug 26 14:56:46.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71312026-08-26T14:56:46.921Z[ recovery-image] Aug 26 14:56:46.338 INFO O| Aug 26 14:56:46.338 INFO STEP 599 (remove_files) COMPLETE
71322026-08-26T14:56:46.924Z[ recovery-image] Aug 26 14:56:46.338 INFO O| Aug 26 14:56:46.338 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-26T14:56:46.930Z[ recovery-image] Aug 26 14:56:46.347 INFO O| Aug 26 14:56:46.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71342026-08-26T14:56:46.930Z[ recovery-image] Aug 26 14:56:46.347 INFO O| Aug 26 14:56:46.347 INFO STEP 600 (remove_files) COMPLETE
71352026-08-26T14:56:46.930Z[ recovery-image] Aug 26 14:56:46.347 INFO O| Aug 26 14:56:46.347 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-26T14:56:46.939Z[ recovery-image] Aug 26 14:56:46.356 INFO O| Aug 26 14:56:46.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71372026-08-26T14:56:46.939Z[ recovery-image] Aug 26 14:56:46.356 INFO O| Aug 26 14:56:46.356 INFO STEP 601 (remove_files) COMPLETE
71382026-08-26T14:56:46.942Z[ recovery-image] Aug 26 14:56:46.356 INFO O| Aug 26 14:56:46.356 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-26T14:56:46.948Z[ recovery-image] Aug 26 14:56:46.366 INFO O| Aug 26 14:56:46.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71402026-08-26T14:56:46.948Z[ recovery-image] Aug 26 14:56:46.366 INFO O| Aug 26 14:56:46.366 INFO STEP 602 (remove_files) COMPLETE
71412026-08-26T14:56:46.949Z[ recovery-image] Aug 26 14:56:46.366 INFO O| Aug 26 14:56:46.366 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-26T14:56:46.959Z[ recovery-image] Aug 26 14:56:46.375 INFO O| Aug 26 14:56:46.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71432026-08-26T14:56:46.959Z[ recovery-image] Aug 26 14:56:46.375 INFO O| Aug 26 14:56:46.375 INFO STEP 603 (remove_files) COMPLETE
71442026-08-26T14:56:46.959Z[ recovery-image] Aug 26 14:56:46.375 INFO O| Aug 26 14:56:46.375 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-26T14:56:46.966Z[ recovery-image] Aug 26 14:56:46.383 INFO O| Aug 26 14:56:46.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71462026-08-26T14:56:46.966Z[ recovery-image] Aug 26 14:56:46.383 INFO O| Aug 26 14:56:46.383 INFO STEP 604 (remove_files) COMPLETE
71472026-08-26T14:56:46.966Z[ recovery-image] Aug 26 14:56:46.383 INFO O| Aug 26 14:56:46.383 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-26T14:56:46.976Z[ recovery-image] Aug 26 14:56:46.393 INFO O| Aug 26 14:56:46.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71492026-08-26T14:56:46.976Z[ recovery-image] Aug 26 14:56:46.393 INFO O| Aug 26 14:56:46.393 INFO STEP 605 (remove_files) COMPLETE
71502026-08-26T14:56:46.981Z[ recovery-image] Aug 26 14:56:46.393 INFO O| Aug 26 14:56:46.393 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-26T14:56:46.986Z[ recovery-image] Aug 26 14:56:46.403 INFO O| Aug 26 14:56:46.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71522026-08-26T14:56:46.986Z[ recovery-image] Aug 26 14:56:46.404 INFO O| Aug 26 14:56:46.404 INFO STEP 606 (remove_files) COMPLETE
71532026-08-26T14:56:46.986Z[ recovery-image] Aug 26 14:56:46.404 INFO O| Aug 26 14:56:46.404 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-26T14:56:46.996Z[ recovery-image] Aug 26 14:56:46.414 INFO O| Aug 26 14:56:46.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71552026-08-26T14:56:46.997Z[ recovery-image] Aug 26 14:56:46.414 INFO O| Aug 26 14:56:46.414 INFO STEP 607 (remove_files) COMPLETE
71562026-08-26T14:56:46.997Z[ recovery-image] Aug 26 14:56:46.414 INFO O| Aug 26 14:56:46.414 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-26T14:56:47.007Z[ recovery-image] Aug 26 14:56:46.424 INFO O| Aug 26 14:56:46.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71582026-08-26T14:56:47.007Z[ recovery-image] Aug 26 14:56:46.424 INFO O| Aug 26 14:56:46.424 INFO STEP 608 (remove_files) COMPLETE
71592026-08-26T14:56:47.007Z[ recovery-image] Aug 26 14:56:46.424 INFO O| Aug 26 14:56:46.424 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-26T14:56:47.017Z[ recovery-image] Aug 26 14:56:46.434 INFO O| Aug 26 14:56:46.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71612026-08-26T14:56:47.017Z[ recovery-image] Aug 26 14:56:46.434 INFO O| Aug 26 14:56:46.434 INFO STEP 609 (remove_files) COMPLETE
71622026-08-26T14:56:47.017Z[ recovery-image] Aug 26 14:56:46.434 INFO O| Aug 26 14:56:46.434 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-26T14:56:47.026Z[ recovery-image] Aug 26 14:56:46.444 INFO O| Aug 26 14:56:46.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71642026-08-26T14:56:47.026Z[ recovery-image] Aug 26 14:56:46.444 INFO O| Aug 26 14:56:46.444 INFO STEP 610 (remove_files) COMPLETE
71652026-08-26T14:56:47.029Z[ recovery-image] Aug 26 14:56:46.444 INFO O| Aug 26 14:56:46.444 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-26T14:56:47.035Z[ recovery-image] Aug 26 14:56:46.453 INFO O| Aug 26 14:56:46.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71672026-08-26T14:56:47.035Z[ recovery-image] Aug 26 14:56:46.453 INFO O| Aug 26 14:56:46.453 INFO STEP 611 (remove_files) COMPLETE
71682026-08-26T14:56:47.040Z[ recovery-image] Aug 26 14:56:46.453 INFO O| Aug 26 14:56:46.453 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-26T14:56:47.045Z[ recovery-image] Aug 26 14:56:46.462 INFO O| Aug 26 14:56:46.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71702026-08-26T14:56:47.045Z[ recovery-image] Aug 26 14:56:46.462 INFO O| Aug 26 14:56:46.462 INFO STEP 612 (remove_files) COMPLETE
71712026-08-26T14:56:47.048Z[ recovery-image] Aug 26 14:56:46.462 INFO O| Aug 26 14:56:46.462 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-26T14:56:47.058Z[ recovery-image] Aug 26 14:56:46.471 INFO O| Aug 26 14:56:46.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71732026-08-26T14:56:47.058Z[ recovery-image] Aug 26 14:56:46.471 INFO O| Aug 26 14:56:46.471 INFO STEP 613 (remove_files) COMPLETE
71742026-08-26T14:56:47.058Z[ recovery-image] Aug 26 14:56:46.471 INFO O| Aug 26 14:56:46.471 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-26T14:56:47.063Z[ recovery-image] Aug 26 14:56:46.480 INFO O| Aug 26 14:56:46.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71762026-08-26T14:56:47.063Z[ recovery-image] Aug 26 14:56:46.480 INFO O| Aug 26 14:56:46.480 INFO STEP 614 (remove_files) COMPLETE
71772026-08-26T14:56:47.066Z[ recovery-image] Aug 26 14:56:46.480 INFO O| Aug 26 14:56:46.480 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-26T14:56:47.073Z[ recovery-image] Aug 26 14:56:46.489 INFO O| Aug 26 14:56:46.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71792026-08-26T14:56:47.073Z[ recovery-image] Aug 26 14:56:46.490 INFO O| Aug 26 14:56:46.490 INFO STEP 615 (remove_files) COMPLETE
71802026-08-26T14:56:47.077Z[ recovery-image] Aug 26 14:56:46.490 INFO O| Aug 26 14:56:46.490 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-26T14:56:47.081Z[ recovery-image] Aug 26 14:56:46.499 INFO O| Aug 26 14:56:46.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71822026-08-26T14:56:47.082Z[ recovery-image] Aug 26 14:56:46.499 INFO O| Aug 26 14:56:46.499 INFO STEP 616 (remove_files) COMPLETE
71832026-08-26T14:56:47.082Z[ recovery-image] Aug 26 14:56:46.499 INFO O| Aug 26 14:56:46.499 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-26T14:56:47.091Z[ recovery-image] Aug 26 14:56:46.509 INFO O| Aug 26 14:56:46.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71852026-08-26T14:56:47.092Z[ recovery-image] Aug 26 14:56:46.509 INFO O| Aug 26 14:56:46.509 INFO STEP 617 (remove_files) COMPLETE
71862026-08-26T14:56:47.096Z[ recovery-image] Aug 26 14:56:46.509 INFO O| Aug 26 14:56:46.509 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-26T14:56:47.101Z[ recovery-image] Aug 26 14:56:46.518 INFO O| Aug 26 14:56:46.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71882026-08-26T14:56:47.101Z[ recovery-image] Aug 26 14:56:46.518 INFO O| Aug 26 14:56:46.518 INFO STEP 618 (remove_files) COMPLETE
71892026-08-26T14:56:47.101Z[ recovery-image] Aug 26 14:56:46.518 INFO O| Aug 26 14:56:46.518 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-26T14:56:47.112Z[ recovery-image] Aug 26 14:56:46.528 INFO O| Aug 26 14:56:46.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71912026-08-26T14:56:47.112Z[ recovery-image] Aug 26 14:56:46.528 INFO O| Aug 26 14:56:46.528 INFO STEP 619 (remove_files) COMPLETE
71922026-08-26T14:56:47.112Z[ recovery-image] Aug 26 14:56:46.528 INFO O| Aug 26 14:56:46.528 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-26T14:56:47.121Z[ recovery-image] Aug 26 14:56:46.539 INFO O| Aug 26 14:56:46.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71942026-08-26T14:56:47.121Z[ recovery-image] Aug 26 14:56:46.539 INFO O| Aug 26 14:56:46.539 INFO STEP 620 (remove_files) COMPLETE
71952026-08-26T14:56:47.122Z[ recovery-image] Aug 26 14:56:46.539 INFO O| Aug 26 14:56:46.539 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-26T14:56:47.131Z[ recovery-image] Aug 26 14:56:46.549 INFO O| Aug 26 14:56:46.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71972026-08-26T14:56:47.132Z[ recovery-image] Aug 26 14:56:46.549 INFO O| Aug 26 14:56:46.549 INFO STEP 621 (remove_files) COMPLETE
71982026-08-26T14:56:47.135Z[ recovery-image] Aug 26 14:56:46.549 INFO O| Aug 26 14:56:46.549 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-26T14:56:47.142Z[ recovery-image] Aug 26 14:56:46.559 INFO O| Aug 26 14:56:46.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72002026-08-26T14:56:47.142Z[ recovery-image] Aug 26 14:56:46.559 INFO O| Aug 26 14:56:46.559 INFO STEP 622 (remove_files) COMPLETE
72012026-08-26T14:56:47.142Z[ recovery-image] Aug 26 14:56:46.559 INFO O| Aug 26 14:56:46.559 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-26T14:56:47.152Z[ recovery-image] Aug 26 14:56:46.569 INFO O| Aug 26 14:56:46.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72032026-08-26T14:56:47.152Z[ recovery-image] Aug 26 14:56:46.569 INFO O| Aug 26 14:56:46.569 INFO STEP 623 (remove_files) COMPLETE
72042026-08-26T14:56:47.152Z[ recovery-image] Aug 26 14:56:46.569 INFO O| Aug 26 14:56:46.569 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-26T14:56:47.161Z[ recovery-image] Aug 26 14:56:46.578 INFO O| Aug 26 14:56:46.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72062026-08-26T14:56:47.162Z[ recovery-image] Aug 26 14:56:46.578 INFO O| Aug 26 14:56:46.578 INFO STEP 624 (remove_files) COMPLETE
72072026-08-26T14:56:47.162Z[ recovery-image] Aug 26 14:56:46.578 INFO O| Aug 26 14:56:46.578 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-26T14:56:47.172Z[ recovery-image] Aug 26 14:56:46.588 INFO O| Aug 26 14:56:46.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72092026-08-26T14:56:47.172Z[ recovery-image] Aug 26 14:56:46.588 INFO O| Aug 26 14:56:46.588 INFO STEP 625 (remove_files) COMPLETE
72102026-08-26T14:56:47.172Z[ recovery-image] Aug 26 14:56:46.588 INFO O| Aug 26 14:56:46.588 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-26T14:56:47.180Z[ recovery-image] Aug 26 14:56:46.598 INFO O| Aug 26 14:56:46.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72122026-08-26T14:56:47.181Z[ recovery-image] Aug 26 14:56:46.598 INFO O| Aug 26 14:56:46.598 INFO STEP 626 (remove_files) COMPLETE
72132026-08-26T14:56:47.184Z[ recovery-image] Aug 26 14:56:46.598 INFO O| Aug 26 14:56:46.598 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-26T14:56:47.194Z[ recovery-image] Aug 26 14:56:46.609 INFO O| Aug 26 14:56:46.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72152026-08-26T14:56:47.194Z[ recovery-image] Aug 26 14:56:46.609 INFO O| Aug 26 14:56:46.609 INFO STEP 627 (remove_files) COMPLETE
72162026-08-26T14:56:47.194Z[ recovery-image] Aug 26 14:56:46.609 INFO O| Aug 26 14:56:46.609 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-26T14:56:47.203Z[ recovery-image] Aug 26 14:56:46.620 INFO O| Aug 26 14:56:46.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72182026-08-26T14:56:47.206Z[ recovery-image] Aug 26 14:56:46.620 INFO O| Aug 26 14:56:46.620 INFO STEP 628 (remove_files) COMPLETE
72192026-08-26T14:56:47.206Z[ recovery-image] Aug 26 14:56:46.620 INFO O| Aug 26 14:56:46.620 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-26T14:56:47.213Z[ recovery-image] Aug 26 14:56:46.630 INFO O| Aug 26 14:56:46.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72212026-08-26T14:56:47.213Z[ recovery-image] Aug 26 14:56:46.631 INFO O| Aug 26 14:56:46.631 INFO STEP 629 (remove_files) COMPLETE
72222026-08-26T14:56:47.217Z[ recovery-image] Aug 26 14:56:46.631 INFO O| Aug 26 14:56:46.631 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-26T14:56:47.223Z[ recovery-image] Aug 26 14:56:46.640 INFO O| Aug 26 14:56:46.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72242026-08-26T14:56:47.223Z[ recovery-image] Aug 26 14:56:46.640 INFO O| Aug 26 14:56:46.640 INFO STEP 630 (remove_files) COMPLETE
72252026-08-26T14:56:47.226Z[ recovery-image] Aug 26 14:56:46.640 INFO O| Aug 26 14:56:46.640 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-26T14:56:47.232Z[ recovery-image] Aug 26 14:56:46.649 INFO O| Aug 26 14:56:46.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72272026-08-26T14:56:47.232Z[ recovery-image] Aug 26 14:56:46.649 INFO O| Aug 26 14:56:46.649 INFO STEP 631 (remove_files) COMPLETE
72282026-08-26T14:56:47.235Z[ recovery-image] Aug 26 14:56:46.649 INFO O| Aug 26 14:56:46.649 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-26T14:56:47.240Z[ recovery-image] Aug 26 14:56:46.658 INFO O| Aug 26 14:56:46.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72302026-08-26T14:56:47.240Z[ recovery-image] Aug 26 14:56:46.658 INFO O| Aug 26 14:56:46.658 INFO STEP 632 (remove_files) COMPLETE
72312026-08-26T14:56:47.244Z[ recovery-image] Aug 26 14:56:46.658 INFO O| Aug 26 14:56:46.658 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-26T14:56:47.249Z[ recovery-image] Aug 26 14:56:46.666 INFO O| Aug 26 14:56:46.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72332026-08-26T14:56:47.249Z[ recovery-image] Aug 26 14:56:46.667 INFO O| Aug 26 14:56:46.667 INFO STEP 633 (remove_files) COMPLETE
72342026-08-26T14:56:47.252Z[ recovery-image] Aug 26 14:56:46.667 INFO O| Aug 26 14:56:46.667 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-26T14:56:47.257Z[ recovery-image] Aug 26 14:56:46.675 INFO O| Aug 26 14:56:46.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72362026-08-26T14:56:47.258Z[ recovery-image] Aug 26 14:56:46.675 INFO O| Aug 26 14:56:46.675 INFO STEP 634 (remove_files) COMPLETE
72372026-08-26T14:56:47.261Z[ recovery-image] Aug 26 14:56:46.675 INFO O| Aug 26 14:56:46.675 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-26T14:56:47.266Z[ recovery-image] Aug 26 14:56:46.684 INFO O| Aug 26 14:56:46.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72392026-08-26T14:56:47.267Z[ recovery-image] Aug 26 14:56:46.684 INFO O| Aug 26 14:56:46.684 INFO STEP 635 (remove_files) COMPLETE
72402026-08-26T14:56:47.270Z[ recovery-image] Aug 26 14:56:46.684 INFO O| Aug 26 14:56:46.684 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-26T14:56:47.276Z[ recovery-image] Aug 26 14:56:46.693 INFO O| Aug 26 14:56:46.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72422026-08-26T14:56:47.276Z[ recovery-image] Aug 26 14:56:46.693 INFO O| Aug 26 14:56:46.693 INFO STEP 636 (remove_files) COMPLETE
72432026-08-26T14:56:47.276Z[ recovery-image] Aug 26 14:56:46.693 INFO O| Aug 26 14:56:46.693 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-26T14:56:47.286Z[ recovery-image] Aug 26 14:56:46.703 INFO O| Aug 26 14:56:46.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72452026-08-26T14:56:47.286Z[ recovery-image] Aug 26 14:56:46.703 INFO O| Aug 26 14:56:46.703 INFO STEP 637 (remove_files) COMPLETE
72462026-08-26T14:56:47.290Z[ recovery-image] Aug 26 14:56:46.703 INFO O| Aug 26 14:56:46.703 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-26T14:56:47.295Z[ recovery-image] Aug 26 14:56:46.713 INFO O| Aug 26 14:56:46.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72482026-08-26T14:56:47.295Z[ recovery-image] Aug 26 14:56:46.713 INFO O| Aug 26 14:56:46.713 INFO STEP 638 (remove_files) COMPLETE
72492026-08-26T14:56:47.295Z[ recovery-image] Aug 26 14:56:46.713 INFO O| Aug 26 14:56:46.713 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-26T14:56:47.306Z[ recovery-image] Aug 26 14:56:46.722 INFO O| Aug 26 14:56:46.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72512026-08-26T14:56:47.306Z[ recovery-image] Aug 26 14:56:46.722 INFO O| Aug 26 14:56:46.722 INFO STEP 639 (remove_files) COMPLETE
72522026-08-26T14:56:47.306Z[ recovery-image] Aug 26 14:56:46.722 INFO O| Aug 26 14:56:46.722 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-26T14:56:47.314Z[ recovery-image] Aug 26 14:56:46.732 INFO O| Aug 26 14:56:46.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72542026-08-26T14:56:47.314Z[ recovery-image] Aug 26 14:56:46.732 INFO O| Aug 26 14:56:46.732 INFO STEP 640 (remove_files) COMPLETE
72552026-08-26T14:56:47.318Z[ recovery-image] Aug 26 14:56:46.732 INFO O| Aug 26 14:56:46.732 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-26T14:56:47.324Z[ recovery-image] Aug 26 14:56:46.742 INFO O| Aug 26 14:56:46.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72572026-08-26T14:56:47.324Z[ recovery-image] Aug 26 14:56:46.742 INFO O| Aug 26 14:56:46.742 INFO STEP 641 (remove_files) COMPLETE
72582026-08-26T14:56:47.328Z[ recovery-image] Aug 26 14:56:46.742 INFO O| Aug 26 14:56:46.742 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-26T14:56:47.334Z[ recovery-image] Aug 26 14:56:46.752 INFO O| Aug 26 14:56:46.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72602026-08-26T14:56:47.335Z[ recovery-image] Aug 26 14:56:46.752 INFO O| Aug 26 14:56:46.752 INFO STEP 642 (remove_files) COMPLETE
72612026-08-26T14:56:47.338Z[ recovery-image] Aug 26 14:56:46.752 INFO O| Aug 26 14:56:46.752 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-26T14:56:47.345Z[ recovery-image] Aug 26 14:56:46.761 INFO O| Aug 26 14:56:46.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72632026-08-26T14:56:47.345Z[ recovery-image] Aug 26 14:56:46.761 INFO O| Aug 26 14:56:46.761 INFO STEP 643 (remove_files) COMPLETE
72642026-08-26T14:56:47.345Z[ recovery-image] Aug 26 14:56:46.761 INFO O| Aug 26 14:56:46.761 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-26T14:56:47.354Z[ recovery-image] Aug 26 14:56:46.771 INFO O| Aug 26 14:56:46.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72662026-08-26T14:56:47.354Z[ recovery-image] Aug 26 14:56:46.771 INFO O| Aug 26 14:56:46.771 INFO STEP 644 (remove_files) COMPLETE
72672026-08-26T14:56:47.354Z[ recovery-image] Aug 26 14:56:46.771 INFO O| Aug 26 14:56:46.771 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-26T14:56:47.363Z[ recovery-image] Aug 26 14:56:46.781 INFO O| Aug 26 14:56:46.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72692026-08-26T14:56:47.364Z[ recovery-image] Aug 26 14:56:46.781 INFO O| Aug 26 14:56:46.781 INFO STEP 645 (remove_files) COMPLETE
72702026-08-26T14:56:47.369Z[ recovery-image] Aug 26 14:56:46.781 INFO O| Aug 26 14:56:46.781 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-26T14:56:47.373Z[ recovery-image] Aug 26 14:56:46.790 INFO O| Aug 26 14:56:46.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72722026-08-26T14:56:47.373Z[ recovery-image] Aug 26 14:56:46.790 INFO O| Aug 26 14:56:46.790 INFO STEP 646 (remove_files) COMPLETE
72732026-08-26T14:56:47.373Z[ recovery-image] Aug 26 14:56:46.790 INFO O| Aug 26 14:56:46.790 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-26T14:56:47.381Z[ recovery-image] Aug 26 14:56:46.799 INFO O| Aug 26 14:56:46.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72752026-08-26T14:56:47.381Z[ recovery-image] Aug 26 14:56:46.799 INFO O| Aug 26 14:56:46.799 INFO STEP 647 (remove_files) COMPLETE
72762026-08-26T14:56:47.382Z[ recovery-image] Aug 26 14:56:46.799 INFO O| Aug 26 14:56:46.799 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-26T14:56:47.391Z[ recovery-image] Aug 26 14:56:46.807 INFO O| Aug 26 14:56:46.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72782026-08-26T14:56:47.391Z[ recovery-image] Aug 26 14:56:46.807 INFO O| Aug 26 14:56:46.807 INFO STEP 648 (remove_files) COMPLETE
72792026-08-26T14:56:47.391Z[ recovery-image] Aug 26 14:56:46.808 INFO O| Aug 26 14:56:46.807 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-26T14:56:47.401Z[ recovery-image] Aug 26 14:56:46.817 INFO O| Aug 26 14:56:46.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72812026-08-26T14:56:47.404Z[ recovery-image] Aug 26 14:56:46.817 INFO O| Aug 26 14:56:46.817 INFO STEP 649 (remove_files) COMPLETE
72822026-08-26T14:56:47.405Z[ recovery-image] Aug 26 14:56:46.818 INFO O| Aug 26 14:56:46.817 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-26T14:56:47.412Z[ recovery-image] Aug 26 14:56:46.829 INFO O| Aug 26 14:56:46.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72842026-08-26T14:56:47.412Z[ recovery-image] Aug 26 14:56:46.829 INFO O| Aug 26 14:56:46.829 INFO STEP 650 (remove_files) COMPLETE
72852026-08-26T14:56:47.412Z[ recovery-image] Aug 26 14:56:46.829 INFO O| Aug 26 14:56:46.829 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-26T14:56:47.426Z[ recovery-image] Aug 26 14:56:46.840 INFO O| Aug 26 14:56:46.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72872026-08-26T14:56:47.427Z[ recovery-image] Aug 26 14:56:46.840 INFO O| Aug 26 14:56:46.840 INFO STEP 651 (remove_files) COMPLETE
72882026-08-26T14:56:47.427Z[ recovery-image] Aug 26 14:56:46.840 INFO O| Aug 26 14:56:46.840 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-26T14:56:47.433Z[ recovery-image] Aug 26 14:56:46.850 INFO O| Aug 26 14:56:46.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72902026-08-26T14:56:47.433Z[ recovery-image] Aug 26 14:56:46.851 INFO O| Aug 26 14:56:46.851 INFO STEP 652 (remove_files) COMPLETE
72912026-08-26T14:56:47.438Z[ recovery-image] Aug 26 14:56:46.851 INFO O| Aug 26 14:56:46.851 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-26T14:56:47.444Z[ recovery-image] Aug 26 14:56:46.861 INFO O| Aug 26 14:56:46.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72932026-08-26T14:56:47.444Z[ recovery-image] Aug 26 14:56:46.861 INFO O| Aug 26 14:56:46.861 INFO STEP 653 (remove_files) COMPLETE
72942026-08-26T14:56:47.447Z[ recovery-image] Aug 26 14:56:46.861 INFO O| Aug 26 14:56:46.861 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-26T14:56:47.454Z[ recovery-image] Aug 26 14:56:46.872 INFO O| Aug 26 14:56:46.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72962026-08-26T14:56:47.454Z[ recovery-image] Aug 26 14:56:46.872 INFO O| Aug 26 14:56:46.872 INFO STEP 654 (remove_files) COMPLETE
72972026-08-26T14:56:47.458Z[ recovery-image] Aug 26 14:56:46.872 INFO O| Aug 26 14:56:46.872 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-26T14:56:47.464Z[ recovery-image] Aug 26 14:56:46.882 INFO O| Aug 26 14:56:46.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72992026-08-26T14:56:47.467Z[ recovery-image] Aug 26 14:56:46.882 INFO O| Aug 26 14:56:46.882 INFO STEP 655 (remove_files) COMPLETE
73002026-08-26T14:56:47.467Z[ recovery-image] Aug 26 14:56:46.882 INFO O| Aug 26 14:56:46.882 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-26T14:56:47.475Z[ recovery-image] Aug 26 14:56:46.892 INFO O| Aug 26 14:56:46.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73022026-08-26T14:56:47.475Z[ recovery-image] Aug 26 14:56:46.892 INFO O| Aug 26 14:56:46.892 INFO STEP 656 (remove_files) COMPLETE
73032026-08-26T14:56:47.475Z[ recovery-image] Aug 26 14:56:46.892 INFO O| Aug 26 14:56:46.892 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-26T14:56:47.484Z[ recovery-image] Aug 26 14:56:46.902 INFO O| Aug 26 14:56:46.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73052026-08-26T14:56:47.484Z[ recovery-image] Aug 26 14:56:46.902 INFO O| Aug 26 14:56:46.902 INFO STEP 657 (remove_files) COMPLETE
73062026-08-26T14:56:47.488Z[ recovery-image] Aug 26 14:56:46.902 INFO O| Aug 26 14:56:46.902 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-26T14:56:47.494Z[ recovery-image] Aug 26 14:56:46.911 INFO O| Aug 26 14:56:46.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73082026-08-26T14:56:47.495Z[ recovery-image] Aug 26 14:56:46.911 INFO O| Aug 26 14:56:46.911 INFO STEP 658 (remove_files) COMPLETE
73092026-08-26T14:56:47.499Z[ recovery-image] Aug 26 14:56:46.911 INFO O| Aug 26 14:56:46.911 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-26T14:56:47.524Z[ recovery-image] Aug 26 14:56:46.920 INFO O| Aug 26 14:56:46.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73112026-08-26T14:56:47.524Z[ recovery-image] Aug 26 14:56:46.920 INFO O| Aug 26 14:56:46.920 INFO STEP 659 (remove_files) COMPLETE
73122026-08-26T14:56:47.528Z[ recovery-image] Aug 26 14:56:46.920 INFO O| Aug 26 14:56:46.920 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-26T14:56:47.528Z[ recovery-image] Aug 26 14:56:46.930 INFO O| Aug 26 14:56:46.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73142026-08-26T14:56:47.528Z[ recovery-image] Aug 26 14:56:46.930 INFO O| Aug 26 14:56:46.930 INFO STEP 660 (remove_files) COMPLETE
73152026-08-26T14:56:47.528Z[ recovery-image] Aug 26 14:56:46.930 INFO O| Aug 26 14:56:46.930 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-26T14:56:47.528Z[ recovery-image] Aug 26 14:56:46.940 INFO O| Aug 26 14:56:46.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73172026-08-26T14:56:47.528Z[ recovery-image] Aug 26 14:56:46.940 INFO O| Aug 26 14:56:46.940 INFO STEP 661 (remove_files) COMPLETE
73182026-08-26T14:56:47.529Z[ recovery-image] Aug 26 14:56:46.940 INFO O| Aug 26 14:56:46.940 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-26T14:56:47.533Z[ recovery-image] Aug 26 14:56:46.951 INFO O| Aug 26 14:56:46.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73202026-08-26T14:56:47.533Z[ recovery-image] Aug 26 14:56:46.951 INFO O| Aug 26 14:56:46.951 INFO STEP 662 (remove_files) COMPLETE
73212026-08-26T14:56:47.537Z[ recovery-image] Aug 26 14:56:46.951 INFO O| Aug 26 14:56:46.951 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-26T14:56:47.542Z[ recovery-image] Aug 26 14:56:46.960 INFO O| Aug 26 14:56:46.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73232026-08-26T14:56:47.546Z[ recovery-image] Aug 26 14:56:46.961 INFO O| Aug 26 14:56:46.961 INFO STEP 663 (remove_files) COMPLETE
73242026-08-26T14:56:47.546Z[ recovery-image] Aug 26 14:56:46.961 INFO O| Aug 26 14:56:46.961 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-26T14:56:47.551Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
73262026-08-26T14:56:47.555Z[ recovery-image] Aug 26 14:56:46.972 INFO O| Aug 26 14:56:46.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73272026-08-26T14:56:47.555Z[ recovery-image] Aug 26 14:56:46.972 INFO O| Aug 26 14:56:46.972 INFO STEP 664 (remove_files) COMPLETE
73282026-08-26T14:56:47.555Z[ recovery-image] Aug 26 14:56:46.972 INFO O| Aug 26 14:56:46.972 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-26T14:56:47.565Z[ recovery-image] Aug 26 14:56:46.982 INFO O| Aug 26 14:56:46.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73302026-08-26T14:56:47.565Z[ recovery-image] Aug 26 14:56:46.982 INFO O| Aug 26 14:56:46.982 INFO STEP 665 (remove_files) COMPLETE
73312026-08-26T14:56:47.565Z[ recovery-image] Aug 26 14:56:46.982 INFO O| Aug 26 14:56:46.982 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-26T14:56:47.582Z[ recovery-image] Aug 26 14:56:46.999 INFO O| Aug 26 14:56:46.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73332026-08-26T14:56:47.582Z[ recovery-image] Aug 26 14:56:46.999 INFO O| Aug 26 14:56:46.999 INFO STEP 666 (remove_files) COMPLETE
73342026-08-26T14:56:47.582Z[ recovery-image] Aug 26 14:56:46.999 INFO O| Aug 26 14:56:46.999 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-26T14:56:47.591Z[ recovery-image] Aug 26 14:56:47.009 INFO O| Aug 26 14:56:47.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73362026-08-26T14:56:47.592Z[ recovery-image] Aug 26 14:56:47.009 INFO O| Aug 26 14:56:47.009 INFO STEP 667 (remove_files) COMPLETE
73372026-08-26T14:56:47.596Z[ recovery-image] Aug 26 14:56:47.009 INFO O| Aug 26 14:56:47.009 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-26T14:56:47.602Z[ recovery-image] Aug 26 14:56:47.019 INFO O| Aug 26 14:56:47.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73392026-08-26T14:56:47.602Z[ recovery-image] Aug 26 14:56:47.019 INFO O| Aug 26 14:56:47.019 INFO STEP 668 (remove_files) COMPLETE
73402026-08-26T14:56:47.606Z[ recovery-image] Aug 26 14:56:47.019 INFO O| Aug 26 14:56:47.019 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-26T14:56:47.612Z[ recovery-image] Aug 26 14:56:47.029 INFO O| Aug 26 14:56:47.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73422026-08-26T14:56:47.614Z[ recovery-image] Aug 26 14:56:47.029 INFO O| Aug 26 14:56:47.029 INFO STEP 669 (remove_files) COMPLETE
73432026-08-26T14:56:47.614Z[ recovery-image] Aug 26 14:56:47.029 INFO O| Aug 26 14:56:47.029 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-26T14:56:47.623Z[ recovery-image] Aug 26 14:56:47.040 INFO O| Aug 26 14:56:47.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73452026-08-26T14:56:47.623Z[ recovery-image] Aug 26 14:56:47.040 INFO O| Aug 26 14:56:47.040 INFO STEP 670 (remove_files) COMPLETE
73462026-08-26T14:56:47.623Z[ recovery-image] Aug 26 14:56:47.040 INFO O| Aug 26 14:56:47.040 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-26T14:56:47.636Z[ recovery-image] Aug 26 14:56:47.053 INFO O| Aug 26 14:56:47.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73482026-08-26T14:56:47.636Z[ recovery-image] Aug 26 14:56:47.053 INFO O| Aug 26 14:56:47.053 INFO STEP 671 (remove_files) COMPLETE
73492026-08-26T14:56:47.636Z[ recovery-image] Aug 26 14:56:47.053 INFO O| Aug 26 14:56:47.053 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-26T14:56:47.645Z[ recovery-image] Aug 26 14:56:47.063 INFO O| Aug 26 14:56:47.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73512026-08-26T14:56:47.645Z[ recovery-image] Aug 26 14:56:47.063 INFO O| Aug 26 14:56:47.063 INFO STEP 672 (remove_files) COMPLETE
73522026-08-26T14:56:47.645Z[ recovery-image] Aug 26 14:56:47.063 INFO O| Aug 26 14:56:47.063 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-26T14:56:47.654Z[ recovery-image] Aug 26 14:56:47.072 INFO O| Aug 26 14:56:47.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73542026-08-26T14:56:47.658Z[ recovery-image] Aug 26 14:56:47.073 INFO O| Aug 26 14:56:47.072 INFO STEP 673 (remove_files) COMPLETE
73552026-08-26T14:56:47.658Z[ recovery-image] Aug 26 14:56:47.073 INFO O| Aug 26 14:56:47.073 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-26T14:56:47.665Z[ recovery-image] Aug 26 14:56:47.083 INFO O| Aug 26 14:56:47.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73572026-08-26T14:56:47.669Z[ recovery-image] Aug 26 14:56:47.083 INFO O| Aug 26 14:56:47.083 INFO STEP 674 (remove_files) COMPLETE
73582026-08-26T14:56:47.669Z[ recovery-image] Aug 26 14:56:47.083 INFO O| Aug 26 14:56:47.083 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-26T14:56:47.675Z[ recovery-image] Aug 26 14:56:47.093 INFO O| Aug 26 14:56:47.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73602026-08-26T14:56:47.675Z[ recovery-image] Aug 26 14:56:47.093 INFO O| Aug 26 14:56:47.093 INFO STEP 675 (remove_files) COMPLETE
73612026-08-26T14:56:47.675Z[ recovery-image] Aug 26 14:56:47.093 INFO O| Aug 26 14:56:47.093 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-26T14:56:47.685Z[ recovery-image] Aug 26 14:56:47.102 INFO O| Aug 26 14:56:47.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73632026-08-26T14:56:47.685Z[ recovery-image] Aug 26 14:56:47.102 INFO O| Aug 26 14:56:47.102 INFO STEP 676 (remove_files) COMPLETE
73642026-08-26T14:56:47.685Z[ recovery-image] Aug 26 14:56:47.102 INFO O| Aug 26 14:56:47.102 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-26T14:56:47.693Z[ recovery-image] Aug 26 14:56:47.110 INFO O| Aug 26 14:56:47.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73662026-08-26T14:56:47.693Z[ recovery-image] Aug 26 14:56:47.110 INFO O| Aug 26 14:56:47.110 INFO STEP 677 (remove_files) COMPLETE
73672026-08-26T14:56:47.693Z[ recovery-image] Aug 26 14:56:47.110 INFO O| Aug 26 14:56:47.110 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-26T14:56:47.701Z[ recovery-image] Aug 26 14:56:47.118 INFO O| Aug 26 14:56:47.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73692026-08-26T14:56:47.701Z[ recovery-image] Aug 26 14:56:47.118 INFO O| Aug 26 14:56:47.118 INFO STEP 678 (remove_files) COMPLETE
73702026-08-26T14:56:47.701Z[ recovery-image] Aug 26 14:56:47.118 INFO O| Aug 26 14:56:47.118 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-26T14:56:47.713Z[ recovery-image] Aug 26 14:56:47.130 INFO O| Aug 26 14:56:47.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73722026-08-26T14:56:47.713Z[ recovery-image] Aug 26 14:56:47.130 INFO O| Aug 26 14:56:47.130 INFO STEP 679 (remove_files) COMPLETE
73732026-08-26T14:56:47.713Z[ recovery-image] Aug 26 14:56:47.130 INFO O| Aug 26 14:56:47.130 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-26T14:56:47.723Z[ recovery-image] Aug 26 14:56:47.141 INFO O| Aug 26 14:56:47.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73752026-08-26T14:56:47.723Z[ recovery-image] Aug 26 14:56:47.141 INFO O| Aug 26 14:56:47.141 INFO STEP 680 (remove_files) COMPLETE
73762026-08-26T14:56:47.723Z[ recovery-image] Aug 26 14:56:47.141 INFO O| Aug 26 14:56:47.141 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-26T14:56:47.734Z[ recovery-image] Aug 26 14:56:47.150 INFO O| Aug 26 14:56:47.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73782026-08-26T14:56:47.734Z[ recovery-image] Aug 26 14:56:47.150 INFO O| Aug 26 14:56:47.150 INFO STEP 681 (remove_files) COMPLETE
73792026-08-26T14:56:47.738Z[ recovery-image] Aug 26 14:56:47.150 INFO O| Aug 26 14:56:47.150 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-26T14:56:47.743Z[ recovery-image] Aug 26 14:56:47.161 INFO O| Aug 26 14:56:47.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73812026-08-26T14:56:47.747Z[ recovery-image] Aug 26 14:56:47.162 INFO O| Aug 26 14:56:47.162 INFO STEP 682 (remove_files) COMPLETE
73822026-08-26T14:56:47.747Z[ recovery-image] Aug 26 14:56:47.162 INFO O| Aug 26 14:56:47.162 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-26T14:56:47.755Z[ recovery-image] Aug 26 14:56:47.173 INFO O| Aug 26 14:56:47.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73842026-08-26T14:56:47.755Z[ recovery-image] Aug 26 14:56:47.173 INFO O| Aug 26 14:56:47.173 INFO STEP 683 (remove_files) COMPLETE
73852026-08-26T14:56:47.805Z[ recovery-image] Aug 26 14:56:47.173 INFO O| Aug 26 14:56:47.173 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.183 INFO O| Aug 26 14:56:47.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73872026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.183 INFO O| Aug 26 14:56:47.183 INFO STEP 684 (remove_files) COMPLETE
73882026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.183 INFO O| Aug 26 14:56:47.183 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.193 INFO O| Aug 26 14:56:47.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73902026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.193 INFO O| Aug 26 14:56:47.193 INFO STEP 685 (remove_files) COMPLETE
73912026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.194 INFO O| Aug 26 14:56:47.193 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.203 INFO O| Aug 26 14:56:47.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73932026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.203 INFO O| Aug 26 14:56:47.203 INFO STEP 686 (remove_files) COMPLETE
73942026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.203 INFO O| Aug 26 14:56:47.203 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.214 INFO O| Aug 26 14:56:47.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73962026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.214 INFO O| Aug 26 14:56:47.214 INFO STEP 687 (remove_files) COMPLETE
73972026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.214 INFO O| Aug 26 14:56:47.214 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.226 INFO O| Aug 26 14:56:47.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73992026-08-26T14:56:47.809Z[ recovery-image] Aug 26 14:56:47.226 INFO O| Aug 26 14:56:47.226 INFO STEP 688 (remove_files) COMPLETE
74002026-08-26T14:56:47.817Z[ recovery-image] Aug 26 14:56:47.226 INFO O| Aug 26 14:56:47.226 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-26T14:56:47.823Z[ recovery-image] Aug 26 14:56:47.240 INFO O| Aug 26 14:56:47.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74022026-08-26T14:56:47.823Z[ recovery-image] Aug 26 14:56:47.240 INFO O| Aug 26 14:56:47.240 INFO STEP 689 (remove_files) COMPLETE
74032026-08-26T14:56:47.823Z[ recovery-image] Aug 26 14:56:47.240 INFO O| Aug 26 14:56:47.240 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-26T14:56:47.832Z[ recovery-image] Aug 26 14:56:47.250 INFO O| Aug 26 14:56:47.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74052026-08-26T14:56:47.833Z[ recovery-image] Aug 26 14:56:47.250 INFO O| Aug 26 14:56:47.250 INFO STEP 690 (remove_files) COMPLETE
74062026-08-26T14:56:47.833Z[ recovery-image] Aug 26 14:56:47.250 INFO O| Aug 26 14:56:47.250 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-26T14:56:47.843Z[ recovery-image] Aug 26 14:56:47.260 INFO O| Aug 26 14:56:47.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74082026-08-26T14:56:47.843Z[ recovery-image] Aug 26 14:56:47.260 INFO O| Aug 26 14:56:47.260 INFO STEP 691 (remove_files) COMPLETE
74092026-08-26T14:56:47.843Z[ recovery-image] Aug 26 14:56:47.260 INFO O| Aug 26 14:56:47.260 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-26T14:56:47.857Z[ recovery-image] Aug 26 14:56:47.271 INFO O| Aug 26 14:56:47.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74112026-08-26T14:56:47.857Z[ recovery-image] Aug 26 14:56:47.271 INFO O| Aug 26 14:56:47.271 INFO STEP 692 (remove_files) COMPLETE
74122026-08-26T14:56:47.858Z[ recovery-image] Aug 26 14:56:47.271 INFO O| Aug 26 14:56:47.271 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-26T14:56:47.862Z[ recovery-image] Aug 26 14:56:47.279 INFO O| Aug 26 14:56:47.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74142026-08-26T14:56:47.862Z[ recovery-image] Aug 26 14:56:47.279 INFO O| Aug 26 14:56:47.279 INFO STEP 693 (remove_files) COMPLETE
74152026-08-26T14:56:47.862Z[ recovery-image] Aug 26 14:56:47.279 INFO O| Aug 26 14:56:47.279 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-26T14:56:47.870Z[ recovery-image] Aug 26 14:56:47.287 INFO O| Aug 26 14:56:47.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74172026-08-26T14:56:47.870Z[ recovery-image] Aug 26 14:56:47.287 INFO O| Aug 26 14:56:47.287 INFO STEP 694 (remove_files) COMPLETE
74182026-08-26T14:56:47.870Z[ recovery-image] Aug 26 14:56:47.287 INFO O| Aug 26 14:56:47.287 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-26T14:56:47.878Z[ recovery-image] Aug 26 14:56:47.295 INFO O| Aug 26 14:56:47.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74202026-08-26T14:56:47.878Z[ recovery-image] Aug 26 14:56:47.295 INFO O| Aug 26 14:56:47.295 INFO STEP 695 (remove_files) COMPLETE
74212026-08-26T14:56:47.878Z[ recovery-image] Aug 26 14:56:47.295 INFO O| Aug 26 14:56:47.295 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-26T14:56:47.885Z[ recovery-image] Aug 26 14:56:47.303 INFO O| Aug 26 14:56:47.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74232026-08-26T14:56:47.885Z[ recovery-image] Aug 26 14:56:47.303 INFO O| Aug 26 14:56:47.303 INFO STEP 696 (remove_files) COMPLETE
74242026-08-26T14:56:47.885Z[ recovery-image] Aug 26 14:56:47.303 INFO O| Aug 26 14:56:47.303 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-26T14:56:47.893Z[ recovery-image] Aug 26 14:56:47.310 INFO O| Aug 26 14:56:47.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74262026-08-26T14:56:47.893Z[ recovery-image] Aug 26 14:56:47.310 INFO O| Aug 26 14:56:47.310 INFO STEP 697 (remove_files) COMPLETE
74272026-08-26T14:56:47.893Z[ recovery-image] Aug 26 14:56:47.310 INFO O| Aug 26 14:56:47.310 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-26T14:56:47.901Z[ recovery-image] Aug 26 14:56:47.318 INFO O| Aug 26 14:56:47.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74292026-08-26T14:56:47.901Z[ recovery-image] Aug 26 14:56:47.318 INFO O| Aug 26 14:56:47.318 INFO STEP 698 (remove_files) COMPLETE
74302026-08-26T14:56:47.901Z[ recovery-image] Aug 26 14:56:47.318 INFO O| Aug 26 14:56:47.318 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-26T14:56:47.911Z[ recovery-image] Aug 26 14:56:47.328 INFO O| Aug 26 14:56:47.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74322026-08-26T14:56:47.911Z[ recovery-image] Aug 26 14:56:47.328 INFO O| Aug 26 14:56:47.328 INFO STEP 699 (remove_files) COMPLETE
74332026-08-26T14:56:47.916Z[ recovery-image] Aug 26 14:56:47.328 INFO O| Aug 26 14:56:47.328 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-26T14:56:47.920Z[ recovery-image] Aug 26 14:56:47.338 INFO O| Aug 26 14:56:47.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74352026-08-26T14:56:47.920Z[ recovery-image] Aug 26 14:56:47.338 INFO O| Aug 26 14:56:47.338 INFO STEP 700 (remove_files) COMPLETE
74362026-08-26T14:56:47.920Z[ recovery-image] Aug 26 14:56:47.338 INFO O| Aug 26 14:56:47.338 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-26T14:56:47.929Z[ recovery-image] Aug 26 14:56:47.346 INFO O| Aug 26 14:56:47.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74382026-08-26T14:56:47.929Z[ recovery-image] Aug 26 14:56:47.346 INFO O| Aug 26 14:56:47.346 INFO STEP 701 (remove_files) COMPLETE
74392026-08-26T14:56:47.933Z[ recovery-image] Aug 26 14:56:47.346 INFO O| Aug 26 14:56:47.346 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-26T14:56:47.941Z[ recovery-image] Aug 26 14:56:47.357 INFO O| Aug 26 14:56:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74412026-08-26T14:56:47.941Z[ recovery-image] Aug 26 14:56:47.357 INFO O| Aug 26 14:56:47.357 INFO STEP 702 (remove_files) COMPLETE
74422026-08-26T14:56:47.941Z[ recovery-image] Aug 26 14:56:47.357 INFO O| Aug 26 14:56:47.357 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-26T14:56:47.950Z[ recovery-image] Aug 26 14:56:47.367 INFO O| Aug 26 14:56:47.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74442026-08-26T14:56:47.950Z[ recovery-image] Aug 26 14:56:47.367 INFO O| Aug 26 14:56:47.367 INFO STEP 703 (remove_files) COMPLETE
74452026-08-26T14:56:47.950Z[ recovery-image] Aug 26 14:56:47.367 INFO O| Aug 26 14:56:47.367 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-26T14:56:47.959Z[ recovery-image] Aug 26 14:56:47.376 INFO O| Aug 26 14:56:47.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74472026-08-26T14:56:47.959Z[ recovery-image] Aug 26 14:56:47.376 INFO O| Aug 26 14:56:47.376 INFO STEP 704 (remove_files) COMPLETE
74482026-08-26T14:56:47.959Z[ recovery-image] Aug 26 14:56:47.376 INFO O| Aug 26 14:56:47.376 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-26T14:56:47.967Z[ recovery-image] Aug 26 14:56:47.385 INFO O| Aug 26 14:56:47.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74502026-08-26T14:56:47.968Z[ recovery-image] Aug 26 14:56:47.385 INFO O| Aug 26 14:56:47.385 INFO STEP 705 (remove_files) COMPLETE
74512026-08-26T14:56:47.968Z[ recovery-image] Aug 26 14:56:47.385 INFO O| Aug 26 14:56:47.385 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-26T14:56:47.979Z[ recovery-image] Aug 26 14:56:47.394 INFO O| Aug 26 14:56:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74532026-08-26T14:56:47.979Z[ recovery-image] Aug 26 14:56:47.394 INFO O| Aug 26 14:56:47.394 INFO STEP 706 (remove_files) COMPLETE
74542026-08-26T14:56:47.982Z[ recovery-image] Aug 26 14:56:47.394 INFO O| Aug 26 14:56:47.394 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-26T14:56:47.985Z[ recovery-image] Aug 26 14:56:47.403 INFO O| Aug 26 14:56:47.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74562026-08-26T14:56:47.986Z[ recovery-image] Aug 26 14:56:47.403 INFO O| Aug 26 14:56:47.403 INFO STEP 707 (remove_files) COMPLETE
74572026-08-26T14:56:47.986Z[ recovery-image] Aug 26 14:56:47.403 INFO O| Aug 26 14:56:47.403 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-26T14:56:47.994Z[ recovery-image] Aug 26 14:56:47.411 INFO O| Aug 26 14:56:47.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74592026-08-26T14:56:47.994Z[ recovery-image] Aug 26 14:56:47.411 INFO O| Aug 26 14:56:47.411 INFO STEP 708 (remove_files) COMPLETE
74602026-08-26T14:56:47.994Z[ recovery-image] Aug 26 14:56:47.411 INFO O| Aug 26 14:56:47.411 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-26T14:56:48.003Z[ recovery-image] Aug 26 14:56:47.420 INFO O| Aug 26 14:56:47.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74622026-08-26T14:56:48.003Z[ recovery-image] Aug 26 14:56:47.420 INFO O| Aug 26 14:56:47.420 INFO STEP 709 (remove_files) COMPLETE
74632026-08-26T14:56:48.049Z[ recovery-image] Aug 26 14:56:47.420 INFO O| Aug 26 14:56:47.420 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-26T14:56:48.055Z[ recovery-image] Aug 26 14:56:47.431 INFO O| Aug 26 14:56:47.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74652026-08-26T14:56:48.055Z[ recovery-image] Aug 26 14:56:47.431 INFO O| Aug 26 14:56:47.431 INFO STEP 710 (remove_files) COMPLETE
74662026-08-26T14:56:48.055Z[ recovery-image] Aug 26 14:56:47.431 INFO O| Aug 26 14:56:47.431 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-26T14:56:48.055Z[ recovery-image] Aug 26 14:56:47.440 INFO O| Aug 26 14:56:47.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74682026-08-26T14:56:48.055Z[ recovery-image] Aug 26 14:56:47.440 INFO O| Aug 26 14:56:47.440 INFO STEP 711 (remove_files) COMPLETE
74692026-08-26T14:56:48.055Z[ recovery-image] Aug 26 14:56:47.440 INFO O| Aug 26 14:56:47.440 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.449 INFO O| Aug 26 14:56:47.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74712026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.449 INFO O| Aug 26 14:56:47.449 INFO STEP 712 (remove_files) COMPLETE
74722026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.449 INFO O| Aug 26 14:56:47.449 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.458 INFO O| Aug 26 14:56:47.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74742026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.458 INFO O| Aug 26 14:56:47.458 INFO STEP 713 (remove_files) COMPLETE
74752026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.458 INFO O| Aug 26 14:56:47.458 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.468 INFO O| Aug 26 14:56:47.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74772026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.468 INFO O| Aug 26 14:56:47.468 INFO STEP 714 (remove_files) COMPLETE
74782026-08-26T14:56:48.056Z[ recovery-image] Aug 26 14:56:47.468 INFO O| Aug 26 14:56:47.468 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-26T14:56:48.060Z[ recovery-image] Aug 26 14:56:47.477 INFO O| Aug 26 14:56:47.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74802026-08-26T14:56:48.060Z[ recovery-image] Aug 26 14:56:47.477 INFO O| Aug 26 14:56:47.477 INFO STEP 715 (remove_files) COMPLETE
74812026-08-26T14:56:48.060Z[ recovery-image] Aug 26 14:56:47.477 INFO O| Aug 26 14:56:47.477 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-26T14:56:48.069Z[ recovery-image] Aug 26 14:56:47.486 INFO O| Aug 26 14:56:47.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74832026-08-26T14:56:48.069Z[ recovery-image] Aug 26 14:56:47.486 INFO O| Aug 26 14:56:47.486 INFO STEP 716 (remove_files) COMPLETE
74842026-08-26T14:56:48.073Z[ recovery-image] Aug 26 14:56:47.486 INFO O| Aug 26 14:56:47.486 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-26T14:56:48.078Z[ recovery-image] Aug 26 14:56:47.495 INFO O| Aug 26 14:56:47.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74862026-08-26T14:56:48.085Z[ recovery-image] Aug 26 14:56:47.496 INFO O| Aug 26 14:56:47.496 INFO STEP 717 (remove_files) COMPLETE
74872026-08-26T14:56:48.085Z[ recovery-image] Aug 26 14:56:47.496 INFO O| Aug 26 14:56:47.496 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-26T14:56:48.089Z[ recovery-image] Aug 26 14:56:47.505 INFO O| Aug 26 14:56:47.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74892026-08-26T14:56:48.089Z[ recovery-image] Aug 26 14:56:47.506 INFO O| Aug 26 14:56:47.505 INFO STEP 718 (remove_files) COMPLETE
74902026-08-26T14:56:48.089Z[ recovery-image] Aug 26 14:56:47.506 INFO O| Aug 26 14:56:47.506 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-26T14:56:48.097Z[ recovery-image] Aug 26 14:56:47.515 INFO O| Aug 26 14:56:47.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74922026-08-26T14:56:48.097Z[ recovery-image] Aug 26 14:56:47.515 INFO O| Aug 26 14:56:47.515 INFO STEP 719 (remove_files) COMPLETE
74932026-08-26T14:56:48.097Z[ recovery-image] Aug 26 14:56:47.515 INFO O| Aug 26 14:56:47.515 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-26T14:56:48.106Z[ recovery-image] Aug 26 14:56:47.523 INFO O| Aug 26 14:56:47.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74952026-08-26T14:56:48.106Z[ recovery-image] Aug 26 14:56:47.523 INFO O| Aug 26 14:56:47.523 INFO STEP 720 (remove_files) COMPLETE
74962026-08-26T14:56:48.106Z[ recovery-image] Aug 26 14:56:47.523 INFO O| Aug 26 14:56:47.523 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-26T14:56:48.115Z[ recovery-image] Aug 26 14:56:47.532 INFO O| Aug 26 14:56:47.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74982026-08-26T14:56:48.115Z[ recovery-image] Aug 26 14:56:47.532 INFO O| Aug 26 14:56:47.532 INFO STEP 721 (remove_files) COMPLETE
74992026-08-26T14:56:48.120Z[ recovery-image] Aug 26 14:56:47.532 INFO O| Aug 26 14:56:47.532 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-26T14:56:48.125Z[ recovery-image] Aug 26 14:56:47.543 INFO O| Aug 26 14:56:47.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75012026-08-26T14:56:48.125Z[ recovery-image] Aug 26 14:56:47.543 INFO O| Aug 26 14:56:47.543 INFO STEP 722 (remove_files) COMPLETE
75022026-08-26T14:56:48.129Z[ recovery-image] Aug 26 14:56:47.543 INFO O| Aug 26 14:56:47.543 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-26T14:56:48.136Z[ recovery-image] Aug 26 14:56:47.552 INFO O| Aug 26 14:56:47.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75042026-08-26T14:56:48.136Z[ recovery-image] Aug 26 14:56:47.552 INFO O| Aug 26 14:56:47.552 INFO STEP 723 (remove_files) COMPLETE
75052026-08-26T14:56:48.139Z[ recovery-image] Aug 26 14:56:47.552 INFO O| Aug 26 14:56:47.552 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-26T14:56:48.145Z[ recovery-image] Aug 26 14:56:47.561 INFO O| Aug 26 14:56:47.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75072026-08-26T14:56:48.145Z[ recovery-image] Aug 26 14:56:47.561 INFO O| Aug 26 14:56:47.561 INFO STEP 724 (remove_files) COMPLETE
75082026-08-26T14:56:48.148Z[ recovery-image] Aug 26 14:56:47.561 INFO O| Aug 26 14:56:47.561 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-26T14:56:48.153Z[ recovery-image] Aug 26 14:56:47.569 INFO O| Aug 26 14:56:47.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75102026-08-26T14:56:48.153Z[ recovery-image] Aug 26 14:56:47.569 INFO O| Aug 26 14:56:47.569 INFO STEP 725 (remove_files) COMPLETE
75112026-08-26T14:56:48.153Z[ recovery-image] Aug 26 14:56:47.569 INFO O| Aug 26 14:56:47.569 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-26T14:56:48.164Z[ recovery-image] Aug 26 14:56:47.581 INFO O| Aug 26 14:56:47.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75132026-08-26T14:56:48.164Z[ recovery-image] Aug 26 14:56:47.581 INFO O| Aug 26 14:56:47.581 INFO STEP 726 (remove_files) COMPLETE
75142026-08-26T14:56:48.164Z[ recovery-image] Aug 26 14:56:47.581 INFO O| Aug 26 14:56:47.581 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-26T14:56:48.174Z[ recovery-image] Aug 26 14:56:47.590 INFO O| Aug 26 14:56:47.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75162026-08-26T14:56:48.174Z[ recovery-image] Aug 26 14:56:47.590 INFO O| Aug 26 14:56:47.590 INFO STEP 727 (remove_files) COMPLETE
75172026-08-26T14:56:48.174Z[ recovery-image] Aug 26 14:56:47.590 INFO O| Aug 26 14:56:47.590 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-26T14:56:48.184Z[ recovery-image] Aug 26 14:56:47.600 INFO O| Aug 26 14:56:47.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75192026-08-26T14:56:48.184Z[ recovery-image] Aug 26 14:56:47.600 INFO O| Aug 26 14:56:47.600 INFO STEP 728 (remove_files) COMPLETE
75202026-08-26T14:56:48.184Z[ recovery-image] Aug 26 14:56:47.600 INFO O| Aug 26 14:56:47.600 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-26T14:56:48.193Z[ recovery-image] Aug 26 14:56:47.611 INFO O| Aug 26 14:56:47.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75222026-08-26T14:56:48.193Z[ recovery-image] Aug 26 14:56:47.611 INFO O| Aug 26 14:56:47.611 INFO STEP 729 (remove_files) COMPLETE
75232026-08-26T14:56:48.193Z[ recovery-image] Aug 26 14:56:47.611 INFO O| Aug 26 14:56:47.611 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-26T14:56:48.204Z[ recovery-image] Aug 26 14:56:47.621 INFO O| Aug 26 14:56:47.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75252026-08-26T14:56:48.204Z[ recovery-image] Aug 26 14:56:47.621 INFO O| Aug 26 14:56:47.621 INFO STEP 730 (remove_files) COMPLETE
75262026-08-26T14:56:48.209Z[ recovery-image] Aug 26 14:56:47.621 INFO O| Aug 26 14:56:47.621 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-26T14:56:48.214Z[ recovery-image] Aug 26 14:56:47.631 INFO O| Aug 26 14:56:47.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75282026-08-26T14:56:48.214Z[ recovery-image] Aug 26 14:56:47.631 INFO O| Aug 26 14:56:47.631 INFO STEP 731 (remove_files) COMPLETE
75292026-08-26T14:56:48.217Z[ recovery-image] Aug 26 14:56:47.631 INFO O| Aug 26 14:56:47.631 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-26T14:56:48.223Z[ recovery-image] Aug 26 14:56:47.640 INFO O| Aug 26 14:56:47.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75312026-08-26T14:56:48.223Z[ recovery-image] Aug 26 14:56:47.640 INFO O| Aug 26 14:56:47.640 INFO STEP 732 (remove_files) COMPLETE
75322026-08-26T14:56:48.223Z[ recovery-image] Aug 26 14:56:47.640 INFO O| Aug 26 14:56:47.640 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-26T14:56:48.232Z[ recovery-image] Aug 26 14:56:47.649 INFO O| Aug 26 14:56:47.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75342026-08-26T14:56:48.232Z[ recovery-image] Aug 26 14:56:47.649 INFO O| Aug 26 14:56:47.649 INFO STEP 733 (remove_files) COMPLETE
75352026-08-26T14:56:48.232Z[ recovery-image] Aug 26 14:56:47.649 INFO O| Aug 26 14:56:47.649 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-26T14:56:48.243Z[ recovery-image] Aug 26 14:56:47.659 INFO O| Aug 26 14:56:47.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75372026-08-26T14:56:48.244Z[ recovery-image] Aug 26 14:56:47.660 INFO O| Aug 26 14:56:47.660 INFO STEP 734 (remove_files) COMPLETE
75382026-08-26T14:56:48.244Z[ recovery-image] Aug 26 14:56:47.660 INFO O| Aug 26 14:56:47.660 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-26T14:56:48.252Z[ recovery-image] Aug 26 14:56:47.669 INFO O| Aug 26 14:56:47.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75402026-08-26T14:56:48.252Z[ recovery-image] Aug 26 14:56:47.670 INFO O| Aug 26 14:56:47.670 INFO STEP 735 (remove_files) COMPLETE
75412026-08-26T14:56:48.252Z[ recovery-image] Aug 26 14:56:47.670 INFO O| Aug 26 14:56:47.670 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-26T14:56:48.262Z[ recovery-image] Aug 26 14:56:47.678 INFO O| Aug 26 14:56:47.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75432026-08-26T14:56:48.265Z[ recovery-image] Aug 26 14:56:47.679 INFO O| Aug 26 14:56:47.678 INFO STEP 736 (remove_files) COMPLETE
75442026-08-26T14:56:48.265Z[ recovery-image] Aug 26 14:56:47.679 INFO O| Aug 26 14:56:47.678 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-26T14:56:48.270Z[ recovery-image] Aug 26 14:56:47.687 INFO O| Aug 26 14:56:47.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75462026-08-26T14:56:48.270Z[ recovery-image] Aug 26 14:56:47.688 INFO O| Aug 26 14:56:47.688 INFO STEP 737 (remove_files) COMPLETE
75472026-08-26T14:56:48.270Z[ recovery-image] Aug 26 14:56:47.688 INFO O| Aug 26 14:56:47.688 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-26T14:56:48.280Z[ recovery-image] Aug 26 14:56:47.698 INFO O| Aug 26 14:56:47.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75492026-08-26T14:56:48.281Z[ recovery-image] Aug 26 14:56:47.698 INFO O| Aug 26 14:56:47.698 INFO STEP 738 (remove_files) COMPLETE
75502026-08-26T14:56:48.284Z[ recovery-image] Aug 26 14:56:47.698 INFO O| Aug 26 14:56:47.698 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-26T14:56:48.291Z[ recovery-image] Aug 26 14:56:47.709 INFO O| Aug 26 14:56:47.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75522026-08-26T14:56:48.291Z[ recovery-image] Aug 26 14:56:47.709 INFO O| Aug 26 14:56:47.709 INFO STEP 739 (remove_files) COMPLETE
75532026-08-26T14:56:48.297Z[ recovery-image] Aug 26 14:56:47.709 INFO O| Aug 26 14:56:47.709 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-26T14:56:48.301Z[ recovery-image] Aug 26 14:56:47.719 INFO O| Aug 26 14:56:47.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75552026-08-26T14:56:48.302Z[ recovery-image] Aug 26 14:56:47.719 INFO O| Aug 26 14:56:47.719 INFO STEP 740 (remove_files) COMPLETE
75562026-08-26T14:56:48.302Z[ recovery-image] Aug 26 14:56:47.719 INFO O| Aug 26 14:56:47.719 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-26T14:56:48.312Z[ recovery-image] Aug 26 14:56:47.729 INFO O| Aug 26 14:56:47.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75582026-08-26T14:56:48.312Z[ recovery-image] Aug 26 14:56:47.729 INFO O| Aug 26 14:56:47.729 INFO STEP 741 (remove_files) COMPLETE
75592026-08-26T14:56:48.312Z[ recovery-image] Aug 26 14:56:47.729 INFO O| Aug 26 14:56:47.729 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-26T14:56:48.323Z[ recovery-image] Aug 26 14:56:47.740 INFO O| Aug 26 14:56:47.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75612026-08-26T14:56:48.323Z[ recovery-image] Aug 26 14:56:47.740 INFO O| Aug 26 14:56:47.740 INFO STEP 742 (remove_files) COMPLETE
75622026-08-26T14:56:48.323Z[ recovery-image] Aug 26 14:56:47.741 INFO O| Aug 26 14:56:47.740 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-26T14:56:48.334Z[ recovery-image] Aug 26 14:56:47.752 INFO O| Aug 26 14:56:47.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75642026-08-26T14:56:48.334Z[ recovery-image] Aug 26 14:56:47.752 INFO O| Aug 26 14:56:47.752 INFO STEP 743 (remove_files) COMPLETE
75652026-08-26T14:56:48.334Z[ recovery-image] Aug 26 14:56:47.752 INFO O| Aug 26 14:56:47.752 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-26T14:56:48.347Z[ recovery-image] Aug 26 14:56:47.763 INFO O| Aug 26 14:56:47.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75672026-08-26T14:56:48.347Z[ recovery-image] Aug 26 14:56:47.763 INFO O| Aug 26 14:56:47.763 INFO STEP 744 (remove_files) COMPLETE
75682026-08-26T14:56:48.350Z[ recovery-image] Aug 26 14:56:47.763 INFO O| Aug 26 14:56:47.763 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-26T14:56:48.356Z[ recovery-image] Aug 26 14:56:47.773 INFO O| Aug 26 14:56:47.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75702026-08-26T14:56:48.356Z[ recovery-image] Aug 26 14:56:47.773 INFO O| Aug 26 14:56:47.773 INFO STEP 745 (remove_files) COMPLETE
75712026-08-26T14:56:48.360Z[ recovery-image] Aug 26 14:56:47.773 INFO O| Aug 26 14:56:47.773 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-26T14:56:48.368Z[ recovery-image] Aug 26 14:56:47.784 INFO O| Aug 26 14:56:47.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75732026-08-26T14:56:48.368Z[ recovery-image] Aug 26 14:56:47.784 INFO O| Aug 26 14:56:47.784 INFO STEP 746 (remove_files) COMPLETE
75742026-08-26T14:56:48.372Z[ recovery-image] Aug 26 14:56:47.784 INFO O| Aug 26 14:56:47.784 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-26T14:56:48.377Z[ recovery-image] Aug 26 14:56:47.795 INFO O| Aug 26 14:56:47.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75762026-08-26T14:56:48.377Z[ recovery-image] Aug 26 14:56:47.795 INFO O| Aug 26 14:56:47.795 INFO STEP 747 (remove_files) COMPLETE
75772026-08-26T14:56:48.381Z[ recovery-image] Aug 26 14:56:47.795 INFO O| Aug 26 14:56:47.795 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-26T14:56:48.388Z[ recovery-image] Aug 26 14:56:47.806 INFO O| Aug 26 14:56:47.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75792026-08-26T14:56:48.389Z[ recovery-image] Aug 26 14:56:47.806 INFO O| Aug 26 14:56:47.806 INFO STEP 748 (remove_files) COMPLETE
75802026-08-26T14:56:48.392Z[ recovery-image] Aug 26 14:56:47.806 INFO O| Aug 26 14:56:47.806 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-26T14:56:48.399Z[ recovery-image] Aug 26 14:56:47.817 INFO O| Aug 26 14:56:47.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75822026-08-26T14:56:48.399Z[ recovery-image] Aug 26 14:56:47.817 INFO O| Aug 26 14:56:47.817 INFO STEP 749 (remove_files) COMPLETE
75832026-08-26T14:56:48.402Z[ recovery-image] Aug 26 14:56:47.817 INFO O| Aug 26 14:56:47.817 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-26T14:56:48.410Z[ recovery-image] Aug 26 14:56:47.828 INFO O| Aug 26 14:56:47.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75852026-08-26T14:56:48.410Z[ recovery-image] Aug 26 14:56:47.828 INFO O| Aug 26 14:56:47.828 INFO STEP 750 (remove_files) COMPLETE
75862026-08-26T14:56:48.415Z[ recovery-image] Aug 26 14:56:47.828 INFO O| Aug 26 14:56:47.828 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-26T14:56:48.422Z[ recovery-image] Aug 26 14:56:47.839 INFO O| Aug 26 14:56:47.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75882026-08-26T14:56:48.422Z[ recovery-image] Aug 26 14:56:47.839 INFO O| Aug 26 14:56:47.839 INFO STEP 751 (remove_files) COMPLETE
75892026-08-26T14:56:48.426Z[ recovery-image] Aug 26 14:56:47.839 INFO O| Aug 26 14:56:47.839 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-26T14:56:48.431Z[ recovery-image] Aug 26 14:56:47.849 INFO O| Aug 26 14:56:47.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75912026-08-26T14:56:48.431Z[ recovery-image] Aug 26 14:56:47.849 INFO O| Aug 26 14:56:47.849 INFO STEP 752 (remove_files) COMPLETE
75922026-08-26T14:56:48.435Z[ recovery-image] Aug 26 14:56:47.849 INFO O| Aug 26 14:56:47.849 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-26T14:56:48.440Z[ recovery-image] Aug 26 14:56:47.857 INFO O| Aug 26 14:56:47.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75942026-08-26T14:56:48.440Z[ recovery-image] Aug 26 14:56:47.857 INFO O| Aug 26 14:56:47.857 INFO STEP 753 (remove_files) COMPLETE
75952026-08-26T14:56:48.444Z[ recovery-image] Aug 26 14:56:47.857 INFO O| Aug 26 14:56:47.857 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-26T14:56:48.448Z[ recovery-image] Aug 26 14:56:47.866 INFO O| Aug 26 14:56:47.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75972026-08-26T14:56:48.448Z[ recovery-image] Aug 26 14:56:47.866 INFO O| Aug 26 14:56:47.866 INFO STEP 754 (remove_files) COMPLETE
75982026-08-26T14:56:48.452Z[ recovery-image] Aug 26 14:56:47.866 INFO O| Aug 26 14:56:47.866 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-26T14:56:48.456Z[ recovery-image] Aug 26 14:56:47.874 INFO O| Aug 26 14:56:47.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76002026-08-26T14:56:48.457Z[ recovery-image] Aug 26 14:56:47.874 INFO O| Aug 26 14:56:47.874 INFO STEP 755 (remove_files) COMPLETE
76012026-08-26T14:56:48.461Z[ recovery-image] Aug 26 14:56:47.874 INFO O| Aug 26 14:56:47.874 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-26T14:56:48.469Z[ recovery-image] Aug 26 14:56:47.885 INFO O| Aug 26 14:56:47.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76032026-08-26T14:56:48.469Z[ recovery-image] Aug 26 14:56:47.885 INFO O| Aug 26 14:56:47.885 INFO STEP 756 (remove_files) COMPLETE
76042026-08-26T14:56:48.472Z[ recovery-image] Aug 26 14:56:47.885 INFO O| Aug 26 14:56:47.885 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-26T14:56:48.479Z[ recovery-image] Aug 26 14:56:47.896 INFO O| Aug 26 14:56:47.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76062026-08-26T14:56:48.479Z[ recovery-image] Aug 26 14:56:47.896 INFO O| Aug 26 14:56:47.896 INFO STEP 757 (remove_files) COMPLETE
76072026-08-26T14:56:48.479Z[ recovery-image] Aug 26 14:56:47.896 INFO O| Aug 26 14:56:47.896 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-26T14:56:48.490Z[ recovery-image] Aug 26 14:56:47.907 INFO O| Aug 26 14:56:47.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76092026-08-26T14:56:48.490Z[ recovery-image] Aug 26 14:56:47.907 INFO O| Aug 26 14:56:47.907 INFO STEP 758 (remove_files) COMPLETE
76102026-08-26T14:56:48.490Z[ recovery-image] Aug 26 14:56:47.907 INFO O| Aug 26 14:56:47.907 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-26T14:56:48.500Z[ recovery-image] Aug 26 14:56:47.917 INFO O| Aug 26 14:56:47.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76122026-08-26T14:56:48.500Z[ recovery-image] Aug 26 14:56:47.917 INFO O| Aug 26 14:56:47.917 INFO STEP 759 (remove_files) COMPLETE
76132026-08-26T14:56:48.505Z[ recovery-image] Aug 26 14:56:47.917 INFO O| Aug 26 14:56:47.917 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-26T14:56:48.511Z[ recovery-image] Aug 26 14:56:47.928 INFO O| Aug 26 14:56:47.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76152026-08-26T14:56:48.511Z[ recovery-image] Aug 26 14:56:47.928 INFO O| Aug 26 14:56:47.928 INFO STEP 760 (remove_files) COMPLETE
76162026-08-26T14:56:48.511Z[ recovery-image] Aug 26 14:56:47.928 INFO O| Aug 26 14:56:47.928 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-26T14:56:48.522Z[ recovery-image] Aug 26 14:56:47.939 INFO O| Aug 26 14:56:47.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76182026-08-26T14:56:48.522Z[ recovery-image] Aug 26 14:56:47.939 INFO O| Aug 26 14:56:47.939 INFO STEP 761 (remove_files) COMPLETE
76192026-08-26T14:56:48.526Z[ recovery-image] Aug 26 14:56:47.939 INFO O| Aug 26 14:56:47.939 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-26T14:56:48.535Z[ recovery-image] Aug 26 14:56:47.952 INFO O| Aug 26 14:56:47.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76212026-08-26T14:56:48.535Z[ recovery-image] Aug 26 14:56:47.952 INFO O| Aug 26 14:56:47.952 INFO STEP 762 (remove_files) COMPLETE
76222026-08-26T14:56:48.535Z[ recovery-image] Aug 26 14:56:47.952 INFO O| Aug 26 14:56:47.952 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-26T14:56:48.547Z[ recovery-image] Aug 26 14:56:47.964 INFO O| Aug 26 14:56:47.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76242026-08-26T14:56:48.547Z[ recovery-image] Aug 26 14:56:47.964 INFO O| Aug 26 14:56:47.964 INFO STEP 763 (remove_files) COMPLETE
76252026-08-26T14:56:48.547Z[ recovery-image] Aug 26 14:56:47.964 INFO O| Aug 26 14:56:47.964 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-26T14:56:48.560Z[ recovery-image] Aug 26 14:56:47.976 INFO O| Aug 26 14:56:47.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76272026-08-26T14:56:48.560Z[ recovery-image] Aug 26 14:56:47.976 INFO O| Aug 26 14:56:47.976 INFO STEP 764 (remove_files) COMPLETE
76282026-08-26T14:56:48.563Z[ recovery-image] Aug 26 14:56:47.976 INFO O| Aug 26 14:56:47.976 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-26T14:56:48.569Z[ recovery-image] Aug 26 14:56:47.986 INFO O| Aug 26 14:56:47.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76302026-08-26T14:56:48.572Z[ recovery-image] Aug 26 14:56:47.987 INFO O| Aug 26 14:56:47.987 INFO STEP 765 (remove_files) COMPLETE
76312026-08-26T14:56:48.572Z[ recovery-image] Aug 26 14:56:47.987 INFO O| Aug 26 14:56:47.987 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-26T14:56:48.580Z[ recovery-image] Aug 26 14:56:47.998 INFO O| Aug 26 14:56:47.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76332026-08-26T14:56:48.580Z[ recovery-image] Aug 26 14:56:47.998 INFO O| Aug 26 14:56:47.998 INFO STEP 766 (remove_files) COMPLETE
76342026-08-26T14:56:48.581Z[ recovery-image] Aug 26 14:56:47.998 INFO O| Aug 26 14:56:47.998 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-26T14:56:48.592Z[ recovery-image] Aug 26 14:56:48.009 INFO O| Aug 26 14:56:48.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76362026-08-26T14:56:48.592Z[ recovery-image] Aug 26 14:56:48.009 INFO O| Aug 26 14:56:48.009 INFO STEP 767 (remove_files) COMPLETE
76372026-08-26T14:56:48.593Z[ recovery-image] Aug 26 14:56:48.009 INFO O| Aug 26 14:56:48.009 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-26T14:56:48.601Z[ recovery-image] Aug 26 14:56:48.019 INFO O| Aug 26 14:56:48.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76392026-08-26T14:56:48.602Z[ recovery-image] Aug 26 14:56:48.019 INFO O| Aug 26 14:56:48.019 INFO STEP 768 (remove_files) COMPLETE
76402026-08-26T14:56:48.605Z[ recovery-image] Aug 26 14:56:48.019 INFO O| Aug 26 14:56:48.019 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-26T14:56:48.613Z[ recovery-image] Aug 26 14:56:48.029 INFO O| Aug 26 14:56:48.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76422026-08-26T14:56:48.613Z[ recovery-image] Aug 26 14:56:48.029 INFO O| Aug 26 14:56:48.029 INFO STEP 769 (remove_files) COMPLETE
76432026-08-26T14:56:48.613Z[ recovery-image] Aug 26 14:56:48.030 INFO O| Aug 26 14:56:48.029 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-26T14:56:48.621Z[ recovery-image] Aug 26 14:56:48.038 INFO O| Aug 26 14:56:48.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76452026-08-26T14:56:48.621Z[ recovery-image] Aug 26 14:56:48.039 INFO O| Aug 26 14:56:48.039 INFO STEP 770 (remove_files) COMPLETE
76462026-08-26T14:56:48.621Z[ recovery-image] Aug 26 14:56:48.039 INFO O| Aug 26 14:56:48.039 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-26T14:56:48.631Z[ recovery-image] Aug 26 14:56:48.048 INFO O| Aug 26 14:56:48.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76482026-08-26T14:56:48.634Z[ recovery-image] Aug 26 14:56:48.048 INFO O| Aug 26 14:56:48.048 INFO STEP 771 (remove_files) COMPLETE
76492026-08-26T14:56:48.634Z[ recovery-image] Aug 26 14:56:48.048 INFO O| Aug 26 14:56:48.048 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-26T14:56:48.640Z[ recovery-image] Aug 26 14:56:48.057 INFO O| Aug 26 14:56:48.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76512026-08-26T14:56:48.640Z[ recovery-image] Aug 26 14:56:48.058 INFO O| Aug 26 14:56:48.058 INFO STEP 772 (remove_files) COMPLETE
76522026-08-26T14:56:48.644Z[ recovery-image] Aug 26 14:56:48.058 INFO O| Aug 26 14:56:48.058 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-26T14:56:48.651Z[ recovery-image] Aug 26 14:56:48.068 INFO O| Aug 26 14:56:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76542026-08-26T14:56:48.651Z[ recovery-image] Aug 26 14:56:48.068 INFO O| Aug 26 14:56:48.068 INFO STEP 773 (remove_files) COMPLETE
76552026-08-26T14:56:48.651Z[ recovery-image] Aug 26 14:56:48.068 INFO O| Aug 26 14:56:48.068 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-26T14:56:48.661Z[ recovery-image] Aug 26 14:56:48.078 INFO O| Aug 26 14:56:48.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76572026-08-26T14:56:48.661Z[ recovery-image] Aug 26 14:56:48.078 INFO O| Aug 26 14:56:48.078 INFO STEP 774 (remove_files) COMPLETE
76582026-08-26T14:56:48.661Z[ recovery-image] Aug 26 14:56:48.078 INFO O| Aug 26 14:56:48.078 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-26T14:56:48.671Z[ recovery-image] Aug 26 14:56:48.088 INFO O| Aug 26 14:56:48.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76602026-08-26T14:56:48.671Z[ recovery-image] Aug 26 14:56:48.088 INFO O| Aug 26 14:56:48.088 INFO STEP 775 (remove_files) COMPLETE
76612026-08-26T14:56:48.671Z[ recovery-image] Aug 26 14:56:48.088 INFO O| Aug 26 14:56:48.088 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-26T14:56:48.680Z[ recovery-image] Aug 26 14:56:48.097 INFO O| Aug 26 14:56:48.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76632026-08-26T14:56:48.680Z[ recovery-image] Aug 26 14:56:48.097 INFO O| Aug 26 14:56:48.097 INFO STEP 776 (remove_files) COMPLETE
76642026-08-26T14:56:48.684Z[ recovery-image] Aug 26 14:56:48.097 INFO O| Aug 26 14:56:48.097 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-26T14:56:48.689Z[ recovery-image] Aug 26 14:56:48.106 INFO O| Aug 26 14:56:48.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76662026-08-26T14:56:48.689Z[ recovery-image] Aug 26 14:56:48.106 INFO O| Aug 26 14:56:48.106 INFO STEP 777 (remove_files) COMPLETE
76672026-08-26T14:56:48.692Z[ recovery-image] Aug 26 14:56:48.106 INFO O| Aug 26 14:56:48.106 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-26T14:56:48.700Z[ recovery-image] Aug 26 14:56:48.117 INFO O| Aug 26 14:56:48.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76692026-08-26T14:56:48.700Z[ recovery-image] Aug 26 14:56:48.117 INFO O| Aug 26 14:56:48.117 INFO STEP 778 (remove_files) COMPLETE
76702026-08-26T14:56:48.700Z[ recovery-image] Aug 26 14:56:48.117 INFO O| Aug 26 14:56:48.117 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-26T14:56:48.709Z[ recovery-image] Aug 26 14:56:48.126 INFO O| Aug 26 14:56:48.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76722026-08-26T14:56:48.709Z[ recovery-image] Aug 26 14:56:48.126 INFO O| Aug 26 14:56:48.126 INFO STEP 779 (remove_files) COMPLETE
76732026-08-26T14:56:48.709Z[ recovery-image] Aug 26 14:56:48.126 INFO O| Aug 26 14:56:48.126 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-26T14:56:48.729Z[ recovery-image] Aug 26 14:56:48.135 INFO O| Aug 26 14:56:48.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76752026-08-26T14:56:48.729Z[ recovery-image] Aug 26 14:56:48.135 INFO O| Aug 26 14:56:48.135 INFO STEP 780 (remove_files) COMPLETE
76762026-08-26T14:56:48.729Z[ recovery-image] Aug 26 14:56:48.135 INFO O| Aug 26 14:56:48.135 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-26T14:56:48.729Z[ recovery-image] Aug 26 14:56:48.144 INFO O| Aug 26 14:56:48.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76782026-08-26T14:56:48.729Z[ recovery-image] Aug 26 14:56:48.144 INFO O| Aug 26 14:56:48.144 INFO STEP 781 (remove_files) COMPLETE
76792026-08-26T14:56:48.729Z[ recovery-image] Aug 26 14:56:48.144 INFO O| Aug 26 14:56:48.144 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-26T14:56:48.735Z[ recovery-image] Aug 26 14:56:48.153 INFO O| Aug 26 14:56:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76812026-08-26T14:56:48.735Z[ recovery-image] Aug 26 14:56:48.153 INFO O| Aug 26 14:56:48.153 INFO STEP 782 (remove_files) COMPLETE
76822026-08-26T14:56:48.739Z[ recovery-image] Aug 26 14:56:48.153 INFO O| Aug 26 14:56:48.153 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-26T14:56:48.744Z[ recovery-image] Aug 26 14:56:48.161 INFO O| Aug 26 14:56:48.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76842026-08-26T14:56:48.744Z[ recovery-image] Aug 26 14:56:48.161 INFO O| Aug 26 14:56:48.161 INFO STEP 783 (remove_files) COMPLETE
76852026-08-26T14:56:48.744Z[ recovery-image] Aug 26 14:56:48.161 INFO O| Aug 26 14:56:48.161 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-26T14:56:48.752Z[ recovery-image] Aug 26 14:56:48.169 INFO O| Aug 26 14:56:48.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76872026-08-26T14:56:48.752Z[ recovery-image] Aug 26 14:56:48.169 INFO O| Aug 26 14:56:48.169 INFO STEP 784 (remove_files) COMPLETE
76882026-08-26T14:56:48.752Z[ recovery-image] Aug 26 14:56:48.169 INFO O| Aug 26 14:56:48.169 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-26T14:56:48.763Z[ recovery-image] Aug 26 14:56:48.181 INFO O| Aug 26 14:56:48.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76902026-08-26T14:56:48.764Z[ recovery-image] Aug 26 14:56:48.181 INFO O| Aug 26 14:56:48.181 INFO STEP 785 (remove_files) COMPLETE
76912026-08-26T14:56:48.767Z[ recovery-image] Aug 26 14:56:48.181 INFO O| Aug 26 14:56:48.181 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-26T14:56:48.773Z[ recovery-image] Aug 26 14:56:48.189 INFO O| Aug 26 14:56:48.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76932026-08-26T14:56:48.773Z[ recovery-image] Aug 26 14:56:48.189 INFO O| Aug 26 14:56:48.189 INFO STEP 786 (remove_files) COMPLETE
76942026-08-26T14:56:48.773Z[ recovery-image] Aug 26 14:56:48.189 INFO O| Aug 26 14:56:48.189 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-26T14:56:48.779Z[ recovery-image] Aug 26 14:56:48.197 INFO O| Aug 26 14:56:48.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76962026-08-26T14:56:48.780Z[ recovery-image] Aug 26 14:56:48.197 INFO O| Aug 26 14:56:48.197 INFO STEP 787 (remove_files) COMPLETE
76972026-08-26T14:56:48.785Z[ recovery-image] Aug 26 14:56:48.197 INFO O| Aug 26 14:56:48.197 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-26T14:56:48.796Z[ recovery-image] Aug 26 14:56:48.208 INFO O| Aug 26 14:56:48.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76992026-08-26T14:56:48.796Z[ recovery-image] Aug 26 14:56:48.208 INFO O| Aug 26 14:56:48.208 INFO STEP 788 (remove_files) COMPLETE
77002026-08-26T14:56:48.796Z[ recovery-image] Aug 26 14:56:48.208 INFO O| Aug 26 14:56:48.208 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-26T14:56:48.802Z[ recovery-image] Aug 26 14:56:48.219 INFO O| Aug 26 14:56:48.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77022026-08-26T14:56:48.802Z[ recovery-image] Aug 26 14:56:48.219 INFO O| Aug 26 14:56:48.219 INFO STEP 789 (remove_files) COMPLETE
77032026-08-26T14:56:48.805Z[ recovery-image] Aug 26 14:56:48.219 INFO O| Aug 26 14:56:48.219 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-26T14:56:48.813Z[ recovery-image] Aug 26 14:56:48.230 INFO O| Aug 26 14:56:48.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77052026-08-26T14:56:48.813Z[ recovery-image] Aug 26 14:56:48.230 INFO O| Aug 26 14:56:48.230 INFO STEP 790 (remove_files) COMPLETE
77062026-08-26T14:56:48.813Z[ recovery-image] Aug 26 14:56:48.230 INFO O| Aug 26 14:56:48.230 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-26T14:56:48.822Z[ recovery-image] Aug 26 14:56:48.239 INFO O| Aug 26 14:56:48.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77082026-08-26T14:56:48.822Z[ recovery-image] Aug 26 14:56:48.239 INFO O| Aug 26 14:56:48.239 INFO STEP 791 (remove_files) COMPLETE
77092026-08-26T14:56:48.826Z[ recovery-image] Aug 26 14:56:48.239 INFO O| Aug 26 14:56:48.239 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-26T14:56:48.830Z[ recovery-image] Aug 26 14:56:48.248 INFO O| Aug 26 14:56:48.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77112026-08-26T14:56:48.830Z[ recovery-image] Aug 26 14:56:48.248 INFO O| Aug 26 14:56:48.248 INFO STEP 792 (remove_files) COMPLETE
77122026-08-26T14:56:48.830Z[ recovery-image] Aug 26 14:56:48.248 INFO O| Aug 26 14:56:48.248 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-26T14:56:48.841Z[ recovery-image] Aug 26 14:56:48.258 INFO O| Aug 26 14:56:48.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77142026-08-26T14:56:48.841Z[ recovery-image] Aug 26 14:56:48.258 INFO O| Aug 26 14:56:48.258 INFO STEP 793 (remove_files) COMPLETE
77152026-08-26T14:56:48.841Z[ recovery-image] Aug 26 14:56:48.258 INFO O| Aug 26 14:56:48.258 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-26T14:56:48.851Z[ recovery-image] Aug 26 14:56:48.268 INFO O| Aug 26 14:56:48.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77172026-08-26T14:56:48.851Z[ recovery-image] Aug 26 14:56:48.268 INFO O| Aug 26 14:56:48.268 INFO STEP 794 (remove_files) COMPLETE
77182026-08-26T14:56:48.854Z[ recovery-image] Aug 26 14:56:48.268 INFO O| Aug 26 14:56:48.268 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-26T14:56:48.862Z[ recovery-image] Aug 26 14:56:48.280 INFO O| Aug 26 14:56:48.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77202026-08-26T14:56:48.863Z[ recovery-image] Aug 26 14:56:48.280 INFO O| Aug 26 14:56:48.280 INFO STEP 795 (remove_files) COMPLETE
77212026-08-26T14:56:48.866Z[ recovery-image] Aug 26 14:56:48.280 INFO O| Aug 26 14:56:48.280 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-26T14:56:48.872Z[ recovery-image] Aug 26 14:56:48.289 INFO O| Aug 26 14:56:48.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77232026-08-26T14:56:48.872Z[ recovery-image] Aug 26 14:56:48.289 INFO O| Aug 26 14:56:48.289 INFO STEP 796 (remove_files) COMPLETE
77242026-08-26T14:56:48.875Z[ recovery-image] Aug 26 14:56:48.289 INFO O| Aug 26 14:56:48.289 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-26T14:56:48.881Z[ recovery-image] Aug 26 14:56:48.298 INFO O| Aug 26 14:56:48.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77262026-08-26T14:56:48.885Z[ recovery-image] Aug 26 14:56:48.298 INFO O| Aug 26 14:56:48.298 INFO STEP 797 (remove_files) COMPLETE
77272026-08-26T14:56:48.885Z[ recovery-image] Aug 26 14:56:48.298 INFO O| Aug 26 14:56:48.298 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-26T14:56:48.890Z[ recovery-image] Aug 26 14:56:48.307 INFO O| Aug 26 14:56:48.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77292026-08-26T14:56:48.890Z[ recovery-image] Aug 26 14:56:48.307 INFO O| Aug 26 14:56:48.307 INFO STEP 798 (remove_files) COMPLETE
77302026-08-26T14:56:48.890Z[ recovery-image] Aug 26 14:56:48.307 INFO O| Aug 26 14:56:48.307 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-26T14:56:48.898Z[ recovery-image] Aug 26 14:56:48.315 INFO O| Aug 26 14:56:48.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77322026-08-26T14:56:48.898Z[ recovery-image] Aug 26 14:56:48.315 INFO O| Aug 26 14:56:48.315 INFO STEP 799 (remove_files) COMPLETE
77332026-08-26T14:56:48.901Z[ recovery-image] Aug 26 14:56:48.315 INFO O| Aug 26 14:56:48.315 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-26T14:56:48.906Z[ recovery-image] Aug 26 14:56:48.323 INFO O| Aug 26 14:56:48.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77352026-08-26T14:56:48.906Z[ recovery-image] Aug 26 14:56:48.323 INFO O| Aug 26 14:56:48.323 INFO STEP 800 (remove_files) COMPLETE
77362026-08-26T14:56:48.906Z[ recovery-image] Aug 26 14:56:48.323 INFO O| Aug 26 14:56:48.323 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-26T14:56:48.914Z[ recovery-image] Aug 26 14:56:48.331 INFO O| Aug 26 14:56:48.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77382026-08-26T14:56:48.914Z[ recovery-image] Aug 26 14:56:48.331 INFO O| Aug 26 14:56:48.331 INFO STEP 801 (remove_files) COMPLETE
77392026-08-26T14:56:48.918Z[ recovery-image] Aug 26 14:56:48.331 INFO O| Aug 26 14:56:48.331 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-26T14:56:48.922Z[ recovery-image] Aug 26 14:56:48.339 INFO O| Aug 26 14:56:48.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77412026-08-26T14:56:48.922Z[ recovery-image] Aug 26 14:56:48.339 INFO O| Aug 26 14:56:48.339 INFO STEP 802 (remove_files) COMPLETE
77422026-08-26T14:56:48.925Z[ recovery-image] Aug 26 14:56:48.339 INFO O| Aug 26 14:56:48.339 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-26T14:56:48.930Z[ recovery-image] Aug 26 14:56:48.347 INFO O| Aug 26 14:56:48.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77442026-08-26T14:56:48.930Z[ recovery-image] Aug 26 14:56:48.347 INFO O| Aug 26 14:56:48.347 INFO STEP 803 (remove_files) COMPLETE
77452026-08-26T14:56:48.934Z[ recovery-image] Aug 26 14:56:48.347 INFO O| Aug 26 14:56:48.347 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-26T14:56:48.939Z[ recovery-image] Aug 26 14:56:48.356 INFO O| Aug 26 14:56:48.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77472026-08-26T14:56:48.939Z[ recovery-image] Aug 26 14:56:48.356 INFO O| Aug 26 14:56:48.356 INFO STEP 804 (remove_files) COMPLETE
77482026-08-26T14:56:48.942Z[ recovery-image] Aug 26 14:56:48.356 INFO O| Aug 26 14:56:48.356 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-26T14:56:48.964Z[ recovery-image] Aug 26 14:56:48.381 INFO O| Aug 26 14:56:48.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77502026-08-26T14:56:48.968Z[ recovery-image] Aug 26 14:56:48.382 INFO O| Aug 26 14:56:48.382 INFO STEP 805 (remove_files) COMPLETE
77512026-08-26T14:56:48.968Z[ recovery-image] Aug 26 14:56:48.382 INFO O| Aug 26 14:56:48.382 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-26T14:56:48.976Z[ recovery-image] Aug 26 14:56:48.393 INFO O| Aug 26 14:56:48.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77532026-08-26T14:56:48.976Z[ recovery-image] Aug 26 14:56:48.393 INFO O| Aug 26 14:56:48.393 INFO STEP 806 (remove_files) COMPLETE
77542026-08-26T14:56:48.981Z[ recovery-image] Aug 26 14:56:48.393 INFO O| Aug 26 14:56:48.393 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-26T14:56:48.986Z[ recovery-image] Aug 26 14:56:48.403 INFO O| Aug 26 14:56:48.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77562026-08-26T14:56:48.986Z[ recovery-image] Aug 26 14:56:48.403 INFO O| Aug 26 14:56:48.403 INFO STEP 807 (remove_files) COMPLETE
77572026-08-26T14:56:48.986Z[ recovery-image] Aug 26 14:56:48.403 INFO O| Aug 26 14:56:48.403 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-26T14:56:48.995Z[ recovery-image] Aug 26 14:56:48.412 INFO O| Aug 26 14:56:48.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77592026-08-26T14:56:48.995Z[ recovery-image] Aug 26 14:56:48.413 INFO O| Aug 26 14:56:48.413 INFO STEP 808 (remove_files) COMPLETE
77602026-08-26T14:56:48.999Z[ recovery-image] Aug 26 14:56:48.413 INFO O| Aug 26 14:56:48.413 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-26T14:56:49.005Z[ recovery-image] Aug 26 14:56:48.422 INFO O| Aug 26 14:56:48.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77622026-08-26T14:56:49.005Z[ recovery-image] Aug 26 14:56:48.422 INFO O| Aug 26 14:56:48.422 INFO STEP 809 (remove_files) COMPLETE
77632026-08-26T14:56:49.005Z[ recovery-image] Aug 26 14:56:48.422 INFO O| Aug 26 14:56:48.422 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-26T14:56:49.015Z[ recovery-image] Aug 26 14:56:48.432 INFO O| Aug 26 14:56:48.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77652026-08-26T14:56:49.015Z[ recovery-image] Aug 26 14:56:48.432 INFO O| Aug 26 14:56:48.432 INFO STEP 810 (remove_files) COMPLETE
77662026-08-26T14:56:49.018Z[ recovery-image] Aug 26 14:56:48.433 INFO O| Aug 26 14:56:48.432 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-26T14:56:49.023Z[ recovery-image] Aug 26 14:56:48.441 INFO O| Aug 26 14:56:48.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77682026-08-26T14:56:49.023Z[ recovery-image] Aug 26 14:56:48.441 INFO O| Aug 26 14:56:48.441 INFO STEP 811 (remove_files) COMPLETE
77692026-08-26T14:56:49.027Z[ recovery-image] Aug 26 14:56:48.441 INFO O| Aug 26 14:56:48.441 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-26T14:56:49.032Z[ recovery-image] Aug 26 14:56:48.449 INFO O| Aug 26 14:56:48.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77712026-08-26T14:56:49.032Z[ recovery-image] Aug 26 14:56:48.449 INFO O| Aug 26 14:56:48.449 INFO STEP 812 (remove_files) COMPLETE
77722026-08-26T14:56:49.032Z[ recovery-image] Aug 26 14:56:48.449 INFO O| Aug 26 14:56:48.449 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-26T14:56:49.041Z[ recovery-image] Aug 26 14:56:48.458 INFO O| Aug 26 14:56:48.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77742026-08-26T14:56:49.041Z[ recovery-image] Aug 26 14:56:48.458 INFO O| Aug 26 14:56:48.458 INFO STEP 813 (remove_files) COMPLETE
77752026-08-26T14:56:49.044Z[ recovery-image] Aug 26 14:56:48.458 INFO O| Aug 26 14:56:48.458 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-26T14:56:49.051Z[ recovery-image] Aug 26 14:56:48.468 INFO O| Aug 26 14:56:48.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77772026-08-26T14:56:49.051Z[ recovery-image] Aug 26 14:56:48.468 INFO O| Aug 26 14:56:48.468 INFO STEP 814 (remove_files) COMPLETE
77782026-08-26T14:56:49.051Z[ recovery-image] Aug 26 14:56:48.468 INFO O| Aug 26 14:56:48.468 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-26T14:56:49.061Z[ recovery-image] Aug 26 14:56:48.478 INFO O| Aug 26 14:56:48.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77802026-08-26T14:56:49.064Z[ recovery-image] Aug 26 14:56:48.478 INFO O| Aug 26 14:56:48.478 INFO STEP 815 (remove_files) COMPLETE
77812026-08-26T14:56:49.064Z[ recovery-image] Aug 26 14:56:48.478 INFO O| Aug 26 14:56:48.478 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-26T14:56:49.072Z[ recovery-image] Aug 26 14:56:48.489 INFO O| Aug 26 14:56:48.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77832026-08-26T14:56:49.072Z[ recovery-image] Aug 26 14:56:48.489 INFO O| Aug 26 14:56:48.489 INFO STEP 816 (remove_files) COMPLETE
77842026-08-26T14:56:49.072Z[ recovery-image] Aug 26 14:56:48.489 INFO O| Aug 26 14:56:48.489 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-26T14:56:49.082Z[ recovery-image] Aug 26 14:56:48.499 INFO O| Aug 26 14:56:48.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77862026-08-26T14:56:49.082Z[ recovery-image] Aug 26 14:56:48.499 INFO O| Aug 26 14:56:48.499 INFO STEP 817 (remove_files) COMPLETE
77872026-08-26T14:56:49.082Z[ recovery-image] Aug 26 14:56:48.499 INFO O| Aug 26 14:56:48.499 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-26T14:56:49.091Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
77892026-08-26T14:56:49.095Z[ recovery-image] Aug 26 14:56:48.509 INFO O| Aug 26 14:56:48.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77902026-08-26T14:56:49.095Z[ recovery-image] Aug 26 14:56:48.509 INFO O| Aug 26 14:56:48.509 INFO STEP 818 (remove_files) COMPLETE
77912026-08-26T14:56:49.095Z[ recovery-image] Aug 26 14:56:48.509 INFO O| Aug 26 14:56:48.509 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-26T14:56:49.102Z[ recovery-image] Aug 26 14:56:48.518 INFO O| Aug 26 14:56:48.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77932026-08-26T14:56:49.102Z[ recovery-image] Aug 26 14:56:48.518 INFO O| Aug 26 14:56:48.518 INFO STEP 819 (remove_files) COMPLETE
77942026-08-26T14:56:49.105Z[ recovery-image] Aug 26 14:56:48.518 INFO O| Aug 26 14:56:48.518 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-26T14:56:49.109Z[ recovery-image] Aug 26 14:56:48.527 INFO O| Aug 26 14:56:48.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77962026-08-26T14:56:49.110Z[ recovery-image] Aug 26 14:56:48.527 INFO O| Aug 26 14:56:48.527 INFO STEP 820 (remove_files) COMPLETE
77972026-08-26T14:56:49.110Z[ recovery-image] Aug 26 14:56:48.527 INFO O| Aug 26 14:56:48.527 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-26T14:56:49.120Z[ recovery-image] Aug 26 14:56:48.537 INFO O| Aug 26 14:56:48.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77992026-08-26T14:56:49.124Z[ recovery-image] Aug 26 14:56:48.537 INFO O| Aug 26 14:56:48.537 INFO STEP 821 (remove_files) COMPLETE
78002026-08-26T14:56:49.124Z[ recovery-image] Aug 26 14:56:48.537 INFO O| Aug 26 14:56:48.537 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-26T14:56:49.129Z[ recovery-image] Aug 26 14:56:48.546 INFO O| Aug 26 14:56:48.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78022026-08-26T14:56:49.129Z[ recovery-image] Aug 26 14:56:48.547 INFO O| Aug 26 14:56:48.547 INFO STEP 822 (remove_files) COMPLETE
78032026-08-26T14:56:49.133Z[ recovery-image] Aug 26 14:56:48.547 INFO O| Aug 26 14:56:48.547 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-26T14:56:49.138Z[ recovery-image] Aug 26 14:56:48.555 INFO O| Aug 26 14:56:48.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78052026-08-26T14:56:49.138Z[ recovery-image] Aug 26 14:56:48.555 INFO O| Aug 26 14:56:48.555 INFO STEP 823 (remove_files) COMPLETE
78062026-08-26T14:56:49.138Z[ recovery-image] Aug 26 14:56:48.555 INFO O| Aug 26 14:56:48.555 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-26T14:56:49.148Z[ recovery-image] Aug 26 14:56:48.565 INFO O| Aug 26 14:56:48.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78082026-08-26T14:56:49.148Z[ recovery-image] Aug 26 14:56:48.565 INFO O| Aug 26 14:56:48.565 INFO STEP 824 (remove_files) COMPLETE
78092026-08-26T14:56:49.148Z[ recovery-image] Aug 26 14:56:48.565 INFO O| Aug 26 14:56:48.565 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-26T14:56:49.155Z[ recovery-image] Aug 26 14:56:48.573 INFO O| Aug 26 14:56:48.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78112026-08-26T14:56:49.156Z[ recovery-image] Aug 26 14:56:48.573 INFO O| Aug 26 14:56:48.573 INFO STEP 825 (remove_files) COMPLETE
78122026-08-26T14:56:49.156Z[ recovery-image] Aug 26 14:56:48.573 INFO O| Aug 26 14:56:48.573 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-26T14:56:49.164Z[ recovery-image] Aug 26 14:56:48.582 INFO O| Aug 26 14:56:48.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78142026-08-26T14:56:49.164Z[ recovery-image] Aug 26 14:56:48.582 INFO O| Aug 26 14:56:48.582 INFO STEP 826 (remove_files) COMPLETE
78152026-08-26T14:56:49.164Z[ recovery-image] Aug 26 14:56:48.582 INFO O| Aug 26 14:56:48.582 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-26T14:56:49.173Z[ recovery-image] Aug 26 14:56:48.591 INFO O| Aug 26 14:56:48.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78172026-08-26T14:56:49.173Z[ recovery-image] Aug 26 14:56:48.591 INFO O| Aug 26 14:56:48.591 INFO STEP 827 (remove_files) COMPLETE
78182026-08-26T14:56:49.177Z[ recovery-image] Aug 26 14:56:48.591 INFO O| Aug 26 14:56:48.591 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-26T14:56:49.182Z[ recovery-image] Aug 26 14:56:48.599 INFO O| Aug 26 14:56:48.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78202026-08-26T14:56:49.182Z[ recovery-image] Aug 26 14:56:48.599 INFO O| Aug 26 14:56:48.599 INFO STEP 828 (remove_files) COMPLETE
78212026-08-26T14:56:49.185Z[ recovery-image] Aug 26 14:56:48.599 INFO O| Aug 26 14:56:48.599 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-26T14:56:49.192Z[ recovery-image] Aug 26 14:56:48.609 INFO O| Aug 26 14:56:48.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78232026-08-26T14:56:49.192Z[ recovery-image] Aug 26 14:56:48.609 INFO O| Aug 26 14:56:48.609 INFO STEP 829 (remove_files) COMPLETE
78242026-08-26T14:56:49.192Z[ recovery-image] Aug 26 14:56:48.609 INFO O| Aug 26 14:56:48.609 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-26T14:56:49.202Z[ recovery-image] Aug 26 14:56:48.619 INFO O| Aug 26 14:56:48.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78262026-08-26T14:56:49.202Z[ recovery-image] Aug 26 14:56:48.619 INFO O| Aug 26 14:56:48.619 INFO STEP 830 (remove_files) COMPLETE
78272026-08-26T14:56:49.202Z[ recovery-image] Aug 26 14:56:48.619 INFO O| Aug 26 14:56:48.619 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-26T14:56:49.214Z[ recovery-image] Aug 26 14:56:48.631 INFO O| Aug 26 14:56:48.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78292026-08-26T14:56:49.214Z[ recovery-image] Aug 26 14:56:48.631 INFO O| Aug 26 14:56:48.631 INFO STEP 831 (remove_files) COMPLETE
78302026-08-26T14:56:49.214Z[ recovery-image] Aug 26 14:56:48.631 INFO O| Aug 26 14:56:48.631 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-26T14:56:49.225Z[ recovery-image] Aug 26 14:56:48.642 INFO O| Aug 26 14:56:48.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78322026-08-26T14:56:49.225Z[ recovery-image] Aug 26 14:56:48.642 INFO O| Aug 26 14:56:48.642 INFO STEP 832 (remove_files) COMPLETE
78332026-08-26T14:56:49.229Z[ recovery-image] Aug 26 14:56:48.642 INFO O| Aug 26 14:56:48.642 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-26T14:56:49.238Z[ recovery-image] Aug 26 14:56:48.655 INFO O| Aug 26 14:56:48.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78352026-08-26T14:56:49.238Z[ recovery-image] Aug 26 14:56:48.655 INFO O| Aug 26 14:56:48.655 INFO STEP 833 (remove_files) COMPLETE
78362026-08-26T14:56:49.238Z[ recovery-image] Aug 26 14:56:48.655 INFO O| Aug 26 14:56:48.655 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-26T14:56:49.247Z[ recovery-image] Aug 26 14:56:48.664 INFO O| Aug 26 14:56:48.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78382026-08-26T14:56:49.247Z[ recovery-image] Aug 26 14:56:48.664 INFO O| Aug 26 14:56:48.664 INFO STEP 834 (remove_files) COMPLETE
78392026-08-26T14:56:49.247Z[ recovery-image] Aug 26 14:56:48.664 INFO O| Aug 26 14:56:48.664 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-26T14:56:49.257Z[ recovery-image] Aug 26 14:56:48.674 INFO O| Aug 26 14:56:48.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78412026-08-26T14:56:49.257Z[ recovery-image] Aug 26 14:56:48.674 INFO O| Aug 26 14:56:48.674 INFO STEP 835 (remove_files) COMPLETE
78422026-08-26T14:56:49.261Z[ recovery-image] Aug 26 14:56:48.674 INFO O| Aug 26 14:56:48.674 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-26T14:56:49.264Z[ recovery-image] Aug 26 14:56:48.682 INFO O| Aug 26 14:56:48.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78442026-08-26T14:56:49.265Z[ recovery-image] Aug 26 14:56:48.682 INFO O| Aug 26 14:56:48.682 INFO STEP 836 (remove_files) COMPLETE
78452026-08-26T14:56:49.268Z[ recovery-image] Aug 26 14:56:48.682 INFO O| Aug 26 14:56:48.682 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-26T14:56:49.277Z[ recovery-image] Aug 26 14:56:48.694 INFO O| Aug 26 14:56:48.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78472026-08-26T14:56:49.277Z[ recovery-image] Aug 26 14:56:48.694 INFO O| Aug 26 14:56:48.694 INFO STEP 837 (remove_files) COMPLETE
78482026-08-26T14:56:49.280Z[ recovery-image] Aug 26 14:56:48.694 INFO O| Aug 26 14:56:48.694 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-26T14:56:49.289Z[ recovery-image] Aug 26 14:56:48.706 INFO O| Aug 26 14:56:48.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78502026-08-26T14:56:49.289Z[ recovery-image] Aug 26 14:56:48.706 INFO O| Aug 26 14:56:48.706 INFO STEP 838 (remove_files) COMPLETE
78512026-08-26T14:56:49.293Z[ recovery-image] Aug 26 14:56:48.706 INFO O| Aug 26 14:56:48.706 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-26T14:56:49.299Z[ recovery-image] Aug 26 14:56:48.716 INFO O| Aug 26 14:56:48.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78532026-08-26T14:56:49.299Z[ recovery-image] Aug 26 14:56:48.716 INFO O| Aug 26 14:56:48.716 INFO STEP 839 (remove_files) COMPLETE
78542026-08-26T14:56:49.299Z[ recovery-image] Aug 26 14:56:48.716 INFO O| Aug 26 14:56:48.716 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-26T14:56:49.312Z[ recovery-image] Aug 26 14:56:48.729 INFO O| Aug 26 14:56:48.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78562026-08-26T14:56:49.312Z[ recovery-image] Aug 26 14:56:48.729 INFO O| Aug 26 14:56:48.729 INFO STEP 840 (remove_files) COMPLETE
78572026-08-26T14:56:49.312Z[ recovery-image] Aug 26 14:56:48.729 INFO O| Aug 26 14:56:48.729 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-26T14:56:49.325Z[ recovery-image] Aug 26 14:56:48.743 INFO O| Aug 26 14:56:48.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78592026-08-26T14:56:49.326Z[ recovery-image] Aug 26 14:56:48.743 INFO O| Aug 26 14:56:48.741 INFO STEP 841 (remove_files) COMPLETE
78602026-08-26T14:56:49.326Z[ recovery-image] Aug 26 14:56:48.743 INFO O| Aug 26 14:56:48.741 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-26T14:56:49.336Z[ recovery-image] Aug 26 14:56:48.753 INFO O| Aug 26 14:56:48.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78622026-08-26T14:56:49.336Z[ recovery-image] Aug 26 14:56:48.753 INFO O| Aug 26 14:56:48.753 INFO STEP 842 (remove_files) COMPLETE
78632026-08-26T14:56:49.336Z[ recovery-image] Aug 26 14:56:48.753 INFO O| Aug 26 14:56:48.753 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-26T14:56:49.348Z[ recovery-image] Aug 26 14:56:48.765 INFO O| Aug 26 14:56:48.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78652026-08-26T14:56:49.348Z[ recovery-image] Aug 26 14:56:48.765 INFO O| Aug 26 14:56:48.765 INFO STEP 843 (remove_files) COMPLETE
78662026-08-26T14:56:49.348Z[ recovery-image] Aug 26 14:56:48.765 INFO O| Aug 26 14:56:48.765 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-26T14:56:49.359Z[ recovery-image] Aug 26 14:56:48.777 INFO O| Aug 26 14:56:48.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78682026-08-26T14:56:49.360Z[ recovery-image] Aug 26 14:56:48.777 INFO O| Aug 26 14:56:48.777 INFO STEP 844 (remove_files) COMPLETE
78692026-08-26T14:56:49.360Z[ recovery-image] Aug 26 14:56:48.777 INFO O| Aug 26 14:56:48.777 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-26T14:56:49.370Z[ recovery-image] Aug 26 14:56:48.788 INFO O| Aug 26 14:56:48.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78712026-08-26T14:56:49.371Z[ recovery-image] Aug 26 14:56:48.788 INFO O| Aug 26 14:56:48.788 INFO STEP 845 (remove_files) COMPLETE
78722026-08-26T14:56:49.371Z[ recovery-image] Aug 26 14:56:48.788 INFO O| Aug 26 14:56:48.788 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-26T14:56:49.383Z[ recovery-image] Aug 26 14:56:48.797 INFO O| Aug 26 14:56:48.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78742026-08-26T14:56:49.384Z[ recovery-image] Aug 26 14:56:48.797 INFO O| Aug 26 14:56:48.797 INFO STEP 846 (remove_files) COMPLETE
78752026-08-26T14:56:49.384Z[ recovery-image] Aug 26 14:56:48.797 INFO O| Aug 26 14:56:48.797 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-26T14:56:49.389Z[ recovery-image] Aug 26 14:56:48.806 INFO O| Aug 26 14:56:48.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78772026-08-26T14:56:49.389Z[ recovery-image] Aug 26 14:56:48.806 INFO O| Aug 26 14:56:48.806 INFO STEP 847 (remove_files) COMPLETE
78782026-08-26T14:56:49.393Z[ recovery-image] Aug 26 14:56:48.806 INFO O| Aug 26 14:56:48.806 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-26T14:56:49.397Z[ recovery-image] Aug 26 14:56:48.815 INFO O| Aug 26 14:56:48.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78802026-08-26T14:56:49.397Z[ recovery-image] Aug 26 14:56:48.815 INFO O| Aug 26 14:56:48.815 INFO STEP 848 (remove_files) COMPLETE
78812026-08-26T14:56:49.397Z[ recovery-image] Aug 26 14:56:48.815 INFO O| Aug 26 14:56:48.815 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-26T14:56:49.406Z[ recovery-image] Aug 26 14:56:48.824 INFO O| Aug 26 14:56:48.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78832026-08-26T14:56:49.406Z[ recovery-image] Aug 26 14:56:48.824 INFO O| Aug 26 14:56:48.824 INFO STEP 849 (remove_files) COMPLETE
78842026-08-26T14:56:49.406Z[ recovery-image] Aug 26 14:56:48.824 INFO O| Aug 26 14:56:48.824 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-26T14:56:49.411Z[verify-libraries] Compiling git2 v0.20.4
78862026-08-26T14:56:49.418Z[ recovery-image] Aug 26 14:56:48.834 INFO O| Aug 26 14:56:48.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78872026-08-26T14:56:49.418Z[ recovery-image] Aug 26 14:56:48.834 INFO O| Aug 26 14:56:48.834 INFO STEP 850 (remove_files) COMPLETE
78882026-08-26T14:56:49.418Z[ recovery-image] Aug 26 14:56:48.834 INFO O| Aug 26 14:56:48.834 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-26T14:56:49.428Z[ recovery-image] Aug 26 14:56:48.844 INFO O| Aug 26 14:56:48.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78902026-08-26T14:56:49.428Z[ recovery-image] Aug 26 14:56:48.844 INFO O| Aug 26 14:56:48.844 INFO STEP 851 (remove_files) COMPLETE
78912026-08-26T14:56:49.432Z[ recovery-image] Aug 26 14:56:48.844 INFO O| Aug 26 14:56:48.844 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-26T14:56:49.437Z[ recovery-image] Aug 26 14:56:48.855 INFO O| Aug 26 14:56:48.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78932026-08-26T14:56:49.437Z[ recovery-image] Aug 26 14:56:48.855 INFO O| Aug 26 14:56:48.855 INFO STEP 852 (remove_files) COMPLETE
78942026-08-26T14:56:49.437Z[ recovery-image] Aug 26 14:56:48.855 INFO O| Aug 26 14:56:48.855 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-26T14:56:49.447Z[ recovery-image] Aug 26 14:56:48.864 INFO O| Aug 26 14:56:48.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78962026-08-26T14:56:49.447Z[ recovery-image] Aug 26 14:56:48.864 INFO O| Aug 26 14:56:48.864 INFO STEP 853 (remove_files) COMPLETE
78972026-08-26T14:56:49.447Z[ recovery-image] Aug 26 14:56:48.864 INFO O| Aug 26 14:56:48.864 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-26T14:56:49.456Z[ recovery-image] Aug 26 14:56:48.873 INFO O| Aug 26 14:56:48.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78992026-08-26T14:56:49.456Z[ recovery-image] Aug 26 14:56:48.873 INFO O| Aug 26 14:56:48.873 INFO STEP 854 (remove_files) COMPLETE
79002026-08-26T14:56:49.459Z[ recovery-image] Aug 26 14:56:48.873 INFO O| Aug 26 14:56:48.873 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-26T14:56:49.464Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
79022026-08-26T14:56:49.468Z[ recovery-image] Aug 26 14:56:48.884 INFO O| Aug 26 14:56:48.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79032026-08-26T14:56:49.468Z[ recovery-image] Aug 26 14:56:48.884 INFO O| Aug 26 14:56:48.884 INFO STEP 855 (remove_files) COMPLETE
79042026-08-26T14:56:49.468Z[ recovery-image] Aug 26 14:56:48.884 INFO O| Aug 26 14:56:48.884 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-26T14:56:49.477Z[ recovery-image] Aug 26 14:56:48.893 INFO O| Aug 26 14:56:48.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79062026-08-26T14:56:49.477Z[ recovery-image] Aug 26 14:56:48.893 INFO O| Aug 26 14:56:48.893 INFO STEP 856 (remove_files) COMPLETE
79072026-08-26T14:56:49.480Z[ recovery-image] Aug 26 14:56:48.893 INFO O| Aug 26 14:56:48.893 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-26T14:56:49.495Z[ recovery-image] Aug 26 14:56:48.912 INFO O| Aug 26 14:56:48.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79092026-08-26T14:56:49.495Z[ recovery-image] Aug 26 14:56:48.913 INFO O| Aug 26 14:56:48.913 INFO STEP 857 (remove_files) COMPLETE
79102026-08-26T14:56:49.500Z[ recovery-image] Aug 26 14:56:48.913 INFO O| Aug 26 14:56:48.913 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-26T14:56:49.507Z[ recovery-image] Aug 26 14:56:48.924 INFO O| Aug 26 14:56:48.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79122026-08-26T14:56:49.507Z[ recovery-image] Aug 26 14:56:48.924 INFO O| Aug 26 14:56:48.924 INFO STEP 858 (remove_files) COMPLETE
79132026-08-26T14:56:49.507Z[ recovery-image] Aug 26 14:56:48.924 INFO O| Aug 26 14:56:48.924 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-26T14:56:49.516Z[ recovery-image] Aug 26 14:56:48.933 INFO O| Aug 26 14:56:48.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79152026-08-26T14:56:49.516Z[ recovery-image] Aug 26 14:56:48.933 INFO O| Aug 26 14:56:48.933 INFO STEP 859 (remove_files) COMPLETE
79162026-08-26T14:56:49.520Z[ recovery-image] Aug 26 14:56:48.933 INFO O| Aug 26 14:56:48.933 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-26T14:56:49.525Z[ recovery-image] Aug 26 14:56:48.943 INFO O| Aug 26 14:56:48.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79182026-08-26T14:56:49.526Z[ recovery-image] Aug 26 14:56:48.943 INFO O| Aug 26 14:56:48.943 INFO STEP 860 (remove_files) COMPLETE
79192026-08-26T14:56:49.530Z[ recovery-image] Aug 26 14:56:48.943 INFO O| Aug 26 14:56:48.943 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-26T14:56:49.535Z[ recovery-image] Aug 26 14:56:48.952 INFO O| Aug 26 14:56:48.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79212026-08-26T14:56:49.535Z[ recovery-image] Aug 26 14:56:48.952 INFO O| Aug 26 14:56:48.952 INFO STEP 861 (remove_files) COMPLETE
79222026-08-26T14:56:49.538Z[ recovery-image] Aug 26 14:56:48.952 INFO O| Aug 26 14:56:48.952 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-26T14:56:49.545Z[ recovery-image] Aug 26 14:56:48.962 INFO O| Aug 26 14:56:48.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79242026-08-26T14:56:49.545Z[ recovery-image] Aug 26 14:56:48.962 INFO O| Aug 26 14:56:48.962 INFO STEP 862 (remove_files) COMPLETE
79252026-08-26T14:56:49.545Z[ recovery-image] Aug 26 14:56:48.962 INFO O| Aug 26 14:56:48.962 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-26T14:56:49.553Z[ recovery-image] Aug 26 14:56:48.971 INFO O| Aug 26 14:56:48.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79272026-08-26T14:56:49.554Z[ recovery-image] Aug 26 14:56:48.971 INFO O| Aug 26 14:56:48.971 INFO STEP 863 (remove_files) COMPLETE
79282026-08-26T14:56:49.554Z[ recovery-image] Aug 26 14:56:48.971 INFO O| Aug 26 14:56:48.971 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-26T14:56:49.562Z[ recovery-image] Aug 26 14:56:48.980 INFO O| Aug 26 14:56:48.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79302026-08-26T14:56:49.563Z[ recovery-image] Aug 26 14:56:48.980 INFO O| Aug 26 14:56:48.980 INFO STEP 864 (remove_files) COMPLETE
79312026-08-26T14:56:49.566Z[ recovery-image] Aug 26 14:56:48.980 INFO O| Aug 26 14:56:48.980 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-26T14:56:49.572Z[ recovery-image] Aug 26 14:56:48.990 INFO O| Aug 26 14:56:48.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79332026-08-26T14:56:49.572Z[ recovery-image] Aug 26 14:56:48.990 INFO O| Aug 26 14:56:48.990 INFO STEP 865 (remove_files) COMPLETE
79342026-08-26T14:56:49.579Z[ recovery-image] Aug 26 14:56:48.990 INFO O| Aug 26 14:56:48.990 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-26T14:56:49.584Z[ recovery-image] Aug 26 14:56:49.000 INFO O| Aug 26 14:56:49.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79362026-08-26T14:56:49.584Z[ recovery-image] Aug 26 14:56:49.000 INFO O| Aug 26 14:56:49.000 INFO STEP 866 (remove_files) COMPLETE
79372026-08-26T14:56:49.584Z[ recovery-image] Aug 26 14:56:49.000 INFO O| Aug 26 14:56:49.000 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-26T14:56:49.593Z[ recovery-image] Aug 26 14:56:49.010 INFO O| Aug 26 14:56:49.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79392026-08-26T14:56:49.594Z[ recovery-image] Aug 26 14:56:49.010 INFO O| Aug 26 14:56:49.010 INFO STEP 867 (remove_files) COMPLETE
79402026-08-26T14:56:49.597Z[ recovery-image] Aug 26 14:56:49.010 INFO O| Aug 26 14:56:49.010 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-26T14:56:49.602Z[ recovery-image] Aug 26 14:56:49.020 INFO O| Aug 26 14:56:49.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79422026-08-26T14:56:49.602Z[ recovery-image] Aug 26 14:56:49.020 INFO O| Aug 26 14:56:49.020 INFO STEP 868 (remove_files) COMPLETE
79432026-08-26T14:56:49.602Z[ recovery-image] Aug 26 14:56:49.020 INFO O| Aug 26 14:56:49.020 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-26T14:56:49.613Z[ recovery-image] Aug 26 14:56:49.030 INFO O| Aug 26 14:56:49.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79452026-08-26T14:56:49.613Z[ recovery-image] Aug 26 14:56:49.030 INFO O| Aug 26 14:56:49.030 INFO STEP 869 (remove_files) COMPLETE
79462026-08-26T14:56:49.616Z[ recovery-image] Aug 26 14:56:49.030 INFO O| Aug 26 14:56:49.030 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-26T14:56:49.623Z[ recovery-image] Aug 26 14:56:49.040 INFO O| Aug 26 14:56:49.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79482026-08-26T14:56:49.623Z[ recovery-image] Aug 26 14:56:49.040 INFO O| Aug 26 14:56:49.040 INFO STEP 870 (remove_files) COMPLETE
79492026-08-26T14:56:49.623Z[ recovery-image] Aug 26 14:56:49.040 INFO O| Aug 26 14:56:49.040 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-26T14:56:49.632Z[ recovery-image] Aug 26 14:56:49.050 INFO O| Aug 26 14:56:49.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79512026-08-26T14:56:49.632Z[ recovery-image] Aug 26 14:56:49.050 INFO O| Aug 26 14:56:49.050 INFO STEP 871 (remove_files) COMPLETE
79522026-08-26T14:56:49.632Z[ recovery-image] Aug 26 14:56:49.050 INFO O| Aug 26 14:56:49.050 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-26T14:56:49.642Z[ recovery-image] Aug 26 14:56:49.059 INFO O| Aug 26 14:56:49.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79542026-08-26T14:56:49.642Z[ recovery-image] Aug 26 14:56:49.059 INFO O| Aug 26 14:56:49.059 INFO STEP 872 (remove_files) COMPLETE
79552026-08-26T14:56:49.645Z[ recovery-image] Aug 26 14:56:49.059 INFO O| Aug 26 14:56:49.059 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-26T14:56:49.652Z[ recovery-image] Aug 26 14:56:49.068 INFO O| Aug 26 14:56:49.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79572026-08-26T14:56:49.652Z[ recovery-image] Aug 26 14:56:49.068 INFO O| Aug 26 14:56:49.068 INFO STEP 873 (remove_files) COMPLETE
79582026-08-26T14:56:49.652Z[ recovery-image] Aug 26 14:56:49.068 INFO O| Aug 26 14:56:49.068 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-26T14:56:49.660Z[ recovery-image] Aug 26 14:56:49.077 INFO O| Aug 26 14:56:49.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79602026-08-26T14:56:49.660Z[ recovery-image] Aug 26 14:56:49.077 INFO O| Aug 26 14:56:49.077 INFO STEP 874 (remove_files) COMPLETE
79612026-08-26T14:56:49.660Z[ recovery-image] Aug 26 14:56:49.077 INFO O| Aug 26 14:56:49.077 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-26T14:56:49.670Z[ recovery-image] Aug 26 14:56:49.088 INFO O| Aug 26 14:56:49.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79632026-08-26T14:56:49.671Z[ recovery-image] Aug 26 14:56:49.088 INFO O| Aug 26 14:56:49.088 INFO STEP 875 (remove_files) COMPLETE
79642026-08-26T14:56:49.671Z[ recovery-image] Aug 26 14:56:49.088 INFO O| Aug 26 14:56:49.088 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-26T14:56:49.680Z[ recovery-image] Aug 26 14:56:49.097 INFO O| Aug 26 14:56:49.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79662026-08-26T14:56:49.680Z[ recovery-image] Aug 26 14:56:49.097 INFO O| Aug 26 14:56:49.097 INFO STEP 876 (remove_files) COMPLETE
79672026-08-26T14:56:49.680Z[ recovery-image] Aug 26 14:56:49.097 INFO O| Aug 26 14:56:49.097 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-26T14:56:49.689Z[ recovery-image] Aug 26 14:56:49.106 INFO O| Aug 26 14:56:49.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79692026-08-26T14:56:49.689Z[ recovery-image] Aug 26 14:56:49.106 INFO O| Aug 26 14:56:49.106 INFO STEP 877 (remove_files) COMPLETE
79702026-08-26T14:56:49.689Z[ recovery-image] Aug 26 14:56:49.106 INFO O| Aug 26 14:56:49.106 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-26T14:56:49.702Z[ recovery-image] Aug 26 14:56:49.119 INFO O| Aug 26 14:56:49.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79722026-08-26T14:56:49.703Z[ recovery-image] Aug 26 14:56:49.119 INFO O| Aug 26 14:56:49.119 INFO STEP 878 (remove_files) COMPLETE
79732026-08-26T14:56:49.703Z[ recovery-image] Aug 26 14:56:49.119 INFO O| Aug 26 14:56:49.119 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-26T14:56:49.712Z[ recovery-image] Aug 26 14:56:49.130 INFO O| Aug 26 14:56:49.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79752026-08-26T14:56:49.712Z[ recovery-image] Aug 26 14:56:49.130 INFO O| Aug 26 14:56:49.130 INFO STEP 879 (remove_files) COMPLETE
79762026-08-26T14:56:49.712Z[ recovery-image] Aug 26 14:56:49.130 INFO O| Aug 26 14:56:49.130 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-26T14:56:49.761Z[ recovery-image] Aug 26 14:56:49.178 INFO O| Aug 26 14:56:49.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79782026-08-26T14:56:49.761Z[ recovery-image] Aug 26 14:56:49.178 INFO O| Aug 26 14:56:49.178 INFO STEP 880 (remove_files) COMPLETE
79792026-08-26T14:56:49.761Z[ recovery-image] Aug 26 14:56:49.178 INFO O| Aug 26 14:56:49.178 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-26T14:56:49.771Z[ recovery-image] Aug 26 14:56:49.188 INFO O| Aug 26 14:56:49.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79812026-08-26T14:56:49.771Z[ recovery-image] Aug 26 14:56:49.188 INFO O| Aug 26 14:56:49.188 INFO STEP 881 (remove_files) COMPLETE
79822026-08-26T14:56:49.771Z[ recovery-image] Aug 26 14:56:49.188 INFO O| Aug 26 14:56:49.188 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-26T14:56:49.786Z[ recovery-image] Aug 26 14:56:49.204 INFO O| Aug 26 14:56:49.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79842026-08-26T14:56:49.786Z[ recovery-image] Aug 26 14:56:49.204 INFO O| Aug 26 14:56:49.204 INFO STEP 882 (remove_files) COMPLETE
79852026-08-26T14:56:49.790Z[ recovery-image] Aug 26 14:56:49.204 INFO O| Aug 26 14:56:49.204 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-26T14:56:49.797Z[ recovery-image] Aug 26 14:56:49.215 INFO O| Aug 26 14:56:49.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79872026-08-26T14:56:49.801Z[ recovery-image] Aug 26 14:56:49.216 INFO O| Aug 26 14:56:49.216 INFO STEP 883 (remove_files) COMPLETE
79882026-08-26T14:56:49.801Z[ recovery-image] Aug 26 14:56:49.216 INFO O| Aug 26 14:56:49.216 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-26T14:56:49.811Z[ recovery-image] Aug 26 14:56:49.228 INFO O| Aug 26 14:56:49.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79902026-08-26T14:56:49.811Z[ recovery-image] Aug 26 14:56:49.228 INFO O| Aug 26 14:56:49.228 INFO STEP 884 (remove_files) COMPLETE
79912026-08-26T14:56:49.811Z[ recovery-image] Aug 26 14:56:49.228 INFO O| Aug 26 14:56:49.228 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-26T14:56:49.821Z[ recovery-image] Aug 26 14:56:49.238 INFO O| Aug 26 14:56:49.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79932026-08-26T14:56:49.821Z[ recovery-image] Aug 26 14:56:49.238 INFO O| Aug 26 14:56:49.238 INFO STEP 885 (remove_files) COMPLETE
79942026-08-26T14:56:49.821Z[ recovery-image] Aug 26 14:56:49.238 INFO O| Aug 26 14:56:49.238 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-26T14:56:49.831Z[ recovery-image] Aug 26 14:56:49.248 INFO O| Aug 26 14:56:49.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79962026-08-26T14:56:49.831Z[ recovery-image] Aug 26 14:56:49.248 INFO O| Aug 26 14:56:49.248 INFO STEP 886 (remove_files) COMPLETE
79972026-08-26T14:56:49.831Z[ recovery-image] Aug 26 14:56:49.248 INFO O| Aug 26 14:56:49.248 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-26T14:56:49.841Z[ recovery-image] Aug 26 14:56:49.259 INFO O| Aug 26 14:56:49.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79992026-08-26T14:56:49.841Z[ recovery-image] Aug 26 14:56:49.259 INFO O| Aug 26 14:56:49.259 INFO STEP 887 (remove_files) COMPLETE
80002026-08-26T14:56:49.842Z[ recovery-image] Aug 26 14:56:49.259 INFO O| Aug 26 14:56:49.259 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-26T14:56:49.850Z[ recovery-image] Aug 26 14:56:49.268 INFO O| Aug 26 14:56:49.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80022026-08-26T14:56:49.851Z[ recovery-image] Aug 26 14:56:49.268 INFO O| Aug 26 14:56:49.268 INFO STEP 888 (remove_files) COMPLETE
80032026-08-26T14:56:49.851Z[ recovery-image] Aug 26 14:56:49.268 INFO O| Aug 26 14:56:49.268 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-26T14:56:49.862Z[ recovery-image] Aug 26 14:56:49.279 INFO O| Aug 26 14:56:49.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80052026-08-26T14:56:49.862Z[ recovery-image] Aug 26 14:56:49.279 INFO O| Aug 26 14:56:49.279 INFO STEP 889 (remove_files) COMPLETE
80062026-08-26T14:56:49.866Z[ recovery-image] Aug 26 14:56:49.279 INFO O| Aug 26 14:56:49.279 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-26T14:56:49.872Z[ recovery-image] Aug 26 14:56:49.289 INFO O| Aug 26 14:56:49.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80082026-08-26T14:56:49.872Z[ recovery-image] Aug 26 14:56:49.290 INFO O| Aug 26 14:56:49.290 INFO STEP 890 (remove_files) COMPLETE
80092026-08-26T14:56:49.873Z[ recovery-image] Aug 26 14:56:49.290 INFO O| Aug 26 14:56:49.290 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-26T14:56:49.883Z[ recovery-image] Aug 26 14:56:49.300 INFO O| Aug 26 14:56:49.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80112026-08-26T14:56:49.886Z[ recovery-image] Aug 26 14:56:49.301 INFO O| Aug 26 14:56:49.301 INFO STEP 891 (remove_files) COMPLETE
80122026-08-26T14:56:49.886Z[ recovery-image] Aug 26 14:56:49.301 INFO O| Aug 26 14:56:49.301 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-26T14:56:49.894Z[ recovery-image] Aug 26 14:56:49.311 INFO O| Aug 26 14:56:49.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80142026-08-26T14:56:49.894Z[ recovery-image] Aug 26 14:56:49.311 INFO O| Aug 26 14:56:49.311 INFO STEP 892 (remove_files) COMPLETE
80152026-08-26T14:56:49.894Z[ recovery-image] Aug 26 14:56:49.311 INFO O| Aug 26 14:56:49.311 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-26T14:56:49.904Z[ recovery-image] Aug 26 14:56:49.321 INFO O| Aug 26 14:56:49.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80172026-08-26T14:56:49.904Z[ recovery-image] Aug 26 14:56:49.321 INFO O| Aug 26 14:56:49.321 INFO STEP 893 (remove_files) COMPLETE
80182026-08-26T14:56:49.904Z[ recovery-image] Aug 26 14:56:49.321 INFO O| Aug 26 14:56:49.321 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-26T14:56:49.914Z[ recovery-image] Aug 26 14:56:49.331 INFO O| Aug 26 14:56:49.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80202026-08-26T14:56:49.914Z[ recovery-image] Aug 26 14:56:49.331 INFO O| Aug 26 14:56:49.331 INFO STEP 894 (remove_files) COMPLETE
80212026-08-26T14:56:49.914Z[ recovery-image] Aug 26 14:56:49.331 INFO O| Aug 26 14:56:49.331 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-26T14:56:49.925Z[ recovery-image] Aug 26 14:56:49.342 INFO O| Aug 26 14:56:49.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80232026-08-26T14:56:49.925Z[ recovery-image] Aug 26 14:56:49.342 INFO O| Aug 26 14:56:49.342 INFO STEP 895 (remove_files) COMPLETE
80242026-08-26T14:56:49.925Z[ recovery-image] Aug 26 14:56:49.342 INFO O| Aug 26 14:56:49.342 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-26T14:56:49.934Z[ recovery-image] Aug 26 14:56:49.351 INFO O| Aug 26 14:56:49.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80262026-08-26T14:56:49.934Z[ recovery-image] Aug 26 14:56:49.352 INFO O| Aug 26 14:56:49.352 INFO STEP 896 (remove_files) COMPLETE
80272026-08-26T14:56:49.934Z[ recovery-image] Aug 26 14:56:49.352 INFO O| Aug 26 14:56:49.352 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-26T14:56:49.943Z[ recovery-image] Aug 26 14:56:49.361 INFO O| Aug 26 14:56:49.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80292026-08-26T14:56:49.943Z[ recovery-image] Aug 26 14:56:49.361 INFO O| Aug 26 14:56:49.361 INFO STEP 897 (remove_files) COMPLETE
80302026-08-26T14:56:49.943Z[ recovery-image] Aug 26 14:56:49.361 INFO O| Aug 26 14:56:49.361 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-26T14:56:49.955Z[ recovery-image] Aug 26 14:56:49.372 INFO O| Aug 26 14:56:49.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80322026-08-26T14:56:49.955Z[ recovery-image] Aug 26 14:56:49.372 INFO O| Aug 26 14:56:49.372 INFO STEP 898 (remove_files) COMPLETE
80332026-08-26T14:56:49.959Z[ recovery-image] Aug 26 14:56:49.372 INFO O| Aug 26 14:56:49.372 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-26T14:56:49.966Z[ recovery-image] Aug 26 14:56:49.383 INFO O| Aug 26 14:56:49.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80352026-08-26T14:56:49.966Z[ recovery-image] Aug 26 14:56:49.383 INFO O| Aug 26 14:56:49.383 INFO STEP 899 (remove_files) COMPLETE
80362026-08-26T14:56:49.969Z[ recovery-image] Aug 26 14:56:49.383 INFO O| Aug 26 14:56:49.383 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-26T14:56:49.976Z[ recovery-image] Aug 26 14:56:49.393 INFO O| Aug 26 14:56:49.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80382026-08-26T14:56:49.976Z[ recovery-image] Aug 26 14:56:49.393 INFO O| Aug 26 14:56:49.393 INFO STEP 900 (remove_files) COMPLETE
80392026-08-26T14:56:49.976Z[ recovery-image] Aug 26 14:56:49.393 INFO O| Aug 26 14:56:49.393 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-26T14:56:49.986Z[ recovery-image] Aug 26 14:56:49.403 INFO O| Aug 26 14:56:49.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80412026-08-26T14:56:49.986Z[ recovery-image] Aug 26 14:56:49.403 INFO O| Aug 26 14:56:49.403 INFO STEP 901 (remove_files) COMPLETE
80422026-08-26T14:56:49.986Z[ recovery-image] Aug 26 14:56:49.403 INFO O| Aug 26 14:56:49.403 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-26T14:56:49.995Z[ recovery-image] Aug 26 14:56:49.412 INFO O| Aug 26 14:56:49.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80442026-08-26T14:56:49.995Z[ recovery-image] Aug 26 14:56:49.412 INFO O| Aug 26 14:56:49.412 INFO STEP 902 (remove_files) COMPLETE
80452026-08-26T14:56:49.995Z[ recovery-image] Aug 26 14:56:49.412 INFO O| Aug 26 14:56:49.412 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-26T14:56:50.006Z[ recovery-image] Aug 26 14:56:49.424 INFO O| Aug 26 14:56:49.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80472026-08-26T14:56:50.007Z[ recovery-image] Aug 26 14:56:49.424 INFO O| Aug 26 14:56:49.424 INFO STEP 903 (remove_files) COMPLETE
80482026-08-26T14:56:50.007Z[ recovery-image] Aug 26 14:56:49.424 INFO O| Aug 26 14:56:49.424 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-26T14:56:50.016Z[ recovery-image] Aug 26 14:56:49.433 INFO O| Aug 26 14:56:49.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80502026-08-26T14:56:50.016Z[ recovery-image] Aug 26 14:56:49.433 INFO O| Aug 26 14:56:49.433 INFO STEP 904 (remove_files) COMPLETE
80512026-08-26T14:56:50.016Z[ recovery-image] Aug 26 14:56:49.433 INFO O| Aug 26 14:56:49.433 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-26T14:56:50.026Z[ recovery-image] Aug 26 14:56:49.444 INFO O| Aug 26 14:56:49.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80532026-08-26T14:56:50.027Z[ recovery-image] Aug 26 14:56:49.444 INFO O| Aug 26 14:56:49.444 INFO STEP 905 (remove_files) COMPLETE
80542026-08-26T14:56:50.027Z[ recovery-image] Aug 26 14:56:49.444 INFO O| Aug 26 14:56:49.444 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-26T14:56:50.038Z[ recovery-image] Aug 26 14:56:49.455 INFO O| Aug 26 14:56:49.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80562026-08-26T14:56:50.041Z[ recovery-image] Aug 26 14:56:49.455 INFO O| Aug 26 14:56:49.455 INFO STEP 906 (remove_files) COMPLETE
80572026-08-26T14:56:50.041Z[ recovery-image] Aug 26 14:56:49.455 INFO O| Aug 26 14:56:49.455 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-26T14:56:50.048Z[ recovery-image] Aug 26 14:56:49.464 INFO O| Aug 26 14:56:49.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80592026-08-26T14:56:50.048Z[ recovery-image] Aug 26 14:56:49.465 INFO O| Aug 26 14:56:49.465 INFO STEP 907 (remove_files) COMPLETE
80602026-08-26T14:56:50.048Z[ recovery-image] Aug 26 14:56:49.465 INFO O| Aug 26 14:56:49.465 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-26T14:56:50.058Z[ recovery-image] Aug 26 14:56:49.475 INFO O| Aug 26 14:56:49.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80622026-08-26T14:56:50.058Z[ recovery-image] Aug 26 14:56:49.475 INFO O| Aug 26 14:56:49.475 INFO STEP 908 (remove_files) COMPLETE
80632026-08-26T14:56:50.058Z[ recovery-image] Aug 26 14:56:49.475 INFO O| Aug 26 14:56:49.475 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-26T14:56:50.067Z[ recovery-image] Aug 26 14:56:49.484 INFO O| Aug 26 14:56:49.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80652026-08-26T14:56:50.067Z[ recovery-image] Aug 26 14:56:49.485 INFO O| Aug 26 14:56:49.485 INFO STEP 909 (remove_files) COMPLETE
80662026-08-26T14:56:50.067Z[ recovery-image] Aug 26 14:56:49.485 INFO O| Aug 26 14:56:49.485 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-26T14:56:50.078Z[ recovery-image] Aug 26 14:56:49.495 INFO O| Aug 26 14:56:49.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80682026-08-26T14:56:50.078Z[ recovery-image] Aug 26 14:56:49.495 INFO O| Aug 26 14:56:49.495 INFO STEP 910 (remove_files) COMPLETE
80692026-08-26T14:56:50.078Z[ recovery-image] Aug 26 14:56:49.495 INFO O| Aug 26 14:56:49.495 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-26T14:56:50.087Z[ recovery-image] Aug 26 14:56:49.504 INFO O| Aug 26 14:56:49.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80712026-08-26T14:56:50.087Z[ recovery-image] Aug 26 14:56:49.504 INFO O| Aug 26 14:56:49.504 INFO STEP 911 (remove_files) COMPLETE
80722026-08-26T14:56:50.087Z[ recovery-image] Aug 26 14:56:49.504 INFO O| Aug 26 14:56:49.504 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-26T14:56:50.096Z[ recovery-image] Aug 26 14:56:49.513 INFO O| Aug 26 14:56:49.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80742026-08-26T14:56:50.096Z[ recovery-image] Aug 26 14:56:49.513 INFO O| Aug 26 14:56:49.513 INFO STEP 912 (remove_files) COMPLETE
80752026-08-26T14:56:50.099Z[ recovery-image] Aug 26 14:56:49.513 INFO O| Aug 26 14:56:49.513 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-26T14:56:50.106Z[ recovery-image] Aug 26 14:56:49.524 INFO O| Aug 26 14:56:49.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80772026-08-26T14:56:50.106Z[ recovery-image] Aug 26 14:56:49.524 INFO O| Aug 26 14:56:49.524 INFO STEP 913 (remove_files) COMPLETE
80782026-08-26T14:56:50.106Z[ recovery-image] Aug 26 14:56:49.524 INFO O| Aug 26 14:56:49.524 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-26T14:56:50.115Z[ recovery-image] Aug 26 14:56:49.533 INFO O| Aug 26 14:56:49.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80802026-08-26T14:56:50.116Z[ recovery-image] Aug 26 14:56:49.533 INFO O| Aug 26 14:56:49.533 INFO STEP 914 (remove_files) COMPLETE
80812026-08-26T14:56:50.116Z[ recovery-image] Aug 26 14:56:49.533 INFO O| Aug 26 14:56:49.533 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-26T14:56:50.126Z[ recovery-image] Aug 26 14:56:49.543 INFO O| Aug 26 14:56:49.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80832026-08-26T14:56:50.126Z[ recovery-image] Aug 26 14:56:49.543 INFO O| Aug 26 14:56:49.543 INFO STEP 915 (remove_files) COMPLETE
80842026-08-26T14:56:50.126Z[ recovery-image] Aug 26 14:56:49.543 INFO O| Aug 26 14:56:49.543 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-26T14:56:50.135Z[ recovery-image] Aug 26 14:56:49.552 INFO O| Aug 26 14:56:49.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80862026-08-26T14:56:50.135Z[ recovery-image] Aug 26 14:56:49.552 INFO O| Aug 26 14:56:49.552 INFO STEP 916 (remove_files) COMPLETE
80872026-08-26T14:56:50.135Z[ recovery-image] Aug 26 14:56:49.552 INFO O| Aug 26 14:56:49.552 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-26T14:56:50.146Z[ recovery-image] Aug 26 14:56:49.563 INFO O| Aug 26 14:56:49.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80892026-08-26T14:56:50.146Z[ recovery-image] Aug 26 14:56:49.563 INFO O| Aug 26 14:56:49.563 INFO STEP 917 (remove_files) COMPLETE
80902026-08-26T14:56:50.150Z[ recovery-image] Aug 26 14:56:49.563 INFO O| Aug 26 14:56:49.563 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-26T14:56:50.156Z[ recovery-image] Aug 26 14:56:49.573 INFO O| Aug 26 14:56:49.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80922026-08-26T14:56:50.156Z[ recovery-image] Aug 26 14:56:49.573 INFO O| Aug 26 14:56:49.573 INFO STEP 918 (remove_files) COMPLETE
80932026-08-26T14:56:50.156Z[ recovery-image] Aug 26 14:56:49.573 INFO O| Aug 26 14:56:49.573 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-26T14:56:50.165Z[ recovery-image] Aug 26 14:56:49.582 INFO O| Aug 26 14:56:49.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80952026-08-26T14:56:50.165Z[ recovery-image] Aug 26 14:56:49.582 INFO O| Aug 26 14:56:49.582 INFO STEP 919 (remove_files) COMPLETE
80962026-08-26T14:56:50.165Z[ recovery-image] Aug 26 14:56:49.582 INFO O| Aug 26 14:56:49.582 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-26T14:56:50.174Z[ recovery-image] Aug 26 14:56:49.591 INFO O| Aug 26 14:56:49.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80982026-08-26T14:56:50.174Z[ recovery-image] Aug 26 14:56:49.591 INFO O| Aug 26 14:56:49.591 INFO STEP 920 (remove_files) COMPLETE
80992026-08-26T14:56:50.174Z[ recovery-image] Aug 26 14:56:49.592 INFO O| Aug 26 14:56:49.591 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-26T14:56:50.184Z[ recovery-image] Aug 26 14:56:49.601 INFO O| Aug 26 14:56:49.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81012026-08-26T14:56:50.184Z[ recovery-image] Aug 26 14:56:49.601 INFO O| Aug 26 14:56:49.601 INFO STEP 921 (remove_files) COMPLETE
81022026-08-26T14:56:50.184Z[ recovery-image] Aug 26 14:56:49.601 INFO O| Aug 26 14:56:49.601 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-26T14:56:50.194Z[ recovery-image] Aug 26 14:56:49.611 INFO O| Aug 26 14:56:49.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81042026-08-26T14:56:50.194Z[ recovery-image] Aug 26 14:56:49.611 INFO O| Aug 26 14:56:49.611 INFO STEP 922 (remove_files) COMPLETE
81052026-08-26T14:56:50.194Z[ recovery-image] Aug 26 14:56:49.611 INFO O| Aug 26 14:56:49.611 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-26T14:56:50.204Z[ recovery-image] Aug 26 14:56:49.621 INFO O| Aug 26 14:56:49.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81072026-08-26T14:56:50.204Z[ recovery-image] Aug 26 14:56:49.621 INFO O| Aug 26 14:56:49.621 INFO STEP 923 (remove_files) COMPLETE
81082026-08-26T14:56:50.205Z[ recovery-image] Aug 26 14:56:49.621 INFO O| Aug 26 14:56:49.621 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-26T14:56:50.212Z[ recovery-image] Aug 26 14:56:49.629 INFO O| Aug 26 14:56:49.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81102026-08-26T14:56:50.212Z[ recovery-image] Aug 26 14:56:49.629 INFO O| Aug 26 14:56:49.629 INFO STEP 924 (remove_files) COMPLETE
81112026-08-26T14:56:50.212Z[ recovery-image] Aug 26 14:56:49.629 INFO O| Aug 26 14:56:49.629 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-26T14:56:50.222Z[ recovery-image] Aug 26 14:56:49.639 INFO O| Aug 26 14:56:49.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81132026-08-26T14:56:50.222Z[ recovery-image] Aug 26 14:56:49.640 INFO O| Aug 26 14:56:49.639 INFO STEP 925 (remove_files) COMPLETE
81142026-08-26T14:56:50.222Z[ recovery-image] Aug 26 14:56:49.640 INFO O| Aug 26 14:56:49.639 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-26T14:56:50.230Z[ recovery-image] Aug 26 14:56:49.648 INFO O| Aug 26 14:56:49.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81162026-08-26T14:56:50.230Z[ recovery-image] Aug 26 14:56:49.648 INFO O| Aug 26 14:56:49.648 INFO STEP 926 (remove_files) COMPLETE
81172026-08-26T14:56:50.231Z[ recovery-image] Aug 26 14:56:49.648 INFO O| Aug 26 14:56:49.648 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-26T14:56:50.239Z[ recovery-image] Aug 26 14:56:49.655 INFO O| Aug 26 14:56:49.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81192026-08-26T14:56:50.239Z[ recovery-image] Aug 26 14:56:49.655 INFO O| Aug 26 14:56:49.655 INFO STEP 927 (remove_files) COMPLETE
81202026-08-26T14:56:50.239Z[ recovery-image] Aug 26 14:56:49.655 INFO O| Aug 26 14:56:49.655 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-26T14:56:50.249Z[ recovery-image] Aug 26 14:56:49.666 INFO O| Aug 26 14:56:49.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81222026-08-26T14:56:50.249Z[ recovery-image] Aug 26 14:56:49.666 INFO O| Aug 26 14:56:49.666 INFO STEP 928 (remove_files) COMPLETE
81232026-08-26T14:56:50.249Z[ recovery-image] Aug 26 14:56:49.666 INFO O| Aug 26 14:56:49.666 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-26T14:56:50.258Z[ recovery-image] Aug 26 14:56:49.676 INFO O| Aug 26 14:56:49.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81252026-08-26T14:56:50.258Z[ recovery-image] Aug 26 14:56:49.676 INFO O| Aug 26 14:56:49.676 INFO STEP 929 (remove_files) COMPLETE
81262026-08-26T14:56:50.258Z[ recovery-image] Aug 26 14:56:49.676 INFO O| Aug 26 14:56:49.676 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-26T14:56:50.267Z[ recovery-image] Aug 26 14:56:49.685 INFO O| Aug 26 14:56:49.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81282026-08-26T14:56:50.268Z[ recovery-image] Aug 26 14:56:49.685 INFO O| Aug 26 14:56:49.685 INFO STEP 930 (remove_files) COMPLETE
81292026-08-26T14:56:50.268Z[ recovery-image] Aug 26 14:56:49.685 INFO O| Aug 26 14:56:49.685 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-26T14:56:50.278Z[ recovery-image] Aug 26 14:56:49.695 INFO O| Aug 26 14:56:49.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81312026-08-26T14:56:50.278Z[ recovery-image] Aug 26 14:56:49.695 INFO O| Aug 26 14:56:49.695 INFO STEP 931 (remove_files) COMPLETE
81322026-08-26T14:56:50.278Z[ recovery-image] Aug 26 14:56:49.695 INFO O| Aug 26 14:56:49.695 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-26T14:56:50.289Z[ recovery-image] Aug 26 14:56:49.706 INFO O| Aug 26 14:56:49.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81342026-08-26T14:56:50.289Z[ recovery-image] Aug 26 14:56:49.706 INFO O| Aug 26 14:56:49.706 INFO STEP 932 (remove_files) COMPLETE
81352026-08-26T14:56:50.289Z[ recovery-image] Aug 26 14:56:49.706 INFO O| Aug 26 14:56:49.706 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-26T14:56:50.298Z[ recovery-image] Aug 26 14:56:49.715 INFO O| Aug 26 14:56:49.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81372026-08-26T14:56:50.298Z[ recovery-image] Aug 26 14:56:49.715 INFO O| Aug 26 14:56:49.715 INFO STEP 933 (remove_files) COMPLETE
81382026-08-26T14:56:50.298Z[ recovery-image] Aug 26 14:56:49.715 INFO O| Aug 26 14:56:49.715 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-26T14:56:50.307Z[ recovery-image] Aug 26 14:56:49.725 INFO O| Aug 26 14:56:49.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81402026-08-26T14:56:50.307Z[ recovery-image] Aug 26 14:56:49.725 INFO O| Aug 26 14:56:49.725 INFO STEP 934 (remove_files) COMPLETE
81412026-08-26T14:56:50.307Z[ recovery-image] Aug 26 14:56:49.725 INFO O| Aug 26 14:56:49.725 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-26T14:56:50.316Z[ recovery-image] Aug 26 14:56:49.733 INFO O| Aug 26 14:56:49.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81432026-08-26T14:56:50.320Z[ recovery-image] Aug 26 14:56:49.733 INFO O| Aug 26 14:56:49.733 INFO STEP 935 (remove_files) COMPLETE
81442026-08-26T14:56:50.321Z[ recovery-image] Aug 26 14:56:49.734 INFO O| Aug 26 14:56:49.733 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-26T14:56:50.326Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
81462026-08-26T14:56:50.329Z[ recovery-image] Aug 26 14:56:49.744 INFO O| Aug 26 14:56:49.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81472026-08-26T14:56:50.329Z[ recovery-image] Aug 26 14:56:49.744 INFO O| Aug 26 14:56:49.744 INFO STEP 936 (remove_files) COMPLETE
81482026-08-26T14:56:50.329Z[ recovery-image] Aug 26 14:56:49.744 INFO O| Aug 26 14:56:49.744 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-26T14:56:50.336Z[ recovery-image] Aug 26 14:56:49.754 INFO O| Aug 26 14:56:49.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81502026-08-26T14:56:50.336Z[ recovery-image] Aug 26 14:56:49.754 INFO O| Aug 26 14:56:49.754 INFO STEP 937 (remove_files) COMPLETE
81512026-08-26T14:56:50.336Z[ recovery-image] Aug 26 14:56:49.754 INFO O| Aug 26 14:56:49.754 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-26T14:56:50.348Z[ recovery-image] Aug 26 14:56:49.765 INFO O| Aug 26 14:56:49.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81532026-08-26T14:56:50.348Z[ recovery-image] Aug 26 14:56:49.765 INFO O| Aug 26 14:56:49.765 INFO STEP 938 (remove_files) COMPLETE
81542026-08-26T14:56:50.352Z[ recovery-image] Aug 26 14:56:49.765 INFO O| Aug 26 14:56:49.765 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-26T14:56:50.357Z[ recovery-image] Aug 26 14:56:49.774 INFO O| Aug 26 14:56:49.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81562026-08-26T14:56:50.357Z[ recovery-image] Aug 26 14:56:49.774 INFO O| Aug 26 14:56:49.774 INFO STEP 939 (remove_files) COMPLETE
81572026-08-26T14:56:50.357Z[ recovery-image] Aug 26 14:56:49.774 INFO O| Aug 26 14:56:49.774 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-26T14:56:50.366Z[ recovery-image] Aug 26 14:56:49.783 INFO O| Aug 26 14:56:49.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81592026-08-26T14:56:50.366Z[ recovery-image] Aug 26 14:56:49.783 INFO O| Aug 26 14:56:49.783 INFO STEP 940 (remove_files) COMPLETE
81602026-08-26T14:56:50.366Z[ recovery-image] Aug 26 14:56:49.783 INFO O| Aug 26 14:56:49.783 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-26T14:56:50.375Z[ recovery-image] Aug 26 14:56:49.792 INFO O| Aug 26 14:56:49.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81622026-08-26T14:56:50.375Z[ recovery-image] Aug 26 14:56:49.792 INFO O| Aug 26 14:56:49.792 INFO STEP 941 (remove_files) COMPLETE
81632026-08-26T14:56:50.375Z[ recovery-image] Aug 26 14:56:49.792 INFO O| Aug 26 14:56:49.792 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-26T14:56:50.384Z[ recovery-image] Aug 26 14:56:49.802 INFO O| Aug 26 14:56:49.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81652026-08-26T14:56:50.384Z[ recovery-image] Aug 26 14:56:49.802 INFO O| Aug 26 14:56:49.802 INFO STEP 942 (remove_files) COMPLETE
81662026-08-26T14:56:50.385Z[ recovery-image] Aug 26 14:56:49.802 INFO O| Aug 26 14:56:49.802 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-26T14:56:50.394Z[ recovery-image] Aug 26 14:56:49.811 INFO O| Aug 26 14:56:49.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81682026-08-26T14:56:50.394Z[ recovery-image] Aug 26 14:56:49.811 INFO O| Aug 26 14:56:49.811 INFO STEP 943 (remove_files) COMPLETE
81692026-08-26T14:56:50.394Z[ recovery-image] Aug 26 14:56:49.811 INFO O| Aug 26 14:56:49.811 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-26T14:56:50.403Z[ recovery-image] Aug 26 14:56:49.821 INFO O| Aug 26 14:56:49.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81712026-08-26T14:56:50.404Z[ recovery-image] Aug 26 14:56:49.821 INFO O| Aug 26 14:56:49.821 INFO STEP 944 (remove_files) COMPLETE
81722026-08-26T14:56:50.407Z[ recovery-image] Aug 26 14:56:49.821 INFO O| Aug 26 14:56:49.821 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-26T14:56:50.415Z[ recovery-image] Aug 26 14:56:49.830 INFO O| Aug 26 14:56:49.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81742026-08-26T14:56:50.415Z[ recovery-image] Aug 26 14:56:49.830 INFO O| Aug 26 14:56:49.830 INFO STEP 945 (remove_files) COMPLETE
81752026-08-26T14:56:50.415Z[ recovery-image] Aug 26 14:56:49.830 INFO O| Aug 26 14:56:49.830 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-26T14:56:50.422Z[ recovery-image] Aug 26 14:56:49.840 INFO O| Aug 26 14:56:49.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81772026-08-26T14:56:50.423Z[ recovery-image] Aug 26 14:56:49.840 INFO O| Aug 26 14:56:49.840 INFO STEP 946 (remove_files) COMPLETE
81782026-08-26T14:56:50.423Z[ recovery-image] Aug 26 14:56:49.840 INFO O| Aug 26 14:56:49.840 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-26T14:56:50.433Z[ recovery-image] Aug 26 14:56:49.850 INFO O| Aug 26 14:56:49.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81802026-08-26T14:56:50.433Z[ recovery-image] Aug 26 14:56:49.850 INFO O| Aug 26 14:56:49.850 INFO STEP 947 (remove_files) COMPLETE
81812026-08-26T14:56:50.433Z[ recovery-image] Aug 26 14:56:49.850 INFO O| Aug 26 14:56:49.850 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-26T14:56:50.443Z[ recovery-image] Aug 26 14:56:49.860 INFO O| Aug 26 14:56:49.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81832026-08-26T14:56:50.443Z[ recovery-image] Aug 26 14:56:49.860 INFO O| Aug 26 14:56:49.860 INFO STEP 948 (remove_files) COMPLETE
81842026-08-26T14:56:50.444Z[ recovery-image] Aug 26 14:56:49.860 INFO O| Aug 26 14:56:49.860 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-26T14:56:50.454Z[ recovery-image] Aug 26 14:56:49.870 INFO O| Aug 26 14:56:49.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81862026-08-26T14:56:50.454Z[ recovery-image] Aug 26 14:56:49.870 INFO O| Aug 26 14:56:49.870 INFO STEP 949 (remove_files) COMPLETE
81872026-08-26T14:56:50.454Z[ recovery-image] Aug 26 14:56:49.870 INFO O| Aug 26 14:56:49.870 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-26T14:56:50.465Z[ recovery-image] Aug 26 14:56:49.882 INFO O| Aug 26 14:56:49.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81892026-08-26T14:56:50.465Z[ recovery-image] Aug 26 14:56:49.882 INFO O| Aug 26 14:56:49.882 INFO STEP 950 (remove_files) COMPLETE
81902026-08-26T14:56:50.465Z[ recovery-image] Aug 26 14:56:49.882 INFO O| Aug 26 14:56:49.882 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-26T14:56:50.474Z[ recovery-image] Aug 26 14:56:49.892 INFO O| Aug 26 14:56:49.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81922026-08-26T14:56:50.475Z[ recovery-image] Aug 26 14:56:49.892 INFO O| Aug 26 14:56:49.892 INFO STEP 951 (remove_files) COMPLETE
81932026-08-26T14:56:50.478Z[ recovery-image] Aug 26 14:56:49.892 INFO O| Aug 26 14:56:49.892 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-26T14:56:50.485Z[ recovery-image] Aug 26 14:56:49.902 INFO O| Aug 26 14:56:49.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81952026-08-26T14:56:50.485Z[ recovery-image] Aug 26 14:56:49.903 INFO O| Aug 26 14:56:49.903 INFO STEP 952 (remove_files) COMPLETE
81962026-08-26T14:56:50.485Z[ recovery-image] Aug 26 14:56:49.903 INFO O| Aug 26 14:56:49.903 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-26T14:56:50.495Z[ recovery-image] Aug 26 14:56:49.913 INFO O| Aug 26 14:56:49.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81982026-08-26T14:56:50.495Z[ recovery-image] Aug 26 14:56:49.913 INFO O| Aug 26 14:56:49.913 INFO STEP 953 (remove_files) COMPLETE
81992026-08-26T14:56:50.495Z[ recovery-image] Aug 26 14:56:49.913 INFO O| Aug 26 14:56:49.913 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-26T14:56:50.507Z[ recovery-image] Aug 26 14:56:49.924 INFO O| Aug 26 14:56:49.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82012026-08-26T14:56:50.507Z[ recovery-image] Aug 26 14:56:49.924 INFO O| Aug 26 14:56:49.924 INFO STEP 954 (remove_files) COMPLETE
82022026-08-26T14:56:50.511Z[ recovery-image] Aug 26 14:56:49.924 INFO O| Aug 26 14:56:49.924 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-26T14:56:50.519Z[ recovery-image] Aug 26 14:56:49.936 INFO O| Aug 26 14:56:49.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82042026-08-26T14:56:50.519Z[ recovery-image] Aug 26 14:56:49.936 INFO O| Aug 26 14:56:49.936 INFO STEP 955 (remove_files) COMPLETE
82052026-08-26T14:56:50.523Z[ recovery-image] Aug 26 14:56:49.936 INFO O| Aug 26 14:56:49.936 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-26T14:56:50.527Z[ recovery-image] Aug 26 14:56:49.944 INFO O| Aug 26 14:56:49.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82072026-08-26T14:56:50.527Z[ recovery-image] Aug 26 14:56:49.945 INFO O| Aug 26 14:56:49.944 INFO STEP 956 (remove_files) COMPLETE
82082026-08-26T14:56:50.531Z[ recovery-image] Aug 26 14:56:49.945 INFO O| Aug 26 14:56:49.944 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-26T14:56:50.535Z[ recovery-image] Aug 26 14:56:49.952 INFO O| Aug 26 14:56:49.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82102026-08-26T14:56:50.535Z[ recovery-image] Aug 26 14:56:49.952 INFO O| Aug 26 14:56:49.952 INFO STEP 957 (remove_files) COMPLETE
82112026-08-26T14:56:50.535Z[ recovery-image] Aug 26 14:56:49.952 INFO O| Aug 26 14:56:49.952 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-26T14:56:50.543Z[ recovery-image] Aug 26 14:56:49.961 INFO O| Aug 26 14:56:49.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82132026-08-26T14:56:50.544Z[ recovery-image] Aug 26 14:56:49.961 INFO O| Aug 26 14:56:49.961 INFO STEP 958 (remove_files) COMPLETE
82142026-08-26T14:56:50.544Z[ recovery-image] Aug 26 14:56:49.961 INFO O| Aug 26 14:56:49.961 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-26T14:56:50.552Z[ recovery-image] Aug 26 14:56:49.970 INFO O| Aug 26 14:56:49.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82162026-08-26T14:56:50.552Z[ recovery-image] Aug 26 14:56:49.970 INFO O| Aug 26 14:56:49.970 INFO STEP 959 (remove_files) COMPLETE
82172026-08-26T14:56:50.556Z[ recovery-image] Aug 26 14:56:49.970 INFO O| Aug 26 14:56:49.970 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-26T14:56:50.561Z[ recovery-image] Aug 26 14:56:49.979 INFO O| Aug 26 14:56:49.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82192026-08-26T14:56:50.561Z[ recovery-image] Aug 26 14:56:49.979 INFO O| Aug 26 14:56:49.979 INFO STEP 960 (remove_files) COMPLETE
82202026-08-26T14:56:50.565Z[ recovery-image] Aug 26 14:56:49.979 INFO O| Aug 26 14:56:49.979 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-26T14:56:50.572Z[ recovery-image] Aug 26 14:56:49.989 INFO O| Aug 26 14:56:49.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82222026-08-26T14:56:50.572Z[ recovery-image] Aug 26 14:56:49.989 INFO O| Aug 26 14:56:49.989 INFO STEP 961 (remove_files) COMPLETE
82232026-08-26T14:56:50.572Z[ recovery-image] Aug 26 14:56:49.989 INFO O| Aug 26 14:56:49.989 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-26T14:56:50.582Z[ recovery-image] Aug 26 14:56:50.000 INFO O| Aug 26 14:56:50.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82252026-08-26T14:56:50.582Z[ recovery-image] Aug 26 14:56:50.000 INFO O| Aug 26 14:56:50.000 INFO STEP 962 (remove_files) COMPLETE
82262026-08-26T14:56:50.583Z[ recovery-image] Aug 26 14:56:50.000 INFO O| Aug 26 14:56:50.000 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-26T14:56:50.597Z[ recovery-image] Aug 26 14:56:50.014 INFO O| Aug 26 14:56:50.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82282026-08-26T14:56:50.597Z[ recovery-image] Aug 26 14:56:50.014 INFO O| Aug 26 14:56:50.014 INFO STEP 963 (remove_files) COMPLETE
82292026-08-26T14:56:50.597Z[ recovery-image] Aug 26 14:56:50.014 INFO O| Aug 26 14:56:50.014 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-26T14:56:50.614Z[ recovery-image] Aug 26 14:56:50.024 INFO O| Aug 26 14:56:50.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82312026-08-26T14:56:50.614Z[ recovery-image] Aug 26 14:56:50.024 INFO O| Aug 26 14:56:50.024 INFO STEP 964 (remove_files) COMPLETE
82322026-08-26T14:56:50.614Z[ recovery-image] Aug 26 14:56:50.024 INFO O| Aug 26 14:56:50.024 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-26T14:56:50.618Z[ recovery-image] Aug 26 14:56:50.033 INFO O| Aug 26 14:56:50.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82342026-08-26T14:56:50.618Z[ recovery-image] Aug 26 14:56:50.033 INFO O| Aug 26 14:56:50.033 INFO STEP 965 (remove_files) COMPLETE
82352026-08-26T14:56:50.618Z[ recovery-image] Aug 26 14:56:50.033 INFO O| Aug 26 14:56:50.033 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-26T14:56:50.624Z[ recovery-image] Aug 26 14:56:50.042 INFO O| Aug 26 14:56:50.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82372026-08-26T14:56:50.624Z[ recovery-image] Aug 26 14:56:50.042 INFO O| Aug 26 14:56:50.042 INFO STEP 966 (remove_files) COMPLETE
82382026-08-26T14:56:50.625Z[ recovery-image] Aug 26 14:56:50.042 INFO O| Aug 26 14:56:50.042 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-26T14:56:50.639Z[ recovery-image] Aug 26 14:56:50.056 INFO O| Aug 26 14:56:50.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82402026-08-26T14:56:50.639Z[ recovery-image] Aug 26 14:56:50.056 INFO O| Aug 26 14:56:50.056 INFO STEP 967 (remove_files) COMPLETE
82412026-08-26T14:56:50.639Z[ recovery-image] Aug 26 14:56:50.056 INFO O| Aug 26 14:56:50.056 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-26T14:56:50.648Z[ recovery-image] Aug 26 14:56:50.065 INFO O| Aug 26 14:56:50.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82432026-08-26T14:56:50.648Z[ recovery-image] Aug 26 14:56:50.065 INFO O| Aug 26 14:56:50.065 INFO STEP 968 (remove_files) COMPLETE
82442026-08-26T14:56:50.648Z[ recovery-image] Aug 26 14:56:50.065 INFO O| Aug 26 14:56:50.065 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-26T14:56:50.656Z[ recovery-image] Aug 26 14:56:50.074 INFO O| Aug 26 14:56:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82462026-08-26T14:56:50.657Z[ recovery-image] Aug 26 14:56:50.074 INFO O| Aug 26 14:56:50.074 INFO STEP 969 (remove_files) COMPLETE
82472026-08-26T14:56:50.657Z[ recovery-image] Aug 26 14:56:50.074 INFO O| Aug 26 14:56:50.074 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-26T14:56:50.667Z[ recovery-image] Aug 26 14:56:50.085 INFO O| Aug 26 14:56:50.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82492026-08-26T14:56:50.667Z[ recovery-image] Aug 26 14:56:50.085 INFO O| Aug 26 14:56:50.085 INFO STEP 970 (remove_files) COMPLETE
82502026-08-26T14:56:50.671Z[ recovery-image] Aug 26 14:56:50.085 INFO O| Aug 26 14:56:50.085 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-26T14:56:50.677Z[ recovery-image] Aug 26 14:56:50.095 INFO O| Aug 26 14:56:50.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82522026-08-26T14:56:50.678Z[ recovery-image] Aug 26 14:56:50.095 INFO O| Aug 26 14:56:50.095 INFO STEP 971 (remove_files) COMPLETE
82532026-08-26T14:56:50.678Z[ recovery-image] Aug 26 14:56:50.095 INFO O| Aug 26 14:56:50.095 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-26T14:56:50.689Z[ recovery-image] Aug 26 14:56:50.107 INFO O| Aug 26 14:56:50.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82552026-08-26T14:56:50.690Z[ recovery-image] Aug 26 14:56:50.107 INFO O| Aug 26 14:56:50.107 INFO STEP 972 (remove_files) COMPLETE
82562026-08-26T14:56:50.690Z[ recovery-image] Aug 26 14:56:50.107 INFO O| Aug 26 14:56:50.107 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-26T14:56:50.701Z[ recovery-image] Aug 26 14:56:50.118 INFO O| Aug 26 14:56:50.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82582026-08-26T14:56:50.701Z[ recovery-image] Aug 26 14:56:50.118 INFO O| Aug 26 14:56:50.118 INFO STEP 973 (remove_files) COMPLETE
82592026-08-26T14:56:50.701Z[ recovery-image] Aug 26 14:56:50.118 INFO O| Aug 26 14:56:50.118 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-26T14:56:50.711Z[ recovery-image] Aug 26 14:56:50.128 INFO O| Aug 26 14:56:50.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82612026-08-26T14:56:50.711Z[ recovery-image] Aug 26 14:56:50.128 INFO O| Aug 26 14:56:50.128 INFO STEP 974 (remove_files) COMPLETE
82622026-08-26T14:56:50.711Z[ recovery-image] Aug 26 14:56:50.128 INFO O| Aug 26 14:56:50.128 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-26T14:56:50.719Z[ recovery-image] Aug 26 14:56:50.136 INFO O| Aug 26 14:56:50.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82642026-08-26T14:56:50.719Z[ recovery-image] Aug 26 14:56:50.136 INFO O| Aug 26 14:56:50.136 INFO STEP 975 (remove_files) COMPLETE
82652026-08-26T14:56:50.719Z[ recovery-image] Aug 26 14:56:50.136 INFO O| Aug 26 14:56:50.136 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-26T14:56:50.731Z[ recovery-image] Aug 26 14:56:50.148 INFO O| Aug 26 14:56:50.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82672026-08-26T14:56:50.731Z[ recovery-image] Aug 26 14:56:50.148 INFO O| Aug 26 14:56:50.148 INFO STEP 976 (remove_files) COMPLETE
82682026-08-26T14:56:50.736Z[ recovery-image] Aug 26 14:56:50.148 INFO O| Aug 26 14:56:50.148 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-26T14:56:50.741Z[ recovery-image] Aug 26 14:56:50.158 INFO O| Aug 26 14:56:50.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82702026-08-26T14:56:50.741Z[ recovery-image] Aug 26 14:56:50.158 INFO O| Aug 26 14:56:50.158 INFO STEP 977 (remove_files) COMPLETE
82712026-08-26T14:56:50.741Z[ recovery-image] Aug 26 14:56:50.158 INFO O| Aug 26 14:56:50.158 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-26T14:56:50.751Z[ recovery-image] Aug 26 14:56:50.169 INFO O| Aug 26 14:56:50.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82732026-08-26T14:56:50.751Z[ recovery-image] Aug 26 14:56:50.169 INFO O| Aug 26 14:56:50.169 INFO STEP 978 (remove_files) COMPLETE
82742026-08-26T14:56:50.751Z[ recovery-image] Aug 26 14:56:50.169 INFO O| Aug 26 14:56:50.169 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-26T14:56:50.761Z[ recovery-image] Aug 26 14:56:50.178 INFO O| Aug 26 14:56:50.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82762026-08-26T14:56:50.761Z[ recovery-image] Aug 26 14:56:50.178 INFO O| Aug 26 14:56:50.178 INFO STEP 979 (remove_files) COMPLETE
82772026-08-26T14:56:50.761Z[ recovery-image] Aug 26 14:56:50.178 INFO O| Aug 26 14:56:50.178 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-26T14:56:50.770Z[ recovery-image] Aug 26 14:56:50.187 INFO O| Aug 26 14:56:50.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82792026-08-26T14:56:50.770Z[ recovery-image] Aug 26 14:56:50.188 INFO O| Aug 26 14:56:50.188 INFO STEP 980 (remove_files) COMPLETE
82802026-08-26T14:56:50.770Z[ recovery-image] Aug 26 14:56:50.188 INFO O| Aug 26 14:56:50.188 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-26T14:56:50.780Z[ recovery-image] Aug 26 14:56:50.196 INFO O| Aug 26 14:56:50.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82822026-08-26T14:56:50.780Z[ recovery-image] Aug 26 14:56:50.196 INFO O| Aug 26 14:56:50.196 INFO STEP 981 (remove_files) COMPLETE
82832026-08-26T14:56:50.780Z[ recovery-image] Aug 26 14:56:50.196 INFO O| Aug 26 14:56:50.196 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-26T14:56:50.788Z[ recovery-image] Aug 26 14:56:50.205 INFO O| Aug 26 14:56:50.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82852026-08-26T14:56:50.788Z[ recovery-image] Aug 26 14:56:50.205 INFO O| Aug 26 14:56:50.205 INFO STEP 982 (remove_files) COMPLETE
82862026-08-26T14:56:50.788Z[ recovery-image] Aug 26 14:56:50.205 INFO O| Aug 26 14:56:50.205 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-26T14:56:50.797Z[ recovery-image] Aug 26 14:56:50.214 INFO O| Aug 26 14:56:50.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82882026-08-26T14:56:50.797Z[ recovery-image] Aug 26 14:56:50.214 INFO O| Aug 26 14:56:50.214 INFO STEP 983 (remove_files) COMPLETE
82892026-08-26T14:56:50.797Z[ recovery-image] Aug 26 14:56:50.214 INFO O| Aug 26 14:56:50.214 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-26T14:56:50.807Z[ recovery-image] Aug 26 14:56:50.223 INFO O| Aug 26 14:56:50.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82912026-08-26T14:56:50.807Z[ recovery-image] Aug 26 14:56:50.223 INFO O| Aug 26 14:56:50.223 INFO STEP 984 (remove_files) COMPLETE
82922026-08-26T14:56:50.811Z[ recovery-image] Aug 26 14:56:50.223 INFO O| Aug 26 14:56:50.223 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-26T14:56:50.816Z[ recovery-image] Aug 26 14:56:50.233 INFO O| Aug 26 14:56:50.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82942026-08-26T14:56:50.816Z[ recovery-image] Aug 26 14:56:50.233 INFO O| Aug 26 14:56:50.233 INFO STEP 985 (remove_files) COMPLETE
82952026-08-26T14:56:50.819Z[ recovery-image] Aug 26 14:56:50.233 INFO O| Aug 26 14:56:50.233 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-26T14:56:50.825Z[ recovery-image] Aug 26 14:56:50.242 INFO O| Aug 26 14:56:50.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82972026-08-26T14:56:50.825Z[ recovery-image] Aug 26 14:56:50.243 INFO O| Aug 26 14:56:50.242 INFO STEP 986 (remove_files) COMPLETE
82982026-08-26T14:56:50.828Z[ recovery-image] Aug 26 14:56:50.243 INFO O| Aug 26 14:56:50.242 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-26T14:56:50.836Z[ recovery-image] Aug 26 14:56:50.252 INFO O| Aug 26 14:56:50.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83002026-08-26T14:56:50.836Z[ recovery-image] Aug 26 14:56:50.252 INFO O| Aug 26 14:56:50.252 INFO STEP 987 (remove_files) COMPLETE
83012026-08-26T14:56:50.839Z[ recovery-image] Aug 26 14:56:50.252 INFO O| Aug 26 14:56:50.252 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-26T14:56:50.843Z[ recovery-image] Aug 26 14:56:50.261 INFO O| Aug 26 14:56:50.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83032026-08-26T14:56:50.843Z[ recovery-image] Aug 26 14:56:50.261 INFO O| Aug 26 14:56:50.261 INFO STEP 988 (remove_files) COMPLETE
83042026-08-26T14:56:50.843Z[ recovery-image] Aug 26 14:56:50.261 INFO O| Aug 26 14:56:50.261 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-26T14:56:50.852Z[ recovery-image] Aug 26 14:56:50.270 INFO O| Aug 26 14:56:50.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83062026-08-26T14:56:50.852Z[ recovery-image] Aug 26 14:56:50.270 INFO O| Aug 26 14:56:50.270 INFO STEP 989 (remove_files) COMPLETE
83072026-08-26T14:56:50.852Z[ recovery-image] Aug 26 14:56:50.270 INFO O| Aug 26 14:56:50.270 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-26T14:56:50.861Z[ recovery-image] Aug 26 14:56:50.278 INFO O| Aug 26 14:56:50.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83092026-08-26T14:56:50.861Z[ recovery-image] Aug 26 14:56:50.278 INFO O| Aug 26 14:56:50.278 INFO STEP 990 (remove_files) COMPLETE
83102026-08-26T14:56:50.861Z[ recovery-image] Aug 26 14:56:50.278 INFO O| Aug 26 14:56:50.278 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-26T14:56:50.869Z[ recovery-image] Aug 26 14:56:50.287 INFO O| Aug 26 14:56:50.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83122026-08-26T14:56:50.873Z[ recovery-image] Aug 26 14:56:50.287 INFO O| Aug 26 14:56:50.287 INFO STEP 991 (remove_files) COMPLETE
83132026-08-26T14:56:50.873Z[ recovery-image] Aug 26 14:56:50.287 INFO O| Aug 26 14:56:50.287 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-26T14:56:50.878Z[ recovery-image] Aug 26 14:56:50.296 INFO O| Aug 26 14:56:50.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83152026-08-26T14:56:50.878Z[ recovery-image] Aug 26 14:56:50.296 INFO O| Aug 26 14:56:50.296 INFO STEP 992 (remove_files) COMPLETE
83162026-08-26T14:56:50.878Z[ recovery-image] Aug 26 14:56:50.296 INFO O| Aug 26 14:56:50.296 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-26T14:56:50.887Z[ recovery-image] Aug 26 14:56:50.304 INFO O| Aug 26 14:56:50.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83182026-08-26T14:56:50.887Z[ recovery-image] Aug 26 14:56:50.304 INFO O| Aug 26 14:56:50.304 INFO STEP 993 (remove_files) COMPLETE
83192026-08-26T14:56:50.887Z[ recovery-image] Aug 26 14:56:50.304 INFO O| Aug 26 14:56:50.304 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-26T14:56:50.894Z[ recovery-image] Aug 26 14:56:50.312 INFO O| Aug 26 14:56:50.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83212026-08-26T14:56:50.895Z[ recovery-image] Aug 26 14:56:50.312 INFO O| Aug 26 14:56:50.312 INFO STEP 994 (remove_files) COMPLETE
83222026-08-26T14:56:50.895Z[ recovery-image] Aug 26 14:56:50.312 INFO O| Aug 26 14:56:50.312 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-26T14:56:50.902Z[ recovery-image] Aug 26 14:56:50.320 INFO O| Aug 26 14:56:50.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83242026-08-26T14:56:50.902Z[ recovery-image] Aug 26 14:56:50.320 INFO O| Aug 26 14:56:50.320 INFO STEP 995 (remove_files) COMPLETE
83252026-08-26T14:56:50.902Z[ recovery-image] Aug 26 14:56:50.320 INFO O| Aug 26 14:56:50.320 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-26T14:56:50.910Z[ recovery-image] Aug 26 14:56:50.327 INFO O| Aug 26 14:56:50.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83272026-08-26T14:56:50.910Z[ recovery-image] Aug 26 14:56:50.327 INFO O| Aug 26 14:56:50.327 INFO STEP 996 (remove_files) COMPLETE
83282026-08-26T14:56:50.921Z[ recovery-image] Aug 26 14:56:50.327 INFO O| Aug 26 14:56:50.327 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-26T14:56:50.925Z[ recovery-image] Aug 26 14:56:50.337 INFO O| Aug 26 14:56:50.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83302026-08-26T14:56:50.925Z[ recovery-image] Aug 26 14:56:50.337 INFO O| Aug 26 14:56:50.337 INFO STEP 997 (remove_files) COMPLETE
83312026-08-26T14:56:50.925Z[ recovery-image] Aug 26 14:56:50.337 INFO O| Aug 26 14:56:50.337 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-26T14:56:50.925Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
83332026-08-26T14:56:50.932Z[ recovery-image] Aug 26 14:56:50.350 INFO O| Aug 26 14:56:50.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83342026-08-26T14:56:50.933Z[ recovery-image] Aug 26 14:56:50.350 INFO O| Aug 26 14:56:50.350 INFO STEP 998 (remove_files) COMPLETE
83352026-08-26T14:56:50.933Z[ recovery-image] Aug 26 14:56:50.350 INFO O| Aug 26 14:56:50.350 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-26T14:56:50.942Z[ recovery-image] Aug 26 14:56:50.359 INFO O| Aug 26 14:56:50.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83372026-08-26T14:56:50.946Z[ recovery-image] Aug 26 14:56:50.359 INFO O| Aug 26 14:56:50.359 INFO STEP 999 (remove_files) COMPLETE
83382026-08-26T14:56:50.946Z[ recovery-image] Aug 26 14:56:50.359 INFO O| Aug 26 14:56:50.359 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-26T14:56:50.951Z[ recovery-image] Aug 26 14:56:50.368 INFO O| Aug 26 14:56:50.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83402026-08-26T14:56:50.951Z[ recovery-image] Aug 26 14:56:50.368 INFO O| Aug 26 14:56:50.368 INFO STEP 1000 (remove_files) COMPLETE
83412026-08-26T14:56:50.952Z[ recovery-image] Aug 26 14:56:50.368 INFO O| Aug 26 14:56:50.368 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-26T14:56:50.960Z[ recovery-image] Aug 26 14:56:50.377 INFO O| Aug 26 14:56:50.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83432026-08-26T14:56:50.960Z[ recovery-image] Aug 26 14:56:50.377 INFO O| Aug 26 14:56:50.377 INFO STEP 1001 (remove_files) COMPLETE
83442026-08-26T14:56:50.960Z[ recovery-image] Aug 26 14:56:50.377 INFO O| Aug 26 14:56:50.377 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-26T14:56:50.968Z[ recovery-image] Aug 26 14:56:50.385 INFO O| Aug 26 14:56:50.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83462026-08-26T14:56:50.968Z[ recovery-image] Aug 26 14:56:50.385 INFO O| Aug 26 14:56:50.385 INFO STEP 1002 (remove_files) COMPLETE
83472026-08-26T14:56:50.968Z[ recovery-image] Aug 26 14:56:50.385 INFO O| Aug 26 14:56:50.385 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-26T14:56:50.976Z[ recovery-image] Aug 26 14:56:50.393 INFO O| Aug 26 14:56:50.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83492026-08-26T14:56:50.976Z[ recovery-image] Aug 26 14:56:50.394 INFO O| Aug 26 14:56:50.393 INFO STEP 1003 (remove_files) COMPLETE
83502026-08-26T14:56:50.980Z[ recovery-image] Aug 26 14:56:50.394 INFO O| Aug 26 14:56:50.394 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-26T14:56:50.984Z[ recovery-image] Aug 26 14:56:50.401 INFO O| Aug 26 14:56:50.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83522026-08-26T14:56:50.984Z[ recovery-image] Aug 26 14:56:50.401 INFO O| Aug 26 14:56:50.401 INFO STEP 1004 (remove_files) COMPLETE
83532026-08-26T14:56:50.984Z[ recovery-image] Aug 26 14:56:50.401 INFO O| Aug 26 14:56:50.401 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-26T14:56:50.992Z[ recovery-image] Aug 26 14:56:50.409 INFO O| Aug 26 14:56:50.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83552026-08-26T14:56:50.992Z[ recovery-image] Aug 26 14:56:50.409 INFO O| Aug 26 14:56:50.409 INFO STEP 1005 (remove_files) COMPLETE
83562026-08-26T14:56:50.995Z[ recovery-image] Aug 26 14:56:50.409 INFO O| Aug 26 14:56:50.409 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-26T14:56:51.008Z[ recovery-image] Aug 26 14:56:50.417 INFO O| Aug 26 14:56:50.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83582026-08-26T14:56:51.012Z[ recovery-image] Aug 26 14:56:50.417 INFO O| Aug 26 14:56:50.417 INFO STEP 1006 (remove_files) COMPLETE
83592026-08-26T14:56:51.012Z[ recovery-image] Aug 26 14:56:50.417 INFO O| Aug 26 14:56:50.417 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-26T14:56:51.012Z[ recovery-image] Aug 26 14:56:50.425 INFO O| Aug 26 14:56:50.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83612026-08-26T14:56:51.012Z[ recovery-image] Aug 26 14:56:50.425 INFO O| Aug 26 14:56:50.425 INFO STEP 1007 (remove_files) COMPLETE
83622026-08-26T14:56:51.012Z[ recovery-image] Aug 26 14:56:50.425 INFO O| Aug 26 14:56:50.425 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-26T14:56:51.016Z[ recovery-image] Aug 26 14:56:50.433 INFO O| Aug 26 14:56:50.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83642026-08-26T14:56:51.016Z[ recovery-image] Aug 26 14:56:50.433 INFO O| Aug 26 14:56:50.433 INFO STEP 1008 (remove_files) COMPLETE
83652026-08-26T14:56:51.016Z[ recovery-image] Aug 26 14:56:50.433 INFO O| Aug 26 14:56:50.433 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-26T14:56:51.025Z[ recovery-image] Aug 26 14:56:50.443 INFO O| Aug 26 14:56:50.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83672026-08-26T14:56:51.029Z[ recovery-image] Aug 26 14:56:50.443 INFO O| Aug 26 14:56:50.443 INFO STEP 1009 (remove_files) COMPLETE
83682026-08-26T14:56:51.029Z[ recovery-image] Aug 26 14:56:50.443 INFO O| Aug 26 14:56:50.443 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-26T14:56:51.035Z[ recovery-image] Aug 26 14:56:50.452 INFO O| Aug 26 14:56:50.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83702026-08-26T14:56:51.035Z[ recovery-image] Aug 26 14:56:50.452 INFO O| Aug 26 14:56:50.452 INFO STEP 1010 (remove_files) COMPLETE
83712026-08-26T14:56:51.035Z[ recovery-image] Aug 26 14:56:50.452 INFO O| Aug 26 14:56:50.452 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-26T14:56:51.046Z[ recovery-image] Aug 26 14:56:50.463 INFO O| Aug 26 14:56:50.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83732026-08-26T14:56:51.046Z[ recovery-image] Aug 26 14:56:50.463 INFO O| Aug 26 14:56:50.463 INFO STEP 1011 (remove_files) COMPLETE
83742026-08-26T14:56:51.046Z[ recovery-image] Aug 26 14:56:50.463 INFO O| Aug 26 14:56:50.463 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-26T14:56:51.057Z[ recovery-image] Aug 26 14:56:50.474 INFO O| Aug 26 14:56:50.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83762026-08-26T14:56:51.057Z[ recovery-image] Aug 26 14:56:50.474 INFO O| Aug 26 14:56:50.474 INFO STEP 1012 (remove_files) COMPLETE
83772026-08-26T14:56:51.061Z[ recovery-image] Aug 26 14:56:50.474 INFO O| Aug 26 14:56:50.474 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-26T14:56:51.067Z[ recovery-image] Aug 26 14:56:50.485 INFO O| Aug 26 14:56:50.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83792026-08-26T14:56:51.071Z[ recovery-image] Aug 26 14:56:50.485 INFO O| Aug 26 14:56:50.485 INFO STEP 1013 (remove_files) COMPLETE
83802026-08-26T14:56:51.072Z[ recovery-image] Aug 26 14:56:50.485 INFO O| Aug 26 14:56:50.485 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-26T14:56:51.077Z[ recovery-image] Aug 26 14:56:50.495 INFO O| Aug 26 14:56:50.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83822026-08-26T14:56:51.078Z[ recovery-image] Aug 26 14:56:50.495 INFO O| Aug 26 14:56:50.495 INFO STEP 1014 (remove_files) COMPLETE
83832026-08-26T14:56:51.078Z[ recovery-image] Aug 26 14:56:50.495 INFO O| Aug 26 14:56:50.495 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-26T14:56:51.089Z[ recovery-image] Aug 26 14:56:50.506 INFO O| Aug 26 14:56:50.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83852026-08-26T14:56:51.089Z[ recovery-image] Aug 26 14:56:50.506 INFO O| Aug 26 14:56:50.506 INFO STEP 1015 (remove_files) COMPLETE
83862026-08-26T14:56:51.089Z[ recovery-image] Aug 26 14:56:50.506 INFO O| Aug 26 14:56:50.506 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-26T14:56:51.100Z[ recovery-image] Aug 26 14:56:50.517 INFO O| Aug 26 14:56:50.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83882026-08-26T14:56:51.100Z[ recovery-image] Aug 26 14:56:50.517 INFO O| Aug 26 14:56:50.517 INFO STEP 1016 (remove_files) COMPLETE
83892026-08-26T14:56:51.100Z[ recovery-image] Aug 26 14:56:50.517 INFO O| Aug 26 14:56:50.517 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-26T14:56:51.112Z[ recovery-image] Aug 26 14:56:50.529 INFO O| Aug 26 14:56:50.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83912026-08-26T14:56:51.112Z[ recovery-image] Aug 26 14:56:50.529 INFO O| Aug 26 14:56:50.529 INFO STEP 1017 (remove_files) COMPLETE
83922026-08-26T14:56:51.112Z[ recovery-image] Aug 26 14:56:50.529 INFO O| Aug 26 14:56:50.529 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-26T14:56:51.123Z[ recovery-image] Aug 26 14:56:50.539 INFO O| Aug 26 14:56:50.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83942026-08-26T14:56:51.123Z[ recovery-image] Aug 26 14:56:50.539 INFO O| Aug 26 14:56:50.539 INFO STEP 1018 (remove_files) COMPLETE
83952026-08-26T14:56:51.123Z[ recovery-image] Aug 26 14:56:50.539 INFO O| Aug 26 14:56:50.539 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-26T14:56:51.131Z[ recovery-image] Aug 26 14:56:50.548 INFO O| Aug 26 14:56:50.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83972026-08-26T14:56:51.131Z[ recovery-image] Aug 26 14:56:50.548 INFO O| Aug 26 14:56:50.548 INFO STEP 1019 (remove_files) COMPLETE
83982026-08-26T14:56:51.132Z[ recovery-image] Aug 26 14:56:50.548 INFO O| Aug 26 14:56:50.548 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-26T14:56:51.141Z[ recovery-image] Aug 26 14:56:50.558 INFO O| Aug 26 14:56:50.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84002026-08-26T14:56:51.141Z[ recovery-image] Aug 26 14:56:50.558 INFO O| Aug 26 14:56:50.558 INFO STEP 1020 (remove_files) COMPLETE
84012026-08-26T14:56:51.142Z[ recovery-image] Aug 26 14:56:50.558 INFO O| Aug 26 14:56:50.558 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-26T14:56:51.150Z[ recovery-image] Aug 26 14:56:50.567 INFO O| Aug 26 14:56:50.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84032026-08-26T14:56:51.150Z[ recovery-image] Aug 26 14:56:50.567 INFO O| Aug 26 14:56:50.567 INFO STEP 1021 (remove_files) COMPLETE
84042026-08-26T14:56:51.150Z[ recovery-image] Aug 26 14:56:50.567 INFO O| Aug 26 14:56:50.567 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-26T14:56:51.161Z[ recovery-image] Aug 26 14:56:50.578 INFO O| Aug 26 14:56:50.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84062026-08-26T14:56:51.161Z[ recovery-image] Aug 26 14:56:50.578 INFO O| Aug 26 14:56:50.578 INFO STEP 1022 (remove_files) COMPLETE
84072026-08-26T14:56:51.161Z[ recovery-image] Aug 26 14:56:50.578 INFO O| Aug 26 14:56:50.578 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-26T14:56:51.171Z[ recovery-image] Aug 26 14:56:50.588 INFO O| Aug 26 14:56:50.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84092026-08-26T14:56:51.171Z[ recovery-image] Aug 26 14:56:50.588 INFO O| Aug 26 14:56:50.588 INFO STEP 1023 (remove_files) COMPLETE
84102026-08-26T14:56:51.171Z[ recovery-image] Aug 26 14:56:50.588 INFO O| Aug 26 14:56:50.588 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-26T14:56:51.180Z[ recovery-image] Aug 26 14:56:50.597 INFO O| Aug 26 14:56:50.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84122026-08-26T14:56:51.180Z[ recovery-image] Aug 26 14:56:50.597 INFO O| Aug 26 14:56:50.597 INFO STEP 1024 (remove_files) COMPLETE
84132026-08-26T14:56:51.184Z[ recovery-image] Aug 26 14:56:50.597 INFO O| Aug 26 14:56:50.597 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-26T14:56:51.188Z[ recovery-image] Aug 26 14:56:50.606 INFO O| Aug 26 14:56:50.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84152026-08-26T14:56:51.188Z[ recovery-image] Aug 26 14:56:50.606 INFO O| Aug 26 14:56:50.606 INFO STEP 1025 (remove_files) COMPLETE
84162026-08-26T14:56:51.188Z[ recovery-image] Aug 26 14:56:50.606 INFO O| Aug 26 14:56:50.606 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-26T14:56:51.196Z[ recovery-image] Aug 26 14:56:50.614 INFO O| Aug 26 14:56:50.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84182026-08-26T14:56:51.196Z[ recovery-image] Aug 26 14:56:50.614 INFO O| Aug 26 14:56:50.614 INFO STEP 1026 (remove_files) COMPLETE
84192026-08-26T14:56:51.197Z[ recovery-image] Aug 26 14:56:50.614 INFO O| Aug 26 14:56:50.614 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-26T14:56:51.206Z[ recovery-image] Aug 26 14:56:50.622 INFO O| Aug 26 14:56:50.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84212026-08-26T14:56:51.206Z[ recovery-image] Aug 26 14:56:50.623 INFO O| Aug 26 14:56:50.622 INFO STEP 1027 (remove_files) COMPLETE
84222026-08-26T14:56:51.209Z[ recovery-image] Aug 26 14:56:50.623 INFO O| Aug 26 14:56:50.623 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-26T14:56:51.215Z[ recovery-image] Aug 26 14:56:50.633 INFO O| Aug 26 14:56:50.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84242026-08-26T14:56:51.215Z[ recovery-image] Aug 26 14:56:50.633 INFO O| Aug 26 14:56:50.633 INFO STEP 1028 (remove_files) COMPLETE
84252026-08-26T14:56:51.216Z[ recovery-image] Aug 26 14:56:50.633 INFO O| Aug 26 14:56:50.633 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-26T14:56:51.226Z[ recovery-image] Aug 26 14:56:50.643 INFO O| Aug 26 14:56:50.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84272026-08-26T14:56:51.226Z[ recovery-image] Aug 26 14:56:50.643 INFO O| Aug 26 14:56:50.643 INFO STEP 1029 (remove_files) COMPLETE
84282026-08-26T14:56:51.226Z[ recovery-image] Aug 26 14:56:50.643 INFO O| Aug 26 14:56:50.643 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-26T14:56:51.235Z[ recovery-image] Aug 26 14:56:50.653 INFO O| Aug 26 14:56:50.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84302026-08-26T14:56:51.236Z[ recovery-image] Aug 26 14:56:50.653 INFO O| Aug 26 14:56:50.653 INFO STEP 1030 (remove_files) COMPLETE
84312026-08-26T14:56:51.239Z[ recovery-image] Aug 26 14:56:50.653 INFO O| Aug 26 14:56:50.653 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-26T14:56:51.244Z[ recovery-image] Aug 26 14:56:50.661 INFO O| Aug 26 14:56:50.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84332026-08-26T14:56:51.244Z[ recovery-image] Aug 26 14:56:50.661 INFO O| Aug 26 14:56:50.661 INFO STEP 1031 (remove_files) COMPLETE
84342026-08-26T14:56:51.247Z[ recovery-image] Aug 26 14:56:50.661 INFO O| Aug 26 14:56:50.661 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-26T14:56:51.253Z[ recovery-image] Aug 26 14:56:50.670 INFO O| Aug 26 14:56:50.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84362026-08-26T14:56:51.253Z[ recovery-image] Aug 26 14:56:50.670 INFO O| Aug 26 14:56:50.670 INFO STEP 1032 (remove_files) COMPLETE
84372026-08-26T14:56:51.256Z[ recovery-image] Aug 26 14:56:50.670 INFO O| Aug 26 14:56:50.670 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-26T14:56:51.260Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
84392026-08-26T14:56:51.264Z[ recovery-image] Aug 26 14:56:50.680 INFO O| Aug 26 14:56:50.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84402026-08-26T14:56:51.264Z[ recovery-image] Aug 26 14:56:50.680 INFO O| Aug 26 14:56:50.680 INFO STEP 1033 (remove_files) COMPLETE
84412026-08-26T14:56:51.267Z[ recovery-image] Aug 26 14:56:50.680 INFO O| Aug 26 14:56:50.680 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-26T14:56:51.273Z[ recovery-image] Aug 26 14:56:50.690 INFO O| Aug 26 14:56:50.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84432026-08-26T14:56:51.273Z[ recovery-image] Aug 26 14:56:50.690 INFO O| Aug 26 14:56:50.690 INFO STEP 1034 (remove_files) COMPLETE
84442026-08-26T14:56:51.273Z[ recovery-image] Aug 26 14:56:50.690 INFO O| Aug 26 14:56:50.690 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-26T14:56:51.283Z[ recovery-image] Aug 26 14:56:50.700 INFO O| Aug 26 14:56:50.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84462026-08-26T14:56:51.283Z[ recovery-image] Aug 26 14:56:50.700 INFO O| Aug 26 14:56:50.700 INFO STEP 1035 (remove_files) COMPLETE
84472026-08-26T14:56:51.283Z[ recovery-image] Aug 26 14:56:50.700 INFO O| Aug 26 14:56:50.700 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-26T14:56:51.296Z[ recovery-image] Aug 26 14:56:50.714 INFO O| Aug 26 14:56:50.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84492026-08-26T14:56:51.297Z[ recovery-image] Aug 26 14:56:50.714 INFO O| Aug 26 14:56:50.714 INFO STEP 1036 (remove_files) COMPLETE
84502026-08-26T14:56:51.297Z[ recovery-image] Aug 26 14:56:50.714 INFO O| Aug 26 14:56:50.714 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-26T14:56:51.307Z[ recovery-image] Aug 26 14:56:50.723 INFO O| Aug 26 14:56:50.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84522026-08-26T14:56:51.307Z[ recovery-image] Aug 26 14:56:50.723 INFO O| Aug 26 14:56:50.723 INFO STEP 1037 (remove_files) COMPLETE
84532026-08-26T14:56:51.307Z[ recovery-image] Aug 26 14:56:50.723 INFO O| Aug 26 14:56:50.723 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-26T14:56:51.314Z[ recovery-image] Aug 26 14:56:50.731 INFO O| Aug 26 14:56:50.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84552026-08-26T14:56:51.314Z[ recovery-image] Aug 26 14:56:50.732 INFO O| Aug 26 14:56:50.732 INFO STEP 1038 (remove_files) COMPLETE
84562026-08-26T14:56:51.314Z[ recovery-image] Aug 26 14:56:50.732 INFO O| Aug 26 14:56:50.732 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-26T14:56:51.324Z[ recovery-image] Aug 26 14:56:50.741 INFO O| Aug 26 14:56:50.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84582026-08-26T14:56:51.324Z[ recovery-image] Aug 26 14:56:50.741 INFO O| Aug 26 14:56:50.741 INFO STEP 1039 (remove_files) COMPLETE
84592026-08-26T14:56:51.328Z[ recovery-image] Aug 26 14:56:50.741 INFO O| Aug 26 14:56:50.741 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-26T14:56:51.333Z[ recovery-image] Aug 26 14:56:50.750 INFO O| Aug 26 14:56:50.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84612026-08-26T14:56:51.333Z[ recovery-image] Aug 26 14:56:50.750 INFO O| Aug 26 14:56:50.750 INFO STEP 1040 (remove_files) COMPLETE
84622026-08-26T14:56:51.333Z[ recovery-image] Aug 26 14:56:50.750 INFO O| Aug 26 14:56:50.750 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-26T14:56:51.337Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
84642026-08-26T14:56:51.341Z[ recovery-image] Aug 26 14:56:50.758 INFO O| Aug 26 14:56:50.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84652026-08-26T14:56:51.341Z[ recovery-image] Aug 26 14:56:50.758 INFO O| Aug 26 14:56:50.758 INFO STEP 1041 (remove_files) COMPLETE
84662026-08-26T14:56:51.344Z[ recovery-image] Aug 26 14:56:50.758 INFO O| Aug 26 14:56:50.758 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-26T14:56:51.350Z[ recovery-image] Aug 26 14:56:50.767 INFO O| Aug 26 14:56:50.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84682026-08-26T14:56:51.350Z[ recovery-image] Aug 26 14:56:50.767 INFO O| Aug 26 14:56:50.767 INFO STEP 1042 (remove_files) COMPLETE
84692026-08-26T14:56:51.350Z[ recovery-image] Aug 26 14:56:50.767 INFO O| Aug 26 14:56:50.767 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-26T14:56:51.361Z[ recovery-image] Aug 26 14:56:50.778 INFO O| Aug 26 14:56:50.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84712026-08-26T14:56:51.362Z[ recovery-image] Aug 26 14:56:50.778 INFO O| Aug 26 14:56:50.778 INFO STEP 1043 (remove_files) COMPLETE
84722026-08-26T14:56:51.362Z[ recovery-image] Aug 26 14:56:50.778 INFO O| Aug 26 14:56:50.778 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-26T14:56:51.371Z[ recovery-image] Aug 26 14:56:50.788 INFO O| Aug 26 14:56:50.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84742026-08-26T14:56:51.372Z[ recovery-image] Aug 26 14:56:50.788 INFO O| Aug 26 14:56:50.788 INFO STEP 1044 (remove_files) COMPLETE
84752026-08-26T14:56:51.372Z[ recovery-image] Aug 26 14:56:50.788 INFO O| Aug 26 14:56:50.788 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-26T14:56:51.382Z[ recovery-image] Aug 26 14:56:50.799 INFO O| Aug 26 14:56:50.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84772026-08-26T14:56:51.382Z[ recovery-image] Aug 26 14:56:50.799 INFO O| Aug 26 14:56:50.799 INFO STEP 1045 (remove_files) COMPLETE
84782026-08-26T14:56:51.386Z[ recovery-image] Aug 26 14:56:50.799 INFO O| Aug 26 14:56:50.799 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-26T14:56:51.397Z[ recovery-image] Aug 26 14:56:50.814 INFO O| Aug 26 14:56:50.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84802026-08-26T14:56:51.397Z[ recovery-image] Aug 26 14:56:50.814 INFO O| Aug 26 14:56:50.814 INFO STEP 1046 (remove_files) COMPLETE
84812026-08-26T14:56:51.398Z[ recovery-image] Aug 26 14:56:50.814 INFO O| Aug 26 14:56:50.814 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-26T14:56:51.408Z[ recovery-image] Aug 26 14:56:50.825 INFO O| Aug 26 14:56:50.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84832026-08-26T14:56:51.408Z[ recovery-image] Aug 26 14:56:50.825 INFO O| Aug 26 14:56:50.825 INFO STEP 1047 (remove_files) COMPLETE
84842026-08-26T14:56:51.409Z[ recovery-image] Aug 26 14:56:50.825 INFO O| Aug 26 14:56:50.825 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-26T14:56:51.419Z[ recovery-image] Aug 26 14:56:50.836 INFO O| Aug 26 14:56:50.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84862026-08-26T14:56:51.419Z[ recovery-image] Aug 26 14:56:50.836 INFO O| Aug 26 14:56:50.836 INFO STEP 1048 (remove_files) COMPLETE
84872026-08-26T14:56:51.419Z[ recovery-image] Aug 26 14:56:50.836 INFO O| Aug 26 14:56:50.836 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-26T14:56:51.430Z[ recovery-image] Aug 26 14:56:50.847 INFO O| Aug 26 14:56:50.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84892026-08-26T14:56:51.430Z[ recovery-image] Aug 26 14:56:50.847 INFO O| Aug 26 14:56:50.847 INFO STEP 1049 (remove_files) COMPLETE
84902026-08-26T14:56:51.430Z[ recovery-image] Aug 26 14:56:50.847 INFO O| Aug 26 14:56:50.847 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-26T14:56:51.439Z[ recovery-image] Aug 26 14:56:50.856 INFO O| Aug 26 14:56:50.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84922026-08-26T14:56:51.439Z[ recovery-image] Aug 26 14:56:50.856 INFO O| Aug 26 14:56:50.856 INFO STEP 1050 (remove_files) COMPLETE
84932026-08-26T14:56:51.439Z[ recovery-image] Aug 26 14:56:50.856 INFO O| Aug 26 14:56:50.856 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-26T14:56:51.448Z[ recovery-image] Aug 26 14:56:50.865 INFO O| Aug 26 14:56:50.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84952026-08-26T14:56:51.449Z[ recovery-image] Aug 26 14:56:50.866 INFO O| Aug 26 14:56:50.866 INFO STEP 1051 (remove_files) COMPLETE
84962026-08-26T14:56:51.449Z[ recovery-image] Aug 26 14:56:50.866 INFO O| Aug 26 14:56:50.866 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-26T14:56:51.459Z[ recovery-image] Aug 26 14:56:50.875 INFO O| Aug 26 14:56:50.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84982026-08-26T14:56:51.459Z[ recovery-image] Aug 26 14:56:50.875 INFO O| Aug 26 14:56:50.875 INFO STEP 1052 (remove_files) COMPLETE
84992026-08-26T14:56:51.459Z[ recovery-image] Aug 26 14:56:50.875 INFO O| Aug 26 14:56:50.875 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-26T14:56:51.467Z[ recovery-image] Aug 26 14:56:50.884 INFO O| Aug 26 14:56:50.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85012026-08-26T14:56:51.468Z[ recovery-image] Aug 26 14:56:50.884 INFO O| Aug 26 14:56:50.884 INFO STEP 1053 (remove_files) COMPLETE
85022026-08-26T14:56:51.468Z[ recovery-image] Aug 26 14:56:50.885 INFO O| Aug 26 14:56:50.884 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-26T14:56:51.476Z[ recovery-image] Aug 26 14:56:50.893 INFO O| Aug 26 14:56:50.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85042026-08-26T14:56:51.476Z[ recovery-image] Aug 26 14:56:50.893 INFO O| Aug 26 14:56:50.893 INFO STEP 1054 (remove_files) COMPLETE
85052026-08-26T14:56:51.476Z[ recovery-image] Aug 26 14:56:50.893 INFO O| Aug 26 14:56:50.893 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-26T14:56:51.484Z[ recovery-image] Aug 26 14:56:50.901 INFO O| Aug 26 14:56:50.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85072026-08-26T14:56:51.484Z[ recovery-image] Aug 26 14:56:50.901 INFO O| Aug 26 14:56:50.901 INFO STEP 1055 (remove_files) COMPLETE
85082026-08-26T14:56:51.484Z[ recovery-image] Aug 26 14:56:50.901 INFO O| Aug 26 14:56:50.901 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-26T14:56:51.492Z[ recovery-image] Aug 26 14:56:50.909 INFO O| Aug 26 14:56:50.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85102026-08-26T14:56:51.492Z[ recovery-image] Aug 26 14:56:50.909 INFO O| Aug 26 14:56:50.909 INFO STEP 1056 (remove_files) COMPLETE
85112026-08-26T14:56:51.492Z[ recovery-image] Aug 26 14:56:50.909 INFO O| Aug 26 14:56:50.909 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-26T14:56:51.500Z[ recovery-image] Aug 26 14:56:50.917 INFO O| Aug 26 14:56:50.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85132026-08-26T14:56:51.500Z[ recovery-image] Aug 26 14:56:50.917 INFO O| Aug 26 14:56:50.917 INFO STEP 1057 (remove_files) COMPLETE
85142026-08-26T14:56:51.500Z[ recovery-image] Aug 26 14:56:50.917 INFO O| Aug 26 14:56:50.917 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-26T14:56:51.508Z[ recovery-image] Aug 26 14:56:50.925 INFO O| Aug 26 14:56:50.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85162026-08-26T14:56:51.508Z[ recovery-image] Aug 26 14:56:50.925 INFO O| Aug 26 14:56:50.925 INFO STEP 1058 (remove_files) COMPLETE
85172026-08-26T14:56:51.508Z[ recovery-image] Aug 26 14:56:50.925 INFO O| Aug 26 14:56:50.925 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-26T14:56:51.516Z[ recovery-image] Aug 26 14:56:50.933 INFO O| Aug 26 14:56:50.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85192026-08-26T14:56:51.516Z[ recovery-image] Aug 26 14:56:50.933 INFO O| Aug 26 14:56:50.933 INFO STEP 1059 (remove_files) COMPLETE
85202026-08-26T14:56:51.516Z[ recovery-image] Aug 26 14:56:50.933 INFO O| Aug 26 14:56:50.933 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-26T14:56:51.524Z[ recovery-image] Aug 26 14:56:50.941 INFO O| Aug 26 14:56:50.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85222026-08-26T14:56:51.524Z[ recovery-image] Aug 26 14:56:50.941 INFO O| Aug 26 14:56:50.941 INFO STEP 1060 (remove_files) COMPLETE
85232026-08-26T14:56:51.524Z[ recovery-image] Aug 26 14:56:50.941 INFO O| Aug 26 14:56:50.941 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-26T14:56:51.532Z[ recovery-image] Aug 26 14:56:50.949 INFO O| Aug 26 14:56:50.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85252026-08-26T14:56:51.532Z[ recovery-image] Aug 26 14:56:50.949 INFO O| Aug 26 14:56:50.949 INFO STEP 1061 (remove_files) COMPLETE
85262026-08-26T14:56:51.532Z[ recovery-image] Aug 26 14:56:50.949 INFO O| Aug 26 14:56:50.949 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-26T14:56:51.542Z[ recovery-image] Aug 26 14:56:50.958 INFO O| Aug 26 14:56:50.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85282026-08-26T14:56:51.542Z[ recovery-image] Aug 26 14:56:50.958 INFO O| Aug 26 14:56:50.958 INFO STEP 1062 (remove_files) COMPLETE
85292026-08-26T14:56:51.542Z[ recovery-image] Aug 26 14:56:50.958 INFO O| Aug 26 14:56:50.958 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-26T14:56:51.549Z[ recovery-image] Aug 26 14:56:50.966 INFO O| Aug 26 14:56:50.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85312026-08-26T14:56:51.549Z[ recovery-image] Aug 26 14:56:50.966 INFO O| Aug 26 14:56:50.966 INFO STEP 1063 (remove_files) COMPLETE
85322026-08-26T14:56:51.549Z[ recovery-image] Aug 26 14:56:50.966 INFO O| Aug 26 14:56:50.966 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-26T14:56:51.558Z[ recovery-image] Aug 26 14:56:50.975 INFO O| Aug 26 14:56:50.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85342026-08-26T14:56:51.558Z[ recovery-image] Aug 26 14:56:50.975 INFO O| Aug 26 14:56:50.975 INFO STEP 1064 (remove_files) COMPLETE
85352026-08-26T14:56:51.558Z[ recovery-image] Aug 26 14:56:50.975 INFO O| Aug 26 14:56:50.975 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-26T14:56:51.567Z[ recovery-image] Aug 26 14:56:50.984 INFO O| Aug 26 14:56:50.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85372026-08-26T14:56:51.567Z[ recovery-image] Aug 26 14:56:50.984 INFO O| Aug 26 14:56:50.984 INFO STEP 1065 (remove_files) COMPLETE
85382026-08-26T14:56:51.567Z[ recovery-image] Aug 26 14:56:50.984 INFO O| Aug 26 14:56:50.984 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-26T14:56:51.576Z[ recovery-image] Aug 26 14:56:50.993 INFO O| Aug 26 14:56:50.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85402026-08-26T14:56:51.576Z[ recovery-image] Aug 26 14:56:50.993 INFO O| Aug 26 14:56:50.993 INFO STEP 1066 (remove_files) COMPLETE
85412026-08-26T14:56:51.580Z[ recovery-image] Aug 26 14:56:50.993 INFO O| Aug 26 14:56:50.993 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-26T14:56:51.599Z[ recovery-image] Aug 26 14:56:51.017 INFO O| Aug 26 14:56:51.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85432026-08-26T14:56:51.599Z[ recovery-image] Aug 26 14:56:51.017 INFO O| Aug 26 14:56:51.017 INFO STEP 1067 (remove_files) COMPLETE
85442026-08-26T14:56:51.603Z[ recovery-image] Aug 26 14:56:51.017 INFO O| Aug 26 14:56:51.017 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-26T14:56:51.610Z[ recovery-image] Aug 26 14:56:51.027 INFO O| Aug 26 14:56:51.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85462026-08-26T14:56:51.610Z[ recovery-image] Aug 26 14:56:51.027 INFO O| Aug 26 14:56:51.027 INFO STEP 1068 (remove_files) COMPLETE
85472026-08-26T14:56:51.613Z[ recovery-image] Aug 26 14:56:51.027 INFO O| Aug 26 14:56:51.027 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-26T14:56:51.619Z[ recovery-image] Aug 26 14:56:51.036 INFO O| Aug 26 14:56:51.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85492026-08-26T14:56:51.619Z[ recovery-image] Aug 26 14:56:51.036 INFO O| Aug 26 14:56:51.036 INFO STEP 1069 (remove_files) COMPLETE
85502026-08-26T14:56:51.619Z[ recovery-image] Aug 26 14:56:51.036 INFO O| Aug 26 14:56:51.036 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-26T14:56:51.628Z[ recovery-image] Aug 26 14:56:51.046 INFO O| Aug 26 14:56:51.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85522026-08-26T14:56:51.629Z[ recovery-image] Aug 26 14:56:51.046 INFO O| Aug 26 14:56:51.046 INFO STEP 1070 (remove_files) COMPLETE
85532026-08-26T14:56:51.629Z[ recovery-image] Aug 26 14:56:51.046 INFO O| Aug 26 14:56:51.046 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-26T14:56:51.644Z[ recovery-image] Aug 26 14:56:51.061 INFO O| Aug 26 14:56:51.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85552026-08-26T14:56:51.644Z[ recovery-image] Aug 26 14:56:51.061 INFO O| Aug 26 14:56:51.061 INFO STEP 1071 (remove_files) COMPLETE
85562026-08-26T14:56:51.644Z[ recovery-image] Aug 26 14:56:51.061 INFO O| Aug 26 14:56:51.061 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-26T14:56:51.653Z[ recovery-image] Aug 26 14:56:51.070 INFO O| Aug 26 14:56:51.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85582026-08-26T14:56:51.653Z[ recovery-image] Aug 26 14:56:51.070 INFO O| Aug 26 14:56:51.070 INFO STEP 1072 (remove_files) COMPLETE
85592026-08-26T14:56:51.657Z[ recovery-image] Aug 26 14:56:51.070 INFO O| Aug 26 14:56:51.070 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-26T14:56:51.663Z[ recovery-image] Aug 26 14:56:51.079 INFO O| Aug 26 14:56:51.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85612026-08-26T14:56:51.663Z[ recovery-image] Aug 26 14:56:51.079 INFO O| Aug 26 14:56:51.079 INFO STEP 1073 (remove_files) COMPLETE
85622026-08-26T14:56:51.663Z[ recovery-image] Aug 26 14:56:51.079 INFO O| Aug 26 14:56:51.079 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-26T14:56:51.671Z[ recovery-image] Aug 26 14:56:51.089 INFO O| Aug 26 14:56:51.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85642026-08-26T14:56:51.671Z[ recovery-image] Aug 26 14:56:51.089 INFO O| Aug 26 14:56:51.089 INFO STEP 1074 (remove_files) COMPLETE
85652026-08-26T14:56:51.671Z[ recovery-image] Aug 26 14:56:51.089 INFO O| Aug 26 14:56:51.089 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-26T14:56:51.682Z[ recovery-image] Aug 26 14:56:51.099 INFO O| Aug 26 14:56:51.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85672026-08-26T14:56:51.682Z[ recovery-image] Aug 26 14:56:51.099 INFO O| Aug 26 14:56:51.099 INFO STEP 1075 (remove_files) COMPLETE
85682026-08-26T14:56:51.682Z[ recovery-image] Aug 26 14:56:51.099 INFO O| Aug 26 14:56:51.099 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-26T14:56:51.693Z[ recovery-image] Aug 26 14:56:51.111 INFO O| Aug 26 14:56:51.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85702026-08-26T14:56:51.694Z[ recovery-image] Aug 26 14:56:51.111 INFO O| Aug 26 14:56:51.111 INFO STEP 1076 (remove_files) COMPLETE
85712026-08-26T14:56:51.694Z[ recovery-image] Aug 26 14:56:51.111 INFO O| Aug 26 14:56:51.111 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-26T14:56:51.704Z[ recovery-image] Aug 26 14:56:51.121 INFO O| Aug 26 14:56:51.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85732026-08-26T14:56:51.704Z[ recovery-image] Aug 26 14:56:51.121 INFO O| Aug 26 14:56:51.121 INFO STEP 1077 (remove_files) COMPLETE
85742026-08-26T14:56:51.707Z[ recovery-image] Aug 26 14:56:51.121 INFO O| Aug 26 14:56:51.121 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-26T14:56:51.715Z[ recovery-image] Aug 26 14:56:51.132 INFO O| Aug 26 14:56:51.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85762026-08-26T14:56:51.715Z[ recovery-image] Aug 26 14:56:51.132 INFO O| Aug 26 14:56:51.132 INFO STEP 1078 (remove_files) COMPLETE
85772026-08-26T14:56:51.718Z[ recovery-image] Aug 26 14:56:51.132 INFO O| Aug 26 14:56:51.132 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-26T14:56:51.725Z[ recovery-image] Aug 26 14:56:51.142 INFO O| Aug 26 14:56:51.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85792026-08-26T14:56:51.725Z[ recovery-image] Aug 26 14:56:51.143 INFO O| Aug 26 14:56:51.142 INFO STEP 1079 (remove_files) COMPLETE
85802026-08-26T14:56:51.725Z[ recovery-image] Aug 26 14:56:51.143 INFO O| Aug 26 14:56:51.142 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-26T14:56:51.734Z[ recovery-image] Aug 26 14:56:51.151 INFO O| Aug 26 14:56:51.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85822026-08-26T14:56:51.734Z[ recovery-image] Aug 26 14:56:51.151 INFO O| Aug 26 14:56:51.151 INFO STEP 1080 (remove_files) COMPLETE
85832026-08-26T14:56:51.734Z[ recovery-image] Aug 26 14:56:51.151 INFO O| Aug 26 14:56:51.151 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-26T14:56:51.742Z[ recovery-image] Aug 26 14:56:51.159 INFO O| Aug 26 14:56:51.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85852026-08-26T14:56:51.742Z[ recovery-image] Aug 26 14:56:51.159 INFO O| Aug 26 14:56:51.159 INFO STEP 1081 (remove_files) COMPLETE
85862026-08-26T14:56:51.746Z[ recovery-image] Aug 26 14:56:51.159 INFO O| Aug 26 14:56:51.159 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-26T14:56:51.750Z[ recovery-image] Aug 26 14:56:51.167 INFO O| Aug 26 14:56:51.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85882026-08-26T14:56:51.750Z[ recovery-image] Aug 26 14:56:51.167 INFO O| Aug 26 14:56:51.167 INFO STEP 1082 (remove_files) COMPLETE
85892026-08-26T14:56:51.754Z[ recovery-image] Aug 26 14:56:51.167 INFO O| Aug 26 14:56:51.167 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-26T14:56:51.761Z[ recovery-image] Aug 26 14:56:51.178 INFO O| Aug 26 14:56:51.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85912026-08-26T14:56:51.761Z[ recovery-image] Aug 26 14:56:51.179 INFO O| Aug 26 14:56:51.179 INFO STEP 1083 (remove_files) COMPLETE
85922026-08-26T14:56:51.761Z[ recovery-image] Aug 26 14:56:51.179 INFO O| Aug 26 14:56:51.179 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-26T14:56:51.771Z[ recovery-image] Aug 26 14:56:51.188 INFO O| Aug 26 14:56:51.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85942026-08-26T14:56:51.771Z[ recovery-image] Aug 26 14:56:51.189 INFO O| Aug 26 14:56:51.189 INFO STEP 1084 (remove_files) COMPLETE
85952026-08-26T14:56:51.771Z[ recovery-image] Aug 26 14:56:51.189 INFO O| Aug 26 14:56:51.189 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-26T14:56:51.781Z[ recovery-image] Aug 26 14:56:51.198 INFO O| Aug 26 14:56:51.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85972026-08-26T14:56:51.781Z[ recovery-image] Aug 26 14:56:51.198 INFO O| Aug 26 14:56:51.198 INFO STEP 1085 (remove_files) COMPLETE
85982026-08-26T14:56:51.781Z[ recovery-image] Aug 26 14:56:51.198 INFO O| Aug 26 14:56:51.198 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-26T14:56:51.790Z[ recovery-image] Aug 26 14:56:51.207 INFO O| Aug 26 14:56:51.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86002026-08-26T14:56:51.790Z[ recovery-image] Aug 26 14:56:51.207 INFO O| Aug 26 14:56:51.207 INFO STEP 1086 (remove_files) COMPLETE
86012026-08-26T14:56:51.791Z[ recovery-image] Aug 26 14:56:51.207 INFO O| Aug 26 14:56:51.207 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-26T14:56:51.800Z[ recovery-image] Aug 26 14:56:51.217 INFO O| Aug 26 14:56:51.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86032026-08-26T14:56:51.800Z[ recovery-image] Aug 26 14:56:51.217 INFO O| Aug 26 14:56:51.217 INFO STEP 1087 (remove_files) COMPLETE
86042026-08-26T14:56:51.800Z[ recovery-image] Aug 26 14:56:51.217 INFO O| Aug 26 14:56:51.217 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-26T14:56:51.809Z[ recovery-image] Aug 26 14:56:51.226 INFO O| Aug 26 14:56:51.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86062026-08-26T14:56:51.809Z[ recovery-image] Aug 26 14:56:51.226 INFO O| Aug 26 14:56:51.226 INFO STEP 1088 (remove_files) COMPLETE
86072026-08-26T14:56:51.809Z[ recovery-image] Aug 26 14:56:51.226 INFO O| Aug 26 14:56:51.226 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-26T14:56:51.818Z[ recovery-image] Aug 26 14:56:51.235 INFO O| Aug 26 14:56:51.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86092026-08-26T14:56:51.818Z[ recovery-image] Aug 26 14:56:51.235 INFO O| Aug 26 14:56:51.235 INFO STEP 1089 (remove_files) COMPLETE
86102026-08-26T14:56:51.818Z[ recovery-image] Aug 26 14:56:51.235 INFO O| Aug 26 14:56:51.235 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-26T14:56:51.827Z[ recovery-image] Aug 26 14:56:51.244 INFO O| Aug 26 14:56:51.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86122026-08-26T14:56:51.827Z[ recovery-image] Aug 26 14:56:51.244 INFO O| Aug 26 14:56:51.244 INFO STEP 1090 (remove_files) COMPLETE
86132026-08-26T14:56:51.831Z[ recovery-image] Aug 26 14:56:51.244 INFO O| Aug 26 14:56:51.244 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-26T14:56:51.837Z[ recovery-image] Aug 26 14:56:51.254 INFO O| Aug 26 14:56:51.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86152026-08-26T14:56:51.837Z[ recovery-image] Aug 26 14:56:51.254 INFO O| Aug 26 14:56:51.254 INFO STEP 1091 (remove_files) COMPLETE
86162026-08-26T14:56:51.841Z[ recovery-image] Aug 26 14:56:51.254 INFO O| Aug 26 14:56:51.254 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-26T14:56:51.847Z[ recovery-image] Aug 26 14:56:51.265 INFO O| Aug 26 14:56:51.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86182026-08-26T14:56:51.847Z[ recovery-image] Aug 26 14:56:51.265 INFO O| Aug 26 14:56:51.265 INFO STEP 1092 (remove_files) COMPLETE
86192026-08-26T14:56:51.847Z[ recovery-image] Aug 26 14:56:51.265 INFO O| Aug 26 14:56:51.265 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-26T14:56:51.857Z[ recovery-image] Aug 26 14:56:51.275 INFO O| Aug 26 14:56:51.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86212026-08-26T14:56:51.858Z[ recovery-image] Aug 26 14:56:51.275 INFO O| Aug 26 14:56:51.275 INFO STEP 1093 (remove_files) COMPLETE
86222026-08-26T14:56:51.858Z[ recovery-image] Aug 26 14:56:51.275 INFO O| Aug 26 14:56:51.275 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-26T14:56:51.868Z[ recovery-image] Aug 26 14:56:51.285 INFO O| Aug 26 14:56:51.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86242026-08-26T14:56:51.868Z[ recovery-image] Aug 26 14:56:51.285 INFO O| Aug 26 14:56:51.285 INFO STEP 1094 (remove_files) COMPLETE
86252026-08-26T14:56:51.868Z[ recovery-image] Aug 26 14:56:51.285 INFO O| Aug 26 14:56:51.285 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-26T14:56:51.878Z[ recovery-image] Aug 26 14:56:51.295 INFO O| Aug 26 14:56:51.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86272026-08-26T14:56:51.878Z[ recovery-image] Aug 26 14:56:51.295 INFO O| Aug 26 14:56:51.295 INFO STEP 1095 (remove_files) COMPLETE
86282026-08-26T14:56:51.878Z[ recovery-image] Aug 26 14:56:51.295 INFO O| Aug 26 14:56:51.295 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-26T14:56:51.886Z[ recovery-image] Aug 26 14:56:51.304 INFO O| Aug 26 14:56:51.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86302026-08-26T14:56:51.887Z[ recovery-image] Aug 26 14:56:51.304 INFO O| Aug 26 14:56:51.304 INFO STEP 1096 (remove_files) COMPLETE
86312026-08-26T14:56:51.891Z[ recovery-image] Aug 26 14:56:51.304 INFO O| Aug 26 14:56:51.304 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-26T14:56:51.895Z[ recovery-image] Aug 26 14:56:51.312 INFO O| Aug 26 14:56:51.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86332026-08-26T14:56:51.899Z[ recovery-image] Aug 26 14:56:51.312 INFO O| Aug 26 14:56:51.312 INFO STEP 1097 (remove_files) COMPLETE
86342026-08-26T14:56:51.899Z[ recovery-image] Aug 26 14:56:51.312 INFO O| Aug 26 14:56:51.312 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-08-26T14:56:51.906Z[ recovery-image] Aug 26 14:56:51.323 INFO O| Aug 26 14:56:51.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86362026-08-26T14:56:51.906Z[ recovery-image] Aug 26 14:56:51.323 INFO O| Aug 26 14:56:51.323 INFO STEP 1098 (remove_files) COMPLETE
86372026-08-26T14:56:51.906Z[ recovery-image] Aug 26 14:56:51.323 INFO O| Aug 26 14:56:51.323 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-08-26T14:56:51.917Z[ recovery-image] Aug 26 14:56:51.334 INFO O| Aug 26 14:56:51.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86392026-08-26T14:56:51.917Z[ recovery-image] Aug 26 14:56:51.334 INFO O| Aug 26 14:56:51.334 INFO STEP 1099 (remove_files) COMPLETE
86402026-08-26T14:56:51.917Z[ recovery-image] Aug 26 14:56:51.334 INFO O| Aug 26 14:56:51.334 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-08-26T14:56:51.927Z[ recovery-image] Aug 26 14:56:51.344 INFO O| Aug 26 14:56:51.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86422026-08-26T14:56:51.927Z[ recovery-image] Aug 26 14:56:51.344 INFO O| Aug 26 14:56:51.344 INFO STEP 1100 (remove_files) COMPLETE
86432026-08-26T14:56:51.927Z[ recovery-image] Aug 26 14:56:51.344 INFO O| Aug 26 14:56:51.344 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-08-26T14:56:51.938Z[ recovery-image] Aug 26 14:56:51.355 INFO O| Aug 26 14:56:51.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86452026-08-26T14:56:51.938Z[ recovery-image] Aug 26 14:56:51.355 INFO O| Aug 26 14:56:51.355 INFO STEP 1101 (remove_files) COMPLETE
86462026-08-26T14:56:51.938Z[ recovery-image] Aug 26 14:56:51.355 INFO O| Aug 26 14:56:51.355 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-08-26T14:56:51.947Z[ recovery-image] Aug 26 14:56:51.364 INFO O| Aug 26 14:56:51.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86482026-08-26T14:56:51.947Z[ recovery-image] Aug 26 14:56:51.364 INFO O| Aug 26 14:56:51.364 INFO STEP 1102 (remove_files) COMPLETE
86492026-08-26T14:56:51.951Z[ recovery-image] Aug 26 14:56:51.364 INFO O| Aug 26 14:56:51.364 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-08-26T14:56:51.958Z[ recovery-image] Aug 26 14:56:51.374 INFO O| Aug 26 14:56:51.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86512026-08-26T14:56:51.959Z[ recovery-image] Aug 26 14:56:51.374 INFO O| Aug 26 14:56:51.374 INFO STEP 1103 (remove_files) COMPLETE
86522026-08-26T14:56:51.959Z[ recovery-image] Aug 26 14:56:51.374 INFO O| Aug 26 14:56:51.374 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-08-26T14:56:51.966Z[ recovery-image] Aug 26 14:56:51.383 INFO O| Aug 26 14:56:51.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86542026-08-26T14:56:51.966Z[ recovery-image] Aug 26 14:56:51.384 INFO O| Aug 26 14:56:51.383 INFO STEP 1104 (remove_files) COMPLETE
86552026-08-26T14:56:51.966Z[ recovery-image] Aug 26 14:56:51.384 INFO O| Aug 26 14:56:51.384 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-08-26T14:56:51.976Z[ recovery-image] Aug 26 14:56:51.393 INFO O| Aug 26 14:56:51.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86572026-08-26T14:56:51.976Z[ recovery-image] Aug 26 14:56:51.393 INFO O| Aug 26 14:56:51.393 INFO STEP 1105 (remove_files) COMPLETE
86582026-08-26T14:56:51.976Z[ recovery-image] Aug 26 14:56:51.393 INFO O| Aug 26 14:56:51.393 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-08-26T14:56:51.985Z[ recovery-image] Aug 26 14:56:51.402 INFO O| Aug 26 14:56:51.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86602026-08-26T14:56:51.985Z[ recovery-image] Aug 26 14:56:51.402 INFO O| Aug 26 14:56:51.402 INFO STEP 1106 (remove_files) COMPLETE
86612026-08-26T14:56:51.985Z[ recovery-image] Aug 26 14:56:51.402 INFO O| Aug 26 14:56:51.402 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-08-26T14:56:51.994Z[ recovery-image] Aug 26 14:56:51.411 INFO O| Aug 26 14:56:51.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86632026-08-26T14:56:51.994Z[ recovery-image] Aug 26 14:56:51.411 INFO O| Aug 26 14:56:51.411 INFO STEP 1107 (remove_files) COMPLETE
86642026-08-26T14:56:51.994Z[ recovery-image] Aug 26 14:56:51.411 INFO O| Aug 26 14:56:51.411 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-08-26T14:56:52.005Z[ recovery-image] Aug 26 14:56:51.422 INFO O| Aug 26 14:56:51.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86662026-08-26T14:56:52.005Z[ recovery-image] Aug 26 14:56:51.422 INFO O| Aug 26 14:56:51.422 INFO STEP 1108 (remove_files) COMPLETE
86672026-08-26T14:56:52.005Z[ recovery-image] Aug 26 14:56:51.422 INFO O| Aug 26 14:56:51.422 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-08-26T14:56:52.057Z[ recovery-image] Aug 26 14:56:51.433 INFO O| Aug 26 14:56:51.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86692026-08-26T14:56:52.057Z[ recovery-image] Aug 26 14:56:51.433 INFO O| Aug 26 14:56:51.433 INFO STEP 1109 (remove_files) COMPLETE
86702026-08-26T14:56:52.057Z[ recovery-image] Aug 26 14:56:51.433 INFO O| Aug 26 14:56:51.433 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.442 INFO O| Aug 26 14:56:51.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86722026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.442 INFO O| Aug 26 14:56:51.442 INFO STEP 1110 (remove_files) COMPLETE
86732026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.442 INFO O| Aug 26 14:56:51.442 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.453 INFO O| Aug 26 14:56:51.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86752026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.453 INFO O| Aug 26 14:56:51.453 INFO STEP 1111 (remove_files) COMPLETE
86762026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.453 INFO O| Aug 26 14:56:51.453 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.463 INFO O| Aug 26 14:56:51.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86782026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.463 INFO O| Aug 26 14:56:51.463 INFO STEP 1112 (remove_files) COMPLETE
86792026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.463 INFO O| Aug 26 14:56:51.463 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.472 INFO O| Aug 26 14:56:51.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86812026-08-26T14:56:52.071Z[ recovery-image] Aug 26 14:56:51.472 INFO O| Aug 26 14:56:51.472 INFO STEP 1113 (remove_files) COMPLETE
86822026-08-26T14:56:52.072Z[ recovery-image] Aug 26 14:56:51.472 INFO O| Aug 26 14:56:51.472 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-08-26T14:56:52.076Z[ recovery-image] Aug 26 14:56:51.484 INFO O| Aug 26 14:56:51.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86842026-08-26T14:56:52.076Z[ recovery-image] Aug 26 14:56:51.484 INFO O| Aug 26 14:56:51.484 INFO STEP 1114 (remove_files) COMPLETE
86852026-08-26T14:56:52.076Z[ recovery-image] Aug 26 14:56:51.484 INFO O| Aug 26 14:56:51.484 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-08-26T14:56:52.079Z[ recovery-image] Aug 26 14:56:51.493 INFO O| Aug 26 14:56:51.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86872026-08-26T14:56:52.079Z[ recovery-image] Aug 26 14:56:51.493 INFO O| Aug 26 14:56:51.493 INFO STEP 1115 (remove_files) COMPLETE
86882026-08-26T14:56:52.079Z[ recovery-image] Aug 26 14:56:51.493 INFO O| Aug 26 14:56:51.493 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-08-26T14:56:52.087Z[ recovery-image] Aug 26 14:56:51.503 INFO O| Aug 26 14:56:51.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86902026-08-26T14:56:52.087Z[ recovery-image] Aug 26 14:56:51.503 INFO O| Aug 26 14:56:51.503 INFO STEP 1116 (remove_files) COMPLETE
86912026-08-26T14:56:52.087Z[ recovery-image] Aug 26 14:56:51.503 INFO O| Aug 26 14:56:51.503 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-08-26T14:56:52.098Z[ recovery-image] Aug 26 14:56:51.515 INFO O| Aug 26 14:56:51.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86932026-08-26T14:56:52.098Z[ recovery-image] Aug 26 14:56:51.515 INFO O| Aug 26 14:56:51.515 INFO STEP 1117 (remove_files) COMPLETE
86942026-08-26T14:56:52.098Z[ recovery-image] Aug 26 14:56:51.515 INFO O| Aug 26 14:56:51.515 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86952026-08-26T14:56:52.125Z[ recovery-image] Aug 26 14:56:51.530 INFO O| Aug 26 14:56:51.530 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86962026-08-26T14:56:52.125Z[ recovery-image] Aug 26 14:56:51.530 INFO O| Aug 26 14:56:51.530 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86972026-08-26T14:56:53.009Z[ recovery-image] Aug 26 14:56:52.413 INFO O| Aug 26 14:56:52.412 INFO STEP 1118 (pack_tar) COMPLETE
86982026-08-26T14:56:53.009Z[ recovery-image] Aug 26 14:56:52.413 INFO O| Aug 26 14:56:52.413 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86992026-08-26T14:56:53.009Z[ recovery-image] Aug 26 14:56:52.413 INFO O| Aug 26 14:56:52.413 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87002026-08-26T14:56:53.040Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87012026-08-26T14:56:53.415Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87022026-08-26T14:56:53.538Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87032026-08-26T14:56:53.571Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87042026-08-26T14:56:53.668Z[ recovery-image] Aug 26 14:56:53.085 INFO O| Aug 26 14:56:53.085 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87052026-08-26T14:56:53.677Z[verify-libraries] Compiling yansi v1.0.1
87062026-08-26T14:56:53.824Z[ recovery-image] Aug 26 14:56:53.241 INFO O| Aug 26 14:56:53.241 INFO completed processing sled/ramdisk-03-recovery-trim
87072026-08-26T14:56:53.827Z[ recovery-image] Aug 26 14:56:53.245 INFO image builder template: zfs-recovery...
87082026-08-26T14:56:53.827Z[ recovery-image] Aug 26 14:56:53.245 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/.tmpOPAkYs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
87092026-08-26T14:56:53.855Z[ recovery-image] Aug 26 14:56:53.272 INFO O| Aug 26 14:56:53.272 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87102026-08-26T14:56:53.859Z[ recovery-image] Aug 26 14:56:53.277 INFO O| Aug 26 14:56:53.277 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87112026-08-26T14:56:53.948Z[ recovery-image] Aug 26 14:56:53.365 INFO O| Aug 26 14:56:53.365 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87122026-08-26T14:56:54.023Z[ recovery-image] Aug 26 14:56:53.440 INFO O| Aug 26 14:56:53.440 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87132026-08-26T14:56:54.023Z[ recovery-image] Aug 26 14:56:53.440 INFO O| Aug 26 14:56:53.440 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87142026-08-26T14:56:54.027Z[ recovery-image] Aug 26 14:56:53.443 INFO O| Aug 26 14:56:53.443 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87152026-08-26T14:56:54.149Z[verify-libraries] Compiling pretty_assertions v1.4.1
87162026-08-26T14:56:54.154Z[ recovery-image] Aug 26 14:56:53.565 INFO O| Aug 26 14:56:53.565 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87172026-08-26T14:56:54.257Z[ recovery-image] Aug 26 14:56:53.674 INFO O| Aug 26 14:56:53.674 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87182026-08-26T14:56:54.267Z[ recovery-image] Aug 26 14:56:53.684 INFO O| Aug 26 14:56:53.684 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87192026-08-26T14:56:54.271Z[ recovery-image] Aug 26 14:56:53.689 INFO O| Aug 26 14:56:53.689 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87202026-08-26T14:56:54.275Z[ recovery-image] Aug 26 14:56:53.690 INFO O| Aug 26 14:56:53.690 INFO no lofi found
87212026-08-26T14:56:54.275Z[ recovery-image] Aug 26 14:56:53.690 INFO O| Aug 26 14:56:53.690 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87222026-08-26T14:56:54.275Z[ recovery-image] Aug 26 14:56:53.690 INFO O| Aug 26 14:56:53.690 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87232026-08-26T14:56:54.275Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87242026-08-26T14:56:54.371Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87252026-08-26T14:56:54.782Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87262026-08-26T14:56:54.866Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87272026-08-26T14:56:54.947Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87282026-08-26T14:56:54.975Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87292026-08-26T14:56:55.246Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87302026-08-26T14:56:55.288Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87312026-08-26T14:56:55.340Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87322026-08-26T14:56:55.543Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87332026-08-26T14:56:55.600Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87342026-08-26T14:56:55.630Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87352026-08-26T14:56:55.690Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87362026-08-26T14:56:55.822Z[verify-libraries] Compiling drift v0.2.0
87372026-08-26T14:56:55.879Z[verify-libraries] Compiling uzers v0.12.2
87382026-08-26T14:56:56.056Z[verify-libraries] Compiling parse-size v1.1.0
87392026-08-26T14:56:56.269Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87402026-08-26T14:56:56.291Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87412026-08-26T14:56:56.531Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87422026-08-26T14:56:56.584Z[ recovery-image] Aug 26 14:56:56.001 INFO O| Aug 26 14:56:56.001 INFO lofi device = /dev/dsk/c2t1d0p0
87432026-08-26T14:56:56.584Z[ recovery-image] Aug 26 14:56:56.001 INFO O| Aug 26 14:56:56.001 INFO pool device = /dev/dsk/c2t1d0p0
87442026-08-26T14:56:56.588Z[ recovery-image] Aug 26 14:56:56.001 INFO O| Aug 26 14:56:56.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"]
87452026-08-26T14:56:56.767Z[ recovery-image] Aug 26 14:56:56.184 INFO O| Aug 26 14:56:56.184 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87462026-08-26T14:56:56.767Z[ recovery-image] Aug 26 14:56:56.184 INFO O| Aug 26 14:56:56.184 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87472026-08-26T14:56:56.786Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87482026-08-26T14:56:56.799Z[ recovery-image] Aug 26 14:56:56.216 INFO O| Aug 26 14:56:56.216 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87492026-08-26T14:56:56.968Z[ recovery-image] Aug 26 14:56:56.385 INFO O| Aug 26 14:56:56.385 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87502026-08-26T14:56:57.011Z[ recovery-image] Aug 26 14:56:56.427 INFO O| Aug 26 14:56:56.427 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87512026-08-26T14:56:57.030Z[ recovery-image] Aug 26 14:56:56.447 INFO O| Aug 26 14:56:56.447 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87522026-08-26T14:56:57.045Z[ recovery-image] Aug 26 14:56:56.462 INFO O| Aug 26 14:56:56.462 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87532026-08-26T14:56:57.090Z[ recovery-image] Aug 26 14:56:56.507 INFO O| Aug 26 14:56:56.507 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87542026-08-26T14:56:57.090Z[ recovery-image] Aug 26 14:56:56.507 INFO O| Aug 26 14:56:56.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87552026-08-26T14:56:57.090Z[ recovery-image] Aug 26 14:56:56.507 INFO O| Aug 26 14:56:56.507 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87562026-08-26T14:56:57.099Z[ recovery-image] Aug 26 14:56:56.515 INFO O| Aug 26 14:56:56.515 INFO boot environment UUID: 0e12c9fa-d274-418c-9309-30ef6a2985f4
87572026-08-26T14:56:57.099Z[ recovery-image] Aug 26 14:56:56.515 INFO O| Aug 26 14:56:56.515 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0e12c9fa-d274-418c-9309-30ef6a2985f4
87582026-08-26T14:56:57.124Z[ recovery-image] Aug 26 14:56:56.537 INFO O| Aug 26 14:56:56.537 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87592026-08-26T14:56:57.136Z[ recovery-image] Aug 26 14:56:56.553 INFO O| Aug 26 14:56:56.553 INFO STEP 0 (create_be) COMPLETE
87602026-08-26T14:56:57.136Z[ recovery-image] Aug 26 14:56:56.553 INFO O| Aug 26 14:56:56.553 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87612026-08-26T14:56:57.150Z[ recovery-image] Aug 26 14:56:56.568 INFO O| Aug 26 14:56:56.567 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"]
87622026-08-26T14:56:57.464Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87632026-08-26T14:56:57.468Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87642026-08-26T14:56:59.555Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87652026-08-26T14:57:00.953Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87662026-08-26T14:57:01.059Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87672026-08-26T14:57:01.984Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87682026-08-26T14:57:02.706Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87692026-08-26T14:57:03.095Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87702026-08-26T14:57:03.128Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87712026-08-26T14:57:03.132Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87722026-08-26T14:57:03.528Z[verify-libraries] Compiling multimap v0.10.1
87732026-08-26T14:57:03.599Z[verify-libraries] Compiling termios v0.3.3
87742026-08-26T14:57:03.666Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87752026-08-26T14:57:03.771Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87762026-08-26T14:57:03.982Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87772026-08-26T14:57:06.038Z[ recovery-image] Aug 26 14:57:05.456 INFO O| Aug 26 14:57:05.455 INFO STEP 1 (unpack_tar) COMPLETE
87782026-08-26T14:57:06.039Z[ recovery-image] Aug 26 14:57:05.456 INFO O| Aug 26 14:57:05.456 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-26T14:57:06.049Z[ recovery-image] Aug 26 14:57:05.466 INFO O| Aug 26 14:57:05.466 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87802026-08-26T14:57:06.091Z[verify-libraries] Compiling polar-core v0.27.3
87812026-08-26T14:57:07.444Z[ recovery-image] Aug 26 14:57:06.861 INFO O| Aug 26 14:57:06.861 INFO STEP 2 (devfsadm) COMPLETE
87822026-08-26T14:57:07.444Z[ recovery-image] Aug 26 14:57:06.861 INFO O| Aug 26 14:57:06.861 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-08-26T14:57:07.454Z[ recovery-image] Aug 26 14:57:06.872 INFO O| Aug 26 14:57:06.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87842026-08-26T14:57:07.454Z[ recovery-image] Aug 26 14:57:06.872 INFO O| Aug 26 14:57:06.872 INFO STEP 3 (ensure_dir) COMPLETE
87852026-08-26T14:57:07.457Z[ recovery-image] Aug 26 14:57:06.872 INFO O| Aug 26 14:57:06.872 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-26T14:57:07.463Z[ recovery-image] Aug 26 14:57:06.881 INFO O| Aug 26 14:57:06.881 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87872026-08-26T14:57:07.463Z[ recovery-image] Aug 26 14:57:06.881 INFO O| Aug 26 14:57:06.881 INFO STEP 4 (ensure_dir) COMPLETE
87882026-08-26T14:57:07.463Z[ recovery-image] Aug 26 14:57:06.881 INFO O| Aug 26 14:57:06.881 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-08-26T14:57:07.472Z[ recovery-image] Aug 26 14:57:06.889 INFO O| Aug 26 14:57:06.889 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87902026-08-26T14:57:07.472Z[ recovery-image] Aug 26 14:57:06.889 INFO O| Aug 26 14:57:06.889 INFO STEP 5 (ensure_dir) COMPLETE
87912026-08-26T14:57:07.472Z[ recovery-image] Aug 26 14:57:06.889 INFO O| Aug 26 14:57:06.889 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-26T14:57:07.481Z[ recovery-image] Aug 26 14:57:06.898 INFO O| Aug 26 14:57:06.898 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87932026-08-26T14:57:07.481Z[ recovery-image] Aug 26 14:57:06.898 INFO O| Aug 26 14:57:06.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87942026-08-26T14:57:07.484Z[ recovery-image] Aug 26 14:57:06.898 INFO O| Aug 26 14:57:06.898 INFO STEP 6 (ensure_dir) COMPLETE
87952026-08-26T14:57:07.484Z[ recovery-image] Aug 26 14:57:06.898 INFO O| Aug 26 14:57:06.898 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-08-26T14:57:07.491Z[ recovery-image] Aug 26 14:57:06.908 INFO O| Aug 26 14:57:06.908 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87972026-08-26T14:57:07.491Z[ recovery-image] Aug 26 14:57:06.908 INFO O| Aug 26 14:57:06.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87982026-08-26T14:57:07.494Z[ recovery-image] Aug 26 14:57:06.908 INFO O| Aug 26 14:57:06.908 INFO STEP 7 (ensure_dir) COMPLETE
87992026-08-26T14:57:07.494Z[ recovery-image] Aug 26 14:57:06.908 INFO O| Aug 26 14:57:06.908 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-26T14:57:07.503Z[ recovery-image] Aug 26 14:57:06.920 INFO O| Aug 26 14:57:06.920 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88012026-08-26T14:57:07.506Z[ recovery-image] Aug 26 14:57:06.920 INFO O| Aug 26 14:57:06.920 INFO STEP 8 (remove_files) COMPLETE
88022026-08-26T14:57:07.506Z[ recovery-image] Aug 26 14:57:06.920 INFO O| Aug 26 14:57:06.920 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032026-08-26T14:57:07.514Z[ recovery-image] Aug 26 14:57:06.931 INFO O| Aug 26 14:57:06.931 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88042026-08-26T14:57:07.517Z[ recovery-image] Aug 26 14:57:06.932 INFO O| Aug 26 14:57:06.932 INFO STEP 9 (remove_files) COMPLETE
88052026-08-26T14:57:07.517Z[ recovery-image] Aug 26 14:57:06.932 INFO O| Aug 26 14:57:06.932 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062026-08-26T14:57:07.523Z[ recovery-image] Aug 26 14:57:06.941 INFO O| Aug 26 14:57:06.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88072026-08-26T14:57:07.526Z[ recovery-image] Aug 26 14:57:06.941 INFO O| Aug 26 14:57:06.941 INFO STEP 10 (remove_files) COMPLETE
88082026-08-26T14:57:07.526Z[ recovery-image] Aug 26 14:57:06.941 INFO O| Aug 26 14:57:06.941 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-26T14:57:07.532Z[ recovery-image] Aug 26 14:57:06.950 INFO O| Aug 26 14:57:06.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88102026-08-26T14:57:07.532Z[ recovery-image] Aug 26 14:57:06.950 INFO O| Aug 26 14:57:06.950 INFO STEP 11 (remove_files) COMPLETE
88112026-08-26T14:57:07.532Z[ recovery-image] Aug 26 14:57:06.950 INFO O| Aug 26 14:57:06.950 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-08-26T14:57:07.541Z[ recovery-image] Aug 26 14:57:06.959 INFO O| Aug 26 14:57:06.958 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88132026-08-26T14:57:07.541Z[ recovery-image] Aug 26 14:57:06.959 INFO O| Aug 26 14:57:06.959 INFO STEP 12 (remove_files) COMPLETE
88142026-08-26T14:57:07.541Z[ recovery-image] Aug 26 14:57:06.959 INFO O| Aug 26 14:57:06.959 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-08-26T14:57:07.550Z[ recovery-image] Aug 26 14:57:06.967 INFO O| Aug 26 14:57:06.967 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88162026-08-26T14:57:07.550Z[ recovery-image] Aug 26 14:57:06.967 INFO O| Aug 26 14:57:06.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88172026-08-26T14:57:07.553Z[ recovery-image] Aug 26 14:57:06.967 INFO O| Aug 26 14:57:06.967 INFO STEP 13 (ensure_dir) COMPLETE
88182026-08-26T14:57:07.553Z[ recovery-image] Aug 26 14:57:06.967 INFO O| Aug 26 14:57:06.967 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88192026-08-26T14:57:07.562Z[ recovery-image] Aug 26 14:57:06.979 INFO O| Aug 26 14:57:06.979 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88202026-08-26T14:57:07.562Z[ recovery-image] Aug 26 14:57:06.979 INFO O| Aug 26 14:57:06.979 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88212026-08-26T14:57:07.562Z[ recovery-image] Aug 26 14:57:06.979 INFO O| Aug 26 14:57:06.979 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88222026-08-26T14:57:07.562Z[ recovery-image] Aug 26 14:57:06.979 INFO O| Aug 26 14:57:06.979 INFO STEP 14 (ensure_dir) COMPLETE
88232026-08-26T14:57:07.566Z[ recovery-image] Aug 26 14:57:06.979 INFO O| Aug 26 14:57:06.979 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-08-26T14:57:07.573Z[ recovery-image] Aug 26 14:57:06.991 INFO O| Aug 26 14:57:06.990 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88252026-08-26T14:57:07.573Z[ recovery-image] Aug 26 14:57:06.991 INFO O| Aug 26 14:57:06.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88262026-08-26T14:57:07.573Z[ recovery-image] Aug 26 14:57:06.991 INFO O| Aug 26 14:57:06.991 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88272026-08-26T14:57:07.576Z[ recovery-image] Aug 26 14:57:06.991 INFO O| Aug 26 14:57:06.991 INFO STEP 15 (ensure_dir) COMPLETE
88282026-08-26T14:57:07.576Z[ recovery-image] Aug 26 14:57:06.991 INFO O| Aug 26 14:57:06.991 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292026-08-26T14:57:07.584Z[ recovery-image] Aug 26 14:57:07.001 INFO O| Aug 26 14:57:07.001 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88302026-08-26T14:57:07.584Z[ recovery-image] Aug 26 14:57:07.001 INFO O| Aug 26 14:57:07.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88312026-08-26T14:57:07.584Z[ recovery-image] Aug 26 14:57:07.001 INFO O| Aug 26 14:57:07.001 INFO STEP 16 (ensure_dir) COMPLETE
88322026-08-26T14:57:07.587Z[ recovery-image] Aug 26 14:57:07.001 INFO O| Aug 26 14:57:07.001 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-08-26T14:57:07.593Z[ recovery-image] Aug 26 14:57:07.011 INFO O| Aug 26 14:57:07.011 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88342026-08-26T14:57:07.593Z[ recovery-image] Aug 26 14:57:07.011 INFO O| Aug 26 14:57:07.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88352026-08-26T14:57:07.597Z[ recovery-image] Aug 26 14:57:07.011 INFO O| Aug 26 14:57:07.011 INFO STEP 17 (ensure_dir) COMPLETE
88362026-08-26T14:57:07.597Z[ recovery-image] Aug 26 14:57:07.011 INFO O| Aug 26 14:57:07.011 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372026-08-26T14:57:07.602Z[ recovery-image] Aug 26 14:57:07.020 INFO O| Aug 26 14:57:07.020 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88382026-08-26T14:57:07.602Z[ recovery-image] Aug 26 14:57:07.020 INFO O| Aug 26 14:57:07.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88392026-08-26T14:57:07.603Z[ recovery-image] Aug 26 14:57:07.020 INFO O| Aug 26 14:57:07.020 INFO ok!
88402026-08-26T14:57:07.605Z[ recovery-image] Aug 26 14:57:07.020 INFO O| Aug 26 14:57:07.020 INFO STEP 18 (ensure_symlink) COMPLETE
88412026-08-26T14:57:07.606Z[ recovery-image] Aug 26 14:57:07.020 INFO O| Aug 26 14:57:07.020 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88422026-08-26T14:57:07.623Z[ recovery-image] Aug 26 14:57:07.029 INFO O| Aug 26 14:57:07.028 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88432026-08-26T14:57:07.623Z[ recovery-image] Aug 26 14:57:07.029 INFO O| Aug 26 14:57:07.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88442026-08-26T14:57:07.623Z[ recovery-image] Aug 26 14:57:07.029 INFO O| Aug 26 14:57:07.028 INFO ok!
88452026-08-26T14:57:07.623Z[ recovery-image] Aug 26 14:57:07.029 INFO O| Aug 26 14:57:07.029 INFO STEP 19 (ensure_file) COMPLETE
88462026-08-26T14:57:07.627Z[ recovery-image] Aug 26 14:57:07.029 INFO O| Aug 26 14:57:07.029 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88472026-08-26T14:57:07.627Z[ recovery-image] Aug 26 14:57:07.037 INFO O| Aug 26 14:57:07.037 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88482026-08-26T14:57:07.627Z[ recovery-image] Aug 26 14:57:07.037 INFO O| Aug 26 14:57:07.037 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88492026-08-26T14:57:07.627Z[ recovery-image] Aug 26 14:57:07.037 INFO O| Aug 26 14:57:07.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88502026-08-26T14:57:07.627Z[ recovery-image] Aug 26 14:57:07.037 INFO O| Aug 26 14:57:07.037 INFO ok!
88512026-08-26T14:57:07.630Z[ recovery-image] Aug 26 14:57:07.037 INFO O| Aug 26 14:57:07.037 INFO STEP 20 (ensure_symlink) COMPLETE
88522026-08-26T14:57:07.630Z[ recovery-image] Aug 26 14:57:07.037 INFO O| Aug 26 14:57:07.037 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-08-26T14:57:07.630Z[ recovery-image] Aug 26 14:57:07.045 INFO O| Aug 26 14:57:07.045 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88542026-08-26T14:57:07.630Z[ recovery-image] Aug 26 14:57:07.045 INFO O| Aug 26 14:57:07.045 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88552026-08-26T14:57:07.630Z[ recovery-image] Aug 26 14:57:07.045 INFO O| Aug 26 14:57:07.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88562026-08-26T14:57:07.630Z[ recovery-image] Aug 26 14:57:07.045 INFO O| Aug 26 14:57:07.045 INFO ok!
88572026-08-26T14:57:07.630Z[ recovery-image] Aug 26 14:57:07.045 INFO O| Aug 26 14:57:07.045 INFO STEP 21 (ensure_symlink) COMPLETE
88582026-08-26T14:57:07.630Z[ recovery-image] Aug 26 14:57:07.045 INFO O| Aug 26 14:57:07.045 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88592026-08-26T14:57:07.636Z[ recovery-image] Aug 26 14:57:07.054 INFO O| Aug 26 14:57:07.054 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88602026-08-26T14:57:07.636Z[ recovery-image] Aug 26 14:57:07.054 INFO O| Aug 26 14:57:07.054 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88612026-08-26T14:57:07.636Z[ recovery-image] Aug 26 14:57:07.054 INFO O| Aug 26 14:57:07.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88622026-08-26T14:57:07.636Z[ recovery-image] Aug 26 14:57:07.054 INFO O| Aug 26 14:57:07.054 INFO ok!
88632026-08-26T14:57:07.640Z[ recovery-image] Aug 26 14:57:07.054 INFO O| Aug 26 14:57:07.054 INFO STEP 22 (ensure_symlink) COMPLETE
88642026-08-26T14:57:07.640Z[ recovery-image] Aug 26 14:57:07.054 INFO O| Aug 26 14:57:07.054 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652026-08-26T14:57:07.648Z[ recovery-image] Aug 26 14:57:07.064 INFO O| Aug 26 14:57:07.064 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88662026-08-26T14:57:07.648Z[ recovery-image] Aug 26 14:57:07.064 INFO O| Aug 26 14:57:07.064 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88672026-08-26T14:57:07.648Z[ recovery-image] Aug 26 14:57:07.064 INFO O| Aug 26 14:57:07.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88682026-08-26T14:57:07.652Z[ recovery-image] Aug 26 14:57:07.064 INFO O| Aug 26 14:57:07.064 INFO ok!
88692026-08-26T14:57:07.652Z[ recovery-image] Aug 26 14:57:07.064 INFO O| Aug 26 14:57:07.064 INFO STEP 23 (ensure_symlink) COMPLETE
88702026-08-26T14:57:07.652Z[ recovery-image] Aug 26 14:57:07.064 INFO O| Aug 26 14:57:07.064 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712026-08-26T14:57:07.655Z[ recovery-image] Aug 26 14:57:07.073 INFO O| Aug 26 14:57:07.073 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88722026-08-26T14:57:07.655Z[ recovery-image] Aug 26 14:57:07.073 INFO O| Aug 26 14:57:07.073 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 ...
88732026-08-26T14:57:07.658Z[ recovery-image] Aug 26 14:57:07.073 INFO O| Aug 26 14:57:07.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88742026-08-26T14:57:07.658Z[ recovery-image] Aug 26 14:57:07.073 INFO O| Aug 26 14:57:07.073 INFO ok!
88752026-08-26T14:57:07.658Z[ recovery-image] Aug 26 14:57:07.073 INFO O| Aug 26 14:57:07.073 INFO STEP 24 (ensure_file) COMPLETE
88762026-08-26T14:57:07.658Z[ recovery-image] Aug 26 14:57:07.073 INFO O| Aug 26 14:57:07.073 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-08-26T14:57:07.666Z[ recovery-image] Aug 26 14:57:07.084 INFO O| Aug 26 14:57:07.084 INFO updating shadow file
88782026-08-26T14:57:07.666Z[ recovery-image] Aug 26 14:57:07.084 INFO O| Aug 26 14:57:07.084 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88792026-08-26T14:57:07.666Z[ recovery-image] Aug 26 14:57:07.084 INFO O| Aug 26 14:57:07.084 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88802026-08-26T14:57:07.670Z[ recovery-image] Aug 26 14:57:07.084 INFO O| Aug 26 14:57:07.084 INFO STEP 25 (shadow) COMPLETE
88812026-08-26T14:57:07.670Z[ recovery-image] Aug 26 14:57:07.084 INFO O| Aug 26 14:57:07.084 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822026-08-26T14:57:07.676Z[ recovery-image] Aug 26 14:57:07.094 INFO O| Aug 26 14:57:07.094 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88832026-08-26T14:57:07.677Z[ recovery-image] Aug 26 14:57:07.094 INFO O| Aug 26 14:57:07.094 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88842026-08-26T14:57:07.680Z[ recovery-image] Aug 26 14:57:07.094 INFO O| Aug 26 14:57:07.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88852026-08-26T14:57:07.680Z[ recovery-image] Aug 26 14:57:07.094 INFO O| Aug 26 14:57:07.094 INFO ok!
88862026-08-26T14:57:07.680Z[ recovery-image] Aug 26 14:57:07.094 INFO O| Aug 26 14:57:07.094 INFO STEP 26 (ensure_file) COMPLETE
88872026-08-26T14:57:07.680Z[ recovery-image] Aug 26 14:57:07.094 INFO O| Aug 26 14:57:07.094 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882026-08-26T14:57:07.687Z[ recovery-image] Aug 26 14:57:07.104 INFO O| Aug 26 14:57:07.104 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88892026-08-26T14:57:07.687Z[ recovery-image] Aug 26 14:57:07.104 INFO O| Aug 26 14:57:07.104 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88902026-08-26T14:57:07.690Z[ recovery-image] Aug 26 14:57:07.104 INFO O| Aug 26 14:57:07.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88912026-08-26T14:57:07.690Z[ recovery-image] Aug 26 14:57:07.104 INFO O| Aug 26 14:57:07.104 INFO ok!
88922026-08-26T14:57:07.690Z[ recovery-image] Aug 26 14:57:07.104 INFO O| Aug 26 14:57:07.104 INFO STEP 27 (ensure_file) COMPLETE
88932026-08-26T14:57:07.691Z[ recovery-image] Aug 26 14:57:07.104 INFO O| Aug 26 14:57:07.104 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942026-08-26T14:57:07.695Z[ recovery-image] Aug 26 14:57:07.113 INFO O| Aug 26 14:57:07.113 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88952026-08-26T14:57:07.695Z[ recovery-image] Aug 26 14:57:07.113 INFO O| Aug 26 14:57:07.113 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88962026-08-26T14:57:07.699Z[ recovery-image] Aug 26 14:57:07.113 INFO O| Aug 26 14:57:07.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88972026-08-26T14:57:07.699Z[ recovery-image] Aug 26 14:57:07.113 INFO O| Aug 26 14:57:07.113 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88982026-08-26T14:57:07.699Z[ recovery-image] Aug 26 14:57:07.113 INFO O| Aug 26 14:57:07.113 INFO ok!
88992026-08-26T14:57:07.699Z[ recovery-image] Aug 26 14:57:07.113 INFO O| Aug 26 14:57:07.113 INFO STEP 28 (ensure_file) COMPLETE
89002026-08-26T14:57:07.699Z[ recovery-image] Aug 26 14:57:07.113 INFO O| Aug 26 14:57:07.113 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89012026-08-26T14:57:07.705Z[ recovery-image] Aug 26 14:57:07.122 INFO O| Aug 26 14:57:07.122 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89022026-08-26T14:57:07.705Z[ recovery-image] Aug 26 14:57:07.122 INFO O| Aug 26 14:57:07.122 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89032026-08-26T14:57:07.708Z[ recovery-image] Aug 26 14:57:07.122 INFO O| Aug 26 14:57:07.122 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89042026-08-26T14:57:07.708Z[ recovery-image] Aug 26 14:57:07.122 INFO O| Aug 26 14:57:07.122 INFO ok!
89052026-08-26T14:57:07.708Z[ recovery-image] Aug 26 14:57:07.122 INFO O| Aug 26 14:57:07.122 INFO STEP 29 (ensure_file) COMPLETE
89062026-08-26T14:57:07.708Z[ recovery-image] Aug 26 14:57:07.122 INFO O| Aug 26 14:57:07.122 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89072026-08-26T14:57:07.714Z[ recovery-image] Aug 26 14:57:07.131 INFO O| Aug 26 14:57:07.131 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89082026-08-26T14:57:07.714Z[ recovery-image] Aug 26 14:57:07.131 INFO O| Aug 26 14:57:07.131 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89092026-08-26T14:57:07.717Z[ recovery-image] Aug 26 14:57:07.131 INFO O| Aug 26 14:57:07.131 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89102026-08-26T14:57:07.717Z[ recovery-image] Aug 26 14:57:07.131 INFO O| Aug 26 14:57:07.131 INFO STEP 30 (ensure_dir) COMPLETE
89112026-08-26T14:57:07.717Z[ recovery-image] Aug 26 14:57:07.131 INFO O| Aug 26 14:57:07.131 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89122026-08-26T14:57:07.722Z[ recovery-image] Aug 26 14:57:07.140 INFO O| Aug 26 14:57:07.139 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89132026-08-26T14:57:07.722Z[ recovery-image] Aug 26 14:57:07.140 INFO O| Aug 26 14:57:07.140 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 ...
89142026-08-26T14:57:07.725Z[ recovery-image] Aug 26 14:57:07.140 INFO O| Aug 26 14:57:07.140 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
89152026-08-26T14:57:07.725Z[ recovery-image] Aug 26 14:57:07.140 INFO O| Aug 26 14:57:07.140 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89162026-08-26T14:57:07.725Z[ recovery-image] Aug 26 14:57:07.140 INFO O| Aug 26 14:57:07.140 INFO ok!
89172026-08-26T14:57:07.725Z[ recovery-image] Aug 26 14:57:07.140 INFO O| Aug 26 14:57:07.140 INFO STEP 31 (ensure_file) COMPLETE
89182026-08-26T14:57:07.725Z[ recovery-image] Aug 26 14:57:07.140 INFO O| Aug 26 14:57:07.140 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89192026-08-26T14:57:07.732Z[ recovery-image] Aug 26 14:57:07.149 INFO O| Aug 26 14:57:07.148 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89202026-08-26T14:57:07.732Z[ recovery-image] Aug 26 14:57:07.149 INFO O| Aug 26 14:57:07.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89212026-08-26T14:57:07.735Z[ recovery-image] Aug 26 14:57:07.149 INFO O| Aug 26 14:57:07.149 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89222026-08-26T14:57:07.735Z[ recovery-image] Aug 26 14:57:07.149 INFO O| Aug 26 14:57:07.149 INFO STEP 32 (ensure_dir) COMPLETE
89232026-08-26T14:57:07.735Z[ recovery-image] Aug 26 14:57:07.149 INFO O| Aug 26 14:57:07.149 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89242026-08-26T14:57:07.740Z[ recovery-image] Aug 26 14:57:07.157 INFO O| Aug 26 14:57:07.157 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89252026-08-26T14:57:07.740Z[ recovery-image] Aug 26 14:57:07.157 INFO O| Aug 26 14:57:07.157 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 ...
89262026-08-26T14:57:07.740Z[ recovery-image] Aug 26 14:57:07.157 INFO O| Aug 26 14:57:07.157 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
89272026-08-26T14:57:07.740Z[ recovery-image] Aug 26 14:57:07.157 INFO O| Aug 26 14:57:07.157 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89282026-08-26T14:57:07.743Z[ recovery-image] Aug 26 14:57:07.157 INFO O| Aug 26 14:57:07.157 INFO ok!
89292026-08-26T14:57:07.743Z[ recovery-image] Aug 26 14:57:07.157 INFO O| Aug 26 14:57:07.157 INFO STEP 33 (ensure_file) COMPLETE
89302026-08-26T14:57:07.743Z[ recovery-image] Aug 26 14:57:07.157 INFO O| Aug 26 14:57:07.157 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89312026-08-26T14:57:07.749Z[ recovery-image] Aug 26 14:57:07.166 INFO O| Aug 26 14:57:07.166 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89322026-08-26T14:57:07.749Z[ recovery-image] Aug 26 14:57:07.166 INFO O| Aug 26 14:57:07.166 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89332026-08-26T14:57:07.752Z[ recovery-image] Aug 26 14:57:07.166 INFO O| Aug 26 14:57:07.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89342026-08-26T14:57:07.752Z[ recovery-image] Aug 26 14:57:07.166 INFO O| Aug 26 14:57:07.166 INFO ok!
89352026-08-26T14:57:07.752Z[ recovery-image] Aug 26 14:57:07.166 INFO O| Aug 26 14:57:07.166 INFO STEP 34 (ensure_file) COMPLETE
89362026-08-26T14:57:07.752Z[ recovery-image] Aug 26 14:57:07.166 INFO O| Aug 26 14:57:07.166 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89372026-08-26T14:57:07.757Z[ recovery-image] Aug 26 14:57:07.174 INFO O| Aug 26 14:57:07.174 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89382026-08-26T14:57:07.757Z[ recovery-image] Aug 26 14:57:07.174 INFO O| Aug 26 14:57:07.174 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89392026-08-26T14:57:07.757Z[ recovery-image] Aug 26 14:57:07.174 INFO O| Aug 26 14:57:07.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89402026-08-26T14:57:07.760Z[ recovery-image] Aug 26 14:57:07.174 INFO O| Aug 26 14:57:07.174 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89412026-08-26T14:57:07.761Z[ recovery-image] Aug 26 14:57:07.174 INFO O| Aug 26 14:57:07.174 INFO ok!
89422026-08-26T14:57:07.761Z[ recovery-image] Aug 26 14:57:07.174 INFO O| Aug 26 14:57:07.174 INFO STEP 35 (ensure_file) COMPLETE
89432026-08-26T14:57:07.761Z[ recovery-image] Aug 26 14:57:07.174 INFO O| Aug 26 14:57:07.174 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89442026-08-26T14:57:07.765Z[ recovery-image] Aug 26 14:57:07.182 INFO O| Aug 26 14:57:07.182 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89452026-08-26T14:57:07.765Z[ recovery-image] Aug 26 14:57:07.182 INFO O| Aug 26 14:57:07.182 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89462026-08-26T14:57:07.768Z[ recovery-image] Aug 26 14:57:07.182 INFO O| Aug 26 14:57:07.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89472026-08-26T14:57:07.768Z[ recovery-image] Aug 26 14:57:07.182 INFO O| Aug 26 14:57:07.182 INFO ok!
89482026-08-26T14:57:07.768Z[ recovery-image] Aug 26 14:57:07.182 INFO O| Aug 26 14:57:07.182 INFO STEP 36 (ensure_file) COMPLETE
89492026-08-26T14:57:07.768Z[ recovery-image] Aug 26 14:57:07.182 INFO O| Aug 26 14:57:07.182 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89502026-08-26T14:57:07.774Z[ recovery-image] Aug 26 14:57:07.191 INFO O| Aug 26 14:57:07.190 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89512026-08-26T14:57:07.774Z[ recovery-image] Aug 26 14:57:07.191 INFO O| Aug 26 14:57:07.191 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89522026-08-26T14:57:07.774Z[ recovery-image] Aug 26 14:57:07.191 INFO O| Aug 26 14:57:07.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89532026-08-26T14:57:07.777Z[ recovery-image] Aug 26 14:57:07.191 INFO O| Aug 26 14:57:07.191 INFO ok!
89542026-08-26T14:57:07.777Z[ recovery-image] Aug 26 14:57:07.191 INFO O| Aug 26 14:57:07.191 INFO STEP 37 (ensure_file) COMPLETE
89552026-08-26T14:57:07.777Z[ recovery-image] Aug 26 14:57:07.191 INFO O| Aug 26 14:57:07.191 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89562026-08-26T14:57:07.783Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89572026-08-26T14:57:07.783Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89582026-08-26T14:57:07.783Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89592026-08-26T14:57:07.783Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89602026-08-26T14:57:07.786Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89612026-08-26T14:57:07.786Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89622026-08-26T14:57:07.786Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO ok!
89632026-08-26T14:57:07.786Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO STEP 38 (ensure_file) COMPLETE
89642026-08-26T14:57:07.786Z[ recovery-image] Aug 26 14:57:07.199 INFO O| Aug 26 14:57:07.199 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89652026-08-26T14:57:07.791Z[ recovery-image] Aug 26 14:57:07.208 INFO O| Aug 26 14:57:07.208 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89662026-08-26T14:57:07.791Z[ recovery-image] Aug 26 14:57:07.208 INFO O| Aug 26 14:57:07.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89672026-08-26T14:57:07.791Z[ recovery-image] Aug 26 14:57:07.208 INFO O| Aug 26 14:57:07.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89682026-08-26T14:57:07.794Z[ recovery-image] Aug 26 14:57:07.208 INFO O| Aug 26 14:57:07.208 INFO STEP 39 (ensure_dir) COMPLETE
89692026-08-26T14:57:07.794Z[ recovery-image] Aug 26 14:57:07.208 INFO O| Aug 26 14:57:07.208 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89702026-08-26T14:57:07.803Z[ recovery-image] Aug 26 14:57:07.217 INFO O| Aug 26 14:57:07.217 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
89712026-08-26T14:57:07.803Z[ recovery-image] Aug 26 14:57:07.217 INFO O| Aug 26 14:57:07.217 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 ...
89722026-08-26T14:57:07.803Z[ recovery-image] Aug 26 14:57:07.217 INFO O| Aug 26 14:57:07.217 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
89732026-08-26T14:57:07.806Z[ recovery-image] Aug 26 14:57:07.217 INFO O| Aug 26 14:57:07.217 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
89742026-08-26T14:57:07.806Z[ recovery-image] Aug 26 14:57:07.217 INFO O| Aug 26 14:57:07.217 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
89752026-08-26T14:57:07.806Z[ recovery-image] Aug 26 14:57:07.218 INFO O| Aug 26 14:57:07.217 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
89762026-08-26T14:57:07.806Z[ recovery-image] Aug 26 14:57:07.218 INFO O| Aug 26 14:57:07.218 INFO ok!
89772026-08-26T14:57:07.806Z[ recovery-image] Aug 26 14:57:07.218 INFO O| Aug 26 14:57:07.218 INFO STEP 40 (ensure_file) COMPLETE
89782026-08-26T14:57:07.806Z[ recovery-image] Aug 26 14:57:07.218 INFO O| Aug 26 14:57:07.218 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89792026-08-26T14:57:07.810Z[ recovery-image] Aug 26 14:57:07.227 INFO O| Aug 26 14:57:07.227 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89802026-08-26T14:57:07.810Z[ recovery-image] Aug 26 14:57:07.227 INFO O| Aug 26 14:57:07.227 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 ...
89812026-08-26T14:57:07.810Z[ recovery-image] Aug 26 14:57:07.227 INFO O| Aug 26 14:57:07.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89822026-08-26T14:57:07.810Z[ recovery-image] Aug 26 14:57:07.227 INFO O| Aug 26 14:57:07.227 INFO ok!
89832026-08-26T14:57:07.810Z[ recovery-image] Aug 26 14:57:07.227 INFO O| Aug 26 14:57:07.227 INFO STEP 41 (ensure_symlink) COMPLETE
89842026-08-26T14:57:07.810Z[ recovery-image] Aug 26 14:57:07.227 INFO O| Aug 26 14:57:07.227 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89852026-08-26T14:57:07.819Z[ recovery-image] Aug 26 14:57:07.235 INFO O| Aug 26 14:57:07.235 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89862026-08-26T14:57:07.819Z[ recovery-image] Aug 26 14:57:07.235 INFO O| Aug 26 14:57:07.235 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89872026-08-26T14:57:07.819Z[ recovery-image] Aug 26 14:57:07.235 INFO O| Aug 26 14:57:07.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89882026-08-26T14:57:07.823Z[ recovery-image] Aug 26 14:57:07.235 INFO O| Aug 26 14:57:07.235 INFO ok!
89892026-08-26T14:57:07.823Z[ recovery-image] Aug 26 14:57:07.235 INFO O| Aug 26 14:57:07.235 INFO STEP 42 (ensure_symlink) COMPLETE
89902026-08-26T14:57:07.823Z[ recovery-image] Aug 26 14:57:07.235 INFO O| Aug 26 14:57:07.235 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89912026-08-26T14:57:07.826Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89922026-08-26T14:57:07.826Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89932026-08-26T14:57:07.826Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89942026-08-26T14:57:07.829Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89952026-08-26T14:57:07.829Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89962026-08-26T14:57:07.829Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89972026-08-26T14:57:07.829Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO ok!
89982026-08-26T14:57:07.829Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO STEP 43 (ensure_file) COMPLETE
89992026-08-26T14:57:07.829Z[ recovery-image] Aug 26 14:57:07.244 INFO O| Aug 26 14:57:07.244 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90002026-08-26T14:57:07.836Z[ recovery-image] Aug 26 14:57:07.253 INFO O| Aug 26 14:57:07.252 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90012026-08-26T14:57:07.836Z[ recovery-image] Aug 26 14:57:07.253 INFO O| Aug 26 14:57:07.252 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 ...
90022026-08-26T14:57:07.836Z[ recovery-image] Aug 26 14:57:07.253 INFO O| Aug 26 14:57:07.253 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
90032026-08-26T14:57:07.836Z[ recovery-image] Aug 26 14:57:07.253 INFO O| Aug 26 14:57:07.253 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90042026-08-26T14:57:07.836Z[ recovery-image] Aug 26 14:57:07.253 INFO O| Aug 26 14:57:07.253 INFO ok!
90052026-08-26T14:57:07.839Z[ recovery-image] Aug 26 14:57:07.253 INFO O| Aug 26 14:57:07.253 INFO STEP 44 (ensure_file) COMPLETE
90062026-08-26T14:57:07.839Z[ recovery-image] Aug 26 14:57:07.253 INFO O| Aug 26 14:57:07.253 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90072026-08-26T14:57:07.844Z[ recovery-image] Aug 26 14:57:07.262 INFO O| Aug 26 14:57:07.261 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90082026-08-26T14:57:07.844Z[ recovery-image] Aug 26 14:57:07.262 INFO O| Aug 26 14:57:07.262 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90092026-08-26T14:57:07.844Z[ recovery-image] Aug 26 14:57:07.262 INFO O| Aug 26 14:57:07.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90102026-08-26T14:57:07.844Z[ recovery-image] Aug 26 14:57:07.262 INFO O| Aug 26 14:57:07.262 INFO ok!
90112026-08-26T14:57:07.848Z[ recovery-image] Aug 26 14:57:07.262 INFO O| Aug 26 14:57:07.262 INFO STEP 45 (ensure_file) COMPLETE
90122026-08-26T14:57:07.848Z[ recovery-image] Aug 26 14:57:07.262 INFO O| Aug 26 14:57:07.262 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90132026-08-26T14:57:07.856Z[ recovery-image] Aug 26 14:57:07.272 INFO O| Aug 26 14:57:07.272 INFO updating shadow file
90142026-08-26T14:57:07.856Z[ recovery-image] Aug 26 14:57:07.272 INFO O| Aug 26 14:57:07.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90152026-08-26T14:57:07.857Z[ recovery-image] Aug 26 14:57:07.272 INFO O| Aug 26 14:57:07.272 INFO STEP 46 (shadow) COMPLETE
90162026-08-26T14:57:07.857Z[ recovery-image] Aug 26 14:57:07.272 INFO O| Aug 26 14:57:07.272 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90172026-08-26T14:57:07.893Z[ recovery-image] Aug 26 14:57:07.309 INFO O| Aug 26 14:57:07.309 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90182026-08-26T14:57:07.893Z[ recovery-image] Aug 26 14:57:07.309 INFO O| Aug 26 14:57:07.309 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90192026-08-26T14:57:07.893Z[ recovery-image] Aug 26 14:57:07.309 INFO O| Aug 26 14:57:07.309 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90202026-08-26T14:57:07.896Z[ recovery-image] Aug 26 14:57:07.309 INFO O| Aug 26 14:57:07.309 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90212026-08-26T14:57:07.896Z[ recovery-image] Aug 26 14:57:07.309 INFO O| Aug 26 14:57:07.309 INFO ok!
90222026-08-26T14:57:07.896Z[ recovery-image] Aug 26 14:57:07.309 INFO O| Aug 26 14:57:07.309 INFO STEP 47 (ensure_file) COMPLETE
90232026-08-26T14:57:07.896Z[ recovery-image] Aug 26 14:57:07.309 INFO O| Aug 26 14:57:07.309 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-26T14:57:07.902Z[ recovery-image] Aug 26 14:57:07.320 INFO O| Aug 26 14:57:07.320 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90252026-08-26T14:57:07.902Z[ recovery-image] Aug 26 14:57:07.320 INFO O| Aug 26 14:57:07.320 INFO STEP 48 (ensure_dir) COMPLETE
90262026-08-26T14:57:07.915Z[ recovery-image] Aug 26 14:57:07.320 INFO O| Aug 26 14:57:07.320 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-26T14:57:07.915Z[ recovery-image] Aug 26 14:57:07.329 INFO O| Aug 26 14:57:07.329 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90282026-08-26T14:57:07.915Z[ recovery-image] Aug 26 14:57:07.329 INFO O| Aug 26 14:57:07.329 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90292026-08-26T14:57:07.915Z[ recovery-image] Aug 26 14:57:07.329 INFO O| Aug 26 14:57:07.329 INFO STEP 49 (ensure_dir) COMPLETE
90302026-08-26T14:57:07.915Z[ recovery-image] Aug 26 14:57:07.329 INFO O| Aug 26 14:57:07.329 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-26T14:57:07.921Z[ recovery-image] Aug 26 14:57:07.339 INFO O| Aug 26 14:57:07.339 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90322026-08-26T14:57:07.921Z[ recovery-image] Aug 26 14:57:07.339 INFO O| Aug 26 14:57:07.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90332026-08-26T14:57:07.921Z[ recovery-image] Aug 26 14:57:07.339 INFO O| Aug 26 14:57:07.339 INFO STEP 50 (ensure_dir) COMPLETE
90342026-08-26T14:57:07.927Z[ recovery-image] Aug 26 14:57:07.339 INFO O| Aug 26 14:57:07.339 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-26T14:57:07.931Z[ recovery-image] Aug 26 14:57:07.349 INFO O| Aug 26 14:57:07.349 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90362026-08-26T14:57:07.932Z[ recovery-image] Aug 26 14:57:07.349 INFO O| Aug 26 14:57:07.349 INFO copying /tmp/.tmpOPAkYs/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90372026-08-26T14:57:07.981Z[ recovery-image] Aug 26 14:57:07.398 INFO O| Aug 26 14:57:07.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90382026-08-26T14:57:07.981Z[ recovery-image] Aug 26 14:57:07.398 INFO O| Aug 26 14:57:07.398 INFO ok!
90392026-08-26T14:57:07.984Z[ recovery-image] Aug 26 14:57:07.398 INFO O| Aug 26 14:57:07.398 INFO STEP 51 (ensure_file) COMPLETE
90402026-08-26T14:57:07.987Z[ recovery-image] Aug 26 14:57:07.398 INFO O| Aug 26 14:57:07.398 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-26T14:57:07.993Z[ recovery-image] Aug 26 14:57:07.410 INFO O| Aug 26 14:57:07.410 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90422026-08-26T14:57:07.993Z[ recovery-image] Aug 26 14:57:07.410 INFO O| Aug 26 14:57:07.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90432026-08-26T14:57:07.996Z[ recovery-image] Aug 26 14:57:07.410 INFO O| Aug 26 14:57:07.410 INFO STEP 52 (ensure_dir) COMPLETE
90442026-08-26T14:57:07.996Z[ recovery-image] Aug 26 14:57:07.410 INFO O| Aug 26 14:57:07.410 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-26T14:57:08.006Z[ recovery-image] Aug 26 14:57:07.421 INFO O| Aug 26 14:57:07.421 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90462026-08-26T14:57:08.006Z[ recovery-image] Aug 26 14:57:07.421 INFO O| Aug 26 14:57:07.421 INFO copying /tmp/.tmpOPAkYs/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90472026-08-26T14:57:08.006Z[ recovery-image] Aug 26 14:57:07.421 INFO O| Aug 26 14:57:07.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90482026-08-26T14:57:08.009Z[ recovery-image] Aug 26 14:57:07.421 INFO O| Aug 26 14:57:07.421 INFO ok!
90492026-08-26T14:57:08.009Z[ recovery-image] Aug 26 14:57:07.421 INFO O| Aug 26 14:57:07.421 INFO STEP 53 (ensure_file) COMPLETE
90502026-08-26T14:57:08.009Z[ recovery-image] Aug 26 14:57:07.421 INFO O| Aug 26 14:57:07.421 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-26T14:57:08.015Z[ recovery-image] Aug 26 14:57:07.432 INFO O| Aug 26 14:57:07.432 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90522026-08-26T14:57:08.015Z[ recovery-image] Aug 26 14:57:07.432 INFO O| Aug 26 14:57:07.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90532026-08-26T14:57:08.015Z[ recovery-image] Aug 26 14:57:07.432 INFO O| Aug 26 14:57:07.432 INFO STEP 54 (ensure_dir) COMPLETE
90542026-08-26T14:57:08.018Z[ recovery-image] Aug 26 14:57:07.432 INFO O| Aug 26 14:57:07.432 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-26T14:57:08.024Z[ recovery-image] Aug 26 14:57:07.442 INFO O| Aug 26 14:57:07.442 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90562026-08-26T14:57:08.024Z[ recovery-image] Aug 26 14:57:07.442 INFO O| Aug 26 14:57:07.442 INFO copying /tmp/.tmpOPAkYs/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90572026-08-26T14:57:10.032Z[ recovery-image] Aug 26 14:57:09.449 INFO O| Aug 26 14:57:09.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90582026-08-26T14:57:10.032Z[ recovery-image] Aug 26 14:57:09.449 INFO O| Aug 26 14:57:09.449 INFO ok!
90592026-08-26T14:57:10.035Z[ recovery-image] Aug 26 14:57:09.449 INFO O| Aug 26 14:57:09.449 INFO STEP 55 (ensure_file) COMPLETE
90602026-08-26T14:57:10.035Z[ recovery-image] Aug 26 14:57:09.449 INFO O| Aug 26 14:57:09.449 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90612026-08-26T14:57:10.042Z[ recovery-image] Aug 26 14:57:09.460 INFO O| Aug 26 14:57:09.460 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90622026-08-26T14:57:10.042Z[ recovery-image] Aug 26 14:57:09.460 INFO O| Aug 26 14:57:09.460 INFO copying /tmp/.tmpOPAkYs/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90632026-08-26T14:57:12.001Z[ recovery-image] Aug 26 14:57:11.418 INFO O| Aug 26 14:57:11.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90642026-08-26T14:57:12.002Z[ recovery-image] Aug 26 14:57:11.418 INFO O| Aug 26 14:57:11.418 INFO ok!
90652026-08-26T14:57:12.002Z[ recovery-image] Aug 26 14:57:11.418 INFO O| Aug 26 14:57:11.418 INFO STEP 56 (ensure_file) COMPLETE
90662026-08-26T14:57:12.006Z[ recovery-image] Aug 26 14:57:11.418 INFO O| Aug 26 14:57:11.418 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-08-26T14:57:12.012Z[ recovery-image] Aug 26 14:57:11.430 INFO O| Aug 26 14:57:11.430 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90682026-08-26T14:57:12.012Z[ recovery-image] Aug 26 14:57:11.430 INFO O| Aug 26 14:57:11.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90692026-08-26T14:57:12.012Z[ recovery-image] Aug 26 14:57:11.430 INFO O| Aug 26 14:57:11.430 INFO STEP 57 (ensure_dir) COMPLETE
90702026-08-26T14:57:12.016Z[ recovery-image] Aug 26 14:57:11.430 INFO O| Aug 26 14:57:11.430 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90712026-08-26T14:57:12.024Z[ recovery-image] Aug 26 14:57:11.441 INFO O| Aug 26 14:57:11.441 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90722026-08-26T14:57:12.024Z[ recovery-image] Aug 26 14:57:11.441 INFO O| Aug 26 14:57:11.441 INFO copying /tmp/.tmpOPAkYs/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 ...
90732026-08-26T14:57:12.024Z[ recovery-image] Aug 26 14:57:11.441 INFO O| Aug 26 14:57:11.441 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
90742026-08-26T14:57:12.028Z[ recovery-image] Aug 26 14:57:11.441 INFO O| Aug 26 14:57:11.441 INFO ok!
90752026-08-26T14:57:12.028Z[ recovery-image] Aug 26 14:57:11.441 INFO O| Aug 26 14:57:11.441 INFO STEP 58 (ensure_file) COMPLETE
90762026-08-26T14:57:12.028Z[ recovery-image] Aug 26 14:57:11.441 INFO O| Aug 26 14:57:11.441 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90772026-08-26T14:57:12.035Z[ recovery-image] Aug 26 14:57:11.452 INFO O| Aug 26 14:57:11.452 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90782026-08-26T14:57:12.035Z[ recovery-image] Aug 26 14:57:11.452 INFO O| Aug 26 14:57:11.452 INFO copying /tmp/.tmpOPAkYs/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 ...
90792026-08-26T14:57:12.035Z[ recovery-image] Aug 26 14:57:11.452 INFO O| Aug 26 14:57:11.452 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
90802026-08-26T14:57:12.038Z[ recovery-image] Aug 26 14:57:11.452 INFO O| Aug 26 14:57:11.452 INFO ok!
90812026-08-26T14:57:12.038Z[ recovery-image] Aug 26 14:57:11.452 INFO O| Aug 26 14:57:11.452 INFO STEP 59 (ensure_file) COMPLETE
90822026-08-26T14:57:12.038Z[ recovery-image] Aug 26 14:57:11.452 INFO O| Aug 26 14:57:11.452 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-08-26T14:57:12.046Z[ recovery-image] Aug 26 14:57:11.463 INFO O| Aug 26 14:57:11.463 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90842026-08-26T14:57:12.046Z[ recovery-image] Aug 26 14:57:11.464 INFO O| Aug 26 14:57:11.463 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90852026-08-26T14:57:12.046Z[ recovery-image] Aug 26 14:57:11.464 INFO O| Aug 26 14:57:11.464 INFO STEP 60 (ensure_dir) COMPLETE
90862026-08-26T14:57:12.049Z[ recovery-image] Aug 26 14:57:11.464 INFO O| Aug 26 14:57:11.464 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90872026-08-26T14:57:12.058Z[ recovery-image] Aug 26 14:57:11.475 INFO O| Aug 26 14:57:11.475 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90882026-08-26T14:57:12.058Z[ recovery-image] Aug 26 14:57:11.475 INFO O| Aug 26 14:57:11.475 INFO copying /tmp/.tmpOPAkYs/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 ...
90892026-08-26T14:57:12.058Z[ recovery-image] Aug 26 14:57:11.475 INFO O| Aug 26 14:57:11.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90902026-08-26T14:57:12.061Z[ recovery-image] Aug 26 14:57:11.475 INFO O| Aug 26 14:57:11.475 INFO ok!
90912026-08-26T14:57:12.061Z[ recovery-image] Aug 26 14:57:11.475 INFO O| Aug 26 14:57:11.475 INFO STEP 61 (ensure_file) COMPLETE
90922026-08-26T14:57:12.061Z[ recovery-image] Aug 26 14:57:11.475 INFO O| Aug 26 14:57:11.475 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90932026-08-26T14:57:12.069Z[ recovery-image] Aug 26 14:57:11.486 INFO O| Aug 26 14:57:11.486 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90942026-08-26T14:57:12.069Z[ recovery-image] Aug 26 14:57:11.486 INFO O| Aug 26 14:57:11.486 INFO copying /tmp/.tmpOPAkYs/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 ...
90952026-08-26T14:57:12.069Z[ recovery-image] Aug 26 14:57:11.486 INFO O| Aug 26 14:57:11.486 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
90962026-08-26T14:57:12.072Z[ recovery-image] Aug 26 14:57:11.486 INFO O| Aug 26 14:57:11.486 INFO ok!
90972026-08-26T14:57:12.072Z[ recovery-image] Aug 26 14:57:11.486 INFO O| Aug 26 14:57:11.486 INFO STEP 62 (ensure_file) COMPLETE
90982026-08-26T14:57:12.072Z[ recovery-image] Aug 26 14:57:11.486 INFO O| Aug 26 14:57:11.486 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90992026-08-26T14:57:12.079Z[ recovery-image] Aug 26 14:57:11.497 INFO O| Aug 26 14:57:11.497 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91002026-08-26T14:57:12.079Z[ recovery-image] Aug 26 14:57:11.497 INFO O| Aug 26 14:57:11.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91012026-08-26T14:57:12.079Z[ recovery-image] Aug 26 14:57:11.497 INFO O| Aug 26 14:57:11.497 INFO STEP 63 (ensure_dir) COMPLETE
91022026-08-26T14:57:12.083Z[ recovery-image] Aug 26 14:57:11.497 INFO O| Aug 26 14:57:11.497 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91032026-08-26T14:57:12.090Z[ recovery-image] Aug 26 14:57:11.507 INFO O| Aug 26 14:57:11.507 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91042026-08-26T14:57:12.093Z[ recovery-image] Aug 26 14:57:11.507 INFO O| Aug 26 14:57:11.507 INFO copying /tmp/.tmpOPAkYs/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 ...
91052026-08-26T14:57:12.093Z[ recovery-image] Aug 26 14:57:11.507 INFO O| Aug 26 14:57:11.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91062026-08-26T14:57:12.093Z[ recovery-image] Aug 26 14:57:11.507 INFO O| Aug 26 14:57:11.507 INFO ok!
91072026-08-26T14:57:12.093Z[ recovery-image] Aug 26 14:57:11.507 INFO O| Aug 26 14:57:11.507 INFO STEP 64 (ensure_file) COMPLETE
91082026-08-26T14:57:12.093Z[ recovery-image] Aug 26 14:57:11.507 INFO O| Aug 26 14:57:11.507 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91092026-08-26T14:57:12.101Z[ recovery-image] Aug 26 14:57:11.518 INFO O| Aug 26 14:57:11.518 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91102026-08-26T14:57:12.101Z[ recovery-image] Aug 26 14:57:11.518 INFO O| Aug 26 14:57:11.518 INFO copying /tmp/.tmpOPAkYs/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91112026-08-26T14:57:12.101Z[ recovery-image] Aug 26 14:57:11.518 INFO O| Aug 26 14:57:11.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91122026-08-26T14:57:12.101Z[ recovery-image] Aug 26 14:57:11.518 INFO O| Aug 26 14:57:11.518 INFO ok!
91132026-08-26T14:57:12.105Z[ recovery-image] Aug 26 14:57:11.518 INFO O| Aug 26 14:57:11.518 INFO STEP 65 (ensure_file) COMPLETE
91142026-08-26T14:57:12.105Z[ recovery-image] Aug 26 14:57:11.518 INFO O| Aug 26 14:57:11.518 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91152026-08-26T14:57:12.113Z[ recovery-image] Aug 26 14:57:11.531 INFO O| Aug 26 14:57:11.531 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91162026-08-26T14:57:12.113Z[ recovery-image] Aug 26 14:57:11.531 INFO O| Aug 26 14:57:11.531 INFO STEP 66 (ensure_dir) COMPLETE
91172026-08-26T14:57:12.117Z[ recovery-image] Aug 26 14:57:11.531 INFO O| Aug 26 14:57:11.531 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-08-26T14:57:12.124Z[ recovery-image] Aug 26 14:57:11.542 INFO O| Aug 26 14:57:11.542 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91192026-08-26T14:57:12.124Z[ recovery-image] Aug 26 14:57:11.542 INFO O| Aug 26 14:57:11.542 INFO STEP 67 (ensure_dir) COMPLETE
91202026-08-26T14:57:12.124Z[ recovery-image] Aug 26 14:57:11.542 INFO O| Aug 26 14:57:11.542 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91212026-08-26T14:57:12.134Z[ recovery-image] Aug 26 14:57:11.552 INFO O| Aug 26 14:57:11.552 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91222026-08-26T14:57:12.134Z[ recovery-image] Aug 26 14:57:11.552 INFO O| Aug 26 14:57:11.552 INFO STEP 68 (ensure_dir) COMPLETE
91232026-08-26T14:57:12.135Z[ recovery-image] Aug 26 14:57:11.552 INFO O| Aug 26 14:57:11.552 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91242026-08-26T14:57:12.148Z[ recovery-image] Aug 26 14:57:11.562 INFO O| Aug 26 14:57:11.562 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91252026-08-26T14:57:12.148Z[ recovery-image] Aug 26 14:57:11.562 INFO O| Aug 26 14:57:11.562 INFO STEP 69 (ensure_dir) COMPLETE
91262026-08-26T14:57:12.148Z[ recovery-image] Aug 26 14:57:11.562 INFO O| Aug 26 14:57:11.562 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91272026-08-26T14:57:12.156Z[ recovery-image] Aug 26 14:57:11.573 INFO O| Aug 26 14:57:11.573 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91282026-08-26T14:57:12.156Z[ recovery-image] Aug 26 14:57:11.573 INFO O| Aug 26 14:57:11.573 INFO copying /tmp/.tmpOPAkYs/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91292026-08-26T14:57:12.156Z[ recovery-image] Aug 26 14:57:11.573 INFO O| Aug 26 14:57:11.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91302026-08-26T14:57:12.156Z[ recovery-image] Aug 26 14:57:11.573 INFO O| Aug 26 14:57:11.573 INFO ok!
91312026-08-26T14:57:12.159Z[ recovery-image] Aug 26 14:57:11.573 INFO O| Aug 26 14:57:11.573 INFO STEP 70 (ensure_file) COMPLETE
91322026-08-26T14:57:12.159Z[ recovery-image] Aug 26 14:57:11.573 INFO O| Aug 26 14:57:11.573 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-26T14:57:12.167Z[ recovery-image] Aug 26 14:57:11.584 INFO O| Aug 26 14:57:11.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91342026-08-26T14:57:12.167Z[ recovery-image] Aug 26 14:57:11.584 INFO O| Aug 26 14:57:11.584 INFO STEP 71 (remove_files) COMPLETE
91352026-08-26T14:57:12.170Z[ recovery-image] Aug 26 14:57:11.584 INFO O| Aug 26 14:57:11.584 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-26T14:57:12.178Z[ recovery-image] Aug 26 14:57:11.595 INFO O| Aug 26 14:57:11.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91372026-08-26T14:57:12.178Z[ recovery-image] Aug 26 14:57:11.595 INFO O| Aug 26 14:57:11.595 INFO STEP 72 (remove_files) COMPLETE
91382026-08-26T14:57:12.178Z[ recovery-image] Aug 26 14:57:11.595 INFO O| Aug 26 14:57:11.595 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-26T14:57:12.187Z[ recovery-image] Aug 26 14:57:11.604 INFO O| Aug 26 14:57:11.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91402026-08-26T14:57:12.187Z[ recovery-image] Aug 26 14:57:11.604 INFO O| Aug 26 14:57:11.604 INFO STEP 73 (remove_files) COMPLETE
91412026-08-26T14:57:12.187Z[ recovery-image] Aug 26 14:57:11.604 INFO O| Aug 26 14:57:11.604 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-26T14:57:12.197Z[ recovery-image] Aug 26 14:57:11.614 INFO O| Aug 26 14:57:11.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91432026-08-26T14:57:12.197Z[ recovery-image] Aug 26 14:57:11.614 INFO O| Aug 26 14:57:11.614 INFO STEP 74 (remove_files) COMPLETE
91442026-08-26T14:57:12.197Z[ recovery-image] Aug 26 14:57:11.614 INFO O| Aug 26 14:57:11.614 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-26T14:57:12.207Z[ recovery-image] Aug 26 14:57:11.624 INFO O| Aug 26 14:57:11.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91462026-08-26T14:57:12.207Z[ recovery-image] Aug 26 14:57:11.624 INFO O| Aug 26 14:57:11.624 INFO STEP 75 (remove_files) COMPLETE
91472026-08-26T14:57:12.207Z[ recovery-image] Aug 26 14:57:11.624 INFO O| Aug 26 14:57:11.624 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-26T14:57:12.241Z[ recovery-image] Aug 26 14:57:11.658 INFO O| Aug 26 14:57:11.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91492026-08-26T14:57:12.241Z[ recovery-image] Aug 26 14:57:11.658 INFO O| Aug 26 14:57:11.658 INFO STEP 76 (remove_files) COMPLETE
91502026-08-26T14:57:12.244Z[ recovery-image] Aug 26 14:57:11.658 INFO O| Aug 26 14:57:11.658 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-26T14:57:12.252Z[ recovery-image] Aug 26 14:57:11.670 INFO O| Aug 26 14:57:11.670 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91522026-08-26T14:57:12.252Z[ recovery-image] Aug 26 14:57:11.670 INFO O| Aug 26 14:57:11.670 INFO STEP 77 (remove_files) COMPLETE
91532026-08-26T14:57:12.256Z[ recovery-image] Aug 26 14:57:11.670 INFO O| Aug 26 14:57:11.670 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-26T14:57:12.263Z[ recovery-image] Aug 26 14:57:11.681 INFO O| Aug 26 14:57:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91552026-08-26T14:57:12.263Z[ recovery-image] Aug 26 14:57:11.681 INFO O| Aug 26 14:57:11.681 INFO STEP 78 (remove_files) COMPLETE
91562026-08-26T14:57:12.263Z[ recovery-image] Aug 26 14:57:11.681 INFO O| Aug 26 14:57:11.681 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-08-26T14:57:12.274Z[ recovery-image] Aug 26 14:57:11.691 INFO O| Aug 26 14:57:11.691 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91582026-08-26T14:57:12.274Z[ recovery-image] Aug 26 14:57:11.691 INFO O| Aug 26 14:57:11.691 INFO STEP 79 (remove_files) COMPLETE
91592026-08-26T14:57:12.277Z[ recovery-image] Aug 26 14:57:11.691 INFO O| Aug 26 14:57:11.691 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-08-26T14:57:12.284Z[ recovery-image] Aug 26 14:57:11.702 INFO O| Aug 26 14:57:11.701 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91612026-08-26T14:57:12.284Z[ recovery-image] Aug 26 14:57:11.702 INFO O| Aug 26 14:57:11.702 INFO STEP 80 (remove_files) COMPLETE
91622026-08-26T14:57:12.284Z[ recovery-image] Aug 26 14:57:11.702 INFO O| Aug 26 14:57:11.702 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-08-26T14:57:12.295Z[ recovery-image] Aug 26 14:57:11.712 INFO O| Aug 26 14:57:11.712 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91642026-08-26T14:57:12.295Z[ recovery-image] Aug 26 14:57:11.712 INFO O| Aug 26 14:57:11.712 INFO STEP 81 (remove_files) COMPLETE
91652026-08-26T14:57:12.298Z[ recovery-image] Aug 26 14:57:11.712 INFO O| Aug 26 14:57:11.712 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-08-26T14:57:12.306Z[ recovery-image] Aug 26 14:57:11.724 INFO O| Aug 26 14:57:11.723 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91672026-08-26T14:57:12.306Z[ recovery-image] Aug 26 14:57:11.724 INFO O| Aug 26 14:57:11.724 INFO STEP 82 (remove_files) COMPLETE
91682026-08-26T14:57:12.309Z[ recovery-image] Aug 26 14:57:11.724 INFO O| Aug 26 14:57:11.724 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-08-26T14:57:12.317Z[ recovery-image] Aug 26 14:57:11.735 INFO O| Aug 26 14:57:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91702026-08-26T14:57:12.317Z[ recovery-image] Aug 26 14:57:11.735 INFO O| Aug 26 14:57:11.735 INFO STEP 83 (remove_files) COMPLETE
91712026-08-26T14:57:12.317Z[ recovery-image] Aug 26 14:57:11.735 INFO O| Aug 26 14:57:11.735 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-08-26T14:57:12.328Z[ recovery-image] Aug 26 14:57:11.745 INFO O| Aug 26 14:57:11.745 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91732026-08-26T14:57:12.328Z[ recovery-image] Aug 26 14:57:11.745 INFO O| Aug 26 14:57:11.745 INFO STEP 84 (remove_files) COMPLETE
91742026-08-26T14:57:12.328Z[ recovery-image] Aug 26 14:57:11.745 INFO O| Aug 26 14:57:11.745 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-08-26T14:57:12.337Z[ recovery-image] Aug 26 14:57:11.755 INFO O| Aug 26 14:57:11.755 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91762026-08-26T14:57:12.337Z[ recovery-image] Aug 26 14:57:11.755 INFO O| Aug 26 14:57:11.755 INFO STEP 85 (remove_files) COMPLETE
91772026-08-26T14:57:12.341Z[ recovery-image] Aug 26 14:57:11.755 INFO O| Aug 26 14:57:11.755 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-08-26T14:57:12.349Z[ recovery-image] Aug 26 14:57:11.767 INFO O| Aug 26 14:57:11.767 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91792026-08-26T14:57:12.349Z[ recovery-image] Aug 26 14:57:11.767 INFO O| Aug 26 14:57:11.767 INFO STEP 86 (remove_files) COMPLETE
91802026-08-26T14:57:12.352Z[ recovery-image] Aug 26 14:57:11.767 INFO O| Aug 26 14:57:11.767 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-08-26T14:57:12.362Z[ recovery-image] Aug 26 14:57:11.780 INFO O| Aug 26 14:57:11.780 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91822026-08-26T14:57:12.362Z[ recovery-image] Aug 26 14:57:11.780 INFO O| Aug 26 14:57:11.780 INFO STEP 87 (remove_files) COMPLETE
91832026-08-26T14:57:12.362Z[ recovery-image] Aug 26 14:57:11.780 INFO O| Aug 26 14:57:11.780 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-08-26T14:57:12.373Z[ recovery-image] Aug 26 14:57:11.790 INFO O| Aug 26 14:57:11.790 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91852026-08-26T14:57:12.373Z[ recovery-image] Aug 26 14:57:11.790 INFO O| Aug 26 14:57:11.790 INFO STEP 88 (remove_files) COMPLETE
91862026-08-26T14:57:12.373Z[ recovery-image] Aug 26 14:57:11.790 INFO O| Aug 26 14:57:11.790 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-08-26T14:57:12.384Z[ recovery-image] Aug 26 14:57:11.801 INFO O| Aug 26 14:57:11.801 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91882026-08-26T14:57:12.384Z[ recovery-image] Aug 26 14:57:11.802 INFO O| Aug 26 14:57:11.802 INFO STEP 89 (remove_files) COMPLETE
91892026-08-26T14:57:12.384Z[ recovery-image] Aug 26 14:57:11.802 INFO O| Aug 26 14:57:11.802 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-08-26T14:57:12.394Z[ recovery-image] Aug 26 14:57:11.812 INFO O| Aug 26 14:57:11.812 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91912026-08-26T14:57:12.394Z[ recovery-image] Aug 26 14:57:11.812 INFO O| Aug 26 14:57:11.812 INFO STEP 90 (remove_files) COMPLETE
91922026-08-26T14:57:12.397Z[ recovery-image] Aug 26 14:57:11.812 INFO O| Aug 26 14:57:11.812 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-08-26T14:57:12.404Z[ recovery-image] Aug 26 14:57:11.821 INFO O| Aug 26 14:57:11.821 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91942026-08-26T14:57:12.404Z[ recovery-image] Aug 26 14:57:11.821 INFO O| Aug 26 14:57:11.821 INFO STEP 91 (remove_files) COMPLETE
91952026-08-26T14:57:12.404Z[ recovery-image] Aug 26 14:57:11.821 INFO O| Aug 26 14:57:11.821 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-08-26T14:57:12.414Z[ recovery-image] Aug 26 14:57:11.832 INFO O| Aug 26 14:57:11.832 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91972026-08-26T14:57:12.414Z[ recovery-image] Aug 26 14:57:11.832 INFO O| Aug 26 14:57:11.832 INFO STEP 92 (remove_files) COMPLETE
91982026-08-26T14:57:12.414Z[ recovery-image] Aug 26 14:57:11.832 INFO O| Aug 26 14:57:11.832 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-08-26T14:57:12.426Z[ recovery-image] Aug 26 14:57:11.842 INFO O| Aug 26 14:57:11.842 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92002026-08-26T14:57:12.426Z[ recovery-image] Aug 26 14:57:11.842 INFO O| Aug 26 14:57:11.842 INFO STEP 93 (remove_files) COMPLETE
92012026-08-26T14:57:12.426Z[ recovery-image] Aug 26 14:57:11.842 INFO O| Aug 26 14:57:11.842 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-08-26T14:57:12.436Z[ recovery-image] Aug 26 14:57:11.853 INFO O| Aug 26 14:57:11.853 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92032026-08-26T14:57:12.436Z[ recovery-image] Aug 26 14:57:11.853 INFO O| Aug 26 14:57:11.853 INFO STEP 94 (remove_files) COMPLETE
92042026-08-26T14:57:12.436Z[ recovery-image] Aug 26 14:57:11.853 INFO O| Aug 26 14:57:11.853 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-08-26T14:57:12.446Z[ recovery-image] Aug 26 14:57:11.864 INFO O| Aug 26 14:57:11.864 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92062026-08-26T14:57:12.446Z[ recovery-image] Aug 26 14:57:11.864 INFO O| Aug 26 14:57:11.864 INFO STEP 95 (remove_files) COMPLETE
92072026-08-26T14:57:12.446Z[ recovery-image] Aug 26 14:57:11.864 INFO O| Aug 26 14:57:11.864 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-08-26T14:57:12.456Z[ recovery-image] Aug 26 14:57:11.873 INFO O| Aug 26 14:57:11.873 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92092026-08-26T14:57:12.456Z[ recovery-image] Aug 26 14:57:11.874 INFO O| Aug 26 14:57:11.874 INFO STEP 96 (remove_files) COMPLETE
92102026-08-26T14:57:12.456Z[ recovery-image] Aug 26 14:57:11.874 INFO O| Aug 26 14:57:11.874 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112026-08-26T14:57:12.466Z[ recovery-image] Aug 26 14:57:11.883 INFO O| Aug 26 14:57:11.883 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92122026-08-26T14:57:12.466Z[ recovery-image] Aug 26 14:57:11.883 INFO O| Aug 26 14:57:11.883 INFO STEP 97 (remove_files) COMPLETE
92132026-08-26T14:57:12.466Z[ recovery-image] Aug 26 14:57:11.883 INFO O| Aug 26 14:57:11.883 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92142026-08-26T14:57:12.476Z[ recovery-image] Aug 26 14:57:11.893 INFO O| Aug 26 14:57:11.893 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92152026-08-26T14:57:12.476Z[ recovery-image] Aug 26 14:57:11.893 INFO O| Aug 26 14:57:11.893 INFO STEP 98 (remove_files) COMPLETE
92162026-08-26T14:57:12.476Z[ recovery-image] Aug 26 14:57:11.893 INFO O| Aug 26 14:57:11.893 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92172026-08-26T14:57:12.486Z[ recovery-image] Aug 26 14:57:11.903 INFO O| Aug 26 14:57:11.903 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92182026-08-26T14:57:12.486Z[ recovery-image] Aug 26 14:57:11.903 INFO O| Aug 26 14:57:11.903 INFO STEP 99 (remove_files) COMPLETE
92192026-08-26T14:57:12.486Z[ recovery-image] Aug 26 14:57:11.903 INFO O| Aug 26 14:57:11.903 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92202026-08-26T14:57:12.501Z[ recovery-image] Aug 26 14:57:11.918 INFO O| Aug 26 14:57:11.918 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92212026-08-26T14:57:12.501Z[ recovery-image] Aug 26 14:57:11.918 INFO O| Aug 26 14:57:11.918 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"}
92222026-08-26T14:57:14.865Z[verify-libraries] Compiling oso v0.27.3
92232026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92242026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92252026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92262026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92272026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92282026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92292026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92302026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92312026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.715 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260826T144122Z
92322026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.716 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92332026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.716 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92342026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.716 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92352026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.716 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92362026-08-26T14:57:17.299Z[ host-image] Aug 26 14:57:16.716 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92372026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.716 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92382026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.716 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92392026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.716 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92402026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92412026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92422026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92432026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92442026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92452026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92462026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92472026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92482026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92492026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92502026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92512026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92522026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92532026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92542026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92552026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92562026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92572026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92582026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.717 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92592026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.718 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92602026-08-26T14:57:17.303Z[ host-image] Aug 26 14:57:16.718 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
92612026-08-26T14:57:17.304Z[ host-image] Aug 26 14:57:16.718 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
92622026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92632026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
92642026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92652026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92662026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92672026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92682026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
92692026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92702026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92712026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92722026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.723 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92732026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.725 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92742026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.725 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92752026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.725 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92762026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.725 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92772026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.725 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92782026-08-26T14:57:17.309Z[ host-image] Aug 26 14:57:16.725 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92792026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92802026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92812026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92822026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
92832026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
92842026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92852026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
92862026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92872026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92882026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92892026-08-26T14:57:17.323Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92902026-08-26T14:57:17.324Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
92912026-08-26T14:57:17.324Z[ host-image] Aug 26 14:57:16.737 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92922026-08-26T14:57:17.324Z[ host-image] Aug 26 14:57:16.738 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92932026-08-26T14:57:17.324Z[ host-image] Aug 26 14:57:16.738 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92942026-08-26T14:57:17.324Z[ host-image] Aug 26 14:57:16.738 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92952026-08-26T14:57:17.324Z[ host-image] Aug 26 14:57:16.738 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
92962026-08-26T14:57:17.324Z[ host-image] Aug 26 14:57:16.738 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92972026-08-26T14:57:17.327Z[ host-image] Aug 26 14:57:16.742 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92982026-08-26T14:57:17.327Z[ host-image] Aug 26 14:57:16.742 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
92992026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.743 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93002026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.743 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93012026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.743 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93022026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.743 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93032026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.743 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93042026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.743 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93052026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.744 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93062026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.745 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93072026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.745 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93082026-08-26T14:57:17.328Z[ host-image] Aug 26 14:57:16.745 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93092026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.745 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93102026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.745 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93112026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.745 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93122026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.745 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93132026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.745 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93142026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.747 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93152026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.747 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93162026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.748 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93172026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.748 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93182026-08-26T14:57:17.331Z[ host-image] Aug 26 14:57:16.748 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93192026-08-26T14:57:17.332Z[ host-image] Aug 26 14:57:16.748 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93202026-08-26T14:57:17.332Z[ host-image] Aug 26 14:57:16.748 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93212026-08-26T14:57:17.332Z[ host-image] Aug 26 14:57:16.748 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93222026-08-26T14:57:17.332Z[ host-image] Aug 26 14:57:16.748 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93232026-08-26T14:57:17.332Z[ host-image] Aug 26 14:57:16.749 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93242026-08-26T14:57:17.335Z[ host-image] Aug 26 14:57:16.751 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93252026-08-26T14:57:17.335Z[ host-image] Aug 26 14:57:16.751 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93262026-08-26T14:57:17.335Z[ host-image] Aug 26 14:57:16.751 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93272026-08-26T14:57:17.335Z[ host-image] Aug 26 14:57:16.752 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93282026-08-26T14:57:17.335Z[ host-image] Aug 26 14:57:16.752 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93292026-08-26T14:57:17.340Z[ host-image] Aug 26 14:57:16.757 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93302026-08-26T14:57:17.340Z[ host-image] Aug 26 14:57:16.757 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93312026-08-26T14:57:17.343Z[ host-image] Aug 26 14:57:16.757 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93322026-08-26T14:57:17.343Z[ host-image] Aug 26 14:57:16.758 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93332026-08-26T14:57:17.343Z[ host-image] Aug 26 14:57:16.758 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93342026-08-26T14:57:17.348Z[ host-image] Aug 26 14:57:16.766 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93352026-08-26T14:57:17.348Z[ host-image] Aug 26 14:57:16.766 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93362026-08-26T14:57:17.352Z[ host-image] Aug 26 14:57:16.766 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93372026-08-26T14:57:17.352Z[ host-image] Aug 26 14:57:16.766 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93382026-08-26T14:57:17.352Z[ host-image] Aug 26 14:57:16.766 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93392026-08-26T14:57:17.352Z[ host-image] Aug 26 14:57:16.766 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93402026-08-26T14:57:17.352Z[ host-image] Aug 26 14:57:16.766 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93412026-08-26T14:57:17.352Z[ host-image] Aug 26 14:57:16.767 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93422026-08-26T14:57:17.352Z[ host-image] Aug 26 14:57:16.767 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93432026-08-26T14:57:17.352Z[ host-image] Aug 26 14:57:16.767 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93442026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.767 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93452026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.767 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93462026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.767 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93472026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93482026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93492026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93502026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93512026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93522026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93532026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93542026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93552026-08-26T14:57:17.357Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93562026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.768 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93572026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.769 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93582026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.769 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93592026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.769 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93602026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.769 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93612026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.769 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93622026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.769 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93632026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.769 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93642026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.770 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93652026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.770 INFO O| tempdir @ "/tmp/.tmpxebNVS/tmp"
93662026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.770 INFO O| image root @ "/tmp/.tmpxebNVS/tmp/root"
93672026-08-26T14:57:17.358Z[ host-image] Aug 26 14:57:16.770 INFO O| creating image...
93682026-08-26T14:57:17.476Z[ recovery-image] Aug 26 14:57:16.893 INFO O| Aug 26 14:57:16.893 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
93692026-08-26T14:57:17.476Z[ recovery-image] Aug 26 14:57:16.893 INFO O| Aug 26 14:57:16.893 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93702026-08-26T14:57:17.509Z[ recovery-image] Aug 26 14:57:16.922 INFO O| Aug 26 14:57:16.922 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
93712026-08-26T14:57:17.602Z[ recovery-image] Aug 26 14:57:17.019 INFO O| Aug 26 14:57:17.019 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93722026-08-26T14:57:17.666Z[ recovery-image] Aug 26 14:57:17.084 INFO O| Aug 26 14:57:17.082 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93732026-08-26T14:57:17.733Z[ recovery-image] Aug 26 14:57:17.151 INFO O| Aug 26 14:57:17.150 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93742026-08-26T14:57:17.733Z[ recovery-image] Aug 26 14:57:17.151 INFO O| Aug 26 14:57:17.150 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 ...
93752026-08-26T14:57:17.736Z[ recovery-image] Aug 26 14:57:17.152 INFO O| Aug 26 14:57:17.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93762026-08-26T14:57:17.736Z[ recovery-image] Aug 26 14:57:17.152 INFO O| Aug 26 14:57:17.152 INFO ok!
93772026-08-26T14:57:17.736Z[ recovery-image] Aug 26 14:57:17.152 INFO O| Aug 26 14:57:17.152 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93782026-08-26T14:57:17.736Z[ recovery-image] Aug 26 14:57:17.152 INFO O| Aug 26 14:57:17.152 INFO STEP 100 (seed_smf) COMPLETE
93792026-08-26T14:57:17.745Z[ recovery-image] Aug 26 14:57:17.152 INFO O| Aug 26 14:57:17.152 INFO steps complete; finalising image!
93802026-08-26T14:57:17.745Z[ recovery-image] Aug 26 14:57:17.152 INFO O| Aug 26 14:57:17.152 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93812026-08-26T14:57:17.812Z[ recovery-image] Aug 26 14:57:17.230 INFO O| Aug 26 14:57:17.230 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 26 14:57:17 2026)
93822026-08-26T14:57:18.020Z[ recovery-image] Aug 26 14:57:17.437 INFO O| Aug 26 14:57:17.437 INFO trim TEMPORARY-sled-zfs-recovery: (68% trimmed, started at Wed Aug 26 14:57:17 2026)
93832026-08-26T14:57:18.239Z[ recovery-image] Aug 26 14:57:17.644 INFO O| Aug 26 14:57:17.644 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Wed Aug 26 14:57:17 2026)
93842026-08-26T14:57:18.449Z[ recovery-image] Aug 26 14:57:17.854 INFO O| Aug 26 14:57:17.854 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93852026-08-26T14:57:18.643Z[ recovery-image] Aug 26 14:57:18.060 INFO O| Aug 26 14:57:18.060 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93862026-08-26T14:57:18.849Z[ recovery-image] Aug 26 14:57:18.266 INFO O| Aug 26 14:57:18.266 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93872026-08-26T14:57:19.054Z[ recovery-image] Aug 26 14:57:18.471 INFO O| Aug 26 14:57:18.471 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93882026-08-26T14:57:19.260Z[ recovery-image] Aug 26 14:57:18.677 INFO O| Aug 26 14:57:18.677 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93892026-08-26T14:57:19.467Z[ recovery-image] Aug 26 14:57:18.884 INFO O| Aug 26 14:57:18.884 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93902026-08-26T14:57:19.673Z[ recovery-image] Aug 26 14:57:19.090 INFO O| Aug 26 14:57:19.090 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93912026-08-26T14:57:19.879Z[ recovery-image] Aug 26 14:57:19.296 INFO O| Aug 26 14:57:19.296 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93922026-08-26T14:57:20.085Z[ recovery-image] Aug 26 14:57:19.502 INFO O| Aug 26 14:57:19.502 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93932026-08-26T14:57:20.291Z[ recovery-image] Aug 26 14:57:19.708 INFO O| Aug 26 14:57:19.708 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93942026-08-26T14:57:20.497Z[ recovery-image] Aug 26 14:57:19.914 INFO O| Aug 26 14:57:19.914 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93952026-08-26T14:57:20.703Z[ recovery-image] Aug 26 14:57:20.120 INFO O| Aug 26 14:57:20.120 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93962026-08-26T14:57:20.909Z[ recovery-image] Aug 26 14:57:20.326 INFO O| Aug 26 14:57:20.326 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93972026-08-26T14:57:21.116Z[ recovery-image] Aug 26 14:57:20.533 INFO O| Aug 26 14:57:20.532 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93982026-08-26T14:57:21.322Z[ recovery-image] Aug 26 14:57:20.739 INFO O| Aug 26 14:57:20.739 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
93992026-08-26T14:57:21.528Z[ recovery-image] Aug 26 14:57:20.945 INFO O| Aug 26 14:57:20.945 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
94002026-08-26T14:57:21.734Z[ recovery-image] Aug 26 14:57:21.151 INFO O| Aug 26 14:57:21.151 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
94012026-08-26T14:57:21.940Z[ recovery-image] Aug 26 14:57:21.357 INFO O| Aug 26 14:57:21.357 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Aug 26 14:57:17 2026)
94022026-08-26T14:57:22.248Z[ recovery-image] Aug 26 14:57:21.570 INFO O| Aug 26 14:57:21.570 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Aug 26 14:57:17 2026)
94032026-08-26T14:57:22.390Z[ recovery-image] Aug 26 14:57:21.777 INFO O| Aug 26 14:57:21.777 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Aug 26 14:57:17 2026)
94042026-08-26T14:57:22.462Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94052026-08-26T14:57:22.527Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94062026-08-26T14:57:22.667Z[ recovery-image] Aug 26 14:57:22.004 INFO O| Aug 26 14:57:22.000 INFO temporary pool has 499M used, 1.26G avail, 1.00x compressratio
94072026-08-26T14:57:22.668Z[ recovery-image] Aug 26 14:57:22.004 INFO O| Aug 26 14:57:22.000 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
94082026-08-26T14:57:23.219Z[ recovery-image] Aug 26 14:57:22.581 INFO O| Aug 26 14:57:22.580 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
94092026-08-26T14:57:23.219Z[ recovery-image] Aug 26 14:57:22.581 INFO O| Aug 26 14:57:22.581 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
94102026-08-26T14:57:23.558Z[ host-image] Aug 26 14:57:22.965 INFO O| copying publishers...
94112026-08-26T14:57:25.488Z[ recovery-image] Aug 26 14:57:24.905 INFO O| Aug 26 14:57:24.905 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94122026-08-26T14:57:25.488Z[ recovery-image] Aug 26 14:57:24.905 INFO O| Aug 26 14:57:24.905 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94132026-08-26T14:57:25.488Z[ recovery-image] Aug 26 14:57:24.905 INFO O| Aug 26 14:57:24.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94142026-08-26T14:57:25.495Z[ recovery-image] Aug 26 14:57:24.905 INFO O| Aug 26 14:57:24.905 INFO completed processing sled/zfs-recovery
94152026-08-26T14:57:25.495Z[ recovery-image] Aug 26 14:57:24.905 INFO O| Aug 26 14:57:24.905 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94162026-08-26T14:57:26.128Z[ recovery-image] Aug 26 14:57:25.543 INFO O| Aug 26 14:57:25.543 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94172026-08-26T14:57:26.355Z[ recovery-image] Aug 26 14:57:25.771 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94182026-08-26T14:57:26.355Z[ recovery-image] Aug 26 14:57:25.771 INFO expanded image name: "recovery e7596aa/${os_short_commit} 2026-08-26 14:41" -> "recovery e7596aa/bbd33bf 2026-08-26 14:41"
94192026-08-26T14:57:26.359Z[ recovery-image] Aug 26 14:57:25.772 INFO output artefacts stored in: "/work/os-recovery"
94202026-08-26T14:57:26.359Z[ recovery-image] Aug 26 14:57:25.772 INFO collecting git info from project "bootserver"...
94212026-08-26T14:57:26.362Z[ recovery-image] Aug 26 14:57:25.779 INFO collecting git info from project "chelsio-t6-roms"...
94222026-08-26T14:57:26.378Z[ recovery-image] Aug 26 14:57:25.796 INFO collecting git info from project "pinprick"...
94232026-08-26T14:57:26.387Z[ recovery-image] Aug 26 14:57:25.803 INFO collecting git info from project "amd-host-image-builder"...
94242026-08-26T14:57:26.435Z[ recovery-image] Aug 26 14:57:25.844 INFO collecting git info from project "phbl"...
94252026-08-26T14:57:26.438Z[ recovery-image] Aug 26 14:57:25.852 INFO collecting git info from project "image-builder"...
94262026-08-26T14:57:26.444Z[ recovery-image] Aug 26 14:57:25.861 INFO collecting git info from project "dmar-report"...
94272026-08-26T14:57:26.460Z[ recovery-image] Aug 26 14:57:25.878 INFO collecting git info from project "pilot"...
94282026-08-26T14:57:26.471Z[ recovery-image] Aug 26 14:57:25.888 INFO collecting git info from project "amd-firmware"...
94292026-08-26T14:57:26.819Z[ recovery-image] Aug 26 14:57:26.236 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94302026-08-26T14:57:27.447Z[ recovery-image] Aug 26 14:57:26.863 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94312026-08-26T14:57:27.835Z[ recovery-image] Aug 26 14:57:27.252 INFO creating Oxide boot image...
94322026-08-26T14:57:27.835Z[ recovery-image] Aug 26 14:57:27.252 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery e7596aa/bbd33bf 2026-08-26 14:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94332026-08-26T14:57:28.049Z[ host-image] Aug 26 14:57:27.466 INFO O| adding properties...
94342026-08-26T14:57:29.260Z[ host-image] Aug 26 14:57:28.677 INFO O| installing packages...
94352026-08-26T14:57:32.044Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94362026-08-26T14:57:32.983Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94372026-08-26T14:57:35.662Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94382026-08-26T14:57:35.848Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94392026-08-26T14:57:37.905Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94402026-08-26T14:57:38.034Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94412026-08-26T14:57:42.147Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94422026-08-26T14:57:44.398Z[ host-image] Aug 26 14:57:43.813 INFO O| seeding SMF database...
94432026-08-26T14:57:44.552Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94442026-08-26T14:57:45.711Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94452026-08-26T14:57:49.457Z[ host-image] Aug 26 14:57:48.874 INFO O| configuring SMF profile...
94462026-08-26T14:57:49.457Z[ host-image] Aug 26 14:57:48.874 INFO O| modifying shadow(5)...
94472026-08-26T14:57:49.457Z[ host-image] Aug 26 14:57:48.874 INFO O| loading user and group database...
94482026-08-26T14:57:49.460Z[ host-image] Aug 26 14:57:48.874 INFO O| loading facet selections...
94492026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| devel -> true
94502026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| doc.man -> true
94512026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| version-lock.shell/ksh93 -> true
94522026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| version-lock.system/data/hardware-registry -> true
94532026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| version-lock.system/data/zoneinfo -> true
94542026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| version-lock.system/microcode/amd -> true
94552026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| version-lock.system/microcode/intel -> true
94562026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| version-lock.system/microcode/oxide -> true
94572026-08-26T14:57:49.944Z[ host-image] Aug 26 14:57:49.337 INFO O| assessing packaged files...
94582026-08-26T14:57:51.924Z[ host-image] Aug 26 14:57:51.341 INFO O| creating archive...
94592026-08-26T14:57:51.945Z[ host-image] Aug 26 14:57:51.362 INFO O| missing from packaging:
94602026-08-26T14:57:51.945Z[ host-image] Aug 26 14:57:51.362 INFO O| "etc/.pwd.lock"
94612026-08-26T14:57:51.945Z[ host-image] Aug 26 14:57:51.362 INFO O| "etc/bash"
94622026-08-26T14:57:51.949Z[ host-image] Aug 26 14:57:51.366 INFO O| "etc/svc/profile/generic.xml"
94632026-08-26T14:57:51.949Z[ host-image] Aug 26 14:57:51.366 INFO O| "etc/svc/profile/inetd_services.xml"
94642026-08-26T14:57:51.952Z[ host-image] Aug 26 14:57:51.366 INFO O| "etc/svc/profile/name_service.xml"
94652026-08-26T14:57:51.952Z[ host-image] Aug 26 14:57:51.366 INFO O| "etc/svc/profile/platform.xml"
94662026-08-26T14:57:51.952Z[ host-image] Aug 26 14:57:51.366 INFO O| "etc/svc/profile/platform_omicron1.xml"
94672026-08-26T14:57:51.952Z[ host-image] Aug 26 14:57:51.366 INFO O| "etc/svc/repository.db"
94682026-08-26T14:57:51.955Z[ host-image] Aug 26 14:57:51.372 INFO O| "opt/ooce/share"
94692026-08-26T14:57:51.956Z[ host-image] Aug 26 14:57:51.372 INFO O| "opt/ooce/share/man"
94702026-08-26T14:57:51.956Z[ host-image] Aug 26 14:57:51.372 INFO O| "opt/ooce/share/man/man1"
94712026-08-26T14:57:51.963Z[ host-image] Aug 26 14:57:51.381 INFO O| finishing archive...
94722026-08-26T14:57:52.836Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94732026-08-26T14:57:54.343Z[ host-image] Aug 26 14:57:53.760 INFO O| creating gzonly manifest...
94742026-08-26T14:57:54.349Z[ host-image] Aug 26 14:57:53.767 INFO O| ok
94752026-08-26T14:57:54.451Z[ host-image] Aug 26 14:57:53.868 INFO image builder template: ramdisk-02-trim...
94762026-08-26T14:57:54.451Z[ host-image] Aug 26 14:57:53.868 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/.tmpOPAkYs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94772026-08-26T14:57:54.470Z[ host-image] Aug 26 14:57:53.887 INFO O| Aug 26 14:57:53.887 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94782026-08-26T14:57:54.474Z[ host-image] Aug 26 14:57:53.891 INFO O| Aug 26 14:57:53.891 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94792026-08-26T14:57:55.828Z[ host-image] Aug 26 14:57:55.245 INFO O| Aug 26 14:57:55.245 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94802026-08-26T14:57:55.998Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94812026-08-26T14:57:56.023Z[ host-image] Aug 26 14:57:55.441 INFO O| Aug 26 14:57:55.441 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94822026-08-26T14:57:56.027Z[ host-image] Aug 26 14:57:55.441 INFO O| Aug 26 14:57:55.441 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94832026-08-26T14:57:56.031Z[ host-image] Aug 26 14:57:55.445 INFO O| Aug 26 14:57:55.445 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94842026-08-26T14:57:56.031Z[ host-image] Aug 26 14:57:55.448 INFO O| Aug 26 14:57:55.448 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94852026-08-26T14:57:56.036Z[ host-image] Aug 26 14:57:55.453 INFO O| Aug 26 14:57:55.453 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94862026-08-26T14:57:56.439Z[ host-image] Aug 26 14:57:55.856 INFO O| Aug 26 14:57:55.856 INFO rolled back to input snapshot; work may begin
94872026-08-26T14:57:56.439Z[ host-image] Aug 26 14:57:55.856 INFO O| Aug 26 14:57:55.856 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94882026-08-26T14:57:56.444Z[ host-image] Aug 26 14:57:55.862 INFO O| Aug 26 14:57:55.862 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-26T14:57:56.455Z[ host-image] Aug 26 14:57:55.872 INFO O| Aug 26 14:57:55.872 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94902026-08-26T14:57:56.500Z[ host-image] Aug 26 14:57:55.917 INFO O| Aug 26 14:57:55.917 INFO STEP 0 (remove_files) COMPLETE
94912026-08-26T14:57:56.500Z[ host-image] Aug 26 14:57:55.917 INFO O| Aug 26 14:57:55.917 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-26T14:57:56.510Z[ host-image] Aug 26 14:57:55.927 INFO O| Aug 26 14:57:55.927 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94932026-08-26T14:57:56.514Z[ host-image] Aug 26 14:57:55.928 INFO O| Aug 26 14:57:55.928 INFO STEP 1 (remove_files) COMPLETE
94942026-08-26T14:57:56.514Z[ host-image] Aug 26 14:57:55.928 INFO O| Aug 26 14:57:55.928 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-26T14:57:56.520Z[ host-image] Aug 26 14:57:55.937 INFO O| Aug 26 14:57:55.937 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94962026-08-26T14:57:56.533Z[ host-image] Aug 26 14:57:55.951 INFO O| Aug 26 14:57:55.951 INFO STEP 2 (remove_files) COMPLETE
94972026-08-26T14:57:56.533Z[ host-image] Aug 26 14:57:55.951 INFO O| Aug 26 14:57:55.951 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-26T14:57:56.543Z[ host-image] Aug 26 14:57:55.960 INFO O| Aug 26 14:57:55.960 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94992026-08-26T14:57:56.546Z[ host-image] Aug 26 14:57:55.962 INFO O| Aug 26 14:57:55.961 INFO STEP 3 (remove_files) COMPLETE
95002026-08-26T14:57:56.546Z[ host-image] Aug 26 14:57:55.962 INFO O| Aug 26 14:57:55.962 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-26T14:57:56.555Z[ host-image] Aug 26 14:57:55.972 INFO O| Aug 26 14:57:55.972 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95022026-08-26T14:57:56.558Z[ host-image] Aug 26 14:57:55.975 INFO O| Aug 26 14:57:55.975 INFO STEP 4 (remove_files) COMPLETE
95032026-08-26T14:57:56.558Z[ host-image] Aug 26 14:57:55.975 INFO O| Aug 26 14:57:55.975 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-26T14:57:56.568Z[ host-image] Aug 26 14:57:55.986 INFO O| Aug 26 14:57:55.985 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95052026-08-26T14:57:56.571Z[ host-image] Aug 26 14:57:55.988 INFO O| Aug 26 14:57:55.988 INFO STEP 5 (remove_files) COMPLETE
95062026-08-26T14:57:56.571Z[ host-image] Aug 26 14:57:55.988 INFO O| Aug 26 14:57:55.988 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-26T14:57:56.580Z[ host-image] Aug 26 14:57:55.998 INFO O| Aug 26 14:57:55.998 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95082026-08-26T14:57:56.590Z[ host-image] Aug 26 14:57:56.007 INFO O| Aug 26 14:57:56.007 INFO STEP 6 (remove_files) COMPLETE
95092026-08-26T14:57:56.590Z[ host-image] Aug 26 14:57:56.007 INFO O| Aug 26 14:57:56.007 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-26T14:57:56.593Z[ host-image] Aug 26 14:57:56.007 INFO O| Aug 26 14:57:56.007 INFO skip step because feature "heliosv2" is not enabled
95112026-08-26T14:57:56.593Z[ host-image] Aug 26 14:57:56.007 INFO O| Aug 26 14:57:56.007 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-26T14:57:56.601Z[ host-image] Aug 26 14:57:56.018 INFO O| Aug 26 14:57:56.018 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95132026-08-26T14:57:56.613Z[ host-image] Aug 26 14:57:56.029 INFO O| Aug 26 14:57:56.029 INFO STEP 8 (remove_files) COMPLETE
95142026-08-26T14:57:56.613Z[ host-image] Aug 26 14:57:56.029 INFO O| Aug 26 14:57:56.029 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-26T14:57:56.623Z[ host-image] Aug 26 14:57:56.039 INFO O| Aug 26 14:57:56.039 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95162026-08-26T14:57:56.691Z[ host-image] Aug 26 14:57:56.108 INFO O| Aug 26 14:57:56.108 INFO STEP 9 (remove_files) COMPLETE
95172026-08-26T14:57:56.691Z[ host-image] Aug 26 14:57:56.108 INFO O| Aug 26 14:57:56.108 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-26T14:57:56.701Z[ host-image] Aug 26 14:57:56.118 INFO O| Aug 26 14:57:56.118 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95192026-08-26T14:57:56.781Z[ host-image] Aug 26 14:57:56.198 INFO O| Aug 26 14:57:56.198 INFO STEP 10 (remove_files) COMPLETE
95202026-08-26T14:57:56.781Z[ host-image] Aug 26 14:57:56.198 INFO O| Aug 26 14:57:56.198 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-26T14:57:56.791Z[ host-image] Aug 26 14:57:56.208 INFO O| Aug 26 14:57:56.208 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95222026-08-26T14:57:56.795Z[ host-image] Aug 26 14:57:56.212 INFO O| Aug 26 14:57:56.211 INFO STEP 11 (remove_files) COMPLETE
95232026-08-26T14:57:56.795Z[ host-image] Aug 26 14:57:56.212 INFO O| Aug 26 14:57:56.211 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-26T14:57:56.806Z[ host-image] Aug 26 14:57:56.222 INFO O| Aug 26 14:57:56.222 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95252026-08-26T14:57:56.809Z[ host-image] Aug 26 14:57:56.223 INFO O| Aug 26 14:57:56.223 INFO STEP 12 (remove_files) COMPLETE
95262026-08-26T14:57:56.809Z[ host-image] Aug 26 14:57:56.223 INFO O| Aug 26 14:57:56.223 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-26T14:57:56.817Z[ host-image] Aug 26 14:57:56.234 INFO O| Aug 26 14:57:56.234 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95282026-08-26T14:57:56.821Z[ host-image] Aug 26 14:57:56.235 INFO O| Aug 26 14:57:56.235 INFO STEP 13 (remove_files) COMPLETE
95292026-08-26T14:57:56.821Z[ host-image] Aug 26 14:57:56.235 INFO O| Aug 26 14:57:56.235 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-26T14:57:56.835Z[ host-image] Aug 26 14:57:56.252 INFO O| Aug 26 14:57:56.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95312026-08-26T14:57:56.835Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95322026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95332026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95342026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95352026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95362026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95372026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95382026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95392026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95402026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95412026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.253 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95422026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.254 INFO O| Aug 26 14:57:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95432026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.254 INFO O| Aug 26 14:57:56.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95442026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.254 INFO O| Aug 26 14:57:56.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95452026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.254 INFO O| Aug 26 14:57:56.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95462026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.254 INFO O| Aug 26 14:57:56.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95472026-08-26T14:57:56.839Z[ host-image] Aug 26 14:57:56.254 INFO O| Aug 26 14:57:56.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95482026-08-26T14:57:57.002Z[ host-image] Aug 26 14:57:56.418 INFO O| Aug 26 14:57:56.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95492026-08-26T14:57:57.008Z[ host-image] Aug 26 14:57:56.426 INFO O| Aug 26 14:57:56.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95502026-08-26T14:57:57.074Z[ host-image] Aug 26 14:57:56.490 INFO O| Aug 26 14:57:56.490 INFO STEP 14 (remove_files) COMPLETE
95512026-08-26T14:57:57.074Z[ host-image] Aug 26 14:57:56.490 INFO O| Aug 26 14:57:56.490 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-26T14:57:57.083Z[ host-image] Aug 26 14:57:56.500 INFO O| Aug 26 14:57:56.500 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95532026-08-26T14:57:57.086Z[ host-image] Aug 26 14:57:56.501 INFO O| Aug 26 14:57:56.501 INFO STEP 15 (remove_files) COMPLETE
95542026-08-26T14:57:57.086Z[ host-image] Aug 26 14:57:56.501 INFO O| Aug 26 14:57:56.501 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-26T14:57:57.095Z[ host-image] Aug 26 14:57:56.513 INFO O| Aug 26 14:57:56.512 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95562026-08-26T14:57:57.101Z[ host-image] Aug 26 14:57:56.519 INFO O| Aug 26 14:57:56.519 INFO STEP 16 (remove_files) COMPLETE
95572026-08-26T14:57:57.104Z[ host-image] Aug 26 14:57:56.519 INFO O| Aug 26 14:57:56.519 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-26T14:57:57.111Z[ host-image] Aug 26 14:57:56.528 INFO O| Aug 26 14:57:56.528 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95592026-08-26T14:57:57.114Z[ host-image] Aug 26 14:57:56.529 INFO O| Aug 26 14:57:56.529 INFO STEP 17 (remove_files) COMPLETE
95602026-08-26T14:57:57.114Z[ host-image] Aug 26 14:57:56.529 INFO O| Aug 26 14:57:56.529 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-26T14:57:57.120Z[ host-image] Aug 26 14:57:56.538 INFO O| Aug 26 14:57:56.538 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95622026-08-26T14:57:57.123Z[ host-image] Aug 26 14:57:56.539 INFO O| Aug 26 14:57:56.539 INFO STEP 18 (remove_files) COMPLETE
95632026-08-26T14:57:57.123Z[ host-image] Aug 26 14:57:56.539 INFO O| Aug 26 14:57:56.539 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-26T14:57:57.132Z[ host-image] Aug 26 14:57:56.548 INFO O| Aug 26 14:57:56.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95652026-08-26T14:57:57.132Z[ host-image] Aug 26 14:57:56.548 INFO O| Aug 26 14:57:56.548 INFO STEP 19 (remove_files) COMPLETE
95662026-08-26T14:57:57.135Z[ host-image] Aug 26 14:57:56.548 INFO O| Aug 26 14:57:56.548 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-26T14:57:57.140Z[ host-image] Aug 26 14:57:56.557 INFO O| Aug 26 14:57:56.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95682026-08-26T14:57:57.140Z[ host-image] Aug 26 14:57:56.557 INFO O| Aug 26 14:57:56.557 INFO STEP 20 (remove_files) COMPLETE
95692026-08-26T14:57:57.144Z[ host-image] Aug 26 14:57:56.557 INFO O| Aug 26 14:57:56.557 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-26T14:57:57.150Z[ host-image] Aug 26 14:57:56.567 INFO O| Aug 26 14:57:56.567 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95712026-08-26T14:57:57.150Z[ host-image] Aug 26 14:57:56.567 INFO O| Aug 26 14:57:56.567 INFO STEP 21 (remove_files) COMPLETE
95722026-08-26T14:57:57.153Z[ host-image] Aug 26 14:57:56.567 INFO O| Aug 26 14:57:56.567 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-26T14:57:57.160Z[ host-image] Aug 26 14:57:56.577 INFO O| Aug 26 14:57:56.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95742026-08-26T14:57:57.163Z[ host-image] Aug 26 14:57:56.578 INFO O| Aug 26 14:57:56.578 INFO STEP 22 (remove_files) COMPLETE
95752026-08-26T14:57:57.163Z[ host-image] Aug 26 14:57:56.578 INFO O| Aug 26 14:57:56.578 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-26T14:57:57.170Z[ host-image] Aug 26 14:57:56.587 INFO O| Aug 26 14:57:56.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95772026-08-26T14:57:57.170Z[ host-image] Aug 26 14:57:56.587 INFO O| Aug 26 14:57:56.587 INFO STEP 23 (remove_files) COMPLETE
95782026-08-26T14:57:57.173Z[ host-image] Aug 26 14:57:56.587 INFO O| Aug 26 14:57:56.587 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-26T14:57:57.181Z[ host-image] Aug 26 14:57:56.598 INFO O| Aug 26 14:57:56.598 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95802026-08-26T14:57:57.181Z[ host-image] Aug 26 14:57:56.598 INFO O| Aug 26 14:57:56.598 INFO STEP 24 (remove_files) COMPLETE
95812026-08-26T14:57:57.181Z[ host-image] Aug 26 14:57:56.598 INFO O| Aug 26 14:57:56.598 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-26T14:57:57.191Z[ host-image] Aug 26 14:57:56.608 INFO O| Aug 26 14:57:56.608 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95832026-08-26T14:57:57.191Z[ host-image] Aug 26 14:57:56.608 INFO O| Aug 26 14:57:56.608 INFO STEP 25 (remove_files) COMPLETE
95842026-08-26T14:57:57.191Z[ host-image] Aug 26 14:57:56.608 INFO O| Aug 26 14:57:56.608 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-26T14:57:57.200Z[ host-image] Aug 26 14:57:56.617 INFO O| Aug 26 14:57:56.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95862026-08-26T14:57:57.200Z[ host-image] Aug 26 14:57:56.617 INFO O| Aug 26 14:57:56.617 INFO STEP 26 (remove_files) COMPLETE
95872026-08-26T14:57:57.203Z[ host-image] Aug 26 14:57:56.617 INFO O| Aug 26 14:57:56.617 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-26T14:57:57.210Z[ host-image] Aug 26 14:57:56.627 INFO O| Aug 26 14:57:56.627 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95892026-08-26T14:57:57.210Z[ host-image] Aug 26 14:57:56.627 INFO O| Aug 26 14:57:56.627 INFO STEP 27 (remove_files) COMPLETE
95902026-08-26T14:57:57.213Z[ host-image] Aug 26 14:57:56.627 INFO O| Aug 26 14:57:56.627 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-26T14:57:57.221Z[ host-image] Aug 26 14:57:56.637 INFO O| Aug 26 14:57:56.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95922026-08-26T14:57:57.221Z[ host-image] Aug 26 14:57:56.637 INFO O| Aug 26 14:57:56.637 INFO STEP 28 (remove_files) COMPLETE
95932026-08-26T14:57:57.221Z[ host-image] Aug 26 14:57:56.637 INFO O| Aug 26 14:57:56.637 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-26T14:57:57.228Z[ host-image] Aug 26 14:57:56.646 INFO O| Aug 26 14:57:56.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95952026-08-26T14:57:57.232Z[ host-image] Aug 26 14:57:56.646 INFO O| Aug 26 14:57:56.646 INFO STEP 29 (remove_files) COMPLETE
95962026-08-26T14:57:57.232Z[ host-image] Aug 26 14:57:56.646 INFO O| Aug 26 14:57:56.646 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-26T14:57:57.238Z[ host-image] Aug 26 14:57:56.655 INFO O| Aug 26 14:57:56.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95982026-08-26T14:57:57.241Z[ host-image] Aug 26 14:57:56.655 INFO O| Aug 26 14:57:56.655 INFO STEP 30 (remove_files) COMPLETE
95992026-08-26T14:57:57.241Z[ host-image] Aug 26 14:57:56.655 INFO O| Aug 26 14:57:56.655 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-26T14:57:57.246Z[ host-image] Aug 26 14:57:56.663 INFO O| Aug 26 14:57:56.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96012026-08-26T14:57:57.249Z[ host-image] Aug 26 14:57:56.663 INFO O| Aug 26 14:57:56.663 INFO STEP 31 (remove_files) COMPLETE
96022026-08-26T14:57:57.249Z[ host-image] Aug 26 14:57:56.663 INFO O| Aug 26 14:57:56.663 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-26T14:57:57.258Z[ host-image] Aug 26 14:57:56.673 INFO O| Aug 26 14:57:56.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96042026-08-26T14:57:57.261Z[ host-image] Aug 26 14:57:56.673 INFO O| Aug 26 14:57:56.673 INFO STEP 32 (remove_files) COMPLETE
96052026-08-26T14:57:57.261Z[ host-image] Aug 26 14:57:56.673 INFO O| Aug 26 14:57:56.673 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-26T14:57:57.264Z[ host-image] Aug 26 14:57:56.681 INFO O| Aug 26 14:57:56.681 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96072026-08-26T14:57:57.264Z[ host-image] Aug 26 14:57:56.681 INFO O| Aug 26 14:57:56.681 INFO STEP 33 (remove_files) COMPLETE
96082026-08-26T14:57:57.264Z[ host-image] Aug 26 14:57:56.681 INFO O| Aug 26 14:57:56.681 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-26T14:57:57.272Z[ host-image] Aug 26 14:57:56.689 INFO O| Aug 26 14:57:56.689 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96102026-08-26T14:57:57.272Z[ host-image] Aug 26 14:57:56.689 INFO O| Aug 26 14:57:56.689 INFO STEP 34 (remove_files) COMPLETE
96112026-08-26T14:57:57.277Z[ host-image] Aug 26 14:57:56.689 INFO O| Aug 26 14:57:56.689 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-26T14:57:57.280Z[ host-image] Aug 26 14:57:56.698 INFO O| Aug 26 14:57:56.698 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96132026-08-26T14:57:57.283Z[ host-image] Aug 26 14:57:56.698 INFO O| Aug 26 14:57:56.698 INFO STEP 35 (remove_files) COMPLETE
96142026-08-26T14:57:57.283Z[ host-image] Aug 26 14:57:56.698 INFO O| Aug 26 14:57:56.698 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-26T14:57:57.288Z[ host-image] Aug 26 14:57:56.706 INFO O| Aug 26 14:57:56.706 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96162026-08-26T14:57:57.288Z[ host-image] Aug 26 14:57:56.706 INFO O| Aug 26 14:57:56.706 INFO STEP 36 (remove_files) COMPLETE
96172026-08-26T14:57:57.292Z[ host-image] Aug 26 14:57:56.706 INFO O| Aug 26 14:57:56.706 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-26T14:57:57.299Z[ host-image] Aug 26 14:57:56.716 INFO O| Aug 26 14:57:56.716 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96192026-08-26T14:57:57.301Z[ host-image] Aug 26 14:57:56.716 INFO O| Aug 26 14:57:56.716 INFO STEP 37 (remove_files) COMPLETE
96202026-08-26T14:57:57.301Z[ host-image] Aug 26 14:57:56.716 INFO O| Aug 26 14:57:56.716 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-26T14:57:57.309Z[ host-image] Aug 26 14:57:56.726 INFO O| Aug 26 14:57:56.726 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96222026-08-26T14:57:57.309Z[ host-image] Aug 26 14:57:56.726 INFO O| Aug 26 14:57:56.726 INFO STEP 38 (remove_files) COMPLETE
96232026-08-26T14:57:57.312Z[ host-image] Aug 26 14:57:56.726 INFO O| Aug 26 14:57:56.726 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-26T14:57:57.318Z[ host-image] Aug 26 14:57:56.736 INFO O| Aug 26 14:57:56.736 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96252026-08-26T14:57:57.321Z[ host-image] Aug 26 14:57:56.736 INFO O| Aug 26 14:57:56.736 INFO STEP 39 (remove_files) COMPLETE
96262026-08-26T14:57:57.321Z[ host-image] Aug 26 14:57:56.736 INFO O| Aug 26 14:57:56.736 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-26T14:57:57.327Z[ host-image] Aug 26 14:57:56.744 INFO O| Aug 26 14:57:56.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96282026-08-26T14:57:57.327Z[ host-image] Aug 26 14:57:56.744 INFO O| Aug 26 14:57:56.744 INFO STEP 40 (remove_files) COMPLETE
96292026-08-26T14:57:57.327Z[ host-image] Aug 26 14:57:56.744 INFO O| Aug 26 14:57:56.744 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-26T14:57:57.336Z[ host-image] Aug 26 14:57:56.753 INFO O| Aug 26 14:57:56.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96312026-08-26T14:57:57.336Z[ host-image] Aug 26 14:57:56.753 INFO O| Aug 26 14:57:56.753 INFO STEP 41 (remove_files) COMPLETE
96322026-08-26T14:57:57.336Z[ host-image] Aug 26 14:57:56.753 INFO O| Aug 26 14:57:56.753 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-26T14:57:57.344Z[ host-image] Aug 26 14:57:56.761 INFO O| Aug 26 14:57:56.761 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96342026-08-26T14:57:57.344Z[ host-image] Aug 26 14:57:56.761 INFO O| Aug 26 14:57:56.761 INFO STEP 42 (remove_files) COMPLETE
96352026-08-26T14:57:57.344Z[ host-image] Aug 26 14:57:56.761 INFO O| Aug 26 14:57:56.761 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-26T14:57:57.355Z[ host-image] Aug 26 14:57:56.773 INFO O| Aug 26 14:57:56.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96372026-08-26T14:57:57.356Z[ host-image] Aug 26 14:57:56.773 INFO O| Aug 26 14:57:56.773 INFO STEP 43 (remove_files) COMPLETE
96382026-08-26T14:57:57.356Z[ host-image] Aug 26 14:57:56.773 INFO O| Aug 26 14:57:56.773 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-26T14:57:57.368Z[ host-image] Aug 26 14:57:56.783 INFO O| Aug 26 14:57:56.783 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96402026-08-26T14:57:57.368Z[ host-image] Aug 26 14:57:56.783 INFO O| Aug 26 14:57:56.783 INFO STEP 44 (remove_files) COMPLETE
96412026-08-26T14:57:57.368Z[ host-image] Aug 26 14:57:56.783 INFO O| Aug 26 14:57:56.783 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-26T14:57:57.377Z[ host-image] Aug 26 14:57:56.794 INFO O| Aug 26 14:57:56.794 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96432026-08-26T14:57:57.377Z[ host-image] Aug 26 14:57:56.795 INFO O| Aug 26 14:57:56.795 INFO STEP 45 (remove_files) COMPLETE
96442026-08-26T14:57:57.381Z[ host-image] Aug 26 14:57:56.795 INFO O| Aug 26 14:57:56.795 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-26T14:57:57.387Z[ host-image] Aug 26 14:57:56.804 INFO O| Aug 26 14:57:56.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96462026-08-26T14:57:57.387Z[ host-image] Aug 26 14:57:56.804 INFO O| Aug 26 14:57:56.804 INFO STEP 46 (remove_files) COMPLETE
96472026-08-26T14:57:57.387Z[ host-image] Aug 26 14:57:56.804 INFO O| Aug 26 14:57:56.804 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-26T14:57:57.397Z[ host-image] Aug 26 14:57:56.814 INFO O| Aug 26 14:57:56.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96492026-08-26T14:57:57.397Z[ host-image] Aug 26 14:57:56.814 INFO O| Aug 26 14:57:56.814 INFO STEP 47 (remove_files) COMPLETE
96502026-08-26T14:57:57.397Z[ host-image] Aug 26 14:57:56.814 INFO O| Aug 26 14:57:56.814 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-26T14:57:57.408Z[ host-image] Aug 26 14:57:56.825 INFO O| Aug 26 14:57:56.825 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96522026-08-26T14:57:57.408Z[ host-image] Aug 26 14:57:56.825 INFO O| Aug 26 14:57:56.825 INFO STEP 48 (remove_files) COMPLETE
96532026-08-26T14:57:57.408Z[ host-image] Aug 26 14:57:56.825 INFO O| Aug 26 14:57:56.825 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-26T14:57:57.416Z[ host-image] Aug 26 14:57:56.833 INFO O| Aug 26 14:57:56.833 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96552026-08-26T14:57:57.416Z[ host-image] Aug 26 14:57:56.834 INFO O| Aug 26 14:57:56.833 INFO STEP 49 (remove_files) COMPLETE
96562026-08-26T14:57:57.420Z[ host-image] Aug 26 14:57:56.834 INFO O| Aug 26 14:57:56.834 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-26T14:57:57.424Z[ host-image] Aug 26 14:57:56.842 INFO O| Aug 26 14:57:56.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96582026-08-26T14:57:57.424Z[ host-image] Aug 26 14:57:56.842 INFO O| Aug 26 14:57:56.842 INFO STEP 50 (remove_files) COMPLETE
96592026-08-26T14:57:57.424Z[ host-image] Aug 26 14:57:56.842 INFO O| Aug 26 14:57:56.842 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-26T14:57:57.433Z[ host-image] Aug 26 14:57:56.850 INFO O| Aug 26 14:57:56.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96612026-08-26T14:57:57.433Z[ host-image] Aug 26 14:57:56.850 INFO O| Aug 26 14:57:56.850 INFO STEP 51 (remove_files) COMPLETE
96622026-08-26T14:57:57.433Z[ host-image] Aug 26 14:57:56.850 INFO O| Aug 26 14:57:56.850 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-26T14:57:57.444Z[ host-image] Aug 26 14:57:56.861 INFO O| Aug 26 14:57:56.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96642026-08-26T14:57:57.444Z[ host-image] Aug 26 14:57:56.861 INFO O| Aug 26 14:57:56.861 INFO STEP 52 (remove_files) COMPLETE
96652026-08-26T14:57:57.444Z[ host-image] Aug 26 14:57:56.861 INFO O| Aug 26 14:57:56.861 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-26T14:57:57.454Z[ host-image] Aug 26 14:57:56.871 INFO O| Aug 26 14:57:56.871 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96672026-08-26T14:57:57.454Z[ host-image] Aug 26 14:57:56.871 INFO O| Aug 26 14:57:56.871 INFO STEP 53 (remove_files) COMPLETE
96682026-08-26T14:57:57.454Z[ host-image] Aug 26 14:57:56.871 INFO O| Aug 26 14:57:56.871 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-26T14:57:57.465Z[ host-image] Aug 26 14:57:56.882 INFO O| Aug 26 14:57:56.882 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96702026-08-26T14:57:57.465Z[ host-image] Aug 26 14:57:56.882 INFO O| Aug 26 14:57:56.882 INFO STEP 54 (remove_files) COMPLETE
96712026-08-26T14:57:57.465Z[ host-image] Aug 26 14:57:56.882 INFO O| Aug 26 14:57:56.882 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-26T14:57:57.476Z[ host-image] Aug 26 14:57:56.892 INFO O| Aug 26 14:57:56.892 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96732026-08-26T14:57:57.476Z[ host-image] Aug 26 14:57:56.892 INFO O| Aug 26 14:57:56.892 INFO STEP 55 (remove_files) COMPLETE
96742026-08-26T14:57:57.479Z[ host-image] Aug 26 14:57:56.893 INFO O| Aug 26 14:57:56.892 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-26T14:57:57.486Z[ host-image] Aug 26 14:57:56.903 INFO O| Aug 26 14:57:56.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96762026-08-26T14:57:57.486Z[ host-image] Aug 26 14:57:56.903 INFO O| Aug 26 14:57:56.903 INFO STEP 56 (remove_files) COMPLETE
96772026-08-26T14:57:57.486Z[ host-image] Aug 26 14:57:56.903 INFO O| Aug 26 14:57:56.903 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-26T14:57:57.498Z[ host-image] Aug 26 14:57:56.915 INFO O| Aug 26 14:57:56.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96792026-08-26T14:57:57.498Z[ host-image] Aug 26 14:57:56.916 INFO O| Aug 26 14:57:56.916 INFO STEP 57 (remove_files) COMPLETE
96802026-08-26T14:57:57.498Z[ host-image] Aug 26 14:57:56.916 INFO O| Aug 26 14:57:56.916 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-26T14:57:57.509Z[ host-image] Aug 26 14:57:56.926 INFO O| Aug 26 14:57:56.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96822026-08-26T14:57:57.509Z[ host-image] Aug 26 14:57:56.926 INFO O| Aug 26 14:57:56.926 INFO STEP 58 (remove_files) COMPLETE
96832026-08-26T14:57:57.509Z[ host-image] Aug 26 14:57:56.926 INFO O| Aug 26 14:57:56.926 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-26T14:57:57.519Z[ host-image] Aug 26 14:57:56.936 INFO O| Aug 26 14:57:56.936 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96852026-08-26T14:57:57.519Z[ host-image] Aug 26 14:57:56.936 INFO O| Aug 26 14:57:56.936 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96862026-08-26T14:57:57.519Z[ host-image] Aug 26 14:57:56.936 INFO O| Aug 26 14:57:56.936 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96872026-08-26T14:57:57.523Z[ host-image] Aug 26 14:57:56.936 INFO O| Aug 26 14:57:56.936 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96882026-08-26T14:57:57.523Z[ host-image] Aug 26 14:57:56.937 INFO O| Aug 26 14:57:56.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96892026-08-26T14:57:57.523Z[ host-image] Aug 26 14:57:56.937 INFO O| Aug 26 14:57:56.937 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96902026-08-26T14:57:57.523Z[ host-image] Aug 26 14:57:56.937 INFO O| Aug 26 14:57:56.937 INFO ok!
96912026-08-26T14:57:57.523Z[ host-image] Aug 26 14:57:56.937 INFO O| Aug 26 14:57:56.937 INFO STEP 59 (ensure_file) COMPLETE
96922026-08-26T14:57:57.523Z[ host-image] Aug 26 14:57:56.937 INFO O| Aug 26 14:57:56.937 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-08-26T14:57:57.529Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96942026-08-26T14:57:57.529Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96952026-08-26T14:57:57.530Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96962026-08-26T14:57:57.533Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96972026-08-26T14:57:57.533Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96982026-08-26T14:57:57.533Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96992026-08-26T14:57:57.533Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 INFO ok!
97002026-08-26T14:57:57.533Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 INFO STEP 60 (ensure_file) COMPLETE
97012026-08-26T14:57:57.533Z[ host-image] Aug 26 14:57:56.947 INFO O| Aug 26 14:57:56.947 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-08-26T14:57:57.540Z[ host-image] Aug 26 14:57:56.957 INFO O| Aug 26 14:57:56.957 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97032026-08-26T14:57:57.540Z[ host-image] Aug 26 14:57:56.957 INFO O| Aug 26 14:57:56.957 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97042026-08-26T14:57:57.544Z[ host-image] Aug 26 14:57:56.957 INFO O| Aug 26 14:57:56.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97052026-08-26T14:57:57.544Z[ host-image] Aug 26 14:57:56.957 INFO O| Aug 26 14:57:56.957 INFO ok!
97062026-08-26T14:57:57.544Z[ host-image] Aug 26 14:57:56.957 INFO O| Aug 26 14:57:56.957 INFO STEP 61 (ensure_file) COMPLETE
97072026-08-26T14:57:57.544Z[ host-image] Aug 26 14:57:56.957 INFO O| Aug 26 14:57:56.957 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97082026-08-26T14:57:57.550Z[ host-image] Aug 26 14:57:56.967 INFO O| Aug 26 14:57:56.967 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97092026-08-26T14:57:57.550Z[ host-image] Aug 26 14:57:56.967 INFO O| Aug 26 14:57:56.967 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97102026-08-26T14:57:57.550Z[ host-image] Aug 26 14:57:56.967 INFO O| Aug 26 14:57:56.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97112026-08-26T14:57:57.550Z[ host-image] Aug 26 14:57:56.967 INFO O| Aug 26 14:57:56.967 INFO ok!
97122026-08-26T14:57:57.550Z[ host-image] Aug 26 14:57:56.967 INFO O| Aug 26 14:57:56.967 INFO STEP 62 (ensure_file) COMPLETE
97132026-08-26T14:57:57.554Z[ host-image] Aug 26 14:57:56.967 INFO O| Aug 26 14:57:56.967 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97142026-08-26T14:57:57.562Z[ host-image] Aug 26 14:57:56.979 INFO O| Aug 26 14:57:56.979 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97152026-08-26T14:57:57.562Z[ host-image] Aug 26 14:57:56.979 INFO O| Aug 26 14:57:56.979 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97162026-08-26T14:57:57.562Z[ host-image] Aug 26 14:57:56.979 INFO O| Aug 26 14:57:56.979 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97172026-08-26T14:57:57.565Z[ host-image] Aug 26 14:57:56.979 INFO O| Aug 26 14:57:56.979 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97182026-08-26T14:57:57.565Z[ host-image] Aug 26 14:57:56.979 INFO O| Aug 26 14:57:56.979 INFO ok!
97192026-08-26T14:57:57.565Z[ host-image] Aug 26 14:57:56.979 INFO O| Aug 26 14:57:56.979 INFO STEP 63 (ensure_file) COMPLETE
97202026-08-26T14:57:57.565Z[ host-image] Aug 26 14:57:56.979 INFO O| Aug 26 14:57:56.979 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97212026-08-26T14:57:57.573Z[ host-image] Aug 26 14:57:56.990 INFO O| Aug 26 14:57:56.990 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97222026-08-26T14:57:57.573Z[ host-image] Aug 26 14:57:56.990 INFO O| Aug 26 14:57:56.990 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97232026-08-26T14:57:57.573Z[ host-image] Aug 26 14:57:56.990 INFO O| Aug 26 14:57:56.990 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97242026-08-26T14:57:57.573Z[ host-image] Aug 26 14:57:56.990 INFO O| Aug 26 14:57:56.990 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97252026-08-26T14:57:57.576Z[ host-image] Aug 26 14:57:56.990 INFO O| Aug 26 14:57:56.990 INFO ok!
97262026-08-26T14:57:57.576Z[ host-image] Aug 26 14:57:56.990 INFO O| Aug 26 14:57:56.990 INFO STEP 64 (ensure_file) COMPLETE
97272026-08-26T14:57:57.576Z[ host-image] Aug 26 14:57:56.990 INFO O| Aug 26 14:57:56.990 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97282026-08-26T14:57:57.587Z[ host-image] Aug 26 14:57:57.005 INFO O| Aug 26 14:57:57.005 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97292026-08-26T14:57:57.587Z[ host-image] Aug 26 14:57:57.005 INFO O| Aug 26 14:57:57.005 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97302026-08-26T14:57:57.587Z[ host-image] Aug 26 14:57:57.005 INFO O| Aug 26 14:57:57.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97312026-08-26T14:57:57.591Z[ host-image] Aug 26 14:57:57.005 INFO O| Aug 26 14:57:57.005 INFO ok!
97322026-08-26T14:57:57.591Z[ host-image] Aug 26 14:57:57.005 INFO O| Aug 26 14:57:57.005 INFO STEP 65 (assemble_files) COMPLETE
97332026-08-26T14:57:57.591Z[ host-image] Aug 26 14:57:57.005 INFO O| Aug 26 14:57:57.005 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97342026-08-26T14:57:57.602Z[ host-image] Aug 26 14:57:57.019 INFO O| Aug 26 14:57:57.019 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97352026-08-26T14:57:57.602Z[ host-image] Aug 26 14:57:57.019 INFO O| Aug 26 14:57:57.019 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97362026-08-26T14:57:57.602Z[ host-image] Aug 26 14:57:57.019 INFO O| Aug 26 14:57:57.019 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97372026-08-26T14:57:57.605Z[ host-image] Aug 26 14:57:57.019 INFO O| Aug 26 14:57:57.019 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97382026-08-26T14:57:57.605Z[ host-image] Aug 26 14:57:57.019 INFO O| Aug 26 14:57:57.019 INFO ok!
97392026-08-26T14:57:57.605Z[ host-image] Aug 26 14:57:57.019 INFO O| Aug 26 14:57:57.019 INFO STEP 66 (ensure_file) COMPLETE
97402026-08-26T14:57:57.605Z[ host-image] Aug 26 14:57:57.019 INFO O| Aug 26 14:57:57.019 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97412026-08-26T14:57:57.613Z[ host-image] Aug 26 14:57:57.030 INFO O| Aug 26 14:57:57.030 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97422026-08-26T14:57:57.613Z[ host-image] Aug 26 14:57:57.030 INFO O| Aug 26 14:57:57.030 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97432026-08-26T14:57:57.616Z[ host-image] Aug 26 14:57:57.030 INFO O| Aug 26 14:57:57.030 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97442026-08-26T14:57:57.616Z[ host-image] Aug 26 14:57:57.030 INFO O| Aug 26 14:57:57.030 INFO STEP 67 (ensure_dir) COMPLETE
97452026-08-26T14:57:57.616Z[ host-image] Aug 26 14:57:57.030 INFO O| Aug 26 14:57:57.030 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97462026-08-26T14:57:57.624Z[ host-image] Aug 26 14:57:57.041 INFO O| Aug 26 14:57:57.041 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97472026-08-26T14:57:57.624Z[ host-image] Aug 26 14:57:57.041 INFO O| Aug 26 14:57:57.041 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 ...
97482026-08-26T14:57:57.631Z[ host-image] Aug 26 14:57:57.047 INFO O| Aug 26 14:57:57.047 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
97492026-08-26T14:57:57.631Z[ host-image] Aug 26 14:57:57.048 INFO O| Aug 26 14:57:57.047 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97502026-08-26T14:57:57.634Z[ host-image] Aug 26 14:57:57.048 INFO O| Aug 26 14:57:57.047 INFO ok!
97512026-08-26T14:57:57.634Z[ host-image] Aug 26 14:57:57.048 INFO O| Aug 26 14:57:57.047 INFO STEP 68 (ensure_file) COMPLETE
97522026-08-26T14:57:57.634Z[ host-image] Aug 26 14:57:57.048 INFO O| Aug 26 14:57:57.047 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97532026-08-26T14:57:57.641Z[ host-image] Aug 26 14:57:57.058 INFO O| Aug 26 14:57:57.058 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97542026-08-26T14:57:57.641Z[ host-image] Aug 26 14:57:57.058 INFO O| Aug 26 14:57:57.058 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 ...
97552026-08-26T14:57:57.641Z[ host-image] Aug 26 14:57:57.058 INFO O| Aug 26 14:57:57.058 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
97562026-08-26T14:57:57.644Z[ host-image] Aug 26 14:57:57.058 INFO O| Aug 26 14:57:57.058 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97572026-08-26T14:57:57.644Z[ host-image] Aug 26 14:57:57.058 INFO O| Aug 26 14:57:57.058 INFO ok!
97582026-08-26T14:57:57.644Z[ host-image] Aug 26 14:57:57.058 INFO O| Aug 26 14:57:57.058 INFO STEP 69 (ensure_file) COMPLETE
97592026-08-26T14:57:57.645Z[ host-image] Aug 26 14:57:57.058 INFO O| Aug 26 14:57:57.058 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97602026-08-26T14:57:57.656Z[ host-image] Aug 26 14:57:57.073 INFO O| Aug 26 14:57:57.073 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97612026-08-26T14:57:57.656Z[ host-image] Aug 26 14:57:57.073 INFO O| Aug 26 14:57:57.073 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97622026-08-26T14:57:59.137Z[ host-image] Aug 26 14:57:58.554 INFO O| Aug 26 14:57:58.554 INFO STEP 70 (pack_tar) COMPLETE
97632026-08-26T14:57:59.137Z[ host-image] Aug 26 14:57:58.554 INFO O| Aug 26 14:57:58.554 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97642026-08-26T14:57:59.137Z[ host-image] Aug 26 14:57:58.554 INFO O| Aug 26 14:57:58.554 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97652026-08-26T14:57:59.646Z[ host-image] Aug 26 14:57:59.063 INFO O| Aug 26 14:57:59.063 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97662026-08-26T14:57:59.723Z[ host-image] Aug 26 14:57:59.140 INFO O| Aug 26 14:57:59.139 INFO completed processing sled/ramdisk-02-trim
97672026-08-26T14:57:59.726Z[ host-image] Aug 26 14:57:59.142 INFO image builder template: zfs...
97682026-08-26T14:57:59.726Z[ host-image] Aug 26 14:57:59.142 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/.tmpOPAkYs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97692026-08-26T14:57:59.737Z[ host-image] Aug 26 14:57:59.154 INFO O| Aug 26 14:57:59.154 INFO skip include "stress" because feature "stress" is not enabled
97702026-08-26T14:57:59.737Z[ host-image] Aug 26 14:57:59.155 INFO O| Aug 26 14:57:59.154 INFO skip include "stress" because feature "compliance" is not enabled
97712026-08-26T14:57:59.768Z[ host-image] Aug 26 14:57:59.185 INFO O| Aug 26 14:57:59.185 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97722026-08-26T14:57:59.772Z[ host-image] Aug 26 14:57:59.190 INFO O| Aug 26 14:57:59.190 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97732026-08-26T14:57:59.860Z[ host-image] Aug 26 14:57:59.275 INFO O| Aug 26 14:57:59.275 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97742026-08-26T14:58:00.036Z[ host-image] Aug 26 14:57:59.452 INFO O| Aug 26 14:57:59.451 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97752026-08-26T14:58:00.036Z[ host-image] Aug 26 14:57:59.452 INFO O| Aug 26 14:57:59.451 INFO work dataset: rpool/images/build/host/work/sled/zfs
97762026-08-26T14:58:00.042Z[ host-image] Aug 26 14:57:59.456 INFO O| Aug 26 14:57:59.456 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97772026-08-26T14:58:00.246Z[ host-image] Aug 26 14:57:59.659 INFO O| Aug 26 14:57:59.659 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97782026-08-26T14:58:00.633Z[ host-image] Aug 26 14:58:00.046 INFO O| Aug 26 14:58:00.046 INFO DESTROY POOL: TEMPORARY-sled-zfs
97792026-08-26T14:58:00.638Z[ host-image] Aug 26 14:58:00.055 INFO O| Aug 26 14:58:00.055 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97802026-08-26T14:58:00.642Z[ host-image] Aug 26 14:58:00.059 INFO O| Aug 26 14:58:00.059 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97812026-08-26T14:58:00.642Z[ host-image] Aug 26 14:58:00.060 INFO O| Aug 26 14:58:00.060 INFO no lofi found
97822026-08-26T14:58:00.645Z[ host-image] Aug 26 14:58:00.060 INFO O| Aug 26 14:58:00.060 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97832026-08-26T14:58:00.645Z[ host-image] Aug 26 14:58:00.060 INFO O| Aug 26 14:58:00.060 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97842026-08-26T14:58:02.585Z[ host-image] Aug 26 14:58:02.002 INFO O| Aug 26 14:58:02.001 INFO lofi device = /dev/dsk/c2t1d0p0
97852026-08-26T14:58:02.585Z[ host-image] Aug 26 14:58:02.002 INFO O| Aug 26 14:58:02.002 INFO pool device = /dev/dsk/c2t1d0p0
97862026-08-26T14:58:02.585Z[ host-image] Aug 26 14:58:02.002 INFO O| Aug 26 14:58:02.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97872026-08-26T14:58:02.659Z[ host-image] Aug 26 14:58:02.076 INFO O| Aug 26 14:58:02.076 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97882026-08-26T14:58:02.659Z[ host-image] Aug 26 14:58:02.076 INFO O| Aug 26 14:58:02.076 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97892026-08-26T14:58:02.681Z[ host-image] Aug 26 14:58:02.098 INFO O| Aug 26 14:58:02.098 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97902026-08-26T14:58:02.731Z[ host-image] Aug 26 14:58:02.148 INFO O| Aug 26 14:58:02.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97912026-08-26T14:58:02.760Z[ host-image] Aug 26 14:58:02.177 INFO O| Aug 26 14:58:02.176 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97922026-08-26T14:58:02.772Z[ host-image] Aug 26 14:58:02.189 INFO O| Aug 26 14:58:02.189 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97932026-08-26T14:58:02.783Z[ host-image] Aug 26 14:58:02.200 INFO O| Aug 26 14:58:02.200 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97942026-08-26T14:58:02.817Z[ host-image] Aug 26 14:58:02.234 INFO O| Aug 26 14:58:02.233 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97952026-08-26T14:58:02.817Z[ host-image] Aug 26 14:58:02.234 INFO O| Aug 26 14:58:02.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97962026-08-26T14:58:02.817Z[ host-image] Aug 26 14:58:02.234 INFO O| Aug 26 14:58:02.234 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97972026-08-26T14:58:02.826Z[ host-image] Aug 26 14:58:02.243 INFO O| Aug 26 14:58:02.243 INFO boot environment UUID: 16a290d8-0afc-46f2-9ee0-025b1b6a610e
97982026-08-26T14:58:02.830Z[ host-image] Aug 26 14:58:02.243 INFO O| Aug 26 14:58:02.243 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 16a290d8-0afc-46f2-9ee0-025b1b6a610e
97992026-08-26T14:58:02.837Z[ host-image] Aug 26 14:58:02.254 INFO O| Aug 26 14:58:02.254 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98002026-08-26T14:58:02.848Z[ host-image] Aug 26 14:58:02.265 INFO O| Aug 26 14:58:02.265 INFO STEP 0 (create_be) COMPLETE
98012026-08-26T14:58:02.848Z[ host-image] Aug 26 14:58:02.265 INFO O| Aug 26 14:58:02.265 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98022026-08-26T14:58:02.864Z[ host-image] Aug 26 14:58:02.281 INFO O| Aug 26 14:58:02.281 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98032026-08-26T14:58:10.849Z[ recovery-image] Aug 26 14:58:10.262 INFO O| ok, image written!
98042026-08-26T14:58:10.858Z[ recovery-image] Aug 26 14:58:10.262 INFO O| ok, boot_image_csum file written!
98052026-08-26T14:58:10.866Z[ recovery-image] Aug 26 14:58:10.266 INFO creating boot archive (CPIO)...
98062026-08-26T14:58:10.870Z[ recovery-image] Aug 26 14:58:10.266 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
98072026-08-26T14:58:10.870Z[ recovery-image] Aug 26 14:58:10.275 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98082026-08-26T14:58:10.870Z[ recovery-image] Aug 26 14:58:10.275 INFO E| + outfile=/work/os-recovery/cpio
98092026-08-26T14:58:10.870Z[ recovery-image] Aug 26 14:58:10.275 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98102026-08-26T14:58:10.870Z[ recovery-image] Aug 26 14:58:10.277 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98112026-08-26T14:58:10.870Z[ recovery-image] Aug 26 14:58:10.277 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98122026-08-26T14:58:10.891Z[ recovery-image] Aug 26 14:58:10.307 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98132026-08-26T14:58:10.891Z[ recovery-image] Aug 26 14:58:10.307 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98142026-08-26T14:58:10.913Z[ recovery-image] Aug 26 14:58:10.316 INFO creating compressed cpio/unix for dev loaders...
98152026-08-26T14:58:10.913Z[ recovery-image] Aug 26 14:58:10.316 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
98162026-08-26T14:58:11.192Z[ recovery-image] Aug 26 14:58:10.608 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98172026-08-26T14:58:11.993Z[ host-image] Aug 26 14:58:11.410 INFO O| Aug 26 14:58:11.410 INFO STEP 1 (unpack_tar) COMPLETE
98182026-08-26T14:58:11.993Z[ host-image] Aug 26 14:58:11.410 INFO O| Aug 26 14:58:11.410 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-26T14:58:12.003Z[ host-image] Aug 26 14:58:11.420 INFO O| Aug 26 14:58:11.420 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98202026-08-26T14:58:12.318Z[ host-image] Aug 26 14:58:11.736 INFO O| Aug 26 14:58:11.735 INFO STEP 2 (devfsadm) COMPLETE
98212026-08-26T14:58:12.318Z[ host-image] Aug 26 14:58:11.736 INFO O| Aug 26 14:58:11.735 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-26T14:58:12.329Z[ host-image] Aug 26 14:58:11.746 INFO O| Aug 26 14:58:11.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98232026-08-26T14:58:12.329Z[ host-image] Aug 26 14:58:11.746 INFO O| Aug 26 14:58:11.746 INFO STEP 3 (ensure_dir) COMPLETE
98242026-08-26T14:58:12.332Z[ host-image] Aug 26 14:58:11.746 INFO O| Aug 26 14:58:11.746 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-26T14:58:12.338Z[ host-image] Aug 26 14:58:11.756 INFO O| Aug 26 14:58:11.755 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98262026-08-26T14:58:12.338Z[ host-image] Aug 26 14:58:11.756 INFO O| Aug 26 14:58:11.756 INFO STEP 4 (ensure_dir) COMPLETE
98272026-08-26T14:58:12.338Z[ host-image] Aug 26 14:58:11.756 INFO O| Aug 26 14:58:11.756 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-08-26T14:58:12.347Z[ host-image] Aug 26 14:58:11.763 INFO O| Aug 26 14:58:11.763 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98292026-08-26T14:58:12.353Z[ host-image] Aug 26 14:58:11.764 INFO O| Aug 26 14:58:11.763 INFO STEP 5 (ensure_dir) COMPLETE
98302026-08-26T14:58:12.353Z[ host-image] Aug 26 14:58:11.764 INFO O| Aug 26 14:58:11.763 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-26T14:58:12.356Z[ host-image] Aug 26 14:58:11.771 INFO O| Aug 26 14:58:11.771 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98322026-08-26T14:58:12.356Z[ host-image] Aug 26 14:58:11.771 INFO O| Aug 26 14:58:11.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98332026-08-26T14:58:12.356Z[ host-image] Aug 26 14:58:11.771 INFO O| Aug 26 14:58:11.771 INFO STEP 6 (ensure_dir) COMPLETE
98342026-08-26T14:58:12.356Z[ host-image] Aug 26 14:58:11.771 INFO O| Aug 26 14:58:11.771 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-26T14:58:12.363Z[ host-image] Aug 26 14:58:11.781 INFO O| Aug 26 14:58:11.781 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98362026-08-26T14:58:12.363Z[ host-image] Aug 26 14:58:11.781 INFO O| Aug 26 14:58:11.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98372026-08-26T14:58:12.368Z[ host-image] Aug 26 14:58:11.781 INFO O| Aug 26 14:58:11.781 INFO STEP 7 (ensure_dir) COMPLETE
98382026-08-26T14:58:12.368Z[ host-image] Aug 26 14:58:11.781 INFO O| Aug 26 14:58:11.781 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-08-26T14:58:12.372Z[ host-image] Aug 26 14:58:11.789 INFO O| Aug 26 14:58:11.789 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98402026-08-26T14:58:12.375Z[ host-image] Aug 26 14:58:11.790 INFO O| Aug 26 14:58:11.790 INFO STEP 8 (remove_files) COMPLETE
98412026-08-26T14:58:12.375Z[ host-image] Aug 26 14:58:11.790 INFO O| Aug 26 14:58:11.790 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-08-26T14:58:12.381Z[ host-image] Aug 26 14:58:11.798 INFO O| Aug 26 14:58:11.798 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98432026-08-26T14:58:12.386Z[ host-image] Aug 26 14:58:11.799 INFO O| Aug 26 14:58:11.799 INFO STEP 9 (remove_files) COMPLETE
98442026-08-26T14:58:12.386Z[ host-image] Aug 26 14:58:11.799 INFO O| Aug 26 14:58:11.799 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-08-26T14:58:12.389Z[ host-image] Aug 26 14:58:11.806 INFO O| Aug 26 14:58:11.806 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98462026-08-26T14:58:12.392Z[ host-image] Aug 26 14:58:11.807 INFO O| Aug 26 14:58:11.807 INFO STEP 10 (remove_files) COMPLETE
98472026-08-26T14:58:12.392Z[ host-image] Aug 26 14:58:11.807 INFO O| Aug 26 14:58:11.807 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-26T14:58:12.397Z[ host-image] Aug 26 14:58:11.814 INFO O| Aug 26 14:58:11.814 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98492026-08-26T14:58:12.400Z[ host-image] Aug 26 14:58:11.814 INFO O| Aug 26 14:58:11.814 INFO STEP 11 (remove_files) COMPLETE
98502026-08-26T14:58:12.400Z[ host-image] Aug 26 14:58:11.814 INFO O| Aug 26 14:58:11.814 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-08-26T14:58:12.407Z[ host-image] Aug 26 14:58:11.824 INFO O| Aug 26 14:58:11.824 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98522026-08-26T14:58:12.410Z[ host-image] Aug 26 14:58:11.824 INFO O| Aug 26 14:58:11.824 INFO STEP 12 (remove_files) COMPLETE
98532026-08-26T14:58:12.410Z[ host-image] Aug 26 14:58:11.824 INFO O| Aug 26 14:58:11.824 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98542026-08-26T14:58:12.416Z[ host-image] Aug 26 14:58:11.833 INFO O| Aug 26 14:58:11.833 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98552026-08-26T14:58:12.431Z[ host-image] Aug 26 14:58:11.833 INFO O| Aug 26 14:58:11.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98562026-08-26T14:58:12.431Z[ host-image] Aug 26 14:58:11.833 INFO O| Aug 26 14:58:11.833 INFO STEP 13 (ensure_dir) COMPLETE
98572026-08-26T14:58:12.431Z[ host-image] Aug 26 14:58:11.833 INFO O| Aug 26 14:58:11.833 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98582026-08-26T14:58:12.431Z[ host-image] Aug 26 14:58:11.843 INFO O| Aug 26 14:58:11.843 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98592026-08-26T14:58:12.431Z[ host-image] Aug 26 14:58:11.843 INFO O| Aug 26 14:58:11.843 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98602026-08-26T14:58:12.431Z[ host-image] Aug 26 14:58:11.843 INFO O| Aug 26 14:58:11.843 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98612026-08-26T14:58:12.431Z[ host-image] Aug 26 14:58:11.843 INFO O| Aug 26 14:58:11.843 INFO STEP 14 (ensure_dir) COMPLETE
98622026-08-26T14:58:12.431Z[ host-image] Aug 26 14:58:11.843 INFO O| Aug 26 14:58:11.843 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98632026-08-26T14:58:12.435Z[ host-image] Aug 26 14:58:11.851 INFO O| Aug 26 14:58:11.851 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98642026-08-26T14:58:12.435Z[ host-image] Aug 26 14:58:11.851 INFO O| Aug 26 14:58:11.851 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98652026-08-26T14:58:12.435Z[ host-image] Aug 26 14:58:11.851 INFO O| Aug 26 14:58:11.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98662026-08-26T14:58:12.435Z[ host-image] Aug 26 14:58:11.851 INFO O| Aug 26 14:58:11.851 INFO STEP 15 (ensure_dir) COMPLETE
98672026-08-26T14:58:12.435Z[ host-image] Aug 26 14:58:11.851 INFO O| Aug 26 14:58:11.851 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98682026-08-26T14:58:12.442Z[ host-image] Aug 26 14:58:11.860 INFO O| Aug 26 14:58:11.860 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98692026-08-26T14:58:12.442Z[ host-image] Aug 26 14:58:11.860 INFO O| Aug 26 14:58:11.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98702026-08-26T14:58:12.443Z[ host-image] Aug 26 14:58:11.860 INFO O| Aug 26 14:58:11.860 INFO STEP 16 (ensure_dir) COMPLETE
98712026-08-26T14:58:12.446Z[ host-image] Aug 26 14:58:11.860 INFO O| Aug 26 14:58:11.860 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98722026-08-26T14:58:12.451Z[ host-image] Aug 26 14:58:11.867 INFO O| Aug 26 14:58:11.867 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98732026-08-26T14:58:12.451Z[ host-image] Aug 26 14:58:11.867 INFO O| Aug 26 14:58:11.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98742026-08-26T14:58:12.451Z[ host-image] Aug 26 14:58:11.867 INFO O| Aug 26 14:58:11.867 INFO STEP 17 (ensure_dir) COMPLETE
98752026-08-26T14:58:12.451Z[ host-image] Aug 26 14:58:11.867 INFO O| Aug 26 14:58:11.867 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98762026-08-26T14:58:12.456Z[ host-image] Aug 26 14:58:11.874 INFO O| Aug 26 14:58:11.873 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98772026-08-26T14:58:12.456Z[ host-image] Aug 26 14:58:11.874 INFO O| Aug 26 14:58:11.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98782026-08-26T14:58:12.456Z[ host-image] Aug 26 14:58:11.874 INFO O| Aug 26 14:58:11.873 INFO ok!
98792026-08-26T14:58:12.460Z[ host-image] Aug 26 14:58:11.874 INFO O| Aug 26 14:58:11.873 INFO STEP 18 (ensure_symlink) COMPLETE
98802026-08-26T14:58:12.460Z[ host-image] Aug 26 14:58:11.874 INFO O| Aug 26 14:58:11.874 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98812026-08-26T14:58:12.463Z[ host-image] Aug 26 14:58:11.880 INFO O| Aug 26 14:58:11.880 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98822026-08-26T14:58:12.463Z[ host-image] Aug 26 14:58:11.880 INFO O| Aug 26 14:58:11.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98832026-08-26T14:58:12.463Z[ host-image] Aug 26 14:58:11.880 INFO O| Aug 26 14:58:11.880 INFO ok!
98842026-08-26T14:58:12.463Z[ host-image] Aug 26 14:58:11.880 INFO O| Aug 26 14:58:11.880 INFO STEP 19 (ensure_file) COMPLETE
98852026-08-26T14:58:12.463Z[ host-image] Aug 26 14:58:11.880 INFO O| Aug 26 14:58:11.880 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98862026-08-26T14:58:12.471Z[ host-image] Aug 26 14:58:11.888 INFO O| Aug 26 14:58:11.888 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98872026-08-26T14:58:12.471Z[ host-image] Aug 26 14:58:11.889 INFO O| Aug 26 14:58:11.888 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98882026-08-26T14:58:12.475Z[ host-image] Aug 26 14:58:11.889 INFO O| Aug 26 14:58:11.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98892026-08-26T14:58:12.475Z[ host-image] Aug 26 14:58:11.889 INFO O| Aug 26 14:58:11.889 INFO ok!
98902026-08-26T14:58:12.475Z[ host-image] Aug 26 14:58:11.889 INFO O| Aug 26 14:58:11.889 INFO STEP 20 (ensure_symlink) COMPLETE
98912026-08-26T14:58:12.475Z[ host-image] Aug 26 14:58:11.889 INFO O| Aug 26 14:58:11.889 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98922026-08-26T14:58:12.480Z[ host-image] Aug 26 14:58:11.896 INFO O| Aug 26 14:58:11.896 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98932026-08-26T14:58:12.480Z[ host-image] Aug 26 14:58:11.896 INFO O| Aug 26 14:58:11.896 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98942026-08-26T14:58:12.483Z[ host-image] Aug 26 14:58:11.896 INFO O| Aug 26 14:58:11.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98952026-08-26T14:58:12.483Z[ host-image] Aug 26 14:58:11.896 INFO O| Aug 26 14:58:11.896 INFO ok!
98962026-08-26T14:58:12.483Z[ host-image] Aug 26 14:58:11.896 INFO O| Aug 26 14:58:11.896 INFO STEP 21 (ensure_symlink) COMPLETE
98972026-08-26T14:58:12.483Z[ host-image] Aug 26 14:58:11.896 INFO O| Aug 26 14:58:11.896 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98982026-08-26T14:58:12.488Z[ host-image] Aug 26 14:58:11.906 INFO O| Aug 26 14:58:11.906 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98992026-08-26T14:58:12.488Z[ host-image] Aug 26 14:58:11.906 INFO O| Aug 26 14:58:11.906 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99002026-08-26T14:58:12.488Z[ host-image] Aug 26 14:58:11.906 INFO O| Aug 26 14:58:11.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99012026-08-26T14:58:12.491Z[ host-image] Aug 26 14:58:11.906 INFO O| Aug 26 14:58:11.906 INFO ok!
99022026-08-26T14:58:12.491Z[ host-image] Aug 26 14:58:11.906 INFO O| Aug 26 14:58:11.906 INFO STEP 22 (ensure_symlink) COMPLETE
99032026-08-26T14:58:12.492Z[ host-image] Aug 26 14:58:11.906 INFO O| Aug 26 14:58:11.906 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99042026-08-26T14:58:12.496Z[ host-image] Aug 26 14:58:11.913 INFO O| Aug 26 14:58:11.913 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99052026-08-26T14:58:12.496Z[ host-image] Aug 26 14:58:11.913 INFO O| Aug 26 14:58:11.913 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99062026-08-26T14:58:12.499Z[ host-image] Aug 26 14:58:11.913 INFO O| Aug 26 14:58:11.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99072026-08-26T14:58:12.500Z[ host-image] Aug 26 14:58:11.913 INFO O| Aug 26 14:58:11.913 INFO ok!
99082026-08-26T14:58:12.500Z[ host-image] Aug 26 14:58:11.913 INFO O| Aug 26 14:58:11.913 INFO STEP 23 (ensure_symlink) COMPLETE
99092026-08-26T14:58:12.500Z[ host-image] Aug 26 14:58:11.913 INFO O| Aug 26 14:58:11.913 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-08-26T14:58:12.505Z[ host-image] Aug 26 14:58:11.922 INFO O| Aug 26 14:58:11.922 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99112026-08-26T14:58:12.505Z[ host-image] Aug 26 14:58:11.922 INFO O| Aug 26 14:58:11.922 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99122026-08-26T14:58:12.505Z[ host-image] Aug 26 14:58:11.922 INFO O| Aug 26 14:58:11.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99132026-08-26T14:58:12.508Z[ host-image] Aug 26 14:58:11.922 INFO O| Aug 26 14:58:11.922 INFO ok!
99142026-08-26T14:58:12.508Z[ host-image] Aug 26 14:58:11.922 INFO O| Aug 26 14:58:11.922 INFO STEP 24 (ensure_file) COMPLETE
99152026-08-26T14:58:12.508Z[ host-image] Aug 26 14:58:11.922 INFO O| Aug 26 14:58:11.922 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99162026-08-26T14:58:12.514Z[ host-image] Aug 26 14:58:11.931 INFO O| Aug 26 14:58:11.931 INFO updating shadow file
99172026-08-26T14:58:12.517Z[ host-image] Aug 26 14:58:11.931 INFO O| Aug 26 14:58:11.931 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99182026-08-26T14:58:12.517Z[ host-image] Aug 26 14:58:11.931 INFO O| Aug 26 14:58:11.931 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99192026-08-26T14:58:12.517Z[ host-image] Aug 26 14:58:11.931 INFO O| Aug 26 14:58:11.931 INFO STEP 25 (shadow) COMPLETE
99202026-08-26T14:58:12.517Z[ host-image] Aug 26 14:58:11.931 INFO O| Aug 26 14:58:11.931 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99212026-08-26T14:58:12.522Z[ host-image] Aug 26 14:58:11.939 INFO O| Aug 26 14:58:11.939 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99222026-08-26T14:58:12.522Z[ host-image] Aug 26 14:58:11.939 INFO O| Aug 26 14:58:11.939 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99232026-08-26T14:58:12.525Z[ host-image] Aug 26 14:58:11.939 INFO O| Aug 26 14:58:11.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99242026-08-26T14:58:12.525Z[ host-image] Aug 26 14:58:11.939 INFO O| Aug 26 14:58:11.939 INFO ok!
99252026-08-26T14:58:12.525Z[ host-image] Aug 26 14:58:11.939 INFO O| Aug 26 14:58:11.939 INFO STEP 26 (ensure_file) COMPLETE
99262026-08-26T14:58:12.525Z[ host-image] Aug 26 14:58:11.939 INFO O| Aug 26 14:58:11.939 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99272026-08-26T14:58:12.531Z[ host-image] Aug 26 14:58:11.947 INFO O| Aug 26 14:58:11.947 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99282026-08-26T14:58:12.532Z[ host-image] Aug 26 14:58:11.947 INFO O| Aug 26 14:58:11.947 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99292026-08-26T14:58:12.532Z[ host-image] Aug 26 14:58:11.947 INFO O| Aug 26 14:58:11.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99302026-08-26T14:58:12.535Z[ host-image] Aug 26 14:58:11.947 INFO O| Aug 26 14:58:11.947 INFO ok!
99312026-08-26T14:58:12.535Z[ host-image] Aug 26 14:58:11.947 INFO O| Aug 26 14:58:11.947 INFO STEP 27 (ensure_file) COMPLETE
99322026-08-26T14:58:12.535Z[ host-image] Aug 26 14:58:11.947 INFO O| Aug 26 14:58:11.947 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99332026-08-26T14:58:12.539Z[ host-image] Aug 26 14:58:11.954 INFO O| Aug 26 14:58:11.954 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99342026-08-26T14:58:12.539Z[ host-image] Aug 26 14:58:11.955 INFO O| Aug 26 14:58:11.955 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99352026-08-26T14:58:12.539Z[ host-image] Aug 26 14:58:11.955 INFO O| Aug 26 14:58:11.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99362026-08-26T14:58:12.539Z[ host-image] Aug 26 14:58:11.955 INFO O| Aug 26 14:58:11.955 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99372026-08-26T14:58:12.539Z[ host-image] Aug 26 14:58:11.955 INFO O| Aug 26 14:58:11.955 INFO ok!
99382026-08-26T14:58:12.539Z[ host-image] Aug 26 14:58:11.955 INFO O| Aug 26 14:58:11.955 INFO STEP 28 (ensure_file) COMPLETE
99392026-08-26T14:58:12.539Z[ host-image] Aug 26 14:58:11.955 INFO O| Aug 26 14:58:11.955 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99402026-08-26T14:58:12.545Z[ host-image] Aug 26 14:58:11.962 INFO O| Aug 26 14:58:11.962 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99412026-08-26T14:58:12.545Z[ host-image] Aug 26 14:58:11.962 INFO O| Aug 26 14:58:11.962 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99422026-08-26T14:58:12.548Z[ host-image] Aug 26 14:58:11.963 INFO O| Aug 26 14:58:11.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99432026-08-26T14:58:12.548Z[ host-image] Aug 26 14:58:11.963 INFO O| Aug 26 14:58:11.963 INFO ok!
99442026-08-26T14:58:12.548Z[ host-image] Aug 26 14:58:11.963 INFO O| Aug 26 14:58:11.963 INFO STEP 29 (ensure_file) COMPLETE
99452026-08-26T14:58:12.548Z[ host-image] Aug 26 14:58:11.963 INFO O| Aug 26 14:58:11.963 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99462026-08-26T14:58:12.554Z[ host-image] Aug 26 14:58:11.971 INFO O| Aug 26 14:58:11.971 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99472026-08-26T14:58:12.554Z[ host-image] Aug 26 14:58:11.972 INFO O| Aug 26 14:58:11.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99482026-08-26T14:58:12.559Z[ host-image] Aug 26 14:58:11.972 INFO O| Aug 26 14:58:11.972 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99492026-08-26T14:58:12.559Z[ host-image] Aug 26 14:58:11.972 INFO O| Aug 26 14:58:11.972 INFO STEP 30 (ensure_dir) COMPLETE
99502026-08-26T14:58:12.559Z[ host-image] Aug 26 14:58:11.972 INFO O| Aug 26 14:58:11.972 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99512026-08-26T14:58:12.562Z[ host-image] Aug 26 14:58:11.980 INFO O| Aug 26 14:58:11.979 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99522026-08-26T14:58:12.566Z[ host-image] Aug 26 14:58:11.980 INFO O| Aug 26 14:58:11.980 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99532026-08-26T14:58:12.566Z[ host-image] Aug 26 14:58:11.980 INFO O| Aug 26 14:58:11.980 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99542026-08-26T14:58:12.566Z[ host-image] Aug 26 14:58:11.980 INFO O| Aug 26 14:58:11.980 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99552026-08-26T14:58:12.566Z[ host-image] Aug 26 14:58:11.980 INFO O| Aug 26 14:58:11.980 INFO ok!
99562026-08-26T14:58:12.566Z[ host-image] Aug 26 14:58:11.980 INFO O| Aug 26 14:58:11.980 INFO STEP 31 (ensure_file) COMPLETE
99572026-08-26T14:58:12.566Z[ host-image] Aug 26 14:58:11.980 INFO O| Aug 26 14:58:11.980 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99582026-08-26T14:58:12.570Z[ host-image] Aug 26 14:58:11.987 INFO O| Aug 26 14:58:11.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99592026-08-26T14:58:12.570Z[ host-image] Aug 26 14:58:11.987 INFO O| Aug 26 14:58:11.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99602026-08-26T14:58:12.573Z[ host-image] Aug 26 14:58:11.987 INFO O| Aug 26 14:58:11.987 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99612026-08-26T14:58:12.573Z[ host-image] Aug 26 14:58:11.987 INFO O| Aug 26 14:58:11.987 INFO STEP 32 (ensure_dir) COMPLETE
99622026-08-26T14:58:12.573Z[ host-image] Aug 26 14:58:11.987 INFO O| Aug 26 14:58:11.987 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99632026-08-26T14:58:12.581Z[ host-image] Aug 26 14:58:11.995 INFO O| Aug 26 14:58:11.995 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99642026-08-26T14:58:12.584Z[ host-image] Aug 26 14:58:11.995 INFO O| Aug 26 14:58:11.995 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 ...
99652026-08-26T14:58:12.584Z[ host-image] Aug 26 14:58:11.995 INFO O| Aug 26 14:58:11.995 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
99662026-08-26T14:58:12.584Z[ host-image] Aug 26 14:58:11.995 INFO O| Aug 26 14:58:11.995 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99672026-08-26T14:58:12.584Z[ host-image] Aug 26 14:58:11.995 INFO O| Aug 26 14:58:11.995 INFO ok!
99682026-08-26T14:58:12.584Z[ host-image] Aug 26 14:58:11.995 INFO O| Aug 26 14:58:11.995 INFO STEP 33 (ensure_file) COMPLETE
99692026-08-26T14:58:12.584Z[ host-image] Aug 26 14:58:11.995 INFO O| Aug 26 14:58:11.995 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99702026-08-26T14:58:12.588Z[ host-image] Aug 26 14:58:12.005 INFO O| Aug 26 14:58:12.005 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99712026-08-26T14:58:12.588Z[ host-image] Aug 26 14:58:12.005 INFO O| Aug 26 14:58:12.005 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99722026-08-26T14:58:12.591Z[ host-image] Aug 26 14:58:12.005 INFO O| Aug 26 14:58:12.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99732026-08-26T14:58:12.591Z[ host-image] Aug 26 14:58:12.005 INFO O| Aug 26 14:58:12.005 INFO ok!
99742026-08-26T14:58:12.591Z[ host-image] Aug 26 14:58:12.005 INFO O| Aug 26 14:58:12.005 INFO STEP 34 (ensure_file) COMPLETE
99752026-08-26T14:58:12.591Z[ host-image] Aug 26 14:58:12.005 INFO O| Aug 26 14:58:12.005 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99762026-08-26T14:58:12.596Z[ host-image] Aug 26 14:58:12.013 INFO O| Aug 26 14:58:12.013 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99772026-08-26T14:58:12.596Z[ host-image] Aug 26 14:58:12.013 INFO O| Aug 26 14:58:12.013 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99782026-08-26T14:58:12.599Z[ host-image] Aug 26 14:58:12.013 INFO O| Aug 26 14:58:12.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99792026-08-26T14:58:12.599Z[ host-image] Aug 26 14:58:12.013 INFO O| Aug 26 14:58:12.013 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99802026-08-26T14:58:12.599Z[ host-image] Aug 26 14:58:12.013 INFO O| Aug 26 14:58:12.013 INFO ok!
99812026-08-26T14:58:12.599Z[ host-image] Aug 26 14:58:12.013 INFO O| Aug 26 14:58:12.013 INFO STEP 35 (ensure_file) COMPLETE
99822026-08-26T14:58:12.599Z[ host-image] Aug 26 14:58:12.013 INFO O| Aug 26 14:58:12.013 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99832026-08-26T14:58:12.605Z[ host-image] Aug 26 14:58:12.021 INFO O| Aug 26 14:58:12.021 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99842026-08-26T14:58:12.605Z[ host-image] Aug 26 14:58:12.021 INFO O| Aug 26 14:58:12.021 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99852026-08-26T14:58:12.608Z[ host-image] Aug 26 14:58:12.021 INFO O| Aug 26 14:58:12.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99862026-08-26T14:58:12.608Z[ host-image] Aug 26 14:58:12.021 INFO O| Aug 26 14:58:12.021 INFO ok!
99872026-08-26T14:58:12.608Z[ host-image] Aug 26 14:58:12.021 INFO O| Aug 26 14:58:12.021 INFO STEP 36 (ensure_file) COMPLETE
99882026-08-26T14:58:12.608Z[ host-image] Aug 26 14:58:12.021 INFO O| Aug 26 14:58:12.021 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99892026-08-26T14:58:12.612Z[ host-image] Aug 26 14:58:12.028 INFO O| Aug 26 14:58:12.028 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99902026-08-26T14:58:12.612Z[ host-image] Aug 26 14:58:12.028 INFO O| Aug 26 14:58:12.028 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99912026-08-26T14:58:12.612Z[ host-image] Aug 26 14:58:12.028 INFO O| Aug 26 14:58:12.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99922026-08-26T14:58:12.612Z[ host-image] Aug 26 14:58:12.029 INFO O| Aug 26 14:58:12.028 INFO ok!
99932026-08-26T14:58:12.612Z[ host-image] Aug 26 14:58:12.029 INFO O| Aug 26 14:58:12.028 INFO STEP 37 (ensure_file) COMPLETE
99942026-08-26T14:58:12.612Z[ host-image] Aug 26 14:58:12.029 INFO O| Aug 26 14:58:12.029 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99952026-08-26T14:58:12.619Z[ host-image] Aug 26 14:58:12.036 INFO O| Aug 26 14:58:12.036 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99962026-08-26T14:58:12.619Z[ host-image] Aug 26 14:58:12.036 INFO O| Aug 26 14:58:12.036 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99972026-08-26T14:58:12.623Z[ host-image] Aug 26 14:58:12.037 INFO O| Aug 26 14:58:12.037 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99982026-08-26T14:58:12.623Z[ host-image] Aug 26 14:58:12.037 INFO O| Aug 26 14:58:12.037 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99992026-08-26T14:58:12.623Z[ host-image] Aug 26 14:58:12.037 INFO O| Aug 26 14:58:12.037 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100002026-08-26T14:58:12.623Z[ host-image] Aug 26 14:58:12.037 INFO O| Aug 26 14:58:12.037 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100012026-08-26T14:58:12.623Z[ host-image] Aug 26 14:58:12.037 INFO O| Aug 26 14:58:12.037 INFO ok!
100022026-08-26T14:58:12.623Z[ host-image] Aug 26 14:58:12.037 INFO O| Aug 26 14:58:12.037 INFO STEP 38 (ensure_file) COMPLETE
100032026-08-26T14:58:12.623Z[ host-image] Aug 26 14:58:12.037 INFO O| Aug 26 14:58:12.037 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100042026-08-26T14:58:12.626Z[ host-image] Aug 26 14:58:12.044 INFO O| Aug 26 14:58:12.044 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100052026-08-26T14:58:12.634Z[ host-image] Aug 26 14:58:12.044 INFO O| Aug 26 14:58:12.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100062026-08-26T14:58:12.634Z[ host-image] Aug 26 14:58:12.044 INFO O| Aug 26 14:58:12.044 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100072026-08-26T14:58:12.634Z[ host-image] Aug 26 14:58:12.044 INFO O| Aug 26 14:58:12.044 INFO STEP 39 (ensure_dir) COMPLETE
100082026-08-26T14:58:12.634Z[ host-image] Aug 26 14:58:12.044 INFO O| Aug 26 14:58:12.044 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100092026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 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
100102026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 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 ...
100112026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 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
100122026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 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
100132026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 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
100142026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 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
100152026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 INFO ok!
100162026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 INFO STEP 40 (ensure_file) COMPLETE
100172026-08-26T14:58:12.637Z[ host-image] Aug 26 14:58:12.052 INFO O| Aug 26 14:58:12.052 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100182026-08-26T14:58:12.642Z[ host-image] Aug 26 14:58:12.059 INFO O| Aug 26 14:58:12.059 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100192026-08-26T14:58:12.642Z[ host-image] Aug 26 14:58:12.059 INFO O| Aug 26 14:58:12.059 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 ...
100202026-08-26T14:58:12.647Z[ host-image] Aug 26 14:58:12.060 INFO O| Aug 26 14:58:12.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100212026-08-26T14:58:12.647Z[ host-image] Aug 26 14:58:12.060 INFO O| Aug 26 14:58:12.060 INFO ok!
100222026-08-26T14:58:12.647Z[ host-image] Aug 26 14:58:12.060 INFO O| Aug 26 14:58:12.060 INFO STEP 41 (ensure_symlink) COMPLETE
100232026-08-26T14:58:12.647Z[ host-image] Aug 26 14:58:12.060 INFO O| Aug 26 14:58:12.060 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100242026-08-26T14:58:12.651Z[ host-image] Aug 26 14:58:12.067 INFO O| Aug 26 14:58:12.067 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100252026-08-26T14:58:12.651Z[ host-image] Aug 26 14:58:12.067 INFO O| Aug 26 14:58:12.067 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100262026-08-26T14:58:12.651Z[ host-image] Aug 26 14:58:12.067 INFO O| Aug 26 14:58:12.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100272026-08-26T14:58:12.651Z[ host-image] Aug 26 14:58:12.067 INFO O| Aug 26 14:58:12.067 INFO ok!
100282026-08-26T14:58:12.651Z[ host-image] Aug 26 14:58:12.067 INFO O| Aug 26 14:58:12.067 INFO STEP 42 (ensure_symlink) COMPLETE
100292026-08-26T14:58:12.651Z[ host-image] Aug 26 14:58:12.067 INFO O| Aug 26 14:58:12.067 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100302026-08-26T14:58:12.659Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100312026-08-26T14:58:12.659Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100322026-08-26T14:58:12.663Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100332026-08-26T14:58:12.663Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100342026-08-26T14:58:12.663Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100352026-08-26T14:58:12.663Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100362026-08-26T14:58:12.663Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO ok!
100372026-08-26T14:58:12.664Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO STEP 43 (ensure_file) COMPLETE
100382026-08-26T14:58:12.664Z[ host-image] Aug 26 14:58:12.076 INFO O| Aug 26 14:58:12.076 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100392026-08-26T14:58:12.667Z[ host-image] Aug 26 14:58:12.084 INFO O| Aug 26 14:58:12.084 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100402026-08-26T14:58:12.667Z[ host-image] Aug 26 14:58:12.084 INFO O| Aug 26 14:58:12.084 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 ...
100412026-08-26T14:58:12.670Z[ host-image] Aug 26 14:58:12.084 INFO O| Aug 26 14:58:12.084 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
100422026-08-26T14:58:12.670Z[ host-image] Aug 26 14:58:12.085 INFO O| Aug 26 14:58:12.084 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100432026-08-26T14:58:12.670Z[ host-image] Aug 26 14:58:12.085 INFO O| Aug 26 14:58:12.084 INFO ok!
100442026-08-26T14:58:12.670Z[ host-image] Aug 26 14:58:12.085 INFO O| Aug 26 14:58:12.084 INFO STEP 44 (ensure_file) COMPLETE
100452026-08-26T14:58:12.670Z[ host-image] Aug 26 14:58:12.085 INFO O| Aug 26 14:58:12.084 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100462026-08-26T14:58:12.674Z[ host-image] Aug 26 14:58:12.091 INFO O| Aug 26 14:58:12.091 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100472026-08-26T14:58:12.674Z[ host-image] Aug 26 14:58:12.091 INFO O| Aug 26 14:58:12.091 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100482026-08-26T14:58:12.677Z[ host-image] Aug 26 14:58:12.091 INFO O| Aug 26 14:58:12.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100492026-08-26T14:58:12.677Z[ host-image] Aug 26 14:58:12.091 INFO O| Aug 26 14:58:12.091 INFO ok!
100502026-08-26T14:58:12.677Z[ host-image] Aug 26 14:58:12.091 INFO O| Aug 26 14:58:12.091 INFO STEP 45 (ensure_file) COMPLETE
100512026-08-26T14:58:12.677Z[ host-image] Aug 26 14:58:12.091 INFO O| Aug 26 14:58:12.091 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100522026-08-26T14:58:12.683Z[ host-image] Aug 26 14:58:12.100 INFO O| Aug 26 14:58:12.100 INFO updating shadow file
100532026-08-26T14:58:12.686Z[ host-image] Aug 26 14:58:12.100 INFO O| Aug 26 14:58:12.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100542026-08-26T14:58:12.686Z[ host-image] Aug 26 14:58:12.100 INFO O| Aug 26 14:58:12.100 INFO STEP 46 (shadow) COMPLETE
100552026-08-26T14:58:12.686Z[ host-image] Aug 26 14:58:12.100 INFO O| Aug 26 14:58:12.100 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100562026-08-26T14:58:12.690Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100572026-08-26T14:58:12.690Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100582026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100592026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100602026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO ok!
100612026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO STEP 47 (ensure_file) COMPLETE
100622026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100632026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO skip step because feature "mfg" is not enabled
100642026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100652026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO skip step because feature "mfg" is not enabled
100662026-08-26T14:58:12.694Z[ host-image] Aug 26 14:58:12.108 INFO O| Aug 26 14:58:12.108 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100672026-08-26T14:58:12.698Z[ host-image] Aug 26 14:58:12.115 INFO O| Aug 26 14:58:12.115 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100682026-08-26T14:58:12.698Z[ host-image] Aug 26 14:58:12.115 INFO O| Aug 26 14:58:12.115 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100692026-08-26T14:58:12.732Z[ host-image] Aug 26 14:58:12.147 INFO O| Aug 26 14:58:12.147 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100702026-08-26T14:58:12.732Z[ host-image] Aug 26 14:58:12.147 INFO O| Aug 26 14:58:12.147 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100712026-08-26T14:58:12.735Z[ host-image] Aug 26 14:58:12.147 INFO O| Aug 26 14:58:12.147 INFO ok!
100722026-08-26T14:58:12.735Z[ host-image] Aug 26 14:58:12.147 INFO O| Aug 26 14:58:12.147 INFO STEP 50 (ensure_file) COMPLETE
100732026-08-26T14:58:12.735Z[ host-image] Aug 26 14:58:12.147 INFO O| Aug 26 14:58:12.147 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100742026-08-26T14:58:12.735Z[ host-image] Aug 26 14:58:12.147 INFO O| Aug 26 14:58:12.147 INFO skip step because feature "compliance" is not enabled
100752026-08-26T14:58:12.735Z[ host-image] Aug 26 14:58:12.147 INFO O| Aug 26 14:58:12.147 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-26T14:58:12.739Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100772026-08-26T14:58:12.739Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100782026-08-26T14:58:12.739Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100792026-08-26T14:58:12.742Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100802026-08-26T14:58:12.742Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100812026-08-26T14:58:12.742Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100822026-08-26T14:58:12.742Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO ok!
100832026-08-26T14:58:12.742Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO STEP 52 (ensure_file) COMPLETE
100842026-08-26T14:58:12.742Z[ host-image] Aug 26 14:58:12.156 INFO O| Aug 26 14:58:12.156 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100852026-08-26T14:58:12.748Z[ host-image] Aug 26 14:58:12.165 INFO O| Aug 26 14:58:12.165 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100862026-08-26T14:58:12.748Z[ host-image] Aug 26 14:58:12.165 INFO O| Aug 26 14:58:12.165 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 ...
100872026-08-26T14:58:12.752Z[ host-image] Aug 26 14:58:12.165 INFO O| Aug 26 14:58:12.165 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
100882026-08-26T14:58:12.752Z[ host-image] Aug 26 14:58:12.165 INFO O| Aug 26 14:58:12.165 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100892026-08-26T14:58:12.752Z[ host-image] Aug 26 14:58:12.165 INFO O| Aug 26 14:58:12.165 INFO ok!
100902026-08-26T14:58:12.752Z[ host-image] Aug 26 14:58:12.165 INFO O| Aug 26 14:58:12.165 INFO STEP 53 (ensure_file) COMPLETE
100912026-08-26T14:58:12.752Z[ host-image] Aug 26 14:58:12.165 INFO O| Aug 26 14:58:12.165 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100922026-08-26T14:58:12.756Z[ host-image] Aug 26 14:58:12.173 INFO O| Aug 26 14:58:12.173 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100932026-08-26T14:58:12.756Z[ host-image] Aug 26 14:58:12.173 INFO O| Aug 26 14:58:12.173 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 ...
100942026-08-26T14:58:12.759Z[ host-image] Aug 26 14:58:12.173 INFO O| Aug 26 14:58:12.173 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100952026-08-26T14:58:12.759Z[ host-image] Aug 26 14:58:12.173 INFO O| Aug 26 14:58:12.173 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100962026-08-26T14:58:12.759Z[ host-image] Aug 26 14:58:12.173 INFO O| Aug 26 14:58:12.173 INFO ok!
100972026-08-26T14:58:12.759Z[ host-image] Aug 26 14:58:12.173 INFO O| Aug 26 14:58:12.173 INFO STEP 54 (ensure_file) COMPLETE
100982026-08-26T14:58:12.759Z[ host-image] Aug 26 14:58:12.173 INFO O| Aug 26 14:58:12.173 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100992026-08-26T14:58:12.765Z[ host-image] Aug 26 14:58:12.181 INFO O| Aug 26 14:58:12.181 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101002026-08-26T14:58:12.769Z[ host-image] Aug 26 14:58:12.181 INFO O| Aug 26 14:58:12.181 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 ...
101012026-08-26T14:58:12.769Z[ host-image] Aug 26 14:58:12.181 INFO O| Aug 26 14:58:12.181 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
101022026-08-26T14:58:12.769Z[ host-image] Aug 26 14:58:12.182 INFO O| Aug 26 14:58:12.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101032026-08-26T14:58:12.769Z[ host-image] Aug 26 14:58:12.182 INFO O| Aug 26 14:58:12.182 INFO ok!
101042026-08-26T14:58:12.769Z[ host-image] Aug 26 14:58:12.182 INFO O| Aug 26 14:58:12.182 INFO STEP 55 (ensure_file) COMPLETE
101052026-08-26T14:58:12.769Z[ host-image] Aug 26 14:58:12.182 INFO O| Aug 26 14:58:12.182 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101062026-08-26T14:58:12.774Z[ host-image] Aug 26 14:58:12.189 INFO O| Aug 26 14:58:12.189 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101072026-08-26T14:58:12.774Z[ host-image] Aug 26 14:58:12.189 INFO O| Aug 26 14:58:12.189 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 ...
101082026-08-26T14:58:12.774Z[ host-image] Aug 26 14:58:12.189 INFO O| Aug 26 14:58:12.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101092026-08-26T14:58:12.774Z[ host-image] Aug 26 14:58:12.189 INFO O| Aug 26 14:58:12.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101102026-08-26T14:58:12.774Z[ host-image] Aug 26 14:58:12.189 INFO O| Aug 26 14:58:12.189 INFO ok!
101112026-08-26T14:58:12.774Z[ host-image] Aug 26 14:58:12.189 INFO O| Aug 26 14:58:12.189 INFO STEP 56 (ensure_file) COMPLETE
101122026-08-26T14:58:12.774Z[ host-image] Aug 26 14:58:12.189 INFO O| Aug 26 14:58:12.189 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-08-26T14:58:12.780Z[ host-image] Aug 26 14:58:12.198 INFO O| Aug 26 14:58:12.198 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101142026-08-26T14:58:12.780Z[ host-image] Aug 26 14:58:12.198 INFO O| Aug 26 14:58:12.198 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 ...
101152026-08-26T14:58:12.784Z[ host-image] Aug 26 14:58:12.198 INFO O| Aug 26 14:58:12.198 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
101162026-08-26T14:58:12.784Z[ host-image] Aug 26 14:58:12.198 INFO O| Aug 26 14:58:12.198 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101172026-08-26T14:58:12.784Z[ host-image] Aug 26 14:58:12.198 INFO O| Aug 26 14:58:12.198 INFO ok!
101182026-08-26T14:58:12.784Z[ host-image] Aug 26 14:58:12.198 INFO O| Aug 26 14:58:12.198 INFO STEP 57 (ensure_file) COMPLETE
101192026-08-26T14:58:12.784Z[ host-image] Aug 26 14:58:12.198 INFO O| Aug 26 14:58:12.198 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101202026-08-26T14:58:12.789Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101212026-08-26T14:58:12.789Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 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 ...
101222026-08-26T14:58:12.792Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101232026-08-26T14:58:12.792Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101242026-08-26T14:58:12.792Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101252026-08-26T14:58:12.792Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101262026-08-26T14:58:12.792Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 INFO ok!
101272026-08-26T14:58:12.792Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 INFO STEP 58 (ensure_file) COMPLETE
101282026-08-26T14:58:12.792Z[ host-image] Aug 26 14:58:12.206 INFO O| Aug 26 14:58:12.206 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101292026-08-26T14:58:12.796Z[ host-image] Aug 26 14:58:12.213 INFO O| Aug 26 14:58:12.213 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101302026-08-26T14:58:12.796Z[ host-image] Aug 26 14:58:12.213 INFO O| Aug 26 14:58:12.213 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 ...
101312026-08-26T14:58:12.796Z[ host-image] Aug 26 14:58:12.213 INFO O| Aug 26 14:58:12.213 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
101322026-08-26T14:58:12.799Z[ host-image] Aug 26 14:58:12.213 INFO O| Aug 26 14:58:12.213 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101332026-08-26T14:58:12.799Z[ host-image] Aug 26 14:58:12.213 INFO O| Aug 26 14:58:12.213 INFO ok!
101342026-08-26T14:58:12.799Z[ host-image] Aug 26 14:58:12.213 INFO O| Aug 26 14:58:12.213 INFO STEP 59 (ensure_file) COMPLETE
101352026-08-26T14:58:12.799Z[ host-image] Aug 26 14:58:12.213 INFO O| Aug 26 14:58:12.213 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101362026-08-26T14:58:12.803Z[ host-image] Aug 26 14:58:12.221 INFO O| Aug 26 14:58:12.221 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101372026-08-26T14:58:12.803Z[ host-image] Aug 26 14:58:12.221 INFO O| Aug 26 14:58:12.221 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101382026-08-26T14:58:12.803Z[ host-image] Aug 26 14:58:12.221 INFO O| Aug 26 14:58:12.221 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101392026-08-26T14:58:12.807Z[ host-image] Aug 26 14:58:12.221 INFO O| Aug 26 14:58:12.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101402026-08-26T14:58:12.807Z[ host-image] Aug 26 14:58:12.221 INFO O| Aug 26 14:58:12.221 INFO ok!
101412026-08-26T14:58:12.807Z[ host-image] Aug 26 14:58:12.221 INFO O| Aug 26 14:58:12.221 INFO STEP 60 (ensure_file) COMPLETE
101422026-08-26T14:58:12.807Z[ host-image] Aug 26 14:58:12.221 INFO O| Aug 26 14:58:12.221 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101432026-08-26T14:58:12.810Z[ host-image] Aug 26 14:58:12.227 INFO O| Aug 26 14:58:12.227 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101442026-08-26T14:58:12.814Z[ host-image] Aug 26 14:58:12.228 INFO O| Aug 26 14:58:12.227 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 ...
101452026-08-26T14:58:12.814Z[ host-image] Aug 26 14:58:12.228 INFO O| Aug 26 14:58:12.228 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
101462026-08-26T14:58:12.814Z[ host-image] Aug 26 14:58:12.228 INFO O| Aug 26 14:58:12.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101472026-08-26T14:58:12.814Z[ host-image] Aug 26 14:58:12.228 INFO O| Aug 26 14:58:12.228 INFO ok!
101482026-08-26T14:58:12.814Z[ host-image] Aug 26 14:58:12.228 INFO O| Aug 26 14:58:12.228 INFO STEP 61 (ensure_file) COMPLETE
101492026-08-26T14:58:12.814Z[ host-image] Aug 26 14:58:12.228 INFO O| Aug 26 14:58:12.228 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101502026-08-26T14:58:12.818Z[ host-image] Aug 26 14:58:12.235 INFO O| Aug 26 14:58:12.235 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101512026-08-26T14:58:12.818Z[ host-image] Aug 26 14:58:12.235 INFO O| Aug 26 14:58:12.235 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101522026-08-26T14:58:12.823Z[ host-image] Aug 26 14:58:12.235 INFO O| Aug 26 14:58:12.235 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101532026-08-26T14:58:12.823Z[ host-image] Aug 26 14:58:12.236 INFO O| Aug 26 14:58:12.235 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101542026-08-26T14:58:12.823Z[ host-image] Aug 26 14:58:12.236 INFO O| Aug 26 14:58:12.236 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101552026-08-26T14:58:12.823Z[ host-image] Aug 26 14:58:12.236 INFO O| Aug 26 14:58:12.236 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101562026-08-26T14:58:12.823Z[ host-image] Aug 26 14:58:12.236 INFO O| Aug 26 14:58:12.236 INFO ok!
101572026-08-26T14:58:12.823Z[ host-image] Aug 26 14:58:12.236 INFO O| Aug 26 14:58:12.236 INFO STEP 62 (ensure_file) COMPLETE
101582026-08-26T14:58:12.823Z[ host-image] Aug 26 14:58:12.236 INFO O| Aug 26 14:58:12.236 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101592026-08-26T14:58:12.828Z[ host-image] Aug 26 14:58:12.244 INFO O| Aug 26 14:58:12.244 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101602026-08-26T14:58:12.828Z[ host-image] Aug 26 14:58:12.244 INFO O| Aug 26 14:58:12.244 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 ...
101612026-08-26T14:58:12.832Z[ host-image] Aug 26 14:58:12.244 INFO O| Aug 26 14:58:12.244 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
101622026-08-26T14:58:12.832Z[ host-image] Aug 26 14:58:12.244 INFO O| Aug 26 14:58:12.244 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101632026-08-26T14:58:12.832Z[ host-image] Aug 26 14:58:12.244 INFO O| Aug 26 14:58:12.244 INFO ok!
101642026-08-26T14:58:12.832Z[ host-image] Aug 26 14:58:12.244 INFO O| Aug 26 14:58:12.244 INFO STEP 63 (ensure_file) COMPLETE
101652026-08-26T14:58:12.832Z[ host-image] Aug 26 14:58:12.244 INFO O| Aug 26 14:58:12.244 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101662026-08-26T14:58:12.835Z[ host-image] Aug 26 14:58:12.252 INFO O| Aug 26 14:58:12.252 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101672026-08-26T14:58:12.835Z[ host-image] Aug 26 14:58:12.252 INFO O| Aug 26 14:58:12.252 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 ...
101682026-08-26T14:58:12.835Z[ host-image] Aug 26 14:58:12.252 INFO O| Aug 26 14:58:12.252 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
101692026-08-26T14:58:12.835Z[ host-image] Aug 26 14:58:12.252 INFO O| Aug 26 14:58:12.252 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101702026-08-26T14:58:12.835Z[ host-image] Aug 26 14:58:12.252 INFO O| Aug 26 14:58:12.252 INFO ok!
101712026-08-26T14:58:12.836Z[ host-image] Aug 26 14:58:12.252 INFO O| Aug 26 14:58:12.252 INFO STEP 64 (ensure_file) COMPLETE
101722026-08-26T14:58:12.836Z[ host-image] Aug 26 14:58:12.252 INFO O| Aug 26 14:58:12.252 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101732026-08-26T14:58:12.842Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101742026-08-26T14:58:12.842Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 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 ...
101752026-08-26T14:58:12.845Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 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
101762026-08-26T14:58:12.845Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101772026-08-26T14:58:12.845Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 INFO ok!
101782026-08-26T14:58:12.845Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 INFO STEP 65 (ensure_file) COMPLETE
101792026-08-26T14:58:12.845Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101802026-08-26T14:58:12.845Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 INFO skip step because feature "mbist" is not enabled
101812026-08-26T14:58:12.845Z[ host-image] Aug 26 14:58:12.259 INFO O| Aug 26 14:58:12.259 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-26T14:58:12.849Z[ host-image] Aug 26 14:58:12.266 INFO O| Aug 26 14:58:12.266 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101832026-08-26T14:58:12.849Z[ host-image] Aug 26 14:58:12.266 INFO O| Aug 26 14:58:12.266 INFO STEP 67 (ensure_dir) COMPLETE
101842026-08-26T14:58:12.849Z[ host-image] Aug 26 14:58:12.266 INFO O| Aug 26 14:58:12.266 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-26T14:58:12.855Z[ host-image] Aug 26 14:58:12.272 INFO O| Aug 26 14:58:12.272 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101862026-08-26T14:58:12.855Z[ host-image] Aug 26 14:58:12.272 INFO O| Aug 26 14:58:12.272 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101872026-08-26T14:58:12.859Z[ host-image] Aug 26 14:58:12.272 INFO O| Aug 26 14:58:12.272 INFO STEP 68 (ensure_dir) COMPLETE
101882026-08-26T14:58:12.859Z[ host-image] Aug 26 14:58:12.272 INFO O| Aug 26 14:58:12.272 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-26T14:58:12.863Z[ host-image] Aug 26 14:58:12.280 INFO O| Aug 26 14:58:12.280 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101902026-08-26T14:58:12.866Z[ host-image] Aug 26 14:58:12.281 INFO O| Aug 26 14:58:12.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101912026-08-26T14:58:12.867Z[ host-image] Aug 26 14:58:12.281 INFO O| Aug 26 14:58:12.281 INFO STEP 69 (ensure_dir) COMPLETE
101922026-08-26T14:58:12.867Z[ host-image] Aug 26 14:58:12.281 INFO O| Aug 26 14:58:12.281 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-26T14:58:12.871Z[ host-image] Aug 26 14:58:12.287 INFO O| Aug 26 14:58:12.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101942026-08-26T14:58:12.871Z[ host-image] Aug 26 14:58:12.287 INFO O| Aug 26 14:58:12.287 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101952026-08-26T14:58:13.217Z[ host-image] Aug 26 14:58:12.634 INFO O| Aug 26 14:58:12.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101962026-08-26T14:58:13.218Z[ host-image] Aug 26 14:58:12.634 INFO O| Aug 26 14:58:12.634 INFO ok!
101972026-08-26T14:58:13.218Z[ host-image] Aug 26 14:58:12.634 INFO O| Aug 26 14:58:12.634 INFO STEP 70 (ensure_file) COMPLETE
101982026-08-26T14:58:13.221Z[ host-image] Aug 26 14:58:12.634 INFO O| Aug 26 14:58:12.634 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-08-26T14:58:13.228Z[ host-image] Aug 26 14:58:12.644 INFO O| Aug 26 14:58:12.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102002026-08-26T14:58:13.228Z[ host-image] Aug 26 14:58:12.644 INFO O| Aug 26 14:58:12.644 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102012026-08-26T14:58:13.878Z[ host-image] Aug 26 14:58:13.295 INFO O| Aug 26 14:58:13.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102022026-08-26T14:58:13.878Z[ host-image] Aug 26 14:58:13.295 INFO O| Aug 26 14:58:13.295 INFO ok!
102032026-08-26T14:58:13.881Z[ host-image] Aug 26 14:58:13.295 INFO O| Aug 26 14:58:13.295 INFO STEP 71 (ensure_file) COMPLETE
102042026-08-26T14:58:13.881Z[ host-image] Aug 26 14:58:13.295 INFO O| Aug 26 14:58:13.295 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-26T14:58:13.888Z[ host-image] Aug 26 14:58:13.305 INFO O| Aug 26 14:58:13.305 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102062026-08-26T14:58:13.888Z[ host-image] Aug 26 14:58:13.305 INFO O| Aug 26 14:58:13.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102072026-08-26T14:58:13.892Z[ host-image] Aug 26 14:58:13.305 INFO O| Aug 26 14:58:13.305 INFO STEP 72 (ensure_dir) COMPLETE
102082026-08-26T14:58:13.892Z[ host-image] Aug 26 14:58:13.305 INFO O| Aug 26 14:58:13.305 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-26T14:58:13.897Z[ host-image] Aug 26 14:58:13.315 INFO O| Aug 26 14:58:13.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102102026-08-26T14:58:13.898Z[ host-image] Aug 26 14:58:13.315 INFO O| Aug 26 14:58:13.315 INFO copying /tmp/.tmpOPAkYs/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 ...
102112026-08-26T14:58:13.901Z[ host-image] Aug 26 14:58:13.315 INFO O| Aug 26 14:58:13.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102122026-08-26T14:58:13.901Z[ host-image] Aug 26 14:58:13.315 INFO O| Aug 26 14:58:13.315 INFO ok!
102132026-08-26T14:58:13.901Z[ host-image] Aug 26 14:58:13.315 INFO O| Aug 26 14:58:13.315 INFO STEP 73 (ensure_file) COMPLETE
102142026-08-26T14:58:13.901Z[ host-image] Aug 26 14:58:13.315 INFO O| Aug 26 14:58:13.315 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-26T14:58:13.905Z[ host-image] Aug 26 14:58:13.323 INFO O| Aug 26 14:58:13.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102162026-08-26T14:58:13.905Z[ host-image] Aug 26 14:58:13.323 INFO O| Aug 26 14:58:13.323 INFO copying /tmp/.tmpOPAkYs/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 ...
102172026-08-26T14:58:13.909Z[ host-image] Aug 26 14:58:13.323 INFO O| Aug 26 14:58:13.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102182026-08-26T14:58:13.909Z[ host-image] Aug 26 14:58:13.323 INFO O| Aug 26 14:58:13.323 INFO ok!
102192026-08-26T14:58:13.909Z[ host-image] Aug 26 14:58:13.323 INFO O| Aug 26 14:58:13.323 INFO STEP 74 (ensure_file) COMPLETE
102202026-08-26T14:58:13.909Z[ host-image] Aug 26 14:58:13.323 INFO O| Aug 26 14:58:13.323 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-26T14:58:13.913Z[ host-image] Aug 26 14:58:13.330 INFO O| Aug 26 14:58:13.330 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102222026-08-26T14:58:13.913Z[ host-image] Aug 26 14:58:13.330 INFO O| Aug 26 14:58:13.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102232026-08-26T14:58:13.913Z[ host-image] Aug 26 14:58:13.330 INFO O| Aug 26 14:58:13.330 INFO STEP 75 (ensure_dir) COMPLETE
102242026-08-26T14:58:13.913Z[ host-image] Aug 26 14:58:13.330 INFO O| Aug 26 14:58:13.330 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-26T14:58:13.921Z[ host-image] Aug 26 14:58:13.338 INFO O| Aug 26 14:58:13.338 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102262026-08-26T14:58:13.921Z[ host-image] Aug 26 14:58:13.338 INFO O| Aug 26 14:58:13.338 INFO copying /tmp/.tmpOPAkYs/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 ...
102272026-08-26T14:58:13.925Z[ host-image] Aug 26 14:58:13.338 INFO O| Aug 26 14:58:13.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102282026-08-26T14:58:13.925Z[ host-image] Aug 26 14:58:13.338 INFO O| Aug 26 14:58:13.338 INFO ok!
102292026-08-26T14:58:13.925Z[ host-image] Aug 26 14:58:13.338 INFO O| Aug 26 14:58:13.338 INFO STEP 76 (ensure_file) COMPLETE
102302026-08-26T14:58:13.925Z[ host-image] Aug 26 14:58:13.338 INFO O| Aug 26 14:58:13.338 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-26T14:58:13.929Z[ host-image] Aug 26 14:58:13.346 INFO O| Aug 26 14:58:13.345 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102322026-08-26T14:58:13.929Z[ host-image] Aug 26 14:58:13.346 INFO O| Aug 26 14:58:13.345 INFO copying /tmp/.tmpOPAkYs/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 ...
102332026-08-26T14:58:13.929Z[ host-image] Aug 26 14:58:13.346 INFO O| Aug 26 14:58:13.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102342026-08-26T14:58:13.929Z[ host-image] Aug 26 14:58:13.346 INFO O| Aug 26 14:58:13.346 INFO ok!
102352026-08-26T14:58:13.929Z[ host-image] Aug 26 14:58:13.346 INFO O| Aug 26 14:58:13.346 INFO STEP 77 (ensure_file) COMPLETE
102362026-08-26T14:58:13.929Z[ host-image] Aug 26 14:58:13.346 INFO O| Aug 26 14:58:13.346 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-26T14:58:13.936Z[ host-image] Aug 26 14:58:13.353 INFO O| Aug 26 14:58:13.353 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102382026-08-26T14:58:13.939Z[ host-image] Aug 26 14:58:13.353 INFO O| Aug 26 14:58:13.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102392026-08-26T14:58:13.939Z[ host-image] Aug 26 14:58:13.353 INFO O| Aug 26 14:58:13.353 INFO STEP 78 (ensure_dir) COMPLETE
102402026-08-26T14:58:13.939Z[ host-image] Aug 26 14:58:13.353 INFO O| Aug 26 14:58:13.353 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-26T14:58:13.945Z[ host-image] Aug 26 14:58:13.361 INFO O| Aug 26 14:58:13.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102422026-08-26T14:58:13.945Z[ host-image] Aug 26 14:58:13.361 INFO O| Aug 26 14:58:13.361 INFO copying /tmp/.tmpOPAkYs/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 ...
102432026-08-26T14:58:13.948Z[ host-image] Aug 26 14:58:13.361 INFO O| Aug 26 14:58:13.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102442026-08-26T14:58:13.948Z[ host-image] Aug 26 14:58:13.361 INFO O| Aug 26 14:58:13.361 INFO ok!
102452026-08-26T14:58:13.948Z[ host-image] Aug 26 14:58:13.361 INFO O| Aug 26 14:58:13.361 INFO STEP 79 (ensure_file) COMPLETE
102462026-08-26T14:58:13.948Z[ host-image] Aug 26 14:58:13.361 INFO O| Aug 26 14:58:13.361 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-26T14:58:13.952Z[ host-image] Aug 26 14:58:13.368 INFO O| Aug 26 14:58:13.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102482026-08-26T14:58:13.952Z[ host-image] Aug 26 14:58:13.368 INFO O| Aug 26 14:58:13.368 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102492026-08-26T14:58:13.952Z[ host-image] Aug 26 14:58:13.369 INFO O| Aug 26 14:58:13.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102502026-08-26T14:58:13.952Z[ host-image] Aug 26 14:58:13.369 INFO O| Aug 26 14:58:13.368 INFO ok!
102512026-08-26T14:58:13.952Z[ host-image] Aug 26 14:58:13.369 INFO O| Aug 26 14:58:13.368 INFO STEP 80 (ensure_file) COMPLETE
102522026-08-26T14:58:13.952Z[ host-image] Aug 26 14:58:13.369 INFO O| Aug 26 14:58:13.368 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-26T14:58:13.958Z[ host-image] Aug 26 14:58:13.376 INFO O| Aug 26 14:58:13.376 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102542026-08-26T14:58:13.958Z[ host-image] Aug 26 14:58:13.376 INFO O| Aug 26 14:58:13.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102552026-08-26T14:58:13.958Z[ host-image] Aug 26 14:58:13.376 INFO O| Aug 26 14:58:13.376 INFO STEP 81 (ensure_dir) COMPLETE
102562026-08-26T14:58:13.962Z[ host-image] Aug 26 14:58:13.376 INFO O| Aug 26 14:58:13.376 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-08-26T14:58:13.966Z[ host-image] Aug 26 14:58:13.383 INFO O| Aug 26 14:58:13.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102582026-08-26T14:58:13.966Z[ host-image] Aug 26 14:58:13.383 INFO O| Aug 26 14:58:13.383 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102592026-08-26T14:58:14.653Z[ host-image] Aug 26 14:58:14.070 INFO O| Aug 26 14:58:14.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102602026-08-26T14:58:14.653Z[ host-image] Aug 26 14:58:14.070 INFO O| Aug 26 14:58:14.070 INFO ok!
102612026-08-26T14:58:14.654Z[ host-image] Aug 26 14:58:14.070 INFO O| Aug 26 14:58:14.070 INFO STEP 82 (ensure_file) COMPLETE
102622026-08-26T14:58:14.656Z[ host-image] Aug 26 14:58:14.070 INFO O| Aug 26 14:58:14.070 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-26T14:58:14.662Z[ host-image] Aug 26 14:58:14.079 INFO O| Aug 26 14:58:14.079 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102642026-08-26T14:58:14.662Z[ host-image] Aug 26 14:58:14.079 INFO O| Aug 26 14:58:14.079 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102652026-08-26T14:58:14.957Z[ host-image] Aug 26 14:58:14.374 INFO O| Aug 26 14:58:14.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102662026-08-26T14:58:14.957Z[ host-image] Aug 26 14:58:14.374 INFO O| Aug 26 14:58:14.374 INFO ok!
102672026-08-26T14:58:14.957Z[ host-image] Aug 26 14:58:14.374 INFO O| Aug 26 14:58:14.374 INFO STEP 83 (ensure_file) COMPLETE
102682026-08-26T14:58:14.962Z[ host-image] Aug 26 14:58:14.374 INFO O| Aug 26 14:58:14.374 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-26T14:58:14.968Z[ host-image] Aug 26 14:58:14.383 INFO O| Aug 26 14:58:14.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102702026-08-26T14:58:14.968Z[ host-image] Aug 26 14:58:14.383 INFO O| Aug 26 14:58:14.383 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102712026-08-26T14:58:15.005Z[ recovery-image] Aug 26 14:58:14.421 INFO creating reset image...
102722026-08-26T14:58:15.005Z[ recovery-image] Aug 26 14:58:14.421 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")
102732026-08-26T14:58:15.304Z[ recovery-image] Aug 26 14:58:14.721 INFO E| Updating crates.io index
102742026-08-26T14:58:15.459Z[ recovery-image] Aug 26 14:58:14.876 INFO E| Downloading crates ...
102752026-08-26T14:58:15.518Z[ recovery-image] Aug 26 14:58:14.931 INFO E| Downloaded os_pipe v1.2.3
102762026-08-26T14:58:15.522Z[ recovery-image] Aug 26 14:58:14.933 INFO E| Downloaded shared_child v1.1.1
102772026-08-26T14:58:15.522Z[ recovery-image] Aug 26 14:58:14.934 INFO E| Downloaded duct v1.1.1
102782026-08-26T14:58:15.522Z[ recovery-image] Aug 26 14:58:14.937 INFO E| Downloaded clap_lex v1.1.0
102792026-08-26T14:58:15.527Z[ recovery-image] Aug 26 14:58:14.938 INFO E| Downloaded colorchoice v1.0.5
102802026-08-26T14:58:15.527Z[ recovery-image] Aug 26 14:58:14.938 INFO E| Downloaded shared_thread v0.2.0
102812026-08-26T14:58:15.527Z[ recovery-image] Aug 26 14:58:14.940 INFO E| Downloaded sigchld v0.2.4
102822026-08-26T14:58:15.627Z[ recovery-image] Aug 26 14:58:15.041 INFO E| Compiling libc v0.2.186
102832026-08-26T14:58:15.652Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling proc-macro2 v1.0.106
102842026-08-26T14:58:15.652Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling quote v1.0.45
102852026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling signal-hook v0.3.18
102862026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling unicode-ident v1.0.24
102872026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling utf8parse v0.2.2
102882026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling is_terminal_polyfill v1.70.2
102892026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling anstyle-query v1.1.5
102902026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling colorchoice v1.0.5
102912026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling anstyle v1.0.14
102922026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling strsim v0.11.1
102932026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling heck v0.5.0
102942026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling clap_lex v1.1.0
102952026-08-26T14:58:15.656Z[ recovery-image] Aug 26 14:58:15.068 INFO E| Compiling shared_thread v0.2.0
102962026-08-26T14:58:15.777Z[ recovery-image] Aug 26 14:58:15.194 INFO E| Compiling anstyle-parse v1.0.0
102972026-08-26T14:58:16.006Z[ recovery-image] Aug 26 14:58:15.416 INFO E| Compiling anstream v1.0.0
102982026-08-26T14:58:16.249Z[ recovery-image] Aug 26 14:58:15.663 INFO E| Compiling clap_builder v4.6.0
102992026-08-26T14:58:16.544Z[ host-image] Aug 26 14:58:15.961 INFO O| Aug 26 14:58:15.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103002026-08-26T14:58:16.544Z[ host-image] Aug 26 14:58:15.961 INFO O| Aug 26 14:58:15.961 INFO ok!
103012026-08-26T14:58:16.544Z[ host-image] Aug 26 14:58:15.961 INFO O| Aug 26 14:58:15.961 INFO STEP 84 (ensure_file) COMPLETE
103022026-08-26T14:58:16.548Z[ host-image] Aug 26 14:58:15.961 INFO O| Aug 26 14:58:15.961 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-26T14:58:16.554Z[ host-image] Aug 26 14:58:15.971 INFO O| Aug 26 14:58:15.971 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103042026-08-26T14:58:16.554Z[ host-image] Aug 26 14:58:15.971 INFO O| Aug 26 14:58:15.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103052026-08-26T14:58:16.558Z[ host-image] Aug 26 14:58:15.971 INFO O| Aug 26 14:58:15.971 INFO STEP 85 (ensure_dir) COMPLETE
103062026-08-26T14:58:16.558Z[ host-image] Aug 26 14:58:15.971 INFO O| Aug 26 14:58:15.971 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-26T14:58:16.562Z[ host-image] Aug 26 14:58:15.979 INFO O| Aug 26 14:58:15.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103082026-08-26T14:58:16.566Z[ host-image] Aug 26 14:58:15.979 INFO O| Aug 26 14:58:15.979 INFO copying /tmp/.tmpOPAkYs/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 ...
103092026-08-26T14:58:16.566Z[ host-image] Aug 26 14:58:15.979 INFO O| Aug 26 14:58:15.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103102026-08-26T14:58:16.566Z[ host-image] Aug 26 14:58:15.979 INFO O| Aug 26 14:58:15.979 INFO ok!
103112026-08-26T14:58:16.566Z[ host-image] Aug 26 14:58:15.979 INFO O| Aug 26 14:58:15.979 INFO STEP 86 (ensure_file) COMPLETE
103122026-08-26T14:58:16.566Z[ host-image] Aug 26 14:58:15.979 INFO O| Aug 26 14:58:15.979 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-08-26T14:58:16.569Z[ host-image] Aug 26 14:58:15.987 INFO O| Aug 26 14:58:15.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103142026-08-26T14:58:16.570Z[ host-image] Aug 26 14:58:15.987 INFO O| Aug 26 14:58:15.987 INFO copying /tmp/.tmpOPAkYs/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 ...
103152026-08-26T14:58:16.573Z[ host-image] Aug 26 14:58:15.987 INFO O| Aug 26 14:58:15.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103162026-08-26T14:58:16.573Z[ host-image] Aug 26 14:58:15.987 INFO O| Aug 26 14:58:15.987 INFO ok!
103172026-08-26T14:58:16.573Z[ host-image] Aug 26 14:58:15.987 INFO O| Aug 26 14:58:15.987 INFO STEP 87 (ensure_file) COMPLETE
103182026-08-26T14:58:16.573Z[ host-image] Aug 26 14:58:15.987 INFO O| Aug 26 14:58:15.987 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-26T14:58:16.576Z[ host-image] Aug 26 14:58:15.993 INFO O| Aug 26 14:58:15.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103202026-08-26T14:58:16.576Z[ host-image] Aug 26 14:58:15.993 INFO O| Aug 26 14:58:15.993 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103212026-08-26T14:58:16.576Z[ host-image] Aug 26 14:58:15.993 INFO O| Aug 26 14:58:15.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103222026-08-26T14:58:16.576Z[ host-image] Aug 26 14:58:15.993 INFO O| Aug 26 14:58:15.993 INFO ok!
103232026-08-26T14:58:16.576Z[ host-image] Aug 26 14:58:15.993 INFO O| Aug 26 14:58:15.993 INFO STEP 88 (ensure_file) COMPLETE
103242026-08-26T14:58:16.576Z[ host-image] Aug 26 14:58:15.993 INFO O| Aug 26 14:58:15.993 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-26T14:58:16.585Z[ host-image] Aug 26 14:58:16.003 INFO O| Aug 26 14:58:16.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103262026-08-26T14:58:16.585Z[ host-image] Aug 26 14:58:16.003 INFO O| Aug 26 14:58:16.003 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103272026-08-26T14:58:16.589Z[ host-image] Aug 26 14:58:16.003 INFO O| Aug 26 14:58:16.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103282026-08-26T14:58:16.589Z[ host-image] Aug 26 14:58:16.003 INFO O| Aug 26 14:58:16.003 INFO ok!
103292026-08-26T14:58:16.589Z[ host-image] Aug 26 14:58:16.003 INFO O| Aug 26 14:58:16.003 INFO STEP 89 (ensure_file) COMPLETE
103302026-08-26T14:58:16.589Z[ host-image] Aug 26 14:58:16.003 INFO O| Aug 26 14:58:16.003 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-26T14:58:16.596Z[ host-image] Aug 26 14:58:16.012 INFO O| Aug 26 14:58:16.012 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103322026-08-26T14:58:16.596Z[ host-image] Aug 26 14:58:16.012 INFO O| Aug 26 14:58:16.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103332026-08-26T14:58:16.597Z[ host-image] Aug 26 14:58:16.012 INFO O| Aug 26 14:58:16.012 INFO STEP 90 (ensure_dir) COMPLETE
103342026-08-26T14:58:16.600Z[ host-image] Aug 26 14:58:16.012 INFO O| Aug 26 14:58:16.012 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-08-26T14:58:16.603Z[ host-image] Aug 26 14:58:16.020 INFO O| Aug 26 14:58:16.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103362026-08-26T14:58:16.603Z[ host-image] Aug 26 14:58:16.020 INFO O| Aug 26 14:58:16.020 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103372026-08-26T14:58:16.760Z[ host-image] Aug 26 14:58:16.177 INFO O| Aug 26 14:58:16.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103382026-08-26T14:58:16.760Z[ host-image] Aug 26 14:58:16.177 INFO O| Aug 26 14:58:16.177 INFO ok!
103392026-08-26T14:58:16.766Z[ host-image] Aug 26 14:58:16.177 INFO O| Aug 26 14:58:16.177 INFO STEP 91 (ensure_file) COMPLETE
103402026-08-26T14:58:16.766Z[ host-image] Aug 26 14:58:16.177 INFO O| Aug 26 14:58:16.177 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-26T14:58:16.770Z[ host-image] Aug 26 14:58:16.187 INFO O| Aug 26 14:58:16.186 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103422026-08-26T14:58:16.770Z[ host-image] Aug 26 14:58:16.187 INFO O| Aug 26 14:58:16.187 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103432026-08-26T14:58:16.770Z[ host-image] Aug 26 14:58:16.187 INFO O| Aug 26 14:58:16.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103442026-08-26T14:58:16.770Z[ host-image] Aug 26 14:58:16.187 INFO O| Aug 26 14:58:16.187 INFO ok!
103452026-08-26T14:58:16.770Z[ host-image] Aug 26 14:58:16.187 INFO O| Aug 26 14:58:16.187 INFO STEP 92 (ensure_file) COMPLETE
103462026-08-26T14:58:16.770Z[ host-image] Aug 26 14:58:16.187 INFO O| Aug 26 14:58:16.187 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-26T14:58:16.777Z[ recovery-image] Aug 26 14:58:16.194 INFO E| Compiling errno v0.3.14
103482026-08-26T14:58:16.777Z[ recovery-image] Aug 26 14:58:16.194 INFO E| Compiling os_pipe v1.2.3
103492026-08-26T14:58:16.780Z[ host-image] Aug 26 14:58:16.195 INFO O| Aug 26 14:58:16.195 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103502026-08-26T14:58:16.780Z[ host-image] Aug 26 14:58:16.195 INFO O| Aug 26 14:58:16.195 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103512026-08-26T14:58:16.880Z[ recovery-image] Aug 26 14:58:16.297 INFO E| Compiling signal-hook-registry v1.4.8
103522026-08-26T14:58:16.968Z[ recovery-image] Aug 26 14:58:16.385 INFO E| Compiling syn v2.0.117
103532026-08-26T14:58:17.193Z[ recovery-image] Aug 26 14:58:16.610 INFO E| Compiling sigchld v0.2.4
103542026-08-26T14:58:17.292Z[ host-image] Aug 26 14:58:16.709 INFO O| Aug 26 14:58:16.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103552026-08-26T14:58:17.292Z[ host-image] Aug 26 14:58:16.709 INFO O| Aug 26 14:58:16.709 INFO ok!
103562026-08-26T14:58:17.292Z[ host-image] Aug 26 14:58:16.709 INFO O| Aug 26 14:58:16.709 INFO STEP 93 (ensure_file) COMPLETE
103572026-08-26T14:58:17.296Z[ host-image] Aug 26 14:58:16.709 INFO O| Aug 26 14:58:16.709 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-26T14:58:17.301Z[ recovery-image] Aug 26 14:58:16.718 INFO E| Compiling shared_child v1.1.1
103592026-08-26T14:58:17.304Z[ host-image] Aug 26 14:58:16.718 INFO O| Aug 26 14:58:16.718 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103602026-08-26T14:58:17.304Z[ host-image] Aug 26 14:58:16.718 INFO O| Aug 26 14:58:16.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103612026-08-26T14:58:17.304Z[ host-image] Aug 26 14:58:16.718 INFO O| Aug 26 14:58:16.718 INFO STEP 94 (ensure_dir) COMPLETE
103622026-08-26T14:58:17.304Z[ host-image] Aug 26 14:58:16.718 INFO O| Aug 26 14:58:16.718 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103632026-08-26T14:58:17.309Z[ host-image] Aug 26 14:58:16.726 INFO O| Aug 26 14:58:16.726 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103642026-08-26T14:58:17.313Z[ host-image] Aug 26 14:58:16.726 INFO O| Aug 26 14:58:16.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103652026-08-26T14:58:17.313Z[ host-image] Aug 26 14:58:16.726 INFO O| Aug 26 14:58:16.726 INFO STEP 95 (ensure_dir) COMPLETE
103662026-08-26T14:58:17.313Z[ host-image] Aug 26 14:58:16.726 INFO O| Aug 26 14:58:16.726 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-26T14:58:17.317Z[ host-image] Aug 26 14:58:16.734 INFO O| Aug 26 14:58:16.734 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103682026-08-26T14:58:17.317Z[ host-image] Aug 26 14:58:16.734 INFO O| Aug 26 14:58:16.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103692026-08-26T14:58:17.321Z[ host-image] Aug 26 14:58:16.734 INFO O| Aug 26 14:58:16.734 INFO STEP 96 (ensure_dir) COMPLETE
103702026-08-26T14:58:17.321Z[ host-image] Aug 26 14:58:16.734 INFO O| Aug 26 14:58:16.734 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-26T14:58:17.325Z[ host-image] Aug 26 14:58:16.743 INFO O| Aug 26 14:58:16.743 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103722026-08-26T14:58:17.329Z[ host-image] Aug 26 14:58:16.743 INFO O| Aug 26 14:58:16.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103732026-08-26T14:58:17.329Z[ host-image] Aug 26 14:58:16.743 INFO O| Aug 26 14:58:16.743 INFO STEP 97 (ensure_dir) COMPLETE
103742026-08-26T14:58:17.329Z[ host-image] Aug 26 14:58:16.743 INFO O| Aug 26 14:58:16.743 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-08-26T14:58:17.333Z[ host-image] Aug 26 14:58:16.750 INFO O| Aug 26 14:58:16.750 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103762026-08-26T14:58:17.333Z[ host-image] Aug 26 14:58:16.750 INFO O| Aug 26 14:58:16.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103772026-08-26T14:58:17.337Z[ host-image] Aug 26 14:58:16.750 INFO O| Aug 26 14:58:16.750 INFO STEP 98 (ensure_dir) COMPLETE
103782026-08-26T14:58:17.337Z[ host-image] Aug 26 14:58:16.750 INFO O| Aug 26 14:58:16.750 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-26T14:58:17.341Z[ host-image] Aug 26 14:58:16.758 INFO O| Aug 26 14:58:16.758 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103802026-08-26T14:58:17.341Z[ host-image] Aug 26 14:58:16.758 INFO O| Aug 26 14:58:16.758 INFO copying /tmp/.tmpOPAkYs/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 ...
103812026-08-26T14:58:17.344Z[ host-image] Aug 26 14:58:16.758 INFO O| Aug 26 14:58:16.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103822026-08-26T14:58:17.344Z[ host-image] Aug 26 14:58:16.758 INFO O| Aug 26 14:58:16.758 INFO ok!
103832026-08-26T14:58:17.344Z[ host-image] Aug 26 14:58:16.758 INFO O| Aug 26 14:58:16.758 INFO STEP 99 (ensure_file) COMPLETE
103842026-08-26T14:58:17.344Z[ host-image] Aug 26 14:58:16.758 INFO O| Aug 26 14:58:16.758 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-26T14:58:17.350Z[ host-image] Aug 26 14:58:16.766 INFO O| Aug 26 14:58:16.766 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103862026-08-26T14:58:17.353Z[ host-image] Aug 26 14:58:16.766 INFO O| Aug 26 14:58:16.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103872026-08-26T14:58:17.353Z[ host-image] Aug 26 14:58:16.766 INFO O| Aug 26 14:58:16.766 INFO STEP 100 (ensure_dir) COMPLETE
103882026-08-26T14:58:17.354Z[ host-image] Aug 26 14:58:16.766 INFO O| Aug 26 14:58:16.766 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-26T14:58:17.357Z[ host-image] Aug 26 14:58:16.774 INFO O| Aug 26 14:58:16.774 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103902026-08-26T14:58:17.357Z[ host-image] Aug 26 14:58:16.774 INFO O| Aug 26 14:58:16.774 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103912026-08-26T14:58:17.489Z[ recovery-image] Aug 26 14:58:16.900 INFO E| Compiling duct v1.1.1
103922026-08-26T14:58:17.723Z[ host-image] Aug 26 14:58:17.140 INFO O| Aug 26 14:58:17.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103932026-08-26T14:58:17.723Z[ host-image] Aug 26 14:58:17.141 INFO O| Aug 26 14:58:17.140 INFO ok!
103942026-08-26T14:58:17.727Z[ host-image] Aug 26 14:58:17.141 INFO O| Aug 26 14:58:17.140 INFO STEP 101 (ensure_file) COMPLETE
103952026-08-26T14:58:17.727Z[ host-image] Aug 26 14:58:17.141 INFO O| Aug 26 14:58:17.140 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-08-26T14:58:17.733Z[ host-image] Aug 26 14:58:17.150 INFO O| Aug 26 14:58:17.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103972026-08-26T14:58:17.733Z[ host-image] Aug 26 14:58:17.150 INFO O| Aug 26 14:58:17.150 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103982026-08-26T14:58:17.733Z[ host-image] Aug 26 14:58:17.150 INFO O| Aug 26 14:58:17.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103992026-08-26T14:58:17.738Z[ host-image] Aug 26 14:58:17.150 INFO O| Aug 26 14:58:17.150 INFO ok!
104002026-08-26T14:58:17.738Z[ host-image] Aug 26 14:58:17.150 INFO O| Aug 26 14:58:17.150 INFO STEP 102 (ensure_file) COMPLETE
104012026-08-26T14:58:17.738Z[ host-image] Aug 26 14:58:17.150 INFO O| Aug 26 14:58:17.150 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-08-26T14:58:17.744Z[ host-image] Aug 26 14:58:17.160 INFO O| Aug 26 14:58:17.160 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104032026-08-26T14:58:17.747Z[ host-image] Aug 26 14:58:17.160 INFO O| Aug 26 14:58:17.160 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104042026-08-26T14:58:17.753Z[ host-image] Aug 26 14:58:17.170 INFO O| Aug 26 14:58:17.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104052026-08-26T14:58:17.753Z[ host-image] Aug 26 14:58:17.170 INFO O| Aug 26 14:58:17.170 INFO ok!
104062026-08-26T14:58:17.757Z[ host-image] Aug 26 14:58:17.170 INFO O| Aug 26 14:58:17.170 INFO STEP 103 (ensure_file) COMPLETE
104072026-08-26T14:58:17.757Z[ host-image] Aug 26 14:58:17.170 INFO O| Aug 26 14:58:17.170 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-08-26T14:58:17.763Z[ host-image] Aug 26 14:58:17.180 INFO O| Aug 26 14:58:17.180 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104092026-08-26T14:58:17.766Z[ host-image] Aug 26 14:58:17.180 INFO O| Aug 26 14:58:17.180 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104102026-08-26T14:58:17.766Z[ host-image] Aug 26 14:58:17.180 INFO O| Aug 26 14:58:17.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104112026-08-26T14:58:17.766Z[ host-image] Aug 26 14:58:17.180 INFO O| Aug 26 14:58:17.180 INFO ok!
104122026-08-26T14:58:17.766Z[ host-image] Aug 26 14:58:17.180 INFO O| Aug 26 14:58:17.180 INFO STEP 104 (ensure_file) COMPLETE
104132026-08-26T14:58:17.766Z[ host-image] Aug 26 14:58:17.180 INFO O| Aug 26 14:58:17.180 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-26T14:58:17.771Z[ host-image] Aug 26 14:58:17.188 INFO O| Aug 26 14:58:17.188 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104152026-08-26T14:58:17.771Z[ host-image] Aug 26 14:58:17.188 INFO O| Aug 26 14:58:17.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104162026-08-26T14:58:17.771Z[ host-image] Aug 26 14:58:17.188 INFO O| Aug 26 14:58:17.188 INFO STEP 105 (ensure_dir) COMPLETE
104172026-08-26T14:58:17.774Z[ host-image] Aug 26 14:58:17.188 INFO O| Aug 26 14:58:17.188 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-26T14:58:17.780Z[ host-image] Aug 26 14:58:17.198 INFO O| Aug 26 14:58:17.198 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104192026-08-26T14:58:17.780Z[ host-image] Aug 26 14:58:17.198 INFO O| Aug 26 14:58:17.198 INFO copying /tmp/.tmpOPAkYs/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 ...
104202026-08-26T14:58:18.078Z[ host-image] Aug 26 14:58:17.495 INFO O| Aug 26 14:58:17.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104212026-08-26T14:58:18.079Z[ host-image] Aug 26 14:58:17.495 INFO O| Aug 26 14:58:17.495 INFO ok!
104222026-08-26T14:58:18.079Z[ host-image] Aug 26 14:58:17.495 INFO O| Aug 26 14:58:17.495 INFO STEP 106 (ensure_file) COMPLETE
104232026-08-26T14:58:18.082Z[ host-image] Aug 26 14:58:17.495 INFO O| Aug 26 14:58:17.495 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-26T14:58:18.087Z[ host-image] Aug 26 14:58:17.504 INFO O| Aug 26 14:58:17.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104252026-08-26T14:58:18.087Z[ host-image] Aug 26 14:58:17.504 INFO O| Aug 26 14:58:17.504 INFO copying /tmp/.tmpOPAkYs/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 ...
104262026-08-26T14:58:18.090Z[ host-image] Aug 26 14:58:17.504 INFO O| Aug 26 14:58:17.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104272026-08-26T14:58:18.090Z[ host-image] Aug 26 14:58:17.504 INFO O| Aug 26 14:58:17.504 INFO ok!
104282026-08-26T14:58:18.090Z[ host-image] Aug 26 14:58:17.504 INFO O| Aug 26 14:58:17.504 INFO STEP 107 (ensure_file) COMPLETE
104292026-08-26T14:58:18.090Z[ host-image] Aug 26 14:58:17.504 INFO O| Aug 26 14:58:17.504 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-26T14:58:18.094Z[ host-image] Aug 26 14:58:17.511 INFO O| Aug 26 14:58:17.511 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104312026-08-26T14:58:18.094Z[ host-image] Aug 26 14:58:17.511 INFO O| Aug 26 14:58:17.511 INFO copying /tmp/.tmpOPAkYs/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 ...
104322026-08-26T14:58:18.094Z[ host-image] Aug 26 14:58:17.511 INFO O| Aug 26 14:58:17.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104332026-08-26T14:58:18.094Z[ host-image] Aug 26 14:58:17.511 INFO O| Aug 26 14:58:17.511 INFO ok!
104342026-08-26T14:58:18.094Z[ host-image] Aug 26 14:58:17.511 INFO O| Aug 26 14:58:17.511 INFO STEP 108 (ensure_file) COMPLETE
104352026-08-26T14:58:18.094Z[ host-image] Aug 26 14:58:17.511 INFO O| Aug 26 14:58:17.511 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-26T14:58:18.099Z[ host-image] Aug 26 14:58:17.517 INFO O| Aug 26 14:58:17.517 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104372026-08-26T14:58:18.103Z[ host-image] Aug 26 14:58:17.517 INFO O| Aug 26 14:58:17.517 INFO copying /tmp/.tmpOPAkYs/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 ...
104382026-08-26T14:58:18.103Z[ host-image] Aug 26 14:58:17.517 INFO O| Aug 26 14:58:17.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104392026-08-26T14:58:18.103Z[ host-image] Aug 26 14:58:17.517 INFO O| Aug 26 14:58:17.517 INFO ok!
104402026-08-26T14:58:18.103Z[ host-image] Aug 26 14:58:17.517 INFO O| Aug 26 14:58:17.517 INFO STEP 109 (ensure_file) COMPLETE
104412026-08-26T14:58:18.103Z[ host-image] Aug 26 14:58:17.517 INFO O| Aug 26 14:58:17.517 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-08-26T14:58:18.109Z[ host-image] Aug 26 14:58:17.526 INFO O| Aug 26 14:58:17.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104432026-08-26T14:58:18.109Z[ host-image] Aug 26 14:58:17.526 INFO O| Aug 26 14:58:17.526 INFO copying /tmp/.tmpOPAkYs/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 ...
104442026-08-26T14:58:18.113Z[ host-image] Aug 26 14:58:17.526 INFO O| Aug 26 14:58:17.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104452026-08-26T14:58:18.113Z[ host-image] Aug 26 14:58:17.526 INFO O| Aug 26 14:58:17.526 INFO ok!
104462026-08-26T14:58:18.113Z[ host-image] Aug 26 14:58:17.526 INFO O| Aug 26 14:58:17.526 INFO STEP 110 (ensure_file) COMPLETE
104472026-08-26T14:58:18.114Z[ host-image] Aug 26 14:58:17.526 INFO O| Aug 26 14:58:17.526 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-26T14:58:18.117Z[ host-image] Aug 26 14:58:17.534 INFO O| Aug 26 14:58:17.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104492026-08-26T14:58:18.122Z[ host-image] Aug 26 14:58:17.535 INFO O| Aug 26 14:58:17.534 INFO copying /tmp/.tmpOPAkYs/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 ...
104502026-08-26T14:58:18.122Z[ host-image] Aug 26 14:58:17.535 INFO O| Aug 26 14:58:17.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104512026-08-26T14:58:18.122Z[ host-image] Aug 26 14:58:17.535 INFO O| Aug 26 14:58:17.535 INFO ok!
104522026-08-26T14:58:18.122Z[ host-image] Aug 26 14:58:17.535 INFO O| Aug 26 14:58:17.535 INFO STEP 111 (ensure_file) COMPLETE
104532026-08-26T14:58:18.122Z[ host-image] Aug 26 14:58:17.535 INFO O| Aug 26 14:58:17.535 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-26T14:58:18.128Z[ host-image] Aug 26 14:58:17.541 INFO O| Aug 26 14:58:17.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104552026-08-26T14:58:18.129Z[ host-image] Aug 26 14:58:17.541 INFO O| Aug 26 14:58:17.541 INFO copying /tmp/.tmpOPAkYs/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 ...
104562026-08-26T14:58:18.129Z[ host-image] Aug 26 14:58:17.541 INFO O| Aug 26 14:58:17.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104572026-08-26T14:58:18.129Z[ host-image] Aug 26 14:58:17.541 INFO O| Aug 26 14:58:17.541 INFO ok!
104582026-08-26T14:58:18.129Z[ host-image] Aug 26 14:58:17.541 INFO O| Aug 26 14:58:17.541 INFO STEP 112 (ensure_file) COMPLETE
104592026-08-26T14:58:18.129Z[ host-image] Aug 26 14:58:17.541 INFO O| Aug 26 14:58:17.541 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-26T14:58:18.133Z[ host-image] Aug 26 14:58:17.548 INFO O| Aug 26 14:58:17.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104612026-08-26T14:58:18.133Z[ host-image] Aug 26 14:58:17.548 INFO O| Aug 26 14:58:17.548 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104622026-08-26T14:58:18.133Z[ host-image] Aug 26 14:58:17.548 INFO O| Aug 26 14:58:17.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104632026-08-26T14:58:18.133Z[ host-image] Aug 26 14:58:17.548 INFO O| Aug 26 14:58:17.548 INFO ok!
104642026-08-26T14:58:18.133Z[ host-image] Aug 26 14:58:17.548 INFO O| Aug 26 14:58:17.548 INFO STEP 113 (ensure_file) COMPLETE
104652026-08-26T14:58:18.134Z[ host-image] Aug 26 14:58:17.548 INFO O| Aug 26 14:58:17.548 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-26T14:58:18.138Z[ host-image] Aug 26 14:58:17.555 INFO O| Aug 26 14:58:17.555 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104672026-08-26T14:58:18.138Z[ host-image] Aug 26 14:58:17.555 INFO O| Aug 26 14:58:17.555 INFO copying /tmp/.tmpOPAkYs/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 ...
104682026-08-26T14:58:18.141Z[ host-image] Aug 26 14:58:17.555 INFO O| Aug 26 14:58:17.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104692026-08-26T14:58:18.141Z[ host-image] Aug 26 14:58:17.555 INFO O| Aug 26 14:58:17.555 INFO ok!
104702026-08-26T14:58:18.141Z[ host-image] Aug 26 14:58:17.555 INFO O| Aug 26 14:58:17.555 INFO STEP 114 (ensure_file) COMPLETE
104712026-08-26T14:58:18.141Z[ host-image] Aug 26 14:58:17.555 INFO O| Aug 26 14:58:17.555 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-26T14:58:18.146Z[ host-image] Aug 26 14:58:17.563 INFO O| Aug 26 14:58:17.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104732026-08-26T14:58:18.146Z[ host-image] Aug 26 14:58:17.563 INFO O| Aug 26 14:58:17.563 INFO copying /tmp/.tmpOPAkYs/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 ...
104742026-08-26T14:58:18.151Z[ host-image] Aug 26 14:58:17.563 INFO O| Aug 26 14:58:17.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104752026-08-26T14:58:18.151Z[ host-image] Aug 26 14:58:17.563 INFO O| Aug 26 14:58:17.563 INFO ok!
104762026-08-26T14:58:18.151Z[ host-image] Aug 26 14:58:17.563 INFO O| Aug 26 14:58:17.563 INFO STEP 115 (ensure_file) COMPLETE
104772026-08-26T14:58:18.151Z[ host-image] Aug 26 14:58:17.563 INFO O| Aug 26 14:58:17.563 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-26T14:58:18.154Z[ host-image] Aug 26 14:58:17.570 INFO O| Aug 26 14:58:17.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104792026-08-26T14:58:18.154Z[ host-image] Aug 26 14:58:17.570 INFO O| Aug 26 14:58:17.570 INFO copying /tmp/.tmpOPAkYs/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 ...
104802026-08-26T14:58:18.154Z[ host-image] Aug 26 14:58:17.570 INFO O| Aug 26 14:58:17.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104812026-08-26T14:58:18.154Z[ host-image] Aug 26 14:58:17.570 INFO O| Aug 26 14:58:17.570 INFO ok!
104822026-08-26T14:58:18.154Z[ host-image] Aug 26 14:58:17.570 INFO O| Aug 26 14:58:17.570 INFO STEP 116 (ensure_file) COMPLETE
104832026-08-26T14:58:18.154Z[ host-image] Aug 26 14:58:17.570 INFO O| Aug 26 14:58:17.570 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-26T14:58:18.162Z[ host-image] Aug 26 14:58:17.579 INFO O| Aug 26 14:58:17.579 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104852026-08-26T14:58:18.162Z[ host-image] Aug 26 14:58:17.579 INFO O| Aug 26 14:58:17.579 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104862026-08-26T14:58:18.162Z[ host-image] Aug 26 14:58:17.579 INFO O| Aug 26 14:58:17.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104872026-08-26T14:58:18.166Z[ host-image] Aug 26 14:58:17.579 INFO O| Aug 26 14:58:17.579 INFO ok!
104882026-08-26T14:58:18.166Z[ host-image] Aug 26 14:58:17.579 INFO O| Aug 26 14:58:17.579 INFO STEP 117 (ensure_file) COMPLETE
104892026-08-26T14:58:18.166Z[ host-image] Aug 26 14:58:17.579 INFO O| Aug 26 14:58:17.579 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-26T14:58:18.171Z[ host-image] Aug 26 14:58:17.588 INFO O| Aug 26 14:58:17.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104912026-08-26T14:58:18.171Z[ host-image] Aug 26 14:58:17.588 INFO O| Aug 26 14:58:17.588 INFO copying /tmp/.tmpOPAkYs/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 ...
104922026-08-26T14:58:18.171Z[ host-image] Aug 26 14:58:17.588 INFO O| Aug 26 14:58:17.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104932026-08-26T14:58:18.176Z[ host-image] Aug 26 14:58:17.588 INFO O| Aug 26 14:58:17.588 INFO ok!
104942026-08-26T14:58:18.176Z[ host-image] Aug 26 14:58:17.588 INFO O| Aug 26 14:58:17.588 INFO STEP 118 (ensure_file) COMPLETE
104952026-08-26T14:58:18.176Z[ host-image] Aug 26 14:58:17.588 INFO O| Aug 26 14:58:17.588 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-26T14:58:18.179Z[ host-image] Aug 26 14:58:17.595 INFO O| Aug 26 14:58:17.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104972026-08-26T14:58:18.179Z[ host-image] Aug 26 14:58:17.595 INFO O| Aug 26 14:58:17.595 INFO copying /tmp/.tmpOPAkYs/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 ...
104982026-08-26T14:58:18.179Z[ host-image] Aug 26 14:58:17.595 INFO O| Aug 26 14:58:17.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104992026-08-26T14:58:18.179Z[ host-image] Aug 26 14:58:17.595 INFO O| Aug 26 14:58:17.595 INFO ok!
105002026-08-26T14:58:18.179Z[ host-image] Aug 26 14:58:17.595 INFO O| Aug 26 14:58:17.595 INFO STEP 119 (ensure_file) COMPLETE
105012026-08-26T14:58:18.179Z[ host-image] Aug 26 14:58:17.595 INFO O| Aug 26 14:58:17.595 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-26T14:58:18.186Z[ host-image] Aug 26 14:58:17.603 INFO O| Aug 26 14:58:17.603 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105032026-08-26T14:58:18.186Z[ host-image] Aug 26 14:58:17.603 INFO O| Aug 26 14:58:17.603 INFO copying /tmp/.tmpOPAkYs/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 ...
105042026-08-26T14:58:18.189Z[ host-image] Aug 26 14:58:17.603 INFO O| Aug 26 14:58:17.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105052026-08-26T14:58:18.189Z[ host-image] Aug 26 14:58:17.603 INFO O| Aug 26 14:58:17.603 INFO ok!
105062026-08-26T14:58:18.189Z[ host-image] Aug 26 14:58:17.603 INFO O| Aug 26 14:58:17.603 INFO STEP 120 (ensure_file) COMPLETE
105072026-08-26T14:58:18.189Z[ host-image] Aug 26 14:58:17.603 INFO O| Aug 26 14:58:17.603 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-26T14:58:18.193Z[ host-image] Aug 26 14:58:17.610 INFO O| Aug 26 14:58:17.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105092026-08-26T14:58:18.193Z[ host-image] Aug 26 14:58:17.610 INFO O| Aug 26 14:58:17.610 INFO copying /tmp/.tmpOPAkYs/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 ...
105102026-08-26T14:58:18.193Z[ host-image] Aug 26 14:58:17.610 INFO O| Aug 26 14:58:17.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105112026-08-26T14:58:18.193Z[ host-image] Aug 26 14:58:17.610 INFO O| Aug 26 14:58:17.610 INFO ok!
105122026-08-26T14:58:18.193Z[ host-image] Aug 26 14:58:17.610 INFO O| Aug 26 14:58:17.610 INFO STEP 121 (ensure_file) COMPLETE
105132026-08-26T14:58:18.193Z[ host-image] Aug 26 14:58:17.610 INFO O| Aug 26 14:58:17.610 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-26T14:58:18.199Z[ host-image] Aug 26 14:58:17.616 INFO O| Aug 26 14:58:17.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105152026-08-26T14:58:18.199Z[ host-image] Aug 26 14:58:17.616 INFO O| Aug 26 14:58:17.616 INFO copying /tmp/.tmpOPAkYs/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 ...
105162026-08-26T14:58:18.203Z[ host-image] Aug 26 14:58:17.617 INFO O| Aug 26 14:58:17.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105172026-08-26T14:58:18.203Z[ host-image] Aug 26 14:58:17.617 INFO O| Aug 26 14:58:17.617 INFO ok!
105182026-08-26T14:58:18.203Z[ host-image] Aug 26 14:58:17.617 INFO O| Aug 26 14:58:17.617 INFO STEP 122 (ensure_file) COMPLETE
105192026-08-26T14:58:18.203Z[ host-image] Aug 26 14:58:17.617 INFO O| Aug 26 14:58:17.617 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-26T14:58:18.206Z[ host-image] Aug 26 14:58:17.623 INFO O| Aug 26 14:58:17.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105212026-08-26T14:58:18.206Z[ host-image] Aug 26 14:58:17.623 INFO O| Aug 26 14:58:17.623 INFO copying /tmp/.tmpOPAkYs/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 ...
105222026-08-26T14:58:18.206Z[ host-image] Aug 26 14:58:17.623 INFO O| Aug 26 14:58:17.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105232026-08-26T14:58:18.206Z[ host-image] Aug 26 14:58:17.623 INFO O| Aug 26 14:58:17.623 INFO ok!
105242026-08-26T14:58:18.206Z[ host-image] Aug 26 14:58:17.623 INFO O| Aug 26 14:58:17.623 INFO STEP 123 (ensure_file) COMPLETE
105252026-08-26T14:58:18.206Z[ host-image] Aug 26 14:58:17.623 INFO O| Aug 26 14:58:17.623 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-26T14:58:18.213Z[ host-image] Aug 26 14:58:17.630 INFO O| Aug 26 14:58:17.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105272026-08-26T14:58:18.213Z[ host-image] Aug 26 14:58:17.630 INFO O| Aug 26 14:58:17.630 INFO copying /tmp/.tmpOPAkYs/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 ...
105282026-08-26T14:58:18.216Z[ host-image] Aug 26 14:58:17.630 INFO O| Aug 26 14:58:17.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105292026-08-26T14:58:18.216Z[ host-image] Aug 26 14:58:17.630 INFO O| Aug 26 14:58:17.630 INFO ok!
105302026-08-26T14:58:18.216Z[ host-image] Aug 26 14:58:17.630 INFO O| Aug 26 14:58:17.630 INFO STEP 124 (ensure_file) COMPLETE
105312026-08-26T14:58:18.216Z[ host-image] Aug 26 14:58:17.630 INFO O| Aug 26 14:58:17.630 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-26T14:58:18.220Z[ host-image] Aug 26 14:58:17.637 INFO O| Aug 26 14:58:17.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105332026-08-26T14:58:18.220Z[ host-image] Aug 26 14:58:17.637 INFO O| Aug 26 14:58:17.637 INFO copying /tmp/.tmpOPAkYs/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 ...
105342026-08-26T14:58:18.220Z[ host-image] Aug 26 14:58:17.637 INFO O| Aug 26 14:58:17.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105352026-08-26T14:58:18.220Z[ host-image] Aug 26 14:58:17.637 INFO O| Aug 26 14:58:17.637 INFO ok!
105362026-08-26T14:58:18.220Z[ host-image] Aug 26 14:58:17.637 INFO O| Aug 26 14:58:17.637 INFO STEP 125 (ensure_file) COMPLETE
105372026-08-26T14:58:18.220Z[ host-image] Aug 26 14:58:17.637 INFO O| Aug 26 14:58:17.637 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-26T14:58:18.226Z[ host-image] Aug 26 14:58:17.643 INFO O| Aug 26 14:58:17.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105392026-08-26T14:58:18.226Z[ host-image] Aug 26 14:58:17.643 INFO O| Aug 26 14:58:17.643 INFO copying /tmp/.tmpOPAkYs/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 ...
105402026-08-26T14:58:18.229Z[ host-image] Aug 26 14:58:17.643 INFO O| Aug 26 14:58:17.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105412026-08-26T14:58:18.229Z[ host-image] Aug 26 14:58:17.643 INFO O| Aug 26 14:58:17.643 INFO ok!
105422026-08-26T14:58:18.230Z[ host-image] Aug 26 14:58:17.643 INFO O| Aug 26 14:58:17.643 INFO STEP 126 (ensure_file) COMPLETE
105432026-08-26T14:58:18.230Z[ host-image] Aug 26 14:58:17.643 INFO O| Aug 26 14:58:17.643 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-08-26T14:58:18.233Z[ host-image] Aug 26 14:58:17.650 INFO O| Aug 26 14:58:17.650 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105452026-08-26T14:58:18.233Z[ host-image] Aug 26 14:58:17.650 INFO O| Aug 26 14:58:17.650 INFO copying /tmp/.tmpOPAkYs/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 ...
105462026-08-26T14:58:18.233Z[ host-image] Aug 26 14:58:17.650 INFO O| Aug 26 14:58:17.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105472026-08-26T14:58:18.233Z[ host-image] Aug 26 14:58:17.650 INFO O| Aug 26 14:58:17.650 INFO ok!
105482026-08-26T14:58:18.233Z[ host-image] Aug 26 14:58:17.650 INFO O| Aug 26 14:58:17.650 INFO STEP 127 (ensure_file) COMPLETE
105492026-08-26T14:58:18.233Z[ host-image] Aug 26 14:58:17.650 INFO O| Aug 26 14:58:17.650 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-26T14:58:18.238Z[ host-image] Aug 26 14:58:17.655 INFO O| Aug 26 14:58:17.655 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105512026-08-26T14:58:18.238Z[ host-image] Aug 26 14:58:17.655 INFO O| Aug 26 14:58:17.655 INFO copying /tmp/.tmpOPAkYs/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 ...
105522026-08-26T14:58:18.241Z[ host-image] Aug 26 14:58:17.655 INFO O| Aug 26 14:58:17.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105532026-08-26T14:58:18.241Z[ host-image] Aug 26 14:58:17.655 INFO O| Aug 26 14:58:17.655 INFO ok!
105542026-08-26T14:58:18.242Z[ host-image] Aug 26 14:58:17.655 INFO O| Aug 26 14:58:17.655 INFO STEP 128 (ensure_file) COMPLETE
105552026-08-26T14:58:18.242Z[ host-image] Aug 26 14:58:17.656 INFO O| Aug 26 14:58:17.655 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-26T14:58:18.245Z[ host-image] Aug 26 14:58:17.661 INFO O| Aug 26 14:58:17.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105572026-08-26T14:58:18.245Z[ host-image] Aug 26 14:58:17.661 INFO O| Aug 26 14:58:17.661 INFO copying /tmp/.tmpOPAkYs/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 ...
105582026-08-26T14:58:18.245Z[ host-image] Aug 26 14:58:17.661 INFO O| Aug 26 14:58:17.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105592026-08-26T14:58:18.245Z[ host-image] Aug 26 14:58:17.662 INFO O| Aug 26 14:58:17.661 INFO ok!
105602026-08-26T14:58:18.245Z[ host-image] Aug 26 14:58:17.662 INFO O| Aug 26 14:58:17.661 INFO STEP 129 (ensure_file) COMPLETE
105612026-08-26T14:58:18.245Z[ host-image] Aug 26 14:58:17.662 INFO O| Aug 26 14:58:17.661 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-08-26T14:58:18.250Z[ host-image] Aug 26 14:58:17.667 INFO O| Aug 26 14:58:17.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105632026-08-26T14:58:18.250Z[ host-image] Aug 26 14:58:17.667 INFO O| Aug 26 14:58:17.667 INFO copying /tmp/.tmpOPAkYs/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 ...
105642026-08-26T14:58:18.254Z[ host-image] Aug 26 14:58:17.667 INFO O| Aug 26 14:58:17.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105652026-08-26T14:58:18.254Z[ host-image] Aug 26 14:58:17.667 INFO O| Aug 26 14:58:17.667 INFO ok!
105662026-08-26T14:58:18.254Z[ host-image] Aug 26 14:58:17.667 INFO O| Aug 26 14:58:17.667 INFO STEP 130 (ensure_file) COMPLETE
105672026-08-26T14:58:18.254Z[ host-image] Aug 26 14:58:17.667 INFO O| Aug 26 14:58:17.667 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-26T14:58:18.257Z[ host-image] Aug 26 14:58:17.673 INFO O| Aug 26 14:58:17.672 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105692026-08-26T14:58:18.257Z[ host-image] Aug 26 14:58:17.673 INFO O| Aug 26 14:58:17.672 INFO copying /tmp/.tmpOPAkYs/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 ...
105702026-08-26T14:58:18.257Z[ host-image] Aug 26 14:58:17.673 INFO O| Aug 26 14:58:17.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105712026-08-26T14:58:18.257Z[ host-image] Aug 26 14:58:17.673 INFO O| Aug 26 14:58:17.673 INFO ok!
105722026-08-26T14:58:18.257Z[ host-image] Aug 26 14:58:17.673 INFO O| Aug 26 14:58:17.673 INFO STEP 131 (ensure_file) COMPLETE
105732026-08-26T14:58:18.257Z[ host-image] Aug 26 14:58:17.673 INFO O| Aug 26 14:58:17.673 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105742026-08-26T14:58:18.265Z[ host-image] Aug 26 14:58:17.682 INFO O| Aug 26 14:58:17.682 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105752026-08-26T14:58:18.265Z[ host-image] Aug 26 14:58:17.682 INFO O| Aug 26 14:58:17.682 INFO copying /tmp/.tmpOPAkYs/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 ...
105762026-08-26T14:58:18.265Z[ host-image] Aug 26 14:58:17.682 INFO O| Aug 26 14:58:17.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105772026-08-26T14:58:18.268Z[ host-image] Aug 26 14:58:17.682 INFO O| Aug 26 14:58:17.682 INFO ok!
105782026-08-26T14:58:18.268Z[ host-image] Aug 26 14:58:17.682 INFO O| Aug 26 14:58:17.682 INFO STEP 132 (ensure_file) COMPLETE
105792026-08-26T14:58:18.268Z[ host-image] Aug 26 14:58:17.682 INFO O| Aug 26 14:58:17.682 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105802026-08-26T14:58:18.272Z[ host-image] Aug 26 14:58:17.689 INFO O| Aug 26 14:58:17.689 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105812026-08-26T14:58:18.275Z[ host-image] Aug 26 14:58:17.689 INFO O| Aug 26 14:58:17.689 INFO copying /tmp/.tmpOPAkYs/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 ...
105822026-08-26T14:58:18.275Z[ host-image] Aug 26 14:58:17.689 INFO O| Aug 26 14:58:17.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105832026-08-26T14:58:18.275Z[ host-image] Aug 26 14:58:17.689 INFO O| Aug 26 14:58:17.689 INFO ok!
105842026-08-26T14:58:18.275Z[ host-image] Aug 26 14:58:17.689 INFO O| Aug 26 14:58:17.689 INFO STEP 133 (ensure_file) COMPLETE
105852026-08-26T14:58:18.275Z[ host-image] Aug 26 14:58:17.689 INFO O| Aug 26 14:58:17.689 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105862026-08-26T14:58:18.280Z[ host-image] Aug 26 14:58:17.697 INFO O| Aug 26 14:58:17.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105872026-08-26T14:58:18.280Z[ host-image] Aug 26 14:58:17.697 INFO O| Aug 26 14:58:17.697 INFO copying /tmp/.tmpOPAkYs/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 ...
105882026-08-26T14:58:18.283Z[ host-image] Aug 26 14:58:17.697 INFO O| Aug 26 14:58:17.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105892026-08-26T14:58:18.283Z[ host-image] Aug 26 14:58:17.697 INFO O| Aug 26 14:58:17.697 INFO ok!
105902026-08-26T14:58:18.283Z[ host-image] Aug 26 14:58:17.697 INFO O| Aug 26 14:58:17.697 INFO STEP 134 (ensure_file) COMPLETE
105912026-08-26T14:58:18.283Z[ host-image] Aug 26 14:58:17.697 INFO O| Aug 26 14:58:17.697 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105922026-08-26T14:58:18.287Z[ host-image] Aug 26 14:58:17.705 INFO O| Aug 26 14:58:17.705 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105932026-08-26T14:58:18.291Z[ host-image] Aug 26 14:58:17.705 INFO O| Aug 26 14:58:17.705 INFO copying /tmp/.tmpOPAkYs/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 ...
105942026-08-26T14:58:18.291Z[ host-image] Aug 26 14:58:17.705 INFO O| Aug 26 14:58:17.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105952026-08-26T14:58:18.291Z[ host-image] Aug 26 14:58:17.705 INFO O| Aug 26 14:58:17.705 INFO ok!
105962026-08-26T14:58:18.291Z[ host-image] Aug 26 14:58:17.705 INFO O| Aug 26 14:58:17.705 INFO STEP 135 (ensure_file) COMPLETE
105972026-08-26T14:58:18.291Z[ host-image] Aug 26 14:58:17.705 INFO O| Aug 26 14:58:17.705 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105982026-08-26T14:58:18.295Z[ host-image] Aug 26 14:58:17.712 INFO O| Aug 26 14:58:17.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105992026-08-26T14:58:18.295Z[ host-image] Aug 26 14:58:17.712 INFO O| Aug 26 14:58:17.712 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106002026-08-26T14:58:18.298Z[ host-image] Aug 26 14:58:17.712 INFO O| Aug 26 14:58:17.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106012026-08-26T14:58:18.298Z[ host-image] Aug 26 14:58:17.712 INFO O| Aug 26 14:58:17.712 INFO ok!
106022026-08-26T14:58:18.298Z[ host-image] Aug 26 14:58:17.712 INFO O| Aug 26 14:58:17.712 INFO STEP 136 (ensure_file) COMPLETE
106032026-08-26T14:58:18.298Z[ host-image] Aug 26 14:58:17.712 INFO O| Aug 26 14:58:17.712 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-08-26T14:58:18.302Z[ host-image] Aug 26 14:58:17.719 INFO O| Aug 26 14:58:17.719 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106052026-08-26T14:58:18.305Z[ host-image] Aug 26 14:58:17.719 INFO O| Aug 26 14:58:17.719 INFO copying /tmp/.tmpOPAkYs/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 ...
106062026-08-26T14:58:18.305Z[ host-image] Aug 26 14:58:17.719 INFO O| Aug 26 14:58:17.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106072026-08-26T14:58:18.305Z[ host-image] Aug 26 14:58:17.719 INFO O| Aug 26 14:58:17.719 INFO ok!
106082026-08-26T14:58:18.305Z[ host-image] Aug 26 14:58:17.719 INFO O| Aug 26 14:58:17.719 INFO STEP 137 (ensure_file) COMPLETE
106092026-08-26T14:58:18.305Z[ host-image] Aug 26 14:58:17.719 INFO O| Aug 26 14:58:17.719 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-08-26T14:58:18.309Z[ host-image] Aug 26 14:58:17.726 INFO O| Aug 26 14:58:17.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106112026-08-26T14:58:18.309Z[ host-image] Aug 26 14:58:17.726 INFO O| Aug 26 14:58:17.726 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106122026-08-26T14:58:18.309Z[ host-image] Aug 26 14:58:17.727 INFO O| Aug 26 14:58:17.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106132026-08-26T14:58:18.310Z[ host-image] Aug 26 14:58:17.727 INFO O| Aug 26 14:58:17.726 INFO ok!
106142026-08-26T14:58:18.310Z[ host-image] Aug 26 14:58:17.727 INFO O| Aug 26 14:58:17.727 INFO STEP 138 (ensure_file) COMPLETE
106152026-08-26T14:58:18.310Z[ host-image] Aug 26 14:58:17.727 INFO O| Aug 26 14:58:17.727 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106162026-08-26T14:58:18.318Z[ host-image] Aug 26 14:58:17.735 INFO O| Aug 26 14:58:17.735 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106172026-08-26T14:58:18.318Z[ host-image] Aug 26 14:58:17.735 INFO O| Aug 26 14:58:17.735 INFO copying /tmp/.tmpOPAkYs/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106182026-08-26T14:58:19.271Z[ recovery-image] Aug 26 14:58:18.688 INFO E| Compiling clap_derive v4.6.1
106192026-08-26T14:58:20.816Z[ recovery-image] Aug 26 14:58:20.224 INFO E| Compiling clap v4.6.1
106202026-08-26T14:58:20.887Z[ recovery-image] Aug 26 14:58:20.297 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106212026-08-26T14:58:21.954Z[ recovery-image] Aug 26 14:58:21.371 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s
106222026-08-26T14:58:21.963Z[ recovery-image] Aug 26 14:58:21.379 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106232026-08-26T14:58:22.263Z[ recovery-image] Aug 26 14:58:21.679 INFO E| Downloading crates ...
106242026-08-26T14:58:22.309Z[ recovery-image] Aug 26 14:58:21.726 INFO E| Downloaded bit_field v0.10.3
106252026-08-26T14:58:22.312Z[ recovery-image] Aug 26 14:58:21.727 INFO E| Downloaded bitstruct v0.1.1
106262026-08-26T14:58:22.318Z[ recovery-image] Aug 26 14:58:21.735 INFO E| Downloaded bitflags v2.13.0
106272026-08-26T14:58:22.324Z[ recovery-image] Aug 26 14:58:21.742 INFO E| Downloaded bitstruct_derive v0.1.0
106282026-08-26T14:58:22.328Z[ recovery-image] Aug 26 14:58:21.742 INFO E| Downloaded raw-cpuid v10.7.0
106292026-08-26T14:58:22.337Z[ recovery-image] Aug 26 14:58:21.755 INFO E| Downloaded cpio_reader v0.1.2
106302026-08-26T14:58:22.341Z[ recovery-image] Aug 26 14:58:21.756 INFO E| Downloaded log v0.4.32
106312026-08-26T14:58:22.341Z[ recovery-image] Aug 26 14:58:21.758 INFO E| Downloaded miniz_oxide v0.9.1
106322026-08-26T14:58:22.369Z[ recovery-image] Aug 26 14:58:21.786 INFO E| Downloaded goblin v0.10.7
106332026-08-26T14:58:22.491Z[ recovery-image] Aug 26 14:58:21.908 INFO E| Downloaded x86 v0.52.0
106342026-08-26T14:58:22.536Z[ recovery-image] Aug 26 14:58:21.953 INFO E| Updating crates.io index
106352026-08-26T14:58:22.590Z[ recovery-image] Aug 26 14:58:22.006 INFO E| Downloading crates ...
106362026-08-26T14:58:22.612Z[ recovery-image] Aug 26 14:58:22.030 INFO E| Downloaded hashbrown v0.17.1
106372026-08-26T14:58:22.617Z[ recovery-image] Aug 26 14:58:22.034 INFO E| Downloaded rustc-literal-escaper v0.0.7
106382026-08-26T14:58:22.667Z[ recovery-image] Aug 26 14:58:22.084 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)
106392026-08-26T14:58:22.670Z[ recovery-image] Aug 26 14:58:22.084 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)
106402026-08-26T14:58:22.670Z[ recovery-image] Aug 26 14:58:22.084 INFO E| Compiling proc-macro2 v1.0.106
106412026-08-26T14:58:22.670Z[ recovery-image] Aug 26 14:58:22.084 INFO E| Compiling unicode-ident v1.0.24
106422026-08-26T14:58:22.670Z[ recovery-image] Aug 26 14:58:22.084 INFO E| Compiling quote v1.0.45
106432026-08-26T14:58:22.670Z[ recovery-image] Aug 26 14:58:22.084 INFO E| Compiling syn v1.0.109
106442026-08-26T14:58:22.670Z[ recovery-image] Aug 26 14:58:22.084 INFO E| Compiling x86 v0.52.0
106452026-08-26T14:58:22.670Z[ recovery-image] Aug 26 14:58:22.084 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106462026-08-26T14:58:22.681Z[ recovery-image] Aug 26 14:58:22.099 INFO E| Compiling seq-macro v0.3.6
106472026-08-26T14:58:23.811Z[ recovery-image] Aug 26 14:58:23.228 INFO E| Compiling syn v2.0.117
106482026-08-26T14:58:24.739Z[ host-image] Aug 26 14:58:24.156 INFO O| Aug 26 14:58:24.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106492026-08-26T14:58:24.739Z[ host-image] Aug 26 14:58:24.156 INFO O| Aug 26 14:58:24.156 INFO ok!
106502026-08-26T14:58:24.742Z[ host-image] Aug 26 14:58:24.156 INFO O| Aug 26 14:58:24.156 INFO STEP 139 (ensure_file) COMPLETE
106512026-08-26T14:58:24.742Z[ host-image] Aug 26 14:58:24.156 INFO O| Aug 26 14:58:24.156 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106522026-08-26T14:58:24.746Z[ host-image] Aug 26 14:58:24.164 INFO O| Aug 26 14:58:24.164 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106532026-08-26T14:58:24.747Z[ host-image] Aug 26 14:58:24.164 INFO O| Aug 26 14:58:24.164 INFO STEP 140 (ensure_dir) COMPLETE
106542026-08-26T14:58:24.747Z[ host-image] Aug 26 14:58:24.164 INFO O| Aug 26 14:58:24.164 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106552026-08-26T14:58:24.755Z[ host-image] Aug 26 14:58:24.172 INFO O| Aug 26 14:58:24.172 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106562026-08-26T14:58:24.755Z[ host-image] Aug 26 14:58:24.172 INFO O| Aug 26 14:58:24.172 INFO STEP 141 (ensure_dir) COMPLETE
106572026-08-26T14:58:24.759Z[ host-image] Aug 26 14:58:24.172 INFO O| Aug 26 14:58:24.172 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-08-26T14:58:24.762Z[ host-image] Aug 26 14:58:24.179 INFO O| Aug 26 14:58:24.179 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106592026-08-26T14:58:24.762Z[ host-image] Aug 26 14:58:24.179 INFO O| Aug 26 14:58:24.179 INFO STEP 142 (ensure_dir) COMPLETE
106602026-08-26T14:58:24.762Z[ host-image] Aug 26 14:58:24.179 INFO O| Aug 26 14:58:24.179 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106612026-08-26T14:58:24.769Z[ host-image] Aug 26 14:58:24.186 INFO O| Aug 26 14:58:24.186 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106622026-08-26T14:58:24.769Z[ host-image] Aug 26 14:58:24.186 INFO O| Aug 26 14:58:24.186 INFO STEP 143 (ensure_dir) COMPLETE
106632026-08-26T14:58:24.769Z[ host-image] Aug 26 14:58:24.186 INFO O| Aug 26 14:58:24.186 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106642026-08-26T14:58:24.777Z[ host-image] Aug 26 14:58:24.193 INFO O| Aug 26 14:58:24.193 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106652026-08-26T14:58:24.777Z[ host-image] Aug 26 14:58:24.193 INFO O| Aug 26 14:58:24.193 INFO copying /tmp/.tmpOPAkYs/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 ...
106662026-08-26T14:58:24.780Z[ host-image] Aug 26 14:58:24.193 INFO O| Aug 26 14:58:24.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106672026-08-26T14:58:24.780Z[ host-image] Aug 26 14:58:24.194 INFO O| Aug 26 14:58:24.193 INFO ok!
106682026-08-26T14:58:24.780Z[ host-image] Aug 26 14:58:24.194 INFO O| Aug 26 14:58:24.193 INFO STEP 144 (ensure_file) COMPLETE
106692026-08-26T14:58:24.780Z[ host-image] Aug 26 14:58:24.194 INFO O| Aug 26 14:58:24.194 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106702026-08-26T14:58:24.784Z[ host-image] Aug 26 14:58:24.200 INFO O| Aug 26 14:58:24.200 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106712026-08-26T14:58:24.784Z[ host-image] Aug 26 14:58:24.200 INFO O| Aug 26 14:58:24.200 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106722026-08-26T14:58:24.784Z[ host-image] Aug 26 14:58:24.200 INFO O| Aug 26 14:58:24.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106732026-08-26T14:58:24.784Z[ host-image] Aug 26 14:58:24.200 INFO O| Aug 26 14:58:24.200 INFO STEP 145 (ensure_dir) COMPLETE
106742026-08-26T14:58:24.784Z[ host-image] Aug 26 14:58:24.200 INFO O| Aug 26 14:58:24.200 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106752026-08-26T14:58:24.790Z[ host-image] Aug 26 14:58:24.207 INFO O| Aug 26 14:58:24.207 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106762026-08-26T14:58:24.790Z[ host-image] Aug 26 14:58:24.207 INFO O| Aug 26 14:58:24.207 INFO copying /tmp/.tmpOPAkYs/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106772026-08-26T14:58:24.793Z[ host-image] Aug 26 14:58:24.207 INFO O| Aug 26 14:58:24.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106782026-08-26T14:58:24.793Z[ host-image] Aug 26 14:58:24.207 INFO O| Aug 26 14:58:24.207 INFO ok!
106792026-08-26T14:58:24.793Z[ host-image] Aug 26 14:58:24.207 INFO O| Aug 26 14:58:24.207 INFO STEP 146 (ensure_file) COMPLETE
106802026-08-26T14:58:24.793Z[ host-image] Aug 26 14:58:24.207 INFO O| Aug 26 14:58:24.207 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-26T14:58:24.798Z[ host-image] Aug 26 14:58:24.216 INFO O| Aug 26 14:58:24.216 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106822026-08-26T14:58:24.802Z[ host-image] Aug 26 14:58:24.216 INFO O| Aug 26 14:58:24.216 INFO STEP 147 (remove_files) COMPLETE
106832026-08-26T14:58:24.802Z[ host-image] Aug 26 14:58:24.216 INFO O| Aug 26 14:58:24.216 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-08-26T14:58:24.806Z[ host-image] Aug 26 14:58:24.222 INFO O| Aug 26 14:58:24.222 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106852026-08-26T14:58:24.806Z[ host-image] Aug 26 14:58:24.222 INFO O| Aug 26 14:58:24.222 INFO STEP 148 (remove_files) COMPLETE
106862026-08-26T14:58:24.806Z[ host-image] Aug 26 14:58:24.222 INFO O| Aug 26 14:58:24.222 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-08-26T14:58:24.811Z[ host-image] Aug 26 14:58:24.228 INFO O| Aug 26 14:58:24.228 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106882026-08-26T14:58:24.811Z[ host-image] Aug 26 14:58:24.228 INFO O| Aug 26 14:58:24.228 INFO STEP 149 (remove_files) COMPLETE
106892026-08-26T14:58:24.814Z[ host-image] Aug 26 14:58:24.228 INFO O| Aug 26 14:58:24.228 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-08-26T14:58:24.818Z[ host-image] Aug 26 14:58:24.234 INFO O| Aug 26 14:58:24.234 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106912026-08-26T14:58:24.818Z[ host-image] Aug 26 14:58:24.234 INFO O| Aug 26 14:58:24.234 INFO STEP 150 (remove_files) COMPLETE
106922026-08-26T14:58:24.818Z[ host-image] Aug 26 14:58:24.234 INFO O| Aug 26 14:58:24.234 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-08-26T14:58:24.826Z[ host-image] Aug 26 14:58:24.243 INFO O| Aug 26 14:58:24.243 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106942026-08-26T14:58:24.829Z[ host-image] Aug 26 14:58:24.243 INFO O| Aug 26 14:58:24.243 INFO STEP 151 (remove_files) COMPLETE
106952026-08-26T14:58:24.829Z[ host-image] Aug 26 14:58:24.243 INFO O| Aug 26 14:58:24.243 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-08-26T14:58:24.832Z[ host-image] Aug 26 14:58:24.250 INFO O| Aug 26 14:58:24.250 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106972026-08-26T14:58:24.835Z[ host-image] Aug 26 14:58:24.250 INFO O| Aug 26 14:58:24.250 INFO STEP 152 (remove_files) COMPLETE
106982026-08-26T14:58:24.835Z[ host-image] Aug 26 14:58:24.250 INFO O| Aug 26 14:58:24.250 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-08-26T14:58:24.841Z[ host-image] Aug 26 14:58:24.258 INFO O| Aug 26 14:58:24.258 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
107002026-08-26T14:58:24.841Z[ host-image] Aug 26 14:58:24.258 INFO O| Aug 26 14:58:24.258 INFO STEP 153 (remove_files) COMPLETE
107012026-08-26T14:58:24.844Z[ host-image] Aug 26 14:58:24.258 INFO O| Aug 26 14:58:24.258 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-08-26T14:58:24.848Z[ host-image] Aug 26 14:58:24.265 INFO O| Aug 26 14:58:24.265 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107032026-08-26T14:58:24.848Z[ host-image] Aug 26 14:58:24.265 INFO O| Aug 26 14:58:24.265 INFO STEP 154 (remove_files) COMPLETE
107042026-08-26T14:58:24.848Z[ host-image] Aug 26 14:58:24.265 INFO O| Aug 26 14:58:24.265 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-08-26T14:58:24.856Z[ host-image] Aug 26 14:58:24.273 INFO O| Aug 26 14:58:24.273 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107062026-08-26T14:58:24.856Z[ host-image] Aug 26 14:58:24.273 INFO O| Aug 26 14:58:24.273 INFO STEP 155 (remove_files) COMPLETE
107072026-08-26T14:58:24.859Z[ host-image] Aug 26 14:58:24.273 INFO O| Aug 26 14:58:24.273 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-08-26T14:58:24.864Z[ host-image] Aug 26 14:58:24.281 INFO O| Aug 26 14:58:24.281 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107092026-08-26T14:58:24.864Z[ host-image] Aug 26 14:58:24.281 INFO O| Aug 26 14:58:24.281 INFO STEP 156 (remove_files) COMPLETE
107102026-08-26T14:58:24.867Z[ host-image] Aug 26 14:58:24.281 INFO O| Aug 26 14:58:24.281 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-08-26T14:58:24.871Z[ host-image] Aug 26 14:58:24.288 INFO O| Aug 26 14:58:24.288 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107122026-08-26T14:58:24.871Z[ host-image] Aug 26 14:58:24.288 INFO O| Aug 26 14:58:24.288 INFO STEP 157 (remove_files) COMPLETE
107132026-08-26T14:58:24.874Z[ host-image] Aug 26 14:58:24.288 INFO O| Aug 26 14:58:24.288 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-08-26T14:58:24.879Z[ host-image] Aug 26 14:58:24.296 INFO O| Aug 26 14:58:24.296 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107152026-08-26T14:58:24.879Z[ host-image] Aug 26 14:58:24.297 INFO O| Aug 26 14:58:24.297 INFO STEP 158 (remove_files) COMPLETE
107162026-08-26T14:58:24.885Z[ host-image] Aug 26 14:58:24.297 INFO O| Aug 26 14:58:24.297 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-08-26T14:58:24.890Z[ host-image] Aug 26 14:58:24.304 INFO O| Aug 26 14:58:24.304 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107182026-08-26T14:58:24.890Z[ host-image] Aug 26 14:58:24.304 INFO O| Aug 26 14:58:24.304 INFO STEP 159 (remove_files) COMPLETE
107192026-08-26T14:58:24.890Z[ host-image] Aug 26 14:58:24.304 INFO O| Aug 26 14:58:24.304 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-08-26T14:58:24.896Z[ host-image] Aug 26 14:58:24.313 INFO O| Aug 26 14:58:24.313 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107212026-08-26T14:58:24.896Z[ host-image] Aug 26 14:58:24.313 INFO O| Aug 26 14:58:24.313 INFO STEP 160 (remove_files) COMPLETE
107222026-08-26T14:58:24.899Z[ host-image] Aug 26 14:58:24.313 INFO O| Aug 26 14:58:24.313 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-08-26T14:58:24.904Z[ host-image] Aug 26 14:58:24.321 INFO O| Aug 26 14:58:24.321 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107242026-08-26T14:58:24.904Z[ host-image] Aug 26 14:58:24.321 INFO O| Aug 26 14:58:24.321 INFO STEP 161 (remove_files) COMPLETE
107252026-08-26T14:58:24.907Z[ host-image] Aug 26 14:58:24.321 INFO O| Aug 26 14:58:24.321 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-08-26T14:58:24.912Z[ host-image] Aug 26 14:58:24.329 INFO O| Aug 26 14:58:24.329 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107272026-08-26T14:58:24.915Z[ host-image] Aug 26 14:58:24.329 INFO O| Aug 26 14:58:24.329 INFO STEP 162 (remove_files) COMPLETE
107282026-08-26T14:58:24.915Z[ host-image] Aug 26 14:58:24.329 INFO O| Aug 26 14:58:24.329 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107292026-08-26T14:58:24.921Z[ host-image] Aug 26 14:58:24.338 INFO O| Aug 26 14:58:24.338 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107302026-08-26T14:58:24.921Z[ host-image] Aug 26 14:58:24.338 INFO O| Aug 26 14:58:24.338 INFO STEP 163 (remove_files) COMPLETE
107312026-08-26T14:58:24.921Z[ host-image] Aug 26 14:58:24.338 INFO O| Aug 26 14:58:24.338 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107322026-08-26T14:58:24.928Z[ host-image] Aug 26 14:58:24.345 INFO O| Aug 26 14:58:24.345 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107332026-08-26T14:58:24.928Z[ host-image] Aug 26 14:58:24.345 INFO O| Aug 26 14:58:24.345 INFO STEP 164 (remove_files) COMPLETE
107342026-08-26T14:58:24.931Z[ host-image] Aug 26 14:58:24.345 INFO O| Aug 26 14:58:24.345 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107352026-08-26T14:58:24.935Z[ host-image] Aug 26 14:58:24.353 INFO O| Aug 26 14:58:24.353 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107362026-08-26T14:58:24.935Z[ host-image] Aug 26 14:58:24.353 INFO O| Aug 26 14:58:24.353 INFO STEP 165 (remove_files) COMPLETE
107372026-08-26T14:58:24.939Z[ host-image] Aug 26 14:58:24.353 INFO O| Aug 26 14:58:24.353 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107382026-08-26T14:58:24.945Z[ host-image] Aug 26 14:58:24.362 INFO O| Aug 26 14:58:24.362 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107392026-08-26T14:58:24.945Z[ host-image] Aug 26 14:58:24.362 INFO O| Aug 26 14:58:24.362 INFO STEP 166 (remove_files) COMPLETE
107402026-08-26T14:58:24.945Z[ host-image] Aug 26 14:58:24.362 INFO O| Aug 26 14:58:24.362 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107412026-08-26T14:58:24.952Z[ host-image] Aug 26 14:58:24.369 INFO O| Aug 26 14:58:24.369 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107422026-08-26T14:58:24.952Z[ host-image] Aug 26 14:58:24.369 INFO O| Aug 26 14:58:24.369 INFO STEP 167 (remove_files) COMPLETE
107432026-08-26T14:58:24.956Z[ host-image] Aug 26 14:58:24.369 INFO O| Aug 26 14:58:24.369 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107442026-08-26T14:58:24.959Z[ host-image] Aug 26 14:58:24.376 INFO O| Aug 26 14:58:24.376 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107452026-08-26T14:58:24.959Z[ host-image] Aug 26 14:58:24.376 INFO O| Aug 26 14:58:24.376 INFO STEP 168 (remove_files) COMPLETE
107462026-08-26T14:58:24.962Z[ host-image] Aug 26 14:58:24.376 INFO O| Aug 26 14:58:24.376 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107472026-08-26T14:58:24.967Z[ host-image] Aug 26 14:58:24.384 INFO O| Aug 26 14:58:24.384 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107482026-08-26T14:58:24.970Z[ host-image] Aug 26 14:58:24.384 INFO O| Aug 26 14:58:24.384 INFO STEP 169 (remove_files) COMPLETE
107492026-08-26T14:58:24.970Z[ host-image] Aug 26 14:58:24.384 INFO O| Aug 26 14:58:24.384 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107502026-08-26T14:58:24.974Z[ host-image] Aug 26 14:58:24.390 INFO O| Aug 26 14:58:24.390 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107512026-08-26T14:58:24.974Z[ host-image] Aug 26 14:58:24.390 INFO O| Aug 26 14:58:24.390 INFO STEP 170 (remove_files) COMPLETE
107522026-08-26T14:58:24.974Z[ host-image] Aug 26 14:58:24.390 INFO O| Aug 26 14:58:24.390 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107532026-08-26T14:58:24.980Z[ host-image] Aug 26 14:58:24.396 INFO O| Aug 26 14:58:24.396 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107542026-08-26T14:58:24.980Z[ host-image] Aug 26 14:58:24.396 INFO O| Aug 26 14:58:24.396 INFO STEP 171 (remove_files) COMPLETE
107552026-08-26T14:58:24.983Z[ host-image] Aug 26 14:58:24.396 INFO O| Aug 26 14:58:24.396 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107562026-08-26T14:58:24.986Z[ host-image] Aug 26 14:58:24.402 INFO O| Aug 26 14:58:24.402 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107572026-08-26T14:58:24.987Z[ host-image] Aug 26 14:58:24.402 INFO O| Aug 26 14:58:24.402 INFO STEP 172 (remove_files) COMPLETE
107582026-08-26T14:58:24.987Z[ host-image] Aug 26 14:58:24.402 INFO O| Aug 26 14:58:24.402 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107592026-08-26T14:58:24.990Z[ host-image] Aug 26 14:58:24.407 INFO O| Aug 26 14:58:24.407 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107602026-08-26T14:58:24.990Z[ host-image] Aug 26 14:58:24.407 INFO O| Aug 26 14:58:24.407 INFO STEP 173 (remove_files) COMPLETE
107612026-08-26T14:58:24.990Z[ host-image] Aug 26 14:58:24.407 INFO O| Aug 26 14:58:24.407 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107622026-08-26T14:58:24.996Z[ host-image] Aug 26 14:58:24.413 INFO O| Aug 26 14:58:24.413 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107632026-08-26T14:58:24.996Z[ host-image] Aug 26 14:58:24.413 INFO O| Aug 26 14:58:24.413 INFO STEP 174 (remove_files) COMPLETE
107642026-08-26T14:58:24.999Z[ host-image] Aug 26 14:58:24.413 INFO O| Aug 26 14:58:24.413 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107652026-08-26T14:58:25.003Z[ host-image] Aug 26 14:58:24.420 INFO O| Aug 26 14:58:24.419 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107662026-08-26T14:58:25.003Z[ host-image] Aug 26 14:58:24.420 INFO O| Aug 26 14:58:24.420 INFO STEP 175 (remove_files) COMPLETE
107672026-08-26T14:58:25.006Z[ host-image] Aug 26 14:58:24.420 INFO O| Aug 26 14:58:24.420 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107682026-08-26T14:58:25.013Z[ host-image] Aug 26 14:58:24.430 INFO O| Aug 26 14:58:24.430 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107692026-08-26T14:58:25.014Z[ host-image] Aug 26 14:58:24.430 INFO O| Aug 26 14:58:24.430 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107702026-08-26T14:58:25.246Z[ recovery-image] Aug 26 14:58:24.662 INFO E| Compiling scroll_derive v0.13.1
107712026-08-26T14:58:26.248Z[ recovery-image] Aug 26 14:58:25.665 INFO E| Compiling bitstruct_derive v0.1.0
107722026-08-26T14:58:30.510Z[ host-image] Aug 26 14:58:29.927 INFO O| Aug 26 14:58:29.927 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
107732026-08-26T14:58:30.511Z[ host-image] Aug 26 14:58:29.927 INFO O| Aug 26 14:58:29.927 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107742026-08-26T14:58:30.539Z[ host-image] Aug 26 14:58:29.940 INFO O| Aug 26 14:58:29.940 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107752026-08-26T14:58:30.622Z[ host-image] Aug 26 14:58:30.038 INFO O| Aug 26 14:58:30.037 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107762026-08-26T14:58:30.690Z[ host-image] Aug 26 14:58:30.094 INFO O| Aug 26 14:58:30.094 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107772026-08-26T14:58:30.744Z[ host-image] Aug 26 14:58:30.157 INFO O| Aug 26 14:58:30.157 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107782026-08-26T14:58:30.745Z[ host-image] Aug 26 14:58:30.157 INFO O| Aug 26 14:58:30.157 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107792026-08-26T14:58:30.756Z[ host-image] Aug 26 14:58:30.159 INFO O| Aug 26 14:58:30.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107802026-08-26T14:58:30.756Z[ host-image] Aug 26 14:58:30.159 INFO O| Aug 26 14:58:30.159 INFO ok!
107812026-08-26T14:58:30.756Z[ host-image] Aug 26 14:58:30.159 INFO O| Aug 26 14:58:30.159 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107822026-08-26T14:58:30.756Z[ host-image] Aug 26 14:58:30.159 INFO O| Aug 26 14:58:30.159 INFO STEP 176 (seed_smf) COMPLETE
107832026-08-26T14:58:30.756Z[ host-image] Aug 26 14:58:30.159 INFO O| Aug 26 14:58:30.159 INFO steps complete; finalising image!
107842026-08-26T14:58:30.756Z[ host-image] Aug 26 14:58:30.159 INFO O| Aug 26 14:58:30.159 INFO TRIM POOL: TEMPORARY-sled-zfs
107852026-08-26T14:58:30.817Z[ host-image] Aug 26 14:58:30.234 INFO O| Aug 26 14:58:30.234 INFO trim TEMPORARY-sled-zfs: (58% trimmed, started at Wed Aug 26 14:58:30 2026)
107862026-08-26T14:58:31.036Z[ host-image] Aug 26 14:58:30.447 INFO O| Aug 26 14:58:30.447 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107872026-08-26T14:58:31.036Z[ host-image] Aug 26 14:58:30.447 INFO O| Aug 26 14:58:30.447 INFO EXPORT POOL: TEMPORARY-sled-zfs
107882026-08-26T14:58:31.372Z[ host-image] Aug 26 14:58:30.779 INFO O| Aug 26 14:58:30.779 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107892026-08-26T14:58:31.372Z[ host-image] Aug 26 14:58:30.779 INFO O| Aug 26 14:58:30.779 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107902026-08-26T14:58:32.180Z[ host-image] Aug 26 14:58:31.588 INFO O| Aug 26 14:58:31.588 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107912026-08-26T14:58:32.180Z[ host-image] Aug 26 14:58:31.588 INFO O| Aug 26 14:58:31.588 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107922026-08-26T14:58:32.180Z[ host-image] Aug 26 14:58:31.588 INFO O| Aug 26 14:58:31.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107932026-08-26T14:58:32.184Z[ host-image] Aug 26 14:58:31.588 INFO O| Aug 26 14:58:31.588 INFO completed processing sled/zfs
107942026-08-26T14:58:32.184Z[ host-image] Aug 26 14:58:31.588 INFO O| Aug 26 14:58:31.588 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107952026-08-26T14:58:35.251Z[ recovery-image] Aug 26 14:58:34.663 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)
107962026-08-26T14:58:37.285Z[ recovery-image] Aug 26 14:58:36.701 INFO E| Compiling bitflags v1.3.2
107972026-08-26T14:58:37.285Z[ recovery-image] Aug 26 14:58:36.701 INFO E| Compiling plain v0.2.3
107982026-08-26T14:58:37.285Z[ recovery-image] Aug 26 14:58:36.701 INFO E| Compiling bitflags v2.13.0
107992026-08-26T14:58:37.285Z[ recovery-image] Aug 26 14:58:36.701 INFO E| Compiling bit_field v0.10.3
108002026-08-26T14:58:37.315Z[ recovery-image] Aug 26 14:58:36.701 INFO E| Compiling scroll v0.13.0
108012026-08-26T14:58:37.315Z[ recovery-image] Aug 26 14:58:36.701 INFO E| Compiling adler2 v2.0.1
108022026-08-26T14:58:37.315Z[ recovery-image] Aug 26 14:58:36.701 INFO E| Compiling log v0.4.32
108032026-08-26T14:58:37.315Z[ recovery-image] Aug 26 14:58:36.701 INFO E| Compiling bitstruct v0.1.1
108042026-08-26T14:58:37.315Z[ recovery-image] Aug 26 14:58:36.702 INFO E| Compiling static_assertions v1.1.0
108052026-08-26T14:58:37.337Z[ recovery-image] Aug 26 14:58:36.754 INFO E| Compiling raw-cpuid v10.7.0
108062026-08-26T14:58:37.383Z[ recovery-image] Aug 26 14:58:36.799 INFO E| Compiling miniz_oxide v0.9.1
108072026-08-26T14:58:37.430Z[ recovery-image] Aug 26 14:58:36.847 INFO E| Compiling cpio_reader v0.1.2
108082026-08-26T14:58:37.505Z[ recovery-image] Aug 26 14:58:36.922 INFO E| Compiling goblin v0.10.7
108092026-08-26T14:58:40.296Z[ recovery-image] Aug 26 14:58:39.712 INFO E| Finished `release` profile [optimized] target(s) in 18.31s
108102026-08-26T14:58:40.312Z[ recovery-image] Aug 26 14:58:39.729 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108112026-08-26T14:58:40.312Z[ recovery-image] Aug 26 14:58:39.729 INFO building ROM for cosmo
108122026-08-26T14:58:40.315Z[ recovery-image] Aug 26 14:58:39.729 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")
108132026-08-26T14:58:40.387Z[ recovery-image] Aug 26 14:58:39.803 INFO E| Downloading crates ...
108142026-08-26T14:58:40.447Z[ recovery-image] Aug 26 14:58:39.864 INFO E| Downloaded is_terminal_polyfill v1.70.1
108152026-08-26T14:58:40.451Z[ recovery-image] Aug 26 14:58:39.868 INFO E| Downloaded duct v0.13.7
108162026-08-26T14:58:40.456Z[ recovery-image] Aug 26 14:58:39.873 INFO E| Downloaded anstyle v1.0.10
108172026-08-26T14:58:40.460Z[ recovery-image] Aug 26 14:58:39.874 INFO E| Downloaded anstyle-query v1.1.2
108182026-08-26T14:58:40.460Z[ recovery-image] Aug 26 14:58:39.875 INFO E| Downloaded colorchoice v1.0.3
108192026-08-26T14:58:40.465Z[ recovery-image] Aug 26 14:58:39.882 INFO E| Downloaded serde_spanned v0.6.8
108202026-08-26T14:58:40.469Z[ recovery-image] Aug 26 14:58:39.886 INFO E| Downloaded os_pipe v1.2.1
108212026-08-26T14:58:40.472Z[ recovery-image] Aug 26 14:58:39.887 INFO E| Downloaded clap_lex v0.7.4
108222026-08-26T14:58:40.475Z[ recovery-image] Aug 26 14:58:39.892 INFO E| Downloaded shared_child v1.0.1
108232026-08-26T14:58:40.478Z[ recovery-image] Aug 26 14:58:39.893 INFO E| Downloaded toml_datetime v0.6.9
108242026-08-26T14:58:40.478Z[ recovery-image] Aug 26 14:58:39.895 INFO E| Downloaded anstyle-parse v0.2.6
108252026-08-26T14:58:40.482Z[ recovery-image] Aug 26 14:58:39.896 INFO E| Downloaded clap v4.5.37
108262026-08-26T14:58:40.485Z[ recovery-image] Aug 26 14:58:39.901 INFO E| Downloaded anstream v0.6.18
108272026-08-26T14:58:40.489Z[ recovery-image] Aug 26 14:58:39.902 INFO E| Downloaded toml_write v0.1.1
108282026-08-26T14:58:40.489Z[ recovery-image] Aug 26 14:58:39.904 INFO E| Downloaded clap_derive v4.5.32
108292026-08-26T14:58:40.501Z[ recovery-image] Aug 26 14:58:39.918 INFO E| Downloaded toml v0.8.22
108302026-08-26T14:58:40.520Z[ recovery-image] Aug 26 14:58:39.937 INFO E| Downloaded cc v1.2.20
108312026-08-26T14:58:40.524Z[ recovery-image] Aug 26 14:58:39.938 INFO E| Downloaded toml_edit v0.22.26
108322026-08-26T14:58:40.540Z[ recovery-image] Aug 26 14:58:39.957 INFO E| Downloaded clap_builder v4.5.37
108332026-08-26T14:58:40.547Z[ recovery-image] Aug 26 14:58:39.960 INFO E| Downloaded winnow v0.7.7
108342026-08-26T14:58:40.558Z[ recovery-image] Aug 26 14:58:39.975 INFO E| Compiling libc v0.2.172
108352026-08-26T14:58:40.562Z[ recovery-image] Aug 26 14:58:39.975 INFO E| Compiling utf8parse v0.2.2
108362026-08-26T14:58:40.562Z[ recovery-image] Aug 26 14:58:39.975 INFO E| Compiling shlex v1.3.0
108372026-08-26T14:58:40.562Z[ recovery-image] Aug 26 14:58:39.975 INFO E| Compiling hashbrown v0.15.2
108382026-08-26T14:58:40.562Z[ recovery-image] Aug 26 14:58:39.975 INFO E| Compiling anstyle v1.0.10
108392026-08-26T14:58:40.562Z[ recovery-image] Aug 26 14:58:39.975 INFO E| Compiling colorchoice v1.0.3
108402026-08-26T14:58:40.562Z[ recovery-image] Aug 26 14:58:39.975 INFO E| Compiling equivalent v1.0.2
108412026-08-26T14:58:40.575Z[ recovery-image] Aug 26 14:58:39.992 INFO E| Compiling is_terminal_polyfill v1.70.1
108422026-08-26T14:58:40.578Z[ recovery-image] Aug 26 14:58:39.992 INFO E| Compiling anstyle-query v1.1.2
108432026-08-26T14:58:40.578Z[ recovery-image] Aug 26 14:58:39.992 INFO E| Compiling once_cell v1.21.3
108442026-08-26T14:58:40.578Z[ recovery-image] Aug 26 14:58:39.993 INFO E| Compiling clap_lex v0.7.4
108452026-08-26T14:58:40.578Z[ recovery-image] Aug 26 14:58:39.993 INFO E| Compiling toml_write v0.1.1
108462026-08-26T14:58:40.585Z[ recovery-image] Aug 26 14:58:40.002 INFO E| Compiling winnow v0.7.7
108472026-08-26T14:58:40.588Z[ recovery-image] Aug 26 14:58:40.002 INFO E| Compiling strsim v0.11.1
108482026-08-26T14:58:40.595Z[ recovery-image] Aug 26 14:58:40.012 INFO E| Compiling anyhow v1.0.98
108492026-08-26T14:58:40.599Z[ recovery-image] Aug 26 14:58:40.016 INFO E| Compiling syn v2.0.101
108502026-08-26T14:58:40.694Z[ recovery-image] Aug 26 14:58:40.111 INFO E| Compiling anstyle-parse v0.2.6
108512026-08-26T14:58:40.755Z[ recovery-image] Aug 26 14:58:40.172 INFO E| Compiling cc v1.2.20
108522026-08-26T14:58:40.824Z[ recovery-image] Aug 26 14:58:40.241 INFO E| Compiling anstream v0.6.18
108532026-08-26T14:58:41.019Z[ recovery-image] Aug 26 14:58:40.434 INFO E| Compiling clap_builder v4.5.37
108542026-08-26T14:58:41.058Z[ recovery-image] Aug 26 14:58:40.474 INFO E| Compiling indexmap v2.9.0
108552026-08-26T14:58:41.166Z[ recovery-image] Aug 26 14:58:40.582 INFO E| Compiling os_pipe v1.2.1
108562026-08-26T14:58:41.166Z[ recovery-image] Aug 26 14:58:40.582 INFO E| Compiling shared_child v1.0.1
108572026-08-26T14:58:41.277Z[ recovery-image] Aug 26 14:58:40.694 INFO E| Compiling duct v0.13.7
108582026-08-26T14:58:41.733Z[ recovery-image] Aug 26 14:58:41.149 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108592026-08-26T14:58:42.590Z[ recovery-image] Aug 26 14:58:42.005 INFO E| Compiling serde_derive v1.0.219
108602026-08-26T14:58:42.590Z[ recovery-image] Aug 26 14:58:42.005 INFO E| Compiling clap_derive v4.5.32
108612026-08-26T14:58:43.875Z[ recovery-image] Aug 26 14:58:43.291 INFO E| Compiling clap v4.5.37
108622026-08-26T14:58:44.541Z[ recovery-image] Aug 26 14:58:43.958 INFO E| Compiling serde v1.0.219
108632026-08-26T14:58:46.548Z[ recovery-image] Aug 26 14:58:45.965 INFO E| Compiling serde_spanned v0.6.8
108642026-08-26T14:58:46.548Z[ recovery-image] Aug 26 14:58:45.965 INFO E| Compiling toml_datetime v0.6.9
108652026-08-26T14:58:46.727Z[ recovery-image] Aug 26 14:58:46.144 INFO E| Compiling toml_edit v0.22.26
108662026-08-26T14:58:48.052Z[ recovery-image] Aug 26 14:58:47.465 INFO E| Compiling toml v0.8.22
108672026-08-26T14:58:50.299Z[ recovery-image] Aug 26 14:58:49.716 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s
108682026-08-26T14:58:50.309Z[ recovery-image] Aug 26 14:58:49.726 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`
108692026-08-26T14:58:50.327Z[ recovery-image] Aug 26 14:58:49.744 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108702026-08-26T14:58:50.410Z[ recovery-image] Aug 26 14:58:49.827 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108712026-08-26T14:58:50.414Z[ recovery-image] Aug 26 14:58:49.831 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`
108722026-08-26T14:58:50.630Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108732026-08-26T14:58:50.630Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108742026-08-26T14:58:50.630Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108752026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108762026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108772026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108782026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108792026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108802026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108812026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108822026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.046 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108832026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108842026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108852026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108862026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108872026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108882026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108892026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108902026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108912026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108922026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108932026-08-26T14:58:50.636Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108942026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108952026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108962026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108972026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108982026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108992026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109002026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109012026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109022026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109032026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109042026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109052026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109062026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109072026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109082026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109092026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109102026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109112026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109122026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109132026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109142026-08-26T14:58:50.637Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109152026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109162026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109172026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.047 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109182026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109192026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109202026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109212026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109222026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109232026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109242026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109252026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO O| Info: ABL version: 0x100af010
109262026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109272026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109282026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109292026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109302026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109312026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109322026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109332026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109342026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109352026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109362026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109372026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109382026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109392026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.048 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109402026-08-26T14:58:50.638Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109412026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109422026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109432026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109442026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109452026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109462026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109472026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109482026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109492026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109502026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109512026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109522026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109532026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109542026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109552026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109562026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109572026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109582026-08-26T14:58:50.639Z[ recovery-image] Aug 26 14:58:50.049 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109592026-08-26T14:58:50.669Z[ recovery-image] Aug 26 14:58:50.085 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109602026-08-26T14:58:50.669Z[ recovery-image] Aug 26 14:58:50.085 INFO building ROM for gimlet
109612026-08-26T14:58:50.669Z[ recovery-image] Aug 26 14:58:50.085 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")
109622026-08-26T14:58:50.774Z[ recovery-image] Aug 26 14:58:50.190 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109632026-08-26T14:58:50.778Z[ recovery-image] Aug 26 14:58:50.194 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`
109642026-08-26T14:58:50.793Z[ recovery-image] Aug 26 14:58:50.209 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109652026-08-26T14:58:50.883Z[ recovery-image] Aug 26 14:58:50.287 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109662026-08-26T14:58:50.903Z[ recovery-image] Aug 26 14:58:50.292 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`
109672026-08-26T14:58:51.013Z[ recovery-image] Aug 26 14:58:50.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109682026-08-26T14:58:51.014Z[ recovery-image] Aug 26 14:58:50.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109692026-08-26T14:58:51.014Z[ recovery-image] Aug 26 14:58:50.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109702026-08-26T14:58:51.025Z[ recovery-image] Aug 26 14:58:50.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109712026-08-26T14:58:51.025Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109722026-08-26T14:58:51.025Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109732026-08-26T14:58:51.025Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109742026-08-26T14:58:51.025Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109752026-08-26T14:58:51.025Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109762026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109772026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109782026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109792026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109802026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109812026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109822026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO O| Info: ABL version: 0x100f5010
109832026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109842026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109852026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109862026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109872026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109882026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109892026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109902026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109912026-08-26T14:58:51.026Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109922026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109932026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109942026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109952026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109962026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109972026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109982026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109992026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110002026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110012026-08-26T14:58:51.027Z[ recovery-image] Aug 26 14:58:50.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110022026-08-26T14:58:51.050Z[ recovery-image] Aug 26 14:58:50.466 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110032026-08-26T14:58:51.798Z[ host-image] Aug 26 14:58:51.214 INFO O| Aug 26 14:58:51.214 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
110042026-08-26T14:58:51.929Z[ host-image] Aug 26 14:58:51.345 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
110052026-08-26T14:58:51.930Z[ host-image] Aug 26 14:58:51.345 INFO expanded image name: "ci e7596aa/${os_short_commit} 2026-08-26 14:41" -> "ci e7596aa/bbd33bf 2026-08-26 14:41"
110062026-08-26T14:58:51.934Z[ host-image] Aug 26 14:58:51.346 INFO output artefacts stored in: "/work/os-host"
110072026-08-26T14:58:51.934Z[ host-image] Aug 26 14:58:51.346 INFO collecting git info from project "bootserver"...
110082026-08-26T14:58:51.939Z[ host-image] Aug 26 14:58:51.353 INFO collecting git info from project "chelsio-t6-roms"...
110092026-08-26T14:58:51.942Z[ host-image] Aug 26 14:58:51.359 INFO collecting git info from project "pinprick"...
110102026-08-26T14:58:51.947Z[ host-image] Aug 26 14:58:51.364 INFO collecting git info from project "amd-host-image-builder"...
110112026-08-26T14:58:51.955Z[ host-image] Aug 26 14:58:51.370 INFO collecting git info from project "phbl"...
110122026-08-26T14:58:51.959Z[ host-image] Aug 26 14:58:51.375 INFO collecting git info from project "image-builder"...
110132026-08-26T14:58:51.964Z[ host-image] Aug 26 14:58:51.380 INFO collecting git info from project "dmar-report"...
110142026-08-26T14:58:51.969Z[ host-image] Aug 26 14:58:51.385 INFO collecting git info from project "pilot"...
110152026-08-26T14:58:51.976Z[ host-image] Aug 26 14:58:51.392 INFO collecting git info from project "amd-firmware"...
110162026-08-26T14:58:51.994Z[ host-image] Aug 26 14:58:51.407 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110172026-08-26T14:58:52.329Z[ recovery-image] Aug 26 14:58:51.744 INFO image complete! materials are in "/work/os-recovery"
110182026-08-26T14:58:52.337Z[ host-image] Aug 26 14:58:51.747 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110192026-08-26T14:58:52.337Z[ recovery-image]
110202026-08-26T14:58:52.338Z[ recovery-image] real 3:19.531383121
110212026-08-26T14:58:52.338Z[ recovery-image] user 2:38.545077128
110222026-08-26T14:58:52.338Z[ recovery-image] sys 38.787920378
110232026-08-26T14:58:52.338Z[ recovery-image] trap 0.130925231
110242026-08-26T14:58:52.338Z[ recovery-image] tflt 0.807779141
110252026-08-26T14:58:52.338Z[ recovery-image] dflt 0.725062887
110262026-08-26T14:58:52.338Z[ recovery-image] kflt 0.004400216
110272026-08-26T14:58:52.338Z[ recovery-image] lock 8:00.411069233
110282026-08-26T14:58:52.338Z[ recovery-image] slp 17:37.658930342
110292026-08-26T14:58:52.338Z[ recovery-image] lat 29.159472677
110302026-08-26T14:58:52.338Z[ recovery-image] stop 6.765646552
110312026-08-26T14:58:52.338ZAug 26 14:58:51.748 INFO [recovery-image] process exited with exit status: 0 (199.536480491s)
110322026-08-26T14:58:52.338ZAug 26 14:58:51.748 INFO [tuf-v2-recovery] running task
110332026-08-26T14:58:52.339ZAug 26 14:58:51.749 INFO [tuf-v2-recovery] task succeeded (805.94µs)
110342026-08-26T14:58:52.645Z[ host-image] Aug 26 14:58:52.058 INFO creating Oxide boot image...
110352026-08-26T14:58:52.645Z[ host-image] Aug 26 14:58:52.058 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci e7596aa/bbd33bf 2026-08-26 14:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110362026-08-26T14:58:53.429Z[ host-image] Aug 26 14:58:52.845 INFO O| ok, image written!
110372026-08-26T14:58:53.429Z[ host-image] Aug 26 14:58:52.845 INFO O| ok, boot_image_csum file written!
110382026-08-26T14:58:53.436Z[ host-image] Aug 26 14:58:52.847 INFO creating boot archive (CPIO)...
110392026-08-26T14:58:53.436Z[ host-image] Aug 26 14:58:52.847 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
110402026-08-26T14:58:53.447Z[ host-image] Aug 26 14:58:52.851 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110412026-08-26T14:58:53.447Z[ host-image] Aug 26 14:58:52.851 INFO E| + outfile=/work/os-host/cpio
110422026-08-26T14:58:53.448Z[ host-image] Aug 26 14:58:52.851 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110432026-08-26T14:58:53.448Z[ host-image] Aug 26 14:58:52.853 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110442026-08-26T14:58:53.448Z[ host-image] Aug 26 14:58:52.853 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110452026-08-26T14:58:53.463Z[ host-image] Aug 26 14:58:52.879 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110462026-08-26T14:58:53.463Z[ host-image] Aug 26 14:58:52.879 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110472026-08-26T14:58:53.468Z[ host-image] Aug 26 14:58:52.885 INFO creating compressed cpio/unix for dev loaders...
110482026-08-26T14:58:53.473Z[ host-image] Aug 26 14:58:52.885 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
110492026-08-26T14:58:53.690Z[ host-image] Aug 26 14:58:53.107 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110502026-08-26T14:58:56.928Z[ host-image] Aug 26 14:58:56.345 INFO creating reset image...
110512026-08-26T14:58:56.928Z[ host-image] Aug 26 14:58:56.345 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")
110522026-08-26T14:58:56.996Z[ host-image] Aug 26 14:58:56.413 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110532026-08-26T14:58:57.000Z[ host-image] Aug 26 14:58:56.414 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110542026-08-26T14:58:57.242Z[ host-image] Aug 26 14:58:56.659 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)
110552026-08-26T14:58:57.242Z[ host-image] Aug 26 14:58:56.659 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)
110562026-08-26T14:58:57.242Z[ host-image] Aug 26 14:58:56.659 INFO E| Compiling proc-macro2 v1.0.106
110572026-08-26T14:58:57.246Z[ host-image] Aug 26 14:58:56.659 INFO E| Compiling unicode-ident v1.0.24
110582026-08-26T14:58:57.246Z[ host-image] Aug 26 14:58:56.659 INFO E| Compiling quote v1.0.45
110592026-08-26T14:58:57.246Z[ host-image] Aug 26 14:58:56.659 INFO E| Compiling syn v1.0.109
110602026-08-26T14:58:57.246Z[ host-image] Aug 26 14:58:56.659 INFO E| Compiling x86 v0.52.0
110612026-08-26T14:58:57.246Z[ host-image] Aug 26 14:58:56.659 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110622026-08-26T14:58:57.246Z[ host-image] Aug 26 14:58:56.659 INFO E| Compiling seq-macro v0.3.6
110632026-08-26T14:58:58.177Z[ host-image] Aug 26 14:58:57.593 INFO E| Compiling syn v2.0.117
110642026-08-26T14:58:59.446Z[ host-image] Aug 26 14:58:58.859 INFO E| Compiling scroll_derive v0.13.1
110652026-08-26T14:59:00.524Z[ host-image] Aug 26 14:58:59.941 INFO E| Compiling bitstruct_derive v0.1.0
110662026-08-26T14:59:09.620Z[ host-image] Aug 26 14:59:09.036 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)
110672026-08-26T14:59:11.703Z[ host-image] Aug 26 14:59:11.119 INFO E| Compiling bitflags v1.3.2
110682026-08-26T14:59:11.703Z[ host-image] Aug 26 14:59:11.119 INFO E| Compiling bit_field v0.10.3
110692026-08-26T14:59:11.707Z[ host-image] Aug 26 14:59:11.119 INFO E| Compiling log v0.4.32
110702026-08-26T14:59:11.707Z[ host-image] Aug 26 14:59:11.119 INFO E| Compiling bitflags v2.13.0
110712026-08-26T14:59:11.707Z[ host-image] Aug 26 14:59:11.119 INFO E| Compiling scroll v0.13.0
110722026-08-26T14:59:11.707Z[ host-image] Aug 26 14:59:11.119 INFO E| Compiling plain v0.2.3
110732026-08-26T14:59:11.707Z[ host-image] Aug 26 14:59:11.119 INFO E| Compiling adler2 v2.0.1
110742026-08-26T14:59:11.707Z[ host-image] Aug 26 14:59:11.120 INFO E| Compiling static_assertions v1.1.0
110752026-08-26T14:59:11.707Z[ host-image] Aug 26 14:59:11.120 INFO E| Compiling bitstruct v0.1.1
110762026-08-26T14:59:11.752Z[ host-image] Aug 26 14:59:11.169 INFO E| Compiling raw-cpuid v10.7.0
110772026-08-26T14:59:11.796Z[ host-image] Aug 26 14:59:11.212 INFO E| Compiling miniz_oxide v0.9.1
110782026-08-26T14:59:11.864Z[ host-image] Aug 26 14:59:11.281 INFO E| Compiling cpio_reader v0.1.2
110792026-08-26T14:59:11.908Z[ host-image] Aug 26 14:59:11.325 INFO E| Compiling goblin v0.10.7
110802026-08-26T14:59:14.725Z[ host-image] Aug 26 14:59:14.141 INFO E| Finished `release` profile [optimized] target(s) in 17.71s
110812026-08-26T14:59:14.736Z[ host-image] Aug 26 14:59:14.153 INFO building ROM for gimlet
110822026-08-26T14:59:14.736Z[ host-image] Aug 26 14:59:14.153 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")
110832026-08-26T14:59:14.825Z[ host-image] Aug 26 14:59:14.242 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110842026-08-26T14:59:14.828Z[ host-image] Aug 26 14:59:14.244 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`
110852026-08-26T14:59:14.837Z[ host-image] Aug 26 14:59:14.254 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110862026-08-26T14:59:14.905Z[ host-image] Aug 26 14:59:14.322 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110872026-08-26T14:59:14.909Z[ host-image] Aug 26 14:59:14.325 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`
110882026-08-26T14:59:15.018Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110892026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110902026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110912026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110922026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110932026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110942026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110952026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110962026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110972026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110982026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110992026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111002026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111012026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111022026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111032026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO O| Info: ABL version: 0x100f5010
111042026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111052026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111062026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111072026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111082026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111092026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111102026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111112026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111122026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111132026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111142026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111152026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111162026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111172026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111182026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111192026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111202026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111212026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111222026-08-26T14:59:15.022Z[ host-image] Aug 26 14:59:14.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111232026-08-26T14:59:15.052Z[ host-image] Aug 26 14:59:14.469 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111242026-08-26T14:59:15.052Z[ host-image] Aug 26 14:59:14.469 INFO building ROM for cosmo
111252026-08-26T14:59:15.052Z[ host-image] Aug 26 14:59:14.469 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")
111262026-08-26T14:59:15.134Z[ host-image] Aug 26 14:59:14.551 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111272026-08-26T14:59:15.137Z[ host-image] Aug 26 14:59:14.553 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`
111282026-08-26T14:59:15.146Z[ host-image] Aug 26 14:59:14.563 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111292026-08-26T14:59:15.216Z[ host-image] Aug 26 14:59:14.632 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111302026-08-26T14:59:15.220Z[ host-image] Aug 26 14:59:14.636 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`
111312026-08-26T14:59:15.426Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111322026-08-26T14:59:15.426Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111332026-08-26T14:59:15.426Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111342026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111352026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111362026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111372026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111382026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111392026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111402026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111412026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111422026-08-26T14:59:15.431Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111432026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111442026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111452026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111462026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111472026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111482026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111492026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111502026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111512026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111522026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111532026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111542026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111552026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111562026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111572026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111582026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111592026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111602026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111612026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111622026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111632026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111642026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111652026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111662026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111672026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111682026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111692026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111702026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111712026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111722026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111732026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111742026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111752026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111762026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111772026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111782026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111792026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111802026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111812026-08-26T14:59:15.432Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111822026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111832026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111842026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.844 INFO O| Info: ABL version: 0x100af010
111852026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.844 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111862026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.844 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111872026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111882026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111892026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111902026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111912026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111922026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111932026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111942026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111952026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111962026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111972026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111982026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111992026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
112002026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
112012026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
112022026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
112032026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112042026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112052026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112062026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112072026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112082026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112092026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112102026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112112026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112122026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112132026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112142026-08-26T14:59:15.433Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112152026-08-26T14:59:15.434Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112162026-08-26T14:59:15.434Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112172026-08-26T14:59:15.434Z[ host-image] Aug 26 14:59:14.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112182026-08-26T14:59:15.461Z[ host-image] Aug 26 14:59:14.878 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112192026-08-26T14:59:15.461Z[ host-image] Aug 26 14:59:14.878 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112202026-08-26T14:59:27.409Z[ host-image] Aug 26 14:59:26.825 INFO image complete! materials are in "/work/os-host"
112212026-08-26T14:59:27.412Z[ host-image]
112222026-08-26T14:59:27.412Z[ host-image] real 4:06.001228618
112232026-08-26T14:59:27.412Z[ host-image] user 2:50.135092816
112242026-08-26T14:59:27.412Z[ host-image] sys 37.177643385
112252026-08-26T14:59:27.412Z[ host-image] trap 0.127059769
112262026-08-26T14:59:27.412Z[ host-image] tflt 0.266323538
112272026-08-26T14:59:27.412Z[ host-image] dflt 0.308135129
112282026-08-26T14:59:27.412Z[ host-image] kflt 0.000329238
112292026-08-26T14:59:27.412Z[ host-image] lock 4:42.393516819
112302026-08-26T14:59:27.412Z[ host-image] slp 20:41.858622192
112312026-08-26T14:59:27.412Z[ host-image] lat 21.701063578
112322026-08-26T14:59:27.412Z[ host-image] stop 1.542532334
112332026-08-26T14:59:27.416ZAug 26 14:59:26.829 INFO [host-image] process exited with exit status: 0 (246.006533238s)
112342026-08-26T14:59:27.416ZAug 26 14:59:26.829 INFO [tuf-v2-host] running task
112352026-08-26T14:59:27.416ZAug 26 14:59:26.829 INFO [tuf-repo] running task
112362026-08-26T14:59:27.416ZAug 26 14:59:26.830 INFO [tuf-v2-host] task succeeded (580.32µs)
112372026-08-26T14:59:27.416ZAug 26 14:59:26.830 INFO [tuf-v2-repo] running task
112382026-08-26T14:59:48.873ZAug 26 14:59:48.290 INFO [tuf-v2-repo] task succeeded (21.460322768s)
112392026-08-26T14:59:49.374ZAug 26 14:59:48.790 INFO assembling repository in `/tmp/tufaceousIQKmlB`, component: OmicronRepoAssembler
112402026-08-26T14:59:57.998ZAug 26 14:59:57.414 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112412026-08-26T14:59:58.228ZAug 26 14:59:57.644 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112422026-08-26T15:00:00.550ZAug 26 14:59:59.967 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112432026-08-26T15:00:00.606ZAug 26 15:00:00.020 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112442026-08-26T15:00:00.658ZAug 26 15:00:00.074 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112452026-08-26T15:00:00.717ZAug 26 15:00:00.128 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112462026-08-26T15:00:00.768ZAug 26 15:00:00.184 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112472026-08-26T15:00:00.819ZAug 26 15:00:00.236 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112482026-08-26T15:00:00.881ZAug 26 15:00:00.297 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112492026-08-26T15:00:11.326ZAug 26 15:00:10.743 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
112502026-08-26T15:00:11.332ZAug 26 15:00:10.749 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
112512026-08-26T15:00:11.356ZAug 26 15:00:10.772 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
112522026-08-26T15:00:11.411ZAug 26 15:00:10.827 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112532026-08-26T15:00:11.464ZAug 26 15:00:10.881 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112542026-08-26T15:00:11.522ZAug 26 15:00:10.939 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112552026-08-26T15:00:11.586ZAug 26 15:00:11.002 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
112562026-08-26T15:00:11.591ZAug 26 15:00:11.008 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
112572026-08-26T15:00:11.614ZAug 26 15:00:11.031 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
112582026-08-26T15:00:13.357ZAug 26 15:00:12.773 INFO [tuf-repo] task succeeded (45.943623589s)
112592026-08-26T15:02:40.547Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
112602026-08-26T15:02:40.553Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112612026-08-26T15:02:40.553Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112622026-08-26T15:02:43.235ZAug 26 15:02:42.648 INFO [verify-libraries] process exited with exit status: 0 (430.702471299s)
112632026-08-26T15:02:43.235ZAug 26 15:02:42.648 INFO all jobs completed in 1285.867349608s
112642026-08-26T15:02:44.468Zprocess exited: duration 1518213 ms, exit code 0
 
112652026-08-26T15:02:44.482Zfound 41 output files
112662026-08-26T15:02:44.482Zuploading: /work/manifest.toml (17334 bytes)
112672026-08-26T15:02:45.495Zuploaded: /work/manifest.toml
112682026-08-26T15:02:45.495Zuploading: /work/repo.zip (3295151842 bytes)
112692026-08-26T15:03:22.550Zuploaded: /work/repo.zip
112702026-08-26T15:03:22.551Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112712026-08-26T15:03:23.593Zuploaded: /work/repo.zip.sha256.txt
112722026-08-26T15:03:23.593Zuploading: /work/helios.json (647 bytes)
112732026-08-26T15:03:24.603Zuploaded: /work/helios.json
112742026-08-26T15:03:24.603Zuploading: /work/incorporation.p5m (113590 bytes)
112752026-08-26T15:03:25.618Zuploaded: /work/incorporation.p5m
112762026-08-26T15:03:25.618Zuploading: /work/incorporation.p5p (133120 bytes)
112772026-08-26T15:03:26.634Zuploaded: /work/incorporation.p5p
112782026-08-26T15:03:26.634Zuploading: /work/helios-incorp.log (522 bytes)
112792026-08-26T15:03:27.643Zuploaded: /work/helios-incorp.log
112802026-08-26T15:03:27.643Zuploading: /work/helios-setup.log (57301 bytes)
112812026-08-26T15:03:28.655Zuploaded: /work/helios-setup.log
112822026-08-26T15:03:28.655Zuploading: /work/host-image.log (233350 bytes)
112832026-08-26T15:03:29.671Zuploaded: /work/host-image.log
112842026-08-26T15:03:29.671Zuploading: /work/host-package.log (33790 bytes)
112852026-08-26T15:03:30.682Zuploaded: /work/host-package.log
112862026-08-26T15:03:30.683Zuploading: /work/host-target.log (101 bytes)
112872026-08-26T15:03:31.693Zuploaded: /work/host-target.log
112882026-08-26T15:03:31.693Zuploading: /work/incorp-create.log (0 bytes)
112892026-08-26T15:03:32.701Zuploaded: /work/incorp-create.log
112902026-08-26T15:03:32.701Zuploading: /work/incorp-fmt.log (0 bytes)
112912026-08-26T15:03:33.708Zuploaded: /work/incorp-fmt.log
112922026-08-26T15:03:33.708Zuploading: /work/incorp-pkgsend.log (108 bytes)
112932026-08-26T15:03:34.718Zuploaded: /work/incorp-pkgsend.log
112942026-08-26T15:03:34.719Zuploading: /work/incorp-publisher.log (0 bytes)
112952026-08-26T15:03:35.728Zuploaded: /work/incorp-publisher.log
112962026-08-26T15:03:35.728Zuploading: /work/omicron-package.log (10430 bytes)
112972026-08-26T15:03:36.738Zuploaded: /work/omicron-package.log
112982026-08-26T15:03:36.738Zuploading: /work/recovery-image.log (591660 bytes)
112992026-08-26T15:03:37.760Zuploaded: /work/recovery-image.log
113002026-08-26T15:03:37.760Zuploading: /work/recovery-package.log (321 bytes)
113012026-08-26T15:03:38.769Zuploaded: /work/recovery-package.log
113022026-08-26T15:03:38.769Zuploading: /work/recovery-target.log (98 bytes)
113032026-08-26T15:03:39.779Zuploaded: /work/recovery-target.log
113042026-08-26T15:03:39.779Zuploading: /work/stamp-clickhouse.log (117 bytes)
113052026-08-26T15:03:40.788Zuploaded: /work/stamp-clickhouse.log
113062026-08-26T15:03:40.788Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113072026-08-26T15:03:41.804Zuploaded: /work/stamp-clickhouse_keeper.log
113082026-08-26T15:03:41.804Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113092026-08-26T15:03:42.815Zuploaded: /work/stamp-clickhouse_server.log
113102026-08-26T15:03:42.815Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113112026-08-26T15:03:43.824Zuploaded: /work/stamp-cockroachdb.log
113122026-08-26T15:03:43.824Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113132026-08-26T15:03:44.834Zuploaded: /work/stamp-crucible-pantry-zone.log
113142026-08-26T15:03:44.834Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113152026-08-26T15:03:45.843Zuploaded: /work/stamp-crucible-utils.log
113162026-08-26T15:03:45.843Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113172026-08-26T15:03:46.853Zuploaded: /work/stamp-crucible-zone.log
113182026-08-26T15:03:46.853Zuploading: /work/stamp-external-dns.log (119 bytes)
113192026-08-26T15:03:47.863Zuploaded: /work/stamp-external-dns.log
113202026-08-26T15:03:47.863Zuploading: /work/stamp-installinator.log (103 bytes)
113212026-08-26T15:03:48.873Zuploaded: /work/stamp-installinator.log
113222026-08-26T15:03:48.873Zuploading: /work/stamp-internal-dns.log (119 bytes)
113232026-08-26T15:03:49.881Zuploaded: /work/stamp-internal-dns.log
113242026-08-26T15:03:49.881Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113252026-08-26T15:03:50.891Zuploaded: /work/stamp-mg-ddm-gz.log
113262026-08-26T15:03:50.891Zuploading: /work/stamp-nexus.log (112 bytes)
113272026-08-26T15:03:51.900Zuploaded: /work/stamp-nexus.log
113282026-08-26T15:03:51.900Zuploading: /work/stamp-ntp.log (110 bytes)
113292026-08-26T15:03:52.910Zuploaded: /work/stamp-ntp.log
113302026-08-26T15:03:52.911Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113312026-08-26T15:03:53.920Zuploaded: /work/stamp-omicron-sled-agent.log
113322026-08-26T15:03:53.920Zuploading: /work/stamp-overlay.log (114 bytes)
113332026-08-26T15:03:54.930Zuploaded: /work/stamp-overlay.log
113342026-08-26T15:03:54.930Zuploading: /work/stamp-oximeter.log (115 bytes)
113352026-08-26T15:03:55.939Zuploaded: /work/stamp-oximeter.log
113362026-08-26T15:03:55.942Zuploading: /work/stamp-oxlog.log (109 bytes)
113372026-08-26T15:03:56.949Zuploaded: /work/stamp-oxlog.log
113382026-08-26T15:03:56.949Zuploading: /work/stamp-probe.log (112 bytes)
113392026-08-26T15:03:57.964Zuploaded: /work/stamp-probe.log
113402026-08-26T15:03:57.964Zuploading: /work/stamp-propolis-server.log (122 bytes)
113412026-08-26T15:03:58.974Zuploaded: /work/stamp-propolis-server.log
113422026-08-26T15:03:58.974Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113432026-08-26T15:03:59.984Zuploaded: /work/stamp-pumpkind-gz.log
113442026-08-26T15:03:59.984Zuploading: /work/stamp-switch-asic.log (118 bytes)
113452026-08-26T15:04:00.993Zuploaded: /work/stamp-switch-asic.log
113462026-08-26T15:04:00.993Zuploading: /work/verify-libraries.log (50737 bytes)
113472026-08-26T15:04:02.005Zuploaded: /work/verify-libraries.log